/* SCORE MORE — marketing landing page. Builds on styles.css (tokens, buttons,
   .field, .form-msg). */

body.landing { text-align: left; }
.landing section { scroll-margin-top: 76px; }
.landing h2 {
  font-size: clamp(24px, 3.2vw, 36px); font-weight: 900; letter-spacing: -.5px;
  text-align: center; margin: 0 0 8px;
}

.btn-lg { padding: 15px 28px; font-size: 17px; border-radius: 10px; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.linklike { background: none; border: none; color: var(--gold-soft); cursor: pointer; font: inherit; padding: 0; text-decoration: underline; }
.linklike:hover { color: var(--gold); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 22px;
  padding: 12px 26px; background: rgba(8, 16, 30, 0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-brand { text-decoration: none; }
.nav-brand .mark { font-weight: 900; font-size: 22px; letter-spacing: .5px; text-transform: uppercase; }
.nav-brand .score { color: #fff; } .nav-brand .more { color: var(--red-bright); }
.nav-pill {
  display: inline-flex; align-items: center; margin-left: 12px;
  border: 1px solid rgba(255,255,255,0.35); border-radius: 999px;
  color: var(--ink-dim); font-size: 12.5px; font-weight: 600;
  padding: 5px 12px; text-decoration: none; white-space: nowrap;
}
.nav-pill:hover { color: #fff; border-color: #fff; }
.nav-links { display: flex; gap: 22px; margin-left: 14px; flex: 1; }
.nav-links a { color: var(--ink-dim); font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; gap: 10px; align-items: center; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 86vh; display: grid; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 28%; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,12,24,.94) 0%, rgba(6,12,24,.78) 42%, rgba(6,12,24,.35) 100%),
              linear-gradient(0deg, var(--navy-900) 2%, transparent 36%); }
.hero-inner { position: relative; max-width: 1180px; margin: 0 auto; padding: 60px 26px; width: 100%; }
.hero-kicker { color: var(--gold); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.hero-title { font-size: clamp(40px, 7vw, 86px); line-height: .94; font-weight: 900; letter-spacing: -1.5px; margin: 0 0 18px; text-shadow: 0 2px 30px rgba(0,0,0,.5); }
.hero-title .accent { color: var(--red-bright); }
.hero-sub { max-width: 620px; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.6; color: var(--ink); }
.hero-sub strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 18px; }
.hero-tags { color: var(--gold-soft); font-weight: 600; letter-spacing: 1px; font-size: 14px; }

/* ---------- Value props ---------- */
.props {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  max-width: 1180px; margin: -56px auto 0; padding: 0 26px; position: relative; z-index: 5;
}
.prop {
  background: linear-gradient(180deg, var(--navy-700), var(--navy-800)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 18px; box-shadow: var(--shadow);
}
.prop-num { font-size: 40px; font-weight: 900; color: #fff; line-height: 1; }
.prop-num span { color: var(--red-bright); }
.prop-ic { font-size: 34px; line-height: 1.1; }
.prop-label { margin-top: 8px; font-weight: 700; color: var(--gold-soft); font-size: 15px; }
.prop p { margin: 8px 0 0; color: var(--ink-dim); font-size: 13px; line-height: 1.45; }

/* ---------- Sections shell ---------- */
.proof, .system, .included, .stats, .inside, .cta-band { max-width: 1180px; margin: 0 auto; padding: 74px 26px; }

/* ---------- Proof / quotes ---------- */
.proof-head { text-align: center; text-transform: uppercase; letter-spacing: 3px; color: var(--gold);
  font-weight: 800; font-size: 15px; margin-bottom: 34px; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { margin: 0; background: var(--navy-800); border: 1px solid var(--line); border-top: 3px solid var(--red);
  border-radius: var(--radius); padding: 24px 22px; }
.quote blockquote { margin: 0 0 16px; font-size: 16px; line-height: 1.5; color: var(--ink); }
.quote figcaption strong { display: block; color: #fff; font-size: 15px; }
.quote figcaption span { color: var(--ink-faint); font-size: 13px; }

/* ---------- System / story ---------- */
.system { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: center; }
.system-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.system-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.system-badge { position: absolute; left: 16px; bottom: 14px; font-weight: 900; font-size: 24px; text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.8); }
.system-badge .score { color: #fff; } .system-badge .more { color: var(--red-bright); }
.system-copy h2 { text-align: left; margin-bottom: 18px; }
.system-copy p { color: var(--ink-dim); font-size: 15.5px; line-height: 1.7; margin: 0 0 16px; }
.system-copy strong { color: var(--ink); }
.system-copy .signoff { color: var(--gold-soft); font-style: italic; font-size: 17px; }

/* ---------- Included ---------- */
.included { background: rgba(15,29,51,.35); max-width: none; }
.included > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.checks { list-style: none; padding: 0; margin: 30px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; }
.checks li { position: relative; padding-left: 30px; color: var(--ink); font-size: 15.5px; line-height: 1.4; }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background: var(--red); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
}
.consult { text-align: center; margin-top: 28px; color: var(--ink-dim); font-size: 15px; }
.consult strong { color: var(--gold-soft); }

/* ---------- Stats ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 30px; }
.stat { text-align: center; background: var(--navy-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 8px; }
.stat .n { display: block; font-size: 30px; font-weight: 900; color: var(--gold); }
.stat .n small { font-size: 15px; }
.stat .l { display: block; margin-top: 6px; font-size: 12px; color: var(--ink-dim); }

/* ---------- Inside (content map) ---------- */
.inside-sub { text-align: center; color: var(--ink-dim); margin: 0 0 30px; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat { background: var(--navy-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 18px; transition: border-color .15s, transform .06s; }
.cat:hover { border-color: var(--gold); transform: translateY(-2px); }
.cat h3 { margin: 0 0 8px; font-size: 16px; color: #fff; }
.cat h3::before { content: "🏈"; margin-right: 8px; }
.cat p { margin: 0; color: var(--ink-dim); font-size: 13.5px; line-height: 1.5; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; background: linear-gradient(180deg, rgba(200,16,46,.14), rgba(200,16,46,.05));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-width: none; }
.cta-band h2 { margin-bottom: 6px; }
.cta-band p { color: var(--ink-dim); margin: 0 0 24px; font-size: 16px; }
.cta-login { margin-top: 18px; color: var(--ink-dim); font-size: 14px; }

/* ---------- Footer ---------- */
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  max-width: 1180px; margin: 0 auto; padding: 30px 26px; border-top: 1px solid var(--line); }
.foot-brand { font-weight: 900; font-size: 20px; text-transform: uppercase; }
.foot-brand .score { color: #fff; } .foot-brand .more { color: var(--red-bright); }
.foot-contact { display: flex; gap: 22px; }
.foot-contact a { color: var(--ink-dim); font-size: 14px; }
.foot-contact a:hover { color: var(--gold); }
.foot-copy { color: var(--ink-faint); font-size: 12.5px; }

/* ---------- Login modal ---------- */
.login-modal-back { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px;
  background: rgba(4,9,18,.8); backdrop-filter: blur(5px); }
.login-modal-back[hidden] { display: none; }
.login-modal { position: relative; width: 100%; max-width: 400px; background: linear-gradient(180deg, var(--navy-800), var(--navy-700));
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 28px; }
.login-modal .tag { text-align: center; color: var(--ink-faint); letter-spacing: 2px; text-transform: uppercase; font-size: 12px; }
.login-modal form { margin-top: 20px; }
.login-modal .login-foot { text-align: center; margin-top: 16px; font-size: 13px; color: var(--ink-faint); }
.login-modal .form-msg { min-height: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .props { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .quotes { grid-template-columns: 1fr; }
  .system { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .props, .checks { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: 1fr; }
  .nav-cta .btn-ghost { display: none; }
  .nav-pill { font-size: 11px; padding: 4px 9px; margin-left: 6px; }
  .foot { flex-direction: column; text-align: center; }
}
