.lander-root{--brand:#1D5BFF;--brand-600:#1547DB;--brand-700:#0F37AE;--brand-50:#EDF2FF;--brand-100:#DCE5FF;--bg:#FFFFFF;--bg-alt:#F6F7F9;--bg-sunk:#F0F2F5;--bg-ink:#0B0D12;--line:#E6E8EE;--line-2:#DDE0E7;--ink:#0B0D12;--ink-2:#2B2F39;--muted:#5A6072;--muted-2:#6B7180;--t-blue:#EAF1FF;--t-blue-ink:#1547DB;--t-violet:#F0EBFF;--t-violet-ink:#5635CF;--t-teal:#E1F4EE;--t-teal-ink:#0E7A55;--t-amber:#FFF4DC;--t-amber-ink:#97640A;--t-rose:#FFE7E4;--t-rose-ink:#B23A2D;--t-cyan:#DEF1F5;--t-cyan-ink:#136A7C;--wa-bg:#0B141A;--wa-bubble:#1F2C34;--wa-out:#005C4B;--wa-text:#E9EDEF;--wa-muted:#8696A0;--wa-link:#53BDEB;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--r-2xl:32px;--max:1200px;--pad-x:clamp(20px,4vw,48px);--ff:var(--font-geist),-apple-system,"SF Pro Text","Segoe UI",sans-serif;--ff-mono:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace;--sh-card:0 1px 0 rgba(11,13,18,.04),0 4px 14px rgba(11,13,18,.04);--sh-card-hover:0 1px 0 rgba(11,13,18,.04),0 12px 32px rgba(11,13,18,.08);--sh-deep:0 24px 64px rgba(11,13,18,.12);--section-y:104px;--header-h:68px;font-family:var(--ff);font-feature-settings:"ss01","cv11";color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}.lander-root *{box-sizing:border-box}.lander-root img{display:block;max-width:100%}.lander-root .l-container{max-width:var(--max);margin:0 auto;padding:0 var(--pad-x)}.lander-root .l-section{padding-block:var(--section-y)}.lander-root .l-section--tight{padding-block:calc(var(--section-y) * .6)}.lander-root .l-section--alt{background:var(--bg-alt)}.lander-root .l-section--ink{background:var(--bg-ink);color:#fff}.lander-root .l-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.lander-root .l-eyebrow .dot{width:6px;height:6px;background:var(--brand);border-radius:999px}.lander-root .l-eyebrow--green{color:#5CE2A9}.lander-root .l-eyebrow--green .dot{background:#5CE2A9}.lander-root .l-h1{font-size:clamp(40px,6.2vw,76px);line-height:1.02;letter-spacing:-.025em}.lander-root .l-h1,.lander-root .l-h2{font-weight:600;margin:0;text-wrap:balance}.lander-root .l-h2{font-size:clamp(32px,4.4vw,52px);line-height:1.05;letter-spacing:-.02em}.lander-root .l-h3{font-size:clamp(22px,2.4vw,28px);line-height:1.2;letter-spacing:-.015em;font-weight:600;margin:0}.lander-root .l-lead{font-size:clamp(18px,1.5vw,22px);line-height:1.5;color:var(--muted);text-wrap:pretty}.lander-root .l-body{font-size:17px;line-height:1.55;color:var(--ink-2)}.lander-root .l-mono{font-family:var(--ff-mono)}.lander-root .l-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 22px;border-radius:999px;font-family:inherit;font-size:15.5px;font-weight:550;letter-spacing:-.005em;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;white-space:nowrap;text-decoration:none}.lander-root .l-btn--primary{background:var(--brand);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 6px 16px rgba(29,91,255,.28)}.lander-root .l-btn--primary:hover{background:var(--brand-600);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 12px 26px rgba(29,91,255,.38)}.lander-root .l-btn--ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}.lander-root .l-btn--ghost:hover{background:var(--bg-alt);transform:translateY(-2px);box-shadow:var(--sh-card)}.lander-root .l-btn--ink{background:var(--bg-ink);color:#fff}.lander-root .l-btn--ink:hover{background:#1A1E29;transform:translateY(-2px);box-shadow:0 12px 26px rgba(11,13,18,.28)}.lander-root .l-btn:active{transform:translateY(0)}.lander-root .l-btn--sm{height:40px;padding:0 14px;font-size:14px}.lander-root .l-btn--lg{height:60px;padding:0 28px;font-size:17px}.lander-root .l-btn .arrow{transition:transform .2s ease}.lander-root .l-btn:hover .arrow{transform:translateX(3px)}.lander-root a:focus-visible,.lander-root button:focus-visible,.lander-root input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.lander-root .l-plan__toggle:has(input:focus-visible){outline:2px solid var(--brand);outline-offset:2px}.lander-root .l-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:28px;box-shadow:var(--sh-card)}.lander-root .l-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.72);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid rgba(11,13,18,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 6px 24px -16px rgba(11,13,18,.18)}.lander-root .l-header__inner{display:flex;align-items:center;gap:32px;height:var(--header-h);position:relative}.lander-root .l-header__brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:600;letter-spacing:-.01em}.lander-root .l-header__logo{width:30px;height:30px;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:700;font-size:18px;border-radius:8px;letter-spacing:-.04em}.lander-root .l-header__logo-img{height:32px;width:auto}.lander-root .l-nav{display:flex;gap:28px;flex:1}.lander-root .l-nav a{color:var(--ink-2);text-decoration:none;font-size:14.5px;font-weight:450;transition:color .15s ease}.lander-root .l-nav a:hover{color:var(--brand)}.lander-root .l-header__cta{display:flex;gap:10px;align-items:center}.lander-root .l-header__login{color:var(--ink-2);text-decoration:none;font-size:14.5px;font-weight:450;white-space:nowrap;padding:0 4px}.lander-root .l-header__login:hover{color:var(--brand)}.lander-root .l-mobile-menu{display:none;margin-left:auto}.lander-root .l-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;color:var(--ink);border:1px solid var(--line-2);border-radius:10px;cursor:pointer}.lander-root .l-menu-btn:hover{background:var(--bg-alt)}.lander-root .l-mobile-panel{position:absolute;top:var(--header-h);left:0;right:0;height:calc(100vh - var(--header-h));height:calc(100dvh - var(--header-h));background:var(--bg);padding:20px var(--pad-x) calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow-y:auto;animation:lander-menu-in .18s ease}@keyframes lander-menu-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lander-root .l-mobile-panel__nav{display:flex;flex-direction:column}.lander-root .l-mobile-panel__link{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;font-size:18px;font-weight:500;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.lander-root .l-mobile-panel__link:hover{color:var(--brand)}.lander-root .l-mobile-panel__link svg{color:var(--muted-2)}.lander-root .l-mobile-panel__link:hover svg{color:var(--brand)}.lander-root .l-mobile-panel__actions{display:flex;flex-direction:column;gap:14px;margin-top:auto;padding-top:28px}.lander-root .l-mobile-panel__actions .l-btn{width:100%}@media (max-width:900px){.lander-root .l-header__cta,.lander-root .l-nav{display:none}.lander-root .l-mobile-menu{display:flex}}.lander-root .l-hero{padding-block:clamp(48px,8vw,96px);position:relative}.lander-root{position:relative}.lander-root:before{content:"";position:absolute;top:0;left:0;right:0;height:880px;z-index:-1;pointer-events:none;background:radial-gradient(50% 50% at 80% 18%,rgba(29,91,255,.22),transparent 70%),radial-gradient(44% 46% at 3% 22%,rgba(86,53,207,.12),transparent 70%),radial-gradient(60% 45% at 46% 94%,rgba(19,124,154,.07),transparent 76%),linear-gradient(180deg,rgba(29,91,255,.05),transparent 55%)}@media (max-width:560px){.lander-root:before{height:720px}}.lander-root .l-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,72px);align-items:center}@media (max-width:900px){.lander-root .l-hero__grid{grid-template-columns:1fr;gap:48px}}.lander-root .l-hero__copy{display:flex;flex-direction:column;gap:24px;max-width:620px}.lander-root .l-hero__verbs{font-size:clamp(18px,1.6vw,22px);color:var(--muted);line-height:1.55;text-wrap:pretty;margin:0}.lander-root .l-hero__verbs strong{color:var(--ink);font-weight:600}.lander-root .l-hero__punch{font-size:clamp(18px,1.5vw,21px);color:var(--ink);font-weight:500;line-height:1.45;padding:18px 22px;border-left:3px solid var(--brand);background:var(--brand-50);border-radius:6px 14px 14px 6px}.lander-root .l-hero__cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.lander-root .l-hero__micro{font-size:13.5px;color:var(--muted);margin-top:-2px}.lander-root .l-hero__visual{display:flex;justify-content:flex-end}.lander-root .l-trust-strip{display:flex;align-items:center;gap:32px;flex-wrap:wrap;padding-top:32px;margin-top:32px;border-top:1px solid var(--line);color:var(--muted);font-size:13.5px}.lander-root .l-trust-strip__item{display:flex;gap:8px;align-items:center}.lander-root .l-trust-strip__item svg{color:var(--brand)}.lander-root .l-section__head{display:flex;flex-direction:column;gap:16px;max-width:760px;margin-bottom:clamp(40px,5vw,64px)}.lander-root .l-section__head--center{margin-inline:auto;align-items:center;text-align:center}.lander-root .l-wa{width:100%;max-width:310px;margin-left:auto;background:#0a0c10;border:1px solid rgba(255,255,255,.14);border-radius:44px;padding:10px;box-shadow:var(--sh-deep),0 4px 14px rgba(11,13,18,.22);position:relative;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-feature-settings:normal;letter-spacing:0}.lander-root .l-wa__screen{position:relative;background:var(--wa-bg);border-radius:34px;overflow:hidden;color:var(--wa-text);display:flex;flex-direction:column}.lander-root .l-wa__island{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:82px;height:22px;border-radius:999px;background:#05070a;z-index:3}.lander-root .l-wa__statusbar{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;line-height:1.2;color:var(--wa-text);background:var(--wa-bubble);padding:15px 20px 6px}.lander-root .l-wa__statusbar-r{display:flex;gap:5px;align-items:center}.lander-root .l-wa__chat-header{display:flex;align-items:center;gap:8px;background:var(--wa-bubble);padding:8px 12px 10px}.lander-root .l-wa__chat-header svg{color:var(--wa-text);flex:none}.lander-root .l-wa__avatar{width:32px;height:32px;border-radius:999px;flex:none;background:var(--brand);display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;letter-spacing:-.02em}.lander-root .l-wa__chat-id{min-width:0}.lander-root .l-wa__chat-name{font-size:14.5px;font-weight:600;color:var(--wa-text)}.lander-root .l-wa__chat-sub{font-size:11px;color:var(--wa-muted)}.lander-root .l-wa__chat-actions{margin-left:auto;display:flex;gap:16px;align-items:center}.lander-root .l-wa__msgs{padding:10px 10px 4px;display:flex;flex-direction:column;gap:6px;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.035) 0 1px,transparent 1px),radial-gradient(circle at 80% 70%,rgba(255,255,255,.035) 0 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(255,255,255,.028) 0 1px,transparent 1px);background-size:56px 56px,64px 64px,44px 44px}.lander-root .l-wa__date-chip{align-self:center;background:var(--wa-bubble);color:var(--wa-muted);font-size:11px;font-weight:500;padding:4px 10px;border-radius:8px;margin-bottom:2px}.lander-root .l-wa__bubble{position:relative;max-width:84%;padding:6px 8px 5px;border-radius:9px;font-size:13.5px;line-height:1.35;box-shadow:0 1px 1px rgba(0,0,0,.22)}.lander-root .l-wa__bubble--in{background:var(--wa-bubble);color:var(--wa-text);align-self:flex-start}.lander-root .l-wa__bubble--out{background:var(--wa-out);color:var(--wa-text);align-self:flex-end}.lander-root .l-wa__bubble--tail.l-wa__bubble--in{border-bottom-left-radius:0}.lander-root .l-wa__bubble--tail.l-wa__bubble--in:before{content:"";position:absolute;bottom:0;left:-8px;border-bottom:9px solid var(--wa-bubble);border-left:8px solid transparent}.lander-root .l-wa__bubble--tail.l-wa__bubble--out{border-bottom-right-radius:0}.lander-root .l-wa__bubble--tail.l-wa__bubble--out:before{content:"";position:absolute;bottom:0;right:-8px;border-bottom:9px solid var(--wa-out);border-right:8px solid transparent}.lander-root .l-wa__group{align-self:flex-end;max-width:84%;display:flex;flex-direction:column}.lander-root .l-wa__group .l-wa__bubble{max-width:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.lander-root .l-wa__quick{background:var(--wa-bubble);border-radius:3px 3px 9px 9px;margin-top:2px;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.22)}.lander-root .l-wa__quick-row{padding:8px 12px;font-size:13.5px;font-weight:500;color:var(--wa-link);text-align:center;border-top:1px solid rgba(255,255,255,.07)}.lander-root .l-wa__quick-row:first-child{border-top:none}.lander-root .l-wa__bubble:after{content:"";display:block;clear:both}.lander-root .l-wa__time{float:right;font-size:10.5px;color:var(--wa-muted);margin-left:8px;margin-top:7px;line-height:1}.lander-root .l-wa__check{color:var(--wa-link);font-size:11px;margin-left:3px}.lander-root .l-wa__composer{display:flex;align-items:center;gap:12px;padding:8px 12px 4px;color:var(--wa-muted)}.lander-root .l-wa__composer>svg{flex:none}.lander-root .l-wa__input{flex:1;min-width:0;min-height:33px;display:flex;align-items:center;justify-content:flex-end;gap:8px;background:var(--wa-bubble);border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:6px 12px;color:var(--wa-muted);font-size:13.5px}.lander-root .l-wa__input svg{flex:none}.lander-root .l-wa__home{width:104px;height:4px;border-radius:999px;background:rgba(255,255,255,.4);margin:6px auto 8px}.lander-root .l-wa-photo{position:relative;width:100%;max-width:330px;margin-left:auto}.lander-root .l-wa-photo img{width:100%;height:auto;filter:drop-shadow(0 24px 48px rgba(11,13,18,.28))}.lander-root .l-wa-overlay{font-family:var(--ff);position:absolute;right:-16px;top:auto;bottom:2.5%;background:#fff;color:var(--ink);border-radius:14px;padding:10px 14px;box-shadow:0 12px 32px rgba(11,13,18,.18);display:flex;gap:10px;align-items:center;border:1px solid var(--line);font-size:14px;z-index:4}@media (max-width:560px){.lander-root .l-wa-overlay{right:8px}}.lander-root .l-wa-overlay .pulse{width:8px;height:8px;border-radius:999px;background:#15A36A;box-shadow:0 0 0 0 rgba(21,163,106,.6);animation:lander-pulse 2s infinite}@keyframes lander-pulse{0%{box-shadow:0 0 0 0 rgba(21,163,106,.5)}70%{box-shadow:0 0 0 10px rgba(21,163,106,0)}to{box-shadow:0 0 0 0 rgba(21,163,106,0)}}.lander-root .l-aw{position:relative;width:100%;max-width:420px;margin-left:auto;display:flex;align-items:center;justify-content:center;min-height:660px;transform:translateY(-16px)}@media (min-width:1120px){.lander-root .l-aw{transform:translate(12px,-22px)}}@media (min-width:1320px){.lander-root .l-aw{transform:translate(28px,-26px)}}.lander-root .l-aw__glow{position:absolute;width:min(440px,86vw);height:min(440px,86vw);border-radius:50%;background:radial-gradient(circle,rgba(29,91,255,.16),rgba(29,91,255,0) 70%);filter:blur(8px);z-index:0;animation:l-aw-breathe 6s ease-in-out infinite}@keyframes l-aw-breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.lander-root .l-aw__phone{position:relative;z-index:2;width:min(326px,82vw);aspect-ratio:344/716;background:#0a0a0b;border-radius:clamp(40px,12vw,52px);padding:10px;box-shadow:0 54px 96px -30px rgba(8,22,60,.5),0 22px 44px -22px rgba(8,22,60,.32),0 0 0 2px #232527,inset 0 1.5px 1px rgba(255,255,255,.18),inset 0 0 0 2px #000;animation:l-aw-floaty 7s ease-in-out infinite;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:0}.lander-root .l-aw__island{position:absolute;top:21px;left:50%;transform:translateX(-50%);width:90px;height:26px;background:#000;border-radius:999px;z-index:30}.lander-root .l-aw__screen{width:100%;height:100%;border-radius:clamp(32px,10vw,43px);overflow:hidden;background:#E7DED4;display:flex;flex-direction:column;position:relative}.lander-root .l-aw__screen:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:40;border-radius:inherit;background:linear-gradient(133deg,rgba(255,255,255,.16),rgba(255,255,255,.04) 14%,rgba(255,255,255,0) 26%)}.lander-root .l-aw__top{background:#F7F8FA;box-shadow:0 1px 0 rgba(0,0,0,.06);z-index:10}.lander-root .l-aw__statusbar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 13px;font-size:13.5px;font-weight:600;color:#0A1F17}.lander-root .l-aw__statusbar-r{display:flex;align-items:center;gap:6px}.lander-root .l-aw__header{display:flex;align-items:center;gap:10px;padding:6px 12px 10px}.lander-root .l-aw__header>svg{flex-shrink:0}.lander-root .l-aw__avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:linear-gradient(150deg,var(--brand),var(--brand-700));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px}.lander-root .l-aw__id{flex:1;min-width:0}.lander-root .l-aw__name{font-size:15.5px;font-weight:600;color:#111B21;line-height:1.1}.lander-root .l-aw__sub{font-size:12px;color:#667781;margin-top:1px}.lander-root .l-aw__chat{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;padding:10px 12px 8px;display:flex;flex-direction:column;gap:7px;background-color:#E7DED4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 128 128'%3E%3Cg fill='none' stroke='%23B9AE9D' stroke-opacity='0.16' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M14 22 q7 -9 14 0'/%3E%3Ccircle cx='50' cy='18' r='5'/%3E%3Cpath d='M80 14 h8 M84 10 v8'/%3E%3Cpath d='M106 14 l7 7 M113 14 l-7 7'/%3E%3Cpath d='M16 52 q8 9 16 0'/%3E%3Ccircle cx='62' cy='50' r='5'/%3E%3Cpath d='M90 56 q8 -10 16 0'/%3E%3Cpath d='M22 86 h8 M26 82 v8'/%3E%3Cpath d='M52 84 l7 7 M59 84 l-7 7'/%3E%3Ccircle cx='92' cy='90' r='5'/%3E%3Cpath d='M14 116 q8 9 16 0'/%3E%3Cpath d='M50 120 q8 -10 16 0'/%3E%3Cpath d='M86 114 h8 M90 110 v8'/%3E%3Ccircle cx='114' cy='114' r='4'/%3E%3C/g%3E%3C/svg%3E");background-size:128px 128px}.lander-root .l-aw__chat::-webkit-scrollbar{display:none}.lander-root .l-aw__spacer{flex:1;min-height:6px}.lander-root .l-aw__notice{align-self:center;text-align:center;background:#FDF4D2;color:#5A5333;font-size:10.5px;line-height:1.4;padding:6px 12px;border-radius:8px;max-width:84%}.lander-root .l-aw__day{align-self:center;background:rgba(255,255,255,.88);color:#54656F;font-size:11px;font-weight:600;letter-spacing:.02em;padding:5px 12px;border-radius:8px}.lander-root .l-aw__bubble{max-width:82%;font-size:14px;line-height:1.4;padding:7px 9px 5px;border-radius:10px;box-shadow:0 1px .5px rgba(0,0,0,.08);color:#111B21;animation:l-aw-bubble .3s ease both}.lander-root .l-aw__bubble--in{align-self:flex-start;background:#fff;border-top-left-radius:2px}.lander-root .l-aw__bubble--out{align-self:flex-end;background:#D9FDD3;border-top-right-radius:2px;transform-origin:bottom right;animation:l-aw-send .34s cubic-bezier(.2,.8,.3,1.08) both}.lander-root .l-aw__meta{display:flex;align-items:center;justify-content:flex-end;gap:3px;margin-top:1px}.lander-root .l-aw__meta--block{margin-top:1px}.lander-root .l-aw__t{font-size:10.5px;color:#667781}.lander-root .l-aw__check{display:inline-flex;align-items:center}.lander-root .l-aw__check svg{animation:l-aw-checkin .3s ease both}.lander-root .l-aw__typing{align-self:flex-start;display:flex;align-items:center;gap:4px;background:#fff;padding:11px 13px;border-radius:10px;border-top-left-radius:2px;box-shadow:0 1px .5px rgba(0,0,0,.08);animation:l-aw-bubble .25s ease both}.lander-root .l-aw__dot{width:6px;height:6px;border-radius:50%;background:#9AA6A0;animation:l-aw-blink 1.2s infinite}.lander-root .l-aw__dot:nth-child(2){animation-delay:.2s}.lander-root .l-aw__dot:nth-child(3){animation-delay:.4s}.lander-root .l-aw__slots{align-self:flex-start;width:82%;display:flex;flex-direction:column;gap:2px;animation:l-aw-bubble .3s ease both}.lander-root .l-aw__slot{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px;border-radius:9px;font-size:14px;font-weight:600;background:#fff;color:#00A884;box-shadow:0 1px .5px rgba(0,0,0,.08);transition:background .2s,color .2s}.lander-root .l-aw__slot--on{background:#00A884;color:#fff}.lander-root .l-aw__composer{background:#F7F8FA;border-top:1px solid #e9e9ea;padding:8px 10px 22px;display:flex;align-items:center;gap:8px;z-index:10}.lander-root .l-aw__composer>svg{flex-shrink:0}.lander-root .l-aw__field{flex:1;min-width:0;background:#fff;border-radius:20px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px .5px rgba(0,0,0,.06);color:#9AA6A0;font-size:14px}.lander-root .l-aw__field-icons{display:flex;align-items:center;gap:14px;flex-shrink:0}.lander-root .l-aw__send{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:#00A884;display:flex;align-items:center;justify-content:center}.lander-root .l-aw__home{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:104px;height:5px;border-radius:99px;background:rgba(10,31,23,.82);z-index:25}.lander-root .l-aw__agenda{position:absolute;top:-6px;right:-10px;z-index:5;width:232px;background:#fff;border-radius:18px;box-shadow:0 20px 44px -14px rgba(8,22,60,.28),0 0 0 1px var(--line);padding:14px;font-family:var(--ff);animation:l-aw-pop .45s cubic-bezier(.2,.9,.3,1.2) both}@media (min-width:1120px){.lander-root .l-aw__agenda{top:-14px;right:-34px}}@media (min-width:1320px){.lander-root .l-aw__agenda{top:-18px;right:-56px}}.lander-root .l-aw__agenda-head{display:flex;align-items:center;justify-content:space-between}.lander-root .l-aw__brand{display:flex;align-items:center;gap:7px}.lander-root .l-aw__brand-mark{width:22px;height:22px;border-radius:7px;background:linear-gradient(150deg,var(--brand),var(--brand-700));display:flex;align-items:center;justify-content:center}.lander-root .l-aw__brand-name{font-size:12.5px;font-weight:700;color:var(--ink)}.lander-root .l-aw__tag{font-size:10.5px;font-weight:600;color:var(--muted);background:var(--bg-sunk);padding:3px 8px;border-radius:6px}.lander-root .l-aw__agenda-date{font-size:13px;font-weight:700;color:var(--ink);margin-top:11px}.lander-root .l-aw__rows{margin-top:9px;display:flex;flex-direction:column;gap:6px}.lander-root .l-aw__row{display:flex;align-items:center;gap:8px}.lander-root .l-aw__row-h{font-size:10.5px;color:#A2ADA7;width:34px;flex-shrink:0}.lander-root .l-aw__row-h--on{color:var(--ink);font-weight:700}.lander-root .l-aw__slot-empty{flex:1;height:30px;border-radius:8px;background:var(--bg-sunk)}.lander-root .l-aw__slot-booked{flex:1;height:36px;border-radius:8px;background:var(--brand-50);border:1px solid var(--brand-100);padding:0 10px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.lander-root .l-aw__sweep{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.6),rgba(255,255,255,0));transform-origin:left;animation:l-aw-sweep .5s ease both}.lander-root .l-aw__booked-txt{position:relative;display:flex;flex-direction:column;line-height:1.15}.lander-root .l-aw__booked-name{font-size:12px;font-weight:700;color:var(--brand-700)}.lander-root .l-aw__booked-sub{font-size:10px;color:var(--brand-600)}.lander-root .l-aw__ia{position:relative;font-size:9.5px;font-weight:700;color:#fff;background:var(--brand);border-radius:6px;padding:3px 6px}.lander-root .l-aw__agenda-foot{margin-top:11px;padding-top:10px;border-top:1px solid var(--line);display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted)}.lander-root .l-aw__foot-check{display:inline-flex;color:var(--brand)}.lander-root .l-aw__badge{position:absolute;bottom:60px;left:-14px;z-index:5;background:#fff;border-radius:15px;box-shadow:0 18px 40px -12px rgba(8,22,60,.26),0 0 0 1px var(--line);padding:13px 17px;display:flex;align-items:center;gap:12px;font-family:var(--ff);animation:l-aw-pop .45s cubic-bezier(.2,.9,.3,1.2) both}.lander-root .l-aw__badge-check{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:linear-gradient(150deg,var(--brand),var(--brand-700));display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(29,91,255,.3)}.lander-root .l-aw__badge-txt{display:flex;flex-direction:column;line-height:1.2}.lander-root .l-aw__badge-title{font-size:14.5px;font-weight:700;color:var(--ink)}.lander-root .l-aw__badge-sub{font-size:12.5px;color:var(--muted)}@keyframes l-aw-bubble{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@keyframes l-aw-send{0%{opacity:0;transform:translateY(16px) scale(.92)}to{opacity:1;transform:none}}@keyframes l-aw-checkin{0%{opacity:.2;transform:scale(.6)}to{opacity:1;transform:none}}@keyframes l-aw-pop{0%{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:none}}@keyframes l-aw-blink{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@keyframes l-aw-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes l-aw-sweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:900px){.lander-root .l-hero__visual{justify-content:center}.lander-root .l-aw{margin-inline:auto}}@media (max-width:560px){.lander-root .l-aw{min-height:600px}.lander-root .l-aw__agenda{right:-2px;top:6px;transform:scale(.9);transform-origin:top right}.lander-root .l-aw__badge{left:-2px;bottom:38px;transform:scale(.9);transform-origin:bottom left}}@media (prefers-reduced-motion:reduce){.lander-root .l-aw__agenda,.lander-root .l-aw__badge,.lander-root .l-aw__bubble,.lander-root .l-aw__bubble--out,.lander-root .l-aw__check svg,.lander-root .l-aw__dot,.lander-root .l-aw__glow,.lander-root .l-aw__phone,.lander-root .l-aw__slots,.lander-root .l-aw__sweep,.lander-root .l-aw__typing{animation:none}}.lander-root .l-pain{background:var(--bg-ink);color:#fff;padding-block:var(--section-y);position:relative;overflow:hidden}.lander-root .l-pain__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media (max-width:900px){.lander-root .l-pain__grid{grid-template-columns:1fr;gap:48px}}.lander-root .l-pain .l-h2{color:#fff}.lander-root .l-pain__body p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.78);margin:0 0 14px}.lander-root .l-pain__quote{display:block;font-style:italic;font-size:21px;color:#fff;background:rgba(255,255,255,.04);border-left:3px solid #15a36a;padding:16px 20px;margin:0 0 24px;border-radius:4px 14px 14px 4px}.lander-root .l-pain__leak{display:block;padding:14px 18px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:14px;line-height:1.6;color:rgba(255,255,255,.7)}.lander-root .l-pain__leak strong{color:#5CE2A9;font-size:17px}.lander-root .l-pain__close{font-size:22px;font-weight:600;line-height:1.4;color:#fff;border-top:1px solid rgba(255,255,255,.12);padding-top:28px;margin-top:28px;text-wrap:balance}.lander-root .l-pain__close strong{color:#5CE2A9}.lander-root .l-pain__compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}@media (max-width:560px){.lander-root .l-pain__compare{grid-template-columns:1fr}}.lander-root .l-pain__card{display:flex;flex-direction:column;padding:18px 18px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.lander-root .l-pain__card--good{border-color:rgba(92,226,169,.34);background:linear-gradient(180deg,rgba(21,163,106,.12),rgba(21,163,106,.04));box-shadow:0 18px 44px -18px rgba(21,163,106,.45)}.lander-root .l-pain__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.lander-root .l-pain__tag{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;letter-spacing:.01em;padding:4px 10px;border-radius:999px}.lander-root .l-pain__tag--bad{color:#F4A099;background:rgba(240,133,122,.12)}.lander-root .l-pain__tag--good{color:#03130D;background:#5CE2A9}.lander-root .l-pain__when{font-size:11.5px;color:rgba(255,255,255,.4)}.lander-root .l-pain__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;flex:1}.lander-root .l-pain__list li{display:flex;align-items:flex-start;gap:9px;font-size:14px;line-height:1.35}.lander-root .l-pain__list li svg{flex:none;margin-top:1px}.lander-root .l-pain__list--bad li{color:rgba(255,255,255,.6)}.lander-root .l-pain__list--bad li svg{color:#F08576}.lander-root .l-pain__list--good li{color:#fff}.lander-root .l-pain__list--good li svg{color:#5CE2A9}.lander-root .l-pain__card-foot{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.09);font-size:13px;font-weight:700}.lander-root .l-pain__card-foot--bad{color:#F08576}.lander-root .l-pain__card-foot--good{color:#5CE2A9}.lander-root .l-pain__cta{margin-top:clamp(44px,5vw,68px);padding-top:clamp(36px,4vw,48px);border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.lander-root .l-pain__cta-line{font-size:clamp(20px,2.1vw,27px);line-height:1.35;color:rgba(255,255,255,.82);max-width:680px;margin:0;text-wrap:balance}.lander-root .l-pain__cta-line strong{color:#fff;font-weight:700}.lander-root .l-pain__cta-micro{font-size:13.5px;color:rgba(255,255,255,.5)}.lander-root .l-jobs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:900px){.lander-root .l-jobs__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.lander-root .l-jobs__grid{grid-template-columns:1fr}}.lander-root .l-job{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:28px;display:flex;flex-direction:column;gap:14px;position:relative;min-height:220px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lander-root .l-job:hover{transform:translateY(-2px);box-shadow:var(--sh-card-hover);border-color:var(--line-2)}.lander-root .l-job__num{position:absolute;top:24px;right:28px;font-family:var(--ff-mono);font-size:12px;color:var(--muted-2);letter-spacing:.04em}.lander-root .l-job__icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--t-blue);color:var(--t-blue-ink)}.lander-root .l-job__title{font-size:20px;font-weight:600;letter-spacing:-.01em;margin:0}.lander-root .l-job__desc{font-size:15.5px;line-height:1.5;color:var(--muted);margin:0}.lander-root .l-job[data-tint=violet] .l-job__icon{background:var(--t-violet);color:var(--t-violet-ink)}.lander-root .l-job[data-tint=teal] .l-job__icon{background:var(--t-teal);color:var(--t-teal-ink)}.lander-root .l-job[data-tint=amber] .l-job__icon{background:var(--t-amber);color:var(--t-amber-ink)}.lander-root .l-job[data-tint=rose] .l-job__icon{background:var(--t-rose);color:var(--t-rose-ink)}.lander-root .l-job[data-tint=cyan] .l-job__icon{background:var(--t-cyan);color:var(--t-cyan-ink)}.lander-root .l-jobs__close{text-align:center;margin-top:40px;color:var(--muted);font-size:17px;font-style:italic}.lander-root .l-showcase__tabs{display:flex;gap:4px;background:#fff;border:1px solid var(--line);padding:4px;border-radius:999px;margin:0 auto 28px;width:max-content;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.lander-root .l-showcase__tabs::-webkit-scrollbar{display:none}.lander-root .l-showcase__tab{border:none;background:transparent;padding:8px 18px;border-radius:999px;font-size:14px;font-weight:500;color:var(--muted);cursor:pointer;font-family:inherit;transition:all .15s ease;white-space:nowrap}.lander-root .l-showcase__tab[aria-selected=true]{background:var(--brand);color:#fff}.lander-root .l-showcase__bigframe{border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,#fafbfd,#f3f5f9);padding:24px;box-shadow:var(--sh-deep);position:relative;overflow:hidden}.lander-root .l-showcase__bigframe img{width:100%;border-radius:16px;box-shadow:0 18px 38px rgba(11,13,18,.14);border:1px solid var(--line-2)}.lander-root .l-showcase__caption{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--muted);margin-top:14px;justify-content:center}.lander-root .l-showcase__caption svg{color:var(--brand)}.lander-root .l-wa-faq{display:grid;grid-template-columns:1.2fr 1fr;background:linear-gradient(180deg,#fff,#fafbfd);border:1px solid var(--line);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--sh-card)}@media (max-width:900px){.lander-root .l-wa-faq{grid-template-columns:1fr}}.lander-root .l-wa-faq__body{padding:56px}.lander-root .l-wa-faq__visual{background:var(--bg-alt);border-left:1px solid var(--line);padding:48px;display:grid;place-items:center}@media (max-width:900px){.lander-root .l-wa-faq__body{padding:36px}.lander-root .l-wa-faq__visual{padding:36px;border-left:none;border-top:1px solid var(--line)}}.lander-root .l-wa-faq__yes{font-size:48px;font-weight:600;color:var(--brand);letter-spacing:-.025em;margin-top:16px;margin-bottom:8px;line-height:1}.lander-root .l-numbers{display:grid;gap:12px;max-width:360px;width:100%}.lander-root .l-numcard{display:flex;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px;align-items:flex-start}.lander-root .l-numcard__chip{font-family:var(--ff-mono);font-size:12px;padding:4px 8px;border-radius:6px;background:var(--bg-alt);color:var(--muted);letter-spacing:.03em}.lander-root .l-numcard__chip--ai{background:var(--brand-50);color:var(--brand)}.lander-root .l-numcard__title{font-size:15px;font-weight:600;margin-bottom:4px}.lander-root .l-numcard__desc{font-size:13.5px;color:var(--muted);line-height:1.45}.lander-root .l-pricing{background:var(--bg-alt)}.lander-root .l-pricing__intro{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}.lander-root .l-pricing__strap{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:8px 14px;border-radius:999px;font-size:13px;color:var(--muted);margin-bottom:16px}.lander-root .l-pricing__strap strong{color:var(--ink)}.lander-root .l-pricing__counter-dot{width:6px;height:6px;background:#15A36A;border-radius:999px;box-shadow:0 0 0 0 rgba(21,163,106,.6);animation:lander-pulse 2s infinite}.lander-root .l-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}@media (max-width:900px){.lander-root .l-pricing__grid{grid-template-columns:1fr}}.lander-root .l-plan{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lander-root .l-plan:hover{transform:translateY(-4px);box-shadow:var(--sh-card-hover)}.lander-root .l-plan--rec{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-50),0 18px 48px rgba(29,91,255,.14)}.lander-root .l-plan--rec:hover{transform:translateY(-4px);box-shadow:0 0 0 4px var(--brand-50),0 28px 64px rgba(29,91,255,.22)}.lander-root .l-plan__badge{position:absolute;top:-12px;left:32px;background:var(--brand);color:#fff;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em}.lander-root .l-plan__name{font-size:14px;color:var(--muted);margin:0 0 4px}.lander-root .l-plan__tier{font-size:22px;font-weight:600;letter-spacing:-.01em;margin:0}.lander-root .l-plan__hint{font-size:13.5px;color:var(--brand);margin:2px 0 0}.lander-root .l-plan__price-row{display:flex;align-items:baseline;gap:8px;margin:28px 0 4px;font-variant-numeric:tabular-nums}.lander-root .l-plan__price{font-size:56px;font-weight:600;letter-spacing:-.03em;line-height:1}.lander-root .l-plan__price.is-discounted{color:var(--brand)}.lander-root .l-plan__price-prev{font-size:22px;color:var(--muted-2);text-decoration:line-through;text-decoration-thickness:2px}.lander-root .l-plan__unit{font-size:17px;color:var(--muted)}.lander-root .l-plan__lock{font-size:13px;color:var(--muted);margin:8px 0 24px;display:flex;gap:6px;align-items:center}.lander-root .l-plan__lock svg{color:var(--brand);flex-shrink:0}.lander-root .l-plan__toggle{display:flex;gap:12px;align-items:flex-start;background:var(--bg-alt);padding:14px;border-radius:12px;cursor:pointer;user-select:none;margin-bottom:24px;border:1px solid var(--line);transition:all .15s ease;position:relative}.lander-root .l-plan__toggle.is-on,.lander-root .l-plan__toggle:hover{background:var(--brand-50);border-color:var(--brand-100)}.lander-root .l-plan__toggle input{position:absolute;opacity:0;pointer-events:none}.lander-root .l-plan__check{width:20px;height:20px;flex-shrink:0;border:1.5px solid var(--line-2);border-radius:6px;background:#fff;display:grid;place-items:center;transition:all .15s ease;margin-top:1px;color:transparent}.lander-root .l-plan__toggle.is-on .l-plan__check{background:var(--brand);border-color:var(--brand);color:#fff}.lander-root .l-plan__toggle-label{font-size:14px;line-height:1.4;color:var(--ink-2)}.lander-root .l-plan__toggle-discount{color:var(--brand);font-weight:600}.lander-root .l-plan__includes-title{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.lander-root .l-plan__includes{display:flex;flex-direction:column;gap:8px;margin:0 0 28px;padding:0}.lander-root .l-plan__includes li{display:flex;gap:8px;align-items:flex-start;font-size:14.5px;color:var(--ink-2);list-style:none}.lander-root .l-plan__includes svg{color:var(--brand);flex-shrink:0;margin-top:3px}.lander-root .l-plan__includes .l-plan__inc-fact{color:var(--muted);align-items:center}.lander-root .l-plan__includes .l-plan__inc-fact svg{color:var(--muted-2);margin-top:0}.lander-root .l-plan__inc-fact-name{text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:var(--muted-2)}.lander-root .l-plan__inc-tag{margin-left:auto;font-size:11px;font-weight:700;color:var(--brand);background:var(--brand-50);border-radius:6px;padding:2px 7px}.lander-root .l-plan__includes .l-plan__inc-fact.is-on{color:var(--ink-2)}.lander-root .l-plan__includes .l-plan__inc-fact.is-on svg{color:var(--brand)}.lander-root .l-plan__includes .l-plan__inc-fact.is-on .l-plan__inc-fact-name{text-decoration:none}.lander-root .l-plan .l-btn{width:100%;margin-top:auto}.lander-root .l-pricing__locked-note{margin-top:40px;padding:24px 28px;background:#fff;border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:4px 16px 16px 4px;display:flex;gap:20px;font-size:16px;line-height:1.55;color:var(--ink-2);align-items:flex-start}.lander-root .l-pricing__locked-note svg{color:var(--brand);flex-shrink:0;margin-top:2px}.lander-root .l-pricing__locked-note strong{color:var(--ink)}.lander-root .l-pricing__includes-summary{margin-top:24px;text-align:center;font-size:15px;color:var(--muted);line-height:1.6}.lander-root .l-pricing__includes-summary strong{color:var(--ink);display:block;font-size:16px;margin-bottom:6px}.lander-root .l-bonuses__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media (max-width:900px){.lander-root .l-bonuses__grid{grid-template-columns:1fr}}.lander-root .l-bonus:nth-last-child(2):nth-child(odd){grid-column:1/-1}.lander-root .l-bonus{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:28px;position:relative;display:flex;flex-direction:column;gap:14px}.lander-root .l-bonus__row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.lander-root .l-bonus__num{font-family:var(--ff-mono);font-size:12px;color:var(--muted);letter-spacing:.04em}.lander-root .l-bonus__value{font-size:13px;color:var(--brand);font-weight:500;background:var(--brand-50);padding:4px 10px;border-radius:999px;font-variant-numeric:tabular-nums}.lander-root .l-bonus__title{font-size:22px;font-weight:600;letter-spacing:-.012em;margin:0}.lander-root .l-bonus__desc{font-size:15.5px;line-height:1.55;color:var(--muted);margin:0}.lander-root .l-bonus--total{background:var(--bg-ink);color:#fff;grid-column:1/-1;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center;padding:32px;border:none}.lander-root .l-bonus--total strong{color:#5CE2A9}.lander-root .l-bonus--total .l-bonus__title{color:#fff}.lander-root .l-authority__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:start}@media (max-width:900px){.lander-root .l-authority__grid{grid-template-columns:1fr;gap:48px}}.lander-root .l-video-placeholder{aspect-ratio:16/10;background:linear-gradient(135deg,#161A23,#0B0D12);border-radius:24px;position:relative;overflow:hidden;display:grid;place-items:center;color:#fff;border:1px solid var(--line)}.lander-root .l-video-placeholder:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 30% 20%,rgba(29,91,255,.15) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(29,91,255,.08) 0,transparent 50%)}.lander-root .l-video-placeholder__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.lander-root .l-video-placeholder__play{width:72px;height:72px;border-radius:999px;background:rgba(255,255,255,.95);color:var(--ink);border:none;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 48px rgba(0,0,0,.4)}.lander-root .l-video-placeholder__label{font-size:14px;color:rgba(255,255,255,.65);letter-spacing:.02em}.lander-root .l-video-placeholder__tag{position:absolute;top:16px;left:16px;font-family:var(--ff-mono);font-size:11px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.12);padding:6px 10px;border-radius:6px;z-index:2}.lander-root .l-authority__copy{display:flex;flex-direction:column;gap:28px}.lander-root .l-authority__title{font-size:30px;font-weight:600;letter-spacing:-.015em;line-height:1.2;text-wrap:balance;margin:0}.lander-root .l-authority__sub{color:var(--muted);font-size:17px;line-height:1.55;margin:0}.lander-root .l-authority__sub strong{color:var(--ink)}.lander-root .l-authority__links{display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--bg-alt);border-radius:16px;border:1px solid var(--line)}.lander-root .l-authority__link{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:15px;font-weight:500}.lander-root .l-authority__link svg,.lander-root .l-authority__link:hover{color:var(--brand)}.lander-root .l-authority__link-meta{color:var(--muted);font-size:13.5px;font-weight:400;margin-top:2px}.lander-root .l-divider-soft{height:1px;background:var(--line);margin:0;border:none}.lander-root .l-case{padding:24px;background:var(--bg-alt);border:1.5px dashed var(--line-2);border-radius:16px;display:flex;flex-direction:column;gap:12px}.lander-root .l-lopd{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media (max-width:700px){.lander-root .l-lopd{grid-template-columns:1fr}}.lander-root .l-lopd-item{display:flex;gap:16px;align-items:flex-start;padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px}.lander-root .l-lopd-item__icon{width:40px;height:40px;flex-shrink:0;background:var(--t-teal);color:var(--t-teal-ink);border-radius:10px;display:grid;place-items:center}.lander-root .l-lopd-item__title{font-size:16px;font-weight:600;margin:0 0 4px}.lander-root .l-lopd-item__desc{font-size:14.5px;color:var(--muted);line-height:1.5;margin:0}.lander-root .l-recep{background:#fff;border:1px solid var(--line);border-radius:var(--r-2xl);padding:56px;display:grid;grid-template-columns:1.3fr 1fr;gap:56px;align-items:start}@media (max-width:900px){.lander-root .l-recep{grid-template-columns:1fr;padding:36px;gap:36px}}.lander-root .l-recep__big-no{font-size:72px;font-weight:600;line-height:1;letter-spacing:-.035em;color:var(--ink);margin:8px 0 24px}.lander-root .l-recep__split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lander-root .l-recep__col{background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:16px}.lander-root .l-recep__col-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0}.lander-root .l-recep__col ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px;list-style:none}.lander-root .l-recep__col li{display:flex;gap:8px;align-items:flex-start;font-size:14.5px;line-height:1.45;color:var(--ink-2)}.lander-root .l-recep__col li:before{content:"·";color:var(--brand);flex-shrink:0}.lander-root .l-gtees__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:900px){.lander-root .l-gtees__grid{grid-template-columns:1fr}}.lander-root .l-gtee{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.lander-root .l-gtee:before{content:"";position:absolute;top:0;left:32px;right:32px;height:3px;background:var(--brand);border-radius:0 0 4px 4px}.lander-root .l-gtee__num{font-family:var(--ff-mono);font-size:12px;color:var(--brand);font-weight:500;letter-spacing:.04em;margin-top:12px}.lander-root .l-gtee__title{font-size:22px;font-weight:600;letter-spacing:-.015em;line-height:1.2;margin:0}.lander-root .l-gtee__desc{font-size:15.5px;line-height:1.55;color:var(--muted);margin:0}.lander-root .l-gtee__close{text-align:center;margin-top:32px;color:var(--muted);font-size:15px;font-style:italic}.lander-root .l-process__list{display:flex;flex-direction:column}.lander-root .l-step{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--line);align-items:flex-start}.lander-root .l-step:last-child{border-bottom:none}.lander-root .l-step__num{font-family:var(--ff-mono);font-size:14px;font-weight:500;color:var(--brand);padding-top:6px}.lander-root .l-step__num span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--brand-50);color:var(--brand);font-weight:600;font-size:17px;font-family:var(--ff)}.lander-root .l-step__body{display:flex;flex-direction:column;gap:6px}.lander-root .l-step__title{font-size:20px;font-weight:600;letter-spacing:-.01em;margin:0}.lander-root .l-step__opt{font-size:12px;font-weight:500;color:var(--muted);background:var(--bg-alt);border:1px solid var(--line);padding:3px 8px;border-radius:6px;margin-left:8px;vertical-align:3px}.lander-root .l-step__desc{font-size:16px;line-height:1.55;color:var(--muted);margin:0}.lander-root .l-scarcity{background:var(--bg-ink);color:#fff;border-radius:var(--r-2xl);padding:56px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.lander-root .l-counter{display:inline-flex;align-items:baseline;gap:16px;font-variant-numeric:tabular-nums}.lander-root .l-counter__big{font-size:96px;font-weight:600;line-height:1;letter-spacing:-.04em;color:#fff}.lander-root .l-counter__of{font-size:28px;color:rgba(255,255,255,.55);font-weight:500}.lander-root .l-counter__label{font-size:15px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em}.lander-root .l-counter__bar{width:min(100%,480px);height:8px;background:rgba(255,255,255,.1);border-radius:999px;overflow:hidden}.lander-root .l-counter__bar-fill{height:100%;background:linear-gradient(90deg,#5CE2A9,#3FAC7E)}.lander-root .l-scarcity__date{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-size:14px;color:rgba(255,255,255,.8)}.lander-root .l-scarcity__date svg{color:rgba(255,255,255,.6)}.lander-root .l-final{text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px;max-width:800px;margin:0 auto}.lander-root .l-final__sub{font-size:19px;color:var(--muted);line-height:1.55;text-wrap:pretty;margin:0}.lander-root .l-final__sub--strong{color:var(--ink)}.lander-root .l-cta-band{background:var(--brand-50);border-block:1px solid var(--brand-100);padding-block:clamp(40px,5vw,60px)}.lander-root .l-cta-band__inner{display:flex;align-items:center;justify-content:center;gap:clamp(16px,3vw,32px);flex-wrap:wrap;text-align:center}.lander-root .l-cta-band__line{margin:0;font-size:clamp(18px,2vw,22px);font-weight:600;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}.lander-root .l-modal-scrim{position:fixed;inset:0;z-index:100;background:rgba(11,13,18,.55);backdrop-filter:blur(4px);display:grid;place-items:center;padding:clamp(16px,4vw,32px);animation:lander-scrim-in .18s ease}@keyframes lander-scrim-in{0%{opacity:0}to{opacity:1}}.lander-root .l-modal{position:relative;width:100%;max-width:480px;max-height:90dvh;background:var(--bg);border-radius:var(--r-2xl);padding:clamp(28px,4vw,36px);box-shadow:var(--sh-deep);overflow-y:auto;animation:lander-modal-in .2s ease}@keyframes lander-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.lander-root .l-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:transparent;border:none;border-radius:999px;color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,color .15s ease}.lander-root .l-modal__close:hover{background:var(--bg-alt);color:var(--ink)}.lander-root .l-modal__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.lander-root .l-modal__eyebrow .dot{width:6px;height:6px;border-radius:999px;background:var(--brand)}.lander-root .l-modal__title{font-size:clamp(22px,2.4vw,26px);font-weight:600;letter-spacing:-.015em;line-height:1.2;color:var(--ink);margin:0 0 8px}.lander-root .l-modal__sub{font-size:15px;line-height:1.5;color:var(--muted);margin:0 0 24px}.lander-root .l-modal__form{display:flex;flex-direction:column;gap:16px}.lander-root .l-modal__submit{width:100%;margin-top:8px}.lander-root .l-modal__micro{font-size:12.5px;color:var(--muted);text-align:center;margin:12px 0 0}.lander-root .l-modal__error-banner{margin:0 0 12px;padding:10px 12px;background:var(--t-rose);border:1px solid #fcc9c2;color:#7A2B22;border-radius:var(--r-sm);font-size:14px}.lander-root .l-field{display:flex;flex-direction:column;gap:6px}.lander-root .l-field__label{font-size:13.5px;font-weight:500;color:var(--ink-2)}.lander-root .l-field__input{height:44px;padding:0 14px;font-size:16px;font-family:inherit;color:var(--ink);background:#fff;border:1px solid var(--line-2);border-radius:var(--r-md);transition:border-color .15s ease,box-shadow .15s ease}.lander-root .l-field__input::placeholder{color:var(--muted-2)}.lander-root .l-field__input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50)}.lander-root .l-field--error .l-field__input{border-color:#B23A2D}.lander-root .l-field--error .l-field__input:focus{box-shadow:0 0 0 3px rgba(178,58,45,.18)}.lander-root .l-field__error{font-size:13px;color:#B23A2D;margin:2px 0 0}.lander-root .l-chip-group{display:flex;gap:8px}.lander-root .l-chip{flex:1;min-width:0;height:44px;padding:0 14px;font-family:inherit;font-size:15px;font-weight:500;color:var(--ink);background:#fff;border:1px solid var(--line-2);border-radius:var(--r-md);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.lander-root .l-chip:hover:not([aria-pressed=true]){background:var(--bg-alt)}.lander-root .l-chip[aria-pressed=true]{background:var(--brand);color:#fff;border-color:var(--brand)}.lander-root .l-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 8px 8px;gap:14px}.lander-root .l-modal__success-icon{width:64px;height:64px;border-radius:999px;background:var(--brand-50);color:var(--brand);display:grid;place-items:center}.lander-root .l-modal__success-title{font-size:22px;font-weight:600;color:var(--ink);margin:4px 0 0}.lander-root .l-modal__success-sub{font-size:15px;line-height:1.5;color:var(--muted);margin:0;max-width:360px}@media (prefers-reduced-motion:reduce){.lander-root .l-modal,.lander-root .l-modal-scrim{animation:none}}.lander-root .l-faq__list{display:flex;flex-direction:column}.lander-root .l-faq-item{border-top:1px solid var(--line)}.lander-root .l-faq-item:last-child{border-bottom:1px solid var(--line)}.lander-root .l-faq-item__q{width:100%;background:transparent;border:none;padding:28px 0;font-family:inherit;font-size:19px;font-weight:550;letter-spacing:-.01em;color:var(--ink);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px}.lander-root .l-faq-item__q:hover{color:var(--brand)}.lander-root .l-faq-item__icon{width:32px;height:32px;border-radius:999px;background:var(--bg-alt);display:grid;place-items:center;flex-shrink:0;transition:transform .2s ease,background .2s ease,color .2s ease;color:var(--ink)}.lander-root .l-faq-item.is-open .l-faq-item__icon{background:var(--brand);color:#fff;transform:rotate(45deg)}.lander-root .l-faq-item__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.lander-root .l-faq-item.is-open .l-faq-item__a{grid-template-rows:1fr}.lander-root .l-faq-item__a-clip{overflow:hidden;min-height:0}.lander-root .l-faq-item__a-inner{padding:0 0 28px;font-size:16.5px;line-height:1.6;color:var(--muted);max-width:80ch}.lander-root .l-crumbs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;font-size:13.5px;color:var(--muted-2);margin-bottom:28px}.lander-root .l-crumbs a{color:var(--muted-2);text-decoration:none}.lander-root .l-crumbs a:hover{color:var(--ink)}.lander-root .l-prose{max-width:760px;margin-inline:auto}.lander-root .l-prose h2{font-size:clamp(22px,2.4vw,28px);line-height:1.2;letter-spacing:-.015em;font-weight:600;color:var(--ink);margin:48px 0 18px}.lander-root .l-prose h2:first-child{margin-top:0}.lander-root .l-prose p{font-size:16.5px;line-height:1.7;color:var(--muted);margin:0 0 14px}.lander-root .l-related-card{text-decoration:none}.lander-root .l-related-card .l-job__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lander-root .l-post-meta{color:var(--muted);font-size:14.5px;margin:0}.lander-root .l-post-meta strong{color:var(--ink);font-weight:600}.lander-root .l-citable{border-left:3px solid var(--brand);background:var(--brand-50);border-radius:0 var(--r-md) var(--r-md) 0;padding:16px 20px;font-size:17px;line-height:1.6;color:var(--ink-2);margin:0}.lander-root .l-post-card__meta{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2);margin:0 0 10px}.lander-root .l-post-card__magnet{margin:12px 0 0;font-size:13px;font-weight:600;color:var(--t-teal-ink);background:var(--t-teal);border-radius:999px;padding:3px 10px;display:inline-block}.lander-root .l-prose ol,.lander-root .l-prose ul{color:var(--muted);padding-left:24px;margin:0 0 14px;display:flex;flex-direction:column;gap:6px}.lander-root .l-prose li::marker{color:var(--brand)}.lander-root .l-prose a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.lander-root .l-prose strong{color:var(--ink)}.lander-root .l-prose h3{font-size:19px;font-weight:600;color:var(--ink);margin:32px 0 10px}.lander-root .l-prose blockquote{border-left:3px solid var(--line-2);margin:0 0 14px;padding:4px 0 4px 18px;color:var(--muted-2);font-style:italic}.lander-root .l-prose .l-table-wrap{overflow-x:auto;margin:0 0 14px}.lander-root .l-prose table{border-collapse:collapse;width:100%;font-size:15px}.lander-root .l-prose th{text-align:left;font-weight:600;color:var(--ink);border-bottom:2px solid var(--line-2);padding:8px 12px}.lander-root .l-prose td{border-bottom:1px solid var(--line);padding:8px 12px;color:var(--muted)}.lander-root .l-magnet{display:flex;gap:16px;align-items:flex-start;background:var(--brand-50);border:1px solid var(--brand-100);border-radius:var(--r-lg);padding:22px 24px}.lander-root .l-magnet--done{background:var(--t-teal);border-color:transparent;align-items:center}.lander-root .l-magnet__icon{flex:none;width:40px;height:40px;border-radius:12px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center}.lander-root .l-magnet--done .l-magnet__icon{background:var(--t-teal-ink)}.lander-root .l-magnet__body{flex:1;min-width:0}.lander-root .l-magnet__title{margin:0 0 4px;font-weight:600;color:var(--ink);font-size:17px}.lander-root .l-magnet__desc{margin:0 0 14px;color:var(--muted);font-size:15px;line-height:1.55}.lander-root .l-magnet__form{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.lander-root .l-magnet__form .l-field{min-width:220px;margin:0}.lander-root .l-magnet__consent{display:flex;gap:8px;align-items:flex-start;margin-top:10px;font-size:12.5px;color:var(--muted-2);line-height:1.5}.lander-root .l-magnet__consent input{margin-top:2px;accent-color:var(--brand)}.lander-root .l-magnet__consent a{color:inherit;text-decoration:underline}.lander-root .l-magnet__files{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}@media (max-width:560px){.lander-root .l-magnet{flex-direction:column}}.lander-root .l-footer{background:var(--bg-ink);color:#fff;padding:64px 0 32px}.lander-root .l-footer__grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr 1fr;gap:40px;margin-bottom:48px}@media (max-width:900px){.lander-root .l-footer__grid{grid-template-columns:1fr 1fr}}.lander-root .l-footer__brand{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-weight:600;color:#fff}.lander-root .l-footer__brand .l-header__logo{background:#fff;color:var(--brand)}.lander-root .l-footer__tagline{color:rgba(255,255,255,.55);font-size:14px;line-height:1.5;max-width:320px;margin:0}.lander-root .l-footer .l-footer__heading,.lander-root .l-footer h5{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45);margin:0 0 16px}.lander-root .l-footer ul{padding:0;margin:0;display:flex;flex-direction:column;gap:10px;list-style:none}.lander-root .l-footer ul a{color:rgba(255,255,255,.75);text-decoration:none;font-size:14.5px}.lander-root .l-footer ul a:hover{color:#fff}.lander-root .l-footer__base{padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.45);font-size:13.5px}.lander-root div[id],.lander-root section[id]{scroll-margin-top:90px}