/* ══════════════════════════════════════════════════════════════
   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); }

/* ── White-to-gold glow on gold buttons — only on navy backgrounds ── */
.hero .btn-gold, .hero .btn-primary,
.bg-navy .btn-gold, .bg-navy .btn-primary,
.cta-section:not(.bg-cream) .btn-gold, .cta-section:not(.bg-cream) .btn-primary,
.footer .btn-gold, .footer .btn-primary {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.35),
    0 0 10px 1px rgba(255,255,255,0.55),
    0 0 24px 5px rgba(255,223,135,0.55),
    0 0 46px 12px rgba(255,223,135,0.32);
}
.hero .btn-gold:hover, .hero .btn-primary:hover,
.bg-navy .btn-gold:hover, .bg-navy .btn-primary:hover,
.cta-section:not(.bg-cream) .btn-gold:hover, .cta-section:not(.bg-cream) .btn-primary:hover,
.footer .btn-gold:hover, .footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.5),
    0 0 14px 2px rgba(255,255,255,0.7),
    0 0 32px 7px rgba(255,223,135,0.7),
    0 0 60px 16px 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: var(--gold); border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); text-decoration: none; font-size: 0.8rem;
  transition: var(--transition);
}
.footer-social-link:hover { background: var(--gold-light, var(--gold)); color: var(--navy); border-color: var(--gold-light, var(--gold)); transform: translateY(-2px); }
.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;
}

/* ════════════════════════════════════════════════════════════════
   2026-06 SITE ENHANCEMENTS (standardized, applies site-wide)
   1. Navy↔cream gradient section blends (ombre transitions)
   2. Gold buttons: glow removed
   3. CTA microcopy + text links (risk reversal)
   4. Flagship card badge, process steps, FAQ, trust badges,
      testimonial card, founder block, SVG social icons
   ════════════════════════════════════════════════════════════════ */

/* ── 1. Gradient section blends ── */
.bg-navy.blend-both {
  background: linear-gradient(180deg,
    var(--cream)            0px,
    #ddd8dd                 15px,
    #b0adbe                 32px,
    #807e97                 50px,
    #545871                 66px,
    #2e3350                 80px,
    var(--navy-secondary)   90px,
    var(--navy)             100px,
    var(--navy)             calc(100% - 100px),
    var(--navy-secondary)   calc(100% - 90px),
    #2e3350                 calc(100% - 80px),
    #545871                 calc(100% - 66px),
    #807e97                 calc(100% - 50px),
    #b0adbe                 calc(100% - 32px),
    #ddd8dd                 calc(100% - 15px),
    var(--cream)            100%);
  padding-top: calc(3.5rem + 100px);
  padding-bottom: calc(3.5rem + 100px);
}
.bg-navy.blend-top {
  background: linear-gradient(180deg,
    var(--cream)            0px,
    #ddd8dd                 15px,
    #b0adbe                 32px,
    #807e97                 50px,
    #545871                 66px,
    #2e3350                 80px,
    var(--navy-secondary)   90px,
    var(--navy)             100px);
  padding-top: calc(3.5rem + 100px);
}
.bg-navy.blend-bottom {
  background: linear-gradient(180deg,
    var(--navy)             0px,
    var(--navy)             calc(100% - 100px),
    var(--navy-secondary)   calc(100% - 90px),
    #2e3350                 calc(100% - 80px),
    #545871                 calc(100% - 66px),
    #807e97                 calc(100% - 50px),
    #b0adbe                 calc(100% - 32px),
    #ddd8dd                 calc(100% - 15px),
    var(--cream)            100%);
  padding-bottom: calc(3.5rem + 100px);
}
.footer.blend-top-cream {
  background: linear-gradient(180deg,
    var(--cream)            0px,
    #ddd8dd                 15px,
    #b0adbe                 32px,
    #807e97                 50px,
    #545871                 66px,
    #2e3350                 80px,
    var(--navy-secondary)   90px,
    var(--navy)             100px);
  padding-top: calc(3.5rem + 100px);
}
.bg-cream.blend-top-white {
  background: linear-gradient(180deg, var(--white) 0px, var(--cream) 100px);
}
.hero { position: relative; }
.hero-fade-out {
  position: absolute; left: 0; right: 0; bottom: 0; height: 100px;
  pointer-events: none; z-index: 2;
}
.hero-fade-out.to-white {
  background: linear-gradient(180deg,
    rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 35%,
    rgba(255,255,255,.45) 60%, rgba(255,255,255,.78) 82%, #FFFFFF 100%);
}
.hero-fade-out.to-cream {
  background: linear-gradient(180deg,
    rgba(244,238,235,0) 0%, rgba(244,238,235,.18) 35%,
    rgba(244,238,235,.45) 60%, rgba(244,238,235,.78) 82%, var(--cream) 100%);
}

/* ── 2. Gold buttons: glow removed (overrides earlier glow rules) ── */
.hero .btn-gold, .hero .btn-primary,
.bg-navy .btn-gold, .bg-navy .btn-primary,
.cta-section:not(.bg-cream) .btn-gold, .cta-section:not(.bg-cream) .btn-primary,
.footer .btn-gold, .footer .btn-primary {
  box-shadow: none;
}
.hero .btn-gold:hover, .hero .btn-primary:hover,
.bg-navy .btn-gold:hover, .bg-navy .btn-primary:hover,
.cta-section:not(.bg-cream) .btn-gold:hover, .cta-section:not(.bg-cream) .btn-primary:hover,
.footer .btn-gold:hover, .footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(3,6,23,0.35);
}

/* ── 3. CTA microcopy + text links ── */
.cta-microcopy {
  margin-top: 0.85rem; font-size: 0.83rem; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.55);
}
.bg-cream .cta-microcopy, .bg-white .cta-microcopy, .cta-microcopy.on-light { color: rgba(3,6,23,0.55); }
.cta-text-link {
  color: var(--gold); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(255,223,135,0.4); padding-bottom: 1px;
  transition: border-color .2s ease;
}
.cta-text-link:hover { border-color: var(--gold); }
.cta-text-link.on-light, .bg-cream .cta-text-link, .bg-white .cta-text-link { color: #8a6d1f; border-color: rgba(138,109,31,0.35); }
.cta-text-link.on-light:hover, .bg-cream .cta-text-link:hover, .bg-white .cta-text-link:hover { border-color: #8a6d1f; }

/* ── 4a. Hero v2 sizing ── */
.hero.hero-v2 { min-height: 70vh; display: flex; align-items: center; }
.hero-v2 .hero-title {
  font-size: clamp(2.6rem, 5.6vw, 4.2rem);
  letter-spacing: -0.025em; line-height: 1.06;
}

/* ── 4b. Flagship card badge ── */
.card { position: relative; }
.card-flag {
  position: absolute; top: -12px; left: 1.5rem;
  background: var(--navy); color: var(--gold);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 20px;
  border: 1px solid rgba(255,223,135,0.5);
}

/* ── 4c. Process steps ── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; }
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { text-align: left; padding: 2rem 1.75rem; background: var(--white); border-radius: 14px; border: 1px solid var(--cream-dark); box-shadow: 0 4px 18px rgba(3,6,23,0.05); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  font-weight: 800; font-size: 1.05rem; margin-bottom: 1.1rem;
}
.step-title { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.step-body { font-size: 0.95rem; color: rgba(3,6,23,0.65); line-height: 1.6; }
.step-meta { display: block; margin-top: 0.9rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #8a6d1f; }

/* ── 4d. Testimonial + trust badges ── */
.testimonial-v2 {
  background: var(--white); border-radius: 16px; border: 1px solid var(--cream-dark);
  box-shadow: 0 8px 30px rgba(3,6,23,0.07); padding: 2.5rem;
  max-width: 760px; margin: 0 auto 2.5rem; text-align: center;
}
.testimonial-v2 blockquote { font-size: 1.25rem; line-height: 1.55; color: var(--navy); font-weight: 500; margin: 0 0 1.25rem; }
.testimonial-v2 cite { font-style: normal; font-size: 0.9rem; color: rgba(3,6,23,0.55); }
.placeholder-note {
  display: inline-block; margin-top: 0.75rem; padding: 4px 10px; border-radius: 6px;
  background: rgba(184,132,31,0.12); color: #8a6d1f;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1.1rem; border-radius: 30px;
  border: 1px solid var(--cream-dark); background: var(--white);
  font-size: 0.82rem; font-weight: 600; color: var(--navy);
}
.trust-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #B8841F; }

/* ── 4e. Founder block ── */
.founder-grid { display: grid; grid-template-columns: 320px 1fr; gap: 3.5rem; align-items: center; text-align: left; }
@media (max-width: 860px) { .founder-grid { grid-template-columns: 1fr; text-align: center; } .founder-grid .founder-photo { margin: 0 auto; } }
.founder-photo {
  width: 100%; max-width: 320px; border-radius: 18px; display: block;
  border: 1px solid rgba(255,223,135,0.35);
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}

/* ── 4f. FAQ ── */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--cream-dark);
  border-radius: 12px; margin-bottom: 0.85rem; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.15rem 1.4rem;
  font-weight: 700; color: var(--navy); font-size: 1rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: #8a6d1f; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 1.4rem 1.25rem; margin: 0; color: rgba(3,6,23,0.65); line-height: 1.65; font-size: 0.95rem; }

/* ── 4g. SVG social icons ── */
.footer-social-link svg { width: 15px; height: 15px; fill: currentColor; display: block; }

/* ══════════════════════════════════════════════════════════════════
   NAVY-SECTION COMPONENT OVERRIDES
   Any light-styled component automatically recolors when its section
   carries .bg-navy: cream/white fonts + gold borders to stand out.
   This lets sections flip tone via class change alone, site-wide.
══════════════════════════════════════════════════════════════════ */
.bg-navy .card, .bg-navy .card-cream { background: rgba(255,255,255,0.04) !important; border-color: rgba(255,223,135,0.35) !important; }
.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(244,238,235,0.78); }
.bg-navy .card-flag { background: rgba(255,223,135,0.18); color: var(--gold); }

.bg-navy .metric-number { color: var(--gold); }
.bg-navy .metric-label { color: rgba(244,238,235,0.72); }

.bg-navy .trust-badge { background: rgba(255,255,255,0.05); border-color: rgba(255,223,135,0.35); color: var(--cream); }

.bg-navy .testimonial-v2 { background: rgba(255,255,255,0.04); border-color: rgba(255,223,135,0.30); }
.bg-navy .testimonial-v2 blockquote { color: var(--white); }
.bg-navy .testimonial-v2 cite { color: rgba(244,238,235,0.6); }
.bg-navy .placeholder-note { background: rgba(255,223,135,0.15); color: var(--gold); }

.bg-navy .faq-item { background: rgba(255,255,255,0.04); border-color: rgba(255,223,135,0.30); }
.bg-navy .faq-item summary { color: var(--white); }
.bg-navy .faq-item summary::after { color: var(--gold); }
.bg-navy .faq-item p { color: rgba(244,238,235,0.75); }

.bg-navy .step-card, .bg-navy .stat-card, .bg-navy .feature-card { background: rgba(255,255,255,0.04); border-color: rgba(255,223,135,0.35); color: var(--cream); }
.bg-navy .step-card h3, .bg-navy .step-card h4, .bg-navy .stat-card h3, .bg-navy .stat-card h4, .bg-navy .feature-card h3, .bg-navy .feature-card h4 { color: var(--white); }
.bg-navy .step-card p, .bg-navy .stat-card p, .bg-navy .feature-card p { color: rgba(244,238,235,0.75); }

/* ════════════════════════════════════════════════════════════════
   2026-06 CONTRAST STANDARDIZATION (site-wide, supersedes above)
   Rule: every card contrasts with its section background.
   • Cards on NAVY sections  → CREAM cards, navy text, gold accents
   • Cards on CREAM sections → NAVY cards, cream text, gold accents
   ════════════════════════════════════════════════════════════════ */

/* ── Cards on navy sections: CREAM ── */
.bg-navy .card, .bg-navy .card-cream, .bg-navy .service-card,
.bg-navy .step-card, .bg-navy .stat-card, .bg-navy .feature-card,
.bg-navy .pricing-card, .bg-navy .tier-card, .bg-navy .problem-card,
.bg-navy .outcome-card, .bg-navy .module-card, .bg-navy .challenge-card,
.bg-navy .testimonial-card, .bg-navy .testimonial-v2, .bg-navy .faq-item,
.bg-navy .ty-card {
  background: var(--cream) !important;
  border-color: rgba(255,223,135,0.55) !important;
  color: var(--text-mid) !important;
}
.bg-navy .card-title, .bg-navy .card h3, .bg-navy .card h4,
.bg-navy .service-card h3, .bg-navy .step-card h3, .bg-navy .step-card h4,
.bg-navy .stat-card h3, .bg-navy .stat-card h4,
.bg-navy .feature-card h3, .bg-navy .feature-card h4,
.bg-navy .pricing-card h3, .bg-navy .tier-card h3,
.bg-navy .problem-card h3, .bg-navy .outcome-card h3,
.bg-navy .module-card h3, .bg-navy .challenge-card h3 { color: var(--navy) !important; }
.bg-navy .card-body, .bg-navy .card p, .bg-navy .service-card p,
.bg-navy .step-card p, .bg-navy .stat-card p, .bg-navy .feature-card p,
.bg-navy .pricing-card p, .bg-navy .tier-card p, .bg-navy .problem-card p,
.bg-navy .outcome-card p, .bg-navy .module-card p, .bg-navy .challenge-card p { color: var(--text-mid) !important; }
.bg-navy .card-link { color: #8a6d1f !important; }
.bg-navy .card .metric-number, .bg-navy .stat-card .metric-number { color: var(--navy) !important; }
.bg-navy .card .metric-label, .bg-navy .stat-card .metric-label { color: var(--text-mid) !important; }
.bg-navy .testimonial-v2 blockquote, .bg-navy .testimonial-card blockquote { color: var(--navy); }
.bg-navy .testimonial-v2 cite, .bg-navy .testimonial-card cite { color: rgba(3,6,23,0.6); }
.bg-navy .faq-item summary { color: var(--navy); }
.bg-navy .faq-item summary::after { color: #8a6d1f; }
.bg-navy .faq-item p { color: var(--text-mid); }

/* hover: cream cards on navy stay light — lift to white with gold border */
.bg-navy .card:hover, .bg-navy .service-card:hover, .bg-navy .feature-card:hover,
.bg-navy .step-card:hover, .bg-navy .stat-card:hover {
  background: var(--white) !important; border-color: var(--gold) !important;
}
.bg-navy .card:hover .card-title, .bg-navy .card:hover h3, .bg-navy .card:hover h4 { color: var(--navy) !important; }
.bg-navy .card:hover .card-body, .bg-navy .card:hover p { color: var(--text-mid) !important; }
.bg-navy .card:hover .card-link { color: #8a6d1f !important; }
.bg-navy .card:hover .card-icon { background: linear-gradient(135deg, rgba(255,223,135,0.25), rgba(255,223,135,0.08)) !important; border-color: rgba(255,223,135,0.5) !important; }

/* ── Cards on cream/white sections: NAVY ── */
.bg-cream .card, .bg-white .card, .bg-cream .card-cream, .bg-white .card-cream,
.bg-cream .service-card, .bg-white .service-card,
.bg-cream .step-card, .bg-white .step-card,
.bg-cream .stat-card, .bg-white .stat-card,
.bg-cream .feature-card, .bg-white .feature-card,
.bg-cream .pricing-card, .bg-white .pricing-card,
.bg-cream .tier-card, .bg-white .tier-card,
.bg-cream .problem-card, .bg-white .problem-card,
.bg-cream .outcome-card, .bg-white .outcome-card,
.bg-cream .module-card, .bg-white .module-card,
.bg-cream .challenge-card, .bg-white .challenge-card,
.bg-cream .testimonial-card, .bg-white .testimonial-card,
.bg-cream .testimonial-v2, .bg-white .testimonial-v2,
.bg-cream .faq-item, .bg-white .faq-item,
.bg-cream .ty-card, .bg-white .ty-card {
  background: var(--navy) !important;
  border-color: rgba(255,223,135,0.35) !important;
  color: rgba(244,238,235,0.82) !important;
}
.bg-cream .card-title, .bg-cream .card h3, .bg-cream .card h4,
.bg-white .card-title, .bg-white .card h3, .bg-white .card h4,
.bg-cream .service-card h3, .bg-white .service-card h3,
.bg-cream .step-card h3, .bg-cream .step-card h4, .bg-white .step-card h3, .bg-white .step-card h4,
.bg-cream .stat-card h3, .bg-cream .stat-card h4, .bg-white .stat-card h3, .bg-white .stat-card h4,
.bg-cream .feature-card h3, .bg-cream .feature-card h4, .bg-white .feature-card h3, .bg-white .feature-card h4,
.bg-cream .pricing-card h3, .bg-white .pricing-card h3,
.bg-cream .tier-card h3, .bg-white .tier-card h3,
.bg-cream .problem-card h3, .bg-white .problem-card h3,
.bg-cream .outcome-card h3, .bg-white .outcome-card h3,
.bg-cream .module-card h3, .bg-white .module-card h3,
.bg-cream .challenge-card h3, .bg-white .challenge-card h3 { color: var(--white) !important; }
.bg-cream .card-body, .bg-cream .card p, .bg-white .card-body, .bg-white .card p,
.bg-cream .service-card p, .bg-white .service-card p,
.bg-cream .step-card p, .bg-white .step-card p,
.bg-cream .stat-card p, .bg-white .stat-card p,
.bg-cream .feature-card p, .bg-white .feature-card p,
.bg-cream .pricing-card p, .bg-white .pricing-card p,
.bg-cream .tier-card p, .bg-white .tier-card p,
.bg-cream .problem-card p, .bg-white .problem-card p,
.bg-cream .outcome-card p, .bg-white .outcome-card p,
.bg-cream .module-card p, .bg-white .module-card p,
.bg-cream .challenge-card p, .bg-white .challenge-card p { color: rgba(244,238,235,0.78) !important; }
.bg-cream .card-link, .bg-white .card-link { color: var(--gold) !important; }
.bg-cream .card .metric-number, .bg-white .card .metric-number,
.bg-cream .stat-card .metric-number, .bg-white .stat-card .metric-number { color: var(--gold) !important; }
.bg-cream .card .metric-label, .bg-white .card .metric-label,
.bg-cream .stat-card .metric-label, .bg-white .stat-card .metric-label { color: rgba(244,238,235,0.72) !important; }
.bg-cream .testimonial-v2 blockquote, .bg-cream .testimonial-card blockquote,
.bg-white .testimonial-v2 blockquote, .bg-white .testimonial-card blockquote { color: var(--white); }
.bg-cream .testimonial-v2 cite, .bg-cream .testimonial-card cite,
.bg-white .testimonial-v2 cite, .bg-white .testimonial-card cite { color: rgba(244,238,235,0.6); }
.bg-cream .testimonial-author strong, .bg-white .testimonial-author strong { color: var(--white); }
.bg-cream .faq-item, .bg-white .faq-item { border-color: rgba(255,223,135,0.30) !important; }
.bg-cream .faq-item summary, .bg-white .faq-item summary { color: var(--white); }
.bg-cream .faq-item summary::after, .bg-white .faq-item summary::after { color: var(--gold); }
.bg-cream .faq-item p, .bg-white .faq-item p { color: rgba(244,238,235,0.75); }

/* hover: navy cards on cream stay dark — lift with gold border (base .card:hover already goes navy) */
.bg-cream .card:hover, .bg-white .card:hover,
.bg-cream .service-card:hover, .bg-white .service-card:hover,
.bg-cream .feature-card:hover, .bg-white .feature-card:hover,
.bg-cream .step-card:hover, .bg-white .step-card:hover,
.bg-cream .stat-card:hover, .bg-white .stat-card:hover {
  background: var(--navy-secondary) !important; border-color: var(--gold) !important;
}

/* keep section headers readable regardless of card flips */
.bg-cream > .container > .section-header .section-title { color: var(--navy); }
.bg-navy .section-title { color: var(--white); }

/* outline button for cream/light sections */
.btn-outline-navy { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: rgba(3,6,23,0.06); transform: translateY(-2px); }

/* cream CTA sections: navy buttons (match index.html standard) */
.cta-section.bg-cream .btn-primary { background: var(--navy); color: var(--white); }
.cta-section.bg-cream .btn-primary:hover { background: var(--navy-secondary); box-shadow: 0 8px 25px rgba(3,6,23,0.25); }
.cta-section.bg-cream .btn-secondary { border-color: var(--navy); color: var(--navy); }
.cta-section.bg-cream .btn-secondary:hover { background: rgba(3,6,23,0.06); }
