:root{--gh-bg:#f5efe4;--gh-surface:rgba(255, 255, 255, 0.82);--gh-surface-strong:rgba(255, 255, 255, 0.93);--gh-line:rgba(58, 42, 26, 0.14);--gh-ink:#1e1c19;--gh-ink-soft:#5e5449;--gh-primary:#0f766e;--gh-primary-deep:#115e59;--gh-accent:#c2410c;--gh-shadow:0 24px 70px rgba(74, 48, 21, 0.12);--gh-radius:1.15rem}[data-theme=dark]{--gh-bg:#111217;--gh-surface:rgba(22, 28, 39, 0.84);--gh-surface-strong:rgba(20, 25, 35, 0.95);--gh-line:rgba(148, 163, 184, 0.24);--gh-ink:#f8fafc;--gh-ink-soft:#cbd5e1;--gh-primary:#2dd4bf;--gh-primary-deep:#14b8a6;--gh-accent:#fb923c;--gh-shadow:0 22px 70px rgba(3, 7, 18, 0.5)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;color:var(--gh-ink);font-family:manrope,sans-serif;background:radial-gradient(circle at top left,rgba(255,255,255,.55),transparent 30rem),linear-gradient(135deg,#f7f2e9 0%,#efe3cf 55%,#ead6bd 100%)}[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(20,184,166,.14),transparent 27rem),linear-gradient(135deg,#0b1120 0%,#131a2a 52%,#111827 100%)}h1,h2,h3,h4,.brand-mark{font-family:space grotesk,sans-serif;letter-spacing:-.03em}a{color:var(--gh-primary)}.container{width:min(1100px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--gh-line);background:color-mix(in srgb,var(--gh-surface-strong) 90%,transparent);backdrop-filter:blur(14px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0}.brand-link{text-decoration:none;color:inherit;display:inline-flex;flex-direction:column;gap:.1rem}.brand-mark{font-size:1.35rem;font-weight:700}.brand-tagline{color:var(--gh-ink-soft);font-size:.86rem}.site-nav{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.site-nav a{text-decoration:none;color:var(--gh-ink);padding:.42rem .65rem;border-radius:999px}.site-nav a:hover{background:color-mix(in srgb,var(--gh-primary) 15%,transparent)}.theme-toggle{border:1px solid var(--gh-line);background:var(--gh-surface-strong);color:var(--gh-ink);border-radius:999px;padding:.45rem .8rem;font:inherit;cursor:pointer}.hero-wrap{padding:3.2rem 0 1.8rem}.hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}.card,.hero-panel,.stat-panel{background:var(--gh-surface);border:1px solid var(--gh-line);border-radius:var(--gh-radius);box-shadow:var(--gh-shadow);backdrop-filter:blur(18px)}.hero-panel{padding:2rem;background:linear-gradient(140deg,color-mix(in srgb,var(--gh-primary) 88%,#000 12%),color-mix(in srgb,var(--gh-accent) 85%,#000 15%));color:#fff}.hero-panel .lead{font-size:1.06rem;opacity:.95}.hero-panel h1{margin-top:0;font-size:clamp(1.75rem,3.2vw,2.8rem);line-height:1.1}.stat-panel{padding:1.5rem}.stat-panel ul{margin:0;padding-left:1.1rem;display:grid;gap:.6rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;margin-bottom:.75rem;color:var(--gh-ink-soft)}.hero-panel .eyebrow{color:rgba(255,255,255,.78)}.cta-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.btn{appearance:none;border:1px solid transparent;border-radius:.75rem;text-decoration:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-weight:700;font-size:.98rem;font-family:manrope,sans-serif}.btn-primary{background:var(--gh-primary);color:#fff}.btn-primary:hover{background:var(--gh-primary-deep)}.btn-secondary{background:var(--gh-surface-strong);border-color:var(--gh-line);color:var(--gh-ink)}.section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-bottom:3rem}.card{padding:1.4rem}.card h3{margin-top:0}.card-highlight{border-top:3px solid var(--gh-primary)}.text-link{text-decoration:none;font-weight:700}.prose-wrap{padding:2rem 0 1rem}.prose{padding:1.5rem;line-height:1.65}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:.5rem 0 3rem}.pricing-card{display:flex;flex-direction:column;gap:.8rem}.pricing-card ul{margin:0;padding-left:1.1rem;display:grid;gap:.5rem;flex:1}.price{font-size:1.8rem;margin:0}.pricing-featured{border-top:3px solid var(--gh-accent)}.checkout-form{margin-top:auto;display:grid;gap:.5rem}.d-none{display:none!important}.account-app{display:grid;gap:1rem}.account-dashboard{border:1px solid var(--gh-line);border-radius:.9rem;padding:1rem;background:var(--gh-surface-strong)}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.account-item{display:grid;gap:.2rem}.status-note{margin:0;color:var(--gh-ink-soft)}.field-label{font-size:.84rem;color:var(--gh-ink-soft);font-weight:700}.field-input{width:100%;border-radius:.7rem;border:1px solid var(--gh-line);background:var(--gh-surface-strong);color:var(--gh-ink);padding:.62rem .7rem;font:inherit}.site-footer{border-top:1px solid var(--gh-line);background:color-mix(in srgb,var(--gh-surface) 85%,transparent)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 0;color:var(--gh-ink-soft);font-size:.92rem}.footer-links{display:flex;gap:.8rem}.footer-links a{text-decoration:none}code{background:color-mix(in srgb,var(--gh-primary) 13%,transparent);border-radius:.38rem;padding:.15rem .35rem}@media(max-width:980px){.hero-grid,.section-grid,.pricing-grid{grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:space-between}.account-grid{grid-template-columns:1fr}}