
:root {
  --ink: #101a22;
  --navy: #162734;
  --navy-2: #203b4a;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --gold: #e8a63a;
  --gold-dark: #b86f12;
  --green: #59c69d;
  --muted: #63717a;
  --line: rgba(20, 39, 51, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 76px; display: flex; align-items: center; gap: 36px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(244, 240, 231, .94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; font-size: 18px; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px 9px 9px 2px; display: grid; place-items: center; background: var(--navy); color: var(--gold); font-family: Georgia, serif; font-size: 21px; }
nav { display: flex; gap: 28px; margin-left: auto; }
nav a { color: #4e5a61; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--gold-dark); }
.nav-cta { background: var(--navy); color: white; padding: 12px 18px; border-radius: 8px; font-size: 13px; font-weight: 800; }

.hero { max-width: 1180px; margin: 0 auto; padding: 94px 28px 80px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--gold-dark); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(232,166,58,.15); }
.hero h1 { max-width: 650px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 em { color: var(--gold-dark); font-weight: 500; }
.hero-lede { max-width: 610px; margin: 27px 0 0; color: #4e5c65; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 21px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #1b2225; box-shadow: 0 10px 24px rgba(184,111,18,.18); }
.button-primary:hover { background: #f1b44f; }
.button-secondary { border: 1px solid rgba(16,26,34,.25); }
.hero-note { margin-top: 19px; color: #7a858b; font-size: 12px; }

.proof-card { background: var(--navy); color: white; padding: 28px; border-radius: 6px 34px 6px 6px; box-shadow: 0 34px 70px rgba(16,26,34,.23); position: relative; overflow: hidden; }
.proof-card::after { content: ""; position: absolute; right: -65px; top: -80px; width: 210px; height: 210px; border: 1px solid rgba(232,166,58,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(232,166,58,.04), 0 0 0 70px rgba(232,166,58,.035); }
.proof-topline { display: flex; justify-content: space-between; position: relative; z-index: 1; font-size: 9px; letter-spacing: .14em; color: #9aacb7; }
.status { color: var(--green); }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--green); border-radius: 50%; }
.proof-card h2 { margin: 31px 0 6px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.proof-card > p { margin: 0 0 23px; color: #b9c6ce; font-size: 13px; line-height: 1.6; }
.proof-list { border-top: 1px solid rgba(255,255,255,.12); }
.proof-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.check { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(89,198,157,.12); color: var(--green); font-size: 11px; }
.proof-row strong { display: block; font-size: 13px; }
.proof-row small { display: block; margin-top: 5px; color: #93a5af; font-size: 11px; line-height: 1.4; }
.proof-row b { color: #536874; font-size: 11px; }
blockquote { margin: 24px 0 0; padding-left: 16px; border-left: 2px solid var(--gold); color: #f4dba9; font-family: Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.5; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: 0 auto 10px; padding: 22px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 0 20px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 13px; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.section { max-width: 1180px; margin: 0 auto; padding: 110px 28px; }
.section-intro { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 75px; }
.section-intro .kicker { grid-column: 1 / -1; }
.section-intro h2, .platform-section h2, .closing h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: 16px; margin-top: 52px; }
.method-card, .risk-card { min-height: 345px; padding: 29px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.method-card { position: relative; overflow: hidden; }
.method-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--green); }
.method-card.bear::before { background: #dd725f; }
.strategy-label { font-size: 9px; font-weight: 900; letter-spacing: .16em; color: var(--muted); }
.method-card h3, .risk-card h3 { margin: 30px 0 14px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.method-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.method-card ul { margin: 26px 0 0; padding: 0; list-style: none; }
.method-card li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.risk-card { background: var(--navy); color: white; }
.risk-card .kicker { color: var(--gold); }
.risk-card h3 { margin-top: 0; }
.risk-card ol { margin: 24px 0 0; padding: 0; list-style: none; }
.risk-card li { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.risk-card li span { color: var(--gold); font-size: 9px; }

.learning-section { padding-top: 70px; }
.section-intro.compact { grid-template-columns: 1.05fr .95fr; }
.learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lesson { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.lesson:hover { background: var(--white); transform: translateY(-3px); }
.lesson > span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 13px; }
.lesson h3 { margin: 26px 0 10px; font-size: 17px; }
.lesson p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.platform-section { max-width: 1124px; margin: 20px auto 0; padding: 72px; color: white; background: var(--navy-2); border-radius: 5px 45px 5px 5px; }
.platform-section > div:first-child { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.platform-section .kicker { grid-column: 1 / -1; color: var(--gold); }
.platform-section h2 { font-size: clamp(38px, 4vw, 52px); }
.platform-section p:last-child { margin: 0; color: #bdcbd2; line-height: 1.75; }
.platform-flow { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.platform-flow span { padding: 13px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 6px; font-size: 12px; font-weight: 800; }
.platform-flow b { color: var(--gold); }

.closing { max-width: 800px; margin: 0 auto; padding: 120px 28px; text-align: center; }
.closing .button { margin-top: 32px; }
footer { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 35px; padding: 38px max(28px, calc((100vw - 1180px) / 2)); color: #9fb0ba; background: #0c171e; font-size: 10px; line-height: 1.5; }
.footer-brand { color: white; }
footer p { margin: 0; }

@media (max-width: 900px) {
  nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .proof-card { max-width: 620px; }
  .trust-strip { grid-template-columns: 1fr 1fr; row-gap: 25px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .risk-card { grid-column: 1 / -1; min-height: auto; }
  .risk-card ol { display: grid; grid-template-columns: 1fr 1fr; }
  .learning-grid { grid-template-columns: 1fr 1fr; }
  .platform-section { margin-left: 28px; margin-right: 28px; padding: 52px 38px; }
  .platform-flow { flex-wrap: wrap; justify-content: flex-start; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand { font-size: 16px; }
  .nav-cta { display: none; }
  .hero { padding: 58px 19px 54px; gap: 50px; }
  .hero h1 { font-size: 49px; }
  .hero-lede { font-size: 16px; }
  .button { width: 100%; }
  .proof-card { padding: 23px; }
  .trust-strip { grid-template-columns: 1fr; padding: 24px 19px; }
  .trust-strip div, .trust-strip div:first-child { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 82px 19px; }
  .section-intro, .section-intro.compact, .platform-section > div:first-child { grid-template-columns: 1fr; gap: 24px; }
  .section-intro h2, .platform-section h2, .closing h2 { font-size: 39px; }
  .method-grid, .learning-grid { grid-template-columns: 1fr; }
  .risk-card { grid-column: auto; }
  .risk-card ol { grid-template-columns: 1fr; }
  .platform-section { margin: 0 19px; padding: 42px 24px; border-radius: 5px 28px 5px 5px; }
  .platform-flow { align-items: stretch; flex-direction: column; }
  .platform-flow b { transform: rotate(90deg); align-self: center; }
  .closing { padding: 90px 19px; }
  footer { padding: 35px 19px; }
}
