/* SnapToTackle — the same navy, red and white as the app, so the site a coach
   buys from and the window they open afterwards look like one product.
   Red is reserved for the action or the emphasis, never decoration. */
:root {
  --navy-900: #05122b;
  --navy-800: #0a1c3d;
  --navy-700: #102a52;
  --navy-600: #1a3a69;
  --line:     #1e3866;
  --red:      #c8102e;
  --red-hot:  #e01b3b;
  --red-deep: #8f0b20;
  --white:    #ffffff;
  --ink:      #eaf1fb;
  --muted:    #92a8c8;
  --radius: 12px;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1100px 520px at 50% -8%, var(--navy-700) 0%, transparent 62%),
    var(--navy-900);
  color: var(--ink);
  font: 16px/1.6 "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

a { color: var(--red-hot); }

.top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px 24px;
  background: linear-gradient(180deg, var(--navy-800), rgba(10, 28, 61, 0));
  border-bottom: 2px solid var(--red);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand-text { font-size: 19px; font-weight: 700; letter-spacing: .3px; }
.brand-text span { color: var(--red-hot); }
.top nav { display: flex; gap: 20px; font-size: 14.5px; }
.top nav a { color: var(--muted); text-decoration: none; }
.top nav a:hover { color: var(--white); }

main { max-width: 900px; margin: 0 auto; padding: 0 20px 70px; }

.hero { padding: 62px 0 46px; text-align: center; }
.hero h1 {
  font-size: clamp(30px, 5.4vw, 46px); line-height: 1.12; margin: 0 0 18px;
  color: var(--white); letter-spacing: -.8px;
}
.hero h1 em { color: var(--red-hot); font-style: normal; }
.hero p { font-size: clamp(16px, 2.3vw, 19px); color: var(--muted); margin: 0 auto 30px; max-width: 620px; }

.cta {
  display: inline-block; background: var(--red); color: var(--white);
  font: inherit; font-size: 17px; font-weight: 650; text-decoration: none;
  border: none; border-radius: 10px; padding: 15px 38px; cursor: pointer;
  box-shadow: 0 2px 0 var(--red-deep); transition: background .12s;
}
.cta:hover { background: var(--red-hot); }
.cta:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
.cta-note { display: block; margin-top: 12px; color: var(--muted); font-size: 13.5px; }

section { padding: 34px 0; }
h2 { font-size: clamp(21px, 3.4vw, 27px); color: var(--white); margin: 0 0 8px; letter-spacing: -.3px; }
.sub { color: var(--muted); margin: 0 0 22px; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.card {
  background: var(--navy-800); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px;
}
.card h3 { margin: 0 0 7px; font-size: 16.5px; color: var(--white); }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; }

table { border-collapse: collapse; width: 100%; font-size: 15px; margin-top: 6px; }
caption { caption-side: bottom; color: var(--muted); font-size: 13px; padding-top: 12px; text-align: left; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
thead th { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
tbody tr:last-child td { border-bottom: none; }
tbody tr.best { background: rgba(200, 16, 46, .10); }
tbody tr.best td:first-child { font-weight: 650; color: var(--white); }
td.num { font-family: var(--mono); }

.price {
  background: var(--navy-800); border: 1px solid var(--line);
  border-left: 3px solid var(--red); border-radius: var(--radius);
  padding: 28px; text-align: center;
}
.price .amount { font-size: 15px; color: var(--muted); margin: 0 0 6px; }
.price ul { list-style: none; padding: 0; margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.price li { padding: 5px 0; }
.price li::before { content: "✓"; color: var(--red-hot); font-weight: 700; margin-right: 9px; }

details {
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--navy-800); padding: 0; margin-bottom: 10px;
}
summary { cursor: pointer; padding: 14px 18px; font-weight: 600; color: var(--white); }
summary::marker { color: var(--red-hot); }
details p { margin: 0; padding: 0 18px 16px; color: var(--muted); font-size: 14.5px; }

.foot {
  border-top: 1px solid var(--line); margin-top: 46px; padding: 26px 20px 40px;
  color: var(--muted); font-size: 13.5px; text-align: center;
}
.foot a { color: var(--muted); }

/* ---- success page ---- */
.keybox {
  background: var(--navy-900); border: 1px solid var(--line);
  border-left: 3px solid var(--red); border-radius: 10px;
  padding: 22px; text-align: center; margin: 22px 0;
}
.keybox .key {
  font-family: var(--mono); font-size: clamp(17px, 3.6vw, 24px);
  letter-spacing: 2px; color: var(--white); word-break: break-all;
}
.keybox .waiting { color: var(--muted); font-size: 15px; }
.steps { counter-reset: s; list-style: none; padding: 0; margin: 0; }
.steps li {
  counter-increment: s; position: relative; padding: 0 0 18px 42px; color: var(--muted);
}
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: -1px;
  width: 27px; height: 27px; border-radius: 50%; background: var(--red);
  color: var(--white); font-weight: 700; font-size: 14px;
  display: grid; place-items: center;
}
.steps b { color: var(--white); }

@media (max-width: 600px) {
  .top { padding: 12px 16px; }
  .top nav { display: none; }
  .hero { padding: 40px 0 32px; }
  main { padding: 0 16px 50px; }
  th, td { padding: 10px 9px; font-size: 14px; }
}

/* ---- download form ---- */
.emailform { display: flex; gap: 10px; flex-wrap: wrap; max-width: 520px; }
.emailform input {
  flex: 1; min-width: 220px; background: var(--navy-900); color: var(--ink);
  border: 1px solid var(--line); border-radius: 10px; padding: 14px 15px;
  font: inherit; font-size: 15.5px;
}
.emailform input:focus { outline: 2px solid var(--red); outline-offset: -1px; }
.emailform input::placeholder { color: #55709a; }
.emailform .cta { padding: 14px 26px; font-size: 15.5px; }
a.brand { text-decoration: none; color: inherit; }
