/* ── Marketing family (index.html + barista-mastery.html only) ─────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.btn-lg { padding: 15px 32px; font-size: 17px; }

/* HERO */
.hero {
  position: relative; min-height: 84vh; display: flex; align-items: center;
  overflow: hidden; border-bottom: 1px solid var(--border);
  /* Uniform var(--bg), matching body's own background treatment, plus the
     same two low-alpha warm accent highlights body already uses elsewhere —
     replaces the old dark-top/light-middle/dark-bottom 3-stop gradient,
     which stayed dark-anchored at both ends regardless of theme and broke
     the eyebrow's real contrast in light mode (see the audit). */
  background:
    radial-gradient(ellipse 70% 80% at 75% 20%, rgba(200,140,30,0.12) 0%, transparent 55%),
    radial-gradient(ellipse 90% 60% at 20% 90%, rgba(120,60,10,0.10) 0%, transparent 60%),
    var(--bg);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(200,140,30,0.04) 1px, transparent 1px);
  background-size: 28px 28px; opacity: 0.5; pointer-events: none;
}
.hero-content { position: relative; z-index: 3; max-width: 720px; }
.hero-eyebrow { font-family: var(--body); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; color: var(--text-dim); margin-bottom: 22px; }
.hero h1 { font-family: var(--serif); font-weight: 800; font-size: clamp(44px, 7vw, 84px); line-height: 0.98; color: var(--paper); letter-spacing: -1px; margin-bottom: 26px; text-shadow: 0 4px 40px rgba(0,0,0,0.6); }
.hero h1 em { font-style: italic; color: var(--accent-light); }
.hero p.sub { font-size: 19px; color: var(--text); max-width: 500px; margin-bottom: 36px; line-height: 1.5; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* SECTIONS */
section { padding: 96px 0; }
.section-label { font-family: var(--body); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 700; color: var(--accent); text-align: center; margin-bottom: 14px; }
.section-title { font-family: var(--serif); font-weight: 700; font-size: clamp(30px, 4.5vw, 46px); text-align: center; color: var(--paper); margin-bottom: 16px; line-height: 1.1; }
.section-intro { text-align: center; color: var(--text-dim); max-width: 560px; margin: 0 auto 56px; font-size: 17px; }

/* PROOF */
.proof { padding: 32px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--section-band-proof); }
.trust-signals { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.trust-signals span { color: var(--text-faint); font-style: italic; font-size: 14px; white-space: nowrap; }

/* STEPS */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { text-align: center; padding: 32px 24px; }
.step-num { width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(145deg, rgba(200,140,30,0.18), rgba(200,140,30,0.05)); border: 1.5px solid var(--border-bright); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--accent-light); box-shadow: 0 0 20px rgba(200,140,30,0.15); }
.step h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--paper); margin-bottom: 10px; }
.step p { color: var(--text-dim); font-size: 15px; }

/* FEATURES */
.features-section { background: var(--section-band-features); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.feature { background: var(--surface-elevated); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 0 rgba(200,140,30,0.08) inset, 0 4px 24px rgba(0,0,0,0.35); transition: transform 0.25s, box-shadow 0.25s; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 1px 0 rgba(200,140,30,0.12) inset, 0 12px 40px rgba(0,0,0,0.5); }
.feature-body { padding: 26px 28px 30px; }
.feature-body h3 { font-family: var(--serif); font-size: 23px; font-weight: 600; color: var(--accent-light); margin-bottom: 10px; }
.feature-body p { color: var(--text-dim); font-size: 15px; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 820px; margin: 0 auto; }
.price-card { background: var(--surface-elevated); border: 1px solid var(--border); border-radius: 18px; padding: 40px 34px; box-shadow: 0 1px 0 rgba(200,140,30,0.08) inset, 0 4px 24px rgba(0,0,0,0.35); position: relative; }
.price-card.featured { border: 1.5px solid var(--border-bright); box-shadow: 0 1px 0 rgba(200,140,30,0.15) inset, 0 8px 36px rgba(200,140,30,0.2); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(160deg, var(--accent-light), var(--accent)); color: var(--accent-foreground); font-family: var(--serif); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; box-shadow: 0 3px 12px rgba(200,140,30,0.4); white-space: nowrap; }
.price-name { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--paper); margin-bottom: 6px; }
.price-tag { font-family: var(--serif); margin: 16px 0 6px; }
.price-tag .amount { font-size: 46px; font-weight: 800; color: var(--accent-light); }
.price-tag .period { font-size: 16px; color: var(--text-faint); }
.price-sub { color: var(--text-faint); font-size: 14px; margin-bottom: 26px; }
.price-features { list-style: none; margin-bottom: 30px; }
.price-features li { padding: 9px 0; color: var(--text); font-size: 15px; display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px solid rgba(200,140,30,0.08); }
.price-features li::before { content: '✓'; color: var(--accent-light); font-weight: 700; flex-shrink: 0; }
.price-card .btn { width: 100%; }

/* FINAL CTA */
.final-cta { text-align: center; }
.final-cta p { color: var(--text-dim); font-size: 18px; margin-bottom: 32px; }

@media (max-width: 860px) {
  .steps, .feature-grid, .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero { min-height: 78vh; }
  section { padding: 64px 0; }
}
