*,::before,::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);color:var(--color-ink);background:var(--color-white);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,p,ul,ol,figure{margin:0}ul,ol{padding:0}img,video,svg{display:block;max-width:100%}a{color:inherit}button{font:inherit;color:inherit;background:0 0;border:0}:root{--color-ink:#1D1D1F;--color-ink-soft:#424245;--color-gray-700:#515154;--color-gray-600:#6E6E73;--color-gray-500:#86868B;--color-gray-300:#C7C7CC;--color-gray-200:#D2D2D7;--color-gray-100:#E8E8ED;--color-gray-50:#F0F0F2;--color-surface:#F5F5F7;--color-white:#FFFFFF;--color-blue:#007AFF;--color-blue-dark:#0062CC;--color-blue-vivid:#0A84FF;--color-indigo:#5856D6;--color-red:#FF2D55;--color-orange:#FB923C;--color-yellow:#FACC15;--color-green:#34C759;--color-teal:#5AC8FA;--color-purple:#AF52DE;--font-family:'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;--container-max:120rem;--gutter:1.5rem;--utility-bar-height:2.5rem}@media (min-width:768px){:root{--gutter:3rem}}.eyebrow{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-blue);margin-bottom:1rem}.eyebrow--pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:999px;background:rgba(255,255,255,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 1px 2px rgba(0,0,0,.04);margin-bottom:2rem;animation:fade-scale-in .7s cubic-bezier(.22,1,.36,1) .1s both}@keyframes fade-scale-in{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.section-head{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);margin-bottom:4rem}.section-head--center{text-align:center}@media (min-width:768px){.section-head{margin-bottom:5rem}}.section-head--narrow .section-lead{max-width:42rem}.section-title{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem}.section-title--xl{font-size:clamp(2.25rem,6vw,4.5rem)}.section-lead{font-size:1.125rem;color:var(--color-gray-500);max-width:28rem;line-height:1.6}.section-lead--center{max-width:40rem;margin-inline:auto}@media (min-width:768px){.section-lead{font-size:1.25rem}}.icon{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;font-weight:600;text-decoration:none;cursor:pointer;border-radius:999px;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn--primary{background:var(--color-blue);color:var(--color-white);padding:.75rem 1.5rem;font-size:.9rem;box-shadow:0 1px 2px rgba(0,0,0,.08)}.btn--primary:hover{background:var(--color-blue-dark)}.btn--sm{padding:.625rem 1.25rem;font-size:.875rem}.btn--light{background:var(--color-white);color:var(--color-ink);padding:1rem 2rem;font-size:1rem;box-shadow:0 10px 30px rgba(0,0,0,.15)}.btn--light:hover{background:var(--color-surface);transform:scale(1.03)}.btn--ghost-dark{background:rgba(255,255,255,.1);color:var(--color-white);border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;font-size:1rem;backdrop-filter:blur(4px)}.btn--ghost-dark:hover{background:rgba(255,255,255,.15);transform:scale(1.03)}.btn--outline{background:var(--color-surface);color:var(--color-ink);border:1px solid var(--color-gray-100);padding:1rem 2rem;font-size:1rem}.btn--outline:hover{background:var(--color-gray-100)}.btn--block{width:100%}.link-muted{font-size:.875rem;font-weight:500;color:var(--color-gray-600);text-decoration:none;transition:color .2s ease}.link-muted:hover{color:var(--color-blue)}.utility-bar{position:fixed;inset-inline:0;top:0;z-index:51;height:var(--utility-bar-height);display:flex;align-items:center;justify-content:flex-end;padding-inline:var(--gutter);background:rgba(255,255,255,.9);border-bottom:1px solid var(--color-gray-100);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:var(--color-ink);font-size:.8rem}.utility-bar__links{display:flex;align-items:center;gap:1rem}.utility-bar__link{color:var(--color-gray-600);text-decoration:none}.utility-bar__link--accent{color:var(--color-blue);font-weight:600}@media (min-width:768px){.utility-bar{display:none}}.nav{position:fixed;inset-inline:0;top:var(--utility-bar-height);z-index:50;border-bottom:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,top .2s ease;animation:nav-drop-in .5s cubic-bezier(.22,1,.36,1) both}@media (min-width:768px){.nav{top:0}}@keyframes nav-drop-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav--scrolled{background:rgba(245,245,247,.85);border-color:var(--color-gray-100);box-shadow:0 1px 2px rgba(0,0,0,.04)}.nav__inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);height:5rem;display:flex;align-items:center;justify-content:space-between}.nav__links{display:none;align-items:center;gap:2rem}@media (min-width:768px){.nav__links{display:flex}}.lang-switch-row{display:none;align-items:center;gap:.375rem;list-style:none;margin:0;padding:0}.lang-switch-row__item{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;font-size:1rem;line-height:1;opacity:.55;transition:opacity .2s ease,background-color .2s ease}.lang-switch-row__item:hover{opacity:.85}.lang-switch-row__item--active{opacity:1;background:rgba(0,0,0,.06)}.lang-switch{position:relative;margin-inline:.5rem 0}@media (min-width:768px){.lang-switch-row{display:flex}.lang-switch--nav{display:none}}.lang-switch__current{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;font-size:1.05rem;line-height:1;cursor:pointer;list-style:none;background:rgba(0,0,0,.04);transition:background-color .2s ease}.lang-switch__current::-webkit-details-marker{display:none}.lang-switch__current:hover{background:rgba(0,0,0,.08)}.lang-switch__menu{position:absolute;top:calc(100% + .5rem);right:0;display:flex;flex-direction:column;min-width:9rem;list-style:none;margin:0;padding:.375rem;border-radius:.75rem;background:var(--color-white, #fff);box-shadow:0 12px 32px rgba(0,0,0,.14),0 0 0 1px rgba(0,0,0,.04);z-index:60}.lang-switch__menu li a{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:.5rem;font-size:.875rem;color:inherit;text-decoration:none}.lang-switch__menu li a:hover{background:rgba(0,0,0,.05)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand{display:flex;align-items:center;gap:.75rem}.brand__mark{width:2rem;height:2rem;border-radius:.5rem;background:linear-gradient(135deg,var(--color-blue),var(--color-indigo));color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 1px 2px rgba(0,0,0,.08)}.brand__name{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.hero{position:relative;min-height:100vh;padding-top:calc(var(--utility-bar-height) + 6.5rem);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:var(--color-surface);color:var(--color-ink);isolation:isolate}@media (min-width:768px){.hero{padding-top:8rem}}.hero__blobs{position:absolute;inset:0;z-index:0;overflow:hidden}.hero__blob{position:absolute;border-radius:999px;filter:blur(80px);animation-name:hero-drift;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.hero__blob--1{width:520px;height:520px;left:-8%;top:5%;background:radial-gradient(circle,rgba(0,122,255,.35),transparent 70%);animation-duration:18s}.hero__blob--2{width:600px;height:600px;left:70%;top:-5%;background:radial-gradient(circle,rgba(88,86,214,.32),transparent 70%);animation-duration:22s}.hero__blob--3{width:460px;height:460px;left:75%;top:60%;background:radial-gradient(circle,rgba(255,45,85,.22),transparent 70%);animation-duration:26s}.hero__blob--4{width:420px;height:420px;left:5%;top:55%;background:radial-gradient(circle,rgba(90,200,250,.28),transparent 70%);animation-duration:20s}.hero__blob--5{width:380px;height:380px;left:40%;top:30%;background:radial-gradient(circle,rgba(175,82,222,.2),transparent 70%);animation-duration:24s}@keyframes hero-drift{0%{transform:translate(0,0) scale(1)}33%{transform:translate(30px,-25px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.95)}to{transform:translate(0,0) scale(1)}}@media (prefers-reduced-motion:reduce){.hero__blob,.nav,.eyebrow--pill,.hero__word,.hero__subtitle,.device-switch{animation:none}[data-reveal]{transition:none;opacity:1;transform:none}}[data-reveal]{opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal]:not([data-reveal=fade]){transform:translateY(40px)}[data-reveal=sm]{transform:translateY(30px)}[data-reveal].is-visible{opacity:1}[data-reveal]:not([data-reveal=fade]).is-visible{transform:translateY(0)}.hero__blob-fade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent,var(--color-surface))}.hero__content{position:relative;z-index:10;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);padding-top:3rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero__title{font-size:clamp(2.75rem,8vw,8rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;max-width:16ch;margin:0 auto 1.5rem}.hero__word{display:inline-block;background:linear-gradient(135deg,#1d1d1f 30%,#424245 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:word-reveal .7s cubic-bezier(.22,1,.36,1) both}.hero__word:nth-child(1){animation-delay:.3s}.hero__word:nth-child(2){animation-delay:.4s}.hero__word:nth-child(3){animation-delay:.5s}.hero__word:nth-child(4){animation-delay:.6s}.hero__word:nth-child(5){animation-delay:.7s}@keyframes word-reveal{0%{opacity:0;transform:translateY(24px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--color-gray-600);max-width:30ch;margin:0 auto 4rem;line-height:1.6;animation:fade-blur-up .7s cubic-bezier(.22,1,.36,1) .9s both}@keyframes fade-blur-up{0%{opacity:0;transform:translateY(15px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.device-switch{position:relative;z-index:20;width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);animation:rise-in .7s cubic-bezier(.22,1,.36,1) .5s both}@keyframes rise-in{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.device-switch__tabs{display:flex;justify-content:center;align-items:center;gap:.25rem;width:fit-content;margin:0 auto 1.5rem;padding:.375rem;border-radius:999px;background:rgba(255,255,255,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 16px rgba(0,0,0,.08)}.device-switch__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.device-switch__tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--color-gray-600);cursor:pointer;transition:background-color .3s ease,color .3s ease}.device-switch__tab .icon{width:1rem;height:1rem}.device-switch__tab:hover{color:var(--color-ink)}.device-switch__input:checked+.device-switch__tab{background:var(--color-blue);color:var(--color-white);box-shadow:0 2px 8px rgba(0,0,0,.15)}.device-switch__input:focus-visible+.device-switch__tab{outline:2px solid var(--color-blue);outline-offset:2px}.device-switch__frame{width:100%;max-width:90rem;margin-inline:auto;transition:max-width .5s ease}.device-switch__screen{position:relative;aspect-ratio:21/10;overflow:hidden;border-radius:40px;background:rgba(255,255,255,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 80px -12px rgba(0,0,0,.18),inset 0 0 60px rgba(255,255,255,.25);transition:aspect-ratio .5s ease,border-radius .5s ease}.device-switch__screen video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.device-switch:has(#device-tablet:checked) .device-switch__frame{max-width:48rem}.device-switch:has(#device-tablet:checked) .device-switch__screen{aspect-ratio:4/3}.device-switch:has(#device-phone:checked) .device-switch__frame{max-width:22rem}.device-switch:has(#device-phone:checked) .device-switch__screen{aspect-ratio:9/19;border-radius:48px}.story{background:var(--color-white);padding-block:8rem}@media (min-width:768px){.story{padding-block:12rem}}.story__inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media (min-width:1024px){.story__inner{grid-template-columns:5fr 7fr;gap:6rem}}.story__intro{display:flex;flex-direction:column;align-items:flex-start}@media (min-width:1024px){.story__intro{position:sticky;top:9rem}}.story__intro .section-title{margin-top:.25rem}.story__intro-rule{display:none}@media (min-width:1024px){.story__intro-rule{display:block;width:1px;height:8rem;margin-top:3rem;margin-left:.25rem;background:linear-gradient(to bottom,var(--color-blue),transparent)}}.timeline{position:relative;list-style:none;display:flex;flex-direction:column;gap:2rem}.timeline::before{content:"";position:absolute;left:1.5rem;top:2rem;bottom:2rem;width:2px;background:var(--color-gray-100);display:none}@media (min-width:768px){.timeline::before{display:block}.timeline__item{padding-left:5rem}}.timeline__item{position:relative}.timeline__dot{display:none}@media (min-width:768px){.timeline__dot{display:block;position:absolute;left:1.5rem;top:2rem;transform:translateX(-50%);width:1rem;height:1rem;border-radius:999px;border:4px solid var(--color-white);box-shadow:0 1px 3px rgba(0,0,0,.15);background:var(--dot-color, var(--color-blue));transition:transform .3s ease}.timeline__item:hover .timeline__dot{transform:translateX(-50%) scale(1.25)}}.timeline__dot--dark{background:var(--color-ink)!important}.milestone{background:var(--color-surface);border:1px solid var(--color-gray-100);border-radius:24px;padding:2rem;transition:border-color .3s ease,box-shadow .3s ease}@media (min-width:768px){.milestone{padding:2.5rem}}.milestone:hover{border-color:var(--color-gray-200);box-shadow:0 10px 30px rgba(0,0,0,.06)}.milestone--clickable{display:block;width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;appearance:none}.milestone__head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.milestone__chevron{width:1.25rem;height:1.25rem;color:var(--color-gray-500);flex-shrink:0;transition:transform .3s ease}.milestone--clickable:hover .milestone__chevron{transform:translateX(.25rem)}.milestone__icon{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--icon-color, var(--color-blue)) 10%,transparent);color:var(--icon-color, var(--color-blue))}.milestone__icon .icon{width:1.5rem;height:1.5rem}.milestone__heading{flex:1;min-width:0}.milestone__eyebrow{display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--icon-color, var(--color-blue));margin-bottom:.25rem}.milestone__title{font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.milestone__text{color:var(--color-gray-700);line-height:1.6}.milestone--featured{position:relative;overflow:hidden;background:linear-gradient(135deg,#1d1d1f,#2a2a2e,#3a3a3f);color:var(--color-white);box-shadow:0 20px 40px rgba(0,0,0,.2);border:0}.milestone--featured::before,.milestone--featured::after{content:"";position:absolute;width:16rem;height:16rem;border-radius:999px;filter:blur(60px);pointer-events:none}.milestone--featured::before{top:-5rem;right:-5rem;background:rgba(0,122,255,.3)}.milestone--featured::after{bottom:-6rem;left:-4rem;background:rgba(88,86,214,.25)}.milestone--featured .milestone__head,.milestone--featured .milestone__text,.milestone--featured .milestone__actions{position:relative;z-index:1}.milestone__icon--dark{background:rgba(255,255,255,.1);color:var(--color-blue-vivid)}.milestone__eyebrow--dark{color:var(--color-blue-vivid)}.milestone__title--light{color:var(--color-white)}.milestone__text--light{color:var(--color-gray-100);max-width:40rem;margin-bottom:2rem}.milestone__actions{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.milestone__actions{flex-direction:row}}.features{background:var(--color-white);padding-block:8rem}@media (min-width:768px){.features{padding-block:12rem}}.features__grid{max-width:72rem;margin-inline:auto;padding-inline:var(--gutter);display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.features__grid{grid-template-columns:1fr 1fr}}.feature-card{background:var(--color-white);padding:2.5rem;border-radius:32px;border:1px solid var(--color-gray-50);box-shadow:0 8px 40px -12px rgba(0,0,0,.08);transition:box-shadow .3s ease,transform .3s ease}@media (min-width:768px){.feature-card{padding:3rem}}.feature-card:hover{box-shadow:0 16px 50px -12px rgba(0,0,0,.14);transform:translateY(-4px)}.feature-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.feature-card__tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue)}.feature-card__count{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray-300)}.feature-card__chart{width:100%;max-width:15rem;height:auto;margin-bottom:2rem}.feature-card__title{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}@media (min-width:768px){.feature-card__title{font-size:1.875rem}}.feature-card__text{color:var(--color-gray-700);line-height:1.6}@media (min-width:768px){.feature-card__text{font-size:1.125rem}}.pricing{background:var(--color-surface);padding-block:8rem}@media (min-width:768px){.pricing{padding-block:12rem}}.pricing__grid{max-width:64rem;margin-inline:auto;padding-inline:var(--gutter);display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width:768px){.pricing__grid{grid-template-columns:1fr 1fr}}.pricing-card{position:relative;display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:32px;padding:2.5rem;box-shadow:0 8px 40px -12px rgba(0,0,0,.08);transition:box-shadow .3s ease}@media (min-width:768px){.pricing-card{padding:3rem}}.pricing-card:hover{box-shadow:0 16px 50px -12px rgba(0,0,0,.14)}.pricing-card--featured{border:2px solid var(--color-blue);box-shadow:0 20px 60px -12px rgba(0,122,255,.25)}@media (min-width:768px){.pricing-card--featured{transform:translateY(-.5rem) scale(1.04)}}.pricing-card__badge{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 1rem;border-radius:999px;background:var(--color-blue);color:var(--color-white);font-size:.75rem;font-weight:600;box-shadow:0 4px 10px rgba(0,0,0,.15)}.pricing-card__badge .icon{width:.875rem;height:.875rem}.pricing-card__title{font-size:1.375rem;font-weight:700;margin-bottom:1rem}.pricing-card__price{font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2rem}.pricing-card__price--blue{color:var(--color-blue)}.pricing-card__price--green{color:var(--color-green)}.pricing-card__list{list-style:none;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.pricing-card__list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--color-gray-700);line-height:1.6}.check{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.check .icon{width:.75rem;height:.75rem;stroke-width:3}.check--blue{background:rgba(0,122,255,.15);color:var(--color-blue)}.check--green{background:rgba(52,199,89,.15);color:var(--color-green)}.faq{background:var(--color-white);padding-block:8rem;border-top:1px solid var(--color-gray-100)}@media (min-width:768px){.faq{padding-block:12rem}}.faq__inner{max-width:56rem;margin-inline:auto;padding-inline:var(--gutter)}.faq__item{border-bottom:1px solid var(--color-gray-100)}.faq__item:last-of-type{border-bottom:none}.faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.75rem;font-size:1rem;font-weight:500;color:var(--color-ink);transition:color .2s ease}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:hover{color:var(--color-blue);text-decoration:underline}@media (min-width:768px){.faq__item summary{font-size:1.125rem}}.faq__chevron{color:var(--color-gray-500);transition:transform .2s ease}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__item p{margin:0 0 1.75rem;color:var(--color-gray-700);line-height:1.7;font-size:.95rem}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-gray-100);padding-block:4rem}@media (min-width:768px){.site-footer{padding-block:6rem}}.site-footer__top{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);display:flex;flex-direction:column;align-items:center;gap:3rem;padding-bottom:4rem;border-bottom:1px solid var(--color-gray-100)}@media (min-width:768px){.site-footer__top{flex-direction:row;justify-content:space-between}}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.875rem;font-weight:500}.site-footer__links a,.site-footer__link-btn{color:var(--color-gray-500);text-decoration:none;transition:color .2s ease}.site-footer__link-btn{cursor:pointer}.site-footer__links a:hover,.site-footer__link-btn:hover{color:var(--color-blue)}.site-footer__bottom{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;color:var(--color-gray-500)}@media (min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__tagline{letter-spacing:.05em}.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:200;background:var(--color-white);border-top:1px solid var(--color-gray-100);box-shadow:0 -10px 30px rgba(0,0,0,.1);padding:1.25rem var(--gutter);transform:translateY(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}.cookie-consent--visible{transform:translateY(0)}.cookie-consent__inner{max-width:var(--container-max);margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.cookie-consent__message{font-size:.875rem;color:var(--color-ink);margin-bottom:.5rem;line-height:1.5}.cookie-consent__note{font-size:.8rem;color:var(--color-gray-500);line-height:1.5}.cookie-consent__note a{color:var(--color-blue);text-decoration:underline}.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cookie-consent__btn-text{background:0 0;color:var(--color-gray-600);padding:.625rem .25rem}.cookie-consent__btn-text:hover{color:var(--color-ink)}.cookie-consent__settings{max-width:var(--container-max);margin-inline:auto;max-height:0;overflow:hidden;transition:max-height .35s ease,margin-top .35s ease}.cookie-consent__settings--open{max-height:30rem;margin-top:1.25rem}.cookie-consent__settings-title{font-weight:700;margin-bottom:.5rem}.cookie-consent__setting{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid var(--color-gray-100)}.cookie-consent__setting-text strong{display:block;font-size:.875rem;margin-bottom:.25rem}.cookie-consent__setting-text p{font-size:.8rem;color:var(--color-gray-500)}.cookie-consent__toggle{flex-shrink:0;cursor:pointer}.cookie-consent__toggle input{display:none}.cookie-consent__toggle-track{display:block;width:2.75rem;height:1.625rem;border-radius:999px;background:var(--color-gray-200);position:relative;transition:background-color .2s ease}.cookie-consent__toggle-thumb{position:absolute;top:2px;left:2px;width:1.375rem;height:1.375rem;border-radius:50%;background:var(--color-white);box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .2s ease}.cookie-consent__toggle input:checked+.cookie-consent__toggle-track{background:var(--color-blue)}.cookie-consent__toggle input:checked+.cookie-consent__toggle-track .cookie-consent__toggle-thumb{transform:translateX(1.125rem)}.cookie-consent__toggle--disabled{cursor:not-allowed;opacity:.6}.cookie-consent__settings-actions{margin-top:1rem;display:flex;justify-content:flex-end}@media (min-width:768px){.cookie-consent__inner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-consent__main{flex:1 1 auto;max-width:48rem}.cookie-consent__actions{flex-shrink:0}}.legal-page{padding-top:calc(var(--utility-bar-height) + 6rem);padding-bottom:6rem}.legal-page__inner{max-width:42rem;margin-inline:auto;padding-inline:var(--gutter)}.legal-page__inner .section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-top:.75rem;margin-bottom:.75rem}.legal-page__intro{font-size:1.0625rem;color:var(--color-gray-500);margin-bottom:2rem}.legal-page__inner h2{font-size:1.25rem;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem}.legal-page__inner h3{font-size:1.05rem;font-weight:600;margin-top:1.75rem;margin-bottom:.5rem}.legal-page__inner p{color:var(--color-gray-700);margin-bottom:1rem}.legal-page__inner ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.legal-page__inner li{color:var(--color-gray-700);margin-bottom:.375rem}.legal-page__inner a{color:var(--color-blue);text-decoration:underline}@media (min-width:768px){.legal-page{padding-top:8rem}}.apply-modal{display:none;position:fixed;inset:0;z-index:200;align-items:center;justify-content:center;padding:1rem}.apply-modal--visible{display:flex}body.apply-modal-open{overflow:hidden}.apply-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(16px)}.apply-modal__window{position:relative;width:100%;max-width:32rem;max-height:90vh;overflow-y:auto;background:var(--color-white);border-radius:24px;box-shadow:0 40px 100px -20px rgba(0,0,0,.4);padding:2rem}@media (min-width:768px){.apply-modal__window{padding:2.5rem}}.apply-modal__close{position:absolute;top:1.25rem;right:1.25rem;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--color-surface);color:var(--color-gray-500);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.apply-modal__close:hover{background:var(--color-gray-100);color:var(--color-ink)}.apply-modal__close .icon{width:1.125rem;height:1.125rem}.apply-modal__head{text-align:center;margin-bottom:1.75rem}.apply-modal__title{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.apply-modal__title--center{text-align:center}@media (min-width:768px){.apply-modal__title{font-size:1.75rem}}.apply-modal__subtitle{font-size:.9375rem;line-height:1.6;color:var(--color-gray-500)}.apply-modal__toggle-wrap{margin-bottom:1.5rem}.apply-modal__toggle-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500);text-align:center;margin-bottom:.75rem}.apply-toggle{display:flex;gap:.25rem;padding:.25rem;border-radius:16px;background:var(--color-surface);border:1px solid var(--color-gray-100)}.apply-toggle__option{flex:1 1 0%;display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.625rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;color:var(--color-gray-500);cursor:pointer;transition:background-color .25s ease,color .25s ease}.apply-toggle__option:hover{color:var(--color-ink)}.apply-toggle__option--active{background:var(--color-blue);color:var(--color-white)}.apply-toggle__option--active:hover{color:var(--color-white)}.apply-toggle__option-value{font-size:.75rem;font-weight:400;opacity:.85}.apply-modal__form{display:flex;flex-direction:column;gap:1rem}.apply-modal__input{width:100%;padding:.875rem 1rem;border-radius:16px;background:var(--color-surface);border:1px solid var(--color-gray-100);color:var(--color-ink);font-size:1rem;font-family:inherit;transition:background-color .2s ease,border-color .2s ease}.apply-modal__input::placeholder{color:var(--color-gray-500)}.apply-modal__input:focus{outline:0;background:var(--color-white);border-color:var(--color-blue)}.apply-modal__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386868B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.1rem;padding-right:2.75rem}.apply-modal__select:invalid{color:var(--color-gray-500)}.apply-modal__consent{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding-top:.25rem}.apply-modal__checkbox{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem;border-radius:6px;background:var(--color-surface);border:1px solid var(--color-gray-100);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.apply-modal__checkbox .icon{width:.875rem;height:.875rem;stroke-width:3;color:var(--color-white);opacity:0;transition:opacity .15s ease}.apply-modal__checkbox--checked{background:var(--color-blue);border-color:var(--color-blue)}.apply-modal__checkbox--checked .icon{opacity:1}.apply-modal__consent-text{font-size:.875rem;line-height:1.6;color:var(--color-gray-500)}.apply-modal__terms-link{color:var(--color-blue);font-weight:600;cursor:pointer;text-decoration:none}.apply-modal__terms-link:hover{text-decoration:underline}.apply-modal__error{font-size:.875rem;color:var(--color-red);text-align:center}.apply-modal__submit{width:100%;padding:1rem 2rem;border-radius:999px;background:var(--color-blue);color:var(--color-white);font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.08);transition:background-color .2s ease,transform .2s ease,opacity .2s ease;margin-top:.25rem}.apply-modal__submit:hover:not(:disabled){background:var(--color-blue-dark);transform:scale(1.01)}.apply-modal__submit:disabled{opacity:.4;cursor:not-allowed}.apply-modal__success-state{text-align:center;padding-block:1.5rem}.apply-modal__success-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:50%;background:rgba(52,199,89,.15);display:flex;align-items:center;justify-content:center}.apply-modal__success-icon .icon{width:2rem;height:2rem;stroke-width:3;color:var(--color-green)}.apply-modal__success-text{font-size:1rem;line-height:1.6;color:var(--color-gray-500);margin-bottom:2rem}.apply-modal__success-close{padding:.875rem 2rem;border-radius:999px;background:var(--color-surface);color:var(--color-ink);font-weight:600;cursor:pointer;transition:background-color .2s ease}.apply-modal__success-close:hover{background:var(--color-gray-100)}.apply-terms__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;padding-right:2.5rem}.apply-terms__subtitle{font-size:.75rem;color:var(--color-gray-300);margin-bottom:1.5rem}.apply-terms__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.apply-terms__list li{display:flex;gap:.75rem;font-size:.875rem;line-height:1.6;color:var(--color-gray-700)}.apply-terms__num{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--color-surface);color:var(--color-gray-500);font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.story-modal{display:none;position:fixed;inset:0;z-index:200;align-items:center;justify-content:center;padding:1rem}.story-modal--visible{display:flex}body.story-modal-open{overflow:hidden}.story-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(16px)}.story-modal__window{position:relative;width:100%;max-width:42rem;max-height:90vh;overflow-y:auto;background:var(--color-white);border-radius:24px;box-shadow:0 40px 100px -20px rgba(0,0,0,.4);padding:2rem}@media (min-width:768px){.story-modal__window{padding:2.5rem 3rem}}.story-modal__close{position:absolute;top:1.25rem;right:1.25rem;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--color-surface);color:var(--color-gray-500);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:background-color .2s ease,color .2s ease}.story-modal__close:hover{background:var(--color-gray-100);color:var(--color-ink)}.story-modal__close .icon{width:1.125rem;height:1.125rem}.story-modal__head{padding-right:2.5rem;margin-bottom:.75rem}.story-modal__eyebrow{display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--icon-color, var(--color-blue));margin-bottom:.375rem}.story-modal__title{font-size:1.375rem;font-weight:700;letter-spacing:-.01em;line-height:1.3}@media (min-width:768px){.story-modal__title{font-size:1.625rem}}.story-modal__subtitle{font-size:.9375rem;line-height:1.6;color:var(--color-gray-500);padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-gray-100)}.story-modal__section{margin-bottom:1.75rem}.story-modal__section-heading{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.625rem}.story-modal__p{font-size:.9375rem;line-height:1.65;color:var(--color-gray-700);margin-bottom:.625rem}.story-modal__p:last-child{margin-bottom:0}.story-modal__p--after{margin-top:.75rem}.story-modal__bullets{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.story-modal__bullets li{display:flex;gap:.75rem;font-size:.9375rem;line-height:1.65;color:var(--color-gray-700)}.story-modal__bullet-dot{flex-shrink:0;width:.375rem;height:.375rem;border-radius:50%;margin-top:.55rem}.story-modal__sources{margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--color-gray-100)}.story-modal__sources-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-500);margin-bottom:1rem}.story-modal__sources-list{display:flex;flex-direction:column;gap:.75rem}.story-modal__sources-list li{display:flex;gap:.75rem;font-size:.8125rem;line-height:1.6;color:var(--color-gray-500)}.story-modal__source-num{flex-shrink:0;font-weight:600;color:var(--color-gray-500)}