.site{--brand-dark:#0b2b24;--brand-deep:#0f443a;--brand-action:#0e6c57;--brand-action-hover:#0a5242;--accent:#10b981;--accent-hover:#059669;--accent-strong:#047857;--accent-soft:#ecfdf5;--accent-dot:#3cd070;--c-bg:#f4f6f5;--c-surface:#ffffff;--c-soft:#f8fafc;--c-table-head:#f4f7fb;--ink:#1e293b;--ink-body:#334155;--ink-soft:#64748b;--ink-mute:#94a3b8;--line:#e2e8f0;--line-soft:#f1f5f9;--shadow-sm:0 1px 2px rgba(15,23,42,0.04),0 1px 3px rgba(15,23,42,0.06);--shadow-md:0 4px 6px -1px rgba(15,23,42,0.06),0 2px 4px -2px rgba(15,23,42,0.05);--shadow-lg:0 20px 40px -12px rgba(15,23,42,0.18);--ease:cubic-bezier(0.4,0,0.2,1);background:var(--c-bg);color:var(--ink-body);font-family:var(--font-montserrat),"Montserrat",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site *{box-sizing:border-box}.site .container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.site .site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid transparent;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease)}.site .site-header.nav--scrolled{background:#ffffff;border-bottom-color:var(--line);box-shadow:var(--shadow-sm)}.site .nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:68px;max-width:1180px;margin:0 auto;padding:0 24px;transition:height .2s var(--ease)}.site .site-header.nav--scrolled .nav{height:60px}.site .nav-logo{display:flex;align-items:center;flex-shrink:0;width:-moz-fit-content;width:fit-content;padding:6px 9px;border-radius:6px;background:var(--brand-dark)}.site .nav-logo-image{width:116px;height:auto}.site .nav-links{display:flex;align-items:center;justify-content:center;gap:4px;list-style:none;margin:0;padding:0}.site .nav-links a{display:inline-flex;align-items:center;padding:8px 12px;font-size:14px;font-weight:500;color:var(--ink-soft);border-radius:6px;transition:color .15s var(--ease),background .15s var(--ease)}.site .nav-links a:hover{color:var(--ink);background:var(--c-soft)}.site .nav-links a.active{color:var(--brand-action)}.site .nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.site .nav-link-ghost{display:inline-flex;align-items:center;height:38px;padding:0 12px;font-size:14px;font-weight:600;color:var(--ink-soft);border-radius:6px;cursor:pointer;background:none;border:none;font-family:inherit;transition:color .15s var(--ease),background .15s var(--ease)}.site .nav-link-ghost:hover{color:var(--ink);background:var(--c-soft)}.site .nav .btn{height:38px}.site .nav-menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--c-surface);color:var(--ink);cursor:pointer}.site .nav-mobile-panel{display:none;padding:12px 24px 16px;border-top:1px solid var(--line);background:var(--c-surface)}.site .nav-mobile-panel.open{display:block}.site .nav-mobile-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.site .nav-mobile-links a{display:block;padding:12px 8px;font-size:15px;font-weight:500;color:var(--ink-body);border-bottom:1px solid var(--line-soft)}.site .nav-mobile-links a.active{color:var(--brand-action)}.site .nav-mobile-actions{display:flex;flex-direction:column;gap:8px;padding-top:14px}.site .nav-mobile-actions .btn{width:100%}.site .nav-mobile-actions .nav-link-ghost{width:100%;justify-content:center;height:40px}.site .hero{position:relative;background:var(--c-surface);color:var(--ink);padding-bottom:64px}.site .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center;padding:72px 0 16px}.site .hero-inner-product{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:40px}.site .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:12.5px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.01em}.site .hero-eyebrow .dot{width:7px;height:7px;border-radius:999px;background:var(--accent-dot)}.site .hero h1{font-size:clamp(2.3rem,4.4vw,3.4rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0;color:var(--ink)}.site .hero h1 .em{color:var(--brand-action);font-weight:700}.site .hero-sub{margin:18px 0 0;font-size:1.075rem;line-height:1.6;color:var(--ink-soft);max-width:580px}.site .hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.site .hero .btn{height:46px;padding:0 22px;font-size:15px}.site .hero-cta-primary{background:var(--brand-action);color:#ffffff}.site .hero-cta-primary:hover{background:var(--brand-action-hover)}.site .hero-cta-secondary{background:var(--c-surface);color:var(--ink);border:1px solid var(--line)}.site .hero-cta-secondary:hover{background:var(--c-soft);border-color:var(--line-strong)}.site .hero-trust-strip{display:flex;flex-wrap:wrap;gap:24px;margin-top:28px}.site .hero-trust-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--ink-soft)}.site .hero-trust-item svg{width:16px;height:16px;flex-shrink:0;color:var(--accent-strong)}.site .hero-visual{display:flex;justify-content:flex-end;min-width:0}.site .hero-product-frame{width:100%;max-width:680px;background:transparent;border:none;border-radius:0;box-shadow:none;overflow:hidden}.site .hero-product-image{display:block;width:100%;height:auto}.site .hero-card{width:100%;max-width:420px;background:var(--c-surface);border-radius:14px;box-shadow:var(--shadow-lg);overflow:hidden;color:var(--ink-body)}.site .hero-card-top{height:6px;background:linear-gradient(90deg,var(--brand-action),var(--accent))}.site .hero-card-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px;border-bottom:1px solid var(--line)}.site .hero-card-title{font-size:13px;font-weight:700;color:var(--ink)}.site .hero-card-meta{font-size:11px;color:var(--ink-mute);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.site .hero-card-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:14px;gap:14px;padding:13px 18px;border-bottom:1px solid var(--line-soft);font-size:13px}.site .hero-card-row:last-child{border-bottom:0}.site .hero-card-amt,.site .hero-card-name{font-weight:600;color:var(--ink)}.site .hero-card-amt{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.site .pill{display:inline-flex;align-items:center;font-size:10.5px;font-weight:600;padding:3px 9px;border-radius:999px}.site .pill-paid{background:#dcfce7;color:#16a34a}.site .pill-due{background:#fef3c7;color:#b45309}.site .pill-over{background:#fee2e2;color:#dc2626}.site .hero-card-foot{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:var(--c-soft);font-size:12px;color:var(--ink-soft)}.site .hero-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:40px;padding-top:32px;border-top:1px solid var(--line)}.site .hero-strip-item .num{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--brand-action)}.site .hero-strip-item .val{font-size:15px;font-weight:600;color:var(--ink);margin:6px 0 4px}.site .hero-strip-item .desc{font-size:12.5px;line-height:1.5;color:var(--ink-soft)}@media (max-width:980px){.site .hero-strip{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:620px){.site .hero-strip{grid-template-columns:1fr}}.site .product-tour{background:var(--c-bg)}.site .product-section-header{margin-bottom:28px}.site .product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.site .product-shot{min-width:0;margin:0;overflow:hidden;background:var(--c-surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}.site .product-shot-featured,.site .product-shot-wide{grid-column:1/-1}.site .product-shot img{display:block;width:100%;height:auto;background:var(--c-bg)}.site .product-shot figcaption,.site .product-shot-copy{padding:18px 20px;border-top:1px solid var(--line)}.site .product-shot-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);grid-gap:24px;gap:24px;align-items:end;border-top:0;border-bottom:1px solid var(--line)}.site .product-shot h3{margin:4px 0 0;font-size:1.05rem;line-height:1.35;color:var(--ink)}.site .product-shot p{margin:0;font-size:.9rem;line-height:1.55;color:var(--ink-soft)}.site .product-shot-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-action)}.site .tour-card{position:relative;background:var(--c-surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}.site .tour-viewport{position:relative;overflow:hidden;touch-action:pan-y;cursor:-webkit-grab;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none}.site .tour-card.is-dragging .tour-viewport{cursor:-webkit-grabbing;cursor:grabbing}.site .tour-card.is-dragging .tour-image img{pointer-events:none}.site .tour-track{display:flex;will-change:transform;transition:transform .45s var(--ease)}.site .tour-card.is-dragging .tour-track{transition:none}.site .tour-slide{flex:0 0 100%;min-width:0}.site .tour-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:clamp(300px,42vw,480px);background:var(--c-bg)}.site .tour-image img{object-fit:contain}.site .tour-hint{display:none}.site .tour-caption{padding:20px 24px 4px}.site .tour-caption-inner{animation:tour-fade .32s var(--ease)}.site .tour-caption-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-action)}.site .tour-caption-inner h3{margin:4px 0 0;font-size:1.05rem;line-height:1.35;color:var(--ink)}.site .tour-caption-inner p{margin:6px 0 0;font-size:.9rem;line-height:1.55;color:var(--ink-soft)}.site .tour-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:14px 16px 18px}.site .tour-nav{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink-soft);font:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:color .15s var(--ease),background .15s var(--ease),border-color .15s var(--ease),opacity .15s var(--ease)}.site .tour-nav:hover{color:var(--brand-action);background:var(--accent-soft)}.site .tour-nav:active{transform:scale(.98)}.site .tour-nav:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.site .tour-nav:disabled{opacity:0;pointer-events:none}.site .tour-nav svg{flex:none}.site .tour-nav-prev{justify-self:start}.site .tour-nav-next{justify-self:end}.site .tour-dots{display:flex;flex:none;gap:6px}.site .tour-dot,.site .tour-dots{align-items:center;justify-content:center}.site .tour-dot{display:inline-flex;width:28px;height:28px;padding:0;background:transparent;border:none;cursor:pointer}.site .tour-dot:focus-visible{outline:none}.site .tour-dot:focus-visible .tour-dot-fill{box-shadow:0 0 0 3px var(--accent-soft)}.site .tour-dot-fill{width:7px;height:7px;border-radius:999px;background:#cbd5e1;transition:width .2s var(--ease),background .2s var(--ease)}.site .tour-dot.is-active .tour-dot-fill{width:20px;background:var(--accent)}@keyframes tour-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (pointer:coarse){.site .tour-hint{display:inline-flex;position:absolute;bottom:12px;left:50%;z-index:2;padding:5px 11px;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--ink-mute);background:rgba(255,255,255,.85);border:1px solid var(--line);border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;transform:translateX(-50%)}}@media (max-width:720px){.site .tour-image{height:clamp(220px,56vw,320px)}.site .tour-caption{padding:16px 16px 4px}.site .tour-controls{gap:8px;padding:12px 12px 14px}}@media (prefers-reduced-motion:reduce){.site .tour-track{transition:none!important}.site .tour-caption-inner{animation:none!important}.site .tour-dot-fill,.site .tour-nav{transition:none!important}}.site .product-proof{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);grid-gap:40px;gap:40px;align-items:center}.site .product-proof-copy h2{margin-top:10px}.site .product-proof-copy>p{margin:18px 0 0;color:var(--ink-soft);line-height:1.65}.site .product-proof-list{display:grid;grid-gap:12px;gap:12px;margin:24px 0 0;padding:0;list-style:none}.site .product-proof-list li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--ink-body)}.site .product-proof-list svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent-strong)}.site .product-proof-image{grid-column:auto}.site .product-showcase{padding:128px 0;background:var(--c-bg)}.site .showcase-head{max-width:620px;margin:0 auto 72px;text-align:center}.site .showcase-head .section-eyebrow{display:inline-flex;margin-bottom:20px}.site .showcase-head h2{margin:0;font-size:clamp(2rem,3.4vw,2.75rem);line-height:1.14;letter-spacing:-.02em;color:var(--ink)}.site .showcase-sub{margin:20px auto 0;max-width:480px;color:var(--ink-soft);font-size:1.02rem;line-height:1.6}.site .showcase-frame{width:100%;max-width:1040px;margin:0 auto;background:var(--c-surface);border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 32px 64px -24px rgba(15,23,42,.24),0 12px 28px -14px rgba(15,23,42,.1)}.site .showcase-frame img{display:block;width:100%;height:auto;border-radius:6px}.site .showcase-bar{height:42px;padding:0 10px 0 8px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--ink-mute);font-size:.7rem;font-weight:600;letter-spacing:.02em}.site .showcase-window-dots{display:flex;align-items:center;gap:6px}.site .showcase-window-dots i{width:8px;height:8px;border-radius:999px;background:var(--line)}.site .showcase-bar-label{grid-column:2;display:inline-flex;align-items:center;gap:7px}.site .showcase-bar-label i{width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.site .showcase-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:8px 4px 2px;list-style:none}.site .showcase-steps li{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-right:1px solid var(--line-soft);color:var(--ink-soft);font-size:.75rem;font-weight:600}.site .showcase-steps li:last-child{border-right:0}.site .showcase-steps li span{color:var(--accent-strong);font-size:.64rem;letter-spacing:.08em}@media (max-width:720px){.site .product-showcase{padding:84px 0}.site .showcase-head{margin-bottom:48px}.site .showcase-bar{height:36px}.site .showcase-steps{grid-template-columns:1fr 1fr}.site .showcase-steps li:nth-child(2){border-right:0}.site .showcase-steps li:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}}.site .showcase-frame .motion-shot{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:16/9}.site .showcase-frame .flow-gif{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0}.site .industry-fit{padding:108px 0;overflow:hidden;background:var(--brand-dark);color:white}.site .industry-fit-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);grid-gap:clamp(64px,9vw,120px);gap:clamp(64px,9vw,120px);align-items:center}.site .industry-fit-copy{max-width:510px}.site .industry-fit-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;color:#9ee7c5;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.site .industry-fit-eyebrow:before{content:"";width:24px;height:1px;background:var(--accent-dot)}.site .industry-fit h2{margin:0;color:white;font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.08;letter-spacing:-.035em}.site .industry-fit-copy>p{max-width:470px;margin:24px 0 0;color:rgba(255,255,255,.7);font-size:1rem;line-height:1.7}.site .industry-fit-proof{display:flex;align-items:center;gap:14px;margin-top:38px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.72);font-size:.8rem;line-height:1.55}.site .industry-fit-proof svg{width:32px;height:32px;padding:7px;flex:0 0 auto;border-radius:999px;background:rgba(60,208,112,.12);color:#78dda1}.site .industry-fit-proof strong{display:block;color:white;font-weight:600}.site .industry-fit-list{border-top:1px solid rgba(255,255,255,.18)}.site .industry-fit-row{display:grid;grid-template-columns:42px 1fr auto;grid-gap:16px;gap:16px;align-items:center;min-height:66px;border-bottom:1px solid rgba(255,255,255,.14)}.site .industry-fit-row>span{color:rgba(255,255,255,.38);font-size:.65rem;font-weight:700;letter-spacing:.1em}.site .industry-fit-row h3{margin:0;color:rgba(255,255,255,.9);font-size:clamp(.98rem,1.5vw,1.15rem);font-weight:600;letter-spacing:-.01em}.site .industry-fit-row-copy{min-width:0}.site .industry-fit-row-copy p{margin:5px 0 0;color:rgba(255,255,255,.58);font-size:.76rem;line-height:1.5}.site .industry-fit-row svg{width:17px;height:17px;color:var(--accent-dot)}.site .industry-fit-more{padding:18px 0 0 58px;color:rgba(255,255,255,.52);font-size:.75rem;line-height:1.55}@media (max-width:820px){.site .industry-fit{padding:76px 0}.site .industry-fit-inner{grid-template-columns:1fr;gap:52px}.site .industry-fit-copy{max-width:620px}}@media (max-width:520px){.site .industry-fit-row{grid-template-columns:34px 1fr auto;gap:10px}.site .industry-fit-more{padding-left:44px}}.site .section-alt{background:var(--c-surface)}.site .compare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:stretch}.site .compare-card{border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;gap:16px}.site .compare-card h3{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin:0}.site .compare-bad{background:var(--c-soft);border:1px solid var(--line)}.site .compare-bad .compare-item,.site .compare-bad h3{color:var(--ink-soft)}.site .compare-good{background:var(--accent-soft);border:1px solid #bcdbc9}.site .compare-good h3{color:var(--accent-strong)}.site .compare-good .compare-item{color:var(--brand-action)}.site .compare-item{display:flex;align-items:flex-start;gap:10px;font-size:.925rem;line-height:1.5}.site .compare-item svg{width:17px;height:17px;flex-shrink:0;margin-top:2px}.site .compare-bad .compare-item svg{color:var(--ink-mute)}.site .compare-good .compare-item svg{color:var(--accent-strong)}@media (max-width:700px){.site .compare-grid{grid-template-columns:1fr}}.site .section{padding:84px 0}.site .section-tight{padding:56px 0}.site .section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.site .section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-action);margin-bottom:12px}.site .section-eyebrow:before{content:"";width:22px;height:2px;background:var(--accent);border-radius:2px}.site .section h2{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin:0;max-width:640px}.site .section-lead{font-size:1.05rem;line-height:1.6;color:var(--ink-soft);max-width:460px}.site .demo-video-section{scroll-margin-top:88px}.site .demo-video-soundtrack{width:min(100%,900px);margin:0 auto 12px;display:flex;justify-content:flex-end;gap:8px}.site .demo-video-soundtrack button{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--c-surface);color:var(--ink-soft);font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.site .demo-video-soundtrack button.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.site .demo-video-frame{width:min(100%,900px);margin:0 auto;overflow:hidden;background:var(--c-surface);border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:12px;box-shadow:var(--shadow-lg)}.site .demo-video-player{display:block;width:100%;aspect-ratio:16/9;background:#020617}.site .demo-video-caption{text-align:center;margin-top:1rem;font-size:.85rem;color:var(--ink-mute)}.site .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.site .feature-card{background:var(--c-surface);border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}.site .feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--line-soft)}.site .feature-icon{width:44px;height:44px;border-radius:11px;background:var(--accent-soft);color:var(--brand-action);display:grid;place-items:center;margin-bottom:16px}.site .feature-icon svg{width:22px;height:22px}.site .feature-card h3{font-size:1.0625rem;font-weight:700;color:var(--ink);margin:0 0 8px}.site .feature-card p{font-size:.925rem;line-height:1.55;color:var(--ink-soft);margin:0}.site .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.site .step-card{position:relative;background:var(--c-surface);border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:var(--shadow-sm)}.site .step-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:var(--brand-dark);color:var(--accent-dot);font-size:13px;font-weight:700;margin-bottom:14px}.site .step-card h3{font-size:1rem;font-weight:700;color:var(--ink);margin:0 0 8px}.site .step-card p{font-size:.9rem;line-height:1.55;color:var(--ink-soft);margin:0}.site .split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.site .split-copy p{font-size:1.05rem;line-height:1.65;color:var(--ink-body)}.site .split-copy p+p{margin-top:16px;color:var(--ink-soft)}.site .pain-card{background:var(--c-surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}.site .pain-row{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line-soft);font-size:.95rem;color:var(--ink-body)}.site .pain-row:last-child{border-bottom:0}.site .pain-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#fee2e2;color:#dc2626;flex-shrink:0}.site .pain-num svg{width:15px;height:15px}.site .cta-band{background:var(--brand-deep);color:#ffffff;border-radius:20px;padding:56px 48px;text-align:center;position:relative;overflow:hidden}.site .cta-band:after{content:"";position:absolute;inset:0;background:radial-gradient(700px 300px at 50% -20%,rgba(16,185,129,.22),transparent 60%);pointer-events:none}.site .cta-band>*{position:relative;z-index:1}.site .cta-band h2{font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:700;letter-spacing:-.02em;color:#ffffff;margin:0 0 12px}.site .cta-band p{font-size:1.05rem;color:rgba(255,255,255,.78);max-width:560px;margin:0 auto 26px}.site .cta-band .btn{height:46px;padding:0 24px;font-size:15px;background:#ffffff;color:var(--brand-deep)}.site .cta-band .btn:hover{background:var(--accent-soft)}.site .pricing-hero{padding:34px 0 26px;border-bottom:1px solid var(--line)}.site .pricing-hero h1{max-width:760px;margin:0;font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.site .pricing-trust-row{display:flex;gap:10px 24px;flex-wrap:wrap;margin-top:16px;font-size:.825rem;font-weight:500;color:var(--ink-soft)}.site .pricing-trust-row span{display:inline-flex;align-items:center;gap:6px}.site .pricing-plans-section{padding-top:36px;padding-bottom:72px}.site .pricing-free-note{display:flex;gap:14px;align-items:flex-start;background:var(--accent-soft);border:1px solid #bcdbc9;border-left:3px solid var(--accent);border-radius:12px;padding:16px 18px;margin-bottom:28px;font-size:.925rem;color:var(--ink-body);line-height:1.55}.site .pricing-free-note .label{color:var(--brand-action);margin-bottom:2px}.site .pricing-toggle-row{display:flex;justify-content:center;margin-bottom:36px}.site .billing-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;background:var(--c-soft);border:1px solid var(--line);border-radius:999px}.site .billing-toggle-option{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--ink-soft);background:none;border:none;border-radius:999px;cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.site .billing-toggle-option.active{background:var(--c-surface);color:var(--ink);box-shadow:var(--shadow-sm)}.site .billing-toggle-badge{font-size:11px;font-weight:700;color:var(--accent-strong);background:var(--accent-soft);padding:2px 8px;border-radius:999px}.site .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;align-items:stretch}.site .pricing-card{position:relative;display:flex;flex-direction:column;background:var(--c-surface);border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow-sm)}.site .pricing-card.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-md)}.site .pricing-flag{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--brand-action);color:#ffffff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:999px;white-space:nowrap}.site .pricing-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.site .pricing-icon{width:42px;height:42px;border-radius:10px;background:var(--accent-soft);color:var(--brand-action);display:grid;place-items:center;flex-shrink:0;margin-left:auto}.site .pricing-icon svg{width:22px;height:22px}.site .pricing-name{font-size:1.1rem;font-weight:700;color:var(--ink)}.site .pricing-price{display:flex;align-items:baseline;gap:4px;margin:10px 0 2px;font-size:2.4rem;font-weight:700;letter-spacing:-.03em;color:var(--ink)}.site .pricing-period{font-size:.95rem;font-weight:500;color:var(--ink-soft)}.site .pricing-bill-note{font-size:.825rem;color:var(--ink-mute);margin:0 0 18px;min-height:18px}.site .pricing-desc{font-size:.9rem;color:var(--ink-soft);margin:0 0 18px;line-height:1.5}.site .pricing-features{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1 1}.site .pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--ink-body);line-height:1.45}.site .pricing-features li svg{width:17px;height:17px;color:var(--accent-strong);flex-shrink:0;margin-top:1px}.site .pricing-card .btn{width:100%}.site .pricing-card.featured .btn-primary{background:var(--brand-action)}.site .faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.site .faq-item{background:var(--c-surface);border:1px solid var(--line);border-radius:12px;padding:20px 22px;box-shadow:var(--shadow-sm)}.site .faq-item h4{font-size:.95rem;font-weight:600;color:var(--ink);margin:0 0 6px}.site .faq-item p{font-size:.875rem;color:var(--ink-soft);line-height:1.6;margin:0}@media (max-width:700px){.site .faq-grid{grid-template-columns:1fr}}.site .site-footer{background:var(--brand-dark);color:rgba(255,255,255,.7);padding:64px 0 32px;margin-top:0}.site .footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.site .footer-brand-logo{width:184px;height:auto}.site .footer-product-name{margin:7px 0 12px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5)}.site .footer-brand p{font-size:.9rem;line-height:1.6;max-width:320px;margin:0}.site .footer-col h5{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:0 0 14px}.site .footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site .footer-col a{font-size:.9rem;color:rgba(255,255,255,.7);transition:color .15s var(--ease)}.site .footer-col a:hover{color:#ffffff}.site .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:24px;font-size:.825rem;color:rgba(255,255,255,.45)}.site .site-header.nav--dark{background:#06110f;border-bottom-color:rgba(126,243,197,.1);box-shadow:none}.site .site-header.nav--dark.nav--scrolled{background:rgba(6,17,15,.94);border-bottom-color:rgba(126,243,197,.14);box-shadow:0 16px 36px rgba(0,0,0,.22)}.site .site-header.nav--dark .nav-logo{background:transparent;padding:0}.site .site-header.nav--dark .nav-link-ghost,.site .site-header.nav--dark .nav-links a{color:rgba(232,255,247,.72)}.site .site-header.nav--dark .nav-link-ghost:hover,.site .site-header.nav--dark .nav-links a:hover{color:#ffffff;background:rgba(126,243,197,.08)}.site .site-header.nav--dark .nav-links a.active{color:#7ef3c5}.site .site-header.nav--dark .nav .btn-primary{background:#f8fffc;color:#09231d}.site .site-header.nav--dark .nav .btn-primary:hover{background:#dffff2}.site .site-header.nav--dark .nav-menu-toggle{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);color:#f8fffc}.site .site-header.nav--dark .nav-mobile-panel{background:#06110f;border-top-color:rgba(126,243,197,.12)}.site .site-header.nav--dark .nav-mobile-links a{color:rgba(232,255,247,.82);border-bottom-color:rgba(255,255,255,.08)}.site .site-header.nav--dark .nav-mobile-links a.active{color:#7ef3c5}.site .features-page{--features-bg:#020b0d;--features-panel:#071715;--features-panel-2:#0a1e1b;--features-ink:#f5fffb;--features-body:rgba(225,255,246,0.72);--features-muted:rgba(192,220,211,0.54);--features-line:rgba(126,243,197,0.14);--features-teal:#4df1c2;--features-teal-strong:#1fe0ad;background:linear-gradient(180deg,#06110f 0,var(--features-bg) 34%,#030a0c 100%);color:var(--features-ink);overflow:hidden}.site .features-page .container{max-width:1120px}.site .features-page .btn{height:42px;border-radius:999px;padding:0 18px;font-size:13px}.site .features-primary-btn{background:#f8fffc;color:#06110f;border-color:#f8fffc}.site .features-primary-btn:hover{background:#dffff2;border-color:#dffff2}.site .features-secondary-btn{background:rgba(255,255,255,.04);color:rgba(245,255,251,.88);border-color:rgba(255,255,255,.14)}.site .features-secondary-btn:hover{background:rgba(126,243,197,.08);border-color:rgba(126,243,197,.32)}.site .features-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--features-teal);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site .features-kicker:before{content:"";width:20px;height:2px;border-radius:999px;background:var(--features-teal)}.site .features-hero{position:relative;min-height:850px;padding:58px 0 96px;background:linear-gradient(90deg,transparent,rgba(77,241,194,.07) 50%,transparent),linear-gradient(180deg,#06110f,#020b0d)}.site .features-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(126,243,197,.04) 1px,transparent 0),linear-gradient(90deg,rgba(126,243,197,.04) 1px,transparent 0);background-size:64px 64px;opacity:.18;pointer-events:none}.site .features-grid-floor{position:absolute;left:50%;top:264px;width:min(920px,82vw);height:420px;transform:translateX(-50%) perspective(780px) rotateX(66deg);transform-origin:center top;background:linear-gradient(rgba(126,243,197,.16) 1px,transparent 0),linear-gradient(90deg,rgba(126,243,197,.16) 1px,transparent 0);background-size:44px 44px;opacity:.3;-webkit-mask-image:linear-gradient(180deg,transparent 0,black 18%,black 74%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 18%,black 74%,transparent);pointer-events:none}.site .features-hero-inner{position:relative;z-index:1}.site .features-hero-copy{max-width:700px;margin:0 auto;text-align:center}.site .features-hero h1{margin:14px 0 0;color:var(--features-ink);font-size:3.35rem;line-height:1.08;font-weight:700;letter-spacing:0}.site .features-hero h1 span{display:block;color:rgba(245,255,251,.82)}.site .features-hero-copy>p{max-width:560px;margin:18px auto 0;color:var(--features-muted);font-size:.96rem;line-height:1.72}.site .features-hero-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:28px}.site .features-hero-stage{position:relative;display:grid;grid-template-columns:minmax(260px,430px) minmax(260px,430px);align-items:end;justify-content:center;grid-gap:clamp(42px,9vw,128px);gap:clamp(42px,9vw,128px);min-height:360px;margin:70px auto 0}.site .feature-float-panel{position:relative;overflow:visible;filter:drop-shadow(0 34px 34px rgba(0,0,0,.32))}.site .feature-float-panel img{width:100%;height:auto;border:1px solid rgba(126,243,197,.24);border-radius:10px;background:#f8fafc;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.site .feature-float-panel-left{transform:perspective(900px) rotateX(58deg) rotate(-26deg) translateY(22px);transform-origin:right bottom}.site .feature-float-panel-right{transform:perspective(900px) rotateX(58deg) rotate(26deg) translateY(22px);transform-origin:left bottom}.site .feature-mini-card{position:absolute;display:grid;grid-gap:3px;gap:3px;min-width:122px;padding:10px 12px;background:rgba(7,23,21,.94);border:1px solid rgba(126,243,197,.36);border-radius:8px;box-shadow:0 20px 34px rgba(0,0,0,.28)}.site .feature-mini-card span{color:var(--features-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.site .feature-mini-card strong{color:var(--features-ink);font-size:1.1rem;line-height:1}.site .feature-mini-card-one{right:8%;bottom:9%}.site .feature-mini-card-two{left:8%;bottom:9%}.site .features-benefit-band{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);grid-gap:36px;gap:36px;align-items:center;margin-top:180px;padding:32px;border:1px solid rgba(126,243,197,.14);border-radius:12px;background:rgba(8,24,22,.94);box-shadow:0 28px 70px rgba(0,0,0,.2)}.site .features-benefit-band h2{margin:12px 0 0;color:var(--features-ink);font-size:1.95rem;line-height:1.18;font-weight:700;letter-spacing:0}.site .features-benefit-band>div>p{margin:14px 0 0;color:var(--features-muted);line-height:1.65;font-size:.9rem}.site .features-benefit-list{display:grid;grid-gap:16px;gap:16px}.site .features-benefit-item{display:grid;grid-template-columns:34px 1fr;grid-gap:14px;gap:14px;align-items:start}.site .features-benefit-item svg{width:34px;height:34px;padding:8px;border-radius:8px;background:rgba(77,241,194,.1);color:var(--features-teal)}.site .features-benefit-item h3{margin:0;color:rgba(245,255,251,.9);font-size:.86rem;font-weight:700}.site .features-benefit-item p{margin:4px 0 0;color:var(--features-muted);font-size:.78rem;line-height:1.55}.site .features-showcase{padding:20px 0 40px;background:#020b0d}.site .features-spotlight{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);grid-gap:72px;gap:72px;align-items:center;min-height:560px;padding:80px 0}.site .features-spotlight.is-reverse{grid-template-columns:minmax(300px,.72fr) minmax(0,1.08fr)}.site .features-spotlight.is-reverse .features-spotlight-visual{grid-column:2}.site .features-spotlight.is-reverse .features-spotlight-copy{grid-column:1;grid-row:1}.site .features-spotlight-visual{position:relative}.site .features-spotlight-visual:before{content:"";position:absolute;inset:12% 6%;border:1px solid rgba(126,243,197,.08);transform:translate(34px,34px);pointer-events:none}.site .feature-screen-card{position:relative;overflow:hidden;border:1px solid rgba(126,243,197,.22);border-radius:12px;background:rgba(9,29,26,.84);box-shadow:0 32px 70px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.03);transform:perspective(880px) rotateX(16deg) rotateY(-16deg) rotate(1deg);transform-origin:center}.site .features-spotlight.is-reverse .feature-screen-card{transform:perspective(880px) rotateX(16deg) rotateY(16deg) rotate(-1deg)}.site .feature-screen-bar{height:34px;display:flex;align-items:center;gap:7px;padding:0 13px;border-bottom:1px solid rgba(126,243,197,.12)}.site .feature-screen-bar span{width:7px;height:7px;border-radius:999px;background:rgba(126,243,197,.36)}.site .feature-screen-card img{width:100%;height:auto;background:#f8fafc}.site .feature-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:1px solid rgba(126,243,197,.12);background:rgba(6,17,15,.92)}.site .feature-stat-strip span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:8px;color:rgba(232,255,247,.74);border-right:1px solid rgba(126,243,197,.1);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:center}.site .feature-stat-strip span:last-child{border-right:0}.site .feature-stat-strip svg{width:14px;height:14px;flex:0 0 auto;color:var(--features-teal)}.site .features-icon-label{display:inline-flex;align-items:center;gap:10px;color:var(--features-teal);font-size:.8rem;font-weight:700}.site .features-icon-label svg{width:28px;height:28px;padding:7px;border-radius:8px;background:rgba(77,241,194,.1)}.site .features-spotlight-copy h2{margin:18px 0 0;color:var(--features-ink);font-size:2rem;line-height:1.16;font-weight:700;letter-spacing:0}.site .features-spotlight-copy p{margin:18px 0 0;color:var(--features-muted);font-size:.94rem;line-height:1.72}.site .features-platform{padding:86px 0;background:linear-gradient(rgba(126,243,197,.035) 1px,transparent 0),linear-gradient(90deg,rgba(126,243,197,.035) 1px,transparent 0),#030a0c;background-size:56px 56px}.site .features-platform-head{max-width:620px;margin:0 auto 42px;text-align:center}.site .features-platform-head h2{margin:14px 0 0;color:var(--features-ink);font-size:2.35rem;line-height:1.14;font-weight:700;letter-spacing:0}.site .features-platform-head p{margin:16px auto 0;color:var(--features-muted);max-width:520px;line-height:1.65}.site .features-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.site .features-platform-card{min-height:210px;padding:26px;border:1px solid rgba(126,243,197,.14);border-radius:12px;background:rgba(8,24,22,.72)}.site .features-platform-card svg{width:38px;height:38px;padding:9px;border-radius:8px;background:rgba(77,241,194,.1);color:var(--features-teal)}.site .features-platform-card h3{margin:28px 0 0;color:var(--features-ink);font-size:1.08rem;font-weight:700}.site .features-platform-card p{margin:10px 0 0;color:var(--features-muted);font-size:.86rem;line-height:1.62}.site .features-final-cta{padding:92px 0 120px;background:#020b0d}.site .features-final-inner{position:relative;max-width:640px;margin:0 auto;text-align:center}.site .features-final-action,.site .features-final-copy{min-width:0}.site .features-final-action{display:grid;justify-items:center}.site .features-final-inner:before{content:"";position:absolute;left:50%;top:100%;width:min(520px,86vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--features-teal),transparent)}.site .features-final-inner h2{margin:14px 0 0;color:var(--features-ink);font-size:2.45rem;line-height:1.1;font-weight:700;letter-spacing:0}.site .features-final-inner p{margin:16px auto 24px;max-width:500px;color:var(--features-muted);line-height:1.65}@media (max-width:980px){.site .features-hero{min-height:auto;padding-bottom:70px}.site .features-hero h1{font-size:2.65rem}.site .features-hero-stage{grid-template-columns:minmax(0,1fr);max-width:620px;gap:22px;min-height:0;margin-top:52px}.site .feature-float-panel-left,.site .feature-float-panel-right{transform:none}.site .features-benefit-band,.site .features-spotlight,.site .features-spotlight.is-reverse{grid-template-columns:1fr}.site .features-spotlight,.site .features-spotlight.is-reverse{gap:34px;min-height:0;padding:62px 0}.site .features-spotlight.is-reverse .features-spotlight-copy,.site .features-spotlight.is-reverse .features-spotlight-visual{grid-column:auto;grid-row:auto}.site .feature-screen-card,.site .features-spotlight.is-reverse .feature-screen-card{transform:none}.site .features-platform-grid{grid-template-columns:1fr}}@media (max-width:620px){.site .features-page .container{padding:0 18px}.site .features-hero{padding-top:46px}.site .features-hero h1{font-size:2.15rem}.site .features-final-inner p,.site .features-hero-copy>p,.site .features-platform-head p,.site .features-spotlight-copy p{font-size:.88rem}.site .features-final-inner .btn,.site .features-hero-actions .btn{width:100%}.site .features-benefit-band{grid-template-columns:1fr;min-width:0;padding:24px;margin-top:42px}.site .features-benefit-band h2,.site .features-final-inner h2,.site .features-platform-head h2,.site .features-spotlight-copy h2{font-size:1.72rem}.site .feature-mini-card{position:static;margin:10px 0 0}.site .feature-stat-strip{grid-template-columns:1fr}.site .feature-stat-strip span{border-right:0;border-bottom:1px solid rgba(126,243,197,.1)}.site .feature-stat-strip span:last-child{border-bottom:0}.site .features-final-cta,.site .features-platform{padding:64px 0}}.site .reveal,.site .reveal-soft{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.site .reveal-soft.is-in,.site .reveal.is-in{opacity:1;transform:none}.site .hero-stagger>*,.site .hero-strip>*{opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.site .hero-stagger.is-in>*,.site .hero-strip.is-in>*{opacity:1;transform:none}.site .hero-stagger.is-in>:first-child{transition-delay:.05s}.site .hero-stagger.is-in>:nth-child(2){transition-delay:.12s}.site .hero-stagger.is-in>:nth-child(3){transition-delay:.19s}.site .hero-stagger.is-in>:nth-child(4){transition-delay:.26s}.site .hero-stagger.is-in>:nth-child(5){transition-delay:.33s}.site .hero-strip.is-in>:first-child{transition-delay:.05s}.site .hero-strip.is-in>:nth-child(2){transition-delay:.11s}.site .hero-strip.is-in>:nth-child(3){transition-delay:.17s}.site .hero-strip.is-in>:nth-child(4){transition-delay:.23s}@media (max-width:980px){.site .nav{grid-template-columns:1fr auto}.site .nav-actions,.site .nav-links{display:none}.site .nav-menu-toggle{display:inline-flex;grid-column:2;grid-row:1;touch-action:manipulation}.site .nav-links{margin:0}.site .hero-inner{grid-template-columns:1fr;gap:40px;padding:56px 0 64px}.site .feature-grid,.site .steps-grid{grid-template-columns:repeat(2,1fr)}.site .split{grid-template-columns:1fr;gap:32px}.site .product-proof{grid-template-columns:1fr;gap:28px}.site .pricing-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.site .footer-top{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:620px){.site .pricing-hero{padding:26px 0 22px}.site .pricing-trust-row{flex-direction:column;gap:8px}.site .pricing-plans-section{padding-top:28px}.site .section{padding:56px 0}.site .feature-grid,.site .steps-grid{grid-template-columns:1fr}.site .cta-band{padding:40px 24px;border-radius:14px}.site .footer-top{grid-template-columns:1fr}.site .hero-ctas .btn{width:100%}.site .product-gallery{grid-template-columns:1fr}.site .product-shot-featured,.site .product-shot-wide{grid-column:auto}.site .product-shot-copy{grid-template-columns:1fr;gap:12px;padding:16px}.site .product-shot figcaption{padding:16px}}@media (prefers-reduced-motion:reduce){.site .hero-stagger>*,.site .hero-strip>*,.site .reveal,.site .reveal-soft{opacity:1!important;transform:none!important}}.site .legal-prose{font-size:.95rem;line-height:1.7;color:var(--ink-body)}.site .legal-prose h2{font-size:1.35rem;font-weight:700;color:var(--ink);margin:2.25rem 0 .75rem}.site .legal-prose h3{font-size:1.05rem;font-weight:600;color:var(--ink);margin:1.5rem 0 .5rem}.site .legal-prose p{margin:0 0 1rem}.site .legal-prose ul{margin:0 0 1.25rem;padding-left:1.25rem;list-style:disc}.site .legal-prose li{margin-bottom:.45rem}.site .legal-prose a{color:var(--brand-action);font-weight:500;text-decoration:underline;text-underline-offset:3px}.site .legal-prose a:hover{color:var(--brand-action-hover)}