/* Vapus site pages (features, services, info, legal). Tokens match the landing page. Generated from aura-site/. */
:root {
  --primary: #059669; --primary-light: #34d399; --primary-dark: #064e3b; --accent: #f97316;
  --bg-main: #f0fdf4; --glass-bg: rgba(255, 255, 255, 0.72); --glass-border: rgba(5, 150, 105, 0.2); --glass-hover: rgba(255, 255, 255, 0.92);
  --text-main: #022c22; --text-muted: #374151; --blob-1: rgba(52, 211, 153, 0.35); --blob-2: rgba(249, 115, 22, 0.12);
  --card: #ffffff; --shadow: 0 6px 24px rgba(6, 78, 59, 0.07);
}
[data-theme='dark'] {
  --bg-main: #020617; --glass-bg: rgba(15, 23, 42, 0.65); --glass-border: rgba(52, 211, 153, 0.16); --glass-hover: rgba(30, 41, 59, 0.85);
  --text-main: #ecfdf5; --text-muted: #a3b3ab; --primary-dark: #6ee7b7; --blob-1: rgba(5, 150, 105, 0.22); --blob-2: rgba(249, 115, 22, 0.08);
  --card: #0b1524; --shadow: none;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--bg-main); color: var(--text-main); line-height: 1.65; min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; }
body > main { flex: 1; }
a { color: var(--primary); }
em, .serif { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-weight: 400; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--primary); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 2000; }
.skip:focus { left: 8px; }

.ambient { position: fixed; inset: 0; z-index: -1; filter: blur(80px);
  background: radial-gradient(at 0% 0%, var(--blob-1) 0, transparent 50%), radial-gradient(at 100% 0%, var(--blob-2) 0, transparent 50%), radial-gradient(at 100% 100%, var(--blob-1) 0, transparent 50%); }

/* nav */
.site-nav { position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 14px 6%;
  background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--glass-border); }
.logo { font-size: 1.6rem; font-weight: 800; letter-spacing: -1px; color: var(--text-main); text-decoration: none; }
.logo span { color: var(--primary); }
.nav-links { display: none; gap: 1.6rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.nav-links a:hover { color: var(--primary); }
.nav-right { display: flex; align-items: center; gap: 0.8rem; }
.btn { display: inline-block; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; box-shadow: 0 8px 22px rgba(5, 150, 105, 0.28); }
.btn-ghost { background: transparent; color: var(--text-main); border-color: var(--glass-border); }
.btn-link { background: none; border: 0; color: var(--text-main); font-weight: 700; font-size: 0.9rem; cursor: pointer; text-decoration: none; }
.theme-toggle { cursor: pointer; background: transparent; border: 1px solid var(--glass-border); border-radius: 999px; width: 40px; height: 36px; font-size: 1rem; color: var(--text-main); }
@media (min-width: 900px) { .nav-links { display: flex; } }
@media (max-width: 520px) { .site-nav .btn-primary { display: none; } }

/* hero */
.hero { padding: 72px 6% 40px; text-align: center; max-width: 980px; margin: 0 auto; }
.crumbs { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 18px; }
.crumbs a { color: var(--text-muted); text-decoration: none; } .crumbs a:hover { color: var(--primary); }
.eyebrow { display: inline-block; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.12; letter-spacing: -0.02em; color: var(--text-main); margin-bottom: 18px; }
.hero h1 em { color: var(--primary); }
.lead { font-size: clamp(1.02rem, 2vw, 1.2rem); color: var(--text-muted); max-width: 720px; margin: 0 auto; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(249, 115, 22, 0.12); color: var(--accent); border: 1px solid rgba(249, 115, 22, 0.35); margin-left: 8px; vertical-align: middle; }
.badge.live { background: rgba(5, 150, 105, 0.12); color: var(--primary); border-color: rgba(5, 150, 105, 0.35); }

/* content */
.container { max-width: 980px; margin: 0 auto; padding: 8px 6% 72px; display: flex; flex-direction: column; gap: 28px; }
.container.narrow { max-width: 820px; }
.container h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); letter-spacing: -0.01em; margin-top: 10px; }
.container h3 { font-size: 1.1rem; }
.container p { color: var(--text-muted); }
.container p strong, .container li strong { color: var(--text-main); }
.checklist, .plain { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.checklist li { position: relative; padding-left: 30px; color: var(--text-main); }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.plain { list-style: disc; padding-left: 22px; gap: 8px; color: var(--text-muted); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.card { background: var(--card); border: 1px solid var(--glass-border); border-radius: 18px; padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: inherit; transition: transform 0.2s, border-color 0.2s; }
a.card:hover { transform: translateY(-3px); border-color: var(--primary); }
.card .card-icon { font-size: 1.5rem; color: var(--primary); }
.card p { font-size: 0.93rem; }
.card .more { color: var(--primary); font-weight: 700; font-size: 0.86rem; margin-top: auto; }
.steps { list-style: none; counter-reset: s; display: flex; flex-direction: column; gap: 14px; }
.steps li { counter-increment: s; background: var(--card); border: 1px solid var(--glass-border); border-radius: 16px; padding: 18px 20px 18px 68px; position: relative; }
.steps li::before { content: counter(s); position: absolute; left: 18px; top: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; display: grid; place-items: center; }
.steps li strong { display: block; margin-bottom: 2px; }
.note { border-radius: 16px; padding: 18px 20px; border: 1px solid var(--glass-border); background: var(--glass-bg); }
.note h3 { margin-bottom: 4px; }
.note.status { border-color: rgba(249, 115, 22, 0.4); background: rgba(249, 115, 22, 0.07); }
.note.warn { border-color: rgba(220, 38, 38, 0.4); background: rgba(220, 38, 38, 0.06); }
.note.info { border-color: rgba(5, 150, 105, 0.35); background: rgba(5, 150, 105, 0.06); }
.faq details { background: var(--card); border: 1px solid var(--glass-border); border-radius: 14px; padding: 14px 18px; }
.faq details + details { margin-top: 10px; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin-top: 8px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.price-grid .card.highlight { border-color: var(--primary); box-shadow: 0 10px 30px rgba(5, 150, 105, 0.15); }
.price-tier { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary); }
.cta-band { text-align: center; border-radius: 22px; padding: 40px 24px; background: linear-gradient(135deg, rgba(5, 150, 105, 0.14), rgba(249, 115, 22, 0.1)); border: 1px solid var(--glass-border); }
.cta-band h2 { margin: 0 0 8px; } .cta-band p { max-width: 560px; margin: 0 auto 20px; }
.cta-band .hero-ctas { margin-top: 0; }

/* legal documents */
.legal-meta { font-size: 0.85rem; color: var(--text-muted); }
.legal-toc { background: var(--card); border: 1px solid var(--glass-border); border-radius: 14px; padding: 16px 20px; }
.legal-toc ol { padding-left: 20px; columns: 2; column-gap: 32px; } .legal-toc a { text-decoration: none; }
.legal h2 { scroll-margin-top: 90px; margin-top: 18px; }
.legal p + p, .legal p + ul { margin-top: 10px; }
.legal ul { padding-left: 22px; color: var(--text-muted); display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
@media (max-width: 640px) { .legal-toc ol { columns: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
