:root {
  --bg: #081226;
  --surface: #101d36;
  --text: #e8eefc;
  --muted: #a8b6d6;
  --primary: #5bb4ff;
  --border: #1f3158;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--bg); color: var(--text); }
.container { width: min(1100px, 92%); margin: 0 auto; }
.topbar { background: #060d1c; border-bottom: 1px solid #1f2a45; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; }
nav a, .brand { color: var(--text); text-decoration: none; margin-left: 1rem; }
.hero { padding: 4.5rem 0; background: linear-gradient(180deg, #0a1731 0%, #081226 100%); }
.hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; align-items: center; }
/* Hero: heading, single image, description, buttons */
.hero-banner-section .hero-banner-bg { width: 100%; }
.hero-banner .eyebrow { margin-bottom: 0.75rem; }
.hero-heading { margin: 0 0 1rem; font-size: clamp(1.5rem, 4vw, 2rem); }
.hero-banner .hero-image-wrap { margin: 0 0 1rem; width: 100%; }
.hero-banner .hero-image-wrap .hero-image { width: 100%; height: auto; max-height: 400px; object-fit: contain; object-position: center; border-radius: 12px; border: 1px solid var(--border); display: block; }
.hero-desc { margin: 0 0 1.25rem; color: var(--muted); line-height: 1.5; }
.hero-cta { margin-top: 0; }
@media (max-width: 768px) {
  .hero-banner .hero-image-wrap .hero-image { max-height: 280px; }
}
.hero-stack { max-width: 720px; }
.hero-stack .eyebrow { margin-bottom: 0.5rem; }
.hero-stack h1 { margin-bottom: 1rem; }
.hero-image-wrap { margin: 1rem 0; width: 100%; }
.hero-image-wrap .hero-image { width: 100%; height: auto; max-height: 420px; object-fit: contain; object-position: center; border-radius: 12px; border: 1px solid var(--border); display: block; }
.hero-stack .hero-description { margin-top: 0; margin-bottom: 1.25rem; }
.hero-stack .hero-cta { margin-top: 0; }
.hero-image, .shot { width: 100%; border-radius: 12px; border: 1px solid var(--border); }
.eyebrow { color: var(--primary); text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3, h4 { line-height: 1.2; }
.section { padding: 3.5rem 0; }
.alt { background: #0b1931; }
.stats, .pricing-grid, .framework-grid, .two-col { display: grid; gap: 1rem; }
.stats { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.pricing-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.framework-grid, .two-col { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.features-grid { display: grid; gap: 1rem; }
.features-grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.features-grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.features-grid.cols-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.feature-card .icon { font-size: 1.6rem; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin-bottom: 1.4rem; align-items: center; }
.split .shot { width: auto; max-width: 280px; height: auto; object-fit: contain; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1rem; }
.pricing-card { display: flex; flex-direction: column; }
.pricing-card.featured { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(91,180,255,.2); }
.pricing-card .plan-desc { min-height: 4em; }
.pricing-card .price-block,
.pricing-card > .price.price-current { min-height: 3.25em; display: flex; flex-direction: column; justify-content: flex-end; }
.pricing-card .price-block { justify-content: flex-end; }
.price-current, .price-struck { font-variant-numeric: tabular-nums; }
.price-current { min-width: 10ch; }
.badge { display: inline-block; background: var(--primary); color: #041025; padding: .25rem .55rem; border-radius: 999px; font-size: .75rem; font-weight: 600; margin-top: 0.35rem; }
.btn { display:inline-block; text-decoration:none; padding:.7rem 1rem; border-radius:8px; margin-right:.6rem; margin-top:.5rem; }
.btn-primary { background: var(--primary); color: #041025; font-weight: 600; }
.btn-secondary { border: 1px solid var(--primary); color: var(--text); background: transparent; }
.price { color: var(--primary); font-weight: 700; }
.prose { max-width: 820px; }
li { margin-bottom: .4rem; color: var(--muted); }
p, small { color: var(--muted); }
.toggle-note { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.pricing-options-row { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: flex-start; margin-bottom: 3rem; padding-bottom: 1rem; }
.csuite-callout { flex: 1; min-width: 280px; padding: 0.75rem 1rem; margin-bottom: 2.5rem; background: rgba(91,180,255,0.12); border: 1px solid rgba(91,180,255,0.35); border-radius: 8px; color: var(--primary); font-size: 0.95rem; }
.csuite-callout a { color: var(--primary); text-decoration: underline; }
.csuite-callout strong { color: var(--text); }
.paypal-buttons { margin-top: 0.75rem; min-height: 40px; }
.paypal-hero { min-height: 45px; margin-right: 0.75rem; }
.hero-cta { align-items: center; flex-wrap: wrap; }
.cta-paypal-row { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: flex-start; }
.cta-plan { display: flex; flex-direction: column; align-items: center; min-width: 180px; }
.cta-plan-name { font-weight: 600; margin-bottom: 0.5rem; color: var(--text); }
.cta-community { margin-top: 1.5rem; text-align: center; }
.btn-after-paypal { margin-top: 0.75rem; }
.price-block { display: flex; flex-direction: column; gap: 0.25rem; }
.price-struck { text-decoration: line-through; color: var(--muted); font-size: 0.95rem; }
.price-current { color: var(--primary); font-weight: 700; font-size: 1.35rem; }
.plan-desc { margin-bottom: 0.5rem; }
.plan-offers { margin: 0.75rem 0; }
.plan-note { font-size: 0.85rem; margin: 0 0 0.5rem; padding: 0.5rem 0.6rem; border-radius: 6px; }
.plan-note:last-child { margin-bottom: 0; }
.plan-note-label { display: block; font-weight: 700; color: var(--primary); margin-bottom: 0.2rem; }
.ld40-note { color: var(--muted); background: rgba(91,180,255,0.08); border-left: 3px solid var(--primary); }
.csuite-note { color: var(--text); background: rgba(91,180,255,0.12); border-left: 3px solid var(--primary); }
.csuite-note .plan-note-label { color: var(--primary); }
.plan-features { margin-top: 0.75rem; }
.pricing-below-notes { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.pricing-below-notes .plan-note { margin: 0; flex: 1; min-width: 260px; }
.hero.compact { padding: 2.5rem 0; }
.hero.compact .lead { font-size: 1.1rem; color: var(--muted); }
.lead { font-size: 1.15rem; line-height: 1.5; max-width: 720px; }
.section-intro { max-width: 720px; margin-bottom: 1rem; color: var(--muted); }
.feature-list { margin: 1rem 0 1.5rem; padding-left: 1.5rem; color: var(--muted); }
.feature-list li { margin-bottom: 0.5rem; }
.section-cta { margin-top: 1rem; color: var(--muted); }
.section-cta a { color: var(--primary); }
.pricing-grid.three-col { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.services-hero .lead { margin-bottom: 1rem; }
.services-hero .container > p:last-of-type { color: var(--muted); max-width: 720px; }

.data-table { width: 100%; border-collapse: collapse; margin: .75rem 0 1.25rem; }
.data-table th, .data-table td { border: 1px solid var(--border); padding: .65rem .7rem; text-align: left; }
.data-table th { background: #132646; }
.market-section .pricing-grid { margin-bottom: 1rem; }
.protocols-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin: 1.25rem 0; }
.protocols-note { margin-top: 1rem; padding: 0.75rem 1rem; background: rgba(91,180,255,0.1); border-left: 4px solid var(--primary); border-radius: 0 8px 8px 0; color: var(--text); font-weight: 500; }

.faq-list { display: grid; gap: .9rem; }
.faq-item h3 { margin-top: .2rem; }

/* SEO Onboarding page */
.onboarding-challenge { margin-bottom: 0; }
.onboarding-content { max-width: 640px; }
.onboarding-form-wrap { padding: 1.5rem; margin-top: 1.5rem; }
.onboarding-form-title { margin: 0 0 1rem; font-size: 1.25rem; }
.onboarding-form-embed { width: 100%; min-height: 400px; }
.onboarding-form-embed iframe { width: 100%; min-height: 400px; border: 1px solid var(--border); border-radius: 8px; }
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; margin-bottom: 0.35rem; color: var(--text); font-size: 0.95rem; }
.form-row input, .form-row textarea { width: 100%; padding: 0.6rem 0.75rem; border: 1px solid var(--border); border-radius: 8px; background: var(--bg); color: var(--text); font: inherit; }
.form-row input::placeholder, .form-row textarea::placeholder { color: var(--muted); opacity: 0.9; }
.form-row textarea { resize: vertical; min-height: 100px; }
.form-actions { margin-bottom: 0; margin-top: 1rem; }
.form-note { margin-top: 1rem; color: var(--muted); font-size: 0.85rem; }
.form-note code { background: rgba(91,180,255,0.15); padding: 0.1rem 0.35rem; border-radius: 4px; }

@media (max-width: 760px) { .nav { flex-direction: column; align-items: flex-start; gap: .6rem; } nav a, .brand { margin-left: 0; margin-right: .8rem; } }
