/* ============================================================
   PERSUASIVE NARRATIVE COMPONENTS
   "Set Sail" · Fear ↔ Hope · Sharpened Messaging
   These styles support the marketable storytelling layer.
   ============================================================ */

/* ============================================================
   1. PROMISE BAR — single sharp line, top-of-page anchor
   ============================================================ */
.promise-bar {
  background: linear-gradient(90deg, #0a1f44 0%, #12285a 50%, #0a1f44 100%);
  color: #e8d088;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(201,164,58,0.35);
  position: relative;
  overflow: hidden;
}
.promise-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201,164,58,0.18), transparent);
  background-size: 200% 100%;
  animation: goldShimmer 9s linear infinite;
  pointer-events: none;
}
.promise-bar span { position: relative; z-index: 1; }
.promise-bar strong { color: #fff; font-weight: 600; letter-spacing: 0.16em; }

/* ============================================================
   2. THE STAKES — Fear panel (the cost of the wrong leadership)
   ============================================================ */
.stakes {
  background:
    linear-gradient(180deg, #0a1f44 0%, #050d22 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 7rem;
}
.stakes::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,164,58,0.35), transparent);
}
.stakes::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(197,48,48,0.12), transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(10,31,68,0.6), transparent 60%);
  pointer-events: none;
}
.stakes .container { position: relative; z-index: 1; }
.stakes-eyebrow {
  display: inline-block;
  color: #f5d8c8;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(245,216,200,0.35);
  border-radius: 100px;
  background: rgba(197,48,48,0.08);
}
.stakes h2 {
  color: #fff;
  font-size: clamp(1.85rem, 3.6vw, 2.7rem);
  max-width: 820px;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.stakes h2 em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: #e0b4a0;
  font-weight: 500;
}
.stakes-lead {
  color: rgba(255,255,255,0.78);
  max-width: 720px;
  font-size: 1.05rem;
  font-weight: 300;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.stakes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 900px) { .stakes-grid { grid-template-columns: 1fr; } }

.stakes-card {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 2px solid rgba(197,48,48,0.7);
  border-radius: 4px;
  padding: 1.8rem 1.7rem;
  transition: transform 0.6s var(--ease-elegant), background 0.6s var(--ease-elegant), border-left-color 0.6s, box-shadow 0.6s;
}
.stakes-card:hover {
  background: rgba(255,255,255,0.05);
  border-left-color: #e0b4a0;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}
.stakes-card-title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.35;
}
.stakes-card-body {
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  line-height: 1.7;
  font-weight: 300;
}
.stakes-card-body em {
  color: #e0b4a0;
  font-style: italic;
  display: block;
  margin-top: 0.6rem;
  font-size: 0.88rem;
}

.stakes-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 4rem 0 0;
  color: #e0b4a0;
  font-style: italic;
  font-family: var(--font-script);
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.85;
}
.stakes-divider::before,
.stakes-divider::after {
  content: '';
  flex: 0 0 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a43a, transparent);
}

/* ============================================================
   3. HOPE PANEL — the answer, the proof, the promise
   ============================================================ */
.hope {
  background:
    linear-gradient(180deg, #fdfaf3 0%, #fdf2ee 100%);
  position: relative;
  overflow: hidden;
  padding: 7rem 0 7.5rem;
}
.hope::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(224,180,160,0.35), transparent 65%);
  pointer-events: none;
}
.hope::after {
  content: '';
  position: absolute;
  bottom: -160px;
  left: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(201,164,58,0.18), transparent 65%);
  pointer-events: none;
}
.hope .container { position: relative; z-index: 1; }

.hope-eyebrow {
  display: inline-block;
  color: var(--navy-700);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(201,164,58,0.5);
  border-radius: 100px;
  background: rgba(201,164,58,0.08);
}
.hope h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.7rem);
  max-width: 820px;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 600;
}
.hope-lead {
  color: var(--gray-700);
  max-width: 720px;
  font-size: 1.05rem;
  font-weight: 300;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 900px) { .hope-grid { grid-template-columns: 1fr; } }

.hope-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 1.8rem;
  box-shadow: 0 4px 18px rgba(10,31,68,0.05);
  border-top: 2px solid var(--gold-500);
  position: relative;
  transition: transform 0.7s var(--ease-elegant), box-shadow 0.7s var(--ease-elegant);
}
.hope-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-500), var(--rose-gold));
  transition: width 0.8s var(--ease-elegant);
}
.hope-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10,31,68,0.1);
}
.hope-card:hover::before { width: 100%; }
.hope-card-num {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--gold-500);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.hope-card-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.hope-card-body {
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 400;
}

/* ============================================================
   4. MANIFESTO QUOTE — large pull quote, signature
   ============================================================ */
.manifesto {
  background:
    linear-gradient(135deg, #0a1f44 0%, #12285a 100%);
  color: #fff;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.manifesto::before {
  content: '“';
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-script);
  font-size: 18rem;
  color: rgba(201,164,58,0.07);
  line-height: 1;
  pointer-events: none;
  font-style: italic;
  font-weight: 600;
}
.manifesto::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,164,58,0.4), transparent);
}
.manifesto .container { position: relative; z-index: 1; max-width: 900px; }
.manifesto-quote {
  font-family: var(--font-script);
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.manifesto-quote em {
  color: var(--gold-300);
  font-style: italic;
}
.manifesto-attrib {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--gold-300);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.manifesto-attrib::before,
.manifesto-attrib::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold-500);
}

/* ============================================================
   5. EVIDENCE STRIP — proof points (logos / sources)
   ============================================================ */
.evidence-strip {
  background: var(--ivory);
  border-top: 1px solid rgba(201,164,58,0.2);
  border-bottom: 1px solid rgba(201,164,58,0.2);
  padding: 2rem 0;
}
.evidence-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.evidence-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 600;
  flex: 0 0 auto;
}
.evidence-item {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--navy-700);
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 1.1rem;
  opacity: 0.85;
  transition: opacity 0.4s ease, color 0.4s ease;
}
.evidence-item:hover { opacity: 1; color: var(--gold-500); }
.evidence-item::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold-500);
  font-size: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ============================================================
   6. SIGNATURE LINE — one-line tagline that recurs
   ============================================================ */
.signature-line {
  text-align: center;
  font-family: var(--font-script);
  font-style: italic;
  color: var(--gold-500);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 1rem auto;
  position: relative;
  display: inline-block;
  opacity: 0.9;
}
.signature-line::before,
.signature-line::after {
  content: '✦';
  color: var(--rose-gold);
  font-size: 0.7em;
  margin: 0 0.7rem;
  opacity: 0.7;
  vertical-align: middle;
}

/* ============================================================
   7. PERSUASION CTA — final close, stronger than cta-band
   ============================================================ */
.persuade-cta {
  background:
    radial-gradient(ellipse at center, rgba(201,164,58,0.15), transparent 70%),
    linear-gradient(135deg, #0a1f44 0%, #1c3570 100%);
  color: #fff;
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.persuade-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), var(--rose-gold), var(--gold-500), transparent);
}
.persuade-cta::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), var(--rose-gold), var(--gold-500), transparent);
}
.persuade-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin-bottom: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.persuade-cta h2 em {
  font-family: var(--font-script);
  font-style: italic;
  color: var(--gold-300);
  font-weight: 500;
}
.persuade-cta p {
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.persuade-cta .btn-row {
  display: inline-flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ============================================================
   8. NARRATIVE PILL — micro-claims (e.g. "He warned. The IMF agreed.")
   ============================================================ */
.narrative-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(90deg, rgba(201,164,58,0.12), rgba(224,180,160,0.12));
  border: 1px solid rgba(201,164,58,0.4);
  color: var(--navy-900);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0.25rem 0.25rem 0.25rem 0;
}
.narrative-pill svg { width: 14px; height: 14px; color: var(--gold-500); }

/* ============================================================
   9. SCORECARD — three-column proof of competence
   ============================================================ */
.scorecard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 900px) { .scorecard { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .scorecard { grid-template-columns: 1fr; } }

.score-item {
  background: #fff;
  border-radius: 12px;
  padding: 1.4rem 1.2rem;
  text-align: center;
  border-bottom: 3px solid var(--gold-500);
  box-shadow: 0 4px 14px rgba(10,31,68,0.05);
}
.score-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.score-num span { color: var(--gold-500); font-size: 0.7em; }
.score-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 600;
}

/* ============================================================
   11. SIGNATURE QUOTES — homepage quote wall
   ============================================================ */
.signature-quotes {
  background:
    linear-gradient(180deg, var(--cream) 0%, var(--ivory) 100%);
  padding: 6rem 0;
  position: relative;
}
.signature-quotes::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,164,58,0.3), transparent);
}

.sig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) { .sig-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sig-grid { grid-template-columns: 1fr; } }

.sig-quote {
  background: #fff;
  border-radius: 8px;
  padding: 1.8rem 1.6rem 1.5rem;
  box-shadow: 0 4px 16px rgba(10,31,68,0.05);
  border-left: 2px solid var(--gold-500);
  position: relative;
  transition: transform 0.7s var(--ease-elegant), box-shadow 0.7s var(--ease-elegant), border-left-color 0.7s;
  margin: 0;
}
.sig-quote::before {
  content: '\201C';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: var(--font-script);
  font-size: 4rem;
  color: rgba(201,164,58,0.18);
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.sig-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(10,31,68,0.1);
  border-left-color: var(--rose-gold);
}
.sig-quote blockquote {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--navy-900);
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding-left: 0.5rem;
}
.sig-quote blockquote em {
  font-family: var(--font-script);
  font-style: italic;
  color: var(--gold-500);
  font-weight: 600;
  font-size: 1.1em;
}
.sig-quote figcaption {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 500;
  border-top: 1px solid var(--gray-200);
  padding-top: 0.8rem;
  padding-left: 0.5rem;
}

/* ============================================================
   13. VINDICATION BLOCK — the predictions vs. outcomes
   ============================================================ */
.vindication-block {
  max-width: 1080px;
  margin: 0 auto;
}
.vind-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.vind-num {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-500), var(--rose-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex: 0 0 auto;
}
.vind-year {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.vind-header h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.25;
  margin-bottom: 0;
}
.vind-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 800px) {
  .vind-body { grid-template-columns: 1fr; gap: 1.5rem; }
}
.vind-said,
.vind-truth {
  background: #fff;
  border-radius: 10px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 4px 14px rgba(10,31,68,0.05);
}
.vind-said {
  border-left: 3px solid var(--gold-500);
}
.vind-truth {
  border-left: 3px solid var(--success);
}
.vind-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}
.vind-tag-said { background: rgba(201,164,58,0.15); color: var(--navy-900); border: 1px solid rgba(201,164,58,0.5); }
.vind-tag-truth { background: rgba(47,133,90,0.12); color: var(--success); border: 1px solid rgba(47,133,90,0.4); }
.vind-quote {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--navy-900);
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(201,164,58,0.3);
}
.vind-quote em {
  font-family: var(--font-script);
  font-style: italic;
  color: var(--gold-500);
  font-weight: 600;
  font-size: 1.1em;
}
.vind-said p,
.vind-truth p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 0.8rem;
}
.vind-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vind-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.65;
  border-bottom: 1px solid var(--gray-200);
}
.vind-list li:last-child { border-bottom: none; }
.vind-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: var(--success);
  font-weight: 700;
  font-size: 0.95rem;
}

/* ============================================================
   13. RECENT WINS — 2026 mega-deliveries grid
   ============================================================ */
.recent-wins {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
  padding: 6rem 0;
  position: relative;
}
.recent-wins::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,164,58,0.3), transparent);
}

.wins-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.5rem;
}
@media (max-width: 800px) { .wins-grid { grid-template-columns: 1fr; } }

.win-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(10,31,68,0.07);
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  transition: transform 0.7s var(--ease-elegant), box-shadow 0.7s var(--ease-elegant);
}
.win-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(10,31,68,0.12);
}
.win-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy-900);
}
.win-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-elegant);
}
.win-card:hover .win-image img {
  transform: scale(1.04);
}
.win-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(10,31,68,0.92);
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.8rem;
  border-radius: 100px;
  border: 1px solid rgba(201,164,58,0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.win-body {
  padding: 1.6rem 1.7rem 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.win-date {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.win-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
  line-height: 1.35;
  color: var(--navy-900);
}
.win-body p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--gray-700);
  margin: 0;
}
.win-body p + p { margin-top: 0.85rem; }

.win-quote {
  border-left: 2px solid var(--gold-400);
  padding: 0.1rem 0 0.1rem 0.9rem;
  color: var(--navy-800) !important;
  font-style: italic;
  font-size: 0.95rem !important;
}

/* Feature card — the headline "Just Arrived" win, spans full width on desktop */
.win-card-feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid rgba(201,164,58,0.35);
  box-shadow: 0 14px 40px rgba(10,31,68,0.10);
  position: relative;
}
.win-card-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(201,164,58,0.06), transparent 40%);
  z-index: 1;
}
.win-card-feature .win-image {
  aspect-ratio: auto;
  min-height: 320px;
  height: 100%;
}
.win-card-feature .win-body {
  padding: 2.2rem 2.4rem;
  justify-content: center;
}
.win-card-feature .win-body h3 {
  font-size: 1.55rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.win-card-feature .win-body p {
  font-size: 1rem;
}
.win-card-feature .win-badge {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: var(--navy-900);
  border-color: rgba(255,255,255,0.5);
}

/* Video inside a win card */
.win-image-video { background: #000; }
.win-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.win-card-feature .win-image-video { min-height: 360px; }

/* Live footage tag */
.win-live-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(220, 38, 38, 0.95);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.win-live-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: livePulse 1.6s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}
@media (prefers-reduced-motion: reduce) {
  .win-live-tag::before { animation: none; }
}
@media (max-width: 800px) {
  .win-card-feature { grid-template-columns: 1fr; }
  .win-card-feature .win-image { min-height: 220px; aspect-ratio: 16 / 9; }
  .win-card-feature .win-body { padding: 1.6rem 1.7rem 1.8rem; }
  .win-card-feature .win-body h3 { font-size: 1.25rem; }
}

/* ============================================================
   13c. LATEST NEWS — homepage strip + news.html grid
   ============================================================ */
.latest-news-section {
  padding: 5rem 0 5.5rem;
  background:
    radial-gradient(ellipse at top left, rgba(201,164,58,0.05), transparent 50%),
    linear-gradient(180deg, #fdfcf8 0%, #ffffff 100%);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 1.6rem;
}
.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: 0 6px 20px rgba(10,31,68,0.06);
  display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease-elegant), box-shadow 0.5s var(--ease-elegant);
}
.news-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(10,31,68,0.12); }
.news-card-img {
  aspect-ratio: 16 / 10;
  background: var(--navy-900) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.news-card-cat {
  position: absolute; top: 0.9rem; left: 0.9rem;
  background: rgba(10,31,68,0.92); color: var(--gold-300);
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em;
  padding: 0.35rem 0.75rem; border-radius: 100px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.news-card-body { padding: 1.3rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.news-card-meta {
  font-size: 0.72rem; color: var(--gold-500);
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 0.6rem; font-weight: 600;
}
.news-card-title {
  font-family: var(--font-heading);
  font-size: 1.12rem; line-height: 1.35;
  color: var(--navy-900); margin-bottom: 0.6rem;
  font-weight: 600;
}
.news-card-summary {
  font-size: 0.88rem; line-height: 1.65;
  color: var(--gray-700); flex: 1;
}
.news-card-foot {
  margin-top: 1rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.78rem; color: var(--gray-500);
}
.news-card-foot a { color: var(--navy-900); font-weight: 600; }

/* ============================================================
   12c. WHATSAPP — direct contact section + floating button
   ============================================================ */
.whatsapp-direct {
  padding: 3rem 0 1rem;
}
.wa-card {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 18px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  color: #fff;
  box-shadow: 0 22px 50px rgba(18,140,126,0.30);
  position: relative;
  overflow: hidden;
}
.wa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.18), transparent 40%),
    radial-gradient(circle at 5% 95%, rgba(0,0,0,0.20), transparent 50%);
  pointer-events: none;
}
@media (max-width: 700px) {
  .wa-card { grid-template-columns: 1fr; padding: 1.8rem; gap: 1.2rem; text-align: center; }
}
.wa-icon-large {
  width: 100px; height: 100px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.3);
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .wa-icon-large { margin: 0 auto; width: 80px; height: 80px; }
  .wa-icon-large svg { width: 44px; height: 44px; }
}
.wa-card-body { position: relative; z-index: 1; }
.wa-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  background: rgba(255,255,255,0.18);
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 0.8rem;
}
.wa-card-body h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  margin: 0 0 0.6rem;
  line-height: 1.15;
}
.wa-card-body h2 .script-accent { color: #fff; }
.wa-lead {
  color: rgba(255,255,255,0.92);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 1.4rem;
  max-width: 540px;
  font-weight: 300;
}
.wa-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 700px) { .wa-actions { justify-content: center; } }
.wa-btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.25s var(--ease-elegant), box-shadow 0.25s var(--ease-elegant);
}
.wa-btn-primary {
  background: #fff;
  color: #128c7e;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}
.wa-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
  color: #128c7e;
}
.wa-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.wa-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
}
.wa-number {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

/* Floating WhatsApp button — site-wide */
.wa-float {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  background: #25d366;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0 10px 28px rgba(18,140,126,0.45), 0 0 0 0 rgba(37,211,102,0.5);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  overflow: hidden;
  transition: transform 0.3s var(--ease-elegant), box-shadow 0.3s var(--ease-elegant);
  animation: waPulse 2.5s ease-in-out infinite;
}
.wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(18,140,126,0.55);
  color: #fff;
}
.wa-float-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-float-label {
  padding-right: 1.1rem;
  white-space: nowrap;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.45s var(--ease-elegant), padding-right 0.45s var(--ease-elegant);
}
.wa-float:hover .wa-float-label {
  max-width: 200px;
  padding-right: 1.3rem;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(18,140,126,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
  50% { box-shadow: 0 10px 28px rgba(18,140,126,0.45), 0 0 0 16px rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { animation: none; }
}
@media (max-width: 600px) {
  .wa-float { bottom: 1rem; right: 1rem; }
  .wa-float-icon { width: 50px; height: 50px; }
  .wa-float-icon svg { width: 26px; height: 26px; }
  .wa-float-label { display: none; }
}

/* ====================================================================
   SUGGESTIONS & CONCERNS — formal contact form
   ==================================================================== */
.suggestions-section {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #f7f5ef 0%, #fff 100%);
}
.suggestions-card {
  background: #fff;
  border: 1px solid rgba(10,31,68,0.10);
  border-radius: 18px;
  padding: 2.6rem 2.4rem;
  box-shadow: 0 10px 40px rgba(10,31,68,0.06);
  max-width: 980px;
  margin: 0 auto;
}
.suggestions-header { text-align: center; margin-bottom: 2rem; }
.suggestions-header .eyebrow.gold { color: var(--gold-600, #b78a1e); letter-spacing: 0.08em; font-weight: 600; }
.suggestions-header h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin: 0.5rem 0 1rem; }
.suggestions-lead { color: var(--gray-600, #555); max-width: 680px; margin: 0 auto; line-height: 1.6; }

.suggestions-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
}
.stype-pill {
  background: #faf7ee;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 1.1rem 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}
.stype-pill:hover { background: #fff; border-color: rgba(201,164,58,0.4); transform: translateY(-2px); }
.stype-pill.active { background: #fff; border-color: var(--gold-500, #c9a43a); box-shadow: 0 6px 18px rgba(201,164,58,0.18); }
.stype-icon { font-size: 1.6rem; }
.stype-pill strong { color: var(--navy-900, #0a1f44); font-size: 0.98rem; }
.stype-desc { font-size: 0.82rem; color: var(--gray-600, #666); line-height: 1.4; }

.suggestion-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.suggestion-form .form-field { margin-bottom: 1rem; }
.suggestion-form label { font-weight: 600; font-size: 0.88rem; color: var(--navy-900, #0a1f44); display: block; margin-bottom: 0.35rem; }
.suggestion-form input,
.suggestion-form select,
.suggestion-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(10,31,68,0.18);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.suggestion-form input:focus,
.suggestion-form select:focus,
.suggestion-form textarea:focus {
  outline: none;
  border-color: var(--gold-500, #c9a43a);
  box-shadow: 0 0 0 3px rgba(201,164,58,0.15);
}
.suggestion-form textarea { resize: vertical; min-height: 120px; }
.suggestion-form .req { color: #c0392b; }

.anon-toggle {
  background: #fff8e3;
  border: 1px dashed rgba(201,164,58,0.5);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  margin: 0.5rem 0 1rem;
}
.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 0.92rem !important;
  color: var(--gray-700, #444);
  line-height: 1.5;
}
.checkbox-row input[type="checkbox"] {
  width: auto !important;
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--gold-500, #c9a43a);
  transform: scale(1.2);
}

.contact-fields {
  transition: opacity 0.3s ease, max-height 0.35s ease;
  overflow: hidden;
}
.contact-fields.anon-on {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(0.4);
}

.suggestion-submit { margin-top: 1.5rem; text-align: center; }
.suggestion-submit .btn { padding: 0.95rem 2.2rem; font-size: 1.02rem; }
.form-note {
  margin: 0.9rem 0 0;
  color: var(--gray-500, #888);
  font-size: 0.82rem;
  line-height: 1.5;
}

.suggestion-result {
  margin-top: 1.5rem;
  padding: 1.1rem 1.3rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.55;
}
.suggestion-result.success {
  background: #e9f7ef;
  border: 1px solid #2e7d4f;
  color: #1d5b35;
}
.suggestion-result.error {
  background: #fdecea;
  border: 1px solid #c0392b;
  color: #7c241c;
}
.suggestion-result code {
  background: rgba(10,31,68,0.08);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 760px) {
  .suggestions-card { padding: 1.8rem 1.3rem; }
  .suggestions-types { grid-template-columns: 1fr; }
  .suggestion-form .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* News card audio/video badge */
.news-card-audio {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: var(--navy-900);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.32rem 0.7rem;
  border-radius: 100px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* ============================================================
   13a. LATEST NEWS — MAJOR newsroom feature on homepage
   ============================================================ */
/* ============================================================
   LATEST NEWS — vibrant, moving, clearly visible background
   Deep navy + rose + gold gradient with animated aurora orbs
   ============================================================ */
.latest-news-major {
  padding: 5.5rem 0 5rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #0a1f44 0%, #2d1b4e 35%, #4a1a32 70%, #6b1f3a 100%);
  border-top: 3px solid var(--gold-500);
  border-bottom: 3px solid var(--gold-500);
}
/* Aurora-style moving orbs */
.latest-news-major::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(201, 164, 58, 0.35) 0%, transparent 35%),
    radial-gradient(circle at 85% 70%, rgba(232, 120, 150, 0.30) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(244, 210, 145, 0.18) 0%, transparent 45%);
  animation: auroraMove 18s ease-in-out infinite alternate;
  pointer-events: none;
}
.latest-news-major::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(176, 71, 96, 0.25) 0%, transparent 30%),
    radial-gradient(circle at 30% 85%, rgba(201, 164, 58, 0.20) 0%, transparent 35%);
  animation: auroraMove 22s ease-in-out infinite alternate-reverse;
  pointer-events: none;
}
@keyframes auroraMove {
  0%   { transform: translate(0, 0)      scale(1);    opacity: 0.9; }
  50%  { transform: translate(3%, -2%)   scale(1.08); opacity: 1;   }
  100% { transform: translate(-2%, 3%)   scale(0.95); opacity: 0.85; }
}
.latest-news-major > .container { position: relative; z-index: 2; }

/* Top & bottom shimmering gold lines */
.latest-news-major .container::before,
.latest-news-major .container::after {
  content: "";
  position: absolute;
  left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), var(--gold-500), var(--gold-400), transparent);
  background-size: 200% 100%;
  animation: shimmer 4s linear infinite;
  pointer-events: none;
}
.latest-news-major .container::before { top: -2.5rem; }
.latest-news-major .container::after  { bottom: -2.5rem; }
@keyframes shimmer {
  0% { background-position: -100% 0; }
  100% { background-position: 100% 0; }
}

/* Floating particles for movement */
.latest-news-major .news-particle {
  position: absolute;
  width: 6px; height: 6px;
  background: radial-gradient(circle, var(--gold-400), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
  animation: floatParticle 12s ease-in-out infinite;
}
.latest-news-major .news-particle:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s;  width: 8px; height: 8px; }
.latest-news-major .news-particle:nth-child(2) { top: 35%; left: 80%; animation-delay: 2s;  background: radial-gradient(circle, #f4d291, transparent 70%); }
.latest-news-major .news-particle:nth-child(3) { top: 65%; left: 25%; animation-delay: 4s;  width: 10px; height: 10px; }
.latest-news-major .news-particle:nth-child(4) { top: 80%; left: 70%; animation-delay: 6s;  background: radial-gradient(circle, #e87896, transparent 70%); }
.latest-news-major .news-particle:nth-child(5) { top: 25%; left: 55%; animation-delay: 8s;  width: 5px; height: 5px; }
.latest-news-major .news-particle:nth-child(6) { top: 55%; left: 90%; animation-delay: 10s; }
@keyframes floatParticle {
  0%, 100% { transform: translate(0, 0)        scale(1);   opacity: 0.7; }
  25%      { transform: translate(20px, -30px) scale(1.4); opacity: 1;   }
  50%      { transform: translate(-15px, -50px) scale(0.8); opacity: 0.5; }
  75%      { transform: translate(10px, -25px) scale(1.2); opacity: 0.9; }
}

@media (prefers-reduced-motion: reduce) {
  .latest-news-major::before,
  .latest-news-major::after,
  .latest-news-major .news-particle,
  .latest-news-major .container::before,
  .latest-news-major .container::after { animation: none; }
}
.latest-news-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 1rem;
}
@media (max-width: 880px) {
  .latest-news-head { grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
}
.latest-news-head-left h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  margin: 0.7rem 0 1rem;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.latest-news-head-left h2 .script-accent {
  color: var(--gold-400);
  text-shadow: 0 2px 16px rgba(201, 164, 58, 0.45);
}
.latest-news-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  font-weight: 300;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.latest-news-lead strong { color: var(--gold-300); font-weight: 600; }
.latest-news-head-right {
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 0.6rem;
}
@media (max-width: 880px) {
  .latest-news-head-right { align-items: flex-start; }
}
.newsroom-meta {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.06em;
  margin: 0;
}

/* LIVE pill — pulsing red, broadcast-grade */
.live-pill {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0.45rem 0.95rem;
  border-radius: 100px;
  box-shadow: 0 8px 18px rgba(220,38,38,0.32);
  text-transform: uppercase;
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: liveDot 1.4s ease-in-out infinite;
}
@keyframes liveDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); opacity: 1; }
  50% { box-shadow: 0 0 0 8px rgba(255,255,255,0); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .live-dot { animation: none; }
}

/* Bigger gold button */
.btn-gold-lg {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: var(--navy-900);
  border: 0;
  padding: 0.95rem 1.6rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 0.4rem;
  box-shadow: 0 10px 24px rgba(201,164,58,0.32);
  transition: transform 0.3s var(--ease-elegant), box-shadow 0.3s var(--ease-elegant);
}
.btn-gold-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(201,164,58,0.42);
  color: var(--navy-900);
}

/* News grid for homepage — 3-up on desktop with featured asymmetric layout */
.news-grid-major {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 2.5rem !important;
}
@media (max-width: 1000px) { .news-grid-major { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .news-grid-major { grid-template-columns: 1fr; } }

/* Make first card span 2 columns, taller */
.news-grid-major > article:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.news-grid-major > article:first-child .news-card-img {
  aspect-ratio: 16 / 9;
}
.news-grid-major > article:first-child .news-card-title {
  font-size: 1.45rem !important;
  line-height: 1.25 !important;
}
.news-grid-major > article:first-child .news-card-summary {
  font-size: 0.97rem !important;
  -webkit-line-clamp: 4 !important;
}
@media (max-width: 1000px) {
  .news-grid-major > article:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
}
@media (max-width: 640px) {
  .news-grid-major > article:first-child { grid-column: span 1; }
}

/* ============================================================
   13b. ON THE AIR — current-voice broadcast moment
   ============================================================ */
.on-the-air {
  padding: 5rem 0 5.5rem;
  background:
    radial-gradient(ellipse at top right, rgba(201,164,58,0.08), transparent 55%),
    linear-gradient(180deg, #0a1f44 0%, #122853 60%, #0a1f44 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.on-the-air::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 90%, rgba(201,164,58,0.12), transparent 35%),
    radial-gradient(circle at 92% 10%, rgba(224,180,160,0.10), transparent 40%);
  pointer-events: none;
}
.on-the-air-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 880px) {
  .on-the-air-grid { grid-template-columns: 1fr; gap: 2.2rem; }
}
.on-the-air-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 22px 60px rgba(0,0,0,0.45),
    0 0 0 1px rgba(201,164,58,0.25);
  transform: rotate(-1deg);
  transition: transform 0.9s var(--ease-elegant);
}
.on-the-air-frame:hover { transform: rotate(0deg) scale(1.015); }
.on-the-air-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.on-the-air-station {
  position: absolute;
  bottom: 0.9rem;
  left: 0.9rem;
  background: rgba(10,31,68,0.92);
  color: var(--gold-300);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  padding: 0.45rem 0.85rem;
  border-radius: 100px;
  border: 1px solid rgba(201,164,58,0.45);
  font-weight: 600;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.on-the-air-text .eyebrow {
  color: var(--gold-300);
}
.on-the-air-text h2 {
  color: #fff;
  margin: 0.6rem 0 1.4rem;
  line-height: 1.18;
}
.on-the-air-text h2 .script-accent { color: var(--gold-300); }
.on-the-air-quote {
  position: relative;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255,255,255,0.96);
  padding: 0.4rem 0 0.4rem 2.4rem;
  margin: 0 0 1.1rem;
  font-style: italic;
}
.on-the-air-quote .quote-mark {
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: var(--font-script);
  font-size: 4.2rem;
  line-height: 1;
  color: var(--gold-400);
  font-style: normal;
  opacity: 0.85;
}
.on-the-air-quote em {
  color: var(--gold-300);
  font-style: italic;
  font-weight: 500;
}
.on-the-air-attrib {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.65);
  margin: 0 0 1.4rem;
  font-weight: 500;
}
.on-the-air-context {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  border-left: 2px solid rgba(201,164,58,0.4);
  padding-left: 1rem;
  margin: 0;
  font-weight: 300;
}

/* ============================================================
   14. CHOICE BLOCK — "Two paths" comparison
   ============================================================ */
.choice-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0;
}
@media (max-width: 800px) { .choice-block { grid-template-columns: 1fr; } }

.choice {
  border-radius: 14px;
  padding: 2rem 1.8rem;
  position: relative;
}
.choice-without {
  background: linear-gradient(180deg, rgba(197,48,48,0.05), rgba(197,48,48,0.02));
  border: 1px solid rgba(197,48,48,0.18);
}
.choice-with {
  background: linear-gradient(180deg, rgba(201,164,58,0.08), rgba(224,180,160,0.05));
  border: 1px solid rgba(201,164,58,0.4);
  box-shadow: 0 12px 30px rgba(201,164,58,0.1);
}
.choice-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.choice-without .choice-tag { background: rgba(197,48,48,0.12); color: #c53030; }
.choice-with .choice-tag { background: rgba(201,164,58,0.18); color: var(--navy-900); border: 1px solid var(--gold-500); }
.choice h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.choice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choice ul li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.6;
}
.choice-without ul li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: #c53030;
  font-weight: 700;
}
.choice-with ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}
