/* Scalable Clients — shared site styles (home, /system, thank-you)
   Matches the design language of /resources (navy + gold). */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0b1220;
  --navy-soft: #16203a;
  --navy-line: #26324f;
  --gold: #d9a514;
  --gold-bright: #f0bc2c;
  --cream: #f5f0e6;
  --ink: #1a2233;
  --dim: #8d97ad;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--navy);
  color: #e8ecf5;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- header ---------- */
header { padding: 22px 0; border-bottom: 1px solid var(--navy-line); }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.wordmark {
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 0.82rem; color: #f2f5fb; text-decoration: none;
}
.wordmark span { color: var(--gold); }
nav { display: flex; gap: 22px; flex-wrap: wrap; }
nav a {
  color: #c3cbdc; text-decoration: none; font-size: 0.86rem; font-weight: 600;
}
nav a:hover { color: var(--gold); }

/* ---------- hero ---------- */
.hero { padding: 66px 0 70px; }
.kicker {
  color: var(--gold); font-weight: 700; letter-spacing: 0.17em;
  text-transform: uppercase; font-size: 0.74rem; margin-bottom: 16px;
}
h1 {
  font-size: clamp(2.05rem, 4.6vw, 3.1rem);
  line-height: 1.12; letter-spacing: -0.018em; color: #ffffff;
  font-weight: 800; max-width: 21ch;
}
h1 em { color: var(--gold); font-style: normal; }
.sub {
  margin-top: 20px; font-size: 1.09rem; color: #c3cbdc; max-width: min(36rem, 100%);
}
.sub strong { color: #ffffff; font-weight: 650; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.cta-btn {
  display: inline-block; background: var(--gold);
  color: #16110a; font-weight: 800; font-size: 1.02rem; letter-spacing: 0.01em;
  padding: 16px 30px; border-radius: 8px; border: 0; cursor: pointer;
  text-decoration: none; transition: background .15s ease, transform .15s ease;
  box-shadow: 0 8px 26px rgba(217,165,20,.24);
}
.cta-btn:hover { background: var(--gold-bright); transform: translateY(-1px); }
.cta-ghost {
  display: inline-block; color: #e8ecf5; font-weight: 700; font-size: 1.0rem;
  padding: 15px 26px; border-radius: 8px; border: 1px solid var(--navy-line);
  text-decoration: none; transition: border-color .15s ease, color .15s ease;
}
.cta-ghost:hover { border-color: var(--gold); color: var(--gold); }

.proof {
  margin-top: 18px; font-size: 0.9rem; color: var(--dim);
  display: flex; align-items: center; gap: 9px;
}
.proof .dot { width: 7px; height: 7px; border-radius: 50%; background: #48c26a; flex: 0 0 auto; }

/* ---------- light (cream) sections ---------- */
.light { background: var(--cream); color: var(--ink); padding: 66px 0; }
.light h2 {
  font-size: clamp(1.5rem, 3vw, 2.05rem); color: var(--navy);
  letter-spacing: -0.012em; margin-bottom: 8px; font-weight: 800;
}
.light .lede { color: #55607a; max-width: 44rem; margin-bottom: 34px; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #ffffff; border: 1px solid #e2dccd; border-radius: 11px;
  padding: 24px 24px 26px; display: flex; flex-direction: column;
}
.card .n {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 9px;
}
.card h3 { font-size: 1.08rem; color: var(--navy); margin-bottom: 7px; font-weight: 750; }
.card p { font-size: 0.93rem; color: #5b6478; }
.card .go {
  margin-top: 16px; align-self: flex-start;
  color: var(--navy); font-weight: 750; font-size: 0.9rem; text-decoration: none;
  border-bottom: 2px solid var(--gold); padding-bottom: 2px;
}
.card .go:hover { color: var(--gold); }

/* ---------- dark feature panels ---------- */
.panel-section { padding: 64px 0; }
.panel {
  background: var(--navy-soft); border: 1px solid var(--navy-line);
  border-radius: 14px; padding: 38px 40px;
}
.panel h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); color: #fff; font-weight: 800; margin-bottom: 12px; }
.panel p { color: #c3cbdc; max-width: 46rem; }
.panel p + p { margin-top: 13px; }
.panel strong { color: #ffffff; }
.panel .sig { margin-top: 18px; color: var(--gold); font-weight: 700; }
.panel ul { margin: 14px 0 0 0; list-style: none; }
.panel ul li {
  color: #c3cbdc; padding-left: 26px; position: relative; margin-top: 9px;
}
.panel ul li::before {
  content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800;
}
.panel .cta-row { margin-top: 26px; }
.price-tag {
  display: inline-block; background: rgba(217,165,20,.12); color: var(--gold);
  border: 1px solid rgba(217,165,20,.35); border-radius: 6px;
  font-weight: 800; font-size: 0.8rem; letter-spacing: 0.08em;
  padding: 4px 10px; margin-bottom: 14px; text-transform: uppercase;
}

/* ---------- video slot (/system) ---------- */
.video-slot {
  background: var(--navy-soft); border: 1px dashed var(--navy-line);
  border-radius: 14px; padding: 56px 32px; text-align: center;
}
.video-slot .play {
  width: 74px; height: 74px; border-radius: 50%; background: rgba(217,165,20,.14);
  border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.video-slot .play svg { width: 26px; height: 26px; fill: var(--gold); margin-left: 4px; }
.video-slot h3 { color: #fff; font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }
.video-slot p { color: var(--dim); max-width: 34rem; margin: 0 auto; }
.video-slot .cta-ghost { margin-top: 22px; }

/* ---------- gold band CTA ---------- */
.band { background: var(--gold); padding: 54px 0; }
.band-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 26px; flex-wrap: wrap;
}
.band h2 { color: #16110a; font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 800; max-width: 30ch; }
.band p { color: #4a3a09; margin-top: 6px; max-width: 40rem; }
.band .cta-dark {
  display: inline-block; background: var(--navy); color: #ffffff; font-weight: 800;
  font-size: 1.0rem; padding: 16px 30px; border-radius: 8px; text-decoration: none;
  transition: transform .15s ease; white-space: nowrap;
}
.band .cta-dark:hover { transform: translateY(-1px); }

/* ---------- thank-you steps ---------- */
.steps { counter-reset: step; display: grid; gap: 16px; margin-top: 34px; text-align: left; }
.step-item {
  background: var(--navy-soft); border: 1px solid var(--navy-line); border-radius: 12px;
  padding: 20px 22px 20px 64px; position: relative;
}
.step-item::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 20px; top: 20px;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); color: #16110a; font-weight: 800; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
}
.step-item h3 { color: #fff; font-size: 1.0rem; font-weight: 750; margin-bottom: 4px; }
.step-item p { color: #c3cbdc; font-size: 0.93rem; }
.step-item a { color: var(--gold); font-weight: 700; text-decoration: none; }
.step-item a:hover { text-decoration: underline; }

/* ---------- footer ---------- */
footer {
  border-top: 1px solid var(--navy-line); padding: 26px 0 34px;
  font-size: 0.84rem; color: #6d7791;
}
footer a { color: #97a1b6; text-decoration: none; }
footer a:hover { color: var(--gold); }
.foot-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; width: 100%; }

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .cards, .cards.three { grid-template-columns: 1fr; }
  .panel { padding: 28px 24px; }
  .hero { padding: 46px 0 54px; }
  .band-row { flex-direction: column; align-items: flex-start; }
  .foot-row { flex-direction: column; gap: 8px; }
  nav { gap: 14px; }
}
