/* Sofia: shared visual system for public and authentication pages. */
html:root { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 100px; }
html body.sf-site, html body.sf-auth { margin:0; background:var(--theme-body-bg); color:#131b27; font-family:var(--theme-font-sans); -webkit-font-smoothing:antialiased; }
.sf-site *, .sf-auth * { box-sizing:border-box; }
.sf-site a, .sf-auth a { text-decoration:none; }
.sf-site button { font:inherit; cursor:pointer; }
.sf-site [x-cloak], .sf-auth [x-cloak] { display:none!important; }
.sf-site :focus-visible, .sf-auth :focus-visible { outline:3px solid #89ad69; outline-offset:4px; }
.sf-site .lb-page, .sf-auth.lb-auth-page { --lb-ink:#131b27; --lb-muted:var(--theme-muted-text-color); --lb-paper:var(--theme-body-bg); --lb-soft:#eef3e9; --lb-line:var(--theme-border-color); --lb-green:var(--theme-accent); --lb-lime:#dfe9cc; --lb-moss:#446447; }
.sf-wrap { width:min(var(--theme-page-max-width),calc(100% - 80px)); margin-inline:auto; }
.sf-header { position:sticky; top:0; z-index:50; background:var(--theme-header-bg); border-bottom:1px solid var(--theme-border-color); }
.sf-nav-wrap { min-height:76px; max-width:1540px; padding:14px 30px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.sf-brand { display:inline-flex; align-items:center; gap:9px; color:var(--theme-accent)!important; font-size:22px; font-weight:800; letter-spacing:-1px; white-space:nowrap; }
.sf-brand-image { display:block; width:190px; height:44px; object-fit:contain; object-position:left center; }
[dir=rtl] .sf-brand-image { object-position:right center; }
@media(max-width:640px) { .sf-brand-image { width:155px; height:36px; } }
.sf-desktop-nav { display:flex; align-items:center; gap:4px; }
.sf-desktop-nav a { padding:11px 13px; border-radius:10px; font-size:13px; font-weight:600; color:#505b54; }
.sf-desktop-nav a:hover, .sf-desktop-nav a[aria-current] { background:#f0f3ec; color:#17271e; }
.sf-nav-actions { display:flex; align-items:center; gap:20px; }
.sf-login { color:#151b17!important; font-size:13px; font-weight:700; }
.sf-button { display:inline-flex; justify-content:center; align-items:center; gap:24px; padding:16px 22px; border:1px solid transparent; border-radius:var(--theme-button-radius); background:var(--theme-accent); color:#fff!important; font-size:14px; font-weight:700; line-height:1.4; transition:background .18s,transform .18s; }
.sf-button:hover { background:var(--theme-link-hover-color); transform:translateY(-1px); }
.sf-button-dark { background:#131613; padding:13px 19px; }
.sf-text-link { display:inline-flex; align-items:center; gap:16px; color:var(--theme-accent)!important; font-weight:700; font-size:14px; line-height:1.6; }
.sf-text-link:hover { text-decoration:underline; text-underline-offset:5px; }
.sf-menu-toggle { display:none; border:1px solid var(--theme-border-color); width:42px; height:42px; border-radius:10px; background:#fff; color:#193f36; }
.sf-mobile-nav { display:none; }
.sf-skip { position:fixed; top:-100px; left:20px; z-index:100; padding:12px 20px; background:#fff; }
.sf-skip:focus { top:10px; }
.sf-hero { text-align:center; padding-top:68px; padding-bottom:48px; }
.sf-eyebrow-pill { display:inline-flex; align-items:center; gap:9px; padding:9px 15px; border:1px solid var(--theme-border-color); background:#ffffffa8; border-radius:100px; font-size:11px; color:#53634e; }
.sf-eyebrow-pill span { color:#738e59; font-size:9px; }
.sf-hero h1 { font-size:clamp(42px,5.5vw,76px); font-weight:750; line-height:1.06; letter-spacing:-.065em; margin:26px 0 25px; }
.sf-hero h1 span { color:var(--theme-accent); }
.sf-hero p { max-width:730px; margin:0 auto; font-size:16px; line-height:1.8; color:var(--theme-muted-text-color); }
.sf-actions { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:24px; margin-top:28px; }
.sf-showcase { background:var(--theme-surface-bg); border:1px solid var(--theme-border-color); border-radius:20px; overflow:hidden; box-shadow:0 16px 44px -30px #193f364a; }
.sf-showcase-bar { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 26px; background:var(--theme-accent); color:#fff; font-size:13px; font-weight:600; }
.sf-showcase-bar i { font-size:23px; margin-inline-end:14px; color:#dce6af; vertical-align:middle; }
.sf-showcase-bar small { font-size:9px; letter-spacing:1.5px; color:#c9d9d1; }
.sf-tabs { padding:12px; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:5px; border-bottom:1px solid var(--theme-border-color); }
.sf-tabs button { display:flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding:10px; border:0; border-radius:8px; background:transparent; color:#526057; font-size:11px; font-weight:600; text-align:start; }
.sf-tabs button i { font-size:18px; }
.sf-tabs button[aria-selected=true] { background:#e8efdb; color:#214938; }
.sf-tabs button:hover { background:#f0f4e9; }
.sf-product-panel { display:grid; grid-template-columns:1fr 1.05fr; gap:60px; padding:48px 44px; align-items:center; }
.sf-kicker { display:block; font-size:10px; font-weight:700; letter-spacing:1.6px; line-height:1.6; color:#5e7858; text-transform:uppercase; }
.sf-product-copy h2 { margin:18px 0; font-size:clamp(28px,3vw,43px); font-weight:700; line-height:1.12; letter-spacing:-1.9px; max-width:450px; }
.sf-product-copy p, .sf-section p, .sf-final-cta p { font-size:15px; line-height:1.8; color:var(--theme-muted-text-color); }
.sf-product-copy .sf-text-link { margin-top:24px; }
.sf-workspace-demo { background:#f2f5ed; border:1px solid #e1e7d9; border-radius:14px; padding:18px; transform:rotate(-1deg); }
.sf-demo-top { display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:11px; color:#294538; padding-bottom:16px; }
.sf-demo-top i { margin-inline-end:6px; }
.sf-demo-label { font-size:8px; color:#75816c; letter-spacing:1px; }
.sf-demo-body { border:1px solid #e3e8dc; padding:24px; background:white; border-radius:10px; }
.sf-demo-body h3 { margin:9px 0 22px; font-size:25px; font-weight:700; letter-spacing:-1px; }
.sf-demo-step { display:flex; align-items:center; gap:13px; padding:12px 0; font-size:12px; color:#405446; border-top:1px solid #edf0e8; }
.sf-demo-step i { margin-inline-start:auto; color:#849779; }
.sf-step-number { display:grid; place-items:center; width:27px; height:27px; flex-shrink:0; background:#e8efdc; border-radius:7px; font-size:11px; }
.sf-demo-bottom { display:flex; align-items:center; gap:7px; padding-top:14px; font-size:10px; color:#697c64; }
.sf-status-dot { width:6px; height:6px; border-radius:50%; background:#85986b; }
.sf-showcase-note { display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; padding:15px 26px; border-top:1px solid var(--theme-border-color); font-size:10px; color:#7d887d; }
.sf-foundation { padding:36px 20px 40px; text-align:center; border-bottom:1px solid var(--theme-border-color); }
.sf-foundation > div { display:flex; justify-content:center; gap:42px; flex-wrap:wrap; margin-top:20px; color:#4d6251; font-size:13px; font-weight:600; }
.sf-section { padding-top:var(--theme-section-spacing); padding-bottom:var(--theme-section-spacing); }
.sf-section-heading { max-width:640px; margin-bottom:36px; }
.sf-section h2, .sf-final-cta h2 { font-size:clamp(32px,4vw,52px); font-weight:700; letter-spacing:-2.4px; line-height:1.12; margin:17px 0 20px; }
.sf-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.sf-feature-card { display:flex; flex-direction:column; align-items:start; padding:29px; border:1px solid var(--theme-border-color); border-radius:var(--theme-card-radius); background:var(--theme-surface-bg); }
.sf-feature-icon { display:grid; place-items:center; width:42px; height:42px; background:#edf2e5; color:#426247; border-radius:10px; font-size:20px; }
.sf-feature-card h3 { font-size:20px; font-weight:700; letter-spacing:-.65px; margin:22px 0 10px; }
.sf-feature-card h3 a { color:inherit; }
.sf-feature-card p { font-size:13px; margin-bottom:24px; }
.sf-feature-card .sf-text-link { margin-top:auto; font-size:12px; }
.sf-workflow-section { background:#eef3e8; border-block:1px solid var(--theme-border-color); }
.sf-steps-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; }
.sf-step-index { font-size:12px; color:#658057; padding-bottom:16px; display:block; border-bottom:1px solid #cdd8c4; }
.sf-steps-grid h3 { font-size:23px; font-weight:650; letter-spacing:-.7px; margin:22px 0 10px; }
.sf-steps-grid p { font-size:14px; }
.sf-pricing-callout { display:grid; grid-template-columns:1.2fr 1fr; gap:80px; align-items:center; border-bottom:1px solid var(--theme-border-color); }
.sf-pricing-callout p { max-width:470px; }
.sf-pricing-aside { padding:35px; border:1px solid var(--theme-border-color); background:#fff; border-radius:18px; }
.sf-pricing-aside > i { font-size:30px; color:#628357; }
.sf-pricing-aside h3 { margin:22px 0 10px; font-size:24px; font-weight:700; letter-spacing:-.8px; }
.sf-pricing-aside .sf-button { margin-top:24px; }
.sf-faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; }
.sf-faq-list details { border-bottom:1px solid var(--theme-border-color); }
.sf-faq-list summary { cursor:pointer; padding:23px 25px 23px 0; font-size:15px; font-weight:600; }
.sf-faq-list p { padding-bottom:22px; font-size:14px; white-space:pre-line; }
.sf-final-cta { margin-block:25px 80px; padding:62px 24px; border:1px solid #dbe4cf; border-radius:20px; text-align:center; background:#eaf0de; }
.sf-final-cta h2 { color:var(--theme-accent); }
.sf-footer { background:var(--theme-surface-bg); border-top:1px solid var(--theme-border-color); }
.sf-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:45px; padding-block:55px; }
.sf-footer-grid p { max-width:300px; margin-top:19px; font-size:13px; line-height:1.8; color:var(--theme-muted-text-color); }
.sf-footer-grid h2 { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:1.3px; margin:7px 0 21px; color:#6b7969; }
.sf-footer-grid > div > a:not(.sf-brand), .sf-language a { display:block; font-size:12px; color:#526054; margin-top:14px; }
.sf-footer-bottom { border-top:1px solid var(--theme-border-color); display:flex; justify-content:space-between; gap:20px; padding-block:22px; font-size:10px; color:#839080; }
.sf-language { margin-top:14px; color:#526054; font-size:12px; }
.sf-language summary { cursor:pointer; }
/* The existing page contracts use lb-* helpers, scoped here to Sofia. */
.sf-site .lb-serif, .sf-auth .lb-serif { font-family:var(--theme-font-sans); font-weight:700; letter-spacing:-.045em; }
.sf-site .lb-heading, .sf-auth .lb-heading { line-height:1.12; font-size:clamp(32px,4vw,52px); }
.sf-site .lb-card, .sf-site .lb-window, .sf-auth .lb-window { background:var(--theme-surface-bg); box-shadow:none; border-color:var(--theme-border-color); }
.sf-site .lb-button, .sf-site .lb-button-soft, .sf-auth .lb-button { border-radius:var(--theme-button-radius); box-shadow:none; }
.sf-site .lb-button, .sf-auth .lb-button { background:var(--theme-accent); }
.sf-site .lb-reveal, .sf-auth .lb-reveal { animation:none; }
.sf-site .lb-hover:hover { transform:translateY(-2px); box-shadow:none; }
.sf-site .lb-pricing-hero::before, .sf-site .lb-shimmer::after { display:none; }
.sf-site .lb-wrap { width:min(var(--theme-page-max-width),calc(100% - 80px)); }
.sf-site .lb-pill { background:#edf2e5; border-color:#dce5d2; color:#526b47; }
.sf-site .lb-pricing-card::before { background:var(--theme-accent); }
.sf-auth-shell { display:grid; grid-template-columns:1fr 1fr; min-height:100vh; }
.sf-auth-story { padding:50px clamp(30px,5vw,90px); background:#eaf0e1; display:flex; flex-direction:column; justify-content:space-between; gap:65px; }
.sf-auth-story h1 { font-size:clamp(40px,4.5vw,64px); line-height:1.06; letter-spacing:-3.2px; font-weight:700; margin:22px 0; color:var(--theme-accent); }
.sf-auth-story p { font-size:15px; color:#657560; line-height:1.8; max-width:420px; }
.sf-auth-points { margin-top:30px; display:grid; gap:17px; font-size:13px; color:#466044; }
.sf-auth-points i { margin-inline-end:12px; }
.sf-auth-caption { font-size:11px; color:#75836b; }
.sf-auth-main { padding:42px 35px; background:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.sf-auth-card { width:100%; max-width:440px; }
.sf-auth-top { display:flex; justify-content:space-between; align-items:center; gap:15px; margin-bottom:42px; }
.sf-auth-top > a { font-size:12px; color:#65745f; }
.sf-auth-mobile-brand { display:none; }
.sf-auth-legal { display:flex; justify-content:center; gap:25px; margin-top:28px; font-size:11px; color:#788373; }
.sf-auth input:not([type=checkbox]):not([type=radio]), .sf-auth select { background:#fff; border:1px solid #d8e1d3; color:#18241c; }
.sf-auth input:focus { border-color:var(--theme-accent); }
.sf-auth label input[type=checkbox] + span { border:1px solid #bbcbbb; }
.sf-auth label input[type=checkbox]:checked + span { background:var(--theme-accent); border-color:var(--theme-accent); }
@media(min-width:1500px) { .sf-hero { padding-top:82px; } }
@media(max-width:1100px) { .sf-desktop-nav { gap:0; } .sf-desktop-nav a { padding:10px 8px; font-size:12px; } .sf-nav-actions { gap:12px; } .sf-brand { font-size:19px; } .sf-product-panel { gap:30px; padding:35px 28px; } .sf-tabs button { font-size:10px; gap:7px; } }
@media(max-width:900px) { .sf-desktop-nav,.sf-nav-actions .sf-login { display:none; } .sf-menu-toggle { display:inline-grid; place-items:center; } .sf-mobile-nav { display:grid; padding:8px 24px 20px; gap:4px; border-top:1px solid var(--theme-border-color); } .sf-mobile-nav a { display:block; padding:12px; font-size:14px; color:#3f5c47; border-radius:8px; } .sf-mobile-nav a[aria-current] { background:#edf2e5; } .sf-tabs { grid-template-columns:repeat(3,minmax(0,1fr)); } .sf-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .sf-product-panel { gap:25px; } .sf-pricing-callout { gap:35px; } .sf-faq-grid { gap:30px; } .sf-auth-shell { grid-template-columns:.85fr 1fr; } .sf-auth-story { padding:35px 25px; } .sf-auth-story h1 { font-size:43px; } }
@media(max-width:640px) { html:root { scroll-padding-top:85px; } .sf-wrap,.sf-site .lb-wrap { width:calc(100% - 36px); } .sf-nav-wrap { min-height:68px; padding:12px 18px; gap:10px; } .sf-brand { font-size:18px; gap:5px; } .sf-nav-actions { gap:8px; } .sf-nav-actions .sf-button { padding:11px 12px; font-size:11px; gap:8px; } .sf-nav-actions .sf-button span { display:none; } .sf-hero { padding:44px 2px 34px; } .sf-eyebrow-pill { font-size:10px; padding:8px 12px; } .sf-hero h1 { font-size:43px; letter-spacing:-2.8px; margin:24px 0 20px; } .sf-hero p { font-size:14px; line-height:1.8; } .sf-actions { gap:18px; } .sf-button { font-size:12px; padding:14px 18px; } .sf-text-link { font-size:12px; gap:9px; } .sf-showcase-bar { padding:16px; font-size:11px; } .sf-showcase-bar small { display:none; } .sf-tabs { gap:3px; padding:8px; } .sf-tabs button { font-size:9px; flex-direction:column; gap:7px; text-align:center; min-height:66px; padding:8px 3px; } .sf-tabs button i { font-size:17px; } .sf-product-panel { grid-template-columns:1fr; padding:28px 20px; gap:26px; } .sf-product-copy h2 { font-size:31px; letter-spacing:-1.4px; } .sf-product-copy p { font-size:13px; } .sf-product-copy .sf-text-link { margin-top:18px; } .sf-workspace-demo { padding:12px; transform:none; } .sf-demo-body { padding:17px; } .sf-demo-body h3 { font-size:23px; } .sf-demo-label { font-size:7px; } .sf-demo-step { font-size:10px; } .sf-showcase-note { padding:13px 20px; font-size:9px; } .sf-showcase-note span:last-child { display:none; } .sf-foundation { padding:27px 0; } .sf-foundation > div { gap:12px 20px; font-size:11px; } .sf-section { padding-block:48px; } .sf-section h2,.sf-final-cta h2 { font-size:34px; letter-spacing:-1.7px; } .sf-feature-grid { grid-template-columns:1fr; gap:12px; } .sf-feature-card { padding:24px; } .sf-feature-card h3 { margin-top:16px; } .sf-feature-card p { margin-bottom:16px; } .sf-section-heading { margin-bottom:26px; } .sf-steps-grid,.sf-pricing-callout,.sf-faq-grid { grid-template-columns:1fr; gap:28px; } .sf-steps-grid h3 { font-size:21px; margin-top:16px; } .sf-pricing-aside { padding:25px; } .sf-final-cta { padding:40px 18px; margin-block:12px 48px; } .sf-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 20px; padding-block:38px; } .sf-footer-grid > div:first-child { grid-column:1 / -1; } .sf-footer-bottom { flex-direction:column; gap:8px; } .sf-auth-shell { grid-template-columns:1fr; } .sf-auth-story { display:none; } .sf-auth-main { min-height:100vh; padding:28px 24px; } .sf-auth-mobile-brand { display:block; margin-bottom:32px; } .sf-auth-top { margin-bottom:25px; } }
@media(prefers-reduced-motion:reduce) { html:root { scroll-behavior:auto; } .sf-site *, .sf-auth * { animation:none!important; transition:none!important; } }
.sf-site .lb-hero-title { font-size:clamp(36px,4.6vw,60px); line-height:1.07; letter-spacing:-.055em; }
.sf-site .lb-contact-hero::before, .sf-site .lb-blog-hero::before { display:none; }
.sf-site .lb-blog-visual, .sf-site .lb-blog-cover, .sf-site .lb-blog-topic-panel, .sf-site .lb-contact-panel { background:#edf2e7; }
.sf-site .lb-pricing-hero > .flex { align-items:flex-end; }
.sf-site .lb-pricing-hero h1 { max-width:800px; }
.sf-site .lb-pricing-hero button { border-radius:var(--theme-button-radius); }
@media(max-width:640px) { .sf-site .lb-hero-title { font-size:38px; } }

/* Inner pages: one neutral palette, restrained typography, clear surface hierarchy. */
.sf-inner-page { --sf-page-ink:#192a24; --sf-page-muted:#66746e; --sf-page-line:#e0e7e3; --sf-page-soft:#edf3f0; --sf-page-accent:var(--theme-accent,#193f36); background:#f8faf9; color:var(--sf-page-ink); padding-bottom:76px; }
.sf-inner-page .sf-wrap { max-width:1240px; }
.sf-page-intro { text-align:center; padding:60px 0 40px; max-width:760px; margin:auto; }
.sf-page-label { display:inline-flex; align-items:center; gap:9px; font-size:10px; font-weight:650; letter-spacing:1.5px; line-height:1.6; color:#537266; }
.sf-page-label > i { font-size:15px; }
.sf-page-intro h1 { font-size:clamp(36px,4vw,54px); font-weight:650; line-height:1.13; letter-spacing:-2.2px; margin:20px 0 18px; }
.sf-page-intro h1 > span { color:var(--sf-page-accent); }
.sf-page-intro > p { max-width:590px; margin-inline:auto; color:var(--sf-page-muted); font-size:15px; line-height:1.8; }
.sf-billing-switch { display:inline-flex; flex-wrap:wrap; gap:4px; background:white; border:1px solid var(--sf-page-line); border-radius:12px; padding:5px; margin-top:27px; }
.sf-billing-switch button { border:0; border-radius:8px; padding:12px 25px; font-size:13px; font-weight:600; color:var(--sf-page-muted); background:transparent; }
.sf-billing-switch button[aria-pressed=true] { background:var(--sf-page-accent); color:#fff; box-shadow:0 2px 5px #193f361a; }
.sf-billing-switch button:hover:not([aria-pressed=true]) { background:var(--sf-page-soft); color:var(--sf-page-accent); }
.sf-plans-grid { display:grid; grid-template-columns:repeat(var(--sf-plan-columns,3),minmax(0,1fr)); gap:18px; align-items:stretch; }
.sf-plan { min-width:0; border:1px solid var(--sf-page-line); border-radius:16px; background:white; overflow:hidden; }
.sf-plan-top { padding:24px 23px; border-bottom:1px solid var(--sf-page-line); min-height:340px; display:flex; flex-direction:column; }
.sf-plan-name { display:flex; align-items:start; justify-content:space-between; flex-wrap:wrap; gap:8px; min-height:45px; }
.sf-plan-name h2 { font-size:16px; font-weight:650; letter-spacing:-.35px; line-height:1.4; margin:0; }
.sf-plan-name > span { background:#d5e9de; color:#193f36; padding:4px 7px; border-radius:5px; text-transform:uppercase; font-size:8px; font-weight:700; letter-spacing:.5px; }
.sf-plan-description { color:var(--sf-page-muted); font-size:12px; line-height:1.8; margin:10px 0 22px; min-height:88px; }
.sf-plan-amount { display:flex; align-items:baseline; flex-wrap:wrap; gap:8px; margin-top:auto; }
.sf-plan-amount strong { font-size:43px; font-weight:650; line-height:1.1; letter-spacing:-2px; }
.sf-plan-amount > span { font-size:11px; color:var(--sf-page-muted); }
.sf-plan-billing { font-size:11px; color:var(--sf-page-muted); margin-top:8px; }
.sf-plan-choose { display:flex; align-items:center; justify-content:space-between; gap:12px; border:1px solid #cddbd4; background:#f3f7f5; color:var(--sf-page-accent)!important; border-radius:8px; padding:12px 14px; margin-top:24px; font-size:12px; font-weight:650; }
.sf-plan-choose:hover { background:#e6efea; border-color:#9db8aa; }
.sf-plan-featured { border-color:var(--sf-page-accent); box-shadow:0 5px 24px #193f360b; }
.sf-plan-featured .sf-plan-top { color:#fff; background:var(--sf-page-accent); border-color:var(--sf-page-accent); }
.sf-plan-featured .sf-plan-description, .sf-plan-featured .sf-plan-billing, .sf-plan-featured .sf-plan-amount > span { color:#c7d9d1; }
.sf-plan-featured .sf-plan-choose { background:#fff; border-color:white; }
.sf-plan-featured .sf-plan-choose:hover { background:#e3f0e9; }
.sf-plan-inclusions { padding:23px; }
.sf-inclusions-title { font-size:9px; font-weight:650; letter-spacing:1.25px; color:#7c8982; margin:0 0 16px; }
.sf-plan-inclusions ul { list-style:none; padding:0; margin:0; }
.sf-plan-inclusions li { display:flex; align-items:start; gap:8px; padding:10px 0; border-bottom:1px solid #eef2ef; font-size:11px; line-height:1.65; }
.sf-plan-inclusions li:last-child { border-bottom:0; }
.sf-plan-inclusions li > i { color:#347357; flex-shrink:0; font-size:10px; margin-top:4px; width:12px; }
.sf-plan-inclusions .sf-feature-name { flex:1; min-width:0; overflow-wrap:anywhere; }
.sf-plan-inclusions li > strong { font-size:10px; font-weight:600; color:var(--sf-page-accent); padding-inline-start:4px; max-width:42%; text-align:end; overflow-wrap:anywhere; }
.sf-plan-inclusions .sf-feature-unavailable { color:#7c8781; }
.sf-plan-inclusions .sf-feature-unavailable > i { color:#9aa59f; }
.sf-page-assistance { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:30px 34px; margin-top:34px; border:1px solid var(--sf-page-line); border-radius:14px; background:#edf3f0; }
.sf-page-assistance h2 { font-size:20px; font-weight:600; letter-spacing:-.5px; margin:0 0 8px; }
.sf-page-assistance p { color:var(--sf-page-muted); font-size:13px; line-height:1.7; }
.sf-page-assistance .sf-button { font-size:12px; flex-shrink:0; }
.sf-empty-state { background:white; padding:42px 25px; text-align:center; border-radius:14px; }
.sf-empty-state > i { color:#6a8d7b; font-size:24px; }
.sf-empty-state h2, .sf-empty-state h3 { font-size:20px; font-weight:600; margin:16px 0 12px; }
.sf-empty-state p { color:var(--sf-page-muted); font-size:14px; line-height:1.7; margin-bottom:16px; }
.sf-answer-search { display:flex; align-items:center; gap:13px; max-width:560px; background:white; border:1px solid #d5e0da; box-shadow:0 5px 22px #193f3605; border-radius:12px; padding:6px 6px 6px 18px; margin:27px auto 0; }
.sf-answer-search > i { color:#789185; font-size:17px; }
.sf-answer-search input { border:0; min-width:0; flex:1; height:44px; background:transparent; color:var(--sf-page-ink); font:inherit; font-size:13px; outline:none; }
.sf-answer-search input::placeholder { color:#849189; }
.sf-answer-search:focus-within { border-color:#7da18c; box-shadow:0 0 0 3px #193f3610; }
.sf-answer-search button { background:var(--sf-page-accent); color:white; border:0; border-radius:8px; font-size:12px; font-weight:600; padding:14px 22px; }
.sf-answers-layout { display:grid; grid-template-columns:265px minmax(0,1fr); gap:65px; padding-top:10px; }
.sf-answers-sidebar { padding-top:9px; }
.sf-answers-sidebar > h2 { font-size:23px; font-weight:600; line-height:1.35; letter-spacing:-.7px; margin:15px 0 14px; }
.sf-answers-sidebar > p { font-size:13px; color:var(--sf-page-muted); line-height:1.9; }
.sf-answers-help { margin-top:28px; padding:24px; border-radius:14px; background:var(--sf-page-accent); color:#fff; }
.sf-answers-help > i { font-size:24px; color:#b6d6c5; }
.sf-answers-help h3 { font-size:16px; font-weight:600; margin:20px 0 10px; }
.sf-answers-help p { font-size:12px; line-height:1.8; color:#c7d9d1; }
.sf-answers-help a { display:flex; align-items:center; justify-content:space-between; gap:10px; border-top:1px solid #ffffff26; padding-top:17px; margin-top:22px; font-size:11px; font-weight:600; color:#fff; }
.sf-answers-heading { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:8px 0 20px; }
.sf-answers-heading h2 { font-size:14px; font-weight:600; margin:0; }
.sf-answers-heading > a { font-size:11px; color:var(--sf-page-accent); }
.sf-answer-list { border:1px solid var(--sf-page-line); border-radius:14px; background:white; overflow:hidden; }
.sf-answer { border-bottom:1px solid var(--sf-page-line); }
.sf-answer:last-child { border-bottom:0; }
.sf-answer summary { list-style:none; display:flex; gap:19px; align-items:center; padding:23px 24px; cursor:pointer; font-size:16px; font-weight:550; line-height:1.6; letter-spacing:-.3px; }
.sf-answer summary::-webkit-details-marker { display:none; }
.sf-answer summary:hover { background:#f6f9f7; }
.sf-answer-number { color:#8b9c92; font-size:10px; font-weight:500; flex-shrink:0; letter-spacing:.5px; }
.sf-answer-toggle { margin-inline-start:auto; width:24px; height:24px; position:relative; flex-shrink:0; color:#567a67; }
.sf-answer-toggle::before, .sf-answer-toggle::after { content:''; position:absolute; inset:11px 6px auto; border-top:1px solid; }
.sf-answer-toggle::after { transform:rotate(90deg); }
.sf-answer[open] .sf-answer-toggle::after { display:none; }
.sf-answer[open] { background:#f1f6f3; }
.sf-answer[open] summary { color:var(--sf-page-accent); }
.sf-answer-copy { font-size:13px; line-height:1.9; color:#5d7166; padding:0 62px 26px 57px; white-space:pre-line; }
.sf-answers-pagination { margin-top:24px; }
.sf-connect-layout { display:grid; grid-template-columns:1fr 1.05fr; gap:44px; max-width:1080px; margin:0 auto; }
.sf-connect-panel { border-radius:18px; padding:38px; background:var(--sf-page-accent); color:white; display:flex; flex-direction:column; align-items:start; }
.sf-connect-emblem { width:52px; height:52px; display:grid; place-items:center; border:1px solid #ffffff2b; border-radius:14px; background:#ffffff0a; color:#bbd8c8; font-size:25px; margin-bottom:30px; }
.sf-connect-panel .sf-page-label { color:#afcbbd; font-size:9px; letter-spacing:1.3px; }
.sf-connect-panel h2 { font-size:37px; line-height:1.15; font-weight:600; letter-spacing:-1.3px; margin:17px 0 20px; }
.sf-connect-panel > p { font-size:13px; line-height:1.9; color:#c7d9d1; max-width:340px; }
.sf-connect-primary { display:flex; justify-content:space-between; align-items:center; gap:35px; min-width:210px; padding:14px 18px; border-radius:8px; background:white; color:var(--sf-page-accent)!important; font-weight:600; font-size:12px; margin-top:26px; }
.sf-connect-primary:hover { background:#e3f0e9; }
.sf-connect-details { margin:32px 0 0; padding:23px 0 0; border-top:1px solid #ffffff26; width:100%; display:grid; gap:18px; }
.sf-connect-details dt { font-size:9px; text-transform:uppercase; letter-spacing:1px; color:#afcbbd; margin-bottom:7px; }
.sf-connect-details dd { font-size:12px; line-height:1.8; margin:0; color:#e1ece6; overflow-wrap:anywhere; }
.sf-connect-details a { color:inherit; }
.sf-connect-options-heading { padding:4px 0 24px; }
.sf-connect-options-heading h2 { font-size:23px; font-weight:600; letter-spacing:-.65px; line-height:1.4; margin:14px 0 0; }
.sf-help-route { display:flex; align-items:start; gap:20px; padding:25px; border:1px solid var(--sf-page-line); background:white; border-radius:13px; margin-bottom:15px; color:var(--sf-page-ink)!important; transition:border-color .15s,background .15s; }
.sf-help-route:last-child { margin-bottom:0; }
.sf-help-route:hover { border-color:#abc1b4; background:#fbfdfc; }
.sf-help-route-icon { width:40px; height:40px; flex-shrink:0; display:grid; place-items:center; background:var(--sf-page-soft); color:#44715b; border-radius:10px; font-size:19px; }
.sf-help-route h3 { font-size:16px; font-weight:600; letter-spacing:-.2px; margin:0 0 8px; }
.sf-help-route p { font-size:12px; line-height:1.8; color:var(--sf-page-muted); margin:0 0 15px; }
.sf-help-route-action { font-size:11px; font-weight:600; color:var(--sf-page-accent); display:flex; gap:18px; align-items:center; }
@media(max-width:1150px) { .sf-plans-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .sf-plan-top { min-height:320px; } .sf-plan-description { min-height:66px; } .sf-answers-layout { grid-template-columns:235px minmax(0,1fr); gap:32px; } .sf-connect-layout { gap:28px; } }
@media(max-width:800px) { .sf-page-intro { padding-top:44px; } .sf-answers-layout { grid-template-columns:1fr; gap:26px; } .sf-answers-sidebar { display:none; } .sf-connect-layout { grid-template-columns:1fr 1fr; gap:20px; } .sf-connect-panel { padding:28px; } .sf-help-route { padding:20px; gap:14px; } .sf-connect-panel h2 { font-size:31px; } .sf-help-route-icon { width:32px; height:32px; font-size:16px; } }
@media(max-width:640px) { .sf-inner-page { padding-bottom:42px; } .sf-page-intro { padding:36px 0 28px; } .sf-page-intro h1 { font-size:35px; letter-spacing:-1.4px; margin:18px 0 15px; } .sf-page-intro > p { font-size:13px; } .sf-page-label { font-size:9px; letter-spacing:1.1px; } .sf-billing-switch { width:100%; justify-content:center; margin-top:23px; } .sf-billing-switch button { flex:1; padding:12px 10px; font-size:12px; } .sf-plans-grid { grid-template-columns:1fr; gap:20px; } .sf-plan-top { padding:24px; min-height:0; } .sf-plan-name { min-height:0; } .sf-plan-name h2 { font-size:18px; } .sf-plan-description { min-height:0; font-size:13px; margin:12px 0 23px; } .sf-plan-amount strong { font-size:44px; } .sf-plan-choose { font-size:13px; } .sf-plan-inclusions { padding:23px 24px; } .sf-plan-inclusions li { font-size:12px; } .sf-plan-inclusions li > strong { font-size:11px; } .sf-page-assistance { align-items:start; flex-direction:column; padding:24px; gap:20px; } .sf-page-assistance h2 { font-size:20px; } .sf-answer-search { margin-top:23px; gap:9px; padding-inline-start:13px; } .sf-answer-search input { font-size:12px; width:100px; } .sf-answer-search button { font-size:11px; padding:14px 15px; } .sf-answers-heading { padding-bottom:16px; } .sf-answer summary { padding:19px 17px; gap:12px; font-size:14px; } .sf-answer-copy { padding:0 22px 22px 43px; font-size:12px; } .sf-answer-number { font-size:9px; } .sf-answer-toggle { width:20px; } .sf-connect-layout { grid-template-columns:1fr; gap:30px; } .sf-connect-panel { padding:29px; } .sf-connect-panel h2 { font-size:34px; } .sf-connect-emblem { margin-bottom:24px; } .sf-connect-details { margin-top:28px; } .sf-connect-options-heading { padding-bottom:20px; } .sf-connect-options-heading h2 { font-size:22px; } .sf-help-route { padding:22px; } }

