:root{--brand-purple:#6e62f7;--brand-pink:#ef9ae4;--btn-purple-light:#b9f;--btn-purple-dark:#7333ff;--color-primary:#7333ff;--color-primary-600:#6e62f7;--color-primary-400:#b9f;--color-primary-300:#d6c2ff;--color-primary-100:#ede9fe;--color-primary-50:#f5f3ff;--color-pink:#ef9ae4;--color-pink-light:#fbcfe8;--color-bg:#fff;--color-bg-soft:#faf9ff;--color-bg-muted:#f5f3ff;--color-text:#0f172a;--color-text-soft:#475569;--color-text-muted:#64748b;--color-border:#e5e7eb;--color-border-soft:#f1f5f9;--color-dark:#0b0b1a;--color-dark-soft:#151528;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 8px 24px #581c8714;--shadow-lg:0 20px 60px #581c871f;--shadow-card:0 4px 16px #0f172a0f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--container:1200px;--section-pad-y:clamp(64px, 9vw, 120px);--header-offset:80px;--gradient-hero:radial-gradient(circle at 10% 10%, #d6c2ff66, transparent 45%), radial-gradient(circle at 90% 0%, #ef9ae447, transparent 50%), radial-gradient(circle at 50% 100%, #bb99ff4d, transparent 60%), linear-gradient(180deg, #fff 0%, #faf6ff 100%);--gradient-soft:linear-gradient(180deg, #f4efff 0%, #ebe2ff 100%);--gradient-cta:linear-gradient(135deg, #f5f0ff 0%, #ede2ff 40%, #ffe1f5 100%);--font-heading:"Circular Std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-padding-top:calc(var(--header-offset) + 12px)}html,body{background:var(--color-bg);color:var(--color-text);scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-body);letter-spacing:-.005em;min-width:320px;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text);margin:0;font-weight:800;line-height:1.15}p{color:var(--color-text-soft);margin:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}@media (width<=640px){.container{padding:0 20px}}.section{padding-top:var(--section-pad-y);padding-bottom:var(--section-pad-y);position:relative}.section-title{letter-spacing:-.03em;text-align:center;font-size:clamp(32px,4.5vw,52px);font-weight:700}.section-title .accent,.accent{background:linear-gradient(135deg,#c9a9f2 0%,#ef9ae4 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:640px;margin:16px auto 0;font-size:17px}.btn{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:radial-gradient(100% 100% at 50% 0,#b9f 15.5%,#7333ff 79.92%);border-color:#0000;border-radius:14px;padding:12px 24px;box-shadow:inset 0 0 0 2px #7433ff}.btn-primary:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 2px #7433ff,0 14px 28px #7333ff66}.btn-ghost{color:var(--color-text);border-color:var(--color-border);background:#fff}.btn-ghost:hover{background:var(--color-primary-50);border-color:var(--color-primary-300)}.btn-dark{font-family:var(--font-body);letter-spacing:0;text-align:center;color:#111827;background:#ffffffbd;border:1px solid #e7e2f3;font-size:16px;font-weight:600;line-height:13px}.btn-dark:hover{color:#000;background:#fff}.pill{border-radius:var(--radius-pill);color:var(--brand-purple);background:var(--color-primary-100);border:1px solid #6e62f72e;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.pill-gradient{background:radial-gradient(ellipse at center, var(--btn-purple-light) 15%, var(--btn-purple-dark) 90%);color:#fff;border:1px solid var(--btn-purple-light);font-weight:600;box-shadow:0 8px 20px #7333ff47}::selection{background:var(--color-primary-300);color:var(--brand-purple)}.app{background:var(--color-bg);min-height:100vh;overflow-x:hidden}.app>main{padding-top:var(--header-offset)}.header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);will-change:transform;background:#ffffffb3;border-bottom:1px solid #0000;transition:transform .32s cubic-bezier(.4,0,.2,1),background .25s,box-shadow .25s,border-color .25s;position:fixed;top:0;left:0;right:0}.header.is-hidden{pointer-events:none;transform:translateY(-100%)}.header.is-scrolled{border-bottom-color:var(--color-border);background:#fffc;box-shadow:0 1px #0f172a05}.header-inner{justify-content:space-between;align-items:center;gap:16px;padding-top:16px;padding-bottom:16px;display:flex}.logo{align-items:center;gap:10px;display:inline-flex}.logo img{display:block}.logo-text{letter-spacing:-.02em;font-size:22px;font-weight:700}.nav-desktop{align-items:center;gap:32px;display:flex}.nav-link{color:var(--color-text-soft);padding:6px 2px;font-size:15px;font-weight:500;transition:color .2s;position:relative}.nav-link:after{content:"";background:linear-gradient(135deg, var(--brand-purple), var(--brand-pink));transform-origin:0;border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.nav-link:hover{color:var(--color-text)}.nav-link:hover:after{transform:scaleX(1)}.header-cta{width:147px;height:48px;display:inline-flex}.menu-btn{background:var(--color-primary-50);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.bar{background:var(--color-text);border-radius:2px;width:20px;height:2px;transition:all .25s;display:block}.mobile-menu{display:none}@media (width<=900px){.nav-desktop,.header-cta{display:none}.menu-btn{display:flex}.mobile-menu{border-top:1px solid #0000;max-height:0;transition:max-height .3s;display:block;overflow:hidden}.mobile-menu.is-open{border-top-color:var(--color-border);background:#fffffffa;max-height:520px}.mobile-nav{flex-direction:column;gap:6px;padding:16px 24px 24px;display:flex}.mobile-link{border-bottom:1px solid var(--color-border-soft);color:var(--color-text);padding:14px 8px;font-weight:500}.mobile-cta{align-self:flex-start;margin-top:16px}.b1{transform:translateY(7px)rotate(45deg)}.b2{opacity:0}.b3{transform:translateY(-7px)rotate(-45deg)}}.hero{isolation:isolate;background:#fff;padding:clamp(60px,9vw,120px) 0 60px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;z-index:0;background-color:#fff;background-image:url(/logos/Hero%20Background.svg);background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero>.container{z-index:1;position:relative}.hero-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-pill{color:#302e36;letter-spacing:.02em;background:#fff;border:1px solid #e2dff0;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 18px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 2px 8px #6e62f70f}.hero-pill svg{color:var(--brand-purple)}.hero-title{letter-spacing:-1.28px;color:#0e0a1b;text-align:center;max-width:920px;font-family:Circular Std,DM Sans,system-ui,sans-serif;font-size:64px;font-weight:500;line-height:72px}.hero-highlight{white-space:nowrap;background:#ede5fc;border-radius:12px;padding:0 16px;display:inline-block;position:relative}.hero-highlight:before{content:"";pointer-events:none;border:1px solid #7333ff;position:absolute;inset:0}.hh-corner{z-index:2;background:#7333ff;width:9px;height:9px;position:absolute;transform:rotate(45deg)}.hh-tl{top:-4.5px;left:-4.5px}.hh-tr{top:-4.5px;right:-4.5px}.hh-bl{bottom:-4.5px;left:-4.5px}.hh-br{bottom:-4.5px;right:-4.5px}.hero-highlight-text{letter-spacing:-1.28px;background:linear-gradient(184.12deg,#b9f 28%,#7333ff 79.92%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Circular Std,DM Sans,system-ui,sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:72px}@media (width<=900px){.hero-highlight{padding:0 12px}.hero-highlight-text{letter-spacing:-.03em;font-size:clamp(36px,8vw,56px);line-height:1.1}}.hero-desc{width:100%;max-width:802px;letter-spacing:0%;text-align:center;color:#5a5a66;margin-top:28px;margin-left:auto;margin-right:auto;font-family:DM Sans,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:25.5px}.hero-cta{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}.hero-stats{background:#fff;border:1px solid #ececf0;border-radius:18px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:8px;width:100%;max-width:940px;height:123px;margin-top:56px;padding:18px 22px;display:grid;box-shadow:0 10px 30px #6e62f714}.stat-value{color:#1c0b0b;letter-spacing:-1.96px;text-align:center;font-family:Circular Std,DM Sans,system-ui,sans-serif;font-size:56px;font-weight:500;line-height:56px}.stat-label{color:var(--color-text-muted);margin-top:4px;font-size:12.5px;font-weight:500}.stat{text-align:center;border-right:1px solid var(--color-border-soft);flex-direction:column;justify-content:center;width:123px;height:85px;margin:0 auto;padding:4px;display:flex}.stat:last-child{border-right:0}@media (width<=760px){.hero-stats{grid-template-columns:repeat(3,1fr);padding:24px 20px}.stat{border-right:0;border-bottom:1px solid var(--color-border-soft);padding-bottom:16px}.stat:nth-last-child(-n+2){border-bottom:0;padding-bottom:8px}.hero-highlight{border-radius:10px;padding:0 12px}}@media (width<=480px){.hero-stats{grid-template-columns:repeat(2,1fr)}.stat:nth-last-child(-n+2){border-bottom:1px solid var(--color-border-soft);padding-bottom:16px}.stat:last-child{border-bottom:0}}.trusted{background:var(--color-bg);padding:40px 0 60px}.trusted-card{background:#fff;border:2px solid #ef9ae4;border-radius:24px;padding:44px 32px 36px;position:relative;box-shadow:0 10px 40px #6e62f70d}.trusted-badge{color:#fff;white-space:nowrap;width:486px;height:37px;letter-spacing:0%;text-align:center;background:linear-gradient(90deg,#7433ff 59.57%,#b9f 119.15%);border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:4px 8px 6px 16px;font-family:Circular Std,DM Sans,system-ui,sans-serif;font-size:22px;font-weight:500;line-height:100%;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.trusted-logos{grid-template-columns:repeat(6,1fr);align-items:center;gap:28px;display:grid}.client-logo{opacity:.92;justify-content:center;align-items:center;height:56px;transition:opacity .2s,transform .2s;display:flex}.client-logo:hover{opacity:1;transform:translateY(-2px)}.client-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}@media (width<=900px){.trusted-logos{grid-template-columns:repeat(3,1fr);row-gap:32px}.trusted-card{padding:46px 20px 28px}.trusted-badge{padding:8px 16px;font-size:13px}}@media (width<=480px){.trusted-logos{grid-template-columns:repeat(2,1fr)}.client-logo{height:48px}}.solutions{background-color:#fff;background-image:url(/logos/ai_solution_bg.svg);background-position:top;background-repeat:no-repeat;background-size:cover;padding-top:clamp(40px,5vw,60px);padding-bottom:clamp(40px,7vw,80px);position:relative;overflow:hidden}.solutions .container{z-index:1;position:relative}.sol-section-title{text-align:left;color:var(--color-text);max-width:720px}.sol-section-title .sol-title-accent{color:var(--brand-purple);background:0 0;-webkit-background-clip:unset;background-clip:unset}.sol-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:56px;display:grid}.sol-card{transition:transform .2s,filter .2s;display:flex}.sol-card:hover{filter:drop-shadow(0 20px 40px #7c3aed26);transform:translateY(-4px)}.sol-card img{width:100%;height:auto;display:block}@media (width<=980px){.sol-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.outcomes{background:#ede5fc;padding:clamp(64px,9vw,120px) 0}.outcomes-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.outcomes-title{letter-spacing:-.03em;font-size:clamp(30px,4vw,46px);font-weight:700}.outcomes-desc{color:var(--color-text-muted);max-width:500px;margin-top:20px;font-size:16px;line-height:1.7}.outcomes-cta{margin-top:28px}.outcomes-visual{justify-content:center;align-items:center;display:flex}.outcomes-img{filter:drop-shadow(0 20px 50px #7c3aed2e);width:100%;max-width:540px;height:auto;display:block}@media (width<=900px){.outcomes-inner{grid-template-columns:1fr;gap:40px}.outcomes-copy{text-align:center}.outcomes-desc{margin-left:auto;margin-right:auto}}.why{background:var(--color-bg);padding-top:clamp(72px,10vw,120px);padding-bottom:clamp(60px,9vw,120px)}.why-head{max-width:720px}.why-brand{color:var(--brand-purple)}.why-brand-pink{color:var(--brand-pink)}.why-sub{color:var(--color-text-muted);max-width:560px;margin-top:12px;font-size:16px}.why-grid{grid-template-columns:1.05fr 1fr;align-items:start;gap:56px;margin-top:48px;display:grid}.why-list{margin:0;padding:0;list-style:none}.why-item{border-top:1px solid var(--color-border);padding:4px 0}.why-item:last-child{border-bottom:1px solid var(--color-border)}.why-row{text-align:left;grid-template-columns:40px 1fr 24px;align-items:flex-start;gap:18px;width:100%;padding:22px 4px;transition:background .2s;display:grid}.why-row:hover{background:var(--color-primary-50)}.why-num{color:var(--color-text-muted);padding-top:2px;font-size:14px;font-weight:500}.why-title{color:var(--color-text);font-size:17px;font-weight:600;display:block}.why-body{color:var(--color-text-muted);opacity:0;max-width:440px;max-height:0;margin-top:6px;font-size:14.5px;transition:max-height .3s,opacity .25s,margin .25s;display:block;overflow:hidden}.why-item.is-open .why-body{opacity:1;max-height:120px;margin-top:8px}.why-toggle{color:var(--color-text-muted);padding-top:2px;font-size:22px;line-height:1;transition:transform .2s,color .2s}.why-item.is-open .why-toggle{color:var(--color-primary)}.why-visual{justify-content:center;align-items:center;padding:16px;display:flex;position:relative}.why-visual-img{width:100%;max-width:560px;height:auto;display:block}@media (width<=900px){.why-grid{grid-template-columns:1fr;gap:40px}.why-visual{padding:8px}}@media (width<=520px){.why-row{grid-template-columns:32px 1fr 20px;gap:12px;padding:18px 2px}.why-title{font-size:15.5px}}.caps{background-color:#f0eeff;background-image:url(/logos/capabilities_back.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 48px 48px 0;width:calc(100% - 72px);max-width:1600px;margin-left:0;padding-top:clamp(72px,10vw,120px);padding-bottom:clamp(72px,10vw,120px);position:relative;overflow:hidden}.caps-bg{display:none}.caps-head{grid-template-columns:1.2fr 1fr;align-items:end;gap:40px;display:grid}.caps-title{letter-spacing:-.03em;color:#0e0a1b;font-size:clamp(32px,5vw,54px);font-weight:700;line-height:1.1}.caps-title .accent{background:0 0;-webkit-background-clip:initial;background-clip:initial;color:#7333ff}.caps-desc{color:var(--color-text-muted);max-width:800px;font-size:16px;line-height:1.7}.caps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:48px;display:grid}.cap-card{background:#fff;border:1px solid #ede9fe;border-radius:20px;flex-direction:column;gap:14px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #0f172a0a}.cap-card:hover{border-color:var(--color-primary-300);transform:translateY(-4px);box-shadow:0 20px 40px #7c3aed26}.cap-row{justify-content:space-between;align-items:center;display:flex}.cap-icon{background:#e8e4ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.cap-num{color:var(--color-text-muted);font-size:13px;font-weight:500}.cap-title{margin-top:4px;font-size:17px;font-weight:700}.cap-body{color:var(--color-text-muted);font-size:13.5px;line-height:1.55}@media (width<=1100px){.caps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.caps{border-radius:28px;margin:0 16px}.caps-head{grid-template-columns:1fr;gap:16px}.caps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.caps-grid{grid-template-columns:1fr}.caps{margin:0 12px}}.testi{background-color:#fff;background-image:url(/logos/Testimonals_bg.svg);background-position:top;background-repeat:no-repeat;background-size:cover;padding:clamp(80px,10vw,140px) 0;position:relative;overflow:hidden}.testi>.container{z-index:1;position:relative}.testi-card{text-align:center;background-color:#0000;background-image:url(/logos/Client-say_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:20px;max-width:720px;margin:48px auto 0;padding:40px 40px 32px;position:relative}.quote-mark{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:-60px auto 18px;display:flex;box-shadow:0 8px 16px #6e62f726}.testi-quote{color:#1f2937;max-width:600px;margin:0 auto;font-size:clamp(16px,1.6vw,19px);font-weight:500;line-height:1.7}.testi-author{align-items:center;gap:12px;margin-top:28px;display:inline-flex}.avatar-s{background:linear-gradient(135deg, var(--btn-purple-light), var(--brand-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.author-name{color:#1f2937;text-align:left;font-size:14.5px;font-weight:600}.author-role{color:var(--color-text-muted);text-align:left;font-size:12.5px}.testi-dots{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.dot{color:#334155;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.dot:hover{color:var(--brand-purple);background:#e0e7ff}.dot.active{background:radial-gradient(ellipse at center, var(--btn-purple-light) 15%, var(--btn-purple-dark) 85%);color:#fff;transform:scale(1.05)}@media (width<=600px){.testi-card{padding:36px 24px 28px}}.faq{background:#fff;padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(60px,8vw,100px)}.faq-list{max-width:780px;margin:56px auto 0;padding:0;list-style:none}.faq-item{border-bottom:1px solid var(--color-border)}.faq-q{text-align:left;width:100%;color:var(--color-text);justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.faq-q:hover{color:var(--color-primary)}.faq-ico{color:var(--color-text-muted);flex-shrink:0;font-size:24px;line-height:1}.faq-item.is-open .faq-ico{color:var(--color-primary)}.faq-a-wrap{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.is-open .faq-a-wrap{max-height:260px}.faq-a{color:var(--color-text-muted);max-width:620px;padding:0 4px 22px;font-size:14.5px;line-height:1.7}.cta{padding:40px 0 80px}.cta-card{text-align:center;background-color:#0000;background-image:url(/logos/CTA%20background.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:34px;flex-direction:column;justify-content:center;align-items:center;gap:17.5px;max-width:1176px;min-height:405px;margin:0 auto;padding:56px;display:flex}.cta-pill{color:var(--brand-purple);background:#ede5fc;border:1px solid #6e62f71f;padding:6px 14px;font-size:13px;font-weight:600}.cta-title{letter-spacing:-.03em;font-size:clamp(30px,4.5vw,50px);font-weight:700}.cta-desc{max-width:560px;color:var(--color-text-muted);margin:0 auto;font-size:15.5px;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-dark{background-color:var(--color-dark);color:var(--color-light);background:#fff;border:1px solid #ece4ff}.footer{color:#cbd5e1;background:linear-gradient(#050518 0%,#0d0d28 60%,#0d0d30 100%);padding:80px 0 24px;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#6e62f740,#0000 65%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.footer-grid{grid-template-columns:1.3fr 1fr 1.2fr;align-items:flex-start;gap:48px;display:grid;position:relative}.footer-brand .logo{margin-bottom:16px}.footer-desc{color:#94a3b8;max-width:360px;font-size:13.5px;line-height:1.6}.footer-mail{color:var(--brand-pink);margin-top:14px;font-size:14px;font-weight:500;display:inline-block}.footer-join{margin-top:24px}.footer-join>span{color:#94a3b8;margin-bottom:10px;font-size:13px;display:block}.socials{gap:10px;display:flex}.social{color:#cbd5e1;background:#1e1e38;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s,transform .2s;display:flex}.social:hover{background:var(--brand-purple);color:#fff;transform:translateY(-2px)}.footer-cols{grid-template-columns:1fr 1fr;gap:32px;display:grid}.f-col{flex-direction:column;gap:10px;display:flex}.f-col h4{color:#94a3b8;letter-spacing:.14em;margin:0 0 8px;font-size:12px}.f-col a{color:#e2e8f0;font-size:14px;transition:color .2s}.f-col a:hover{color:var(--brand-pink)}.footer-map{aspect-ratio:4/3;background:#1e1e38;border:1px solid #2c2c4d;border-radius:18px;justify-self:end;width:100%;max-width:320px;position:relative;overflow:hidden}.footer-map img{object-fit:cover;width:100%;height:100%;display:block}.footer-bottom{color:#94a3b8;border-top:1px solid #1e1e38;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:40px;padding-top:20px;font-size:13px;display:flex}.legal{gap:20px;display:flex}.legal a{color:#94a3b8}.legal a:hover{color:var(--brand-pink)}@media (width<=980px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-map{aspect-ratio:16/7;grid-column:1/-1;justify-self:stretch;max-width:100%}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:36px}.footer-cols{grid-template-columns:1fr 1fr}}
