/* ============================================================
   ASCENTTRA — SHARED STYLESHEET
   The Next Level in Preparedness Training and Exercises
   Brand: Gold #C9A227 | Dark #1A1A1A | Red #B22222 | Off-white #F7F6F2
   ============================================================ */

/* ── Reset & base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: #F7F6F2;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: #C9A227; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Typography scale ── */
.eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 0.625rem;
  display: block;
}

h1, h2, h3, h4 { line-height: 1.2; }

.section-heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.section-heading--light { color: #FFFFFF; }

.section-sub {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 38rem;
}

.section-sub--light { color: #777; }

/* ── Layout ── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 2rem; }

section { width: 100%; }

/* ── Navigation ── */
.nav {
  background: #1A1A1A;
  border-bottom: 2px solid #C9A227;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 1rem;
}

.nav__logo {
  background: #C9A227;
  padding: 0.3125rem 0.625rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0;
  text-decoration: none;
}

.nav__logo-arrow {
  width: 0; height: 0;
  border-left: 8px solid #1A1A1A;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.nav__logo-text {
  color: #1A1A1A;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.nav__links {
  display: flex;
  gap: 1.25rem;
  list-style: none;
}

.nav__links a {
  color: #B8B4A8;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}

.nav__links a:hover,
.nav__links a.active { color: #C9A227; }

.nav__cta {
  background: #C9A227;
  color: #1A1A1A;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.4375rem 0.875rem;
  border-radius: 2px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.15s;
}

.nav__cta:hover { opacity: 0.9; text-decoration: none; }

/* ── Page hero ── */
.page-hero {
  background: #1A1A1A;
  padding: 2.75rem 2rem 2.25rem;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #C9A227;
}

.page-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-hero__diagonal {
  position: absolute;
  top: 0; right: 0;
  width: 420px; height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.page-hero__diagonal::before {
  content: '';
  position: absolute;
  top: -40px; right: -60px;
  width: 3px; height: 160%;
  background: #C9A227;
  opacity: 0.18;
  transform: rotate(-25deg);
  transform-origin: top right;
}

.page-hero__diagonal::after {
  content: '';
  position: absolute;
  top: -40px; right: -30px;
  width: 1px; height: 160%;
  background: #C9A227;
  opacity: 0.10;
  transform: rotate(-25deg);
  transform-origin: top right;
}

.breadcrumb {
  font-size: 0.6875rem;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb__sep { color: #444; }

.page-hero__h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 0.875rem;
  max-width: 30rem;
  letter-spacing: -0.01em;
}

.page-hero__sub {
  font-size: 0.875rem;
  color: #9E9A90;
  line-height: 1.7;
  max-width: 30rem;
  margin-bottom: 1.5rem;
}

.page-hero__ctas { display: flex; gap: 0.625rem; flex-wrap: wrap; }

/* ── Buttons ── */
.btn {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.15s;
  cursor: pointer;
  border: none;
}

.btn:hover { opacity: 0.9; text-decoration: none; }

.btn--gold { background: #C9A227; color: #1A1A1A; }
.btn--dark { background: #1A1A1A; color: #C9A227; }
.btn--white { background: #FFFFFF; color: #B22222; }
.btn--outline { border: 1px solid #444; color: #B8B4A8; background: transparent; }

/* ── Stat bar ── */
.stat-bar {
  background: #111111;
  border-bottom: 0.5px solid #222;
}

.stat-bar__inner {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

.stat-bar--4 .stat-bar__inner { grid-template-columns: repeat(4, 1fr); }
.stat-bar--3 .stat-bar__inner { grid-template-columns: repeat(3, 1fr); }

.stat {
  padding: 0.75rem 1rem;
  border-right: 0.5px solid #222;
}

.stat:last-child { border-right: none; }

.stat__num {
  font-size: 1.375rem;
  font-weight: 700;
  color: #C9A227;
  line-height: 1;
}

.stat__label {
  font-size: 0.625rem;
  color: #555;
  margin-top: 0.25rem;
  letter-spacing: 0.03em;
}

/* ── Trust bar ── */
.trust-bar {
  background: #111111;
  border-bottom: 0.5px solid #2A2A28;
  overflow: hidden;
}

.trust-bar__inner {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.625rem 2rem;
  gap: 0;
  flex-wrap: wrap;
}

.trust-item {
  font-size: 0.6875rem;
  color: #666;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.875rem;
  border-right: 0.5px solid #2A2A28;
  white-space: nowrap;
}

.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: none; }

/* ── Section wrappers ── */
.section--light { background: #F7F6F2; padding: 2.75rem 0; }
.section--white { background: #FFFFFF; padding: 2.75rem 0; }
.section--dark { background: #1A1A1A; padding: 2.75rem 0; }
.section--darker { background: #111111; padding: 2.75rem 0; }
.section--charcoal { background: #2C2C2A; padding: 2.75rem 0; }
.section--red { background: #B22222; padding: 2.5rem 0; }
.section--gold { background: #C9A227; padding: 2.5rem 0; }
.section--compact { padding: 2.25rem 0; }

/* ── Cards ── */
.card-grid--3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.625rem; }
.card-grid--2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.625rem; }
.card-grid--4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.625rem; }

.card {
  background: #FFFFFF;
  border: 0.5px solid #DDDBD5;
  border-radius: 2px;
  padding: 1rem;
}

.card--top-gold { border-top: 2px solid #C9A227; }
.card--left-gold { border-left: 3px solid #C9A227; }
.card--dark { background: #242422; border-color: #333; }
.card--dark-left { background: #242422; border: 0.5px solid #333; border-left: 3px solid #C9A227; border-radius: 2px; padding: 1rem; }
.card--charcoal { background: #333; border: 0.5px solid #444; border-radius: 2px; padding: 1rem; }

.card__eyebrow {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 0.3125rem;
}

.card__title { font-size: 0.8125rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.375rem; line-height: 1.3; }
.card__title--light { color: #FFFFFF; }
.card__desc { font-size: 0.6875rem; color: #666; line-height: 1.6; }
.card__desc--light { color: #777; }
.card__icon { font-size: 1.125rem; color: #C9A227; margin-bottom: 0.625rem; }
.card__link { font-size: 0.625rem; color: #C9A227; font-weight: 700; letter-spacing: 0.03em; display: block; margin-top: 0.625rem; }

/* ── Two-col layout ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; align-items: start; }
.two-col--center { align-items: center; }

/* ── Feature list ── */
.feature-list { display: flex; flex-direction: column; gap: 0.625rem; }

.feature {
  background: #FFFFFF;
  border: 0.5px solid #DDDBD5;
  border-left: 3px solid #C9A227;
  border-radius: 2px;
  padding: 0.875rem 1rem;
}

.feature--dark { background: #242422; border-color: #333; }

.feature__title { font-size: 0.75rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.25rem; }
.feature__title--light { color: #FFFFFF; }
.feature__desc { font-size: 0.6875rem; color: #666; line-height: 1.6; }
.feature__desc--light { color: #999; }

/* ── Process steps ── */
.process-steps { display: flex; flex-direction: column; }

.process-step {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0.5px solid #DDDBD5;
}

.process-step:last-child { border-bottom: none; }

.process-step--dark { border-bottom-color: #2A2A28; }

.process-step__num {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #C9A227;
  width: 1.75rem;
  flex-shrink: 0;
  margin-top: 0.0625rem;
}

.process-step__title { font-size: 0.8125rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.25rem; }
.process-step__title--light { color: #FFFFFF; }
.process-step__desc { font-size: 0.6875rem; color: #666; line-height: 1.6; }
.process-step__desc--light { color: #777; }

/* ── Quote strip ── */
.quote-strip { padding: 2rem 0; }

.quote-strip__inner { max-width: 1120px; margin: 0 auto; padding: 0 2rem; }

.quote-strip__mark {
  font-size: 2rem;
  color: rgba(255,255,255,0.3);
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 0.375rem;
}

.quote-strip__text {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  max-width: 36rem;
}

.quote-strip__attr {
  font-size: 0.625rem;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quote-strip__attr::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

/* ── Quote cards ── */
.quote-card {
  background: #242422;
  border: 0.5px solid #333;
  border-radius: 2px;
  padding: 1.125rem;
}

.quote-card__mark {
  font-size: 1.5rem;
  color: #C9A227;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.quote-card__text {
  font-size: 0.6875rem;
  color: #CCC;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.quote-card__attr {
  font-size: 0.625rem;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.quote-card__attr::before {
  content: '';
  display: inline-block;
  width: 0.75rem;
  height: 1px;
  background: #444;
}

/* ── Final CTA variants ── */
.final-cta { text-align: center; }
.final-cta__eyebrow { margin-bottom: 0.625rem; }
.final-cta__heading { font-size: 1.375rem; font-weight: 700; margin-bottom: 0.5rem; }
.final-cta__heading--light { color: #FFFFFF; }
.final-cta__heading--dark { color: #1A1A1A; }
.final-cta__body { font-size: 0.75rem; line-height: 1.7; max-width: 28rem; margin: 0 auto 1.375rem; }
.final-cta__body--light { color: #888; }
.final-cta__body--muted { color: rgba(0,0,0,0.6); }
.final-cta__body--dark { color: #666; }
.final-cta__sub { font-size: 0.6875rem; margin-top: 0.75rem; }
.final-cta__sub--light { color: #555; }
.final-cta__sub--muted { color: rgba(0,0,0,0.45); }
.final-cta__sub--dark { color: #888; }

/* ── Contact block ── */
.contact-card {
  background: rgba(0,0,0,0.1);
  border-radius: 2px;
  padding: 1rem;
}

.contact-card__icon { font-size: 1.125rem; color: #1A1A1A; margin-bottom: 0.5rem; opacity: 0.7; }
.contact-card__label { font-size: 0.5625rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.5); margin-bottom: 0.25rem; display: block; }
.contact-card__value { font-size: 0.75rem; font-weight: 700; color: #1A1A1A; line-height: 1.5; }
.contact-card__note { font-size: 0.625rem; color: rgba(0,0,0,0.5); margin-top: 0.1875rem; }

/* ── Footer ── */
.footer {
  background: #111111;
  border-top: 2px solid #C9A227;
  padding: 1.25rem 0;
}

.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__logo-box {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer__logo-arrow {
  width: 0; height: 0;
  border-left: 7px solid #1A1A1A;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.footer__logo-text {
  color: #1A1A1A;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer__tagline { font-size: 0.5625rem; color: #444; letter-spacing: 0.03em; }

.footer__right { text-align: right; }
.footer__contact-line { font-size: 0.625rem; color: #555; margin-bottom: 0.1875rem; }
.footer__contact-line a { color: #C9A227; text-decoration: none; }
.footer__copy { font-size: 0.5625rem; color: #333; margin-top: 0.375rem; }

/* ── Comparison table ── */
.vs-table { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.vs-col-header { padding: 0.625rem 1rem; font-size: 0.625rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.vs-col-header--gold { background: #C9A227; color: #1A1A1A; }
.vs-col-header--dark { background: #2A2A28; color: #666; }
.vs-cell { padding: 0.625rem 1rem; font-size: 0.6875rem; border-bottom: 0.5px solid #222; line-height: 1.5; }
.vs-cell--yes { background: #242422; color: #B8B4A8; }
.vs-cell--yes::before { content: '✓ '; color: #C9A227; font-weight: 700; }
.vs-cell--no { background: #1E1E1C; color: #444; }
.vs-cell--no::before { content: '✗ '; color: #555; }

/* ── Compliance cards ── */
.compliance-card { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-radius: 2px; padding: 0.875rem; text-align: center; }
.compliance-card__name { font-size: 0.875rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.25rem; }
.compliance-card__full { font-size: 0.625rem; color: #888; line-height: 1.5; }

/* ── Timeline ── */
.timeline { display: flex; flex-direction: column; }
.timeline-item { display: flex; gap: 0.875rem; padding: 0.75rem 0; border-bottom: 0.5px solid #2A2A28; }
.timeline-item:last-child { border-bottom: none; }
.timeline-item__year { font-size: 0.75rem; font-weight: 700; color: #C9A227; width: 2.75rem; flex-shrink: 0; margin-top: 0.0625rem; }
.timeline-item__title { font-size: 0.75rem; font-weight: 700; color: #FFFFFF; margin-bottom: 0.125rem; }
.timeline-item__content { font-size: 0.6875rem; color: #777; line-height: 1.6; }

/* ── Expertise dots ── */
.dot-list { display: flex; flex-direction: column; gap: 0.25rem; }
.dot-item { font-size: 0.6875rem; color: #888; display: flex; align-items: flex-start; gap: 0.375rem; line-height: 1.5; }
.dot-item__dot { width: 3px; height: 3px; background: #555; border-radius: 50%; flex-shrink: 0; margin-top: 0.3125rem; }
.dot-item--gold .dot-item__dot { background: #C9A227; width: 4px; height: 4px; margin-top: 0.25rem; }
.dot-item--gold { font-size: 0.625rem; color: #888; }

/* ── Sector tags ── */
.sector-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sector-tag { background: #333; color: #B8B4A8; font-size: 0.6875rem; padding: 0.375rem 0.75rem; border-radius: 2px; border: 0.5px solid #444; }

/* ── Check list ── */
.check-list { display: flex; flex-direction: column; gap: 0.5rem; }
.check-item { display: flex; gap: 0.625rem; align-items: flex-start; font-size: 0.6875rem; line-height: 1.6; }
.check-item__icon { font-size: 0.875rem; color: #C9A227; flex-shrink: 0; margin-top: 0.125rem; }
.check-item__title { font-size: 0.75rem; font-weight: 700; color: #FFFFFF; margin-bottom: 0.125rem; }
.check-item__desc { font-size: 0.6875rem; color: #777; line-height: 1.5; }

/* ── Reach cards ── */
.reach-card { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-radius: 2px; padding: 0.875rem; text-align: center; }
.reach-card__num { font-size: 1.375rem; font-weight: 700; color: #C9A227; line-height: 1; margin-bottom: 0.25rem; }
.reach-card__label { font-size: 0.625rem; color: #666; line-height: 1.4; }

/* ── Badge ── */
.badge { display: inline-block; font-size: 0.625rem; font-weight: 700; color: #C9A227; background: #F7F6F2; border: 0.5px solid #DDDBD5; padding: 0.1875rem 0.5rem; border-radius: 2px; margin-top: 0.5rem; }

/* ── Security feature ── */
.security-feature { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-radius: 2px; padding: 0.875rem 1rem; display: flex; gap: 0.75rem; align-items: flex-start; }
.security-feature__icon { font-size: 1rem; color: #C9A227; flex-shrink: 0; margin-top: 0.125rem; }
.security-feature__title { font-size: 0.75rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.1875rem; }
.security-feature__desc { font-size: 0.6875rem; color: #666; line-height: 1.6; }

/* ── Grounded cards ── */
.grounded-card { background: #333; border: 0.5px solid #444; border-top: 2px solid #C9A227; border-radius: 2px; padding: 1rem; }
.grounded-card__icon { font-size: 1.125rem; color: #C9A227; margin-bottom: 0.5rem; }
.grounded-card__title { font-size: 0.75rem; font-weight: 700; color: #FFFFFF; margin-bottom: 0.3125rem; }
.grounded-card__desc { font-size: 0.6875rem; color: #777; line-height: 1.6; }

/* ── Agent cards ── */
.agent-card { background: #242422; border: 0.5px solid #333; border-radius: 2px; padding: 1rem; }
.agent-card__scenario { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #C9A227; margin-bottom: 0.375rem; }
.agent-card__prompt { font-size: 0.6875rem; color: #AAA; line-height: 1.6; margin-bottom: 0.5rem; padding: 0.5rem 0.625rem; background: #1A1A1A; border-radius: 2px; border-left: 2px solid #C9A227; }
.agent-card__output-label { font-size: 0.5625rem; font-weight: 700; color: #555; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.1875rem; }
.agent-card__output { font-size: 0.6875rem; color: #666; line-height: 1.6; }

/* ── Built stat ── */
.built-stat { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-radius: 2px; padding: 0.875rem 1rem; display: flex; gap: 0.875rem; align-items: center; }
.built-stat__num { font-size: 1.5rem; font-weight: 700; color: #C9A227; flex-shrink: 0; line-height: 1; }
.built-stat__label { font-size: 0.6875rem; color: #666; line-height: 1.5; }

/* ── Compat diagram ── */
.compat-diagram { background: #333; border: 0.5px solid #444; border-radius: 2px; padding: 1rem; }
.compat-row { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.compat-box { background: #242422; border: 0.5px solid #444; border-radius: 2px; padding: 0.4375rem 0.75rem; font-size: 0.6875rem; font-weight: 700; color: #FFFFFF; text-align: center; flex: 1; }
.compat-plus { font-size: 0.875rem; color: #C9A227; font-weight: 700; flex-shrink: 0; }
.compat-arrow { font-size: 0.6875rem; color: #C9A227; text-align: center; margin: 0.375rem 0; font-weight: 700; }
.compat-result { background: #C9A227; border-radius: 2px; padding: 0.5rem 0.75rem; font-size: 0.6875rem; font-weight: 700; color: #1A1A1A; text-align: center; }

/* ── Game card ── */
.game-card { background: #242422; border: 0.5px solid #333; border-radius: 2px; overflow: hidden; }
.game-card__header { padding: 1rem; border-bottom: 2px solid #C9A227; }
.game-card__badge { font-size: 0.5625rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #C9A227; margin-bottom: 0.3125rem; }
.game-card__name { font-size: 0.9375rem; font-weight: 700; color: #FFFFFF; margin-bottom: 0.25rem; line-height: 1.3; }
.game-card__audience { font-size: 0.625rem; color: #666; }
.game-card__body { padding: 0.875rem 1rem; }
.game-card__desc { font-size: 0.6875rem; color: #777; line-height: 1.6; margin-bottom: 0.75rem; }
.game-card__link { display: block; margin: 0 1rem 0.875rem; font-size: 0.625rem; color: #C9A227; font-weight: 700; letter-spacing: 0.04em; text-align: center; border: 0.5px solid #333; padding: 0.4375rem; border-radius: 2px; text-decoration: none; }

/* ── Mission pull quote ── */
.mission-pull { font-size: 1rem; font-weight: 500; color: #1A1A1A; line-height: 1.6; padding-left: 1.125rem; border-left: 3px solid #C9A227; margin-bottom: 1.25rem; }
.story-pull { background: #242422; border: 0.5px solid #333; border-left: 3px solid #C9A227; border-radius: 2px; padding: 1.125rem; margin-top: 1rem; }
.story-pull__text { font-size: 0.875rem; color: #D4D0C8; font-style: italic; line-height: 1.7; }

/* ── Play requirements ── */
.play-card { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-radius: 2px; padding: 0.875rem; text-align: center; }
.play-card__icon { font-size: 1.25rem; color: #C9A227; margin-bottom: 0.5rem; }
.play-card__label { font-size: 0.625rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.25rem; letter-spacing: 0.04em; text-transform: uppercase; }
.play-card__value { font-size: 0.6875rem; color: #666; line-height: 1.5; }

/* ── ASTRID hero name block ── */
.astrid-name-block { margin-bottom: 1.25rem; padding: 0.875rem 1.125rem; background: rgba(201,162,39,0.08); border: 0.5px solid rgba(201,162,39,0.25); border-radius: 2px; display: inline-block; }
.astrid-acronym { font-size: 0.6875rem; color: #C9A227; line-height: 1.9; font-weight: 500; }
.astrid-acronym strong { color: #C9A227; }

/* ── Problem cards ── */
.problem-card { background: #FFFFFF; border: 0.5px solid #DDDBD5; border-top: 2px solid #B22222; border-radius: 2px; padding: 1rem; }
.problem-card__icon { font-size: 1.125rem; color: #B22222; margin-bottom: 0.5rem; }
.problem-card__title { font-size: 0.75rem; font-weight: 700; color: #1A1A1A; margin-bottom: 0.3125rem; }
.problem-card__desc { font-size: 0.6875rem; color: #666; line-height: 1.6; }
.problem-intro { font-size: 0.9375rem; color: #1A1A1A; font-weight: 500; line-height: 1.6; margin-bottom: 1.5rem; max-width: 36rem; padding-left: 1rem; border-left: 3px solid #B22222; }

/* ── Whats-in cards ── */
.whats-card { background: #242422; border: 0.5px solid #333; border-radius: 2px; padding: 0.875rem 1rem; }
.whats-card__title { font-size: 0.6875rem; font-weight: 700; color: #C9A227; margin-bottom: 0.3125rem; display: flex; align-items: center; gap: 0.375rem; }

/* ── Cred cards ── */
.cred-card { background: #333; border: 0.5px solid #444; border-radius: 2px; padding: 1rem; }
.cred-card__category { font-size: 0.5625rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #C9A227; margin-bottom: 0.5rem; }
.cred-item { display: flex; gap: 0.4375rem; align-items: flex-start; font-size: 0.6875rem; color: #888; line-height: 1.5; margin-bottom: 0.3125rem; }
.cred-item i { font-size: 0.8125rem; color: #C9A227; flex-shrink: 0; margin-top: 0.0625rem; }

/* ── Tabletop icon ── */
.ti { font-family: 'tabler-icons'; font-style: normal; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .card-grid--3 { grid-template-columns: 1fr 1fr; }
  .card-grid--4 { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .trust-bar__inner { flex-wrap: wrap; gap: 0.5rem; }
}

@media (max-width: 600px) {
  .card-grid--3 { grid-template-columns: 1fr; }
  .card-grid--2 { grid-template-columns: 1fr; }
  .card-grid--4 { grid-template-columns: 1fr 1fr; }
  .stat-bar--4 .stat-bar__inner { grid-template-columns: 1fr 1fr; }
  .page-hero__h1 { font-size: 1.5rem; }
}
