/* CPF Coaching offer pages — original design, dark modern SaaS direction */
:root {
  --bg: #0b0f14;
  --panel: #111823;
  --panel-2: #0e141d;
  --line: #1d2836;
  --text: #e6edf3;
  --muted: #93a4b3;
  --green: #2ebd85;
  --green-bright: #34d399;
  --gold: #d4a63f;
  --gold-bright: #f0c75e;
  --grad: linear-gradient(92deg, var(--green) 0%, var(--gold) 100%);
  --radius: 14px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Public Sans", -apple-system, Segoe UI, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

a { color: var(--green-bright); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; border-radius: 4px; }

/* Nav */
.nav { border-bottom: 1px solid var(--line); background: rgba(11,15,20,0.92); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(8px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: 1080px; margin: 0 auto; }
.brand { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--text); letter-spacing: 0.01em; }
.brand b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav-links { display: flex; gap: 22px; list-style: none; }
.nav-links a { color: var(--muted); font-size: 0.9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); text-decoration: none; }

/* Hero */
.hero { padding: clamp(56px, 9vw, 110px) 0 clamp(36px, 6vw, 70px); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -40% -20% auto -20%; height: 130%;
  background: radial-gradient(55% 60% at 70% 20%, rgba(46,189,133,0.14), transparent 70%),
              radial-gradient(45% 55% at 20% 10%, rgba(212,166,63,0.10), transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; position: relative; }
.eyebrow { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 999px; display: inline-block; padding: 6px 14px; background: var(--panel-2); margin-bottom: 22px; }
h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 1.4rem + 2.6vw, 3.3rem); line-height: 1.12; letter-spacing: -0.01em; margin-bottom: 20px; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); max-width: 56ch; }

/* Buttons */
.btn { display: inline-block; font-weight: 700; font-size: 1rem; padding: 15px 30px; border-radius: 10px; background: var(--grad); color: #0b0f14; margin-top: 30px; transition: transform 0.15s ease, box-shadow 0.15s ease; box-shadow: 0 6px 24px rgba(46,189,133,0.25); }
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(46,189,133,0.35); }
.btn-note { display: block; margin-top: 12px; font-size: 0.85rem; color: var(--muted); font-family: var(--font-mono); }

/* ARM ring */
.arm-ring { width: 100%; max-width: 340px; margin: 0 auto; display: block; }
.arm-ring text { font-family: var(--font-mono); }

/* Sections */
section { padding: clamp(32px, 5vw, 56px) 0; }
h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); margin-bottom: 18px; }
.section-lede { color: var(--muted); max-width: 68ch; margin-bottom: 8px; }
p + p { margin-top: 14px; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 26px; list-style: none; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card strong { color: var(--text); display: block; margin-bottom: 6px; }
.card p, .card span { color: var(--muted); font-size: 0.95rem; }

.not-included { border-left: 3px solid var(--gold); background: var(--panel-2); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin-top: 26px; color: var(--muted); }
.not-included b { color: var(--gold-bright); }

/* Price */
.price-block { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); text-align: center; margin-top: 10px; position: relative; overflow: hidden; }
.price-block::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad); }
.price { font-family: var(--font-display); font-size: clamp(2.4rem, 2rem + 2vw, 3.4rem); font-weight: 600; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-context { color: var(--muted); max-width: 58ch; margin: 14px auto 0; }

/* Ladder (index) */
.ladder { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 30px; }
.rung { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; display: flex; flex-direction: column; transition: border-color 0.15s ease, transform 0.15s ease; }
.rung:hover { border-color: var(--green); transform: translateY(-3px); }
.rung .stage { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 12px; }
.rung h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 10px; }
.rung p { color: var(--muted); font-size: 0.93rem; flex: 1; }
.rung .rung-price { font-family: var(--font-mono); color: var(--green-bright); margin: 16px 0 6px; font-size: 0.95rem; }
.rung a.rung-link { font-weight: 700; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 40px 0 56px; margin-top: 40px; }
.footer-line { color: var(--muted); font-style: italic; max-width: 72ch; }
.footer-meta { margin-top: 18px; color: var(--muted); font-size: 0.85rem; font-family: var(--font-mono); }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .arm-ring { max-width: 260px; }
  .nav-links { gap: 14px; flex-wrap: wrap; }
  .nav-inner { flex-direction: column; gap: 10px; }
}
