:root{--bg:oklch(0.985 0.004 165);--card:oklch(1 0 0);--ink:oklch(0.23 0.018 170);--muted:oklch(0.45 0.022 172);--faint:oklch(0.62 0.018 172);--border:oklch(0.9 0.008 170);--rule:oklch(0.82 0.012 170);--brand:oklch(0.41 0.105 260);--brand-hover:oklch(0.35 0.11 260);--brand-ink-bg:oklch(0.23 0.055 262);--brand-tint:oklch(0.955 0.02 258);--brand-ink:oklch(0.99 0.008 258);--brand-ink-muted:oklch(0.83 0.03 258);--success:oklch(0.52 0.11 152);--success-tint:oklch(0.95 0.035 152);--ok-bg:oklch(0.96 0.04 165);--ok-border:oklch(0.86 0.07 165);--ok-ink:oklch(0.40 0.09 165);--err-bg:oklch(0.96 0.035 25);--err-border:oklch(0.86 0.08 25);--err-ink:oklch(0.46 0.16 27);--radius:14px;--radius-lg:16px;--maxw:1080px;--measure:1080px;--measure-text:760px;--gutter:24px;--sp-band:clamp(46px,4.8vw,72px);--serif:var(--font-serif),Georgia,"Times New Roman",Times,serif;--sans:var(--font-sans),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--heb-serif:var(--font-heb-serif),"Noto Serif Hebrew","David Libre",David,Georgia,serif;--heb-sans:var(--font-heb-sans),"Segoe UI","Arial Hebrew",Arial,sans-serif;--z-sticky:100;--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-spring:cubic-bezier(0.32,0.72,0,1);--shadow-float:0 1px 2px color-mix(in oklab,var(--ink) 6%,transparent),0 24px 56px -30px color-mix(in oklab,var(--ink) 40%,transparent)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(1100px 420px at 50% -160px,color-mix(in oklab,var(--brand) 7%,transparent),transparent 70%),radial-gradient(900px 500px at 88% 22%,color-mix(in oklab,var(--brand) 3%,transparent),transparent 70%)}a{color:inherit}::selection{background:var(--brand-tint)}.site-header{background:color-mix(in oklab,var(--bg) 80%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:var(--z-sticky)}.site-header .wrap{max-width:var(--maxw);margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:11px}.brandmark{align-items:baseline}.wordmark{font-family:var(--serif);font-style:italic;font-weight:600;font-size:clamp(16.5px,2.4vw,21px);white-space:nowrap;letter-spacing:-.01em;color:var(--brand);line-height:1;transition:color .25s var(--ease-out)}.brandmark:hover .wordmark{color:var(--brand-hover)}.wm-dot{color:var(--success);font-style:normal}.site-header nav{margin-left:28px;flex:1 1;display:flex;gap:18px;align-items:center;white-space:nowrap}.site-header nav>.nav-phone{margin-left:auto}@media (max-width:640px){.site-header nav>.nav-phone,.site-header nav>a:not(.btn-sm){display:none}.site-header nav{gap:12px;margin-left:0}.site-header nav>.btn-sm{margin-left:auto}}.site-header nav a{color:var(--muted);text-decoration:none;font-size:14px;transition:color .18s var(--ease-out)}.site-header nav a:hover{color:var(--ink)}.btn-sm{background:var(--brand);color:var(--brand-ink)!important;padding:8px 15px;border-radius:9px;font-weight:600;transition:background .18s var(--ease-out)}.btn-sm:hover{background:var(--brand-hover)}.nav-phone{display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-size:13.5px;font-weight:600;color:var(--brand)!important;transition:color .18s var(--ease-out);white-space:nowrap}.nav-phone:hover{color:var(--brand-hover)!important}.nav-phone .phone-icon{font-size:14px}@media (max-width:1080px){.nav-phone .phone-text{display:none}}@media (max-width:900px){.site-header nav>a:not(.btn-sm):nth-child(n+4){display:none}}.footer-phone{color:var(--brand)!important;text-decoration:none;font-weight:600;white-space:nowrap;transition:color .18s var(--ease-out)}.footer-phone:hover{color:var(--brand-hover)!important}.footer-trustpilot{color:#00b67a!important;text-decoration:none;font-weight:600;white-space:nowrap}.footer-trustpilot:hover{text-decoration:underline}.hamburger{display:none;background:none;border:0;padding:8px;cursor:pointer;width:36px;height:36px;position:relative;z-index:1001}@media (max-width:640px){.hamburger{display:flex;align-items:center;justify-content:center}}.hamburger-icon,.hamburger-icon:after,.hamburger-icon:before{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s var(--ease-out),opacity .2s var(--ease-out)}.hamburger-icon{position:relative}.hamburger-icon:after,.hamburger-icon:before{content:"";position:absolute;left:0}.hamburger-icon:before{top:-6px}.hamburger-icon:after{top:6px}.hamburger-icon.is-open{background:transparent}.hamburger-icon.is-open:before{top:0;transform:rotate(45deg)}.hamburger-icon.is-open:after{top:0;transform:rotate(-45deg)}body.nav-open{overflow:hidden}body.nav-open .es-header,body.nav-open .he-header,body.nav-open .site-header{z-index:1002;background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none}body.nav-open .es-nav>.btn-sm,body.nav-open .he-nav>.btn-sm,body.nav-open .site-header nav>.btn-sm{display:none}.mobile-nav-overlay{display:none;position:fixed;inset:0;z-index:1000;background:color-mix(in oklab,var(--ink) 40%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s var(--ease-out)}@media (max-width:640px){.mobile-nav-overlay{display:block}}.mobile-nav-panel{background:var(--card);border-bottom:1px solid var(--border);padding:80px 24px 28px;display:flex;flex-direction:column;gap:4px;animation:slideDown .3s var(--ease-out);box-shadow:0 20px 50px -20px color-mix(in oklab,var(--ink) 50%,transparent)}.mobile-nav-panel a{display:block;padding:13px 0;font-size:17px;font-family:var(--serif);font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--border);letter-spacing:-.01em}.mobile-nav-panel a:last-child{border-bottom:0}.mobile-nav-overlay.is-he .mobile-nav-panel{text-align:right;font-family:var(--heb-sans)}.mobile-nav-overlay.is-he .mobile-nav-panel a{font-family:var(--heb-serif);letter-spacing:normal}.mobile-nav-overlay.is-he .mobile-nav-cta{font-family:var(--heb-sans)}.mobile-nav-phone{display:flex;align-items:center;gap:8px;padding:16px 0;font-size:16px;font-weight:600;color:var(--brand)!important;text-decoration:none;border-bottom:1px solid var(--border)}.mobile-nav-cta{display:block;text-align:center;background:var(--brand);color:var(--brand-ink)!important;padding:14px 18px;border-radius:10px;font-weight:700;font-size:16px;margin-top:10px;border-bottom:0!important;transition:background .18s var(--ease-out)}.mobile-nav-cta:hover{background:var(--brand-hover)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;padding:10px 16px calc(10px + env(safe-area-inset-bottom, 0px));background:color-mix(in oklab,var(--card) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);animation:slideUp .3s var(--ease-out)}@media (max-width:640px){.mobile-cta-bar{display:block}}.mobile-cta-btn{width:100%;padding:14px 18px;font-size:16px;font-weight:700;background:var(--brand);color:var(--brand-ink);border:0;border-radius:10px;cursor:pointer;font-family:inherit;letter-spacing:-.005em;box-shadow:0 -4px 20px -8px color-mix(in oklab,var(--brand) 40%,transparent);transition:background .18s var(--ease-out)}.mobile-cta-btn:hover{background:var(--brand-hover)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:640px){.site-footer{padding-bottom:72px}}.container{max-width:var(--measure);margin:0 auto;padding:12px var(--gutter) 72px}.narrow{max-width:660px;margin:0 auto}.hero{max-width:var(--measure);margin:0 auto;padding:clamp(20px,2.4vw,34px) 0 clamp(30px,3.4vw,48px);position:relative;display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px;align-items:center;text-align:center}@media (min-width:940px){.hero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);text-align:start;gap:64px}}.hero-copy{max-width:640px;margin:0 auto}@media (min-width:940px){.hero-copy{margin:0;max-width:none}.hero-copy .cta-row{justify-content:flex-start}.hero-copy p{margin-left:0}.hero .hero-copy h1{font-size:clamp(2.3rem,3.7vw,3.4rem)}}.specimen-wrap{position:relative;max-width:430px;margin:0 auto;width:100%}.specimen{background:#fffdf7;border:1px solid oklch(.87 .015 90);padding:26px 26px 50px;transform:rotate(2deg);box-shadow:0 1px 2px color-mix(in oklab,var(--ink) 8%,transparent),0 30px 60px -30px color-mix(in oklab,var(--ink) 45%,transparent);transition:transform .5s var(--ease-spring)}.specimen-wrap:hover .specimen{transform:rotate(.6deg)}.specimen .sp-head{font-family:var(--serif);font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:oklch(.42 .02 90);display:flex;justify-content:space-between;border-bottom:1px solid oklch(.85 .015 90);padding-bottom:9px}.specimen .sp-title{font-family:var(--serif);font-weight:700;font-size:16.5px;margin:15px 0 9px;color:oklch(.2 .02 90)}.specimen .sp-body{font-family:var(--serif);font-size:14px;line-height:1.7;color:oklch(.27 .02 90);margin:0}.specimen .sp-body .redact{background:oklch(.88 .01 90);color:transparent;border-radius:2px}.sp-stamp{position:absolute;right:14px;bottom:12px;transform:rotate(-6deg);background:var(--success-tint);color:var(--success);border:1.5px solid var(--success);border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:8px 13px;box-shadow:0 10px 24px -12px color-mix(in oklab,var(--success) 55%,transparent)}.sp-caption{text-align:center;font-size:14px;margin-top:26px;font-style:italic;font-family:var(--serif)}.compare-scroll{max-width:100%;margin:8px auto 0;overflow-x:auto;padding:6px}.compare{width:100%;border-collapse:separate;border-spacing:0;margin:8px auto 0;max-width:none;font-size:14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-float)}.compare td,.compare th{padding:13px 16px;text-align:start;border-bottom:1px solid var(--border)}.compare tr:last-child td,.compare tr:last-child th{border-bottom:0}.compare thead th{font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;background:color-mix(in oklab,var(--bg) 60%,var(--card))}.compare thead th.us{color:var(--brand)}.compare tbody th{font-weight:600;color:var(--ink);width:34%}.compare td{color:var(--muted)}.compare td.us{color:var(--ink);font-weight:600;background:var(--brand-tint)}.compare td .good{color:var(--success);font-weight:700}.compare td .bad{color:var(--err-ink)}@media (max-width:700px){.compare{font-size:12.5px}.compare td,.compare th{padding:10px 9px}.compare tbody th{width:auto}.compare{min-width:560px}}.eyebrow{display:inline-block;font-style:italic;font-size:15px;color:var(--brand);margin-bottom:18px;letter-spacing:.01em}.eyebrow,.hero h1{font-family:var(--serif)}.hero h1{font-weight:700;font-size:clamp(2.4rem,6vw,4rem);line-height:1.04;letter-spacing:-.02em;margin:0 0 18px;text-wrap:balance}.hero p{font-size:clamp(1.05rem,2.2vw,1.22rem);color:var(--muted);margin:0 auto 30px;max-width:60ch;text-wrap:pretty}.cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:stretch}.cta-row>a{display:block}.cta-row>a>button{height:100%;min-height:58px}@media (max-width:640px){.cta-row{flex-direction:column;align-items:stretch;gap:10px}.cta-row>a,.cta-row>a>button{width:100%}}.hero .reassure,.reassure{margin:22px 0 0;font-size:13.5px;color:var(--faint)}.reassure strong{white-space:nowrap}.section{max-width:var(--measure);margin:0 auto;padding:var(--sp-band) 0}.section+.section{border-top:1px solid var(--border)}.price-band+.section{border-top:0}.section>.faq-head>h2,.section>h2{font-family:var(--serif);font-weight:700;font-size:clamp(1.7rem,3.6vw,2.1rem);letter-spacing:-.015em;text-align:center;margin:0 0 8px;text-wrap:balance}.section .sub{text-align:center;color:var(--muted);margin:0 auto 38px;max-width:56ch}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0}.step,.steps{position:relative}.step{padding:4px 26px}.step+.step:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:1px;background:var(--rule)}.step .num{font-family:var(--serif);font-size:30px;font-weight:700;line-height:1;color:var(--brand);margin-bottom:14px}.step .num:after{content:"";display:block;width:26px;height:2px;background:var(--brand);margin-top:12px;opacity:.5}.step h3{font-family:var(--serif);margin:0 0 7px;font-size:18px;letter-spacing:-.01em}.step p{margin:0;color:var(--muted);font-size:14.5px}.features{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 56px;gap:0 56px;max-width:none;margin:0}.feature{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-top:1px solid var(--border)}.features .feature:nth-child(-n+2){border-top:0}.feature .check{flex:none;width:24px;height:24px;border-radius:50%;background:var(--success-tint);color:var(--success);display:grid;place-items:center;font-size:13px;font-weight:800;margin-top:1px}.feature p{margin:0;font-size:14.5px;color:var(--muted)}.feature strong{display:block;font-size:15.5px;color:var(--ink);margin-bottom:3px;font-weight:650}.price-band{padding:var(--sp-band) 0;box-shadow:0 0 0 100vmax var(--brand-ink-bg);-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax)}.price-band,.price-hero{background:var(--brand-ink-bg);color:var(--brand-ink)}.price-hero{border-radius:var(--radius-lg);padding:38px 34px;max-width:460px;margin:0 auto;box-shadow:0 2px 4px color-mix(in oklab,var(--brand-ink-bg) 30%,transparent),0 40px 80px -36px color-mix(in oklab,var(--brand-ink-bg) 85%,transparent)}.price-band .price-hero{background:none;box-shadow:none;border-radius:0;padding:0;max-width:none;margin:0;display:grid;grid-template-columns:1fr;grid-gap:34px;gap:34px;align-items:start}@media (min-width:860px){.price-band .price-hero{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:center}.price-band .price-hero .big,.price-band .price-hero .ledger-head,.price-band .price-hero .muted{text-align:start}.price-band .price-detail{-webkit-border-start:1px solid color-mix(in oklab,var(--brand-ink) 18%,transparent);border-inline-start:1px solid color-mix(in oklab,var(--brand-ink) 18%,transparent);-webkit-padding-start:44px;padding-inline-start:44px}.price-band .price-hero .ledger{border-top:0;padding:0;margin:0}.price-band .price-hero .buy{justify-content:flex-start}}.price-hero .fineprint{margin:22px 0 0;font-size:12.5px;line-height:1.55;color:color-mix(in oklab,var(--brand-ink-muted) 78%,transparent)}.price-hero .ledger-head{font-style:italic;color:var(--brand-ink-muted);font-size:15px}.price-hero .big,.price-hero .ledger-head{font-family:var(--serif);text-align:center}.price-hero .big{font-size:clamp(2.8rem,9vw,3.4rem);font-weight:700;letter-spacing:-.02em;line-height:1;margin:6px 0 4px}.price-band .price-hero .big{font-size:clamp(3.2rem,7vw,4.6rem);letter-spacing:-.025em;line-height:.95;margin:8px 0 6px}.price-hero>.muted{color:var(--brand-ink-muted);text-align:center;font-size:14px;line-height:1.5}.price-hero .ledger{list-style:none;padding:22px 0 4px;margin:22px 0 0;border-top:1px solid color-mix(in oklab,var(--brand-ink) 18%,transparent);display:grid;grid-gap:13px;gap:13px}.price-hero .ledger li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--brand-ink-muted)}.price-hero .ledger li span{color:var(--success);flex:none;font-weight:700}.price-hero .ledger li strong{color:var(--brand-ink);font-weight:600}.price-hero .buy{margin-top:26px;display:flex;justify-content:center}.price-hero .buy button{background:var(--brand-ink);color:var(--brand-ink-bg)}.price-hero .buy button:hover{background:var(--brand-ink-muted)}.faq{max-width:none;margin:0}@media (min-width:900px){.section.faq{display:grid;grid-template-columns:minmax(0,.58fr) minmax(0,1fr);grid-gap:0 72px;gap:0 72px;align-items:start}.section.faq>.faq-head{grid-column:1;position:-webkit-sticky;position:sticky;top:100px}.section.faq .faq-head h2{text-align:start;margin:0 0 10px}.section.faq .faq-head .sub{text-align:start;margin:0;max-width:32ch}.faq-list{grid-column:2;grid-row:1;margin-top:-6px}}.faq details{border-top:1px solid var(--border);padding:4px 0}.faq details:last-child{border-bottom:1px solid var(--border)}.faq summary{font-family:var(--serif);font-size:17px;font-weight:600;cursor:pointer;list-style:none;padding:18px 36px 18px 2px;position:relative;letter-spacing:-.005em;transition:color .18s var(--ease-out)}.faq summary:hover{color:var(--brand)}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-family:var(--sans);font-size:22px;font-weight:400;color:var(--faint);transition:transform .2s var(--ease-out)}.faq details[open] summary:after{content:"\2212";color:var(--brand)}.faq details[open] summary{color:var(--ink)}.faq p{color:var(--muted);margin:0 2px 18px;font-size:14.5px;max-width:70ch}.site-footer{border-top:1px solid var(--rule);background:var(--card);color:var(--muted);font-size:13px}.site-footer .wrap{max-width:1180px;margin:0 auto;padding:52px 24px 40px;display:grid;grid-gap:40px;gap:40px}.site-footer a{color:var(--muted);text-decoration:none;transition:color .18s var(--ease-out)}.site-footer a:hover{color:var(--ink)}.site-footer .disclaimer{max-width:78ch;color:var(--faint);line-height:1.6;margin:0}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px}h1{font-family:var(--serif);font-size:clamp(1.5rem,3vw,1.75rem);margin:0 0 6px;letter-spacing:-.015em}.lede{color:var(--muted);margin:0 0 22px}label{display:block;font-size:13px;font-weight:600;margin:16px 0 6px}input,label{color:var(--ink)}input{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:9px;font-size:14px;background:var(--card);font-family:inherit;transition:border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}input::placeholder{color:var(--faint)}input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in oklab,var(--brand) 18%,transparent)}.row{grid-template-columns:1fr 1fr;grid-gap:12px}.row,.row-3{display:grid;gap:12px}.row-3{grid-template-columns:2fr 1fr 1fr;grid-gap:12px}button{font:inherit;font-weight:600;border:0;border-radius:10px;padding:12px 18px;cursor:pointer;background:var(--brand);color:var(--brand-ink);letter-spacing:-.005em;transition:background .35s var(--ease-out),transform .4s var(--ease-spring),box-shadow .35s var(--ease-out)}button:hover{background:var(--brand-hover)}button:active{transform:scale(.978)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button.secondary{background:var(--card);color:var(--ink);box-shadow:inset 0 0 0 1px var(--rule)}button.secondary:hover{background:var(--brand-tint);box-shadow:inset 0 0 0 1px var(--rule)}button.lg{padding:14px 26px;font-size:16px}button.cta{display:inline-flex;align-items:center;justify-content:center;gap:12px}button.cta:after{content:"→";display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:color-mix(in oklab,var(--brand-ink) 16%,transparent);font-size:15px;line-height:1;flex:none;transition:transform .4s var(--ease-spring),background .3s var(--ease-out)}button.cta:hover:after{transform:translateX(3px);background:color-mix(in oklab,var(--brand-ink) 28%,transparent)}@media (prefers-reduced-motion:reduce){button.cta:hover:after{transform:none}}button.linklike{background:none;border:0;padding:0;margin:0;font:inherit;font-weight:600;color:var(--brand);text-decoration:underline;text-underline-offset:2px;cursor:pointer}button.linklike:hover{color:var(--brand-hover)}.note{font-size:12px;color:var(--faint)}.banner{padding:12px 14px;border-radius:9px;font-size:14px}.banner.ok{background:var(--ok-bg);border:1px solid var(--ok-border);color:var(--ok-ink)}.banner.err{background:var(--err-bg);border:1px solid var(--err-border);color:var(--err-ink)}.price-box{display:flex;align-items:baseline;justify-content:space-between;gap:16px;background:var(--brand-tint);border:1px solid var(--ok-border);border-radius:11px;padding:16px 18px;margin:20px 0}.price-box span:first-child{font-size:13.5px;color:var(--muted)}.price-box .amount{font-family:var(--serif);font-size:28px;font-weight:700;color:var(--ink);flex:none}.pill{display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}.pill.status{background:var(--brand-tint);color:var(--brand);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--brand) 22%,transparent)}.placement{border:1px solid var(--border);border-radius:11px;padding:15px;margin:12px 0}.placement h3{margin:0 0 8px;font-size:15px}details summary{cursor:pointer}.notice-text{font-size:13px;color:var(--muted);margin-top:8px;white-space:pre-wrap}.stack{display:grid;grid-gap:14px;gap:14px}a.link{color:var(--brand);text-decoration:none;font-weight:600}a.link:hover{text-decoration:underline}.checkout{grid-template-columns:1fr;grid-gap:28px;gap:28px;max-width:980px}@media (min-width:900px){.checkout{grid-template-columns:minmax(0,1fr) 320px;gap:44px}}.checkout-main .eyebrow{margin-bottom:12px}.checkout-main h1{font-size:clamp(1.6rem,3.2vw,2rem)}.field-group{margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}.field-group:first-of-type{border-top:0;padding-top:6px;margin-top:20px}.group-title{font-family:var(--serif);font-size:17px;letter-spacing:-.01em;margin:0 0 10px}.group-title .muted-inline{font-family:var(--sans);font-weight:400;font-size:13px;color:var(--muted)}.hint{font-size:12.5px;color:var(--faint);margin:5px 0 0}.form-submit{margin-top:26px}.btn-block{width:100%}.summary{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 22px 22px;position:-webkit-sticky;position:sticky;top:92px;box-shadow:var(--shadow-float)}.summary-head{font-family:var(--serif);font-style:italic;color:var(--muted);font-size:14px}.summary-price{font-family:var(--serif);font-size:40px;font-weight:700;letter-spacing:-.02em;line-height:1;margin:5px 0 2px}.summary-sub{color:var(--muted);font-size:13px}.price-ladder{list-style:none;margin:12px 0 10px;padding:0;display:grid;grid-gap:6px;gap:6px}.price-ladder-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:9px 12px;border:1px solid var(--border);border-radius:calc(var(--radius) * .6);font-size:13.5px;color:var(--ink);transition:opacity .2s ease,border-color .2s ease,background .2s ease}.price-ladder-row strong{font-family:var(--serif);font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.price-ladder-row.is-active{border-color:var(--brand);background:var(--brand-tint);box-shadow:inset 3px 0 0 var(--brand)}.price-ladder-row.is-dimmed{opacity:.45}@media (prefers-reduced-motion:reduce){.price-ladder-row{transition:none}}.summary-list{list-style:none;margin:18px 0 0;padding:18px 0 0;border-top:1px solid var(--border);display:grid;grid-gap:11px;gap:11px}.summary-list li{display:flex;gap:10px;font-size:13.5px;color:var(--ink);align-items:flex-start;line-height:1.4}.summary-list li span{flex:none;display:inline-grid;place-items:center;width:18px;height:18px;margin-top:1px;border-radius:50%;background:var(--success-tint);color:var(--success)}.summary-note{font-size:12.5px;color:var(--muted);margin:16px 0 0}.summary-secure{font-size:12.5px;color:var(--faint);margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.order-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.order-head h1{margin:0}.order-meta{margin-top:8px;color:var(--muted);font-size:13.5px}.order-meta strong{color:var(--ink)}.timeline{list-style:none;margin:26px 0 0;padding:0}.tl-step{display:grid;grid-template-columns:26px 1fr;grid-gap:14px;gap:14px;padding-bottom:24px;position:relative}.tl-step:last-child{padding-bottom:0}.tl-step:not(:last-child):before{content:"";position:absolute;left:12px;top:26px;bottom:2px;width:2px;background:var(--border)}.tl-step.done:not(:last-child):before{background:var(--success)}.tl-step .marker{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;z-index:1}.tl-step.done .marker{background:var(--success);color:var(--brand-ink)}.tl-step.active .marker{background:var(--card);color:var(--brand);box-shadow:inset 0 0 0 2px var(--brand)}.tl-step.active .marker:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--brand)}.tl-step.todo .marker{background:var(--card);box-shadow:inset 0 0 0 2px var(--border)}.tl-title{font-family:var(--serif);font-size:16px;margin:2px 0 0;letter-spacing:-.01em}.tl-step.todo .tl-title{color:var(--faint)}.tl-detail{font-size:13.5px;color:var(--muted);margin:4px 0 0}.guide{max-width:1080px;margin:0 auto;grid-template-columns:1fr;grid-gap:34px;gap:34px}@media (min-width:960px){.guide{grid-template-columns:210px minmax(0,1fr);gap:60px}}.toc{display:none}@media (min-width:960px){.toc{display:block}}.toc-inner{position:-webkit-sticky;position:sticky;top:92px}.toc-label{font-family:var(--serif);font-style:italic;color:var(--muted);margin:0 0 12px;font-size:14px}.toc ol{list-style:none;margin:0;padding:0;display:grid;grid-gap:2px;gap:2px}.toc a{color:var(--muted);text-decoration:none;display:block;padding:6px 0 6px 14px;border-left:2px solid var(--border);font-size:13.5px;transition:color .16s var(--ease-out),border-color .16s var(--ease-out)}.toc a:hover{color:var(--brand);border-color:var(--brand)}.guide-hero .eyebrow{margin-bottom:12px}.guide-hero h1{font-family:var(--serif);font-size:clamp(2rem,4.6vw,2.9rem);line-height:1.07;letter-spacing:-.02em;margin:0 0 16px;text-wrap:balance}.guide-hero .standfirst{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--muted);max-width:62ch;text-wrap:pretty;margin:0}.prose section{padding-top:40px;margin-top:40px;border-top:1px solid var(--border)}.prose h2{font-size:clamp(1.4rem,2.6vw,1.7rem);letter-spacing:-.015em;margin:0 0 14px;scroll-margin-top:88px}.prose h2,.prose h3{font-family:var(--serif)}.prose h3{font-size:1.16rem;margin:24px 0 8px;letter-spacing:-.01em}.prose p,.prose ul{margin:0 0 14px;max-width:68ch}.prose ul{-webkit-padding-start:20px;padding-inline-start:20px}.prose li{margin:7px 0}.prose a.link{font-weight:600}.callout{background:var(--brand-tint);border:1px solid color-mix(in oklab,var(--brand) 18%,transparent);border-radius:12px;padding:16px 18px;margin:20px 0}.callout p{margin:0;max-width:none}.callout .callout-title{font-family:var(--serif);font-weight:700;display:block;margin-bottom:4px}.cost-table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}.cost-table td,.cost-table th{text-align:start;padding:11px 12px;border-bottom:1px solid var(--border)}.cost-table th{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.cost-table td strong{font-family:var(--serif);font-size:15px}.cost-table tr.highlight td{background:var(--brand-tint)}.cost-table .notecell{font-weight:400;font-size:12px;color:var(--muted);white-space:nowrap}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:18px 0}.table-scroll .cost-table{margin:0}.cost-table .col-why.notecell{white-space:normal}@media (max-width:560px){.cost-table .col-why{display:none}}.guide-cta{margin-top:48px;background:var(--brand-ink-bg);color:var(--brand-ink);border-radius:var(--radius-lg);padding:34px 28px;text-align:center}.guide-cta h2{font-family:var(--serif);color:var(--brand-ink);font-size:1.55rem;margin:0 0 8px;border:0;padding:0}.guide-cta p{color:var(--brand-ink-muted);margin:0 auto 18px;max-width:48ch}.guide-cta button{background:var(--brand-ink);color:var(--brand-ink-bg)}.guide-cta button:hover{background:var(--brand-ink-muted)}.article{max-width:760px;margin:0 auto}.article .guide-hero{margin-bottom:8px}.further{max-width:760px;margin:40px auto 0;border-top:1px solid var(--border);padding-top:26px}.further p.further-label{font-family:var(--serif);font-style:italic;color:var(--muted);margin:0 0 12px}.further ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.further a{color:var(--brand);text-decoration:none;font-weight:600}.further a:hover{text-decoration:underline}.g-wrap{max-width:1100px;margin:0 auto;padding:28px 24px 64px;display:flex;flex-direction:column;gap:20px}.g-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.g-head h1{font-family:var(--serif);font-size:1.9rem;margin:0;letter-spacing:-.02em}.g-sub{margin:4px 0 0;font-size:13px;color:var(--muted)}.g-panel{border:1px solid var(--border);background:var(--card);padding:18px 20px 20px}.g-panel h2{font-family:var(--serif);font-size:1.05rem;margin:0 0 14px}.g-panel-off{background:transparent}.g-reason{margin:0;font-size:13.5px;color:var(--muted);line-height:1.65;max-width:70ch}.g-error{margin:0;font-size:14px;color:#a03a2b}.g-note{margin:12px 0 0;font-size:12.5px;color:var(--muted);line-height:1.6;max-width:70ch}.g-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border)}.g-stat{background:var(--card);padding:12px 14px;display:flex;flex-direction:column;gap:2px}.g-stat-label{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.g-stat-value{font-size:1.5rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.15;font-weight:600}.g-stat-note{font-size:11.5px;color:var(--muted)}.g-warn .g-stat-value{color:#a03a2b}.g-good .g-stat-value{color:#2e6b4f}.g-table{width:100%;border-collapse:collapse;margin-top:16px;font-size:13.5px}.g-table td,.g-table th{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border)}.g-table th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.g-table td:not(:first-child){font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.g-table tr:last-child td{border-bottom:none}.errpage{max-width:620px;margin:0 auto;padding:clamp(48px,9vw,96px) 0;text-align:center}.errcode{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--faint)}.errcode,.errpage h1{font-family:var(--serif);margin:0 0 14px}.errpage h1{font-size:clamp(1.8rem,4.4vw,2.5rem);letter-spacing:-.02em;text-wrap:balance}.errlede{color:var(--muted);font-size:1.02rem;line-height:1.7;margin:0 auto 26px;max-width:52ch;text-wrap:pretty}.errpage .cta-row{justify-content:center}.errdigest{font-family:ui-monospace,Consolas,monospace;font-size:.9em;background:var(--rule);padding:1px 6px;border-radius:3px}.errlinks{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;margin-top:34px;padding-top:22px;border-top:1px solid var(--border)}.errlinks a{color:var(--brand);text-decoration:none;font-weight:600;font-size:14px}.errlinks a:hover{text-decoration:underline}main.container:has(.es-shell),main.container:has(.he-shell){max-width:none;padding:0}.es-shell>.hero,.es-shell>.price-band,.es-shell>.section,.he-shell>.hero,.he-shell>.price-band,.he-shell>.section{max-width:var(--measure);margin-inline:auto;padding-inline:var(--gutter)}.ill{max-width:430px;margin:0 auto;width:100%;direction:rtl}.ill-caption{text-align:center;font-size:13.5px;color:var(--muted);margin:20px 0 0}.ill .ill-rule{display:block;height:5px;border-radius:2px;background:oklch(.86 .012 90)}.ill .ill-rule.short{width:58%}.ill-run-strip{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:7px;gap:7px}.ill-week{background:oklch(.975 .008 90);border:1px solid oklch(.9 .012 90);border-radius:3px;padding:10px 7px;display:grid;grid-gap:5px;gap:5px;align-content:start;position:relative;min-height:104px}.ill-week-no{font-family:var(--serif);font-size:12px;color:oklch(.55 .02 90);letter-spacing:.06em;margin-bottom:3px}.ill-week.is-ran{background:oklch(.99 .006 90);border-color:oklch(.84 .02 145)}.ill-week.is-ran:after{content:"✓";position:absolute;inset-inline-end:6px;bottom:6px;font-size:11px;font-weight:800;color:var(--success)}.ill-packet{position:relative;padding-bottom:8px}.ill-sheet{border-radius:4px;border:1px solid oklch(.88 .012 90);background:oklch(.985 .008 90)}.ill-sheet-back,.ill-sheet-mid{position:absolute;inset-inline:16px;height:96%;top:0}.ill-sheet-back{transform:rotate(-2.2deg)}.ill-sheet-mid{transform:rotate(1.4deg)}.ill-sheet-front{position:relative;padding:24px 22px 30px;display:grid;grid-gap:9px;gap:9px;box-shadow:0 14px 34px -20px oklch(.4 .02 90/.55)}.ill-doc-title{font-family:var(--serif);font-size:12.5px;letter-spacing:.11em;color:oklch(.3 .02 90);margin-bottom:6px;direction:ltr;text-align:left}.ill-seal{width:44px;height:44px;color:var(--success);position:absolute;inset-inline-end:20px;bottom:18px;transform:rotate(-9deg);opacity:.9}.ill-two{display:grid;grid-gap:0;gap:0}.ill-addr{background:oklch(.975 .008 90);border:1px solid oklch(.9 .012 90);border-radius:4px;padding:15px 17px;display:grid;grid-gap:7px;gap:7px}.ill-addr.is-ny{border-color:oklch(.82 .03 250);background:oklch(.98 .012 250)}.ill-addr-label{font-family:var(--serif);font-size:12px;letter-spacing:.07em;color:oklch(.48 .02 90);margin-bottom:2px}.ill-join{display:grid;justify-items:center;grid-gap:4px;gap:4px;padding:9px 0}.ill-join-line{width:1px;height:13px;background:oklch(.84 .012 90)}.ill-join-dot{width:6px;height:6px;border-radius:50%;background:oklch(.78 .02 90)}@media (max-width:560px){.ill-run-strip{grid-template-columns:repeat(3,1fr)}.ill-week{min-height:88px}}.he-shell{direction:rtl;font-family:var(--heb-sans)}.he-shell .step+.step:before{left:auto;right:0}.es-nav .nav-phone,.he-nav .nav-phone{-webkit-margin-start:auto;margin-inline-start:auto;display:inline-flex;align-items:center;gap:6px;color:var(--ink);text-decoration:none;font-weight:600;font-size:15px}.es-nav .nav-phone:hover,.he-nav .nav-phone:hover{color:var(--brand)}@media (max-width:900px){.es-nav .nav-phone .phone-text,.he-nav .nav-phone .phone-text{display:none}}@media (max-width:640px){.es-nav .nav-phone,.he-nav .nav-phone{display:none}}.he-shell .specimen{direction:ltr}.he-shell .sp-caption{font-style:normal;font-family:var(--heb-sans)}.he-shell .price-hero .fineprint{font-size:14px;line-height:1.7;color:var(--brand-ink-muted)}.he-shell .price-hero .ledger-head{font-style:normal;font-family:var(--heb-sans);font-weight:600}.es-bar,.he-bar{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.es-header,.he-header{border-bottom:1px solid var(--rule);background:color-mix(in oklab,var(--bg) 80%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky)}.es-header .es-bar,.he-header .he-bar{min-height:68px}.es-nav,.he-nav{display:flex;align-items:center;gap:22px}.es-nav a,.he-nav a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:600}.es-nav a:hover,.he-nav a:hover{color:var(--brand)}.es-nav a.btn-sm:hover,.he-nav a.btn-sm:hover{color:#fff}@media (max-width:640px){.es-bar,.he-bar{padding:0 16px;gap:12px}.es-header .es-bar,.he-header .he-bar{min-height:58px}.es-header .wordmark,.he-header .wordmark{font-size:.98rem}.es-nav,.he-nav{gap:12px}.es-nav a:not(.btn-sm),.he-nav a:not(.btn-sm){display:none}.es-footer,.he-footer{padding-bottom:92px}.he-shell{padding-bottom:8px}}.he-shell,.rtl{text-align:right;font-family:var(--heb-sans);line-height:1.75}.he-shell .feature p,.he-shell .section>p,.he-shell .step p,.he-shell details p,.rtl .prose li,.rtl .prose p{font-size:16.5px}.he-shell .hero p,.he-shell .sub,.rtl .standfirst{font-size:clamp(1.12rem,2vw,1.28rem)}.he-shell .fineprint,.rtl .prose p.note{font-size:14.5px;line-height:1.7;color:var(--muted)}.he-shell h1,.he-shell h2,.he-shell h3,.rtl h1,.rtl h2,.rtl h3{font-family:var(--heb-serif);letter-spacing:normal;line-height:1.35}.rtl .prose li,.rtl .prose p{font-family:var(--heb-sans)}.he-shell .prose ul,.rtl .prose ul{padding-left:0;padding-right:20px}.he-shell .cost-table td,.he-shell .cost-table th,.rtl .cost-table td,.rtl .cost-table th{text-align:right;letter-spacing:normal}.he-shell .cta-row,.rtl .cta-row{justify-content:flex-start}.he-shell button,.rtl button{font-family:var(--heb-sans)}.he-shell .sp-caption,.rtl .eyebrow,.rtl .further p.further-label{font-family:var(--heb-sans);font-style:normal;text-transform:none;letter-spacing:normal;font-weight:600}.reviews-empty{max-width:620px;margin:40px auto 0;text-align:center;border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px 36px;background:var(--card);box-shadow:var(--shadow-float)}.reviews-mark{font-family:var(--serif);font-size:84px;line-height:.5;color:var(--brand-tint);margin-bottom:4px;-webkit-text-stroke:1.5px var(--brand)}.reviews-empty h2{font-family:var(--serif);font-size:1.5rem;letter-spacing:-.015em;margin:14px 0 10px}.reviews-empty p{color:var(--muted);font-size:14.5px;max-width:48ch;margin:0 auto 12px}.reviews-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-top:36px}@media (min-width:700px){.reviews-grid{grid-template-columns:1fr 1fr}}.review-card{margin:0;border:1px solid var(--border);border-radius:var(--radius);padding:22px;background:var(--card)}.review-card blockquote{margin:0 0 12px;font-family:var(--serif);font-size:15.5px;line-height:1.6}.review-card figcaption{font-size:13px;color:var(--muted)}.review-stars{font-size:15px;letter-spacing:2px;color:var(--success);margin-bottom:10px}.review-stars-off{color:var(--border)}.calc{border:1px solid var(--border);border-radius:var(--radius);padding:22px;background:var(--card);box-shadow:var(--shadow-float);margin:26px 0 6px;max-width:480px}.calc label{margin-top:0}.calc input[type=date]{max-width:260px}.calc-result{margin-top:16px;border-radius:10px;padding:14px 16px}.calc-result.ok{background:var(--ok-bg);border:1px solid var(--ok-border)}.calc-result.warn{background:oklch(.97 .03 85);border:1px solid oklch(.88 .07 85)}.calc-result.err{background:var(--err-bg);border:1px solid var(--err-border)}.calc-deadline{margin:0 0 6px;font-size:14.5px}.calc-verdict{margin:0;font-size:13.5px;color:var(--muted)}.calc-result.err .calc-verdict{color:var(--err-ink)}.card h3{font-family:var(--serif);font-size:1.1rem;letter-spacing:-.01em;margin:26px 0 8px}.card h3:first-of-type{margin-top:22px}.card .eyebrow{margin-bottom:10px}.team-grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;margin-top:26px}@media (min-width:640px){.team-grid{grid-template-columns:1fr 1fr}}.team-card{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--border);border-radius:12px;padding:18px}.team-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none}.team-initials{background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-family:var(--serif);font-weight:700;font-size:20px}.team-name{font-family:var(--serif);font-weight:600;font-size:16.5px;margin:0 0 2px;letter-spacing:-.01em}.team-role{font-size:13px;color:var(--brand);font-weight:600;margin:0 0 6px}.team-bio{font-size:13.5px;color:var(--muted);margin:0}.contact-row{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;margin-top:24px}@media (min-width:640px){.contact-row{grid-template-columns:1fr 1fr}}.contact-item{border:1px solid var(--border);border-radius:12px;padding:18px;min-width:0;overflow-wrap:anywhere}.contact-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;margin:0 0 8px}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-copy>*{animation:rise .7s var(--ease-out) both}.hero-copy .eyebrow{animation-delay:.02s}.hero-copy h1{animation-delay:.08s}.hero-copy p{animation-delay:.16s}.hero-copy .cta-row{animation-delay:.24s}.hero-copy .reassure{animation-delay:.3s}.specimen-wrap{animation:rise .9s var(--ease-out) .2s both}.lead-capture{max-width:none;margin:0;padding:0}.lead-capture-inner{background:var(--brand-tint);border:1px solid color-mix(in oklab,var(--brand) 16%,transparent);border-radius:var(--radius-lg);padding:32px 28px;display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;align-items:center}@media (min-width:700px){.lead-capture-inner{grid-template-columns:1fr 1fr;gap:36px}}.lead-copy h3{font-family:var(--serif);font-size:1.25rem;margin:0 0 6px;letter-spacing:-.015em}.lead-copy p{margin:0;color:var(--muted);font-size:14.5px}.lead-fields{display:grid;grid-gap:14px;gap:14px}.lead-field{display:grid;grid-gap:5px;gap:5px}.lead-label{font-size:12.5px;font-weight:600;color:var(--ink);letter-spacing:.01em}.lead-opt{font-weight:400;color:var(--faint)}.lead-input{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:9px;font-size:14px;background:var(--card);color:var(--ink);font-family:inherit;transition:border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}.lead-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in oklab,var(--brand) 18%,transparent)}.lead-date{max-width:200px}.lead-btn{background:var(--brand);color:var(--brand-ink);border:0;border-radius:9px;padding:12px 18px;font:inherit;font-weight:600;font-size:14.5px;cursor:pointer;transition:background .18s var(--ease-out);white-space:nowrap}.lead-btn:hover{background:var(--brand-hover)}.lead-btn:disabled{opacity:.5;cursor:not-allowed}.lead-fine{font-size:12px;color:var(--faint);margin:8px 0 0}.lead-error{font-size:13px;color:var(--err-ink);margin:6px 0 0}.lead-capture-success{display:flex;align-items:center;gap:16px;background:var(--ok-bg);border:1px solid var(--ok-border);border-radius:var(--radius);padding:20px 24px}.lead-capture-success p{margin:0;font-size:14.5px;color:var(--ok-ink)}.lead-check{flex:none;width:36px;height:36px;border-radius:50%;background:var(--success);color:white;display:grid;font-size:18px;font-weight:800}.rv{opacity:0;transform:translateY(22px)}.rv.in{opacity:1;transform:translateY(0);transition:opacity .7s var(--ease-out),transform .8s var(--ease-spring)}@media (max-width:760px){.hero{padding-top:40px}.steps{grid-template-columns:1fr;gap:0}.step{padding:22px 0}.step+.step:before{left:0;right:0;top:0;bottom:auto;width:auto;height:1px}.features{grid-template-columns:1fr;gap:0}.features .feature:nth-child(2){border-top:1px solid var(--border)}.row,.row-3{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero>*{animation:none}*{transition-duration:.01ms!important}}.op{--r:4px;--r-sm:2px;--chrome:oklch(0.975 0.005 250);--hair:var(--border);display:grid;grid-gap:14px;gap:14px;padding-bottom:48px;font-family:var(--sans);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.op :focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-sm)}.op-vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.op-signin{max-width:340px;margin:40px auto}.op-signin h1{font-size:1.4rem;margin:0 0 18px}.op-signin-err{margin-top:14px;font-size:13px;color:var(--err-ink)}.op-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.op-head h1{margin:0;font-size:1.5rem;letter-spacing:-.02em}.op-head-actions{display:flex;gap:6px}.op-ghost{background:var(--card);color:var(--muted);border:1px solid var(--hair);border-radius:var(--r);padding:6px 11px;font-size:12.5px;font-weight:600;cursor:pointer;transition:border-color .15s var(--ease-out),color .15s var(--ease-out)}.op-ghost:hover:not(:disabled){border-color:var(--rule);color:var(--ink);background:var(--card)}.op-ghost:disabled{opacity:.5;cursor:default}.op-alert{margin:0;padding:9px 12px;border-radius:var(--r);font-size:13px;border:1px solid var(--hair);background:var(--chrome);color:var(--muted)}.op-alert.is-ok{background:var(--ok-bg);border-color:var(--ok-border);color:var(--ok-ink);cursor:pointer}.op-alert.is-bad{background:var(--err-bg);border-color:var(--err-border);color:var(--err-ink);cursor:pointer}.op-alert code{font-size:12px}.op-ledger{display:flex;margin:0;border:1px solid var(--hair);border-radius:var(--r);background:var(--card);overflow:hidden}.op-ledger>div{flex:1 1;min-width:0;padding:10px 14px;border-left:1px solid var(--hair)}.op-ledger>div.w2{flex:1.5 1}.op-ledger>div:first-child{border-left:0}.op-ledger dt{font-size:11.5px;color:var(--muted);font-weight:500}.op-ledger dd{margin:1px 0 0;font-size:19px;font-weight:650;letter-spacing:-.02em;color:var(--ink)}.op-ledger dd.hot{color:var(--brand)}.op-ledger dd.bad{color:var(--err-ink)}.op-ledger small{display:block;margin-top:1px;font-size:11px;color:var(--faint)}.op-toolbar{align-items:center;justify-content:space-between;gap:12px}.op-tabs,.op-toolbar{display:flex;flex-wrap:wrap}.op-tabs{gap:2px;background:var(--chrome);border:1px solid var(--hair);border-radius:var(--r);padding:3px}.op-tab{background:none;border:0;border-radius:var(--r-sm);padding:6px 11px;cursor:pointer;font-size:12.5px;font-weight:600;color:var(--muted);display:inline-flex;gap:6px;align-items:baseline;transition:background .15s var(--ease-out),color .15s var(--ease-out)}.op-tab.is-on,.op-tab:hover{color:var(--ink)}.op-tab.is-on{background:var(--card);box-shadow:0 1px 2px color-mix(in oklab,var(--ink) 8%,transparent)}.op-tab-n{font-size:11px;font-weight:600;color:var(--faint)}.op-tab.is-on .op-tab-n{color:var(--brand)}.op-toolbar-right{display:flex;align-items:center;gap:10px}.op-search{width:210px;padding:7px 11px;border:1px solid var(--hair);border-radius:var(--r);background:var(--card);color:var(--ink)}.op-search,.op-toggle{font-size:12.5px;margin:0}.op-toggle{display:inline-flex;align-items:center;gap:5px;color:var(--muted);cursor:pointer;font-weight:500}.op-toggle input{width:auto;margin:0}.op-skeleton{display:grid;grid-gap:14px;gap:14px}.op-skeleton>div{height:190px;border:1px solid var(--hair);border-radius:var(--r);background:var(--card);position:relative;overflow:hidden}.op-skeleton>div:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--ink) 4%,transparent),transparent);animation:op-shimmer 1.4s var(--ease-out) infinite}@keyframes op-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.op-empty{margin:0;padding:40px 24px;text-align:center;font-size:14px;color:var(--muted);border:1px dashed var(--rule);border-radius:var(--r)}.op-card,.op-empty{background:var(--card)}.op-card{border:1px solid var(--hair);border-radius:var(--r);overflow:hidden}.op-card>*{padding-left:20px;padding-right:20px}.op-card.tone-action{border-color:color-mix(in oklab,var(--brand) 30%,var(--hair))}.op-card.is-foreign{border-color:color-mix(in oklab,oklch(.55 .14 300) 34%,var(--hair))}.op-card.is-hidden,.op-card.tone-dead{opacity:.66}.op-card.is-hidden:hover,.op-card.tone-dead:hover{opacity:1}.op-card-head{justify-content:space-between;gap:14px;padding-top:16px}.op-card-head,.op-card-title{display:flex;align-items:baseline;flex-wrap:wrap}.op-card-title{gap:7px}.op-card-title h2{margin:0;font-family:var(--sans);font-size:1.0625rem;font-weight:650;letter-spacing:-.015em}.op-card-money{text-align:right}.op-card-money strong{font-size:17px;font-weight:650;letter-spacing:-.02em}.op-card-money small{display:block;font-size:11.5px;color:var(--faint)}.op-pill{display:inline-block;font-size:11px;font-weight:600;padding:2px 7px;border-radius:var(--r-sm);white-space:nowrap;letter-spacing:0}.op-pill.p-action{background:var(--brand);color:var(--brand-ink)}.op-pill.p-wait{background:var(--chrome);color:var(--muted);box-shadow:inset 0 0 0 1px var(--hair)}.op-pill.p-done{background:var(--ok-bg);color:var(--ok-ink);box-shadow:inset 0 0 0 1px var(--ok-border)}.op-pill.p-dead{background:var(--chrome);color:var(--faint);box-shadow:inset 0 0 0 1px var(--hair)}.op-pill.p-switch{background:oklch(.95 .04 55);color:oklch(.42 .12 45)}.op-pill.p-foreign{background:oklch(.94 .05 300);color:oklch(.4 .15 300)}.op-pill.p-test{background:var(--err-bg);color:var(--err-ink)}.op-pill.p-consent{background:var(--ok-bg,#e8f2ec);color:var(--ok-ink,#2e6b4f)}.op-pill.p-consent-missing{background:var(--err-bg);color:var(--err-ink);font-weight:700}.op-pill.p-quiet{background:var(--chrome);color:var(--muted);box-shadow:inset 0 0 0 1px var(--hair);text-transform:capitalize}.op-next{margin:8px 0 0;font-size:13.5px;color:var(--muted);line-height:1.6;max-width:78ch}.op-next strong{color:var(--ink)}.op-dwell{color:var(--faint)}.op-deadline{margin:10px 0 0;padding:8px 12px;border-radius:var(--r);font-size:12.5px;line-height:1.55;background:var(--chrome);border:1px solid var(--hair);color:var(--muted)}.op-card>.op-deadline{margin-left:20px;margin-right:20px;padding-left:12px;padding-right:12px}.op-deadline strong{color:var(--ink);font-weight:650}.op-deadline.is-near{background:oklch(.97 .045 85);border-color:oklch(.88 .08 85);color:oklch(.41 .1 70)}.op-deadline.is-near strong{color:oklch(.35 .12 60)}.op-deadline.is-over{background:var(--err-bg);border-color:var(--err-border);color:var(--err-ink)}.op-deadline.is-over strong{color:var(--err-ink)}.op-foreign{margin-top:12px;padding-top:11px;padding-bottom:4px;border-top:1px solid var(--hair)}.op-foreign h3{margin:0 0 8px;font-family:var(--sans);font-size:11px;letter-spacing:.04em;text-transform:uppercase;font-weight:650;color:oklch(.44 .14 300)}.op-foreign-steps{margin:0;padding-left:18px;display:grid;grid-gap:9px;gap:9px}.op-foreign-steps li{font-size:13px;line-height:1.65;color:var(--muted);max-width:82ch}.op-foreign-steps strong{color:var(--ink);font-weight:650}.op-foreign-steps a{color:var(--brand);text-decoration:none}.op-foreign-steps a:hover{text-decoration:underline}.op-foreign-act{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:6px}.op-foreign-locked{font-size:12px;color:oklch(.42 .11 65)}.op-foreign-note{margin-top:7px;padding:6px 10px;border-radius:var(--r);font-size:11.5px;line-height:1.55;background:oklch(.97 .045 85);border:1px solid oklch(.88 .08 85);color:oklch(.38 .11 65)}.op-foreign-note strong{color:oklch(.32 .13 60)}.op-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0 24px;gap:0 24px;margin:0;padding-top:12px;padding-bottom:4px}.op-col{min-width:0}.op-col h3{margin:0 0 7px;font-family:var(--sans);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:700;padding-bottom:6px;border-bottom:1px solid var(--rule)}.op-field{display:grid;grid-template-columns:86px minmax(0,1fr);grid-gap:10px;gap:10px;padding:3.5px 0;font-size:13px;align-items:baseline}.op-field dt{color:var(--faint);font-size:11.5px}.op-field dd{margin:0;color:var(--ink);font-weight:550;overflow-wrap:anywhere}.op-field dd a{color:var(--brand);text-decoration:none}.op-field dd a:hover{text-decoration:underline}.op-field dd code{font-size:11.5px;background:var(--chrome);padding:1px 4px;border-radius:var(--r-sm)}.op-missing{color:var(--faint);font-style:italic}.op-yes{color:var(--success);font-weight:600}.op-no{color:var(--faint)}.op-copy{background:none;border:1px solid var(--hair);border-radius:var(--r-sm);padding:0 5px;font-size:11px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;transition:border-color .15s var(--ease-out),color .15s var(--ease-out)}.op-copy:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:none}.op-copy:disabled{opacity:.5;cursor:default}.op-runs{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:10px;padding-top:10px;padding-bottom:2px;border-top:1px solid var(--hair)}.op-runs-label{font-size:11px;color:var(--faint);margin-right:3px}.op-run{display:inline-flex;align-items:baseline;gap:4px;font-size:11.5px;color:var(--muted);background:var(--chrome);border:1px solid var(--hair);border-radius:var(--r-sm);padding:2px 7px}.op-run i{font-style:normal;font-size:11px;color:var(--faint)}.op-run.is-past{background:var(--ok-bg);border-color:var(--ok-border)}.op-run.is-past,.op-run.is-past i{color:var(--ok-ink)}.op-action{margin-top:14px;padding-top:14px;padding-bottom:15px;border-top:1px solid color-mix(in oklab,var(--brand) 22%,var(--hair));background:var(--brand-tint)}.op-action h3{margin:0 0 6px;font-family:var(--sans);font-size:13px;font-weight:650;color:var(--brand)}.op-action p{margin:0 0 9px;font-size:13px;line-height:1.65;color:var(--muted);max-width:78ch}.op-action p strong{color:var(--ink)}.op-action button{font-size:13px;padding:8px 14px;border-radius:var(--r)}.op-links{margin:0 0 9px;padding:0;list-style:none;display:grid;grid-gap:3px;gap:3px}.op-links a{font-size:13px;font-weight:550;color:var(--brand);text-decoration:none}.op-links a:hover{text-decoration:underline}.op-caution{padding:7px 10px;border-radius:var(--r);line-height:1.55;background:oklch(.97 .045 85);border:1px solid oklch(.88 .08 85);color:oklch(.38 .11 65);max-width:78ch}.op-caution,.op-mail{margin:0 0 9px;font-size:12px}.op-mail{color:var(--muted)}.op-prefill{display:flex;flex-wrap:wrap;gap:6px 22px;margin:0 0 11px}.op-prefill dt{font-size:11px;color:var(--faint)}.op-prefill dd{margin:0;font-size:12.5px;color:var(--ink);font-weight:600}.op-affidavit{display:flex;align-items:center;gap:9px;margin-top:7px;flex-wrap:wrap;font-size:12.5px}.op-affidavit-leg{min-width:50px;font-weight:650;text-transform:capitalize;color:var(--ink)}.op-affidavit input[type=file]{width:auto;font-size:12px;margin:0;padding:0;border:0;background:none}.op-affidavit a{color:var(--brand)}.op-papers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 18px;gap:0 18px;margin-top:0;border-top:1px solid var(--hair);padding-left:0;padding-right:0}.op-paper{min-width:0;padding:13px 20px 15px;border-left:1px solid var(--hair)}.op-paper:first-child{border-left:0}.op-paper.is-blocked{background:var(--err-bg)}.op-paper-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.op-paper-head h4{margin:0;font-family:var(--sans);font-size:13.5px;font-weight:700;letter-spacing:-.01em}.op-paper-tags{display:inline-flex;gap:5px}.op-paper-contact,.op-paper-tags{align-items:baseline;flex-wrap:wrap}.op-paper-contact{display:flex;gap:5px 12px;margin-top:8px;font-size:12.5px;font-weight:550}.op-paper-contact a{color:var(--brand);text-decoration:none}.op-paper-contact a:hover{text-decoration:underline}.op-paper-notes{margin:7px 0 0;font-size:11.5px;color:var(--faint);line-height:1.5}.op-paper button:not(.op-ghost):not(.op-copy){margin-top:9px;font-size:12.5px;padding:7px 13px;border-radius:var(--r)}.op-paper details{margin-top:9px}.op-paper summary{font-size:11.5px;color:var(--muted);cursor:pointer}.op-paper .notice-text{font-size:11.5px;line-height:1.55;max-height:200px;overflow-y:auto;margin-top:6px}.op-cost{margin-top:10px;padding-top:9px;border-top:1px solid var(--hair)}.op-cost-figures{display:flex;flex-wrap:wrap;gap:4px 16px;font-size:12.5px;color:var(--muted)}.op-cost-figures strong{color:var(--ink);font-weight:650}.op-cost-figures em{font-style:normal;margin-left:5px;font-weight:650}.op-cost-figures em.over{color:var(--err-ink)}.op-cost-figures em.under{color:var(--success)}.op-cost-form{display:flex;gap:6px;margin-top:7px;align-items:center}.op-cost-form input{margin:0;padding:5px 8px;font-size:12px;border-radius:var(--r);border:1px solid var(--hair)}.op-cost-form input[type=number]{width:108px;flex:none}.op-cost-form input[type=text]{flex:1 1;min-width:0}.op-card-foot{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:9px;padding-bottom:10px;margin-top:0;border-top:1px solid var(--hair);background:var(--chrome);font-size:11.5px;color:var(--faint)}.op-card-foot code{font-size:11px}.op-card-foot button{margin-left:auto}@media (max-width:1000px){.op-ledger{flex-wrap:wrap}.op-ledger>div{flex:1 1 33%;border-top:1px solid var(--hair)}.op-ledger>div:nth-child(-n+3){border-top:0}.op-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.op-foreign dl{grid-template-columns:1fr}}@media (max-width:760px){.op-ledger>div{flex:1 1 50%}.op-ledger>div:nth-child(-n+3){border-top:1px solid var(--hair)}.op-ledger>div:nth-child(-n+2){border-top:0}.op-grid{grid-template-columns:1fr}.op-col+.op-col{margin-top:10px}.op-papers{grid-template-columns:1fr}.op-paper{border-left:0;border-top:1px solid var(--hair)}.op-paper:first-child{border-top:0}.op-toolbar-right{width:100%}.op-search{flex:1 1;width:auto}.op-card>*{padding-left:14px;padding-right:14px}.op-card>.op-deadline{margin-left:14px;margin-right:14px}.op-paper{padding-left:14px;padding-right:14px}.op-card-money{text-align:left}.op-cost-form{flex-wrap:wrap}}.op-dos{margin-top:12px;padding-top:10px;padding-bottom:4px;border-top:1px solid var(--hair)}.op-dos-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.op-dos-head button{margin-left:auto}.op-dos-ok{font-size:11.5px;color:var(--success);font-weight:600}.op-dos-more{margin-top:8px}.op-dos-more summary{font-size:11.5px;color:var(--muted);cursor:pointer}.op-dos-head h3{margin:0;font-family:var(--sans);font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--faint);font-weight:650}.op-dos-hint{margin:7px 0 0;font-size:12px;color:var(--muted);line-height:1.55;max-width:78ch}.op-dos-facts{display:flex;flex-wrap:wrap;gap:7px 26px;margin:9px 0 0}.op-dos-facts dt{font-size:11px;color:var(--faint)}.op-dos-facts dd{margin:0;font-size:12.5px;color:var(--ink);font-weight:600}.op-dos-diff{margin:9px 0 0;padding-left:17px;display:grid;grid-gap:5px;gap:5px}.op-dos-diff li{font-size:12px;line-height:1.55;color:oklch(.38 .11 65)}.op-dos-diff strong{color:var(--err-ink)}.op-dos-diff q{font-weight:600;color:var(--ink)}.op-dos button{margin-top:10px}.op-dos-head button{margin-top:0}.op-confirm{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:8px;font-size:11.5px}.op-notes{margin-top:12px;padding-top:10px;padding-bottom:4px;border-top:1px solid var(--hair)}.op-notes-form{display:flex;gap:6px;align-items:center}.op-notes-form input{margin:0;flex:1 1;min-width:0;padding:6px 10px;font-size:12.5px;border:1px solid var(--hair);border-radius:var(--r)}.op-notes-list{margin:9px 0 0;padding:0;list-style:none;display:grid;grid-gap:6px;gap:6px}.op-notes-list li{font-size:12.5px;line-height:1.5;color:var(--ink);padding-left:10px;border-left:1px solid var(--rule)}.op-note-meta{display:block;font-size:11px;color:var(--faint)}.op-signin-lede{margin:0 0 18px;font-size:13.5px;line-height:1.6;color:var(--muted)}.op-signin-ok{margin-top:14px;font-size:13px;color:var(--ok-ink)}.op-signin-alt{display:flex;gap:8px;margin-top:18px}#op-code{letter-spacing:.42em;font-size:20px;font-weight:650;text-align:center}.op-pill.p-flag{background:var(--err-ink);color:#fff}.op-flags{padding-top:0}.op-flags.has-open{margin-top:12px;padding-top:11px;padding-bottom:11px;border-top:1px solid var(--err-border);background:var(--err-bg)}.op-flag-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.op-flag-list li{display:flex;align-items:flex-start;gap:10px}.op-flag-list li>.op-copy{margin-left:auto;flex:none}.op-flag-body{display:grid;grid-gap:1px;gap:1px;min-width:0}.op-flag-body strong{font-size:12.5px;color:var(--err-ink);font-weight:650}.op-flag-body span{font-size:12px;line-height:1.55;color:var(--muted)}.op-flag-body em{font-style:normal;font-size:11px;color:var(--faint)}.op-flag-list li.sev-low .op-flag-body strong{color:var(--muted)}.op-flag-add{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:9px}.op-flags:not(.has-open) .op-flag-add{margin-top:10px}.op-flag-add form{display:flex;gap:6px;align-items:center;flex:1 1;min-width:0}.op-flag-add input{margin:0;flex:1 1;min-width:0;padding:6px 10px;font-size:12.5px;border:1px solid var(--hair);border-radius:var(--r)}.op-flag-history summary{font-size:11px;color:var(--faint);cursor:pointer}.op-flag-history ul{margin:6px 0 0;padding-left:16px;display:grid;grid-gap:4px;gap:4px}.op-flag-history li{font-size:11.5px;color:var(--muted);line-height:1.5}main.container:has(.op){max-width:none;padding:14px 20px 0}.op-split{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.op-queue{margin:0;padding:0;list-style:none;display:grid;grid-gap:4px;gap:4px;position:-webkit-sticky;position:sticky;top:12px;max-height:calc(100vh - 24px);overflow-y:auto}.op-row{width:100%;text-align:left;display:grid;grid-gap:3px;gap:3px;cursor:pointer;border:1px solid var(--hair);border-radius:var(--r);padding:9px 11px;font:inherit;color:var(--ink);transition:border-color .15s var(--ease-out),background .15s var(--ease-out)}.op-row,.op-row:hover{background:var(--card)}.op-row:hover{border-color:var(--rule)}.op-row.is-active{border-color:var(--brand);background:var(--brand-tint);box-shadow:inset 2px 0 0 var(--brand)}.op-row.is-dim{opacity:.6}.op-row-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.op-row-name{font-size:13px;font-weight:650;letter-spacing:-.01em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.op-row-money{font-size:12px;color:var(--muted);flex:none}.op-row-meta{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--muted);flex-wrap:wrap}.op-dot{width:6px;height:6px;border-radius:50%;flex:none;background:var(--faint)}.op-dot.t-action{background:var(--brand)}.op-dot.t-wait{background:var(--faint)}.op-dot.t-done{background:var(--success)}.op-dot.t-dead{background:var(--rule)}.op-row-tag{font-size:11px;font-weight:600;padding:0 5px;border-radius:var(--r-sm);background:var(--chrome);color:var(--muted);box-shadow:inset 0 0 0 1px var(--hair)}.op-row-tag.t-test{background:var(--err-bg);color:var(--err-ink);box-shadow:none}.op-row-alerts{display:flex;gap:5px;flex-wrap:wrap}.op-row-alert{font-size:11px;font-weight:650;padding:1px 6px;border-radius:var(--r-sm)}.op-row-alert.t-flag{background:var(--err-ink);color:#fff}.op-row-alert.t-late{background:var(--err-bg);color:var(--err-ink)}.op-row-alert.t-soon{background:oklch(.95 .06 85);color:oklch(.38 .11 65)}.op-detail{min-width:0}.op-body{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);grid-gap:0 28px;gap:0 28px}.op-body-main{min-width:0}.op-body-side{min-width:0;border-left:1px solid var(--hair);padding-left:8px}.op-body-main>*,.op-body-side>*{padding-left:20px;padding-right:20px}.op-body-side .op-grid,.op-body>div>.op-grid,.op-body>div>.op-papers{padding-left:0;padding-right:0}.op-body-side .op-grid{grid-template-columns:1fr;gap:0}.op-body-side .op-col+.op-col{margin-top:12px;padding-top:10px;border-top:1px solid var(--hair)}.op-body-main>.op-papers{padding-left:0;padding-right:0}.op-body-main .op-action:first-child{margin-top:0;border-top:0}.op-body-side>:first-child{padding-top:12px}@media (max-width:1180px){.op-split{grid-template-columns:260px minmax(0,1fr)}.op-body{grid-template-columns:1fr}.op-body-side{border-left:0;border-top:1px solid var(--hair)}}@media (max-width:860px){main.container:has(.op){padding-left:12px;padding-right:12px}.op-split{grid-template-columns:1fr}.op-queue{position:static;max-height:none}}.op-section-label{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--hair);font-family:var(--sans);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:700}.op-body-main>.op-section-label{padding-left:20px;padding-right:20px}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:18px;gap:18px}.service{display:grid;grid-gap:6px;gap:6px;align-content:start;text-decoration:none;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px 20px;color:var(--muted);transition:border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.service:hover{border-color:color-mix(in oklab,var(--brand) 34%,var(--border));box-shadow:var(--shadow-float)}.service-price{font-family:var(--serif);font-size:30px;letter-spacing:-.02em;color:var(--brand);line-height:1}.service strong{font-size:16px;color:var(--ink);font-weight:650}.service-tiers{list-style:none;margin:8px 0 0;padding:10px 0 0;border-top:1px solid var(--border);display:grid;grid-gap:5px;gap:5px}.service-tiers li{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}.service-tiers li b{font-weight:600;color:var(--ink)}.service span:last-child{font-size:14px;line-height:1.6}@media (max-width:860px){.services{grid-template-columns:1fr}}.site-footer .wrap>.foot-brand,.site-footer .wrap>.foot-cols{align-items:start}.site-footer .wrap{grid-template-columns:minmax(0,.85fr) minmax(0,2.7fr)}.foot-brand{display:grid;grid-gap:10px;gap:10px;align-content:start;max-width:34ch}.foot-brand .wordmark{font-size:19px}.foot-brand p{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.foot-brand a{font-size:13.5px}.foot-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));grid-gap:26px 24px;gap:26px 24px}.foot-cols>div{display:grid;grid-gap:7px;gap:7px;align-content:start}.foot-cols h2{margin:0 0 3px;font-family:var(--sans);font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}.foot-cols a{font-size:13.5px;line-height:1.35}.foot-langs{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:6px 18px;align-items:center;padding-top:20px;border-top:1px solid var(--rule);font-size:13px}.foot-langs span{color:var(--ink);font-weight:600}.foot-langs a{color:var(--muted)}.foot-langs a:hover{color:var(--ink)}.foot-langs+.foot-base{padding-top:14px;border-top:0}.foot-counties+.foot-langs{padding-top:10px;border-top:0}.foot-base{grid-column:1/-1;display:grid;grid-gap:14px;gap:14px;padding-top:22px;border-top:1px solid var(--rule)}.foot-base>span{font-size:13px;white-space:nowrap}.foot-base .disclaimer{margin:0;font-size:12.5px;line-height:1.65;max-width:78ch;opacity:.85}.foot-base .rc-badge{margin:0}@media (min-width:720px){.foot-base{grid-template-columns:1fr auto;align-items:center;column-gap:32px}.foot-base>span{grid-row:1;grid-column:1}.foot-base .rc-badge{grid-row:1;grid-column:2;justify-self:end}.foot-base .disclaimer{grid-row:2;grid-column:1/-1}}@media (max-width:980px){.site-footer .wrap{grid-template-columns:1fr;gap:32px}.foot-brand{max-width:none}}.feature .check:before,.lead-check:before,.marker.is-done:before,li>span[aria-hidden=true]:empty:not(.op-progress-mark):before{content:"";display:block;width:5px;height:9px;border-right:2px solid;border-bottom:2px solid;border-radius:1px;transform:rotate(45deg) translate(-1px,-1px)}li>span[aria-hidden=true]:empty:not(.op-progress-mark){display:inline-grid;place-items:center;flex:none;width:18px;height:18px;margin-top:3px;border-radius:50%;background:var(--success-tint);color:var(--success)}.lead-check,.marker{display:inline-grid;place-items:center}.op-pill.p-product,.op-row-tag.t-product{background:oklch(.94 .05 200);color:oklch(.38 .12 220)}.op-row-tag.t-product{box-shadow:none}.foot-cols a{text-wrap:nowrap;overflow-wrap:normal}.checkout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:0 44px;gap:0 44px;align-items:start;max-width:var(--measure);margin:0 auto}.checkout-head{grid-column:1/-1;margin-bottom:8px}.checkout-head h1{margin:0 0 8px}.checkout-form{min-width:0;display:grid;grid-gap:0;gap:0}.checkout-aside{min-width:0}.sum-split{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);display:grid;grid-gap:8px;gap:8px}.sum-row{display:flex;justify-content:space-between;gap:12px;font-size:13.5px;color:var(--muted)}.sum-row.total{margin-top:4px;padding-top:10px;border-top:1px solid var(--border);font-size:15px;font-weight:650;color:var(--ink)}@media (max-width:900px){.checkout{grid-template-columns:1fr;gap:26px}.checkout-aside .summary{position:static}}.pick-list{display:grid;grid-gap:8px;gap:8px;margin-top:4px}.pick{display:flex;align-items:center;gap:12px;cursor:pointer;margin:0;border:1px solid var(--border);border-radius:var(--radius);padding:13px 15px;background:var(--card);font-weight:400;transition:border-color .15s var(--ease-out),background .15s var(--ease-out)}.pick:hover{border-color:var(--rule)}.pick.is-on{border-color:var(--brand);background:var(--brand-tint)}.pick input{width:auto;margin:0;flex:none;accent-color:var(--brand)}.pick-body{display:grid;grid-gap:1px;gap:1px;flex:1 1;min-width:0}.pick-body strong{font-size:14.5px;color:var(--ink);font-weight:650}.pick-body span{font-size:13px;color:var(--muted)}.pick-price{font-size:14px;font-weight:650;color:var(--ink);white-space:nowrap}.op-copyable{display:inline;text-align:left;font:inherit;color:inherit;background:none;border:0;padding:0 1px;margin:0 -1px;cursor:copy;border-bottom:1px dashed transparent;border-radius:2px}.op-copyable:hover{border-bottom-color:var(--rule);background:var(--chrome)}.op-copyable.is-copied{background:var(--ok-bg);border-bottom-color:transparent}.op-copyable-hint{margin-left:6px;font-size:10px;font-weight:600;letter-spacing:.03em;color:var(--faint);opacity:0;transition:opacity .12s var(--ease-out)}.op-copyable:hover .op-copyable-hint{opacity:1}.op-copyable.is-copied .op-copyable-hint{opacity:1;color:var(--ok-ink)}.consent{display:flex;gap:11px;align-items:flex-start;margin:20px 0 16px;font-size:13px;line-height:1.6;color:var(--muted);font-weight:400;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.consent input{width:auto;flex:none;margin:3px 0 0;accent-color:var(--brand)}.consent a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.consent:has(input:focus-visible){border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in oklab,var(--brand) 18%,transparent)}.opt{font-weight:400;font-size:12px;color:var(--faint);text-transform:lowercase;letter-spacing:0;margin-left:4px}.op-picker{display:flex;align-items:center;gap:8px;margin-top:8px}.op-picker label{margin:0;font-size:11.5px;color:var(--faint);font-weight:500}.op-picker select{flex:1 1;min-width:0;font:inherit;font-size:12.5px;padding:5px 8px;border:1px solid var(--hair);border-radius:var(--r);background:var(--card);color:var(--ink)}.state-grid{column-count:3;column-gap:24px;list-style:none;padding:0}.state-grid li{page-break-inside:avoid;break-inside:avoid;margin-bottom:5px}@media (max-width:640px){.state-grid{column-count:2}}.was{font-size:13px;color:var(--faint);text-decoration:line-through;font-weight:400;margin-left:6px}.promo-bar{background:var(--brand-ink-bg);color:var(--brand-ink);font-size:13.5px;text-align:center}.promo-bar p{max-width:var(--maxw);margin:0 auto;padding:9px 24px;line-height:1.5}.promo-bar strong{color:#fff}.promo-bar a{color:var(--brand-ink);text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.promo-bar a:hover{color:#fff}.promo-line{background:var(--ok-bg);border:1px solid var(--ok-border);color:var(--ok-ink);border-radius:var(--radius);padding:11px 14px;font-size:14px;margin:0 0 16px}.es-nav a.lang-link,.he-nav a.lang-link{display:inline-flex;align-items:center;padding:5px 11px;border:1px solid var(--border);border-radius:999px;font-size:13.5px;font-weight:600;color:var(--muted);line-height:1.2}.es-nav a.lang-link:hover,.he-nav a.lang-link:hover{color:var(--ink);border-color:var(--ink)}@media (max-width:640px){.es-nav a.lang-link,.he-nav a.lang-link{display:inline-flex;padding:4px 9px;font-size:13px}}.g-table-wrap{overflow-x:auto}.g-table-wrap .g-table td{white-space:nowrap}.start-mobile-prices{margin:4px 0 22px}.start-mobile-prices-head{margin:0 0 2px;font-family:var(--serif);font-style:italic;color:var(--muted);font-size:14px}.start-mobile-price-intro{margin:0;color:var(--muted);font-size:.86rem;line-height:1.55}.start-mobile-price-intro strong{color:var(--ink);font-family:var(--serif);font-size:1.15rem}@media (min-width:900px){.start-mobile-prices{display:none}}.entity-choices{margin:16px 0 18px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.entity-choices>p{margin:0;padding:12px 0 8px;color:var(--muted);font-size:.82rem;font-weight:700}.entity-choices button{display:grid;width:100%;grid-gap:3px;gap:3px;padding:13px 0;border:0;border-top:1px solid var(--rule);background:transparent;color:var(--ink);text-align:left;cursor:pointer;font:inherit}.entity-choices button:first-of-type{border-top:0}.entity-choices button:focus-visible strong,.entity-choices button:hover strong{color:var(--action)}.entity-choices strong{font-size:.93rem;line-height:1.35;transition:color .16s var(--ease-out)}.entity-choices button span{color:var(--muted);font-size:.78rem;line-height:1.4}.start-flow h1{max-width:14ch;margin-bottom:10px}.start-flow .lede{display:none}.finder-intro{max-width:48ch;margin:0 0 26px;color:var(--muted);font-size:1rem;line-height:1.55}.start-flow .start-mobile-prices{display:none}.finder-submit{margin-top:22px}.finder-submit .cta{background:var(--action)!important}.finder-submit .cta:hover{background:var(--action-hover)!important}.finder-submit>p{margin:9px 0 0;color:var(--muted);font-size:.8rem;text-align:center}.finder-submit .banner{margin-top:12px}.start-flow.is-details .finder-submit,.start-flow.is-find .finder-details,.start-flow.is-find .form-submit,.start-flow.is-find .note,.start-flow.is-find form>.banner,.start-flow.is-find form>.field-group:not(:first-of-type){display:none}@media (max-width:640px){.start-flow h1{font-size:clamp(2rem,9vw,2.6rem);line-height:.98}.finder-intro{font-size:.95rem}}body:has(.start-v2) .promo-bar{display:none}.es-shell{min-height:100%;background:var(--paper-deep);color:var(--ink)}.es-header{background:color-mix(in srgb,var(--paper) 94%,transparent)}.es-shell>.hero{max-width:none;margin:0;padding-inline:max(24px,calc((100vw - var(--maxw)) / 2));background:var(--brand-ink-bg);color:var(--brand-ink)}.es-shell>.hero h1{color:#fff}.es-shell>.hero .reassure,.es-shell>.hero p{color:var(--brand-ink-muted)}.es-shell>.hero .cta{background:var(--action);color:#fff}.es-shell>.hero .secondary{border-color:rgba(255,255,255,.45);color:#fff}.es-shell>.hero .link{color:#fff;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action)}.es-redesign{background:var(--paper-deep)}.es-hero{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(300px,.74fr);grid-gap:clamp(42px,8vw,110px);gap:clamp(42px,8vw,110px);max-width:var(--maxw);margin:0 auto;padding:clamp(58px,9vw,118px) 24px;background:var(--brand-ink-bg);color:var(--brand-ink)}.es-hero h1{max-width:9ch;margin:0 0 22px;color:#fff;font-family:var(--font-serif);font-size:clamp(3rem,5.6vw,5.4rem);line-height:.94;letter-spacing:-.04em}.es-hero>div>p{max-width:54ch;margin:0;color:var(--brand-ink-muted);font-size:1.05rem;line-height:1.65}.es-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.es-primary,.es-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 20px;border-radius:7px;font-weight:750;text-decoration:none}.es-primary{background:var(--action);color:#fff}.es-primary:hover{background:var(--action-hover);color:#fff}.es-secondary{border:1px solid rgba(255,255,255,.38);color:#fff}.es-secondary:hover{border-color:#fff;color:#fff}.es-hero .es-hero-note{margin-top:16px;font-size:.82rem;line-height:1.5}.es-hero aside{align-self:center;padding:28px 0;border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.es-hero aside>p{margin:0 0 14px;color:#c9d5ce;font-size:.72rem;font-weight:800;letter-spacing:.11em}.es-hero aside h2{max-width:13ch;margin:0 0 22px;color:#fff;font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1;letter-spacing:-.04em}.es-hero dl{margin:0}.es-hero dl div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-top:1px solid rgba(255,255,255,.15)}.es-hero dt,.es-hero small{color:var(--brand-ink-muted);font-size:.85rem}.es-hero dd{margin:0;color:#fff;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.es-hero small{display:block;margin-top:16px;line-height:1.55}.es-band,.es-section{max-width:var(--maxw);margin:0 auto;padding-inline:24px}.es-band{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;padding-block:26px;background:var(--paper);border-bottom:1px solid var(--rule)}.es-band>div{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:8px 24px;border-right:1px solid var(--rule)}.es-band>div:first-child{padding-left:0}.es-band>div:last-child{border:0;padding-right:0}.es-band strong{color:var(--action);font-family:var(--font-serif);font-size:2rem}.es-band span{font-size:.87rem;font-weight:700;line-height:1.35}.es-section{padding-block:clamp(58px,8vw,96px)}.es-section h2{max-width:13ch;margin:0;font-family:var(--font-serif);font-size:clamp(2.25rem,4.5vw,4rem);line-height:.97;letter-spacing:-.04em}.es-section p{color:var(--muted);line-height:1.65}.es-included{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);grid-gap:clamp(38px,8vw,120px);gap:clamp(38px,8vw,120px);background:var(--paper-deep)}.es-included>div>p{max-width:36ch}.es-included ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--rule)}.es-included li{display:grid;grid-gap:7px;gap:7px;padding:22px 0;border-bottom:1px solid var(--rule)}.es-included li strong{font-family:var(--font-serif);font-size:1.35rem}.es-included li span{color:var(--muted);font-size:.92rem;line-height:1.55}.es-direct{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;background:var(--paper)}.es-direct p{max-width:55ch}.es-direct .es-primary{flex:none}.es-faq{background:var(--paper-deep)}.es-faq>h2{margin-bottom:28px}.es-faq details{max-width:760px;padding:20px 0;border-top:1px solid var(--rule)}.es-faq details:last-child{border-bottom:1px solid var(--rule)}.es-faq summary{cursor:pointer;font-weight:750}.es-faq details p{max-width:64ch;margin:12px 0 0;font-size:.94rem}@media (max-width:760px){.es-hero{grid-template-columns:1fr;gap:36px;padding:48px 20px}.es-hero h1{font-size:clamp(2.55rem,11vw,3.45rem)}.es-band{grid-template-columns:1fr;padding:18px 20px}.es-band>div,.es-band>div:first-child,.es-band>div:last-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--rule)}.es-band>div:last-child{border-bottom:0}.es-section{padding:58px 20px}.es-direct,.es-included{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px}.es-direct .es-primary{width:100%}.es-hero-actions{display:grid;grid-template-columns:1fr}.es-primary,.es-secondary{width:100%}}.es-shell>.section:nth-of-type(2n){background:var(--paper)}.es-shell>.section{padding-block:clamp(52px,6vw,84px)}.county-index-page.article,.county-page.article,.filing-page.article{max-width:var(--maxw);margin:0 auto;padding:0 24px 76px}.county-index-page .guide-hero,.county-page .guide-hero,.filing-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);grid-gap:clamp(34px,7vw,92px);gap:clamp(34px,7vw,92px);margin:0 calc((var(--maxw) - 100vw) / 2) 58px;padding:clamp(50px,7vw,92px) max(24px,calc((100vw - var(--maxw)) / 2));background:var(--brand-ink-bg);color:var(--brand-ink)}.county-index-page .guide-hero h1,.county-page .guide-hero h1,.filing-hero h1{max-width:10ch;margin:0 0 20px;color:#fff;font-family:var(--font-serif);font-size:clamp(3rem,5.3vw,5.2rem);line-height:.94;letter-spacing:-.04em}.county-index-page .guide-hero .standfirst,.county-page .guide-hero .standfirst,.filing-hero>div>p{max-width:54ch;margin:0 0 26px;color:var(--brand-ink-muted);font-size:1.02rem;line-height:1.65}.filing-hero aside{align-self:start;padding:26px 0;border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28)}.filing-hero aside>p{margin:0 0 14px;color:#c9d5ce;font-size:.72rem;font-weight:800;letter-spacing:.12em}.filing-hero aside>strong{display:block;margin-bottom:22px;color:#fff;font-family:var(--font-serif);font-size:clamp(3rem,4vw,4.5rem);line-height:.9;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.filing-hero dl{margin:0}.filing-hero dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid rgba(255,255,255,.17)}.filing-hero dt,.filing-hero small{color:var(--brand-ink-muted);font-size:.86rem}.filing-hero dd{margin:0;color:#fff;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.filing-hero small{display:block;margin-top:14px;line-height:1.55}.county-index-page .prose,.county-page .prose,.filing-page .prose{max-width:760px;margin:0 auto}.county-index-page .prose>section,.county-page .prose>section,.filing-page .prose>section{padding:38px 0;border-top:1px solid var(--rule)}.county-index-page .guide-cta,.county-page .guide-cta,.filing-page .guide-cta{max-width:760px;margin:42px auto 0;padding:30px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:transparent}.county-page .guide-hero .guide-hero-cta{margin:0}.county-page .guide-hero .hint{color:var(--brand-ink-muted)}.county-index-page .guide-hero .cta,.county-page .guide-hero .cta,.filing-hero .cta{background:var(--action);color:#fff}.county-index-page .guide-hero .cta:hover,.county-page .guide-hero .cta:hover,.filing-hero .cta:hover{background:var(--action-hover)}@media (max-width:760px){.county-index-page.article,.county-page.article,.filing-page.article{width:100%;max-width:100%;padding-inline:20px;box-sizing:border-box;overflow:hidden}.county-index-page .guide-hero,.county-page .guide-hero,.filing-hero{width:calc(100% + 40px);max-width:none;min-width:0;box-sizing:border-box;grid-template-columns:minmax(0,1fr);gap:32px;margin:0 -20px 38px;padding:46px 20px}.county-index-page .guide-hero h1,.county-page .guide-hero h1,.filing-hero h1{max-width:100%;font-size:clamp(2.35rem,10vw,3rem);overflow-wrap:anywhere}body:has(.county-page) .promo-bar{display:none}}.start-v2{max-width:1180px;margin:0 auto;padding:clamp(28px,5vw,72px) 24px 72px}.start-v2-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);grid-gap:clamp(34px,6vw,88px);gap:clamp(34px,6vw,88px);align-items:start}.start-v2-main{min-width:0}.start-v2 h1,.start-v2 h2,.start-v2 h3{font-family:var(--serif);letter-spacing:-.04em}.start-v2 h1{max-width:11ch;margin:0 0 18px;font-size:clamp(2.5rem,5vw,4.6rem);line-height:.95}.start-v2-lookup>p{max-width:52ch;margin:0 0 32px;color:var(--muted);font-size:1.05rem;line-height:1.6}.start-v2 label{display:grid;grid-gap:7px;gap:7px;margin:18px 0 0;color:var(--ink);font-size:.85rem;font-weight:750}.start-v2 input{width:100%;min-height:50px;padding:12px 14px;border:1px solid var(--rule);border-radius:8px;background:#fff;color:var(--ink);font:inherit}.start-v2 input:focus{box-shadow:0 0 0 3px rgb(25 135 84/.16)}.start-v2-primary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:18px;padding:12px 22px;border:0;border-radius:8px;background:var(--action);color:#fff;cursor:pointer;font:750 .95rem var(--sans)}.start-v2-check:disabled,.start-v2-primary:disabled{cursor:wait;opacity:.65}.start-v2-lookup>.start-v2-primary{width:min(100%,320px)}.start-v2-candidates{margin-top:24px;border-top:1px solid var(--rule)}.start-v2-candidates h2{margin:16px 0 8px;font-size:1.35rem}.start-v2-candidates button{display:grid;width:100%;grid-gap:3px;gap:3px;padding:15px 0;border:0;border-top:1px solid var(--rule);background:transparent;color:var(--ink);text-align:left;cursor:pointer;font:inherit}.start-v2-candidates button:focus-visible strong,.start-v2-candidates button:hover strong{color:var(--action)}.start-v2-candidates strong{font-size:.95rem}.start-v2-candidates span{color:var(--muted);font-size:.8rem}.start-v2-error{margin:14px 0 0;color:#a13019;font-size:.88rem}.start-v2-aside{position:-webkit-sticky;position:sticky;top:100px;padding:28px 0 0 30px;border-left:1px solid var(--rule)}.start-v2-aside h2{max-width:13ch;margin:0 0 12px;font-size:clamp(1.55rem,2.5vw,2.2rem);line-height:1}.start-v2-aside>p{max-width:30ch;margin:0 0 20px;color:var(--muted);line-height:1.6}.start-v2-aside ul{display:grid;grid-gap:12px;gap:12px;margin:0 0 22px;padding:18px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);list-style:none}.start-v2-aside li{padding:.72rem 0;border-top:1px solid var(--rule);color:var(--muted);font-size:.88rem;line-height:1.4}.start-v2-aside>a{color:var(--ink);font-size:.84rem;font-weight:750;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-decoration-thickness:2px;text-underline-offset:4px}.start-v2-back{padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer;font:700 .82rem var(--sans);text-decoration:underline;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-underline-offset:4px}.start-v2-details>h1{max-width:18ch;margin-top:24px;font-size:clamp(2.2rem,4.5vw,3.8rem);overflow-wrap:anywhere}.start-v2-record{margin:-7px 0 34px;color:var(--muted);font-size:.9rem}.start-v2-address,.start-v2-payment,.start-v2-routes{margin-top:34px;padding-top:34px;border-top:1px solid var(--rule)}.start-v2-address h2,.start-v2-payment h2,.start-v2-routes h2{margin:0 0 8px;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1}.start-v2-address>p{max-width:54ch;margin:0 0 4px;color:var(--muted)}.start-v2-record-address{display:grid;grid-gap:3px;gap:3px;max-width:54ch;margin-top:22px;padding:16px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.start-v2-record-address strong{font-size:.96rem}.start-v2-record-address span{color:var(--muted);font-size:.9rem}.start-v2-address-grid{display:grid;grid-template-columns:1.4fr .65fr .8fr;grid-gap:12px;gap:12px}.start-v2-check{margin-top:18px;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer;font:750 .9rem var(--sans);text-decoration:underline;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-decoration-thickness:2px;text-underline-offset:5px}.start-v2-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px}.start-v2-route{min-height:230px;padding:22px;border:1px solid var(--rule);border-radius:14px;background:#fff}.start-v2-route.is-selected{background:#f4fbf7;box-shadow:0 16px 34px -28px rgb(25 135 84/.6)}.start-v2-route h3{margin:0 0 18px;font-size:1.25rem;line-height:1.05}.start-v2-route>strong{display:block;font-family:var(--serif);font-size:2.2rem;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.start-v2-route p{margin:14px 0 16px;color:var(--muted);font-size:.85rem;line-height:1.55}.start-v2-route a,.start-v2-route span{color:var(--action);font-size:.79rem;font-weight:800;text-decoration:none}.start-v2-route a{text-decoration:underline;text-underline-offset:4px}.start-v2-payment{max-width:620px}.start-v2-payment small{color:var(--faint);font-size:.78rem;font-weight:500}.start-v2-payment .consent{margin:22px 0 16px;padding:0;border:0;border-radius:0;background:transparent;gap:9px;font-size:.78rem;line-height:1.5}.start-v2-payment label.consent{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:start}.start-v2-payment .consent input{width:16px;min-width:16px;height:16px;min-height:16px;margin:2px 0 0;padding:0}.start-v2-payment .start-v2-primary{width:100%}.start-v2-stripe{margin:12px 0 0;color:var(--muted);font-size:.8rem;line-height:1.55;text-align:center}@media (max-width:800px){body:has(.start-v2) .promo-bar{display:none}.start-v2{padding:28px 20px 52px}.start-v2-shell{grid-template-columns:1fr;gap:40px}.start-v2 h1{max-width:12ch;font-size:clamp(2.1rem,9vw,2.7rem)}.start-v2-aside{position:static;padding:26px 0 0;border-top:1px solid var(--rule);border-left:0}.start-v2-aside h2{max-width:none}.start-v2-address-grid,.start-v2-route-grid{grid-template-columns:1fr}.start-v2-route{min-height:0}}.guide-hero-cta{margin-top:22px;display:grid;grid-gap:8px;gap:8px;justify-items:start}.guide-hero-cta .hint{margin:0}:root{--paper:#ffffff;--paper-deep:#f6f6f6;--bg:#ffffff;--ink:#1a1a1a;--muted:#5f5f5f;--faint:#7c7c7c;--border:#e0e0e0;--rule:#e0e0e0;--card:#ffffff;--brand:#1a1a1a;--brand-hover:#050505;--brand-tint:#f1f1f1;--brand-ink-bg:#1a1a1a;--brand-ink:#ffffff;--brand-ink-muted:#d7d7d7;--action:#198754;--action-hover:#146c43;--success:#198754;--success-tint:#e7f4ec;--dark-kicker:#d1d1d1;--dark-row:#ebebeb;--maxw:1240px;--measure:min(1120px,calc(100vw - 48px))}body,html{background:var(--paper);color:var(--ink)}::selection{background:#d7f0e1;color:var(--ink)}:focus-visible{outline:3px solid var(--action);outline-offset:3px}.container{overflow:clip}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--rule);background:color-mix(in srgb,var(--paper) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header .wrap{min-height:72px;padding:12px 24px}.wordmark{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;letter-spacing:-.04em;color:var(--ink)}.site-header nav{gap:20px}.site-header nav a{font-size:.78rem;font-weight:700;letter-spacing:.015em;color:var(--ink)}.site-header .brandmark:hover .wordmark,.site-header nav a:not(.btn-sm):hover{color:var(--action)}.header-languages{margin-left:2px;color:var(--faint);font-size:.72rem;font-weight:800;letter-spacing:.08em}.header-languages,.header-languages>span{display:inline-flex;align-items:center;gap:5px}.header-languages a{color:var(--muted)!important;text-decoration:none}.header-languages a:hover{color:var(--action)!important}.header-languages [aria-current=true]{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-decoration-thickness:2px;text-underline-offset:5px}.language-divider{color:var(--rule);font-weight:500}.btn-sm,.cta,button.cta{border-radius:7px!important;box-shadow:none!important;font-weight:700}.btn-sm{background:var(--action)!important;color:white!important;padding:12px 16px!important}.btn-sm:hover{background:var(--action-hover)!important}.hero{max-width:var(--maxw);min-height:570px;padding:clamp(42px,7vw,96px) 24px clamp(48px,7vw,100px);grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(44px,7vw,100px);text-align:left}.hero-copy{max-width:690px;margin:0}.hero h1{font-size:clamp(3.25rem,6.2vw,5.85rem);line-height:.94;letter-spacing:-.055em;max-width:9.5ch;margin:0 0 24px}.hero p{max-width:53ch;margin:0 0 28px;font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.62}.home-hero .hero-copy>p:not(.reassure):not(.hero-summary){display:none}.hero .hero-summary{max-width:47ch}.cta-row{justify-content:flex-start;gap:10px}.home-hero .cta-row>a:not(.primary-start):not(.process-link){display:none}.cta-row>a>button{min-height:54px;padding-inline:24px}.cta-row .secondary{border-color:#b7c4bc;background:transparent;color:var(--ink)}.hero-proof{display:inline-flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:22px;color:var(--muted);font-size:.83rem;font-weight:650;text-decoration:none}.hero-proof:hover .proof-link{color:var(--brand);text-decoration:underline}.proof-stars{color:#008c6a;letter-spacing:.09em;font-size:.9rem}.proof-link{color:var(--ink);border-left:1px solid var(--rule);padding-left:9px}.hero .reassure{margin:20px 0 0;max-width:62ch;font-size:.82rem;line-height:1.5;color:var(--muted)}.specimen-wrap{display:none}.filing-proof{align-self:center;justify-self:end;width:min(100%,430px);padding:34px;border-top:3px solid var(--brand);background:var(--paper-deep);box-shadow:0 18px 42px rgb(31 61 51/.08)}.filing-proof-label{margin:0 0 18px!important;color:var(--brand)!important;font-size:.7rem!important;font-weight:800;letter-spacing:.1em}.filing-proof h2{max-width:12ch;margin:0 0 14px;font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.04em;line-height:.98}.filing-proof>p:not(.filing-proof-label){margin:0 0 24px;color:var(--muted);font-size:.94rem;line-height:1.55}.filing-proof ol{padding:0;margin:0;list-style:none;border-top:1px solid #cad7ce}.filing-proof li{display:grid;grid-template-columns:30px 1fr;grid-gap:12px;gap:12px;padding:16px 0;border-bottom:1px solid #cad7ce}.filing-proof li>span{color:var(--brand);font-size:.72rem;font-weight:800}.filing-proof small,.filing-proof strong{display:block}.filing-proof strong{margin-bottom:4px;font-size:.9rem}.filing-proof small{color:var(--muted);font-size:.78rem;line-height:1.45}.filing-proof-link{display:inline-block;margin-top:22px;color:var(--ink);font-size:.82rem;font-weight:750;-webkit-text-decoration-color:var(--brand);text-decoration-color:var(--brand);text-underline-offset:4px}.specimen{position:relative;min-height:390px;padding:30px;background:#fffefa;border:1px solid #cad3cb;border-radius:4px;box-shadow:20px 22px 0 #dfe9e2,0 20px 42px rgb(31 61 51/.14)}.specimen:before{content:"";position:absolute;inset:9px;border:1px solid #e1e5de;pointer-events:none}.sp-head{position:relative;color:var(--brand);font-size:.64rem;letter-spacing:.1em;font-weight:800}.sp-title{position:relative;margin:50px 0 28px;font-family:var(--font-serif);font-size:1.6rem;line-height:1.05;color:var(--ink)}.sp-body{position:relative;font-family:Georgia,serif;font-size:.82rem;line-height:1.9;color:#3c4944}.sp-stamp{border:1px solid var(--brand);border-radius:2px;color:var(--brand);background:#f4faf7;font-size:.72rem;font-weight:800;letter-spacing:.08em;padding:8px 10px}.sp-caption{margin:18px 0 0;color:var(--muted);font-size:.82rem;transform:rotate(-2deg)}.filing-path{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.filing-path>div{min-height:100px;padding:22px 28px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--rule);font-size:.93rem;font-weight:700}.filing-path>div:last-child{border-right:0}.filing-path strong{font-family:var(--font-serif);color:var(--brand);font-size:1.55rem}.section{max-width:var(--maxw);padding:clamp(64px,9vw,118px) 24px}.section+.section{border-top:0}.article h2,.section>.faq-head>h2,.section>h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em}.section .sub{text-align:left;margin-left:0;max-width:60ch}.services{gap:0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.service{padding:28px 24px;border:0;border-right:1px solid var(--rule);border-radius:0;background:transparent;box-shadow:none}.service:last-child{border-right:0}.service:hover{background:var(--brand-tint);transform:none}.mobile-compare{display:none}.steps{gap:0;border-top:1px solid var(--rule)}.step{padding:32px 24px 22px;border-bottom:1px solid var(--rule)}.num{width:auto;height:auto;color:var(--brand);background:transparent;font-family:var(--font-serif);font-size:2.3rem}.article{max-width:820px;padding-inline:24px}.guide-hero{padding-top:clamp(50px,8vw,108px)}.guide-hero h1{max-width:15ch;font-size:clamp(2.6rem,6vw,4.6rem);line-height:.98}.site-footer{margin-top:clamp(64px,10vw,140px);background:#1a1a1a;color:#ebebeb;border-top:0}.site-footer .wrap{max-width:var(--maxw);padding:72px 24px 32px}.site-footer a{color:#ebebeb}.site-footer a:hover{color:#61c28b}.site-footer .disclaimer,.site-footer .foot-brand p{color:#b9b9b9}.site-footer .foot-cols h2,.site-footer .foot-langs span{color:#ffffff;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.site-footer .wordmark{color:#ffffff;font-size:1.75rem}.footer-trustpilot,.site-footer .footer-phone{color:#61c28b!important;font-weight:700}.footer-start{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:8px;padding:10px 13px;background:var(--action);color:#ffffff!important;font-size:.82rem!important;font-weight:800;text-decoration:none;border-radius:7px}.footer-start:hover{background:var(--action-hover);color:#ffffff!important}.foot-base{border-top-color:rgb(255 255 255/.16)}[data-reveal]{opacity:1!important;transform:none!important}.home-hero{padding:clamp(54px,7vw,104px) max(24px,calc((100vw - 1120px) / 2));background:var(--brand-ink-bg);color:var(--brand-ink);grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(40px,7vw,96px)}.home-hero .hero-copy{max-width:650px}.home-hero h1{max-width:11ch;margin-bottom:24px;color:var(--brand-ink);font-size:clamp(3rem,5.4vw,5rem);line-height:.96}.home-hero .hero-summary{color:var(--brand-ink-muted);font-size:clamp(1.04rem,1.6vw,1.2rem);line-height:1.62}.home-hero .cta-row .primary-start button{background:var(--brand-ink);color:var(--brand-ink-bg)}.home-hero .cta-row .primary-start button:hover{background:#e5efe9}.home-hero .cta-row .process-link button{border-color:rgb(255 253 248/.4);color:var(--brand-ink)}.home-hero .hero-proof{color:var(--brand-ink-muted)}.home-hero .proof-stars{color:#7addaf}.home-hero .proof-link{color:var(--brand-ink);border-left-color:rgb(255 253 248/.25)}.home-hero .reassure{color:var(--brand-ink-muted)}.home-hero .filing-proof{background:var(--paper);color:var(--ink);box-shadow:0 26px 60px rgb(0 0 0/.18)}.home-hero+.filing-path{max-width:1120px;margin-top:clamp(30px,5vw,64px)}.services-section{padding-top:clamp(76px,10vw,144px)}.comparison-section>h2,.process-section>h2,.promise-section>h2,.services-section>h2{max-width:12ch}.comparison-section .sub,.process-section .sub,.promise-section .sub,.services-section .sub{font-size:1.03rem;max-width:52ch;margin-bottom:44px}.services-section .services{grid-template-columns:1.45fr 1fr 1fr}.services-section .service{min-height:250px;display:flex;flex-direction:column;justify-content:flex-start}.services-section .service:first-child{background:var(--paper-deep);padding:34px}.services-section .service-price{font-size:clamp(2rem,3.2vw,3.15rem)}.services-section .service strong{margin-top:20px;font-family:var(--font-serif);font-size:1.3rem;letter-spacing:-.025em}.services-section .service-tiers{margin-top:auto}.process-section{position:relative;max-width:1120px;margin:0 auto;padding-inline:34px;background:var(--paper-deep)}.process-section .steps{border-top-color:#c7d3ca}.process-section .step{padding:34px 24px 30px}.process-section .step h3{font-size:1.35rem;letter-spacing:-.025em}.comparison-section{padding-bottom:clamp(50px,7vw,90px)}.comparison-section .compare-scroll{padding:0}.comparison-section .compare{border:0;border-radius:0;box-shadow:none;background:transparent}.comparison-section .compare td,.comparison-section .compare th{padding:17px 18px;border-bottom-color:var(--rule)}.comparison-section .compare thead th{background:transparent;color:var(--faint)}.comparison-section .compare td.us{background:var(--brand-tint)}.promise-section{max-width:1120px;margin:0 auto;padding:clamp(64px,8vw,110px) 34px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.promise-section .features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 44px;border-top:1px solid var(--rule)}.promise-section .feature{padding:22px 0;border-bottom:1px solid var(--rule)}.promise-section .feature p{font-size:1rem}.promise-section .feature strong{display:block;margin-bottom:3px;font-family:var(--font-serif);font-size:1.15rem}@media (max-width:860px){.home-hero{padding:48px 22px 58px;grid-template-columns:1fr;gap:30px}.home-hero h1{font-size:clamp(2.8rem,12vw,4.1rem);max-width:10ch}.home-hero .filing-proof{order:2}.home-hero+.filing-path{margin:24px 20px 0}.services-section .services{grid-template-columns:1fr}.services-section .service:first-child{padding:26px 0;background:transparent}.services-section .service{min-height:0}.process-section,.promise-section{margin-inline:20px;padding-inline:22px}.process-section .step,.process-section .step:first-child,.process-section .step:last-child{padding-inline:0}.promise-section .features{grid-template-columns:1fr;gap:0}.site-header{position:relative}.site-header .wrap{min-height:64px;padding-inline:18px}.site-header nav>a:not(.btn-sm):not(.nav-phone){display:none}.header-languages{margin-left:auto}.hero{min-height:0;grid-template-columns:1fr;gap:34px;padding:42px 20px 52px}.hero h1{max-width:10ch;font-size:clamp(2.65rem,12vw,3.5rem)}.filing-proof{justify-self:stretch;width:auto;padding:26px 22px}.specimen{min-height:320px;padding:24px}.sp-title{margin-top:38px}.filing-path{margin-inline:20px;grid-template-columns:1fr}.filing-path>div{min-height:74px;padding:16px 0;border-right:0;border-bottom:1px solid var(--rule)}.filing-path>div:last-child{border-bottom:0}.section{padding:72px 20px}.services{grid-template-columns:1fr}.service{border-right:0;border-bottom:1px solid var(--rule);padding-inline:0}.service:last-child{border-bottom:0}.compare-scroll{display:none}.mobile-compare{display:grid;grid-gap:16px;gap:16px}.mobile-compare>div{padding:22px 0;border-top:1px solid var(--rule)}.mobile-compare>div:last-child{border-bottom:1px solid var(--rule)}.mobile-compare h3{margin:0 0 14px;font-family:var(--font-serif);font-size:1.5rem;letter-spacing:-.03em}.mobile-compare p{display:grid;grid-gap:3px;gap:3px;margin:0;padding:12px 0;border-top:1px solid #e0e6df}.mobile-compare p:first-of-type{border-top:0}.mobile-compare strong{font-size:.88rem}.mobile-compare span{color:var(--muted);font-size:.8rem;line-height:1.45}.steps{grid-template-columns:1fr}.step{padding-inline:0}.article{padding-inline:20px}.site-footer .wrap{padding:56px 20px 26px}.proof-link{width:100%;border-left:0;padding-left:0}}@media (max-width:640px){body:has(.checkout) .promo-bar{display:none}.site-header .wrap{min-height:58px;padding:10px 16px;gap:10px}.site-header .wordmark{font-size:1.08rem}.site-header nav{flex:none;margin-left:auto;gap:10px}.site-header nav>.btn-sm{display:none!important}.header-languages{margin-left:0;font-size:.66rem}.checkout-main.card{padding:30px 20px;border:0;border-radius:0;box-shadow:none}}.g-followup{display:inline-flex;gap:6px;align-items:center}.g-btn-sm{font:inherit;font-size:12.5px;font-weight:600;padding:4px 10px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--ink);text-decoration:none;cursor:pointer}.g-btn-sm:hover{border-color:var(--ink)}.g-link-sm{font-size:12.5px;color:var(--muted)}.op-check{display:flex;gap:8px;align-items:center;margin-top:14px;font-size:13.5px;font-weight:500}.op-check input{width:auto;margin:0}.op-qr{display:block;width:200px;height:200px;margin:6px 0 14px;border:1px solid var(--border);border-radius:6px;background:#fff;padding:8px}.op-secret{font-size:12px;word-break:break-all;background:var(--brand-tint);padding:1px 5px;border-radius:3px}.op-codes{list-style:none;padding:0;margin:4px 0 12px;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 14px;gap:6px 14px}.op-codes code{font-size:14px;letter-spacing:.04em}.op-sec-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:18px}.op-sec-box{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:16px 18px}.op-sec-wide{grid-column:1/-1}.op-sec-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.op-sec-head h2{font-size:1.05rem;margin:0}.op-sec-note{font-size:13px;color:var(--muted);margin:0 0 8px}.op-sec-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--border)}.op-sec-row span{display:block;font-size:12.5px;color:var(--muted)}.op-danger{background:#fff;border:1px solid var(--err-border);color:var(--err-ink);border-radius:6px;padding:6px 12px;font-weight:600;cursor:pointer}@media (max-width:720px){.op-sec-grid{grid-template-columns:1fr}.op-sec-row{flex-wrap:wrap}}.op-progress{margin-top:22px}.op-progress-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}.op-progress-top b{font:600 28px var(--serif);color:var(--ink)}.op-progress-top span{color:var(--muted);font-size:14px}.op-paid{display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px;background:var(--success-tint);color:var(--success);white-space:nowrap}.op-progress-track{height:10px;border-radius:3px;background:var(--border);overflow:hidden}.op-progress-track i{display:block;height:100%;background:var(--brand)}.op-progress-track.is-done i{background:var(--success)}.op-progress-steps{list-style:none;margin:24px 0 0;padding:0;counter-reset:s}.op-progress-steps li{display:grid;grid-template-columns:26px 1fr;grid-gap:12px;gap:12px;padding-bottom:18px;position:relative}.op-progress-steps li:not(:last-child):before{content:"";position:absolute;left:12px;top:28px;bottom:2px;width:2px;background:var(--border)}.op-progress-steps li.done:not(:last-child):before{background:var(--success)}.op-progress-mark{width:26px;height:26px;border-radius:5px;border:1.5px solid var(--rule);background:#fff;display:grid;place-items:center;font-size:12px;font-weight:700;color:var(--muted);position:relative}.op-progress-steps li.done .op-progress-mark{background:var(--success);border-color:var(--success)}.op-progress-steps li.done .op-progress-mark:after{content:"";width:9px;height:4px;border:2px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg) translate(1px,-1px)}.op-progress-steps li.now .op-progress-mark{border-color:var(--brand);background:var(--brand);color:#fff}.op-progress-title{margin:2px 0 0;font-weight:600;color:var(--ink)}.op-progress-steps li.todo .op-progress-title{color:var(--muted);font-weight:500}.op-progress-detail{margin:3px 0 0;font-size:14px;color:var(--muted)}.container:has(.home-hero){max-width:none;padding:0 0 72px;overflow:visible}.container:has(.home-hero)>.filing-path,.container:has(.home-hero)>.price-band,.container:has(.home-hero)>.section{width:min(1120px,calc(100vw - 48px));margin-inline:auto}.home-hero{width:100%;max-width:none;min-height:0;margin:0;padding:clamp(58px,7vw,104px) max(24px,calc((100vw - 1120px) / 2));background:#123b31;color:#fffdf8;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(48px,9vw,130px)}.home-hero .hero-copy{max-width:630px}.home-hero .home-kicker{margin:0 0 18px;color:#9cd7bd;font-size:.72rem;font-weight:800;letter-spacing:.12em}.home-hero h1{max-width:9.2ch;margin:0 0 24px;color:#fffdf8;font-size:clamp(3.05rem,5.35vw,5.2rem);line-height:.94;letter-spacing:-.055em}.home-hero .home-rotating-title{max-width:10ch}.home-rotating-title>span:not(.sr-only){display:block}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.home-title-promise{color:#9cd7bd;animation:home-title-enter .52s cubic-bezier(.22,1,.36,1)}@keyframes home-title-enter{0%{opacity:0;transform:translateY(.2em)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-title-promise{animation:none}}.brandmark{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--ink);text-decoration:none}.brand-symbol{width:36px;height:36px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s cubic-bezier(.16,1,.3,1),color .18s ease}.brand-symbol-accent{stroke:var(--action);stroke-width:2.4}.brand-copy{display:grid;grid-gap:1px;gap:1px;min-width:0}.brand-subline{color:var(--muted);font-size:.58rem;font-weight:700;letter-spacing:.055em;line-height:1;text-transform:uppercase}.brandmark:hover .brand-symbol{color:var(--action);transform:translateY(-2px)}.phone-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer .brandmark{color:#fff}.site-footer .brand-subline{color:#aaa}.team-section{width:min(1120px,calc(100vw - 48px));margin:0 auto;padding:clamp(68px,9vw,118px) 0;border-top:1px solid var(--rule)}.team-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.65fr);align-items:end;grid-gap:48px;gap:48px;margin-bottom:40px}.team-intro h2{max-width:12ch;margin:0;font-family:var(--font-serif);font-size:clamp(2.25rem,4.6vw,4rem);line-height:.97;letter-spacing:-.04em}.team-intro p{max-width:46ch;margin:0;color:var(--muted);line-height:1.65}.team-members{display:grid;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.team-member{display:grid;grid-template-columns:minmax(130px,42%) 1fr;grid-gap:24px;gap:24px;align-items:end;padding:28px 28px 28px 0}.team-member+.team-member{padding-left:28px;border-left:1px solid var(--rule)}.team-portrait{aspect-ratio:4/5;min-width:0;overflow:hidden;background:#e9ecea}.team-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 22%;display:block;filter:saturate(.82) contrast(1.02);transition:filter .3s ease,transform .45s cubic-bezier(.16,1,.3,1)}.team-member:hover .team-portrait img{filter:saturate(1) contrast(1.02);transform:scale(1.015)}.team-placeholder{display:grid;place-items:end center;background:#edf0ee;color:#a3aaa6}.team-placeholder svg{width:76%;fill:none;stroke:currentColor;stroke-width:4}.team-member h3{margin:0 0 5px;font-family:var(--font-serif);font-size:1.42rem;letter-spacing:-.025em}.team-member p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.55}.team-member .team-member-role{margin-bottom:12px;color:var(--action);font-size:.72rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.narrow .team-section.is-compact{width:100%;padding:28px 0 0;border:0}.team-section.is-compact .team-intro{display:none}.team-section.is-compact .team-members{grid-template-columns:1fr}.team-section.is-compact .team-member+.team-member{padding-left:0;border-left:0;border-top:1px solid var(--rule)}.team-page-hero{padding:clamp(58px,8vw,104px) max(24px,calc((100vw - 1120px)/2));background:var(--brand-ink-bg);color:#fff}.team-page-hero h1{max-width:11ch;margin:0 0 22px;color:#fff;font-family:var(--font-serif);font-size:clamp(3rem,5.2vw,5rem);line-height:.96;letter-spacing:-.04em}.team-page-hero p{max-width:54ch;margin:0;color:var(--brand-ink-muted);font-size:1.05rem;line-height:1.65}.team-page-note{width:min(1120px,calc(100vw - 48px));margin:-70px auto 80px;color:var(--muted);font-size:.82rem}main.container:has(.team-page){max-width:none;padding:0;overflow:visible}main.container:has(.county-index-page),main.container:has(.county-page){max-width:none;padding:0;overflow:visible}.county-index-page.article,.county-page.article{max-width:none;padding:0 24px 80px}.county-index-page .guide-hero,.county-page .guide-hero{width:calc(100% + 48px);margin:0 0 64px -24px;padding:clamp(56px,7vw,96px) max(24px,calc((100vw - 1120px)/2));grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);align-items:end;gap:clamp(48px,9vw,130px);background:#1a1a1a}.county-index-page .guide-hero h1,.county-page .guide-hero h1{max-width:13ch;margin:0 0 22px;font-size:clamp(2.9rem,5.2vw,5rem);line-height:.96;overflow-wrap:normal}.county-index-page .guide-hero .standfirst,.county-page .guide-hero .standfirst{max-width:58ch;margin:0;color:#d1d1d1;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.65}.county-index-page .guide-hero-cta,.county-page .guide-hero-cta{display:grid;justify-items:start;align-content:end;grid-gap:12px;gap:12px;margin:0;padding-top:26px;border-top:1px solid rgb(255 255 255/.24)}.guide-price-label{margin:0!important;color:#bfc4c1!important;font-size:.72rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.guide-price{color:#fff;font-family:var(--font-serif);font-size:clamp(2.5rem,4vw,3.8rem);line-height:.9;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.county-index-page .guide-hero .cta,.county-page .guide-hero .cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:6px;padding:12px 20px;text-decoration:none}.county-index-page .further,.county-index-page .guide-cta,.county-index-page .prose,.county-page .further,.county-page .guide-cta,.county-page .prose{width:min(760px,100%);margin-inline:auto}.county-index-page .prose>section,.county-page .prose>section{padding:44px 0;margin:0}.county-index-page .prose h2,.county-page .prose h2{font-size:clamp(1.8rem,3.3vw,2.65rem)}.start-v2-route{position:relative;display:block;width:100%;color:var(--ink);text-align:left;font:inherit;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease}.start-v2-route:hover{border-color:#9cb7a6;transform:translateY(-2px)}.start-v2-route:focus-visible{outline-offset:4px}.start-v2-route.is-selected{border-color:var(--action);background:#f1f8f4;box-shadow:0 18px 38px -30px rgb(25 135 84/.72)}.start-v2-route-label{display:block;min-height:1em;margin:0 0 12px;color:var(--action);font-size:.68rem!important;font-weight:800;letter-spacing:.065em;text-transform:uppercase}.start-v2-radio{position:absolute;top:20px;right:20px;width:18px;height:18px;border:1.5px solid #9ba39e;border-radius:50%}.start-v2-route.is-selected .start-v2-radio{border:5px solid var(--action);background:#fff}.start-v2-route h3{max-width:calc(100% - 32px)}.start-v2-route>strong small{color:var(--muted);font:700 .68rem var(--font-sans);letter-spacing:.02em}.start-v2-payment-intro,.start-v2-route-intro{max-width:56ch;margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.start-v2-manual{width:-moz-fit-content;width:fit-content;margin-top:14px;padding:8px 0;border:0;background:transparent;color:var(--muted);cursor:pointer;font:700 .78rem var(--font-sans);text-decoration:underline;-webkit-text-decoration-color:#a8b8ae;text-decoration-color:#a8b8ae;text-underline-offset:4px}.start-v2-manual:hover{color:var(--action);-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action)}.start-v2 input{transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.start-v2 input:hover{border-color:#aeb8b2}.start-v2 input:focus{border-color:var(--action);box-shadow:0 0 0 3px rgb(25 135 84/.12);outline:0}.start-v2 input.is-invalid,.start-v2-consent-error .consent{border-color:#b33b2e!important;background:#fff8f7;box-shadow:0 0 0 3px rgb(179 59 46/.08)}.start-v2-field-error{display:block;margin:6px 0 0;color:#a42f23;font-size:.76rem;font-weight:700;line-height:1.4}.start-v2-address-grid .start-v2-field-error{margin-top:6px}.start-v2-success,.start-v2-validation{display:grid;grid-gap:3px;gap:3px;margin:18px 0;padding:14px 16px;border:1px solid #d9a7a1;border-radius:12px;background:#fff8f7;color:#7f271e;font-size:.82rem}.start-v2-success{border-color:#a7cbb6;background:#f1f8f4;color:#155c38}.start-v2-record-address button{width:-moz-fit-content;width:fit-content;margin-top:8px;padding:0;border:0;background:transparent;color:var(--action);cursor:pointer;font:750 .78rem var(--font-sans);text-decoration:underline;text-underline-offset:4px}.start-v2-payment{padding:34px;border:1px solid var(--rule);border-radius:14px;background:#fff}.start-v2-payment .consent{padding:14px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.start-v2-payment label.consent{grid-template-columns:18px minmax(0,1fr);gap:11px}.start-v2-payment .consent input{width:18px;min-width:18px;height:18px;min-height:18px;accent-color:var(--action)}.start-v2-payment .consent a{color:var(--ink);-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-underline-offset:3px}a,button,summary{-webkit-tap-highlight-color:rgb(25 135 84/.13)}.es-primary,.es-secondary,.faq summary,.guide-cta a,.service,.site-footer a,.site-header nav a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .22s cubic-bezier(.16,1,.3,1)}.es-faq summary:hover,.faq summary:hover{color:var(--action)}.btn-sm:active,.cta:active,.es-primary:active,.start-v2-primary:active{transform:translateY(1px)}.es-nav .header-languages a{display:inline!important}@media (max-width:760px){.brand-symbol{width:31px;height:31px}.brand-subline{display:none}.team-section{width:calc(100% - 40px);padding:58px 0}.team-page-hero{padding:48px 20px}.team-page-hero h1{font-size:clamp(2.55rem,11vw,3.45rem)}.team-page-note{width:calc(100% - 40px);margin:-30px auto 58px}.team-intro{gap:16px;margin-bottom:30px}.team-intro,.team-members{grid-template-columns:1fr}.team-member,.team-member+.team-member{grid-template-columns:112px 1fr;gap:18px;padding:22px 0;border-left:0}.team-member+.team-member{border-top:1px solid var(--rule)}.county-index-page.article,.county-page.article{padding:0 20px 58px;overflow:visible}.county-index-page .guide-hero,.county-page .guide-hero{width:calc(100% + 40px);margin:0 0 42px -20px;padding:46px 20px;grid-template-columns:1fr;gap:34px}.county-index-page .guide-hero h1,.county-page .guide-hero h1{max-width:12ch;font-size:clamp(2.45rem,11vw,3.25rem);overflow-wrap:break-word}.county-index-page .guide-hero .cta,.county-index-page .guide-hero-cta,.county-page .guide-hero .cta,.county-page .guide-hero-cta{width:100%}.start-v2-payment{margin-inline:-4px;padding:24px 18px}.start-v2-route{min-height:0;padding:20px}.start-v2-route:hover{transform:none}.es-shell .team-section{width:calc(100% - 40px)}.es-header .brandmark{flex:1 1;min-width:0}.es-header .wordmark{font-size:.95rem;white-space:nowrap}.es-nav{flex:none;gap:9px;margin-left:auto}.es-nav>.btn-sm{display:none!important}}@media (max-width:430px){.team-member,.team-member+.team-member{grid-template-columns:88px 1fr;gap:14px}.team-member h3{font-size:1.18rem}.team-member p{font-size:.8rem}.start-v2,.start-v2-payment{padding-inline:16px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.brand-symbol,.start-v2-route,.team-portrait img,a,button{transition-duration:.01ms!important}.brandmark:hover .brand-symbol,.start-v2-route:hover,.team-member:hover .team-portrait img{transform:none}}.home-hero .hero-summary{max-width:46ch;margin-bottom:25px;color:#c9dcd2;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.6}.home-price-line{display:flex;align-items:flex-end;gap:22px;max-width:540px;margin:0 0 27px;padding:18px 0;border-top:1px solid rgb(255 253 248/.22);border-bottom:1px solid rgb(255 253 248/.22)}.home-price-line div{display:grid;grid-gap:0;gap:0;flex:none}.home-price-line span{color:#c9dcd2;font-size:.74rem;font-weight:700;letter-spacing:.04em}.home-price-line strong{font-family:var(--font-serif);font-size:clamp(2.35rem,4vw,3.5rem);line-height:1;letter-spacing:-.06em}.home-price-line p{margin:0;color:#c9dcd2;font-size:.82rem;line-height:1.5}.home-hero .cta-row{gap:12px}.home-hero .cta-row .primary-start button{min-height:54px;background:#fffdf8;color:#123b31}.home-hero .cta-row .process-link button{min-height:54px;border-color:rgb(255 253 248/.45);color:#fffdf8;background:transparent}.home-hero .hero-proof{color:#c9dcd2}.home-hero .proof-stars{color:#7fdbad}.home-hero .proof-link{color:#fffdf8;border-left-color:rgb(255 253 248/.28)}.home-hero .reassure{color:#c9dcd2}.home-price-sheet{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding-left:clamp(30px,5vw,56px);border-left:1px solid rgb(255 253 248/.3)}.home-price-sheet>p{margin:0 0 18px;color:#9cd7bd;font-size:.72rem;font-weight:800;letter-spacing:.12em}.home-price-sheet h2{max-width:11ch;margin:0 0 26px;color:#fffdf8;font-family:var(--font-serif);font-size:clamp(1.8rem,3.2vw,2.65rem);line-height:.98;letter-spacing:-.05em}.home-price-sheet ul{margin:0;padding:0;list-style:none;border-top:1px solid rgb(255 253 248/.22)}.home-price-sheet li{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid rgb(255 253 248/.22);color:#d8e7df;font-size:.86rem}.home-price-sheet li strong{color:#fffdf8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-price-sheet small{display:block;margin-top:17px;color:#c9dcd2;font-size:.78rem;line-height:1.5}.home-price-sheet>a{width:-moz-fit-content;width:fit-content;margin-top:16px;color:#fffdf8;font-size:.82rem;font-weight:700;-webkit-text-decoration-color:#83d5ad;text-decoration-color:#83d5ad;text-underline-offset:4px}.comparison-section,.home-hero .specimen-wrap{display:none}.home-hero+.filing-path{width:min(1120px,calc(100vw - 48px));max-width:none;margin:0 auto;border-color:var(--rule)}.filing-path>div{min-height:84px;padding-block:18px;font-size:.86rem}.services-section{padding-top:clamp(68px,9vw,112px)}.process-section>h2,.promise-section>h2,.services-section>h2{max-width:14ch}.process-section .sub,.promise-section .sub,.services-section .sub{max-width:54ch;margin-bottom:36px}.services-section>.sub,.services-section>h2{margin-left:auto;margin-right:auto;text-align:center}.services-section .services{grid-template-columns:1.5fr 1fr 1fr}.services-section .service:first-child{background:transparent;padding:28px 24px}.services-section .service{min-height:230px}.services-section .service:hover{background:transparent;box-shadow:none}.services-section .service:hover .service-price,.services-section .service:hover strong{color:var(--brand)}.process-section{width:min(1120px,calc(100vw - 48px));max-width:none;margin-inline:auto;padding:clamp(58px,7vw,94px) 0;background:transparent;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.process-section .steps{border-top-color:var(--rule)}.process-section .step{padding:25px 24px 26px}.process-section .step:first-child{padding-left:0}.process-section .step:last-child{padding-right:0}.process-section .step h3{font-family:var(--font-serif);font-size:1.28rem}.promise-section{width:min(1120px,calc(100vw - 48px));max-width:none;margin-inline:auto;padding:clamp(64px,8vw,100px) 0;border:0}.promise-section .features{gap:0 44px}.promise-section .feature{padding-block:20px}.process-section>.sub,.process-section>h2,.promise-section>.sub,.promise-section>h2{margin-left:auto;margin-right:auto;text-align:center}.process-section .steps,.promise-section .features{text-align:center}.process-section .num{margin-inline:auto}.promise-section .feature{display:grid;justify-items:center}.promise-section .feature p{max-width:34ch;text-align:center}.price-band{margin-top:0}@media (max-width:860px){.container:has(.home-hero){padding-bottom:48px}.container:has(.home-hero)>.filing-path,.container:has(.home-hero)>.price-band,.container:has(.home-hero)>.section{width:calc(100vw - 40px)}.home-hero{padding:46px 22px 54px;grid-template-columns:1fr;gap:42px}.home-hero h1{max-width:11ch;font-size:clamp(2.35rem,10vw,3.25rem)}.home-price-line{align-items:center;flex-direction:row;gap:16px}.home-price-line p{font-size:.77rem}.home-price-sheet{padding:30px 0 0;border-left:0;border-top:1px solid rgb(255 253 248/.3)}.home-price-sheet h2{max-width:15ch}.home-hero+.filing-path{width:calc(100vw - 40px)}.filing-path>div{min-height:68px;padding-block:14px}.services-section .services{grid-template-columns:1fr}.services-section .service,.services-section .service:first-child{min-height:0;padding:24px 0}.services-section .service{border-right:0;border-bottom:1px solid var(--rule)}.services-section .service:last-child{border-bottom:0}.process-section,.promise-section{width:calc(100vw - 40px);margin-inline:auto;padding-inline:0}.process-section .step,.process-section .step:first-child,.process-section .step:last-child{padding-inline:0}}.home-utility-section{max-width:760px!important;padding-bottom:clamp(48px,6vw,78px);text-align:center}.home-utility-section>h2{max-width:18ch;margin-inline:auto}.home-utility-section>.sub{max-width:58ch;margin:18px auto 30px;text-align:center}.home-utility-tool{display:grid;place-items:center}.home-utility-section .calc{width:min(100%,540px);margin:0;padding:26px 0 22px;border:0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);border-radius:0;background:transparent;box-shadow:none;text-align:left}.calc-label{margin:0 0 12px;font-family:var(--font-serif);font-size:1.25rem;font-weight:650;letter-spacing:-.025em}.home-utility-section .calc label{display:block;font-size:.88rem;font-weight:700}.home-utility-section .calc input[type=date]{width:100%;max-width:none;margin-top:7px}.home-utility-section .calc .note{margin:12px 0 0}.home-deadline-section{max-width:760px!important;padding-top:0;padding-bottom:clamp(64px,8vw,100px)}.home-deadline-section .lead-capture{margin:0}.home-deadline-section .lead-capture-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);grid-gap:46px;gap:46px;padding:36px 0;border:0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);border-radius:0;background:transparent}.lead-kicker{margin:0 0 9px;color:var(--brand);font-size:.7rem;font-weight:800;letter-spacing:.11em}.home-deadline-section .lead-copy h3{margin:0 0 11px;font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);line-height:1.02;letter-spacing:-.04em}.home-deadline-section .lead-copy p:not(.lead-kicker){max-width:34ch;font-size:.9rem;line-height:1.55}.home-deadline-section .lead-fields{grid-template-columns:1fr 1fr;gap:12px}.home-deadline-section .lead-field:first-child{grid-column:1/-1}.home-deadline-section .lead-btn{grid-column:1/-1;width:100%;border-radius:6px}.home-deadline-section .lead-fine{margin:0}@media (max-width:700px){.home-utility-section{max-width:calc(100vw - 40px)!important}.home-utility-section>.sub{font-size:.94rem}.home-deadline-section{max-width:calc(100vw - 40px)!important}.home-deadline-section .lead-capture-inner{grid-template-columns:1fr;gap:25px;padding-block:30px}.home-deadline-section .lead-fields{grid-template-columns:1fr}.home-deadline-section .lead-btn,.home-deadline-section .lead-field:first-child{grid-column:auto}}.container:has(.pricing-page){max-width:none;padding:0 0 72px;overflow:visible}.pricing-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);grid-gap:clamp(48px,9vw,130px);gap:clamp(48px,9vw,130px);padding:clamp(58px,7vw,104px) max(24px,calc((100vw - 1120px) / 2));background:#123b31;color:#fffdf8}.pricing-hero-copy{max-width:630px}.pricing-kicker{margin:0 0 16px;color:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.12em}.pricing-hero .pricing-kicker,.pricing-sheet>p{color:#9cd7bd}.pricing-hero h1{max-width:9.5ch;margin:0 0 23px;font-size:clamp(3rem,5.2vw,5.1rem);line-height:.94;letter-spacing:-.055em}.pricing-hero-copy>p:not(.pricing-kicker):not(.pricing-hero-note){max-width:48ch;margin:0 0 27px;color:#c9dcd2;font-size:1.05rem;line-height:1.62}.pricing-hero-cta button{min-height:54px;background:#fffdf8;color:#123b31}.pricing-hero-note{max-width:46ch;margin:18px 0 0;color:#c9dcd2;font-size:.78rem;line-height:1.55}.pricing-sheet{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding-left:clamp(30px,5vw,56px);border-left:1px solid rgb(255 253 248/.3)}.pricing-sheet>p{margin:0 0 17px;font-size:.72rem;font-weight:800;letter-spacing:.12em}.pricing-sheet h2{max-width:13ch;margin:0 0 25px;font-family:var(--font-serif);font-size:clamp(1.8rem,3.1vw,2.55rem);line-height:.98;letter-spacing:-.045em}.pricing-sheet ul{margin:0;padding:0;list-style:none;border-top:1px solid rgb(255 253 248/.22)}.pricing-sheet li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgb(255 253 248/.22);color:#d8e7df;font-size:.87rem}.pricing-sheet li strong{color:#fffdf8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pricing-sheet small{margin-top:16px;color:#c9dcd2;font-size:.78rem;line-height:1.5}.pricing-assurance,.pricing-included,.pricing-other{width:min(1120px,calc(100vw - 48px));margin-inline:auto}.pricing-included{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);grid-gap:64px;gap:64px;padding:clamp(76px,9vw,120px) 0}.pricing-assurance h2,.pricing-included h2,.pricing-other h2{max-width:13ch;margin:0;font-size:clamp(2rem,3.7vw,3.25rem);line-height:.98;letter-spacing:-.045em}.pricing-included ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--rule)}.pricing-included li{display:grid;grid-template-columns:42px 1fr;grid-gap:14px;gap:14px;padding:19px 0;border-bottom:1px solid var(--rule)}.pricing-included li>span{color:var(--brand);font-family:var(--font-serif);font-size:1.35rem;font-weight:700}.pricing-included li p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.55}.pricing-included li strong{display:block;margin-bottom:3px;color:var(--ink);font-family:var(--font-serif);font-size:1.1rem}.pricing-other{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);grid-gap:64px;gap:64px;padding:clamp(64px,8vw,100px) 0}.pricing-other,.pricing-other-list{border-top:1px solid var(--rule)}.pricing-other-list a{display:grid;grid-template-columns:1fr auto;grid-gap:4px 18px;gap:4px 18px;padding:20px 0;border-bottom:1px solid var(--rule);color:var(--ink);text-decoration:none}.pricing-other-list a:hover span{color:var(--brand)}.pricing-other-list span{font-family:var(--font-serif);font-size:1.22rem;font-weight:650;letter-spacing:-.025em}.pricing-other-list strong{color:var(--brand);font-family:var(--font-serif);font-size:1.35rem}.pricing-other-list small{grid-column:1/-1;color:var(--muted);font-size:.82rem}.pricing-assurance{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);grid-gap:64px;gap:64px;padding:clamp(64px,8vw,100px) 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.pricing-assurance>p{max-width:54ch;margin:0;color:var(--muted);font-size:1rem;line-height:1.7}.pricing-assurance>a{grid-column:2;width:-moz-fit-content;width:fit-content;margin-top:-42px;color:var(--brand);font-weight:700;text-underline-offset:4px}.pricing-legacy{display:none}@media (max-width:860px){.container:has(.pricing-page){padding-bottom:48px}.pricing-hero{grid-template-columns:1fr;gap:42px;padding:46px 22px 54px}.pricing-hero h1{max-width:10ch;font-size:clamp(2.5rem,10.5vw,3.8rem)}.pricing-sheet{padding:30px 0 0;border-left:0;border-top:1px solid rgb(255 253 248/.3)}.pricing-assurance,.pricing-included,.pricing-other{width:calc(100vw - 40px);grid-template-columns:1fr;gap:30px}.pricing-included{padding-block:64px}.pricing-assurance,.pricing-other{padding-block:58px}.pricing-assurance>a{grid-column:auto;margin-top:-14px}}.home-hero,.pricing-hero{background:var(--brand-ink-bg);color:var(--brand-ink)}.home-hero .home-kicker,.home-price-sheet>p,.home-title-promise,.pricing-hero .pricing-kicker,.pricing-sheet>p{color:var(--dark-kicker)}.home-hero .hero-proof,.home-hero .hero-summary,.home-hero .reassure,.home-price-line p,.home-price-line span,.home-price-sheet small,.pricing-hero-copy>p:not(.pricing-kicker):not(.pricing-hero-note),.pricing-hero-note,.pricing-sheet small{color:var(--brand-ink-muted)}.home-price-sheet li,.pricing-sheet li{color:var(--dark-row)}.home-price-sheet>a{-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action)}.checkout .form-submit button,.home-hero .cta-row .primary-start button,.lead-btn,.mobile-cta-btn,.pricing-hero-cta button{background:var(--action);color:#fff}.checkout .form-submit button:hover,.home-hero .cta-row .primary-start button:hover,.lead-btn:hover,.mobile-cta-btn:hover,.pricing-hero-cta button:hover{background:var(--action-hover)}.home-hero .cta-row .primary-start button:after,.pricing-hero-cta button:after{background:rgb(255 255 255/.18)}.home-hero .proof-stars,.proof-stars{color:#00b67a}body.palette-purple{--paper:#fdfbff;--paper-deep:#f5f0fa;--ink:#241b2d;--muted:#62596c;--faint:#817789;--rule:#e4ddea;--card:#ffffff;--brand:#5b2a86;--brand-hover:#421d64;--brand-tint:#f0e9f7;--brand-ink-bg:#2b154a;--brand-ink:#ffffff;--brand-ink-muted:#ddd0eb;--action:#ff6b35;--action-hover:#e95421;--dark-kicker:#c5a6ed;--dark-row:#eee4f8}body.palette-purple::selection{background:#e7d7fa;color:var(--ink)}body.palette-purple .home-title-promise{color:#d5b8f5}body.palette-conversion{--paper:#ffffff;--paper-deep:#f6f6f6;--ink:#1a1a1a;--muted:#5f5f5f;--faint:#7c7c7c;--rule:#e0e0e0;--card:#ffffff;--brand:#1a1a1a;--brand-hover:#050505;--brand-tint:#f1f1f1;--brand-ink-bg:#1a1a1a;--brand-ink:#ffffff;--brand-ink-muted:#d7d7d7;--action:#198754;--action-hover:#146c43;--dark-kicker:#d1d1d1;--dark-row:#ebebeb}body.palette-conversion::selection{background:#e7e7e7;color:var(--ink)}body.palette-conversion .home-title-promise{color:#e3e3e3}.article:not(.county-page):not(.county-index-page)>.guide-hero{margin:0 calc(50% - 50vw) 52px;padding:clamp(54px,7vw,92px) max(24px,calc((100vw - 820px) / 2));background:var(--brand-ink-bg);color:var(--brand-ink)}.article:not(.county-page):not(.county-index-page)>.guide-hero h1{color:#fff}.article:not(.county-page):not(.county-index-page)>.guide-hero .standfirst,.article:not(.county-page):not(.county-index-page)>.guide-hero p{color:var(--brand-ink-muted)}.container:has(>.hero:not(.home-hero)){overflow:visible}.container>.hero:not(.home-hero),.es-shell>.hero{width:100vw;max-width:none;margin-inline:calc(50% - 50vw);padding-inline:max(24px,calc((100vw - var(--maxw)) / 2));background:var(--brand-ink-bg);color:var(--brand-ink)}.container>.hero:not(.home-hero) h1,.es-shell>.hero h1{color:#fff}.container>.hero:not(.home-hero) p,.es-shell>.hero p{color:var(--brand-ink-muted)}.es-hero{width:100%;max-width:none;padding-inline:max(24px,calc((100vw - var(--maxw)) / 2))}.county-index-page .guide-cta,.county-page .guide-cta,.filing-page .guide-cta,.guide-cta{margin-top:52px;padding:clamp(32px,5vw,48px) clamp(22px,5vw,48px);border:0;border-radius:14px;background:var(--brand-ink-bg);color:#fff;text-align:center}.county-index-page .guide-cta h2,.county-page .guide-cta h2,.filing-page .guide-cta h2,.guide-cta h2{color:#fff}.county-index-page .guide-cta p,.county-page .guide-cta p,.filing-page .guide-cta p,.guide-cta p{color:var(--brand-ink-muted)}.guide-cta .cta,.guide-cta button{background:var(--action)!important;color:#fff!important}.guide-cta .cta:hover,.guide-cta button:hover{background:var(--action-hover)!important;color:#fff!important}.brandmark{gap:6px}.site-header .brand-symbol{margin-right:1px}.site-footer .foot-brand{max-width:300px;overflow:visible}.site-footer .foot-brand .brandmark{width:-moz-fit-content;width:fit-content;max-width:100%;gap:7px}.site-footer .brand-symbol{width:32px;height:32px}.site-footer .foot-brand .wordmark{font-size:1.28rem;line-height:1.05;white-space:normal}.start-v2-manual{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:12px;padding:9px 14px;border:1px solid #cfd5d1;border-radius:8px;background:#fff;color:var(--ink);text-decoration:none}.start-v2-manual:hover{border-color:var(--action);background:var(--success-tint);color:#155c38}.start-v2-payment label[for=checkout-phone]{display:flex;align-items:baseline;gap:6px}.start-v2-payment label[for=checkout-phone] small{display:inline}.start-v2-payment>label{margin-top:22px}.start-v2-payment>input{margin-top:7px}.start-v2-payment .consent{margin-top:24px;padding:14px;border:1px solid var(--rule);border-radius:12px;background:var(--paper-deep)}.start-v2-consent-error .consent{border-color:#b33b2e!important}.start-v2-route:hover{background:#fff;color:var(--ink)}.start-v2-route.is-selected:hover{background:#f1f8f4;color:var(--ink)}.start-v2-route:hover h3,.start-v2-route:hover p,.start-v2-route:hover strong{color:inherit}.start-v2-candidates button:hover{background:var(--paper-deep);color:var(--ink)}.start-v2-back:hover,.start-v2-check:hover,.start-v2-record-address button:hover{background:transparent;color:var(--action)}.start-v2-primary:hover{background:var(--action-hover);color:#fff}.container>.hero:not(.home-hero) .cta,.es-shell>.hero .cta{background:var(--action);color:#fff}.container>.hero:not(.home-hero) .cta:hover,.es-shell>.hero .cta:hover{background:var(--action-hover);color:#fff}.container>.hero:not(.home-hero) .secondary,.es-shell>.hero .secondary{border-color:rgb(255 255 255/.55);background:transparent;color:#fff}.container>.hero:not(.home-hero) .secondary:hover,.es-shell>.hero .secondary:hover{border-color:#fff;background:rgb(255 255 255/.08);color:#fff}@media (max-width:760px){.article:not(.county-page):not(.county-index-page)>.guide-hero{margin-inline:calc(50% - 50vw);padding:46px 20px}.container>.hero:not(.home-hero),.es-hero,.es-shell>.hero{padding-inline:20px}.county-index-page .guide-cta,.county-page .guide-cta,.filing-page .guide-cta,.guide-cta{border-radius:12px}.site-footer .foot-brand{max-width:100%}.start-v2-manual{width:auto}}.home-trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin-top:22px}.home-trust-row .hero-proof{margin:0}.bbb-trust-link{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;color:inherit;text-decoration:none}.bbb-wordmark{display:grid;place-items:center;width:34px;height:34px;border:1px solid;border-radius:5px;font:800 .65rem var(--font-sans);letter-spacing:.04em}.bbb-trust-copy{display:grid;grid-gap:1px;gap:1px}.bbb-trust-copy strong{font-size:.78rem;line-height:1.3}.bbb-trust-copy small{color:var(--muted);font-size:.7rem;line-height:1.3}.bbb-trust-link img{display:block;width:auto;max-width:150px;height:46px;object-fit:contain}.home-hero .bbb-trust-link{color:#fff}.home-hero .bbb-trust-copy small{color:var(--brand-ink-muted)}.home-hero .bbb-trust-link:hover .bbb-trust-copy strong{text-decoration:underline;-webkit-text-decoration-color:var(--action);text-decoration-color:var(--action);text-underline-offset:4px}.bbb-trust-link-footer{margin-top:12px;color:#fff}.bbb-trust-link-footer .bbb-trust-copy small{color:#aaa}.bbb-trust-link-footer:hover .bbb-trust-copy strong{color:#80d0a6}.es-hero .bbb-trust-link{margin-top:20px;color:#fff}.es-hero .bbb-trust-copy small{color:var(--brand-ink-muted)}.start-v2-manual-option{display:flex;align-items:baseline;justify-content:center;gap:8px;width:min(100%,420px);margin-top:22px;padding-top:18px;border-top:1px solid var(--rule);color:var(--muted);font-size:.8rem;text-align:center}.start-v2-lookup-actions{display:grid;grid-template-columns:minmax(0,320px) minmax(210px,1fr);grid-gap:24px;gap:24px;align-items:center;width:min(100%,620px);margin-top:18px}.start-v2-lookup-actions>.start-v2-primary{width:100%;margin:0}.start-v2-lookup-actions .start-v2-manual-option{align-items:flex-start;flex-direction:column;gap:5px;width:100%;margin:0;padding:3px 0 3px 24px;border-top:0;border-left:1px solid var(--rule);text-align:left}.start-v2-manual-option .start-v2-manual{display:inline;width:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--action);font:750 .8rem var(--font-sans);text-decoration:underline;text-decoration-thickness:1.5px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-underline-offset:4px}.start-v2-manual-option .start-v2-manual:hover{border:0;background:transparent;color:var(--action-hover)}.start-v2-embedded{max-width:720px}.start-v2-embedded-head{padding-bottom:28px;border-bottom:1px solid var(--rule)}.start-v2-embedded-head>p:first-child{margin:0 0 10px;color:var(--action);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.start-v2-embedded-head h1{max-width:12ch;margin-bottom:22px}.start-v2-embedded-head>p:last-child{max-width:56ch;margin:18px 0 0;color:var(--muted);line-height:1.6}.start-v2-embedded-order{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.start-v2-embedded-order span{min-width:0;font-weight:750;overflow-wrap:anywhere}.start-v2-embedded-order strong{flex:none;font-family:var(--font-serif);font-size:1.8rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.start-v2-stripe-shell{min-height:520px;padding:24px 0 10px}.start-v2-embedded-error{padding:18px;border:1px solid #d9a7a1;border-radius:10px;background:#fff8f7;color:#7f271e;line-height:1.55}.start-v2-payment-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid var(--rule);color:var(--muted);font-size:.76rem}.bbb-trust-link-checkout{margin:16px auto 0;color:var(--ink)}.start-v2-payment-trust .bbb-trust-link-checkout{margin:0}.bbb-trust-link-checkout:hover .bbb-trust-copy strong{color:var(--action)}.start-v2-checkout-profiles{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 24px;margin-top:16px}.start-v2-payment-trust .start-v2-checkout-profiles{justify-content:flex-end;margin:0}.start-v2-checkout-profiles .bbb-trust-link-checkout,.start-v2-checkout-profiles .google-business-link-checkout{margin:0}.trustpilot-trust-link{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;color:var(--ink);text-decoration:none}.trustpilot-trust-mark{width:34px;height:34px;flex:none;fill:#00b67a}.trustpilot-trust-copy{display:grid;grid-gap:1px;gap:1px}.trustpilot-trust-copy strong{font-size:.78rem;line-height:1.3}.trustpilot-trust-copy small{color:var(--muted);font-size:.7rem;line-height:1.3}.trustpilot-trust-link:hover strong{color:var(--action)}.google-business-link{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;color:inherit;text-decoration:none}.google-business-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid;border-radius:5px;font:800 .86rem var(--font-sans)}.google-business-copy{display:grid;grid-gap:1px;gap:1px}.google-business-copy strong{font-size:.78rem;line-height:1.3}.google-business-copy small{color:var(--muted);font-size:.7rem;line-height:1.3}.es-hero .google-business-link,.home-hero .google-business-link{color:#fff}.es-hero .google-business-copy small,.home-hero .google-business-copy small{color:var(--brand-ink-muted)}.google-business-link-footer{margin-top:12px;color:#fff}.google-business-link-footer .google-business-copy small{color:#aaa}.google-business-link-checkout{margin:16px auto 0;color:var(--ink)}.start-v2-payment-trust .google-business-link-checkout{margin:0}.google-business-link:hover strong{color:var(--action)}@media (max-width:640px){.home-trust-row{align-items:flex-start;flex-direction:column}.start-v2-lookup-actions{grid-template-columns:1fr;gap:0}.start-v2-lookup-actions .start-v2-manual-option{align-items:center;gap:6px;margin-top:20px;padding:18px 0 0;border-top:1px solid var(--rule);border-left:0;text-align:center}.start-v2-embedded-head h1{max-width:11ch}.start-v2-stripe-shell{min-height:600px;margin-inline:-16px}.start-v2-payment-trust{align-items:flex-start;flex-direction:column}.start-v2-payment-trust .start-v2-checkout-profiles{justify-content:flex-start}.start-v2-checkout-profiles{align-items:flex-start;justify-content:flex-start;flex-direction:column}}main.container:has(>.article:not(.county-page):not(.county-index-page)>.guide-hero),main.container:has(>.guide){max-width:none;padding:0;overflow:visible}.article:not(.county-page):not(.county-index-page):has(>.guide-hero){max-width:none;padding:0 24px 80px;overflow:visible}.article:not(.county-page):not(.county-index-page)>.guide-hero{width:calc(100% + 48px);margin:0 0 56px -24px;padding:clamp(58px,7vw,96px) max(24px,calc((100vw - 820px) / 2));box-sizing:border-box}.article:not(.county-page):not(.county-index-page):has(>.guide-hero)>.faq,.article:not(.county-page):not(.county-index-page):has(>.guide-hero)>.further,.article:not(.county-page):not(.county-index-page):has(>.guide-hero)>.guide-cta,.article:not(.county-page):not(.county-index-page):has(>.guide-hero)>.note,.article:not(.county-page):not(.county-index-page):has(>.guide-hero)>.prose{width:min(760px,100%);margin-inline:auto}.guide{max-width:none;display:grid;grid-template-columns:minmax(24px,1fr) 210px minmax(0,810px) minmax(24px,1fr);grid-template-rows:auto auto auto auto auto;grid-column-gap:60px;column-gap:60px}.guide>.toc{grid-column:2;grid-row:2/span 4;padding-top:56px}.guide>article{display:contents}.guide>article>.guide-hero{position:relative;grid-column:1/-1;grid-row:1;width:100%;margin:0;padding:clamp(58px,7vw,96px) max(24px,calc((100vw - 1080px) / 2));background:var(--brand-ink-bg);color:#fff}.guide>article>.guide-hero h1{max-width:14ch;color:#fff}.guide-scroll-cue,.guide>article>.guide-hero .standfirst{color:var(--brand-ink-muted)}.guide-scroll-cue{position:absolute;right:max(24px,calc((100vw - 1080px) / 2));bottom:34px;display:flex;align-items:center;gap:10px;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.guide-scroll-cue svg{width:18px;height:28px;fill:none;stroke:var(--action);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;animation:guide-scroll-arrow 1.7s cubic-bezier(.45,0,.55,1) infinite}@keyframes guide-scroll-arrow{0%,to{transform:translateY(-3px)}50%{transform:translateY(4px)}}.guide>article>.prose{grid-column:3;grid-row:2;min-width:0;padding-top:56px}.guide>article>.guide-cta{grid-column:3;grid-row:3}.guide>article>.further{grid-column:3;grid-row:4;width:100%}.guide>article>.note{grid-column:3;grid-row:5}.team-members{grid-template-columns:repeat(2,minmax(0,1fr))}.team-member,.team-member+.team-member{padding:28px;border-left:0}.team-member:nth-child(2n){border-left:1px solid var(--rule)}.team-member:nth-child(n+3){border-top:1px solid var(--rule)}.team-section.is-compact .team-member,.team-section.is-compact .team-member+.team-member{padding:24px 0;border-left:0;border-top:1px solid var(--rule)}.team-section.is-compact .team-member:first-child{border-top:0}.business-directory-links{display:grid;grid-gap:7px;gap:7px;margin-top:18px;color:#aaa;font-size:.72rem;line-height:1.5}.business-directory-links>span{font-weight:700}.business-directory-links>div{display:flex;flex-wrap:wrap;gap:5px 14px}.site-footer .business-directory-links a{color:#d5d5d5;text-underline-offset:3px}.site-footer .business-directory-links a:hover{color:#80d0a6}main.container:has(>.filing-page){max-width:none;padding:0;overflow:visible}.filing-page.article{width:100%;max-width:none;padding:0 24px 80px;overflow:visible}.filing-page .filing-hero{width:calc(100% + 48px);margin:0 0 58px -24px;padding:clamp(58px,7vw,96px) max(24px,calc((100vw - 1120px) / 2));box-sizing:border-box}.filing-page>.calc{width:min(760px,100%);max-width:760px;margin:0 auto 24px;padding:28px;border:1px solid var(--rule);border-radius:12px;background:var(--paper-deep);box-shadow:none}.filing-page>.calc .calc-label{margin-bottom:18px;font-size:1.4rem}.filing-page>.calc label{display:grid;grid-gap:5px;gap:5px;margin:0}.filing-page>.calc input[type=date]{width:min(100%,320px);max-width:none;margin-top:10px}main.container:has(>.product-checkout),main.container:has(>.product-embedded-checkout){max-width:none;padding:0;overflow:visible}.product-checkout{grid-template-columns:minmax(0,1fr) 350px;grid-template-areas:"head aside" "form aside";gap:12px clamp(42px,7vw,92px);width:min(1120px,calc(100% - 48px));padding:clamp(46px,7vw,82px) 0 80px}.product-checkout .checkout-head{grid-area:head;margin:0 0 18px}.product-checkout .checkout-head h1{max-width:15ch;font-size:clamp(2.45rem,5vw,4.5rem);line-height:.96;letter-spacing:-.045em}.product-checkout .checkout-head .lede{max-width:56ch;margin-top:18px;line-height:1.6}.product-checkout .checkout-form{grid-area:form}.product-checkout .checkout-aside{grid-area:aside}.product-checkout .field-group{margin-top:30px;padding-top:30px}.product-checkout .field-group:first-child{margin-top:0}.product-checkout .group-title{font-size:1.45rem}.product-checkout input{min-height:50px;border-radius:8px}.product-checkout input:hover{border-color:#aeb8b2}.product-checkout input:focus{border-color:var(--action);box-shadow:0 0 0 3px rgb(25 135 84/.12)}.product-checkout input.is-invalid{border-color:#b33b2e;background:#fff8f7;box-shadow:0 0 0 3px rgb(179 59 46/.08)}.product-checkout .summary{top:102px;padding:28px;border-radius:12px;box-shadow:0 18px 48px -38px rgb(0 0 0/.42)}.product-checkout .summary-price{font-size:3.25rem}.product-checkout .summary button{background:var(--action);color:#fff}.product-checkout .summary button:hover{background:var(--action-hover);color:#fff}.product-checkout .consent{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:11px;gap:11px;margin-top:28px;background:var(--paper-deep)}.product-checkout .consent input{width:18px;min-width:18px;height:18px;min-height:18px;margin:2px 0 0;accent-color:var(--action)}.product-checkout .start-v2-consent-error .consent{border-color:#b33b2e;background:#fff8f7;box-shadow:0 0 0 3px rgb(179 59 46/.08)}.product-embedded-checkout{width:min(760px,calc(100% - 48px));margin:0 auto;padding-block:clamp(44px,7vw,78px) 80px}.product-embedded-checkout .start-v2-embedded{max-width:none}[data-reveal].rv{opacity:0!important;transform:translateY(14px)!important}[data-reveal].rv.in{opacity:1!important;transform:translateY(0)!important;transition:opacity .48s var(--ease-out),transform .56s var(--ease-out)}.bbb-trust-link,.google-business-link,.guide-cta,.service,.team-member,.trustpilot-trust-link{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .24s cubic-bezier(.16,1,.3,1),box-shadow .24s ease}.team-member:hover{background:#fafafa}.bbb-trust-link:hover,.google-business-link:hover,.trustpilot-trust-link:hover{transform:translateY(-2px)}@media (max-width:959px){.guide{display:block}.guide>.toc{display:none}.guide>article{display:block}.guide>article>.guide-hero{padding:46px 20px}.guide>article>.further,.guide>article>.guide-cta,.guide>article>.note,.guide>article>.prose{width:calc(100% - 40px);margin-inline:auto}.guide>article>.prose{padding-top:42px}.guide>article>.note{margin-bottom:58px}.guide-scroll-cue{right:20px;bottom:22px}.guide-scroll-cue span{display:none}.product-checkout{grid-template-columns:1fr;grid-template-areas:"head" "form" "aside";gap:0}.product-checkout .checkout-aside{margin-top:36px}.product-checkout .summary{position:static}}@media (max-width:760px){.article:not(.county-page):not(.county-index-page):has(>.guide-hero){padding:0 20px 58px}.article:not(.county-page):not(.county-index-page)>.guide-hero{width:calc(100% + 40px);margin:0 0 42px -20px;padding:46px 20px}.article:not(.county-page):not(.county-index-page)>.guide-hero h1,.guide>article>.guide-hero h1{max-width:12ch;overflow-wrap:break-word}.filing-page.article{padding:0 20px 58px;overflow:visible}.filing-page .filing-hero{width:calc(100% + 40px);margin:0 0 42px -20px;padding:46px 20px}.filing-page>.calc{padding:22px 18px}.product-checkout{width:calc(100% - 40px);padding:42px 0 58px}.product-checkout .checkout-head h1{max-width:12ch;font-size:clamp(2.45rem,11vw,3.35rem)}.product-checkout .row,.product-checkout .row-3{grid-template-columns:1fr}.product-checkout .summary{padding:24px 20px}.product-embedded-checkout{width:calc(100% - 40px);padding-block:42px 58px}.team-members{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border:0}.team-member,.team-member+.team-member,.team-member:nth-child(2n),.team-member:nth-child(n+3){display:block;min-width:0;padding:0 0 22px;border:0;border-bottom:1px solid var(--rule)}.team-portrait{width:100%;margin-bottom:16px}.team-member h3{font-size:1.17rem}.team-member p{font-size:.78rem;line-height:1.5}.team-member .team-member-role{min-height:2.5em;margin-bottom:9px;font-size:.65rem}.team-member:hover{background:transparent}.bbb-trust-link:hover,.google-business-link:hover,.trustpilot-trust-link:hover{transform:none}}@media (max-width:340px){.team-members{grid-template-columns:1fr}.team-portrait{width:min(180px,100%)}}main.container:has(>.filing-checkout-v2){max-width:none;padding:0;overflow:visible}.filing-checkout-v2{width:min(1180px,100%)}.filing-checkout-v2 .start-v2-shell{grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr)}.filing-checkout-v2 .start-v2-lookup{max-width:700px}.filing-checkout-details{max-width:760px}.filing-checkout-record,.filing-checkout-service{margin-top:34px;padding-top:34px;border-top:1px solid var(--rule)}.filing-checkout-section-head{margin-bottom:22px}.filing-checkout-section-head h2{margin:0 0 8px;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1}.filing-checkout-section-head p{max-width:58ch;margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.filing-checkout-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.filing-checkout-record-grid>div{min-width:0;padding:15px 0}.filing-checkout-record-grid>div:nth-child(2n){padding-left:22px;border-left:1px solid var(--rule)}.filing-checkout-record-grid>div:nth-child(n+3){border-top:1px solid var(--rule)}.filing-checkout-record-grid dt{color:var(--faint);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.filing-checkout-record-grid dd{margin:5px 0 0;color:var(--ink);font-size:.88rem;font-weight:750;overflow-wrap:anywhere}.filing-checkout-contact label small,.filing-checkout-record label small{display:inline;color:var(--faint);font-size:.76rem;font-weight:500}.filing-checkout-due{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-top:18px;padding:15px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.filing-checkout-due span{color:var(--muted);font-size:.82rem}.filing-checkout-due strong{font-family:var(--font-serif);font-size:1.35rem}.filing-expedite-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filing-expedite-grid .start-v2-route{min-height:190px;padding:20px}.filing-expedite-grid .start-v2-route h3{margin-bottom:28px}.filing-expedite-grid .start-v2-route>strong{font-size:1.55rem}.filing-checkout-contact{max-width:660px}.filing-checkout-price{display:grid;grid-gap:3px;gap:3px;margin:20px 0 18px;padding:18px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.filing-checkout-price strong{font-family:var(--font-serif);font-size:2.7rem;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.filing-checkout-price span{color:var(--muted);font-size:.76rem}.filing-checkout-price-split{margin:0 0 22px}.filing-checkout-price-split>div{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-top:1px solid var(--rule)}.filing-checkout-price-split dd,.filing-checkout-price-split dt{margin:0;color:var(--muted);font-size:.78rem}.filing-checkout-price-split dd{color:var(--ink);font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.filing-checkout-v2 .start-v2-aside li{padding-left:0}.filing-checkout-v2 .start-v2-aside li:before{content:none}@media (max-width:900px){.filing-checkout-v2 .start-v2-shell{grid-template-columns:1fr}.filing-checkout-v2 .start-v2-aside{position:static}}@media (max-width:760px){.filing-checkout-v2{padding-inline:20px}.filing-checkout-record,.filing-checkout-service{margin-top:28px;padding-top:28px}.filing-checkout-record-grid{grid-template-columns:1fr}.filing-checkout-record-grid>div,.filing-checkout-record-grid>div:nth-child(2n){padding:13px 0;border-left:0}.filing-checkout-record-grid>div+div{border-top:1px solid var(--rule)}.filing-expedite-grid{grid-template-columns:1fr}.filing-expedite-grid .start-v2-route{min-height:0}.filing-checkout-contact{margin-inline:0}}@media (prefers-reduced-motion:reduce){[data-reveal].rv,[data-reveal].rv.in{opacity:1!important}.bbb-trust-link,.google-business-link,.guide-cta,.service,.team-member,.team-portrait img,.trustpilot-trust-link,[data-reveal].rv,[data-reveal].rv.in{transform:none!important;transition:none!important}.guide-scroll-cue svg{animation:none}}.contact-row{margin-top:0}.contact-item p:last-child{margin-bottom:0}.contact-value{display:inline-block;font-size:1.05rem;font-weight:650;overflow-wrap:anywhere;margin-bottom:6px}.contact-body{margin:0;max-width:none}.contact-profiles{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;margin-top:30px}.contact-profiles:empty{display:none}.contact-fineprint{margin-top:26px;padding-top:22px;border-top:1px solid var(--border)}.order-page .guide-hero h1{margin-bottom:12px}.order-head-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}.order-paid{font-weight:700;background:var(--success);color:#fff}.order-county,.order-paid{display:inline-block;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:5px 11px;border-radius:5px}.order-county{font-weight:600;border:1px solid color-mix(in oklab,var(--brand-ink) 32%,transparent);color:var(--brand-ink-muted)}.order-page .guide-hero .order-meta{margin:0;color:var(--brand-ink-muted);font-size:1rem}.order-page .guide-hero .order-meta strong{color:var(--brand-ink)}.order-page .prose>.banner{margin-bottom:20px}.order-review-ask{margin-top:18px}.order-invoice{margin-top:22px}.order-bookmark{margin-top:12px;overflow-wrap:anywhere}.op-progress--customer{margin-top:28px}.op-progress--customer .op-progress-top b{font-size:34px}.op-progress--customer .op-progress-top span{font-size:15px}.op-progress--customer .op-progress-steps{margin-top:28px}.op-progress--customer .op-progress-steps li{padding-bottom:22px}.op-progress--customer .op-progress-title{font-size:1.02rem}.op-progress--customer .op-progress-detail{font-size:15px}.cost-table td>span.notecell{display:block;margin-top:4px;white-space:normal}