:root{--bg-cream: #FAF9F6;--bg-white: #FFFFFF;--bg-dark: #1A1A2E;--bg-dark-card: #25253A;--text-primary: #1A1A2E;--text-secondary: #555555;--text-muted: #888888;--text-on-dark: #FAFAFA;--text-on-dark-muted: rgba(255,255,255,.65);--card-fg: #1A1A2E;--card-bg: #FFFFFF;--card-border: rgba(0,0,0,.08);--accent: #534AB7;--accent-light: #7F77DD;--accent-bg: #EEEDFE;--green: #1D9E75;--green-bg: #E1F5EE;--orange: #BA7517;--orange-bg: #FAEEDA;--coral: #D85A30;--coral-bg: #FAECE7;--blue: #185FA5;--blue-bg: #E6F1FB;--pink: #D4537E;--pink-bg: #FBEAF0;--red-warning: #A32D2D;--border-subtle: rgba(0,0,0,.08);--border-subtle-dark: rgba(255,255,255,.08);--serif: "Instrument Serif", "Fraunces", Georgia, serif;--sans: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;--density: 1}[data-theme=dark]{--bg-cream: #131320;--bg-white: #1F1F33;--card-bg-elevated: #2A2A3F;--bg-dark: #0C0C18;--bg-dark-card: #1F1F33;--text-primary: #F4F3EE;--text-secondary: rgba(244,243,238,.72);--text-muted: rgba(244,243,238,.5);--text-on-dark: #F4F3EE;--text-on-dark-muted: rgba(244,243,238,.65);--card-fg: #F4F3EE;--card-bg: #1F1F33;--card-border: rgba(255,255,255,.08)}*{box-sizing:border-box}html,body{margin:0;padding:0}html,body{overflow-x:hidden}body{background:var(--bg-cream);color:var(--text-primary);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0;font-weight:500;letter-spacing:-.02em;line-height:1.12}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.serif-it{font-family:var(--serif);font-style:italic;color:var(--accent);font-weight:400;letter-spacing:-.01em}.container{max-width:1200px;margin:0 auto;padding:0 32px}.eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;background:var(--accent-bg);border-radius:999px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:500}.eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;border:none;transition:all .18s ease;white-space:nowrap}.btn-primary{background:var(--btn-primary-bg, var(--text-primary));color:var(--btn-primary-fg, var(--text-on-dark))}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}[data-theme=dark] .btn-primary,[data-theme=dark] .btn-inverted{background:var(--accent);color:#fff}[data-theme=dark] .trust-badge{background:var(--card-bg);color:var(--text-primary)}[data-theme=dark] .eyebrow{background:#7f77dd2e;color:var(--accent-light)}.btn-secondary{background:var(--card-bg);color:var(--text-primary);border:.5px solid var(--card-border)}.btn-secondary:hover{border-color:var(--accent)}.btn-inverted{background:var(--bg-cream);color:var(--text-primary)}.btn-inverted:hover{opacity:.9}.btn-arrow{display:inline-block;transition:transform .18s ease}.btn:hover .btn-arrow{transform:translate(2px)}.card{background:var(--card-bg);border:.5px solid var(--card-border);border-radius:14px;padding:24px;transition:all .22s ease;color:var(--card-fg)}.card:hover{transform:translateY(-2px);border-color:var(--accent)}.trust-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--card-bg);border:.5px solid var(--card-border);border-radius:8px;font-size:12px;font-weight:500;color:var(--text-primary)}.trust-dot{width:8px;height:8px;border-radius:3px}section{padding:calc(72px * var(--density)) 0}section.dense{padding:calc(56px * var(--density)) 0}.status-dot{position:relative;width:7px;height:7px;border-radius:50%;background:#1d9e75;display:inline-block}.status-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;background:#1d9e75;opacity:.35;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.6);opacity:0}}.reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.mono{font-family:var(--mono)}.muted{color:var(--text-secondary)}.dim{color:var(--text-muted)}.section-head{max-width:720px;margin-bottom:40px}.section-head h2{font-size:clamp(28px,3vw,34px);margin-top:14px;color:var(--text-primary)}.section-head .sub{font-size:16px;color:var(--text-secondary);margin-top:14px;line-height:1.55;max-width:600px}.dark{background:var(--bg-dark);color:var(--text-on-dark)}.dark .muted{color:var(--text-on-dark-muted)}.dark .card{background:var(--bg-dark-card);border-color:#ffffff14;color:var(--text-on-dark)}.dark .section-head h2{color:var(--text-on-dark)}.dark .section-head .sub{color:var(--text-on-dark-muted)}[data-theme=dark] .card{color:var(--text-primary)}[data-theme=dark] [style*="color: rgb(26, 26, 46)"],[data-theme=dark] [style*="color: #1A1A2E"],[data-theme=dark] [style*="color: #1a1a2e"]{color:var(--text-primary)!important}[data-theme=dark] [style*="color: #444"],[data-theme=dark] [style*="color: rgb(68, 68, 68)"],[data-theme=dark] [style*="color: #555"],[data-theme=dark] [style*="color: rgb(85, 85, 85)"]{color:var(--text-secondary)!important}[data-theme=dark] [style*="color: #3A338F"],[data-theme=dark] [style*="color: rgb(58, 51, 143)"]{color:var(--accent-light)!important}[data-theme=dark] [style*="color: #888"],[data-theme=dark] [style*="color: rgb(136, 136, 136)"]{color:var(--text-muted)!important}[data-theme=dark] [style*="color: #ccc"],[data-theme=dark] [style*="color: rgb(204, 204, 204)"]{color:#f4f3ee4d!important}[data-theme=dark] [style*="background: #FAF9F6"],[data-theme=dark] [style*="background:#FAF9F6"],[data-theme=dark] [style*="background: rgb(250, 249, 246)"]{background:var(--bg-cream)!important}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="rgb(255, 255, 255)"]{background:var(--card-bg)!important}[data-theme=dark] [style*="rgba(0,0,0,0.05)"]{border-color:#ffffff0f!important}[data-theme=dark] [style*="rgba(0,0,0,0.06)"]{border-color:#ffffff14!important}[data-theme=dark] [style*="rgba(0,0,0,0.08)"]{border-color:#ffffff1a!important}[data-theme=dark] [style*="background: #1A1A2E"],[data-theme=dark] [style*="background:#1A1A2E"]{background:var(--card-bg-elevated, #2A2A3F)!important}[data-theme=dark] [style*="background: #EEEDFE"],[data-theme=dark] [style*="background:#EEEDFE"],[data-theme=dark] [style*="background: rgb(238, 237, 254)"]{background:#7f77dd24!important}[data-theme=dark] [style*="background: #E1F5EE"],[data-theme=dark] [style*="background:#E1F5EE"],[data-theme=dark] [style*="background: rgb(225, 245, 238)"]{background:#1d9e752e!important}[data-theme=dark] [style*="background: #FAEEDA"],[data-theme=dark] [style*="background:#FAEEDA"],[data-theme=dark] [style*="background: rgb(250, 238, 218)"]{background:#ba751733!important}[data-theme=dark] [style*="background: #FBEAF0"],[data-theme=dark] [style*="background:#FBEAF0"],[data-theme=dark] [style*="background: rgb(251, 234, 240)"]{background:#d4537e2e!important}[data-theme=dark] [style*="background: #FAFAFA"],[data-theme=dark] [style*="background:#FAFAFA"],[data-theme=dark] [style*="background: rgb(250, 250, 250)"]{background:var(--card-bg)!important}[data-theme=dark] [style*="background: #F4F2EE"],[data-theme=dark] [style*="background:#F4F2EE"],[data-theme=dark] [style*="background: rgb(244, 242, 238)"]{background:var(--bg-cream)!important}[data-theme=dark] [style*="background: rgba(127, 119, 221"] [style*="color: rgb(127, 119, 221)"],[data-theme=dark] [style*="background: rgba(127,119,221"] [style*="color: rgb(127, 119, 221)"]{color:var(--accent-light)!important}[data-theme=dark] [style*="background: rgba(127, 119, 221, 0.14)"] [style*="color: rgb(83, 74, 183)"],[data-theme=dark] [style*="background: rgba(29, 158, 117, 0.18)"] [style*="color: rgb(29, 158, 117)"],[data-theme=dark] [style*="background: rgba(186, 117, 23, 0.20)"] [style*="color: rgb(186, 117, 23)"],[data-theme=dark] [style*="background: rgba(212, 83, 126, 0.18)"] [style*="color: rgb(212, 83, 126)"]{filter:brightness(1.4) saturate(.9)}[data-theme=dark] .dc-logo,[data-theme=dark] .dc-logo-text{color:var(--text-primary)!important}[data-theme=dark] .dc-logo-mark{background:var(--text-primary)!important;color:var(--bg-cream)!important}.pricing-card{background:#fff;color:#1a1a2e;border:.5px solid var(--border-subtle);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:18px;position:relative;transition:all .24s ease}.pricing-card--featured{background:#1a1a2e;color:#fafafa;border-color:#7f77dd66;background-image:radial-gradient(circle at 100% 0%,rgba(127,119,221,.2),transparent 70%)}.pricing-card__badge{position:absolute;top:-10px;left:24px;background:var(--accent);color:#fff;font-size:10.5px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-weight:500;padding:5px 10px;border-radius:999px}.pricing-card__tier{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:500}.pricing-card--featured .pricing-card__tier{color:var(--accent-light)}.pricing-card__price{font-size:38px;font-weight:500;letter-spacing:-.03em}.pricing-card__suffix{font-size:14px;color:#888}.pricing-card--featured .pricing-card__suffix{color:#fff9}.pricing-card__desc{font-size:13.5px;color:#555;margin-top:10px;line-height:1.5}.pricing-card--featured .pricing-card__desc{color:#ffffffb3}.pricing-card__divider{height:1px;background:#0000000f}.pricing-card--featured .pricing-card__divider{background:#ffffff1a}.pricing-card__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.pricing-card__features li{font-size:13.5px;display:flex;gap:10px;align-items:flex-start}.pricing-card__check{color:var(--accent)}.pricing-card--featured .pricing-card__check{color:var(--accent-light)}.pricing-card__feat-text{color:#1a1a2e}.pricing-card--featured .pricing-card__feat-text{color:#ffffffd9}[data-theme=dark] .pricing-card{background:var(--card-bg);color:var(--text-primary);border-color:#ffffff14}[data-theme=dark] .pricing-card--featured{background:linear-gradient(140deg,var(--accent) 0%,#4A3FB0 100%);color:#fff;border-color:#7f77dd80;background-image:radial-gradient(circle at 100% 0%,rgba(255,255,255,.12),transparent 70%),linear-gradient(140deg,#534ab7,#3d3596);box-shadow:0 12px 40px -12px #7f77dd80}[data-theme=dark] .pricing-card__suffix{color:var(--text-muted)}[data-theme=dark] .pricing-card__desc{color:var(--text-secondary)}[data-theme=dark] .pricing-card__feat-text{color:var(--text-primary)}[data-theme=dark] .pricing-card__divider{background:#ffffff0f}[data-theme=dark] .pricing-card--featured .pricing-card__suffix,[data-theme=dark] .pricing-card--featured .pricing-card__desc{color:#ffffffbf}[data-theme=dark] .pricing-card--featured .pricing-card__feat-text{color:#ffffffeb}[data-theme=dark] .pricing-card--featured .pricing-card__check{color:#fff}[data-theme=dark] .pricing-card--featured .pricing-card__divider{background:#ffffff2e}@media(max-width:768px){.container{padding:0 20px}section{padding:calc(56px * var(--density)) 0}.section-head h2{font-size:26px}}.theme-toggle:hover{border-color:var(--accent)!important}.kb-tcell-hi{color:var(--accent);background:#534ab70d}.kb-tcell-hi-rule{position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent)}[data-theme=dark] .kb-tcell-hi{color:var(--accent-light);background:#7f77dd1f}[data-theme=dark] .kb-tcell-hi-rule{background:var(--accent-light)}#scroll-top[data-astro-cid-5hce7sga]{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:44px;height:44px;border-radius:50%;border:.5px solid var(--card-border);background:var(--card-bg);color:var(--text-primary);display:none;align-items:center;justify-content:center;box-shadow:0 10px 24px -8px #00000040;cursor:pointer;z-index:80;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .16s ease}#scroll-top[data-astro-cid-5hce7sga].is-visible{opacity:1;transform:translateY(0)}#scroll-top[data-astro-cid-5hce7sga]:active{transform:translateY(0) scale(.96)}@media(max-width:900px){#scroll-top[data-astro-cid-5hce7sga]{display:inline-flex}}
