/* ══════════════════════════════════════════════════════════════
   Agentive Integrations — Main Stylesheet
   Design System v2026.2
   ══════════════════════════════════════════════════════════════ */

/* ── Reset & Variables ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  /* Logo-matched palette — colors sampled directly from images/logo.png
     so every navy surface, gold accent, and CTA echoes the brand mark exactly. */
  --navy: #030617;                /* deep blue-black background of the logo */
  --navy-secondary: #151829;      /* slightly lifted navy for cards / surfaces */
  --gold: #FFDF87;                /* luminous yellow-white gold — soft glowing accent */
  --gold-light: #FFF6DC;          /* near-white warm glow — bright end of the ombre */
  --gold-dark: #F2C24E;           /* richer yellow-gold — gradient depth & hovers */
  --gold-deep: #A07509;           /* deep readable gold — for gold on cream/white surfaces */
  --cream: #F4EEEB;               /* warm pearl cream — harmonizes with the gold */
  --cream-dark: #EBE3DE;
  --white: #F9F1F4;               /* pearl-tinted white from the wordmark */
  --text-dark: #1A1424;
  --text-mid: #4A4555;
  --text-light: #716879;
  --color-white-70: rgba(249,241,244,0.7);
  --color-white-50: rgba(249,241,244,0.5);
  --color-cream: #F4EEEB;
  --color-gold: #FFDF87;
  --color-navy-primary: #030617;
  --color-navy-secondary: #151829;
  --border: rgba(255,223,135, 0.28);
  --shadow-sm: 0 2px 8px rgba(3, 6, 23, 0.10);
  --shadow-md: 0 8px 32px rgba(3, 6, 23, 0.16);
  --shadow-lg: 0 20px 60px rgba(3, 6, 23, 0.22);
  --radius: 12px;
  --transition: all 0.3s ease;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ── Layout ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 5rem 2rem; }
.section-sm { padding: 3rem 2rem; }
.text-center { text-align: center; }

/* ── Backgrounds ── */
.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); color: var(--white); }

/* ── Section Headers ── */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem;
}
.section-subtitle {
  font-size: 1.05rem; color: var(--text-mid); max-width: 640px; margin: 0 auto;
}
.bg-navy .section-subtitle { color: var(--color-white-70); }

/* ── Typography Helpers ── */
.gold { color: var(--gold); }
.text-white { color: var(--white); }
.fw-700 { font-weight: 700; }

/* ══════════════════════════════════════
   NAVIGATION
══════════════════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 72px; transition: var(--transition);
}
.nav-transparent { background: transparent; }
.nav.nav-solid, .nav.scrolled { background: var(--navy); box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem;
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav-logo-mark {
  width: 40px; height: 40px; background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; color: var(--navy);
}
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name { font-size: 1.1rem; font-weight: 700; color: var(--white); line-height: 1.2; letter-spacing: 0.02em; }
.nav-logo-sub { font-size: 0.65rem; font-weight: 400; color: rgba(255,255,255,0.6); display: block; }

/* ══════════════════════════════════════
   BRAND LOGO IMAGE — used in nav, footer,
   and as a hero band on contact/about.

   The PNG at images/logo.png has its dark
   navy background keyed out to true alpha
   transparency (only the gold A + circuit
   pattern + light streams + white text are
   opaque). That means the logo sits on a
   transparent canvas and merges with any
   navy surface behind it — no mask needed,
   no rectangle, no seam, no border.
══════════════════════════════════════ */
.nav-logo-image {
  height: 88px;          /* Big enough for the gold "A" + light streams to clearly hang past the 72px nav bar */
  width: auto;
  display: block;
  margin: -14px 0;       /* negative margin pulls the image up so it visibly overflows top & bottom of the nav */
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) { .nav-logo-image { height: 64px; margin: -10px 0; } }
@media (max-width: 600px)  { .nav-logo-image { height: 52px; margin: -8px  0; } }

.footer-logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 1.5rem;
  margin: 0 auto 1.5rem;
  max-width: 1100px;
}
.footer-logo-image {
  max-width: 288px;       /* 25% bigger than the previous 230px */
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
}

.logo-hero-band {
  /* Full-width navy slab so the logo's white text + gold accents always
     read on a dark surface. Because the logo PNG now has true alpha, the
     transition between this navy band and whatever sits above/below it
     IS the only visible edge — and it's a clean full-width navy strip,
     not a logo-shaped rectangle. */
  background: var(--navy);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logo-hero-image {
  max-width: 920px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 700px) { .logo-hero-image { max-width: 95%; } }
/* Tightened spacing so the bigger nav logo + 8 nav links + CTA all fit on one row */
.nav-links { display: flex; align-items: center; gap: 1.15rem; list-style: none; }
.nav-link {
  color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.85rem;
  font-weight: 500; transition: var(--transition); white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--gold); }

/* Nav CTA */
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy); padding: 0.55rem 1.15rem; border-radius: 6px;
  font-weight: 700; font-size: 0.82rem; text-decoration: none; transition: var(--transition);
  white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(255,223,135,0.4); }

/* Mobile Nav */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 4px; background: none; border: none;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px; background: var(--white);
  transition: var(--transition); border-radius: 2px;
}
.nav-mobile-drawer {
  display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
  background: var(--navy); z-index: 999; padding: 2rem;
  flex-direction: column; gap: 0.5rem; overflow-y: auto;
}
.nav-mobile-drawer.open { display: flex; }
.nav-mobile-link {
  color: rgba(255,255,255,0.85); text-decoration: none; font-size: 1.1rem;
  font-weight: 600; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
}
.nav-mobile-link:hover { color: var(--gold); }
.nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 998;
}
.nav-overlay.open { display: block; }

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: var(--transition); border: none; cursor: pointer;
  line-height: 1.4;
}
.btn-sm { padding: 0.6rem 1.4rem; font-size: 0.875rem; }
.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,223,135,0.4); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(3,6,23,0.3); }
.btn-outline-white {
  background: transparent; border: 2px solid rgba(255,255,255,0.3);
  color: var(--white);
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-outline-gold {
  background: transparent; border: 2px solid var(--gold);
  color: var(--gold);
}
.btn-outline-gold:hover { background: rgba(255,223,135,0.08); transform: translateY(-2px); }
.btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  position: relative; min-height: 52vh; display: flex; align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 50%, #0D1F3C 100%);
  overflow: hidden; padding-top: 6rem; padding-bottom: 4rem;
}
.hero-canvas, #hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-content {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  padding: 4rem 0;
}
.hero-text { text-align: left; }
.hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800;
  color: var(--white); line-height: 1.1; margin-bottom: 1.25rem;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255,255,255,0.75);
  margin-bottom: 2rem; line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { display: flex; justify-content: center; }

/* Hero Score Card */
.hero-score-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 2rem; width: 100%; max-width: 380px;
  backdrop-filter: blur(10px);
}
.hero-score-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem;
}
.hero-score-number { font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
.hero-score-subtitle { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
.hero-score-bars { display: flex; flex-direction: column; gap: 0.6rem; }

/* Score Bars (shared) */
.score-bar-row {
  display: grid; grid-template-columns: 1fr 1fr 30px; gap: 0.75rem; align-items: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.7);
}
.score-bar-track {
  height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden;
}
.score-bar-fill {
  height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 3px; transition: width 1s ease;
}

/* ── Badge ── */
.badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,223,135,0.12); border: 1px solid rgba(255,223,135,0.25);
  color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.03em;
}
.badge-dot {
  width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ══════════════════════════════════════
   GRIDS
══════════════════════════════════════ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }

/* ══════════════════════════════════════
   CARDS
══════════════════════════════════════ */
.card {
  background: var(--white); border-radius: var(--radius); padding: 2.25rem;
  border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm);
  transition: var(--transition); display: flex; flex-direction: column;
  text-decoration: none; color: inherit; position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.card { transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease; }
.card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(3,6,23,0.22); background: var(--navy) !important; border-color: rgba(255,223,135,0.3) !important; }
.card:hover::before { transform: scaleX(1); }
.card:hover .card-title, .card:hover h3 { color: var(--cream) !important; }
.card:hover .card-body, .card:hover p { color: rgba(244,238,235,0.82) !important; }
.card:hover .card-link { color: var(--gold) !important; }
.card:hover .card-icon { background: rgba(255,223,135,0.2) !important; border-color: rgba(255,223,135,0.4) !important; }
.card-cream { background: var(--white); }
.card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(255,223,135,0.12), rgba(255,223,135,0.04));
  border: 1px solid rgba(255,223,135,0.2); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin-bottom: 1.25rem;
}
.card-title { font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
.card-body { font-size: 0.925rem; color: var(--text-mid); line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.card-link {
  color: var(--gold); font-weight: 600; font-size: 0.9rem; transition: var(--transition);
  display: inline-flex; align-items: center; gap: 0.3rem; margin-top: auto;
}
.card:hover .card-link { gap: 0.6rem; }

/* ══════════════════════════════════════
   METRICS
══════════════════════════════════════ */
.metric-card { text-align: center; padding: 1.5rem; }
.metric-number { font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 0.5rem; }
.metric-label { font-size: 0.875rem; color: var(--text-mid); font-weight: 500; }

/* ══════════════════════════════════════
   TWO-COL CTA
══════════════════════════════════════ */
.two-col-cta {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center;
}
.check-list { list-style: none; margin-bottom: 2rem; }
.check-list li {
  padding: 0.5rem 0; padding-left: 1.5rem; position: relative;
  color: rgba(255,255,255,0.8); font-size: 0.95rem;
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700;
}

/* Readiness Demo */
.readiness-demo-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 2rem; backdrop-filter: blur(10px);
}
.readiness-demo-title {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem;
}
.readiness-bars { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 1.5rem; }
.readiness-overall { text-align: center; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 0.25rem; align-items: center; }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testimonial-carousel { overflow: hidden; position: relative; }
.testimonial-track { display: flex; transition: transform 0.5s ease; }
.testimonial-slide { flex: 0 0 100%; padding: 0 1rem; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius); padding: 2.5rem;
  border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm);
  max-width: 700px; margin: 0 auto;
}
.testimonial-quote { color: var(--gold); opacity: 0.3; margin-bottom: 1rem; }
.testimonial-quote-text { font-size: 1.05rem; color: var(--text-dark); line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { border-top: 1px solid var(--cream-dark); padding-top: 1rem; }
.testimonial-author strong { display: block; color: var(--navy); font-size: 0.95rem; }
.testimonial-author span { font-size: 0.85rem; color: var(--text-mid); }
.carousel-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.carousel-dot {
  width: 10px; height: 10px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--cream-dark); transition: var(--transition);
}
.carousel-dot.active { background: var(--gold); transform: scale(1.2); }

/* ══════════════════════════════════════
   STAT CARDS (dark)
══════════════════════════════════════ */
.stat-card-dark {
  text-align: center; padding: 1.5rem;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
}
.stat-number { font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 0.3rem; }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); font-weight: 500; }

/* ══════════════════════════════════════
   SERVICE CARDS (legacy grid)
══════════════════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 3rem; }
.service-card {
  background: var(--white); border-radius: var(--radius); padding: 2.25rem;
  border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm);
  transition: var(--transition); position: relative; overflow: hidden;
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--border); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(255,223,135,0.12), rgba(255,223,135,0.04));
  border: 1px solid rgba(255,223,135,0.2); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 1.25rem;
}
.service-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
.service-card p { font-size: 0.925rem; color: var(--text-mid); line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.service-card-features { list-style: none; margin-bottom: 1.5rem; }
.service-card-features li {
  font-size: 0.85rem; color: var(--text-mid); padding: 0.3rem 0;
  display: flex; align-items: center; gap: 0.5rem;
}
.service-card-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.service-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--gold); font-weight: 600; font-size: 0.9rem;
  text-decoration: none; transition: var(--transition); margin-top: auto;
}
.service-card-link:hover { gap: 0.7rem; }
.service-card-link::after { content: '→'; transition: var(--transition); }
.service-card.featured {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 100%);
  border-color: rgba(255,223,135,0.3);
}
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: rgba(255,255,255,0.7); }
.service-card.featured .service-card-features li { color: rgba(255,255,255,0.7); }
.service-card.featured .service-card-link { color: var(--gold-light); }
.service-card.featured .service-icon { background: rgba(255,223,135,0.2); border-color: rgba(255,223,135,0.4); }
.featured-badge {
  position: absolute; top: 1.25rem; right: 1.25rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy); font-size: 0.7rem; font-weight: 700;
  padding: 0.25rem 0.6rem; border-radius: 50px;
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* ══════════════════════════════════════
   HOW WE WORK (Steps)
══════════════════════════════════════ */
.steps-row { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin-top: 3rem; position: relative; }
.step-connector { flex: 1; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin-top: 2.5rem; max-width: 100px; opacity: 0.4; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 0 0 240px; padding: 0 1rem; }
.step-circle {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,223,135,0.15), rgba(255,223,135,0.05));
  border: 2px solid rgba(255,223,135,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin-bottom: 1.25rem; position: relative;
}
.step-number {
  position: absolute; top: -8px; right: -8px; width: 28px; height: 28px;
  border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy); font-size: 0.75rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 0.6rem; }
.step p { font-size: 0.875rem; color: rgba(255,255,255,0.65); line-height: 1.6; }
.step-tagline { margin-top: 0.75rem; font-size: 0.8rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; }

/* ══════════════════════════════════════
   COMPARISON TABLE
══════════════════════════════════════ */
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 2.5rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.comparison-table thead { background: var(--navy); }
.comparison-table thead th { padding: 1.25rem 1.5rem; color: var(--white); font-size: 0.95rem; font-weight: 700; text-align: left; }
.comparison-table thead th:first-child { color: var(--gold); }
.comparison-table tbody tr:nth-child(even) { background: var(--cream); }
.comparison-table tbody tr:nth-child(odd) { background: var(--white); }
.comparison-table td { padding: 1rem 1.5rem; font-size: 0.9rem; color: var(--text-mid); border-bottom: 1px solid var(--cream-dark); }
.comparison-table td:first-child { color: var(--text-dark); font-weight: 600; }
.check { color: var(--gold); font-weight: 700; font-size: 1.1rem; }
.cross { color: #E53E3E; font-weight: 700; }
.partial { color: var(--text-light); }

/* ══════════════════════════════════════
   INDUSTRIES STRIP
══════════════════════════════════════ */
.industries-strip { background: var(--cream-dark); padding: 3rem 2rem; }
.industries-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.industry-chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 50px; padding: 0.5rem 1.25rem;
  font-size: 0.875rem; font-weight: 500; color: var(--text-dark);
  text-decoration: none; transition: var(--transition);
}
.industry-chip:hover { background: var(--navy); color: var(--white); border-color: var(--navy); transform: translateY(-2px); }
.industry-chip span { font-size: 1rem; }

/* ══════════════════════════════════════
   CTA SECTION (standalone)
══════════════════════════════════════ */
.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, #0D1F3C 100%);
  padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%);
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.cta-section p { font-size: 1.05rem; color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 2.5rem; }
/* Cream-background CTA variant — flip text to navy for readability */
.cta-section.bg-cream { background: var(--cream); }
.cta-section.bg-cream::before { background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%); }
.cta-section.bg-cream h2,
.cta-section.bg-cream .section-title { color: var(--navy); }
.cta-section.bg-cream p,
.cta-section.bg-cream .section-subtitle { color: var(--text-mid); }
.cta-section.bg-cream .section-label { color: var(--gold); }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 4rem 2rem 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; margin-bottom: 1rem; }
.footer-tagline { font-size: 0.875rem; line-height: 1.6; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social-link {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.8rem;
  transition: var(--transition);
}
.footer-social-link:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.footer-heading { color: var(--white); font-size: 0.9rem; font-weight: 700; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a, .footer-links li a {
  color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.875rem;
  transition: var(--transition);
}
.footer-col ul li a:hover, .footer-links li a:hover { color: var(--gold); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-bottom { text-align: center; padding: 1.5rem 0; font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ══════════════════════════════════════
   FORMS
══════════════════════════════════════ */
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.5rem; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 0.85rem 1rem; border-radius: 8px;
  border: 1px solid var(--cream-dark); background: var(--white);
  font-family: inherit; font-size: 0.95rem; color: var(--text-dark);
  transition: var(--transition);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,223,135,0.1);
}
.form-textarea { min-height: 120px; resize: vertical; }

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.animate-delay-100 { transition-delay: 0.1s; }
.animate-delay-200 { transition-delay: 0.2s; }
.animate-delay-300 { transition-delay: 0.3s; }
.animate-delay-400 { transition-delay: 0.4s; }
.animate-delay-500 { transition-delay: 0.5s; }

/* ══════════════════════════════════════
   RESPONSIVE
═══════��══════════════════════════════ */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-text { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-visual { margin-top: 2rem; }
  .grid-3, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .two-col-cta { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
  /* Big nav logo (88px on wide desktops) takes meaningful horizontal room.
     Below 1100px, collapse the 8 desktop links + CTA into the hamburger menu
     so the big logo never crowds or overlaps any buttons. */
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .grid-2, .grid-3, .grid-4, .services-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; align-items: center; gap: 2rem; }
  .step-connector { display: none; }
  .step { flex: 0 0 auto; max-width: 280px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .comparison-table { font-size: 0.8rem; }
  .comparison-table td, .comparison-table thead th { padding: 0.75rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { min-height: 52vh; }
}


/* Style the navy text within bg-navy sections */
.bg-navy .section-title, .bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy .section-eyebrow { color: var(--gold); }
.bg-navy .section-subtitle { color: rgba(255,255,255,0.75); }
.bg-navy p { color: rgba(255,255,255,0.75); }
.bg-navy .card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
.bg-navy .card-title, .bg-navy .card h3, .bg-navy .card h4 { color: var(--white); }
.bg-navy .card-body, .bg-navy .card p { color: rgba(255,255,255,0.7); }

/* ══════════════════════════════════════
   BACKWARD-COMPAT ALIASES
══════════════════════════════════════ */
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,223,135,0.4); }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: rgba(255,223,135,0.08); transform: translateY(-2px); }
.bg-navy-dark, .bg-navy-primary { background: var(--navy); color: var(--white); }
.bg-navy-dark .section-title, .bg-navy-primary .section-title { color: var(--white); }
.bg-navy-dark .section-subtitle, .bg-navy-primary .section-subtitle { color: rgba(255,255,255,0.7); }

/* Page hero (shared by inner pages — now matches .hero styling) */
.hero.page-hero,
.page-hero {
  min-height: 50vh;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 50%, #0D1F3C 100%);
  padding: 8rem 2rem 5rem; text-align: center; position: relative; overflow: hidden;
}
.hero.page-hero .container,
.page-hero > div:not(.container) {
  position: relative; z-index: 2; max-width: 800px; margin: 0 auto;
}
/* Allow direct h1/p children without container wrapper */
.page-hero > h1, .page-hero > p { position: relative; z-index: 2; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-hero > h1 { color: var(--white); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 1rem; }
.page-hero > h1 span { color: var(--gold); }
.page-hero > p { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 600px; margin-bottom: 0; }

/* Content section padding fix */
.content-section { padding: 5rem 2rem; }
.content-section h2 { font-size: 1.5rem; font-weight: 700; color: var(--navy); margin: 2.5rem 0 0.75rem; }
.content-section h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin: 1.5rem 0 0.5rem; }
.content-section p { color: var(--text-mid); line-height: 1.8; margin-bottom: 1.25rem; }
.content-section ul { list-style: none; margin-bottom: 1.25rem; max-width: 760px; margin-left: auto; margin-right: auto; }
.content-section ul li { color: var(--text-mid); padding: 0.35rem 0 0.35rem 1.5rem; position: relative; }
.content-section ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.content-section { max-width: 100%; }
.content-section > * { max-width: 760px; margin-left: auto; margin-right: auto; }

.page-hero-orig-style-supressed { padding: 8rem 2rem 5rem; }

/* Thank-you page hero */
.ty-hero { min-height: 70vh; }
.ty-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 3rem 2.5rem; max-width: 620px; margin: 0 auto; text-align: center; backdrop-filter: blur(10px); }
.ty-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 800; margin: 0 auto 1.5rem; }
.ty-card h1 { color: var(--white); font-size: 2rem; font-weight: 800; margin-bottom: 0.75rem; }
.ty-card p { color: rgba(255,255,255,0.75); margin-bottom: 2rem; }
.ty-steps { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; text-align: left; }
.ty-step { display: flex; gap: 1rem; align-items: flex-start; }
.ty-step-num { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,223,135,0.2); color: var(--gold); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.ty-step-text { color: rgba(255,255,255,0.75); font-size: 0.9rem; }
.ty-step-text strong { display: block; color: var(--white); margin-bottom: 0.15rem; }
.ty-step-text span { display: block; }
.ty-btn { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--navy); padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 700; text-decoration: none; display: inline-block; transition: var(--transition); }
.ty-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,223,135,0.4); }
.ty-links { margin-top: 1.5rem; display: flex; gap: 1.25rem; flex-wrap: wrap; justify-content: center; }
.ty-link { color: rgba(255,255,255,0.5); font-size: 0.85rem; text-decoration: none; }
.ty-link:hover { color: var(--gold); }

/* Hero stats (industry pages) */
.hero-stats { display: flex; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; justify-content: center; }
.hero-stat { text-align: center; }
.hero-stat-number { display: block; font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.hero-stat-label { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 0.3rem; }

/* Make industry-page hero content centered */
.hero .hero-content:not(.hero-content-grid) { display: block; max-width: 800px; margin: 0 auto; text-align: center; padding: 4rem 2rem; }
.hero h1 { color: var(--white); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.25rem; }
.hero h1 span { color: var(--gold); }

/* Challenges and use-case grids (industry pages) */
.challenges-grid, .use-cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
@media (max-width: 768px) { .challenges-grid, .use-cases-grid { grid-template-columns: 1fr; } }
.challenge-card, .use-case { background: var(--white); border-radius: var(--radius); padding: 1.75rem; border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease; }
.challenge-card:hover, .use-case:hover { background: var(--navy) !important; border-color: rgba(255,223,135,0.3) !important; transform: translateY(-8px); box-shadow: 0 20px 60px rgba(3,6,23,0.22); }
.challenge-card:hover h4, .use-case:hover h4 { color: var(--cream) !important; }
.challenge-card:hover p, .use-case:hover p { color: rgba(244,238,235,0.82) !important; }
.challenge-card h4, .use-case h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem; transition: color 0.3s ease; }
.challenge-card p, .use-case p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; transition: color 0.3s ease; }
.bg-navy .challenge-card, .bg-navy .use-case { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
.bg-navy .challenge-card h4, .bg-navy .use-case h4 { color: var(--white); }
.bg-navy .challenge-card p, .bg-navy .use-case p { color: rgba(255,255,255,0.7); }
.bg-navy .challenge-card:hover, .bg-navy .use-case:hover { background: rgba(244,238,235,0.97) !important; border-color: rgba(255,223,135,0.45) !important; transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.28); }
.bg-navy .challenge-card:hover h4, .bg-navy .use-case:hover h4 { color: var(--navy) !important; }
.bg-navy .challenge-card:hover p, .bg-navy .use-case:hover p { color: var(--text-mid) !important; }
.use-case-icon { font-size: 2rem; margin-bottom: 0.75rem; }

/* Compliance strip styling */
.compliance-strip .badges-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 1rem; }
.compliance-strip .badge { background: rgba(255,223,135,0.12); border: 1px solid rgba(255,223,135,0.3); color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; display: inline-block; }

/* Section label (legacy) → make it look like section-eyebrow */
.section-label {
  text-align: center; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.bg-navy .section-label { color: var(--gold); }
.section-title.light { color: var(--white); }
.section-subtitle.light { color: rgba(255,255,255,0.7); }
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800;
  color: var(--white); margin-bottom: 1rem; line-height: 1.15;
}
.page-hero h1 span, .page-hero h1 .gold { color: var(--gold); }
.page-hero p {
  font-size: 1.05rem; color: rgba(255,255,255,0.75);
  max-width: 600px; margin: 0 auto 2rem;
}
.page-hero-badge, .hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,223,135,0.15); border: 1px solid rgba(255,223,135,0.3);
  color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 1.25rem;
  letter-spacing: 0.05em; text-transform: uppercase;
}

/* Blog-specific */
.blog-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 100%);
  padding: 8rem 2rem 4rem; position: relative; overflow: hidden;
}
.blog-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%); }
.blog-hero .container { position: relative; z-index: 1; max-width: 800px; }
.blog-category {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,223,135,0.15); border: 1px solid rgba(255,223,135,0.3);
  color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 1.25rem;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.blog-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 1.25rem; line-height: 1.2; }
.blog-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.75); margin-bottom: 1.5rem; }
.blog-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.blog-meta span { font-size: 0.875rem; color: rgba(255,255,255,0.6); }
.blog-meta strong { color: var(--gold); }
.blog-content { max-width: 760px; margin: 0 auto; padding: 4rem 2rem; }
.blog-content h2 { font-size: 1.5rem; font-weight: 700; color: var(--navy); margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--cream-dark); }
.blog-content h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin: 1.5rem 0 0.5rem; }
.blog-content p { color: var(--text-mid); line-height: 1.8; margin-bottom: 1.25rem; font-size: 1rem; }
.blog-content ul { list-style: none; margin-bottom: 1.25rem; }
.blog-content ul li { color: var(--text-mid); font-size: 0.95rem; padding: 0.35rem 0 0.35rem 1.5rem; position: relative; }
.blog-content ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.blog-content blockquote { background: var(--cream-dark); border-left: 4px solid var(--gold); padding: 1.25rem 1.5rem; margin: 1.5rem 0; border-radius: 0 var(--radius) var(--radius) 0; }
.blog-content blockquote p { margin: 0; font-style: italic; font-size: 1.05rem; }
.blog-cta-box { background: linear-gradient(135deg, var(--navy), var(--navy-secondary)); border-radius: var(--radius); padding: 2.5rem; text-align: center; margin: 3rem 0; border: 1px solid rgba(255,223,135,0.2); }
.blog-cta-box h3 { color: var(--white); font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; }
.blog-cta-box p { color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; }
.blog-cta-box a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--navy); padding: 0.9rem 2rem; border-radius: 8px; font-weight: 700; text-decoration: none; display: inline-block; }

/* Course pages */
.course-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 100%); padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
.course-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%); }
.course-hero .container { position: relative; z-index: 1; }
.course-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.course-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 700px; margin-bottom: 2rem; }
.module-card { background: var(--white); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; transition: var(--transition); }
.module-card:hover { box-shadow: var(--shadow-md); border-color: var(--border); }
.module-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.module-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.6; }

/* Workshop pages */
.workshop-details { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; }
@media (max-width: 900px) { .workshop-details { grid-template-columns: 1fr; } }
.workshop-sidebar { background: var(--white); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--cream-dark); box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.workshop-sidebar h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }
.workshop-sidebar ul { list-style: none; }
.workshop-sidebar li { font-size: 0.9rem; color: var(--text-mid); padding: 0.5rem 0; border-bottom: 1px solid var(--cream-dark); }

/* Speaking pages */
.speaking-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-secondary) 100%); padding: 8rem 2rem 5rem; position: relative; overflow: hidden; }
.speaking-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(255,223,135,0.08) 0%, transparent 70%); }
.speaking-hero .container { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════
   GOLD ON LIGHT SURFACES
   The luminous white-gold glows on navy but is too pale to read on
   cream or white. On light surfaces the gold tokens step down to a
   deep, readable yellow-gold. Custom-property inheritance means this
   also fixes inline style="color:var(--gold)" usages automatically.
   ══════════════════════════════════════════════════════ */
.bg-cream,
.bg-white,
.ty-card {
  --gold: var(--gold-deep);
  --color-gold: var(--gold-deep);
  --gold-light: #DDA433;
}

/* Dark surfaces keep the bright glow gold — navy sections plus any dark
   cards (e.g. the contact form / pricing cards) nested in light sections */
.bg-navy,
.contact-form-card,
.contact-detail,
.pricing-card {
  --gold: #FFDF87;
  --color-gold: #FFDF87;
  --gold-light: #FFF6DC;
}

/* Card that flips to a cream background on hover → steps down to deep gold */
.pricing-card:hover {
  --gold: var(--gold-deep);
  --color-gold: var(--gold-deep);
  --gold-light: #DDA433;
}

/* Cards that flip to a navy background on hover → regain the glow gold */
.problem-card:hover,
.tier-card:hover,
.outcome-card:hover {
  --gold: #FFDF87;
  --color-gold: #FFDF87;
  --gold-light: #FFF6DC;
}
