/* Cover page.
 *
 * Same quartz-and-ironstone world as the app, pitched louder. The one rule the
 * copy has to obey: this product cannot promise anyone will find gold, so the
 * page sells what it actually does — tells you what the government records say,
 * and works where there is no signal.
 *
 * The limits section is not a legal afterthought. It is a selling point: a
 * prospecting app honest enough to publish what it does not know is worth more
 * than one that is not.
 */

:root {
  --ink:       #1a1512;
  --ink-soft:  #5a4c42;
  --paper:     #f7f4ed;
  --paper-2:   #efe9dc;
  --line:      #ddd2bd;
  --gold:      #b8862b;
  --gold-lit:  #e0ae4b;
  --ironstone: #8c3f24;
  --deep:      #16110d;
  --green:     #2f6b3a;
  --red:       #8f2020;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #f4efe5; --ink-soft: #b6a998; --paper: #14100d;
    --paper-2: #1e1813; --line: #362d25; --deep: #0c0908;
    --gold: #d8a53f; --ironstone: #c9633e; --green: #7cc389; --red: #e8867e;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.6 ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

/* ---------- nav ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px 22px;
  background: var(--deep); color: var(--paper);
  border-bottom: 3px solid var(--gold);
  position: sticky; top: 0; z-index: 10;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.logo em { font-style: normal; opacity: .6; font-weight: 400; }
.pan {
  width: 24px; height: 16px; border-radius: 50%; flex: none;
  background: radial-gradient(ellipse at 32% 30%, var(--gold-lit) 0 38%, #6d4d15 100%);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.4), 0 0 0 1.5px var(--gold);
}
.nav a.cta {
  background: var(--gold); color: #17120c; text-decoration: none;
  padding: 11px 18px; border-radius: 8px; font-weight: 700;
  min-height: 44px; display: inline-flex; align-items: center;
}
.nav a.cta:hover { background: var(--gold-lit); }

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 70% 0%, rgba(184,134,43,.20), transparent 70%),
    var(--deep);
  color: #f2ece1;
  padding: 68px 0 60px;
}
.hero h1 {
  font-size: clamp(2.1rem, 6vw, 3.5rem);
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 17ch;
  text-wrap: balance;
  letter-spacing: -.02em;
}
.hero h1 b { color: var(--gold-lit); font-weight: inherit; }
.hero .lede { font-size: clamp(1.05rem, 2.4vw, 1.28rem); max-width: 56ch; opacity: .9; margin: 0 0 28px; }
.hero .buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; min-height: 52px;
  padding: 0 24px; border-radius: 9px; font-weight: 700; text-decoration: none;
  font-size: 1.02rem;
}
.btn-gold { background: var(--gold); color: #17120c; }
.btn-gold:hover { background: var(--gold-lit); }
.btn-ghost { border: 2px solid rgba(255,255,255,.35); color: #f2ece1; }
.btn-ghost:hover { border-color: var(--gold); }

/* ---------- the numbers ---------- */
.figures {
  display: grid; gap: 1px; background: var(--line);
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  border-block: 1px solid var(--line);
}
.fig { background: var(--paper); padding: 22px 18px; }
.fig b {
  display: block; font-size: clamp(1.5rem, 4vw, 2rem); color: var(--gold);
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.fig span { display: block; font-size: .87rem; color: var(--ink-soft); margin-top: 4px; }

/* ---------- sections ---------- */
section { padding: 60px 0; }
section h2 {
  font-size: clamp(1.4rem, 3.4vw, 1.95rem); margin: 0 0 10px;
  text-wrap: balance; letter-spacing: -.01em;
}
section .sub { color: var(--ink-soft); max-width: 62ch; margin: 0 0 32px; }

.two { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.panel {
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--paper-2); padding: 22px;
}
.panel h3 { margin: 0 0 8px; font-size: 1.08rem; }
.panel p { margin: 0; color: var(--ink-soft); }
.panel .tag {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px; margin-bottom: 10px;
}
.tag-find { background: rgba(184,134,43,.18); color: var(--gold); }
.tag-be   { background: rgba(47,107,58,.16); color: var(--green); }

.alt { background: var(--paper-2); border-block: 1px solid var(--line); }

/* ---------- limits ---------- */
.limits { border-left: 5px solid var(--ironstone); padding-left: 22px; max-width: 66ch; }
.limits li { margin: 10px 0; }
.limits b { color: var(--ink); }

/* ---------- pricing ---------- */
.prices { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); max-width: 760px; }
.price {
  border: 2px solid var(--line); border-radius: 14px; background: var(--paper);
  padding: 26px; display: flex; flex-direction: column;
}
.price.best { border-color: var(--gold); }
.price .kind { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; color: var(--ink-soft); }
.price .amt { font-size: 2.6rem; font-weight: 750; line-height: 1.1; margin: 8px 0 2px; font-variant-numeric: tabular-nums; }
.price .per { color: var(--ink-soft); font-size: .92rem; }
.price ul { list-style: none; margin: 18px 0; padding: 0; }
.price li { padding-left: 24px; position: relative; margin: 8px 0; }
.price li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.price .btn { margin-top: auto; justify-content: center; }
.price .flag {
  align-self: flex-start; background: var(--gold); color: #17120c;
  font-size: .7rem; font-weight: 800; letter-spacing: .08em;
  padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
}

/* ---------- footer ---------- */
footer {
  background: var(--deep); color: #cfc5b6; padding: 40px 0 60px; font-size: .9rem;
}
footer a { color: var(--gold-lit); }
footer p { max-width: 72ch; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
