.landing-page__header{position:sticky;top:0;z-index:50;margin-bottom:calc(var(--lp-header-height) * -1);background:transparent;transition:background .2s ease,backdrop-filter .2s ease}.landing-page__header--scrolled{background:#ffffff80;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.landing-page__header-inner{width:100%;max-width:1440px;margin:0 auto;height:var(--lp-header-height);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 var(--lp-gutter)}.landing-page__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;border:none;background:none;cursor:pointer;font:inherit;padding:0}.landing-page__brand-logo{display:block;width:130px;height:31px}@media(min-width:1024px){.landing-page__brand-logo{width:170px;height:41px}}.landing-page__nav{display:none;align-items:center;gap:32px;flex:0 1 auto;justify-content:center}@media(min-width:1024px){.landing-page__nav{display:flex}}.landing-page__nav-btn{border:none;background:transparent;color:var(--lp-fg);font-family:var(--lp-font-ui);font-size:16px;font-weight:400;line-height:1.4;padding:0;cursor:pointer;white-space:nowrap}.landing-page__nav-btn{transition:color .15s}.landing-page__nav-btn:hover{color:var(--lp-accent-dark)}.landing-page__nav-btn:focus-visible{outline:2px solid var(--lp-accent);outline-offset:3px;border-radius:6px}.landing-page__header-actions{display:none;align-items:center;gap:12px}@media(min-width:1024px){.landing-page__header-actions{display:flex}}.landing-page__mobile-bar{display:flex;align-items:center;gap:8px}@media(min-width:1024px){.landing-page__mobile-bar{display:none}}.landing-page__menu-toggle{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:none;border-radius:10px;background:transparent;color:var(--lp-fg);cursor:pointer}@media(min-width:1024px){.landing-page__menu-toggle{display:none}}.landing-page__menu-toggle:hover{background:#0f11150f}.landing-page__mobile-menu{border-top:1px solid var(--lp-border);background:var(--lp-surface);padding:14px var(--lp-gutter)}@media(min-width:1024px){.landing-page__mobile-menu{display:none}}.landing-page__mobile-nav-btn{display:block;width:100%;text-align:left;border:none;background:transparent;padding:12px 10px;border-radius:10px;font-size:15px;color:var(--lp-fg);cursor:pointer;font-family:inherit}.landing-page__mobile-nav-btn:hover{background:#0f11150d}.landing-page__mobile-actions{margin-top:10px;padding-top:14px;border-top:1px solid var(--lp-border);display:flex;flex-direction:column;gap:10px}.landing-page__mobile-actions .landing-page__btn{justify-content:center}.landing-page__hero{position:relative;padding:173px var(--lp-gutter) 0;overflow:hidden;min-height:700px;isolation:isolate;background-color:#fff;background-image:linear-gradient(180deg,#fff0,#fff),url(/_astro/hero-promo.414rSRID.jpg);background-image:linear-gradient(180deg,#fff0,#fff),image-set(url(/_astro/hero-promo.BDLnQUgI.webp) type("image/webp"),url(/_astro/hero-promo.414rSRID.jpg) type("image/jpeg"));background-repeat:no-repeat;background-position:bottom,right max(0px,calc(50vw - 1000px)) top;background-size:100% 165px,auto 100%}.landing-page__hero-grid{position:relative;z-index:1;display:flex;align-items:center;width:100%;max-width:var(--lp-content-max);min-height:579px;margin:0 auto}.landing-page__hero-left{display:flex;flex-direction:column;gap:48px;width:100%;max-width:584px;margin-top:-90px}.landing-page__hero-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(2.25rem,4.3vw,62px);font-weight:600;line-height:1.18;color:var(--lp-fg)}.landing-page__hero-title-accent{color:var(--lp-accent)}.landing-page__hero-sub{margin:0;font-family:var(--lp-font-display);font-size:clamp(16px,1.4vw,20px);font-weight:300;line-height:1.15;color:var(--lp-dark-soft)}.landing-page__hero-cta{display:flex;flex-wrap:wrap;gap:12px}.landing-page__hero-cta .landing-page__btn--lg{max-width:100%}@media(max-width:1400px){.landing-page__hero{padding:130px var(--lp-gutter) 56px;min-height:0;background-position:right center;background-size:cover}.landing-page__hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#f8f8f8f2,#f8f8f8d9,#f8f8f84d 80%,#f8f8f800);pointer-events:none;z-index:0}.landing-page__hero-grid{min-height:0}.landing-page__hero-left{margin-top:0}}.landing-page__values{position:relative;z-index:1;margin-top:-90px;padding:80px var(--lp-gutter);background:transparent}@media(max-width:720px){.landing-page__values{padding:56px var(--lp-gutter)}}.landing-page__carousel{position:relative;max-width:var(--lp-content-max);margin:0 auto}.landing-page__carousel:focus-visible{outline:2px solid var(--lp-accent);outline-offset:8px;border-radius:var(--lp-radius-lg)}.landing-page__carousel-viewport{position:relative}.landing-page__carousel-track{list-style:none;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 50px) / 3);gap:32px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:24px 8px;margin:-24px -8px}.landing-page__carousel-track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.landing-page__carousel-track{scroll-behavior:auto}}@media(max-width:1200px){.landing-page__carousel-track{grid-auto-columns:calc((100% - 32px)/2)}}@media(max-width:820px){.landing-page__carousel-track{grid-auto-columns:min(86%,360px);gap:16px}}.landing-page__value-card{scroll-snap-align:start;display:flex;flex-direction:column;gap:28px;min-height:293px;padding:32px;border-radius:var(--lp-radius-xl)}.landing-page__value-card:last-child{scroll-snap-align:end}.landing-page__value-card--white{background:var(--lp-surface-ultralight);color:var(--lp-fg)}.landing-page__value-card--green{background:var(--lp-accent);color:#fff}.landing-page__value-card--green .landing-page__value-card-title{color:#fff}.landing-page__value-card--green .landing-page__value-card-body{color:#ffffffe6}.landing-page__value-card--dark{background:var(--lp-dark-bg);color:var(--lp-dark-fg)}.landing-page__value-card--dark .landing-page__value-card-title{color:var(--lp-dark-fg)}.landing-page__value-card--dark .landing-page__value-card-body{color:var(--lp-dark-muted)}.landing-page__value-card-head{display:flex;align-items:center;gap:32px}@media(max-width:600px){.landing-page__value-card-head{flex-direction:column;align-items:flex-start;gap:16px}}.landing-page__value-card-icon{flex:none;width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center}.landing-page__value-card-icon img{width:64px;height:64px;display:block}.landing-page__value-card-title{margin:0;min-width:0;font-family:var(--lp-font-display);font-size:24px;font-weight:600;line-height:1.17;color:var(--lp-fg)}.landing-page__value-card-body{margin:0;font-family:var(--lp-font-body);font-size:16px;font-weight:400;line-height:20px;color:var(--lp-fg-muted)}.landing-page__carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:50%;background:var(--lp-surface-alt);cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.landing-page__carousel-arrow-icon{width:24px;height:24px;display:block}.landing-page__carousel-arrow--prev{left:-88px}.landing-page__carousel-arrow--next{right:-88px}.landing-page__carousel-arrow--next .landing-page__carousel-arrow-icon{transform:scaleX(-1)}.landing-page__carousel-arrow:hover:not(:disabled){background:transparent;border-color:var(--lp-fg)}.landing-page__carousel-arrow:focus-visible{outline:2px solid var(--lp-accent);outline-offset:2px}.landing-page__carousel-arrow:disabled{opacity:.35;cursor:default}@media(max-width:1080px){.landing-page__carousel-viewport{position:static}.landing-page__carousel-arrow{width:44px;height:44px;top:auto;bottom:0;transform:none;border-color:var(--lp-border-strong)}.landing-page__carousel-arrow--prev{left:0;right:auto}.landing-page__carousel-arrow--next{right:0;left:auto}.landing-page__carousel-dots{min-height:44px;margin-top:20px;align-items:center}}.landing-page__carousel-dots{list-style:none;margin:14px 0 0;padding:0;display:flex;justify-content:center;gap:8px}.landing-page__carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--lp-primary-100);cursor:pointer;transition:background .15s,width .15s}.landing-page__carousel-dot:hover{background:var(--lp-fg-placeholder)}.landing-page__carousel-dot[aria-current=true]{width:24px;border-radius:var(--lp-radius-pill);background:var(--lp-accent)}.landing-page__carousel-dot:focus-visible{outline:2px solid var(--lp-accent);outline-offset:3px}.landing-page__smart{position:relative;z-index:2;margin-top:-83px;padding:120px var(--lp-gutter);isolation:isolate}@media(max-width:720px){.landing-page__smart{margin-top:-40px;padding:56px var(--lp-gutter)}}.landing-page__smart-inner{position:relative;max-width:var(--lp-content-max);margin:0 auto;display:flex;flex-direction:column;gap:80px}@media(max-width:960px){.landing-page__smart-inner{gap:64px}}.landing-page__smart-grid{position:relative;z-index:1;display:grid;gap:clamp(64px,9.4vw,135px);grid-template-columns:1fr;align-items:center}@media(min-width:960px){.landing-page__smart-grid{grid-template-columns:minmax(0,481px) minmax(0,584px);justify-content:space-between}}.landing-page__smart-title{position:relative;z-index:1;margin:0;font-family:var(--lp-font-display);font-size:clamp(2rem,3.4vw,48px);font-weight:600;line-height:1.17;max-width:584px;color:var(--lp-fg)}.landing-page__smart-stats{display:flex;flex-direction:column;gap:56px}.landing-page__smart-stat{display:flex;align-items:center;gap:32px}.landing-page__smart-stat-icon{flex:none;width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center}.landing-page__smart-stat-icon img{width:72px;height:72px;display:block}.landing-page__smart-stat-text{display:flex;flex-direction:column;gap:0;min-width:0}.landing-page__smart-stat-val{margin:0;font-family:var(--lp-font-display);font-size:clamp(2.25rem,3.6vw,48px);font-weight:600;line-height:1.16;font-variant-numeric:tabular-nums;color:var(--lp-fg)}.landing-page__smart-stat-accent{color:var(--lp-accent)}.landing-page__smart-stat-label{margin:0;font-family:var(--lp-font-body);font-size:16px;font-weight:400;line-height:1.2;color:var(--lp-fg-muted)}.landing-page__smart-illustration{position:relative;z-index:1;width:100%;max-width:583px;margin:0 auto}@media(min-width:960px){.landing-page__smart-illustration{top:-8px;left:0;margin-right:0}}.landing-page__smart-bg{position:absolute;z-index:0;top:430px;right:-360px;transform:translateY(-50%) scale(.9);width:760px;height:auto;pointer-events:none}@media(max-width:1100px){.landing-page__smart-bg{display:none}}.landing-page__smart-card{--lp-framed-radius: calc(var(--lp-radius-xl) - 12px);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:29px;padding:32px;background:#fff;border-radius:var(--lp-framed-radius)}.landing-page__smart-card-head{display:flex;flex-direction:column;gap:24px;width:100%}.landing-page__smart-card-title{margin:0;text-align:center;font-family:var(--lp-font-display);font-size:clamp(1.5rem,2.5vw,36px);font-weight:500;line-height:1.17;color:var(--lp-fg)}.landing-page__smart-card-sub{margin:0;text-align:center;font-family:var(--lp-font-display);font-size:16px;font-weight:400;line-height:1.19;color:var(--lp-fg-muted)}.landing-page__smart-card-input-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:24px;width:100%;padding:24px 16px 16px;background:var(--lp-surface-alt);border-radius:16px}.landing-page__smart-card-input{align-self:stretch;width:100%;border:none;background:transparent;appearance:none;-webkit-appearance:none;text-align:left;font-family:var(--lp-font-display);font-size:16px;font-weight:400;line-height:1.19;color:var(--lp-fg);padding:0 8px}.landing-page__smart-card-input::placeholder{color:var(--lp-fg-placeholder);opacity:1}.landing-page__smart-card-input:focus,.landing-page__smart-card-input:focus-visible{outline:none}.landing-page__smart-card-input::-webkit-search-cancel-button,.landing-page__smart-card-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.landing-page__smart-card-button{flex:none}.landing-page__analysis{position:relative;z-index:3;margin-top:-20px;padding:120px var(--lp-gutter) 85px}@media(max-width:720px){.landing-page__analysis{padding:56px var(--lp-gutter)}}.landing-page__analysis-inner{max-width:var(--lp-content-max);margin:0 auto;display:flex;flex-direction:column;gap:40px}.landing-page__analysis-head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.landing-page__analysis-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(1.75rem,3.4vw,48px);font-weight:600;line-height:1.17;max-width:584px}.landing-page__analysis-cta{flex:none;font-family:var(--lp-font-display);font-weight:600}.landing-page__analysis-image{width:100%;height:auto;display:block}.landing-page__practice{position:relative;padding:67px var(--lp-gutter);background:var(--lp-dark-bg);color:var(--lp-dark-fg);overflow:hidden;isolation:isolate}@media(max-width:720px){.landing-page__practice{padding:48px var(--lp-gutter)}}.landing-page__practice-inner{position:relative;max-width:var(--lp-content-max);margin:0 auto;min-height:200px;display:flex;align-items:center}.landing-page__practice-content{position:relative;z-index:1;width:100%;max-width:920px;display:flex;flex-direction:column;gap:49px}.landing-page__practice-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(1.75rem,3.4vw,48px);font-weight:600;line-height:1.17;color:var(--lp-dark-fg)}.landing-page__practice .landing-page__practice-title-soft{display:block;font-weight:300;color:#ffffffeb}.landing-page__practice-features{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:20px 40px}.landing-page__practice-feature{display:inline-flex;align-items:center;gap:16px}.landing-page__practice-feature-icon{flex:none;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.landing-page__practice-feature-icon img{width:40px;height:40px;display:block}.landing-page__practice-feature-label{font-family:var(--lp-font-display);font-size:24px;font-weight:600;line-height:28px;color:var(--lp-dark-fg);opacity:.9}.landing-page__practice-illustration{position:absolute;z-index:0;top:-100px;right:-166px;width:600px;pointer-events:none;transform:scale(.8)}.landing-page__practice-illustration img{width:100%;height:auto;display:block}@media(max-width:960px){.landing-page__practice-illustration{display:none}}.landing-page__team{padding:120px var(--lp-gutter) 75px}@media(max-width:720px){.landing-page__team{padding:56px var(--lp-gutter)}}.landing-page__team-inner{max-width:var(--lp-content-max);margin:0 auto;display:flex;flex-direction:column;gap:48px;align-items:flex-start}@media(min-width:960px){.landing-page__team-inner{gap:90px}}.landing-page__team-head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap;width:100%}.landing-page__team-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(1.75rem,3.4vw,48px);font-weight:600;line-height:1.17;max-width:584px}.landing-page__team-cta{flex:none}.landing-page__team-grid{display:flex;flex-direction:column;gap:48px;align-items:center;width:100%}@media(min-width:960px){.landing-page__team-grid{flex-direction:row;align-items:center;gap:clamp(32px,9.4vw,95px)}}.landing-page__team-mockup{width:100%;max-width:567px;min-width:0;margin-left:-46px}.landing-page__team-mockup img{width:100%;height:auto;display:block}.landing-page__team-features{display:flex;flex-direction:column;gap:48px;width:100%;max-width:584px;min-width:0;margin-top:-23px}.landing-page__team-feature{display:flex;flex-direction:row;align-items:center;gap:24px;min-height:64px}@media(min-width:720px){.landing-page__team-feature{gap:32px}}.landing-page__team-feature-icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page__team-feature-icon img{width:64px;height:64px;display:block}.landing-page__team-feature-text{margin:0;font-family:var(--lp-font-display);font-size:24px;font-weight:500;line-height:28px;color:var(--lp-fg);flex:1 1 auto;min-width:0}.landing-page__pricing{padding:120px var(--lp-gutter);background:var(--lp-surface-alt);isolation:isolate}@media(max-width:720px){.landing-page__pricing{padding:56px var(--lp-gutter)}}.landing-page__pricing-inner{max-width:var(--lp-content-max);margin:0 auto;display:flex;flex-direction:column;gap:48px}@media(min-width:960px){.landing-page__pricing-inner{gap:112px}}.landing-page__pricing-head{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media(min-width:1200px){.landing-page__pricing-head{flex-direction:row;align-items:flex-end;gap:42px}}.landing-page__pricing-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(1.75rem,3.4vw,48px);font-weight:600;line-height:1.17;flex-shrink:0}@media(min-width:1200px){.landing-page__pricing-title{width:584px}}.landing-page__pricing-sub{margin:0;font-family:var(--lp-font-display);font-size:20px;font-weight:300;line-height:23px;color:var(--lp-fg-muted);max-width:574px}.landing-page__pricing-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px}@media(min-width:640px){.landing-page__pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.landing-page__pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.landing-page__price-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:32px;padding:32px;background:var(--lp-surface);border-radius:32px;border:none}@media(min-width:1280px){.landing-page__price-card{min-height:654px}}.landing-page__price-card--featured{--lp-framed-radius: var(--lp-radius-xl);background:linear-gradient(180deg,#2db28e33,#fff3),#fff}.landing-page__price-card-content{display:flex;flex-direction:column;gap:32px;width:100%}.landing-page__price-card-head{display:flex;flex-direction:column;gap:24px}.landing-page__price-card-meta{display:flex;flex-direction:column;gap:16px}.landing-page__price-badge{position:absolute;top:-19px;left:50%;transform:translate(-50%);padding:8px 24px;background:var(--lp-accent);color:#fff;border-radius:32px;font-family:var(--lp-font-display);font-size:16px;font-weight:600;line-height:1.4;white-space:nowrap}.landing-page__price-card-title{margin:0;font-family:var(--lp-font-display);font-size:24px;font-weight:600;line-height:28px;color:var(--lp-fg)}.landing-page__price-card-audience{margin:0;font-family:var(--lp-font-display);font-size:16px;font-weight:400;line-height:19px;color:var(--lp-fg-muted)}.landing-page__price-card-price{margin:0;font-family:var(--lp-font-display);font-size:40px;font-weight:600;line-height:47px;color:var(--lp-fg);white-space:nowrap}.landing-page__price-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px;width:100%}.landing-page__price-list li{display:flex;flex-direction:row;align-items:flex-start;gap:16px;font-family:var(--lp-font-display);font-size:16px;font-weight:400;line-height:19px;color:var(--lp-fg-muted)}.landing-page__price-list-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.landing-page__price-list-icon img{width:24px;height:24px;display:block}.landing-page__price-card--featured .landing-page__price-card-audience,.landing-page__price-card--featured .landing-page__price-list li{color:var(--lp-dark-soft)}.landing-page__global{padding:120px var(--lp-gutter)}@media(max-width:720px){.landing-page__global{padding:56px var(--lp-gutter)}}.landing-page__global-inner{position:relative;max-width:var(--lp-content-max);margin:0 auto;display:flex;flex-direction:column;gap:48px}@media(min-width:960px){.landing-page__global-inner{gap:108px}}.landing-page__global-top{position:relative;display:flex;flex-direction:column;gap:40px;align-items:flex-start}@media(min-width:960px){.landing-page__global-top{min-height:200px}}.landing-page__global-head{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:42px;align-items:flex-start;width:100%;max-width:584px}.landing-page__global-title{margin:0;font-family:var(--lp-font-display);font-size:clamp(1.75rem,3.4vw,48px);font-weight:600;line-height:1.17}.landing-page__global-sub{margin:0;font-family:var(--lp-font-body);font-size:20px;font-weight:300;line-height:1.2;color:var(--lp-fg-muted);max-width:574px}.landing-page__global-map{position:relative;z-index:0;width:100%;max-width:520px;min-width:0;margin:0 auto}@media(min-width:960px){.landing-page__global-map{position:absolute;top:-23px;right:-110px;width:794px;max-width:none;margin:0;pointer-events:none}}.landing-page__global-map img{width:100%;height:auto;display:block}.landing-page__global-cards{position:relative;z-index:1;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:1200px){.landing-page__global-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.landing-page__global-card{display:flex;flex-direction:column;gap:32px;padding:32px;border-radius:var(--lp-radius-xl)}.landing-page__global-card--white{background:var(--lp-surface-ultralight)}.landing-page__global-card--green{background:var(--lp-accent)}.landing-page__global-card--dark{background:var(--lp-dark-bg)}.landing-page__global-card--green .landing-page__global-card-title,.landing-page__global-card--dark .landing-page__global-card-title,.landing-page__global-card--green .landing-page__global-card-body,.landing-page__global-card--dark .landing-page__global-card-body{color:#fff}.landing-page__global-card-head{display:flex;align-items:center;gap:32px}@media(max-width:600px){.landing-page__global-card-head{flex-direction:column;align-items:flex-start;gap:16px}}.landing-page__global-card-icon{flex:none;width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center}.landing-page__global-card-icon img{width:64px;height:64px;display:block}.landing-page__global-card-title{margin:0;min-width:0;font-family:var(--lp-font-display);font-size:24px;font-weight:600;line-height:1.17;color:var(--lp-fg)}.landing-page__global-card-body{margin:0;font-family:var(--lp-font-body);font-size:16px;font-weight:400;line-height:19px;color:var(--lp-fg-muted);opacity:.9}.landing-page__footer{position:relative;background:var(--lp-dark-bg);color:var(--lp-dark-fg);padding:64px var(--lp-gutter) 40px;overflow:hidden}@media(min-width:960px){.landing-page__footer{padding:120px var(--lp-gutter) 56px}}.landing-page__footer-inner{position:relative;max-width:var(--lp-content-max);margin:0 auto;z-index:1;display:flex;flex-direction:column;gap:64px}@media(min-width:960px){.landing-page__footer-inner{gap:98px}}.landing-page__footer-grid{display:flex;flex-direction:column;gap:48px}@media(min-width:960px){.landing-page__footer-grid{flex-direction:row;align-items:flex-start;gap:32px}}.landing-page__footer-col{display:flex;flex-direction:column;gap:24px}@media(min-width:960px){.landing-page__footer-col{flex:0 1 379px;min-width:0}}.landing-page__footer-heading{margin:0 0 8px;font-family:var(--lp-font-display);font-size:40px;font-weight:600;line-height:47px;color:var(--lp-accent)}.landing-page__footer-link{background:none;border:none;padding:0;text-align:left;color:var(--lp-dark-fg);text-decoration:none;font-family:var(--lp-font-display);font-size:20px;font-weight:300;line-height:23px;cursor:pointer;align-self:flex-start}.landing-page__footer-link:hover{color:var(--lp-accent)}.landing-page__footer-link--underline{text-decoration:underline;text-underline-offset:3px}.landing-page__footer-link:focus-visible,.landing-page__footer-social:focus-visible{outline:2px solid var(--lp-accent);outline-offset:3px;border-radius:6px}.landing-page__footer-socials{display:flex;flex-direction:row;gap:16px}@media(min-width:960px){.landing-page__footer-socials{margin-left:auto}}.landing-page__footer-social{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:transform .15s;flex-shrink:0}.landing-page__footer-social img{width:56px;height:56px;display:block}.landing-page__footer-social:hover{transform:scale(1.08)}.landing-page__footer-bottom{display:flex;flex-direction:column;gap:28px;align-items:flex-start;max-width:310px}.landing-page__footer-brand{display:inline-flex;align-items:center;color:var(--lp-dark-fg)}.landing-page__footer-brand-logo{display:block;width:170px;height:41px}.landing-page__footer-copy{margin:0;font-family:var(--lp-font-display);font-size:16px;font-weight:400;line-height:19px;color:var(--lp-dark-fg);opacity:.8}.landing-page__footer-bubbles{position:absolute;bottom:-5px;right:max(24px,calc((100% - var(--lp-content-max)) / 2 - 87px));width:433px;height:auto;pointer-events:none;transform:scale(.95)}@media(max-width:960px){.landing-page__footer-bubbles{display:none}}.modalOverlay{position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1100;animation:legal-modal-fade-in .2s ease}@keyframes legal-modal-fade-in{0%{opacity:0}to{opacity:1}}.modal{width:min(1100px,98vw);max-height:min(86vh,900px);border-radius:var(--lp-radius-lg);border:1px solid var(--lp-border);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--lp-shadow-lg);overflow:hidden;display:grid;grid-template-rows:auto 1fr;animation:legal-modal-slide-up .3s ease}@keyframes legal-modal-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modalHeader{padding:20px 24px;border-bottom:1px solid var(--lp-border);display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#f9fafbcc,#fff9)}.modalBody{padding:24px;overflow:auto}.landing-page__legal-modal{width:min(780px,96vw)}.landing-page__legal-modal--instant{animation:none}.landing-page__legal-modal-title{font-size:16px;font-weight:700;color:var(--lp-fg);margin:0;line-height:1.4}.landing-page__legal-modal-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--lp-fg-muted);flex-shrink:0;transition:background .15s,color .15s}.landing-page__legal-modal-close-btn:hover{background:var(--lp-border);color:var(--lp-fg)}.landing-page__legal-modal-body{font-size:13.5px;line-height:1.75;color:var(--lp-fg);font-family:inherit}.landing-page__legal-modal-body h1{font-size:14px;font-weight:700;text-align:center;text-transform:uppercase;margin:0 0 4px;line-height:1.5;color:var(--lp-fg)}.landing-page__legal-modal-body h2{font-size:13.5px;font-weight:700;text-transform:uppercase;margin:24px 0 8px;color:var(--lp-fg)}.landing-page__legal-modal-body p{margin:0 0 8px;text-align:justify}.landing-page__legal-modal-body strong{font-weight:600}.landing-page__legal-modal-body ol,.landing-page__legal-modal-body ul{margin:0 0 8px;padding-left:20px}.landing-page__legal-modal-body li{margin-bottom:4px}
