:root{--c-bg: #ffffff;--c-fg: #0f172a;--c-muted: #475569;--c-border: #e2e8f0;--c-surface: #f8fafc;--c-primary: #2563eb;--c-primary-hover: #1d4ed8;--c-primary-fg: #ffffff;--radius: 12px;--max-width: 1100px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--c-fg);background:var(--c-bg);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3{line-height:1.2;margin:0 0 .5em;color:var(--c-fg)}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.015em}h3{font-size:1.125rem;font-weight:700}p{margin:0 0 1em;color:var(--c-muted)}a{color:var(--c-primary);text-decoration:none}a:hover,a:focus-visible{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;width:100%}.site-header{position:sticky;top:0;z-index:10;background:#ffffffeb;backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid var(--c-border)}.header-row{display:flex;align-items:center;justify-content:space-between;min-height:64px}.brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--c-fg);font-weight:700}.brand:hover{text-decoration:none}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--c-primary);color:var(--c-primary-fg);font-size:.85rem;font-weight:800}.site-nav{display:flex;align-items:center;gap:1.25rem}.site-nav a{color:var(--c-fg);font-weight:500}.nav-login{font-weight:600!important;color:var(--c-primary)!important}.nav-cta{background:var(--c-primary);color:var(--c-primary-fg)!important;padding:.55rem .95rem;border-radius:999px}.nav-cta:hover{background:var(--c-primary-hover);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;font-size:1rem;border:1px solid transparent;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.btn-primary{background:var(--c-primary);color:var(--c-primary-fg)}.btn-primary:hover{background:var(--c-primary-hover);text-decoration:none;color:var(--c-primary-fg)}.btn-ghost{background:transparent;color:var(--c-fg);border-color:var(--c-border)}.btn-ghost:hover{background:var(--c-surface);text-decoration:none}.hero{padding:clamp(3rem,7vw,6rem) 0 clamp(2rem,5vw,4rem);background:linear-gradient(180deg,#f8fafc,#fff)}.hero-inner{max-width:760px;text-align:center;margin:0 auto}.lede{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--c-muted);margin-bottom:1.75rem}.cta-row{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-meta{margin-top:1.25rem;font-size:.9rem;color:var(--c-muted)}.features{padding:clamp(2.5rem,6vw,5rem) 0}.section-title{text-align:center;margin-bottom:.5rem}.section-sub{text-align:center;color:var(--c-muted);margin-bottom:2.5rem}.feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}.feature-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem}.feature-card p{margin-bottom:0}.pricing{padding:clamp(2.5rem,6vw,5rem) 0;background:var(--c-surface)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.plan{position:relative;background:#fff;border:1px solid var(--c-border);border-radius:var(--radius);padding:1.75rem 1.5rem;display:flex;flex-direction:column}.plan-highlight{border-color:var(--c-primary);box-shadow:0 6px 24px #2563eb1f}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--c-primary);color:var(--c-primary-fg);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.plan-name{margin-bottom:.25rem}.plan-desc{font-size:.95rem;margin-bottom:1rem}.plan-price{margin:0 0 1rem;display:flex;align-items:baseline;gap:.25rem}.price-amount{font-size:2.25rem;font-weight:800;color:var(--c-fg)}.price-period{color:var(--c-muted)}.plan-features{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;gap:.5rem;flex:1}.plan-features li{position:relative;padding-left:1.5rem;color:var(--c-fg)}.plan-features li:before{content:"";position:absolute;left:0;top:.55em;width:.5rem;height:.5rem;border-radius:999px;background:var(--c-primary)}.plan-cta{width:100%}.cta-banner{padding:clamp(2.5rem,6vw,5rem) 0}.cta-banner-inner{text-align:center}.cta-banner h2{margin-bottom:1.5rem}.prose{max-width:760px;margin:0 auto;padding:clamp(2rem,5vw,4rem) 1.25rem}.prose h1{margin-bottom:1rem}.prose h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem}.prose p,.prose li{color:var(--c-fg)}.prose ul{padding-left:1.25rem}.help-grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}.help-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.25rem 1.5rem}.help-card a{color:var(--c-fg);font-weight:600}.help-card p{margin:.5rem 0 0;font-size:.95rem}.site-footer{border-top:1px solid var(--c-border);padding:1.5rem 0;background:var(--c-bg)}.footer-row{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.footer-brand{margin:0;color:var(--c-muted);font-size:.9rem}.footer-nav{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.footer-nav a{color:var(--c-muted);font-size:.9rem}@media(max-width:640px){.header-row{flex-wrap:wrap;gap:.4rem .75rem;min-height:0;padding-top:.6rem;padding-bottom:.6rem}.site-nav{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:.5rem 1rem;font-size:.95rem}.nav-cta{margin-left:auto}}@media(min-width:768px){.feature-grid,.pricing-grid{grid-template-columns:repeat(3,1fr)}.help-grid{grid-template-columns:repeat(2,1fr)}.footer-row{flex-direction:row;justify-content:space-between;text-align:left}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
