/* Hybrid brand — forest green #0F1E15, gold #B5883A, Playfair headings + DM Sans body */
:root {
  --green: #0F1E15;
  --green-2: #132a1f;
  --green-line: #24402f;
  --gold: #B5883A;
  --ink: #eef0ec;
  --muted: #9fb0a6;
  --muted-2: #c9cdc7;
  --cream: #f4f3ef;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'DM Sans', -apple-system, Helvetica, Arial, sans-serif;
  background: var(--green);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; color: #fff; line-height: 1.15; margin: 0 0 14px; }

a { color: var(--gold); }

.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header { padding: 22px 0; border-bottom: 1px solid var(--green-line); }
.site-header img { height: 34px; display: block; border: 0; }
.logo-fallback {
  font-family: 'Playfair Display', Georgia, serif; color: #fff; font-size: 22px;
  letter-spacing: 1px; font-weight: 700;
}

/* Eyebrow */
.eyebrow {
  margin: 0 0 10px; color: var(--gold); font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 700;
}

/* Hero */
.hero { padding: 56px 0 32px; }
.hero h1 { font-size: 46px; }
.hero .sub { font-size: 19px; color: var(--muted-2); max-width: 640px; }
@media (max-width: 640px) { .hero h1 { font-size: 34px; } }

/* Pills / meta */
.meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 14px; margin: 18px 0 26px; }
.meta span::before { content: "•"; color: var(--gold); margin-right: 8px; }

/* Price */
.price { font-family: 'Playfair Display', Georgia, serif; font-size: 40px; color: #fff; }
.anchor { color: var(--muted); text-decoration: line-through; font-size: 20px; margin-left: 10px; }

/* Buttons */
.btn {
  display: inline-block; text-align: center; background: var(--gold); color: var(--green);
  font-size: 18px; font-weight: 800; text-decoration: none; padding: 17px 30px;
  border-radius: 10px; border: 0; cursor: pointer; font-family: inherit;
}
.btn-block { display: block; width: 100%; }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn-ghost {
  display: inline-block; text-align: center; color: var(--muted); font-size: 14px;
  text-decoration: underline; background: none; border: 0; cursor: pointer;
  padding: 10px 0; font-family: inherit;
}

/* Card */
.card {
  background: var(--green-2); border: 1px solid var(--green-line); border-radius: 16px;
  padding: 28px; margin: 22px 0;
}

/* Sections */
section { padding: 34px 0; border-top: 1px solid var(--green-line); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 720px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.lesson { background: var(--green-2); border: 1px solid var(--green-line); border-radius: 12px; padding: 20px; }
.lesson .n { color: var(--gold); font-weight: 800; font-size: 14px; }

.quote { background: var(--green-2); border: 1px solid var(--green-line); border-radius: 12px; padding: 20px; }
.quote p { margin: 0 0 10px; color: var(--muted-2); }
.quote .who { color: var(--gold); font-size: 14px; font-weight: 700; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--green-line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: #fff; }
.faq p { color: var(--muted-2); margin: 10px 0 0; }

/* Treasury widget */
.tsy {
  display: inline-flex; align-items: baseline; gap: 10px; background: var(--green-2);
  border: 1px solid var(--green-line); border-radius: 999px; padding: 8px 16px; font-size: 14px;
  color: var(--muted);
}
.tsy b { color: #fff; font-size: 16px; font-variant-numeric: tabular-nums; }

/* Forms */
.field { margin: 0 0 16px; }
.field label { display: block; font-size: 14px; color: var(--muted-2); margin: 0 0 6px; }
.field input[type=text], .field input[type=email], .field input[type=tel] {
  width: 100%; padding: 13px 14px; border-radius: 9px; border: 1px solid var(--green-line);
  background: #0c1711; color: var(--ink); font-size: 16px; font-family: inherit;
}
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 20px; }
.consent input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 auto; }
.consent label { font-size: 13px; color: var(--muted-2); line-height: 1.5; }
.err { color: #ffb4a6; font-size: 14px; margin: 0 0 14px; min-height: 1px; }

/* Guarantee */
.guarantee { background: var(--green-2); border: 1px dashed var(--gold); border-radius: 12px; padding: 22px; }

/* Footer */
.site-footer { border-top: 1px solid var(--green-line); padding: 26px 0 44px; margin-top: 26px; }
.site-footer p { margin: 0 0 8px; color: #8a988f; font-size: 12px; }
.site-footer .fine { color: #6f7d74; font-size: 11px; }

/* Thank-you list */
.bought { list-style: none; padding: 0; margin: 18px 0; }
.bought li { padding: 12px 0; border-bottom: 1px solid var(--green-line); }
.bought li b { color: #fff; }
.tag { display:inline-block; background: var(--gold); color: var(--green); font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 999px; margin-left: 8px; text-transform: uppercase; letter-spacing: .5px; }

/* ═══════════════════════════════════════════════════════════════════════════
   MIRROR DESIGN — landing page only. Everything below is scoped under `.lp`
   (set via <body class="lp">) so the checkout / upsell / thank-you pages that
   share this stylesheet are left visually untouched. Self-hosted Poppins.
   ═══════════════════════════════════════════════════════════════════════════ */

@font-face { font-family:'Poppins'; font-style:normal; font-weight:400; font-display:swap; src:url('/public/fonts/poppins-400.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:500; font-display:swap; src:url('/public/fonts/poppins-500.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:600; font-display:swap; src:url('/public/fonts/poppins-600.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:700; font-display:swap; src:url('/public/fonts/poppins-700.woff2') format('woff2'); }
@font-face { font-family:'Poppins'; font-style:normal; font-weight:800; font-display:swap; src:url('/public/fonts/poppins-800.woff2') format('woff2'); }

.lp {
  --g-a:#17301f; --g-b:#1f3a29; --gold:#c9a24e; --gold-soft:rgba(201,162,78,.14);
  --cream:#eef2ea; --cream-dim:#b9c6bb; --light:#eef2ec; --white:#fff;
  --ink:#1c2b22; --muted:#5c6b61; --line:#e0e6dd;
  font-family:'Poppins', ui-rounded, 'Segoe UI', system-ui, sans-serif;
  background:var(--light); color:var(--ink); line-height:1.6;
}
.lp h1,.lp h2,.lp h3,.lp h4 { font-family:'Poppins', ui-rounded, 'Segoe UI', system-ui, sans-serif; margin:0; line-height:1.12; letter-spacing:-.01em; }
.lp p { margin:0; }
.lp a { color:var(--gold); }

/* neutralize shared rules for landing */
.lp section { border-top:0; padding:0; }
.lp .wrap, .lp .wrap-wide { max-width:none; padding:0; margin:0; }

.lp-container { max-width:1080px; margin:0 auto; padding:0 22px; }

/* ── Sticky header ── */
.lp .site-header { position:sticky; top:0; z-index:50; background:var(--g-a); border-bottom:1px solid rgba(255,255,255,.07); padding:0; }
.lp .site-header .header-inner { max-width:1080px; margin:0 auto; padding:13px 22px; display:flex; align-items:center; justify-content:space-between; }
.lp .site-header img { height:30px; display:block; }
.lp .nav-cta { color:var(--gold); font-weight:600; font-size:15px; text-decoration:none; white-space:nowrap; }
.lp .nav-cta:hover { text-decoration:underline; }

/* ── Buttons ── */
.lp-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; background:var(--gold); color:#1a1206; font-weight:700; font-size:17px; text-decoration:none; padding:16px 26px; border-radius:12px; border:0; cursor:pointer; font-family:inherit; transition:filter .15s ease, transform .05s ease; }
.lp-btn:hover { filter:brightness(1.06); }
.lp-btn:active { transform:translateY(1px); }
.lp-btn-block { display:flex; width:100%; }
.lp-btn:disabled { opacity:.6; cursor:not-allowed; }

/* ── Hero ── */
.lp-hero { position:relative; overflow:hidden; background:linear-gradient(160deg,var(--g-a) 0%,var(--g-b) 100%); color:var(--cream); padding:56px 0 68px; }
.lp-hero .blob { position:absolute; border-radius:50%; background:rgba(255,255,255,.035); pointer-events:none; }
.lp-hero .blob.b1 { width:340px; height:340px; top:-90px; right:-70px; }
.lp-hero .blob.b2 { width:220px; height:220px; top:180px; right:120px; background:rgba(201,162,78,.06); }
.lp-hero .blob.b3 { width:160px; height:160px; bottom:-40px; right:260px; }

.lp-pill { display:inline-flex; align-items:center; gap:7px; border:1px solid rgba(201,162,78,.55); color:var(--gold); font-size:13px; font-weight:600; padding:7px 15px; border-radius:999px; background:var(--gold-soft); }
.lp-eyebrow-wrap { text-align:center; }
.lp-hero h1 { font-size:52px; font-weight:800; color:var(--cream); text-align:center; max-width:900px; margin:22px auto 0; }
.lp-hero h1 .hl { color:var(--gold); }

.lp-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:44px; align-items:start; }

/* video card */
.lp-video { background:linear-gradient(155deg,#12261a,#193024); border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:26px; }
.lp-video-frame { position:relative; aspect-ratio:16/10; border-radius:14px; background:radial-gradient(120% 120% at 50% 40%, #1c3527 0%, #10201700 70%), #0f1f16; border:1px solid rgba(255,255,255,.06); display:flex; align-items:center; justify-content:center; }
.lp-play { width:74px; height:74px; border-radius:50%; background:var(--gold); display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px rgba(0,0,0,.35); }
.lp-video-cap { text-align:center; color:var(--cream-dim); font-size:14px; margin-top:16px; }
.lp-hero-sub { color:var(--cream-dim); font-size:15px; line-height:1.65; margin-top:18px; }

/* checkout card */
.lp-checkout { position:relative; background:#faf8f2; border-radius:18px; padding:26px 26px 28px; box-shadow:0 24px 60px rgba(0,0,0,.28); color:var(--ink); }
.lp-checkout .kicker { font-size:12px; letter-spacing:.14em; font-weight:700; color:var(--muted); text-transform:uppercase; }
.lp-badge { position:absolute; top:22px; right:22px; background:var(--g-a); color:var(--cream); font-size:12px; font-weight:600; padding:6px 12px; border-radius:999px; }
.lp-price { display:flex; align-items:baseline; gap:12px; margin:12px 0 2px; }
.lp-price .now { font-size:46px; font-weight:800; color:var(--ink); line-height:1; }
.lp-price .was { font-size:22px; font-weight:600; color:var(--gold); text-decoration:line-through; }
.lp-terms { color:var(--muted); font-size:14px; margin-bottom:18px; }

.lp-field { margin-bottom:13px; }
.lp-field label { display:block; font-size:13px; font-weight:600; color:#3d4a42; margin-bottom:6px; }
.lp-field input { width:100%; padding:13px 14px; border-radius:11px; border:1px solid #d7ddd2; background:#fff; color:var(--ink); font-size:16px; font-family:inherit; }
.lp-field input:focus { outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,162,78,.2); }
.lp-consent { display:flex; gap:10px; align-items:flex-start; margin:6px 0 16px; }
.lp-consent input { margin-top:3px; width:17px; height:17px; flex:0 0 auto; accent-color:var(--gold); }
.lp-consent label { font-size:12px; color:var(--muted); line-height:1.5; }
.lp-err { color:#b23b2e; font-size:13px; margin:0 0 10px; min-height:1px; }
.lp-lock { text-align:center; color:var(--muted); font-size:13px; margin-top:12px; }
.lp-checklist { list-style:none; padding:0; margin:18px 0 0; border-top:1px solid var(--line); padding-top:16px; }
.lp-checklist li { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:#34423a; padding:5px 0; }
.lp-checklist li svg { flex:0 0 auto; margin-top:2px; }

/* ── Light "four ideas" section ── */
.lp-light { background:var(--light); padding:74px 0; }
.lp-sec-head { text-align:center; max-width:680px; margin:0 auto 42px; }
.lp-sec-head h2 { font-size:36px; font-weight:700; color:var(--ink); }
.lp-sec-head p { color:var(--muted); font-size:17px; margin-top:12px; }

.lp-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.lp-idea { background:var(--white); border-radius:16px; padding:26px 22px; box-shadow:0 8px 24px rgba(28,43,34,.06); border:1px solid #edf1e9; }
.lp-icon { width:48px; height:48px; border-radius:12px; background:#eef2ec; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.lp-num { color:var(--gold); font-weight:700; font-size:14px; letter-spacing:.05em; }
.lp-idea h3 { font-size:19px; font-weight:700; color:var(--ink); margin:6px 0 9px; }
.lp-idea p { color:var(--muted); font-size:14.5px; line-height:1.6; }

/* ── Dark dial section ── */
.lp-dark { background:linear-gradient(160deg,var(--g-a),var(--g-b)); color:var(--cream); padding:74px 0; }
.lp-dark-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; }
.lp-dark h2 { font-size:34px; font-weight:700; color:var(--cream); }
.lp-dark p { color:var(--cream-dim); font-size:16px; line-height:1.7; margin:18px 0 26px; }
.lp-tsy-card { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); border-radius:18px; padding:24px; }
.lp-tsy-top { display:flex; justify-content:space-between; align-items:baseline; }
.lp-tsy-top .lbl { color:var(--cream-dim); font-size:13px; }
.lp-tsy-top .val { color:var(--gold); font-weight:700; font-size:26px; font-variant-numeric:tabular-nums; }
.lp-chart { margin:16px 0 8px; }
.lp-tsy-stats { display:flex; gap:10px; margin-top:14px; }
.lp-tsy-stats div { flex:1; background:rgba(0,0,0,.18); border-radius:11px; padding:11px 12px; text-align:center; }
.lp-tsy-stats .t { color:var(--cream-dim); font-size:11px; letter-spacing:.06em; }
.lp-tsy-stats .n { color:var(--cream); font-weight:700; font-size:16px; font-variant-numeric:tabular-nums; margin-top:2px; }

/* ── Testimonials ── */
.lp-quotes { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.lp-quote { background:var(--white); border-radius:16px; padding:26px; box-shadow:0 8px 24px rgba(28,43,34,.06); border:1px solid #edf1e9; }
.lp-quote .stars { color:var(--gold); font-size:14px; letter-spacing:2px; }
.lp-quote p { color:#34423a; font-size:15.5px; line-height:1.6; margin:12px 0 16px; }
.lp-quote .who { font-weight:700; color:var(--ink); font-size:14px; }
.lp-quote .role { color:var(--muted); font-size:13px; }

/* ── Guarantee ── */
.lp-guarantee { background:var(--light); padding:20px 0 74px; }
.lp-guarantee .box { max-width:640px; margin:0 auto; background:var(--white); border-radius:18px; padding:40px 34px; text-align:center; box-shadow:0 10px 30px rgba(28,43,34,.07); border:1px solid #edf1e9; }
.lp-shield { width:60px; height:60px; border-radius:50%; background:var(--gold-soft); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
.lp-guarantee h3 { font-size:24px; font-weight:700; color:var(--ink); }
.lp-guarantee p { color:var(--muted); font-size:16px; line-height:1.65; margin-top:12px; }

/* ── FAQ ── */
.lp-faq-wrap { max-width:760px; margin:0 auto; }
.lp-faq { border-top:1px solid var(--line); }
.lp-faq summary { list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 2px; font-weight:600; font-size:17px; color:var(--ink); border-bottom:1px solid var(--line); }
.lp-faq summary::-webkit-details-marker { display:none; }
.lp-faq .chev { flex:0 0 auto; transition:transform .2s ease; color:var(--muted); }
.lp-faq[open] .chev { transform:rotate(180deg); }
.lp-faq .ans { padding:4px 2px 20px; color:var(--muted); font-size:15.5px; line-height:1.65; border-bottom:1px solid var(--line); }

/* ── Final CTA ── */
.lp-final { background:linear-gradient(160deg,var(--g-a),var(--g-b)); color:var(--cream); padding:82px 0; text-align:center; }
.lp-final h2 { font-size:38px; font-weight:800; color:var(--cream); max-width:760px; margin:0 auto; }
.lp-final p.sub { color:var(--cream-dim); font-size:17px; margin:18px auto 30px; max-width:560px; }
.lp-final .fine { color:var(--cream-dim); font-size:13px; margin-top:18px; }

/* ── Footer on landing ── */
.lp .site-footer { background:var(--g-a); border-top:1px solid rgba(255,255,255,.07); }
.lp .site-footer p { color:#8ba090; }
.lp .site-footer .fine { color:#6f8676; }

.lp-center { text-align:center; }

/* ── Responsive ── */
@media (max-width:860px){
  .lp-hero-grid, .lp-dark-grid { grid-template-columns:1fr; }
  .lp-cards { grid-template-columns:1fr 1fr; }
  .lp-quotes { grid-template-columns:1fr; }
  .lp-hero h1 { font-size:38px; }
  .lp-sec-head h2, .lp-dark h2 { font-size:28px; }
  .lp-final h2 { font-size:30px; }
}
@media (max-width:520px){
  .lp-cards { grid-template-columns:1fr; }
  .lp-hero h1 { font-size:31px; }
  .lp-hero { padding:40px 0 48px; }
  .lp-checkout, .lp-video { padding:22px; }
}
