.landing{display:flex;flex-direction:column;gap:72px;padding-top:4px}.landing a{text-decoration:none}.landing li a,.landing p a{text-decoration:underline}html:has(.landing){scroll-behavior:smooth}.landing section{scroll-margin-top:28px}@media (prefers-reduced-motion:reduce){html:has(.landing){scroll-behavior:auto}}.landing a:focus-visible,.landing summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.landing h1{font-size:38px;line-height:1.14;margin:0 0 16px}.landing h1,.landing section>h2{font-weight:700;letter-spacing:-.03em}.landing section>h2{font-size:24px;margin:0 0 5px}.landing section>.section-sub{color:var(--muted);font-size:14px;margin:0 0 22px;max-width:68ch}.landing .card h3,.landing-final h2{font-size:16px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.landing .card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.landing-topbar{display:flex;align-items:center;gap:8px;padding:6px 0 20px;border-bottom:1px solid var(--line);margin-bottom:-24px}.landing-brand{font-family:var(--font-logo),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:17px;letter-spacing:.04em;color:var(--text);margin-right:16px}.landing-brand:hover{color:var(--accent)}.landing-topbar nav{display:flex;gap:2px;flex:1 1;flex-wrap:wrap}.landing-topbar nav a{padding:7px 12px;border-radius:var(--radius-sm);color:var(--muted);font-size:14px;font-weight:500;transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}.landing-topbar nav a:hover{color:var(--accent-dark);background:var(--accent-soft)}.landing-login{color:var(--muted);font-size:14px;font-weight:500;padding:0 12px}.landing-login:hover{color:var(--accent-dark)}.landing .button-link.primary{background:var(--accent);border-color:var(--accent);color:#fff}.landing .button-link.primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}:root[data-theme=dark] .landing .button-link.primary{color:#08211f}.landing .button-link.big{min-height:44px;padding:0 22px;font-size:14px}.landing-hero{padding-top:22px}.landing-hero .hero-text{max-width:60ch}.landing-hero .lead{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 26px;max-width:52ch}.landing-hero .hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.landing-hero .hero-notes{color:var(--muted-2);font-size:13px;display:flex;flex-wrap:wrap;gap:6px 18px}.landing-hero .hero-notes span{display:inline-flex;align-items:center;gap:8px}.landing-hero .hero-notes span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);flex:none}@media (min-width:1180px){.landing-hero .hero-text{max-width:none}.landing-hero .lead,.landing-hero h1{max-width:530px}.landing-hero .hero-actions{margin-bottom:0}.landing-hero .hero-row{display:flex;align-items:center;gap:14px 32px;flex-wrap:wrap;margin-bottom:22px}.landing-hero .hero-row .hero-notes{flex-direction:column;gap:7px}}.landing-hero .hero-shot{margin-top:34px}.landing-shot{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:0 20px 44px -28px rgba(13,74,82,.45)}.landing-shot img{display:block;width:100%;height:auto}.landing-shot .shot-dark,:root[data-theme=dark] .landing-shot .shot-light{display:none}:root[data-theme=dark] .landing-shot .shot-dark{display:block}:root[data-theme=dark] .landing-shot{box-shadow:none;border-color:var(--line-strong)}.landing-shot figcaption{padding:9px 14px;font-size:12px;color:var(--muted-2);border-top:1px solid var(--line-soft);background:var(--page-soft)}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,1fr));grid-gap:14px;gap:14px}@media (min-width:901px) and (max-width:1219px){.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-cols .card,.landing-grid .card,.landing-steps .card{margin:0}.landing-checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:11px 28px;gap:11px 28px}.landing-checklist li{padding-left:26px;position:relative;line-height:1.5}.landing-checklist li:before{content:"";position:absolute;left:4px;top:5px;width:11px;height:6px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg)}.landing-checklist.tight{grid-template-columns:1fr;gap:9px;margin-top:12px;font-size:13.5px}.landing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));grid-gap:14px;gap:14px;counter-reset:step}.landing-steps .card{counter-increment:step}.landing-steps .card:before{content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--accent-soft);color:var(--accent-dark);font-weight:700;font-size:13px;margin-bottom:12px}.landing-section-cta{margin-top:24px}.landing-shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:14px;gap:14px;margin-top:24px;align-items:start}.landing-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.landing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(258px,1fr));grid-gap:14px;gap:14px;align-items:stretch}.landing .plan{position:relative;display:flex;flex-direction:column;margin:0;padding-top:22px}.landing .plan.best{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.landing .plan .plan-badge{position:absolute;top:-10px;left:20px;background:var(--accent);color:#fff;font-size:12px;font-weight:600;padding:3px 11px;border-radius:999px}:root[data-theme=dark] .landing .plan .plan-badge{color:#08211f}.landing .plan h3{font-size:13px;font-weight:500;color:var(--muted);letter-spacing:0;margin:0 0 6px}.landing .plan .plan-price{font-size:30px;font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.landing .plan .plan-price small{font-size:13px;font-weight:400;color:var(--muted);letter-spacing:0}.landing .plan ul{list-style:none;margin:18px 0;padding:0;display:grid;grid-gap:8px;gap:8px;flex:1 1}.landing .plan ul li{padding-left:24px;position:relative;font-size:13.5px}.landing .plan ul li:before{content:"";position:absolute;left:3px;top:5px;width:10px;height:5px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg)}.landing .plan .plan-terms{color:var(--muted-2);font-size:12px;margin:0 0 16px;padding-top:12px;border-top:1px solid var(--line-soft);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.landing .plan .button-link{width:100%}.landing-note{color:var(--muted);font-size:13px;line-height:1.6}.landing-note ul{margin:8px 0 0;padding-left:20px}.landing-note.spaced{margin-top:16px}.landing .case-card p{font-size:14px;color:var(--text);max-width:84ch}.landing-checklist.case-list{margin-top:14px}.landing-final .final-action{align-self:center}.landing-faq{display:grid;grid-gap:8px;gap:8px;max-width:800px}.landing-faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:0 18px;margin:0;transition:border-color var(--fast) var(--ease)}.landing-faq details:hover{border-color:var(--line-strong)}.landing-faq summary{cursor:pointer;font-size:14px;font-weight:600;padding:15px 30px 15px 0;list-style:none;position:relative}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary:after{content:"";position:absolute;right:6px;top:21px;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform var(--fast) var(--ease)}.landing-faq details[open] summary:after{transform:rotate(-135deg);top:24px}.landing-faq summary:hover{color:var(--accent-dark)}.landing-faq details p{margin:-4px 0 16px;color:var(--muted);font-size:13.5px;line-height:1.6;max-width:72ch}.landing-final{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:40px;gap:40px}.landing-final>:first-child{align-self:center}.landing-final h2{font-size:22px;letter-spacing:-.03em;line-height:1.25;margin:0 0 10px}.landing-final .section-sub{margin:0;color:var(--muted);font-size:14px}.landing-form{display:grid;grid-gap:13px;gap:13px}.landing-form label{display:grid;grid-gap:5px;gap:5px;margin-bottom:0}.landing-form textarea{font:inherit;font-size:14px;width:100%;padding:9px 13px;line-height:1.45;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);resize:vertical;min-height:62px;transition:border-color var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}.landing-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.landing-form .form-note{color:var(--muted-2);font-size:12px}.landing-form .form-error{color:var(--alarm);font-size:13px}.landing-form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.landing-form-done{align-self:center}.landing-form-done b{display:block;font-size:17px;margin-bottom:8px;letter-spacing:-.02em}.landing-form-done p{color:var(--muted);font-size:14px;margin:0}.landing-footer{border-top:1px solid var(--line);padding:24px 0 8px;display:flex;gap:8px 20px;flex-wrap:wrap;align-items:center;color:var(--muted-2);font-size:13px}.landing-footer .landing-brand{font-size:15px;margin-right:0}.landing-footer .spacer{flex:1 1}@media (max-width:900px){.landing{gap:54px}.landing h1{font-size:28px}.landing section>h2{font-size:21px}.landing-hero .lead{font-size:15px}.landing-final{padding:22px;gap:24px}.landing-cols,.landing-final{grid-template-columns:1fr}.landing-topbar{flex-wrap:wrap;row-gap:4px;padding-bottom:14px}.landing-brand{flex:1 1;margin-right:0}.landing-topbar nav{order:3;flex-basis:100%;margin:0 -12px}}