:root {
  --bg: #08090c;
  --panel: #12151b;
  --panel-2: #171b22;
  --ink: #f7f2e8;
  --muted: #b8b9bd;
  --line: rgba(229, 187, 89, .24);
  --gold: #e0b95f;
  --gold-2: #f4d58a;
  --copper: #b86f32;
  --safe: #79d0a5;
  --danger: #ffb4a9;
  --danger-bg: rgba(151, 28, 28, .17);
  --shadow: 0 22px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(184,111,50,.18), transparent 64%),
    radial-gradient(800px 500px at 92% 8%, rgba(112,50,133,.16), transparent 65%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
}

a { color: var(--gold-2); }
img { max-width: 100%; }
code { color: #f7dc9c; overflow-wrap: anywhere; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8,9,12,.88);
  backdrop-filter: blur(14px);
}
.topbar-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: .03em; }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.pill, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.035);
  text-decoration: none;
  font-weight: 750;
  font-size: .91rem;
}
.button-primary { color: #171208; background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-color: transparent; box-shadow: 0 9px 30px rgba(224,185,95,.18); }

.hero { padding: 74px 0 34px; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: center; }
.eyebrow { color: var(--gold-2); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 800px; margin: 12px 0 18px; font-size: clamp(2.7rem, 7vw, 5.6rem); letter-spacing: -.045em; }
h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin: 0; font-size: 1.65rem; }
.lead { max-width: 760px; margin: 0; color: #d6d2ca; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.promise { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(160deg, rgba(224,185,95,.10), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.promise strong { display: block; margin-bottom: 5px; color: var(--gold-2); }

.section { padding: 38px 0; }
.compact { padding-top: 4px; }
.section-head { max-width: 850px; margin-bottom: 22px; }
.section-head p { color: var(--muted); font-size: 1.06rem; }
.danger-banner { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 20px; border: 1px solid rgba(255,180,169,.45); border-radius: 20px; background: var(--danger-bg); color: #ffe3df; }
.danger-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #230000; background: var(--danger); font-size: 1.6rem; font-weight: 950; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.trust-grid div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; color: var(--muted); background: rgba(255,255,255,.025); }
.trust-grid strong { display: block; margin-bottom: 4px; color: var(--ink); }

.quick-grid { counter-reset: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; padding: 0; list-style: none; }
.quick-grid li { min-height: 185px; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.035); color: var(--muted); }
.quick-grid li span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 12px; border-radius: 50%; color: #171208; background: var(--gold); font-weight: 900; }
.quick-grid li strong { display: block; margin-bottom: 6px; color: var(--ink); }

.steps { display: grid; gap: 22px; }
.step { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 28px; align-items: center; padding: 26px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.step:nth-child(even) .step-copy { order: 2; }
.step:nth-child(even) > figure, .step:nth-child(even) > .secret-placeholder { order: 1; }
.feature-step { grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr); }
.step-number { display: inline-grid; place-items: center; min-width: 42px; min-height: 42px; padding: 0 12px; margin-bottom: 14px; border-radius: 999px; color: #171208; background: var(--gold); font-weight: 900; }
.instruction { margin: 14px 0 0; padding: 14px 16px; border-left: 3px solid var(--gold); background: rgba(224,185,95,.07); }
.instruction strong, .result strong, .stop strong { display: block; }
.result { margin: 12px 0 0; color: #d7f4e5; }
.stop { margin: 12px 0 0; color: var(--danger); }
.optional-step { grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); border-color: rgba(121,208,165,.25); }

figure { margin: 0; text-align: center; }
figure img { display: block; width: min(100%, 451px); margin-inline: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #0a0b0e; box-shadow: 0 18px 55px rgba(0,0,0,.5); }
figcaption { margin-top: 10px; color: var(--muted); font-size: .86rem; }
.figure-pair { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: start; }
.figure-pair figure img { border-radius: 14px; }

.secret-step { border-color: rgba(255,180,169,.35); }
.secret-placeholder { display: grid; place-items: center; min-height: 540px; padding: 38px; border: 2px solid rgba(255,180,169,.5); border-radius: 24px; background: repeating-linear-gradient(135deg, rgba(110,16,16,.38) 0 20px, rgba(70,10,10,.5) 20px 40px); text-align: center; }
.secret-placeholder .shield { display: grid; place-items: center; width: 112px; height: 112px; border: 3px solid var(--danger); border-radius: 32px; color: var(--danger); font-size: 4rem; font-weight: 900; }
.secret-placeholder strong { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: .04em; }
.secret-placeholder span { color: var(--danger); font-weight: 850; }
.secret-placeholder small { max-width: 330px; color: #dfc8c3; }

.retirement { background: linear-gradient(180deg, rgba(112,22,22,.1), rgba(112,22,22,.22), rgba(112,22,22,.1)); border-block: 1px solid rgba(255,180,169,.15); }
.retirement-grid { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(280px, 1fr) minmax(250px, .8fr); gap: 24px; align-items: center; }
.retirement-copy { padding: 24px; border: 1px solid rgba(255,180,169,.28); border-radius: 20px; background: rgba(5,5,7,.42); }
.next-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(160deg, rgba(224,185,95,.10), rgba(255,255,255,.025)); }
.next-card .hero-actions { justify-content: flex-end; margin-top: 0; }
.footer { padding: 42px 0 56px; color: var(--muted); text-align: center; font-size: .9rem; }

@media (max-width: 920px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .retirement-grid { grid-template-columns: 1fr 1fr; }
  .retirement-copy { grid-column: 1 / -1; grid-row: 1; }
}

@media (max-width: 820px) {
  .topbar-inner { min-height: 62px; }
  .nav .optional { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid, .step, .feature-step, .optional-step, .next-card { grid-template-columns: 1fr; }
  .promise { margin-top: 8px; }
  .step, .step:nth-child(even) .step-copy, .step:nth-child(even) > figure, .step:nth-child(even) > .secret-placeholder { order: initial; }
  .step { padding: 20px; }
  figure, .secret-placeholder { order: 2; }
  .step-copy { order: 1; }
  .figure-pair { grid-template-columns: 1fr; }
  .figure-pair figure img { width: min(100%, 400px); }
  .next-card .hero-actions { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .wrap { width: min(100% - 22px, 1120px); }
  .brand span { font-size: .88rem; }
  .pill, .button { padding-inline: 12px; font-size: .84rem; }
  .hero { padding-top: 36px; }
  .quick-grid, .retirement-grid { grid-template-columns: 1fr; }
  .quick-grid li { min-height: auto; }
  .danger-banner { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .step { border-radius: 18px; padding: 15px; }
  figure img { border-radius: 15px; }
  .secret-placeholder { min-height: 420px; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
