@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}img,video,svg{max-width:100%;height:auto;display:block}:root{--navy:#0a192f;--navy-mid:#112240;--navy-light:#1d3557;--cream:#f8f3dc;--cream-dark:#ede8cc;--teal:#64ffda;--teal-dark:#2e8b83;--white:#fff;--text-light:#ccd6f6;--text-muted:#8892b0;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth;scroll-padding-top:72px}body{font-family:var(--font);background-color:var(--navy);color:var(--navy);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;width:100%;position:relative;overflow-x:hidden}body.menu-open{touch-action:none;overflow:hidden!important}section{width:100%;scroll-margin-top:72px}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer;background:0 0;border:none}@media (width<=768px){input,select,textarea{font-size:16px!important}}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #00000014;transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:0 2px 20px #0000001a}.header-inner{justify-content:space-between;align-items:center;max-width:1280px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.logo{z-index:1005;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-img{object-fit:contain;border-radius:4px;width:auto;height:38px;transition:transform .3s}.logo:hover .logo-img{transform:scale(1.05)}.logo-text{flex-direction:column;line-height:1.15;display:flex}.logo-main{color:#0a192f;letter-spacing:.05em;font-size:1rem;font-weight:800}.logo-sub{color:#8892b0;letter-spacing:.12em;text-transform:uppercase;font-size:.58rem;font-weight:600}.nav-desktop{align-items:center;gap:2rem;display:flex}.nav-link{letter-spacing:.1em;color:#0a192f;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s;position:relative}.nav-link:after{content:"";background:#64ffda;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:#2e8b83}.linkedin-btn{letter-spacing:.12em;color:#2e8b83;white-space:nowrap;border:1.5px dashed #64ffda;border-radius:4px;padding:.45rem 1rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s,border-color .25s}.linkedin-btn:hover{color:#0a192f;background:#64ffda;border-color:#64ffda}.hamburger{cursor:pointer;z-index:1005;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s;display:none}.hamburger:hover{background:#0a192f0d}.hamburger span{transform-origin:50%;background:#0a192f;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-backdrop{z-index:1001;-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0a192f99;transition:opacity .3s;display:none;position:fixed;inset:0}.nav-backdrop.visible{opacity:1;pointer-events:auto}.nav-mobile{z-index:1002;pointer-events:none;opacity:0;background:#fff;border-bottom:1px solid #00000014;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s;display:none;position:fixed;inset:68px 0 0;transform:translateY(-100%);box-shadow:0 10px 30px #00000026}.nav-mobile.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile-inner{flex-direction:column;justify-content:space-between;height:100%;max-height:calc(100vh - 68px);display:flex;overflow-y:auto}.nav-mobile-links{flex-direction:column;padding:1rem 0;display:flex}.nav-mobile-link{letter-spacing:.1em;color:#0a192f;opacity:0;border-bottom:1px solid #0000000a;align-items:center;gap:1.25rem;padding:1.1rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex;transform:translate(-15px)}.nav-mobile.open .nav-mobile-link{animation:.3s cubic-bezier(.4,0,.2,1) forwards slideInMobileLink}@keyframes slideInMobileLink{to{opacity:1;transform:translate(0)}}.nav-mobile-link:hover,.nav-mobile-link:active{color:#2e8b83;background:#64ffda14;padding-left:2.25rem}.nav-mobile-num{color:#64ffda;background:#0a192f;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.nav-mobile-text{flex-grow:1}.nav-mobile-footer{background:#f8fafc;border-top:1px solid #0000000f;padding:1.5rem 1.75rem}.linkedin-btn-mobile{letter-spacing:.08em;color:#0a192f;-webkit-tap-highlight-color:transparent;background:#64ffda;border:1px solid #64ffda;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.95rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 14px #64ffda4d}.linkedin-btn-mobile:active{transform:scale(.98)}@media (width<=860px){.header-inner{height:64px;padding:0 1.25rem}.nav-desktop{display:none}.hamburger{display:flex}.nav-backdrop{display:block}.nav-mobile{display:block;top:64px}.nav-mobile-inner{max-height:calc(100vh - 64px)}}@media (width<=480px){.header-inner{padding:0 1rem}.logo-main{font-size:.9rem}.logo-sub{font-size:.52rem}}.hero{background:#0a192f;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.35;width:100%;height:100%}.hero-bg-overlay{background:linear-gradient(135deg,#0a192feb 0%,#0a192fb3 50%,#0a192f8c 100%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:8rem 2rem 5rem;position:relative}.hero-badge{color:#64ffda;letter-spacing:.12em;background:#64ffda14;border:1px solid #64ffda4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;animation:.8s both fadeSlideUp;display:inline-flex}.hero-badge-dot{background:#64ffda;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hero-title{color:#ccd6f6;max-width:820px;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.8rem);font-weight:800;line-height:1.2;animation:.9s .1s both fadeSlideUp}.hero-title-accent{color:#64ffda}.hero-subtitle{color:#8892b0;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:400;line-height:1.7;animation:1s .2s both fadeSlideUp}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;animation:1s .3s both fadeSlideUp;display:flex}.btn-primary{color:#0a192f;letter-spacing:.08em;background:#64ffda;border-radius:6px;padding:.85rem 2rem;font-size:.85rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-ghost{color:#ccd6f6;letter-spacing:.08em;border:1.5px solid #ccd6f64d;border-radius:6px;padding:.85rem 2rem;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-block}.btn-ghost:hover{background:#64ffda0f;border-color:#64ffda}.hero-stats{flex-wrap:wrap;align-items:center;gap:2rem;animation:1s .4s both fadeSlideUp;display:flex}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-value{color:#64ffda;font-size:1.8rem;font-weight:800;line-height:1}.stat-label{color:#8892b0;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:500}.stat-divider{background:#64ffda33;width:1px;height:40px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero{min-height:auto}.hero-content{padding:6.5rem 1.25rem 4rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-badge{margin-bottom:1.5rem;font-size:.7rem}}@media (width<=640px){.hero-content{padding:5.5rem 1rem 3.5rem}.hero-title{margin-bottom:1.25rem;font-size:clamp(1.75rem,7vw,2.5rem)}.hero-title br{display:none}.hero-actions{margin-bottom:2.5rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.stat-divider{display:none}.stat-value{font-size:1.4rem}.stat-label{font-size:.65rem}}@media (width<=480px){.hero-actions{flex-direction:column;gap:.75rem;width:100%}.btn-primary,.btn-ghost{text-align:center;width:100%;padding:.85rem 1rem}.hero-stats{background:#ffffff08;border:1px solid #64ffda1a;border-radius:12px;grid-template-columns:1fr;gap:1rem;padding:1.25rem}}.services{background:#f4f7fa;padding:6rem 0}.services-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{letter-spacing:.2em;color:#2e8b83;background:#2e8b8314;border:1px solid #2e8b8333;border-radius:999px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.section-title{color:#0a192f;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2}.section-desc{color:#5a6a7e;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services{padding:4rem 0}.services-inner{padding:0 1.25rem}.section-header{margin-bottom:2.5rem}}@media (width<=640px){.services{padding:3.5rem 0}.services-inner{padding:0 1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}}@media (width<=480px){.section-desc{font-size:.9rem}}.service-card{background:#fff;border:1px solid #00000012;border-radius:12px;padding:2rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.service-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#2e8b83,#64ffda);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:#2e8b8333;transform:translateY(-4px);box-shadow:0 12px 36px #0000001a}.service-card:hover:before{transform:scaleX(1)}.service-card-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon{color:#2e8b83;background:#2e8b8314;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s,color .2s;display:flex}.service-card:hover .service-icon{color:#fff;background:#2e8b83}.service-tag{letter-spacing:.14em;color:#2e8b83;background:#2e8b8314;border:1px solid #2e8b8326;border-radius:4px;padding:.25rem .65rem;font-size:.65rem;font-weight:700}.service-title{color:#0a192f;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.35}.service-desc{color:#5a6a7e;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.service-features{flex-direction:column;gap:.5rem;display:flex}.service-features li{color:#3a4a5e;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.check{flex-shrink:0}.values{background:#0a192f;padding:6rem 0}.values-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}@media (width<=900px){.values-inner{grid-template-columns:1fr;gap:3rem}.values-text{position:static}}@media (width<=768px){.values{padding:4rem 0}.values-inner{gap:2.5rem;padding:0 1.25rem}}@media (width<=640px){.values{padding:3.5rem 0}.values-inner{padding:0 1rem}.values-lead{font-size:.9rem}}.values-text{position:sticky;top:6rem}.values-text .section-tag{color:#64ffda;background:#64ffda14;border-color:#64ffda33;margin-bottom:1.25rem}.values-lead{color:#8892b0;max-width:380px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.btn-teal{color:#64ffda;letter-spacing:.08em;background:0 0;border:1.5px solid #64ffda;border-radius:6px;padding:.85rem 2rem;font-size:.85rem;font-weight:700;transition:background .2s,color .2s;display:inline-block}.btn-teal:hover{color:#0a192f;background:#64ffda}.values-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=500px){.values-grid{grid-template-columns:1fr}.value-card{padding:1.25rem}}.value-card{background:#ffffff0a;border:1px solid #64ffda1a;border-radius:10px;padding:1.75rem;transition:background .25s,border-color .25s}.value-card:hover{background:#64ffda0f;border-color:#64ffda40}.value-number{color:#64ffda2e;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1;display:block}.value-title{color:#ccd6f6;margin-bottom:.6rem;font-size:1rem;font-weight:700}.value-desc{color:#8892b0;font-size:.85rem;line-height:1.65}.whyus{background:#fff;padding:6rem 0}.whyus-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}@media (width<=900px){.whyus-inner{grid-template-columns:1fr}.whyus-visual{width:100%;max-width:600px;margin:0 auto}}@media (width<=768px){.whyus{padding:4rem 0}.whyus-inner{gap:2.5rem;padding:0 1.25rem}}@media (width<=640px){.whyus{padding:3.5rem 0}.whyus-inner{padding:0 1rem}.whyus-text .section-title br{display:none}.whyus-pillars{grid-template-columns:1fr}.whyus-card-float{padding:.7rem 1rem;bottom:.75rem;left:.75rem}.whyus-text .btn-primary{text-align:center;width:100%}}.whyus-visual{position:relative}.whyus-img-wrap{aspect-ratio:4/3;border-radius:16px;position:relative;overflow:hidden}.whyus-img{object-fit:cover;width:100%;height:100%;display:block}.whyus-img-overlay{background:linear-gradient(135deg,#0a192f80 0%,#2e8b8340 100%);position:absolute;inset:0}.whyus-card-float{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:10px;align-items:center;gap:.75rem;padding:.9rem 1.25rem;animation:3s ease-in-out infinite floatCard;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 8px 24px #00000026}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.float-icon{color:#0a192f;background:linear-gradient(135deg,#2e8b83,#64ffda);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex}.float-title{color:#0a192f;font-size:.8rem;font-weight:700}.float-sub{color:#8892b0;margin-top:1px;font-size:.7rem}.whyus-text{flex-direction:column;gap:.25rem;display:flex}.whyus-text .section-tag{margin-bottom:.75rem}.whyus-desc{color:#5a6a7e;margin-top:.75rem;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.whyus-pillars{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.pillar{background:#f4f7fa;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:.75rem;padding:1rem;transition:border-color .2s,background .2s;display:flex}.pillar:hover{background:#2e8b830a;border-color:#2e8b8333}.pillar-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.pillar-label{color:#0a192f;margin-bottom:2px;font-size:.85rem;font-weight:700}.pillar-detail{color:#8892b0;font-size:.75rem}.btn-primary{color:#0a192f;letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#2e8b83,#64ffda);border:none;border-radius:6px;align-self:flex-start;padding:.85rem 2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #64ffda4d}.contact{background:#112240;padding:6rem 0}.contact-inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.contact{padding:4rem 0}.contact-inner{gap:2.5rem;padding:0 1.25rem}.contact-form-wrap{padding:1.75rem}}@media (width<=640px){.contact{padding:3.5rem 0}.contact-inner{padding:0 1rem}.contact-form-wrap{border-radius:12px;padding:1.25rem}.contact-lead{margin-bottom:2rem;font-size:.875rem}}.contact-info{color:#ccd6f6}.section-tag-light{letter-spacing:.2em;color:#64ffda;background:#64ffda14;border:1px solid #64ffda33;border-radius:999px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.contact-title{color:#ccd6f6;margin-bottom:1rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;line-height:1.25}.contact-lead{color:#8892b0;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-detail-row{align-items:flex-start;gap:.9rem;display:flex}.detail-icon{background:#64ffda14;border:1px solid #64ffda26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.detail-label{color:#8892b0;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px;font-size:.72rem;font-weight:600}.detail-value{color:#ccd6f6;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}a.detail-value:hover{color:#64ffda}.contact-form-wrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #64ffda1a;border-radius:16px;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}@media (width<=480px){.btn-submit{padding:.85rem 1.5rem;font-size:.82rem}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#8892b0;letter-spacing:.04em;font-size:.78rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{font-size:.875rem;font-family:var(--font,"Inter", sans-serif);color:#ccd6f6;appearance:none;background:#0a192f99;border:1px solid #64ffda1f;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#8892b080}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#64ffda;box-shadow:0 0 0 3px #64ffda14}.form-group select option{color:#ccd6f6;background:#112240}.form-group textarea{resize:vertical;min-height:130px}.btn-submit{color:#0a192f;letter-spacing:.06em;cursor:pointer;background:linear-gradient(135deg,#2e8b83,#64ffda);border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.95rem 2rem;font-size:.875rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #64ffda40}.success-state{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.success-icon{animation:.5s cubic-bezier(.34,1.56,.64,1) both scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-state h3{color:#ccd6f6;font-size:1.5rem;font-weight:800}.success-state p{color:#8892b0;max-width:320px;font-size:.9rem}.btn-outline-teal{color:#64ffda;cursor:pointer;background:0 0;border:1.5px solid #64ffda;border-radius:6px;padding:.75rem 1.75rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .2s,color .2s}.btn-outline-teal:hover{color:#0a192f;background:#64ffda}.footer{color:#8892b0;background:#0a192f;border-top:1px solid #64ffda14}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 2rem;display:flex}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.footer-logo-img{object-fit:contain;border-radius:4px;width:auto;height:32px}.footer-logo-text{color:#ccd6f6;letter-spacing:.06em;font-size:1.1rem;font-weight:800}.footer-tagline{color:#8892b0;font-size:.8rem;line-height:1.65}.footer-links{flex-wrap:wrap;gap:3rem;display:flex}.footer-col{flex-direction:column;gap:.65rem;display:flex}.footer-col-title{letter-spacing:.15em;color:#64ffda;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.footer-col a{color:#8892b0;font-size:.82rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#ccd6f6}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1280px;margin:0 auto;padding:1.5rem 2rem;font-size:.75rem;display:flex}.footer-bottom-right{color:#64ffda;font-style:italic}@media (width<=768px){.footer-inner{flex-direction:column;gap:2.5rem;padding:3rem 1.25rem}.footer-links{gap:2rem}.footer-bottom{padding:1.25rem}}@media (width<=640px){.footer-inner{padding:2.5rem 1rem}.footer-brand{max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:.4rem;padding:1rem}}@media (width<=480px){.footer-links{flex-direction:column;gap:1.5rem}}
