/*
Theme Name: Bigg Better Credit (BBC)
Author: Nana
Version: 1.0
Text Domain: bbc
*/

:root{
  --royal-blue:#1F3C88;
  --gold:#FFC300;
  --ink:#0c1222;
  --muted:#5b647a;
  --bg:#ffffff;
  --soft:#f5f7fb;
  --border:rgba(12,18,34,.10);
  --radius:18px;
  --shadow: 0 18px 45px rgba(12,18,34,.12);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: "Montserrat","Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
}

h1{
  color: #090c9b;
}


h1,h2,h3{
  font-family:"Cinzel","Trajan Pro","Times New Roman",serif;
  letter-spacing:.2px;
  margin:0 0 12px;
  line-height:1.15;
}
p{margin:0 0 14px;color:var(--ink)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

.container{
  width:min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden
}
.skip-link:focus{left:20px;top:20px;width:auto;height:auto;padding:10px 14px;background:#fff;border:1px solid var(--border);border-radius:10px;z-index:9999}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.logo{
  display:flex;flex-direction:column;line-height:1.1
}
.logo strong{
  font-family:"Cinzel","Trajan Pro",serif;
  font-size:18px;
  letter-spacing:.8px;
}
.logo span{font-size:12px;color:var(--muted)}

.nav-wrap{display:flex;align-items:center;gap:14px}
.nav-toggle{
  display:none;
  border:1px solid var(--border);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
}
.primary-nav ul{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;gap:10px 14px;
  align-items:center;
}
.primary-nav a{
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
  color:rgba(12,18,34,.88);
}
.primary-nav a:hover{background:var(--soft)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;
  padding:12px 16px;
  font-weight:700;
  border:1px solid transparent;
  gap:10px;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--royal-blue);
  color:#fff;
  box-shadow:0 12px 30px rgba(31,60,136,.22);
}
.btn-primary:hover{box-shadow:0 16px 38px rgba(31,60,136,.28)}
.btn-secondary{
  background:#fff;
  border-color:rgba(31,60,136,.18);
  color:var(--royal-blue);
}
.btn-gold{
  background:var(--gold);
  color:#1a1a1a;
  box-shadow:0 12px 30px rgba(255,195,0,.22);
}

.hero{
  position:relative;
  padding:72px 0 42px;
  background:
    radial-gradient(1200px 420px at 18% 10%, rgba(31,60,136,.14), transparent 55%),
    radial-gradient(900px 420px at 85% 12%, rgba(255,195,0,.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-bottom:1px solid var(--border);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:28px;
  align-items:start;
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border:1px solid rgba(31,60,136,.18);
  border-radius:999px;
  background:#fff;
  font-weight:700;
  color:var(--royal-blue);
  margin-bottom:14px;
}
.hero h1{font-size:44px}
.hero p.lead{
  font-size:16px;
  color:rgba(12,18,34,.88);
  max-width:62ch;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

.hero-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.hero-card h3{font-size:18px;margin-bottom:8px}
.hero-card ul{margin:0;padding-left:18px;color:rgba(12,18,34,.88)}
.hero-card li{margin:8px 0}

.section{
  padding:56px 0;
}
.section-title{
  font-size:34px;
  margin-bottom:10px;
}
.section-subtitle{
  color:var(--muted);
  max-width:78ch;
}

.grid-3{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 10px 26px rgba(12,18,34,.08);
}
.card h3{font-size:18px;margin-bottom:10px}
.card p{color:rgba(12,18,34,.86)}

.programs{
  background:linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.pricing-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.price{
  display:flex;align-items:baseline;gap:10px;margin:12px 0 6px
}
.price .was{
  color:rgba(12,18,34,.55);
  text-decoration:line-through;
  font-weight:700;
}
.price .now{
  font-size:26px;
  font-weight:900;
  color:var(--royal-blue);
}
.badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  border:1px solid rgba(255,195,0,.35);
  background:rgba(255,195,0,.18);
}

.cta-strip{
  margin-top:16px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.site-footer{
  background:#0b1330;
  color:rgba(255,255,255,.92);
  padding:34px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.footer-grid p{color:rgba(255,255,255,.82)}
.footer-label{
  display:inline-flex;
  gap:10px;
  align-items:center;
  color:#fff;
  font-weight:900;
  letter-spacing:.6px;
  font-family:"Cinzel","Trajan Pro",serif;
}
.footer-card{
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);
  padding:16px;
  background:rgba(255,255,255,.04);
}
.footer-small{margin-top:14px;font-size:12px;color:rgba(255,255,255,.70)}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr}
  .hero h1{font-size:36px}
  .primary-nav{display:none}
  .nav-toggle{display:inline-flex}
  .primary-nav.open{display:block}
  .primary-nav ul{flex-direction:column;align-items:flex-start;padding:12px 0}
}

.primary-nav ul.menu { list-style:none; margin:0; padding:0; display:flex; gap:18px; align-items:center; }
.primary-nav ul.menu > li { position: relative; }
.primary-nav a { text-decoration:none; display:inline-block; padding:10px 6px; }

.primary-nav .sub-menu {
  list-style:none;
  margin:0;
  padding:10px 0;
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.primary-nav .sub-menu a { display:block; padding:10px 14px; }

.primary-nav .menu-item-has-children:hover > .sub-menu { display:block; }


/* ===== HEADER BASE ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

/* ===== LOGO ===== */
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.logo strong {
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.logo span {
  font-size: 12px;
  color: #666;
}

/* ===== NAV WRAP (MENU + CTA) ===== */
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

/* ===== PRIMARY MENU ===== */
.primary-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.primary-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  padding: 8px 6px;
  transition: color 0.2s ease;
}

.primary-nav a:hover {
  color: #0f7b6c; /* subtle brand green */
}

/* ===== DROPDOWN ===== */
.primary-nav .menu-item-has-children {
  position: relative;
}

.primary-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  padding: 8px 0;
  display: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  border-radius: 6px;
}

.primary-nav .sub-menu a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
}

.primary-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* ===== CTA BUTTON (BLUE → GOLD TEXT ON HOVER) ===== */
.btn-primary {
  background: #0b5ed7; /* professional blue */
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  background: #0a58ca;   /* slightly darker blue */
  color: #f4c430;        /* gold/yellow text */
}


/* ===== MOBILE ===== */
.nav-toggle {
  display: none;
}

@media (max-width: 1100px) {
  .primary-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
  }

  .primary-nav.is-open {
    display: block;
    position: absolute;
    top: 100%;
    right: 20px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-radius: 8px;
  }

  .primary-nav ul.menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .primary-nav .sub-menu {
    position: static;
    box-shadow: none;
    padding-left: 12px;
  }
}

/* ===== LOGO IMAGE ===== */
.site-logo {
  max-height: 48px;   /* adjust if needed */
  width: auto;
  display: block;
}


/* ===== HERO IMAGE (CLEAN / STANDALONE) ===== */
.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 420px;   /* adjust size if needed */
  height: auto;
  display: block;
}

/* =========================
   FUTURISTIC SECTION SYSTEM
   ========================= */
:root{
  --bg0:#070A12;
  --bg1:#0B1020;
  --glass: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --glow: rgba(0,255,194,.22);
  --glow2: rgba(114, 90, 255, .20);
  --brand: #00ffc2;
  --brand2:#7a5cff;
  --radius: 18px;
}

.futuristic-wrap{
  position: relative;
  background: radial-gradient(1200px 700px at 10% 0%, rgba(122,92,255,.20), transparent 55%),
              radial-gradient(900px 500px at 90% 10%, rgba(0,255,194,.16), transparent 60%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
  overflow: hidden;
}

/* subtle animated grid */
.futuristic-wrap::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity:.16;
  transform: translateZ(0);
  animation: gridDrift 14s linear infinite;
  pointer-events:none;
}
@keyframes gridDrift{
  0%{ transform: translate3d(0,0,0); }
  100%{ transform: translate3d(-44px, -44px, 0); }
}

/* floating orbs */
.futuristic-orb{
  position:absolute; border-radius:999px;
  filter: blur(10px);
  opacity:.45;
  pointer-events:none;
  mix-blend-mode: screen;
  animation: orbFloat 10s ease-in-out infinite;
}
.futuristic-orb.one{ width:240px; height:240px; left:-70px; top:120px; background: var(--glow2); }
.futuristic-orb.two{ width:300px; height:300px; right:-90px; top:260px; background: var(--glow); animation-duration: 12s; }
.futuristic-orb.three{ width:220px; height:220px; left:20%; bottom:-110px; background: rgba(0,255,194,.18); animation-duration: 11s; }

@keyframes orbFloat{
  0%,100%{ transform: translateY(0) translateX(0) scale(1); }
  50%{ transform: translateY(-18px) translateX(12px) scale(1.05); }
}

.futuristic-container{
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 84px 0;
  position: relative;
  z-index: 1;
}

.f-title{
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.f-sub{
  color: var(--muted);
  max-width: 70ch;
  margin: 0 0 34px;
  font-size: 1.05rem;
}

.f-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 900px){
  .f-grid{ grid-template-columns: 1fr; }
}

.holo-card{
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 22px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
}

.holo-card::before{
  content:"";
  position:absolute; inset:-2px;
  background: conic-gradient(from 180deg, transparent 0 60%, rgba(0,255,194,.45), rgba(122,92,255,.40), transparent 90%);
  opacity:.55;
  filter: blur(10px);
  animation: spinGlow 7.5s linear infinite;
  pointer-events:none;
}
@keyframes spinGlow{
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}
.holo-card > *{ position: relative; z-index: 1; }

.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  margin-bottom: 12px;
}
.kicker .dot{
  width:8px; height:8px; border-radius:999px;
  background: var(--brand);
  box-shadow: 0 0 18px rgba(0,255,194,.55);
}

.f-list{
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.f-list li{ margin: 8px 0; }

.image-slot{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  background:
    radial-gradient(600px 240px at 30% 20%, rgba(0,255,194,.18), transparent 55%),
    radial-gradient(520px 240px at 70% 40%, rgba(122,92,255,.18), transparent 60%),
    rgba(255,255,255,.05);
  min-height: 340px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 18px;
}
.image-slot p{
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .98rem;
}
.image-slot small{
  display:block;
  opacity:.8;
  margin-top: 8px;
}

/* Reveal animation */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .futuristic-wrap::before,
  .futuristic-orb,
  .holo-card::before{
    animation: none !important;
  }
  .reveal{ transition: none !important; }
}

/* =====================
   About Us Page
   ===================== */

.about-page {
  background: #ffffff;
  padding: 80px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.about-block {
  margin-bottom: 30px;
}

.about-block h2 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #0c1222;
}

.about-block p {
  font-size: 18px;
  color: rgba(12, 18, 34, 0.78);
  line-height: 1.6;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.about-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 17px;
}

.about-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1a7f5a; /* authority green */
  font-size: 20px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-content h1 {
    font-size: 34px;
  }
}

/* =========================
   OUR SERVICES (WHITE FUTURE)
   ========================= */

.sv-white{
  background:#ffffff;
  color:#111;
  position:relative;
  overflow:hidden;
}

/* faint grid + soft glow */
.sv-white::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.18;
  pointer-events:none;
}
.sv-white::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.14), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.14), transparent 60%);
  pointer-events:none;
}

.sv-container{
  width:min(1120px, 92%);
  margin:0 auto;
  padding: 92px 0;
  position:relative;
  z-index:1;
}

.sv-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  font-size:.9rem;
  color: rgba(0,0,0,.78);
  margin:0 0 14px;
}
.sv-pip{
  width:8px; height:8px; border-radius:999px;
  background:#00ffc2;
  box-shadow: 0 0 18px rgba(0,255,194,.45);
}

.sv-title{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:-0.02em;
}
.sv-sub{
  margin:0 0 30px;
  color: rgba(0,0,0,.70);
  font-size:1.06rem;
  max-width: 75ch;
}

.sv-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .sv-grid{ grid-template-columns: 1fr; }
}

.sv-card{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 22px;
  position:relative;
  overflow:hidden;
}

/* scan line */
.sv-card::before{
  content:"";
  position:absolute;
  left:-30%;
  top: 14px;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,194,.55), rgba(122,92,255,.45), transparent);
  opacity:.6;
  animation: svScan 3.6s linear infinite;
}
@keyframes svScan{
  0%{ transform: translateX(-20%); }
  100%{ transform: translateX(20%); }
}

.sv-card-title{
  margin:0 0 14px;
  font-size:1.15rem;
}

.sv-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.sv-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
}
.sv-ico{
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background: rgba(0,255,194,.10);
  border:1px solid rgba(0,255,194,.22);
  flex:0 0 24px;
  transform: translateY(1px);
}
.sv-ico.sv-x{
  background: rgba(255,84,84,.12);
  border:1px solid rgba(255,84,84,.22);
}

.sv-note{
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.70);
}

.sv-muted{
  margin: 14px 0 0;
  color: rgba(0,0,0,.70);
}

.sv-danger::before{
  background: linear-gradient(90deg, transparent, rgba(255,84,84,.60), rgba(122,92,255,.35), transparent);
}

/* Full-width image under cards */
.sv-image{
  grid-column: 1 / -1;
  min-height: 340px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

/* reveal support */
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible{
  opacity:1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .sv-card::before{ animation:none !important; }
  .reveal{ transition:none !important; }
}


.sv-service{
  grid-column: 1 / -1;
}

.sv-price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:10px;
}

.sv-price-label{
  font-weight:600;
  opacity:.8;
}

.sv-price-amount{
  font-size:28px;
  font-weight:800;
  letter-spacing:.2px;
}

.sv-divider{
  border:0;
  border-top:1px solid rgba(0,0,0,.10);
  margin:18px 0;
}

.sv-program-title{
  margin:0;
}

.sv-program-price{
  display:flex;
  gap:10px;
  align-items:baseline;
  margin-top:6px;
}

.sv-program-main{
  font-weight:800;
  font-size:22px;
}

.sv-program-note{
  opacity:.75;
  font-weight:600;
  font-size:14px;
}



/* =========================
   HOW IT WORKS (WHITE FUTURE)
   ========================= */

.hiw-white{
  background: #ffffff;
  color: #111;
  position: relative;
  overflow: hidden;
}

/* faint tech grid (white) */
.hiw-white::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.22;
  pointer-events:none;
}

/* soft corner glows (subtle, still white) */
.hiw-white::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.18), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.18), transparent 60%);
  pointer-events:none;
}

.hiw-container{
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 92px 0;
  position: relative;
  z-index: 1;
}

.hiw-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  font-size: .9rem;
  color: rgba(0,0,0,.78);
  margin: 0 0 14px;
}
.hiw-pip{
  width:8px; height:8px; border-radius:999px;
  background: #00ffc2;
  box-shadow: 0 0 18px rgba(0,255,194,.45);
}

.hiw-title{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.hiw-sub{
  margin: 0 0 30px;
  color: rgba(0,0,0,.70);
  font-size: 1.06rem;
  max-width: 75ch;
}

.hiw-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .hiw-grid{ grid-template-columns: 1fr; }
}

/* Timeline column */
.hiw-timeline{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  overflow: hidden;
  padding: 22px;
}

/* animated “flow” line */
.hiw-line{
  position:absolute;
  left: 28px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0,255,194,.0), rgba(0,255,194,.55), rgba(122,92,255,.45), rgba(0,255,194,.0));
  opacity: .9;
  overflow:hidden;
}
.hiw-line::after{
  content:"";
  position:absolute;
  left:-2px;
  top:-40px;
  width: 6px;
  height: 90px;
  border-radius: 999px;
  background: rgba(0,255,194,.65);
  filter: blur(1px);
  animation: hiwPulse 2.8s linear infinite;
}
@keyframes hiwPulse{
  0%{ transform: translateY(0); opacity:.15; }
  30%{ opacity:.85; }
  100%{ transform: translateY(calc(100% + 120px)); opacity:.15; }
}

.hiw-steps{
  list-style:none;
  padding: 0;
  margin: 0;
  display:grid;
  gap: 14px;
}

.hiw-step{
  display:grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  position: relative;
}

.hiw-badge{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  color: rgba(0,0,0,.85);
  background: rgba(0,255,194,.10);
  border: 1px solid rgba(0,255,194,.25);
}

.hiw-card{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.85);
  padding: 14px 14px;
}

.hiw-card h3{
  margin: 0 0 6px;
  font-size: 1.02rem;
  letter-spacing: .01em;
}
.hiw-card p{
  margin: 0;
  color: rgba(0,0,0,.70);
  line-height: 1.5;
}

/* Side panels */
.hiw-side{
  display:grid;
  gap: 12px;
}

.hiw-panel{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 18px;
}
.hiw-panel h2{
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.hiw-panel p{
  margin: 0;
  color: rgba(0,0,0,.70);
}

.hiw-image{
  min-height: 260px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 18px;
}
.hiw-image p{ margin: 0 0 8px; color: rgba(0,0,0,.72); }
.hiw-image small{ display:block; opacity:.85; color: rgba(0,0,0,.62); }

/* If you later enable reveal JS, this will animate */
.reveal{ opacity:0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce){
  .hiw-line::after{ animation: none !important; }
  .reveal{ transition: none !important; }
}

/* =========================
   SUCCESS STORIES (WHITE FUTURE)
   ========================= */

.ss-white{
  background:#ffffff;
  color:#111;
  position:relative;
  overflow:hidden;
}

/* faint grid + subtle glow */
.ss-white::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.18;
  pointer-events:none;
}
.ss-white::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.14), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.14), transparent 60%);
  pointer-events:none;
}

.ss-container{
  width:min(1120px, 92%);
  margin:0 auto;
  padding: 92px 0;
  position:relative;
  z-index:1;
}

.ss-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  font-size:.9rem;
  color: rgba(0,0,0,.78);
  margin:0 0 14px;
}
.ss-pip{
  width:8px; height:8px; border-radius:999px;
  background:#00ffc2;
  box-shadow: 0 0 18px rgba(0,255,194,.45);
}

.ss-title{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:-0.02em;
}
.ss-sub{
  margin:0 0 30px;
  color: rgba(0,0,0,.70);
  font-size:1.06rem;
  max-width: 75ch;
}

.ss-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .ss-grid{ grid-template-columns: 1fr; }
}

.ss-card{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 22px;
  position:relative;
  overflow:hidden;
}

/* subtle scan line */
.ss-card::before{
  content:"";
  position:absolute;
  left:-30%;
  top: 14px;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,194,.55), rgba(122,92,255,.45), transparent);
  opacity:.6;
  animation: ssScan 3.6s linear infinite;
}
@keyframes ssScan{
  0%{ transform: translateX(-20%); }
  100%{ transform: translateX(20%); }
}

.ss-card-title{
  margin:0 0 14px;
  font-size:1.15rem;
}

.ss-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.ss-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
}
.ss-ico{
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background: rgba(0,255,194,.10);
  border:1px solid rgba(0,255,194,.22);
  flex:0 0 24px;
  transform: translateY(1px);
}

.ss-disclaimer{
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.70);
}

.ss-image{
  min-height: 340px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

.ss-quotes{
  grid-column: 1 / -1;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 980px){
  .ss-quotes{ grid-template-columns: 1fr; }
}

.ss-quote{
  margin:0;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.ss-quote p{
  margin:0;
  color: rgba(0,0,0,.75);
  font-size: 1.02rem;
  line-height: 1.5;
}

/* reveal (kept consistent) */
.reveal{ opacity:0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce){
  .ss-card::before{ animation:none !important; }
  .reveal{ transition:none !important; }
}

/* =========================
   PRICING & PLANS (WHITE FUTURE)
   ========================= */

.pp-white{
  background:#ffffff;
  color:#111;
  position:relative;
  overflow:hidden;
}

/* faint tech grid + subtle glow */
.pp-white::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.18;
  pointer-events:none;
}
.pp-white::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.14), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.14), transparent 60%);
  pointer-events:none;
}

.pp-container{
  width:min(1120px, 92%);
  margin:0 auto;
  padding: 92px 0;
  position:relative;
  z-index:1;
}

.pp-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  font-size:.9rem;
  color: rgba(0,0,0,.78);
  margin:0 0 14px;
}
.pp-pip{
  width:8px; height:8px; border-radius:999px;
  background:#00ffc2;
  box-shadow: 0 0 18px rgba(0,255,194,.45);
}

.pp-title{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:-0.02em;
}
.pp-sub{
  margin:0 0 30px;
  color: rgba(0,0,0,.70);
  font-size:1.06rem;
  max-width: 75ch;
}

.pp-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .pp-grid{ grid-template-columns: 1fr; }
}

.pp-card{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 22px;
  position:relative;
  overflow:hidden;
}

/* scan line */
.pp-card::before{
  content:"";
  position:absolute;
  left:-30%;
  top: 14px;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,194,.55), rgba(122,92,255,.45), transparent);
  opacity:.6;
  animation: ppScan 3.6s linear infinite;
}
@keyframes ppScan{
  0%{ transform: translateX(-20%); }
  100%{ transform: translateX(20%); }
}

.pp-card-top{
  display:flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pp-plan-title{
  margin:0;
  font-size:1.25rem;
}

.pp-price{
  text-align:right;
}
.pp-price-main{
  display:block;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pp-price-note{
  display:block;
  color: rgba(0,0,0,.62);
  margin-top: 2px;
}

.pp-block{
  margin-top: 14px;
}
.pp-block-title{
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.pp-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.pp-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
}
.pp-ico{
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background: rgba(0,255,194,.10);
  border:1px solid rgba(0,255,194,.22);
  flex:0 0 24px;
  transform: translateY(1px);
}

.pp-outcome{
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}
.pp-outcome p{
  margin:0;
  color: rgba(0,0,0,.72);
}

.pp-cta{
  margin-top: 18px;
}

.pp-side{
  display:grid;
  gap: 12px;
}

.pp-image{
  min-height: 320px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

.pp-panel{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 18px;
}
.pp-panel h3{
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.pp-panel p{
  margin:0;
  color: rgba(0,0,0,.70);
}

/* reveal (consistent) */
.reveal{ opacity:0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce){
  .pp-card::before{ animation:none !important; }
  .reveal{ transition:none !important; }
}


/* =========================
   RESOURCES / EDUCATION (WHITE FUTURE)
   ========================= */

.re-white{
  background:#ffffff;
  color:#111;
  position:relative;
  overflow:hidden;
}

/* faint tech grid + subtle glow */
.re-white::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.18;
  pointer-events:none;
}
.re-white::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.14), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.14), transparent 60%);
  pointer-events:none;
}

.re-container{
  width:min(1120px, 92%);
  margin:0 auto;
  padding: 92px 0;
  position:relative;
  z-index:1;
}

.re-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  font-size:.9rem;
  color: rgba(0,0,0,.78);
  margin:0 0 14px;
}
.re-pip{
  width:8px; height:8px; border-radius:999px;
  background:#00ffc2;
  box-shadow: 0 0 18px rgba(0,255,194,.45);
}

.re-title{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height:1.05;
  margin:0 0 10px;
  letter-spacing:-0.02em;
}
.re-sub{
  margin:0 0 30px;
  color: rgba(0,0,0,.70);
  font-size:1.06rem;
  max-width: 75ch;
}

.re-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .re-grid{ grid-template-columns: 1fr; }
}

.re-card{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 22px;
  position:relative;
  overflow:hidden;
}

/* scan line */
.re-card::before{
  content:"";
  position:absolute;
  left:-30%;
  top: 14px;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,194,.55), rgba(122,92,255,.45), transparent);
  opacity:.6;
  animation: reScan 3.6s linear infinite;
}
@keyframes reScan{
  0%{ transform: translateX(-20%); }
  100%{ transform: translateX(20%); }
}

.re-card-title{
  margin:0 0 14px;
  font-size:1.15rem;
}

.re-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.re-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
}
.re-ico{
  width:24px; height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background: rgba(0,255,194,.10);
  border:1px solid rgba(0,255,194,.22);
  flex:0 0 24px;
  transform: translateY(1px);
}

.re-note{
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.70);
}

.re-side{
  display:grid;
  gap: 12px;
}

.re-image{
  min-height: 320px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

.re-panel{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 18px;
}
.re-panel h3{
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.re-panel p{
  margin:0;
  color: rgba(0,0,0,.70);
}

/* reveal (consistent) */
.reveal{ opacity:0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce){
  .re-card::before{ animation:none !important; }
  .reveal{ transition:none !important; }
}

/* =========================
   PRIMARY PROGRAMS (WHITE FUTURE + SIDE IMAGE)
   Targets: section.section.programs
   ========================= */

.section.programs{
  background:#fff;
  position:relative;
  overflow:hidden;
  padding: 84px 0;
}

/* subtle grid + glow (white) */
.section.programs::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.16;
  pointer-events:none;
}
.section.programs::after{
  content:"";
  position:absolute; inset:-40px;
  background:
    radial-gradient(520px 300px at 10% 0%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(520px 300px at 90% 10%, rgba(122,92,255,.12), transparent 60%);
  pointer-events:none;
}

.section.programs .container{
  position:relative;
  z-index:1;
}

.section.programs .section-title{
  margin: 0 0 20px;
}

/* ✅ New 2-column layout: cards + image */
.programs-layout{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px){
  .programs-layout{
    grid-template-columns: 1fr;
  }
}

/* Your existing pricing grid stays, but becomes one column within layout */
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1100px){
  .pricing-grid{ grid-template-columns: 1fr; }
}

/* Futuristic card styling */
.pricing-grid .card{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 22px;
  position:relative;
  overflow:hidden;
}

/* scan line */
.pricing-grid .card::before{
  content:"";
  position:absolute;
  left:-30%;
  top: 14px;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,255,194,.55), rgba(122,92,255,.45), transparent);
  opacity:.6;
  animation: progScan 3.6s linear infinite;
}
@keyframes progScan{
  0%{ transform: translateX(-20%); }
  100%{ transform: translateX(20%); }
}

/* badges */
.pricing-grid .badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 7px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,255,194,.10);
  color: rgba(0,0,0,.78);
  font-size: .85rem;
}

/* price styling */
.pricing-grid .price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin: 10px 0 12px;
}
.pricing-grid .price .was{
  color: rgba(0,0,0,.55);
  text-decoration: line-through;
}
.pricing-grid .price .now{
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(0,0,0,.88);
}

/* CTA strip area - keeps your button */
.pricing-grid .cta-strip{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* ✅ Side image panel */
.programs-image{
  min-height: 420px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(680px 260px at 25% 20%, rgba(0,255,194,.12), transparent 60%),
    radial-gradient(620px 260px at 75% 40%, rgba(122,92,255,.12), transparent 65%),
    rgba(255,255,255,.85);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
  position: sticky;
  top: 110px;
}

.programs-image img{
  width: 100%;
  height: auto;
  display:block;
  border-radius: 14px;
}
@media (max-width: 980px){
  .programs-image{
    position: relative;
    top: auto;
    min-height: 280px;
  }
}

/* =========================
   Resources & Education Page
   ========================= */

.resources-education-page {
  background: #ffffff;
  padding: 80px 0;
}

.resources-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.resources-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.resources-content h2 {
  font-size: 26px;
  margin: 20px 0 10px;
  color: #0c1222;
}

.resources-intro {
  font-size: 18px;
  color: rgba(12, 18, 34, 0.75);
  margin-bottom: 20px;
}

.resources-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resources-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 17px;
}

.resources-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1a7f5a; /* authority green */
  font-size: 20px;
}

.resources-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .resources-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .resources-content h1 {
    font-size: 34px;
  }
}

/* =========================
   About Us (about-us) Page
   ========================= */

.about-us-page {
  background: #ffffff;
  padding: 80px 0;
}

.about-us-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-us-title {
  font-size: 42px;
  margin: 0 0 18px;
  color: #0c1222;
}

.about-us-block {
  margin-bottom: 28px;
}

.about-us-block h2 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #0c1222;
}

.about-us-block p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(12, 18, 34, 0.78);
  margin: 0;
}

.about-us-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.about-us-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 17px;
  color: rgba(12, 18, 34, 0.85);
}

.about-us-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a7f5a; /* BBC authority green */
  font-size: 20px;
  line-height: 1;
}

.about-us-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .about-us-page {
    padding: 60px 0;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-us-title {
    font-size: 34px;
  }
}


/* ===== OUR SERVICES (Premium Merged) ===== */
.os-wrap{
  background:#fff;
  padding: clamp(36px, 5vw, 70px) 0;
}

.os-container{
  width:min(1120px, 92%);
  margin:0 auto;
}

.os-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
  opacity:.85;
  margin:0 0 10px;
}

.os-pip{
  width:10px;
  height:10px;
  border-radius:99px;
  background: #d4af37; /* gold */
  display:inline-block;
}

.os-title{
  font-size: clamp(28px, 3.4vw, 46px);
  line-height:1.06;
  margin:0 0 12px;
}

.os-sub{
  font-size: 16px;
  line-height:1.7;
  opacity:.85;
  margin:0;
  max-width: 62ch;
}

.os-muted{ opacity:.78; line-height:1.7; }

.os-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3vw, 32px);
  align-items:start;
  margin-bottom: clamp(22px, 4vw, 36px);
}

.os-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.os-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.os-badge{
  padding:8px 12px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  opacity:.9;
  background:rgba(0,0,0,.02);
}

.os-hero-media{
  position:relative;
}

.os-hero-media img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}

.os-media-card{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:14px 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.os-media-card p{ margin:6px 0 0; opacity:.8; line-height:1.5; }

.os-pillars{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: clamp(18px, 3vw, 26px) 0;
}

.os-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.os-danger{
  border-color: rgba(180, 50, 50, .25);
  background: linear-gradient(180deg, rgba(180,50,50,.04), rgba(255,255,255,1));
}

.os-card-title{
  margin:0 0 12px;
  font-size:18px;
}

.os-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.os-ico{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: rgba(0,0,0,.06);
  margin-right:10px;
  font-weight:900;
}

.os-x{
  background: rgba(180,50,50,.10);
}

.os-note{
  margin-top:14px;
  padding:12px 12px;
  border-radius:14px;
  background: rgba(0,0,0,.03);
  border:1px solid rgba(0,0,0,.08);
  line-height:1.6;
}

.os-feature{
  display:grid;
  grid-template-columns: 1fr .95fr;
  gap: clamp(18px, 3vw, 30px);
  align-items:start;
  margin: clamp(22px, 4vw, 36px) 0;
}

.os-mini-kicker{
  margin:0 0 6px;
  text-transform:uppercase;
  letter-spacing:.6px;
  font-weight:800;
  font-size:12px;
  opacity:.8;
}

.os-feature-title{
  margin:0 0 10px;
  font-size:24px;
}

.os-price{
  display:flex;
  gap:10px;
  align-items:baseline;
  margin-top:6px;
}

.os-price-label{ font-weight:700; opacity:.82; }
.os-price-amount{ font-weight:900; font-size:28px; }

.os-feature-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.os-feature-media{
  position:relative;
  top:0;
}

@media (min-width: 980px){
  .os-feature-media{
    position: sticky;
    top: 92px;
  }
}

.os-feature-media img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}

.os-compliance{
  margin-top:14px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}
.os-compliance p{ margin:6px 0 0; opacity:.82; line-height:1.55; }

.os-section-head{
  margin: 10px 0 18px;
}

.os-section-title{
  font-size: clamp(22px, 2.4vw, 32px);
  margin:0 0 10px;
  line-height:1.15;
}

.os-program-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items:start;
}

.os-program{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.os-program-feature{
  grid-column: 1 / -1;
  padding:22px;
  border:1px solid rgba(212,175,55,.45);
  background: linear-gradient(180deg, rgba(212,175,55,.08), rgba(255,255,255,1));
}

.os-program-title{
  margin:0;
  font-size:18px;
}

.os-program-price{
  display:flex;
  gap:10px;
  align-items:baseline;
  margin-top:10px;
}

.os-program-main{
  font-weight:900;
  font-size:22px;
}

.os-program-note{
  font-weight:700;
  font-size:13px;
  opacity:.75;
}

.os-program-subtitle{
  margin:16px 0 10px;
  font-size:14px;
  opacity:.9;
}

.os-program-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}

/* Responsive */
@media (max-width: 980px){
  .os-hero{ grid-template-columns: 1fr; }
  .os-pillars{ grid-template-columns: 1fr; }
  .os-feature{ grid-template-columns: 1fr; }
  .os-program-grid{ grid-template-columns: 1fr; }
}

/* Buttons (safe defaults if you already have these, yours will override) */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; text-decoration:none; padding:12px 16px; border-radius:12px; font-weight:800; }
.btn-primary{ background:#000080; color:#fff; border:1px solid rgba(0,0,0,.10); }
.btn-outline{ background:transparent; color:#0c1222; border:1px solid rgba(0,0,0,.18); }
.btn-primary:hover{ opacity:.92; }
.btn-outline:hover{ background:rgba(0,0,0,.03); }

/* ===== LIGHT — BBC AUTHORITY FILTER ===== */
.bbc-auth-filter-alt {
  padding: clamp(36px, 3vw, 50px) 0;
  background: #ffffff;
}

.bbc-auth-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.bbc-auth-top {
  text-align: left;
  margin-bottom: clamp(18px, 2vw, 30px);
}

.bbc-auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #315373; /* navy accent */
}

.bbc-auth-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4af37; /* gold accent */
}

.bbc-auth-title {
  margin: 8px 0;
  font-size: clamp(26px, 2.8vw, 38px);
  color: #102a43; /* dark navy text */
  font-weight: 800;
}

.bbc-auth-sub {
  font-size: 16px;
  color: #475d75; /* softer dark text */
  max-width: 70ch;
}

.bbc-auth-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .bbc-auth-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.bbc-auth-card {
  border-radius: 14px;
  padding: 18px;
  background: #f9fafb; /* light card */
  border: 1px solid #e1e8f0;
}

.bbc-auth-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #102a43;
  margin-bottom: 10px;
}

.bbc-auth-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.bbc-auth-list li {
  display: flex;
  align-items: start;
  gap: 8px;
  color: #334e68;
  font-weight: 600;
}

.bbc-auth-icon {
  font-size: 18px;
  color: #d64531; /* warm red accent */
  line-height: 1.1;
}

.bbc-auth-body {
  font-size: 15.5px;
  color: #334e68;
  line-height: 1.65;
  margin-bottom: 12px;
}

.bbc-auth-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bbc-auth-badge {
  padding: 6px 10px;
  background: #d4af37; /* gold */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}

/* ===== BBC — BLOCK 3 (WHO WE SERVE) ===== */
.bbc-who-serve{
  padding: clamp(34px, 3.2vw, 56px) 0;
  background:#fff;
}

.bbc-who-inner{
  width:min(1120px, 92%);
  margin:0 auto;
}

.bbc-who-top{
  margin:0 0 clamp(18px, 2vw, 28px);
}

.bbc-who-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
  font-size:12px;
  color:#315373;
}

.bbc-who-dot{
  width:10px; height:10px;
  border-radius:999px;
  background:#d4af37;
  box-shadow: 0 0 0 6px rgba(212,175,55,.12);
}

.bbc-who-title{
  margin:10px 0 10px;
  font-weight:900;
  line-height:1.08;
  font-size: clamp(24px, 2.8vw, 38px);
  color:#102a43;
  letter-spacing:-.02em;
}

.bbc-who-sub{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#475d75;
  max-width: 72ch;
}

.bbc-who-grid{
  display:grid;
  gap:16px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px){
  .bbc-who-grid{ grid-template-columns: 1fr 1fr; gap:18px; }
}

.bbc-who-card{
  border-radius: 16px;
  padding: 18px;
  background:#f9fafb;
  border:1px solid #e1e8f0;
  box-shadow: 0 10px 26px rgba(16,42,67,.06);
}

.bbc-who-card-title{
  margin:0 0 12px;
  font-size:16px;
  font-weight:900;
  color:#102a43;
}

.bbc-who-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.bbc-who-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#334e68;
  font-weight:650;
  line-height:1.55;
}

.bbc-who-check{
  width:22px; height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(212,175,55,.14);
  border: 1px solid rgba(212,175,55,.24);
  color:#8a6a12;
  font-weight:900;
  flex:0 0 22px;
  margin-top:1px;
}

.bbc-who-card--cta{
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
}

.bbc-who-callout{
  border-radius: 14px;
  padding: 16px;
  background:#fff;
  border: 1px solid #e6edf5;
}

.bbc-who-callout-title{
  font-weight:900;
  color:#102a43;
  font-size:16px;
  margin:0 0 8px;
}

.bbc-who-callout-body{
  margin:0 0 14px;
  color:#334e68;
  line-height:1.7;
  font-size:15.5px;
}

.bbc-who-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.bbc-who-badge{
  padding:8px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#102a43;
  background: rgba(212,175,55,.16);
  border: 1px solid rgba(212,175,55,.22);
}

.bbc-auth-filter-alt .section-subtitle,
.bbc-who-serve .section-subtitle{
  color: #334e68 !important;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

/* ===== FIX: section-subtitle not readable ===== */
p.section-subtitle,
.section-subtitle{
  color: #102a43 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;

  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

/* ===== FIX: section-subtitle not readable ===== */
p.section-subtitle,
.section-subtitle{
  color: #102a43 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;

  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}


/* ===== BBC BLOCK 4 — FINAL CTA ===== */
.bbc-cta-final{
  padding: clamp(46px, 4vw, 80px) 0;
  background: #ffffff;
}

.bbc-cta-inner{
  width: min(1120px, 92%);
  margin: 0 auto;
}

.bbc-cta-wrap{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

@media(min-width: 950px){
  .bbc-cta-wrap{
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
  }
}

.bbc-cta-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:900;
  font-size:12px;
  color:#315373;
  margin-bottom: 10px;
}

.bbc-cta-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d4af37;
  box-shadow: 0 0 0 6px rgba(212,175,55,.12);
}

.bbc-cta-title{
  margin:0 0 12px;
  font-weight: 950;
  line-height: 1.08;
  font-size: clamp(26px, 3vw, 40px);
  color:#102a43;
  letter-spacing: -.02em;
}

.bbc-cta-sub{
  margin:0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color:#475d75;
  max-width: 70ch;
}

.bbc-cta-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 12px;
}

.bbc-cta-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#334e68;
  font-weight: 650;
  line-height: 1.6;
}

.bbc-cta-check{
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;

  background: rgba(31, 60, 136, 0.12); /* #1F3C88 */
  border: 1px solid rgba(31, 60, 136, 0.28);

  color: #1F3C88;
  font-weight: 900;
  font-size: 13px;

  flex:0 0 22px;
  margin-top: 2px;

  box-shadow: 0 10px 18px rgba(31, 60, 136, 0.12);
}


/* RIGHT CTA CARD */
.bbc-cta-card{
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  border: 1px solid #e1e8f0;
  box-shadow: 0 14px 30px rgba(16,42,67,.08);
  height: 100%;
}

.bbc-cta-card-title{
  margin:0 0 10px;
  font-weight: 950;
  font-size: 18px;
  color:#102a43;
}

.bbc-cta-card-text{
  margin:0 0 16px;
  color:#475d75;
  line-height: 1.7;
  font-size: 15.5px;
}

/* BUTTON */
.bbc-cta-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  padding: 14px 16px;
  border-radius: 999px;
  background: #d4af37;
  color:#102a43;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 26px rgba(212,175,55,.25);
  transition: transform .18s ease, box-shadow .18s ease;
}

.bbc-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(31, 60, 136, 0.32);
}


.bbc-cta-note{
  margin: 14px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  color: rgba(49,83,115,.85);
  text-align:center;
}


/* ===== BBC PROGRAMS — POLISH PASS (Fix ugly spacing + button overflow) ===== */
:root{
  /* Replace this value with your real gold hex when you send it */
  --bbc-gold: #d4af37;

  --bbc-ink: #102a43;
  --bbc-sub: #475d75;
  --bbc-border: #e6edf5;
  --bbc-card: #ffffff;
  --bbc-soft: #f7f9fc;
}

/* Section spacing + clean background */
.bbc-programs{
  background: #fff;
  padding: clamp(40px, 4vw, 70px) 0;
}

.bbc-programs .section-title{
  margin: 0 0 8px;
  font-weight: 900;
  color: var(--bbc-ink);
  letter-spacing: -0.02em;
}

.bbc-programs .section-subtitle{
  margin: 0 0 22px;
  color: var(--bbc-sub);
  font-weight: 600;
  line-height: 1.7;
  max-width: 78ch;
}

/* Grid: cleaner gap + consistent columns */
.bbc-prog-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 980px){
  .bbc-prog-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* Card: lighter, premium, less “boxed” */
.bbc-prog-card{
  background: var(--bbc-card);
  border: 1px solid var(--bbc-border);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 26px rgba(16,42,67,.08);
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column; /* so CTA stays at bottom */
  min-height: 100%;
}

.bbc-prog-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(520px 180px at 15% 0%, color-mix(in srgb, var(--bbc-gold) 20%, transparent), transparent 60%);
  pointer-events:none;
  opacity:.85;
}

/* Badge: make it smaller + premium */
.bbc-prog-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: fit-content;

  font-weight: 900;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bbc-ink);
  background: color-mix(in srgb, var(--bbc-gold) 18%, white);
  border: 1px solid color-mix(in srgb, var(--bbc-gold) 35%, white);
  border-radius: 999px;
  padding: 7px 12px;
}

/* Title + copy: better hierarchy */
.bbc-prog-title{
  margin: 12px 0 8px;
  font-weight: 950;
  color: var(--bbc-ink);
  font-size: 18px;
  line-height: 1.25;
}

.bbc-prog-desc{
  margin: 0 0 12px;
  color: var(--bbc-sub);
  line-height: 1.65;
  font-weight: 600;
}

/* Bullets: cleaner + less bulky */
.bbc-prog-bullets{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;

  color: #334e68;
  font-weight: 650;
  line-height: 1.55;
}

.bbc-prog-bullets li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.bbc-prog-bullets li::before{
  content: "•";
  color: color-mix(in srgb, var(--bbc-gold) 75%, #8a6a12);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 2px;
}

/* CTA strip pinned to bottom */
.bbc-prog-cta{
  margin-top: auto;              /* pushes CTA to bottom */
  padding-top: 14px;
  border-top: 1px solid rgba(16,42,67,.10);
}

/* BUTTON: Fix overflow + make it classy */
.bbc-prog-btn{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 14px 16px;
  border-radius: 999px;

  background: var(--bbc-gold);
  color: var(--bbc-ink);

  font-weight: 950;
  font-size: 14px;
  letter-spacing: .02em;

  text-decoration: none;
  border: 1px solid rgba(0,0,0,.06);

  box-shadow: 0 14px 26px rgba(16,42,67,.10);
  white-space: normal;           /* allow wrap if needed */
  line-height: 1.25;             /* prevent clipping */
}

.bbc-prog-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(16,42,67,.14);
}

/* Remove any old price UI */
.programs .price,
.programs .was,
.programs .now{
  display:none !important;
}

:root { --bbc-gold: #FFC300; }

/* ===== GLOBAL TYPOGRAPHY: Bold HEADERS only ===== */
:root{
  --font-main: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --ink: #102a43;
  --sub: #475d75;
}

/* One font everywhere */
html, body, button, input, textarea, select{
  font-family: var(--font-main);
  color: var(--ink);
}

/* Body text NORMAL */
body, p, li, a, span, div, input, textarea{
  font-weight: 400;
  color: var(--sub);
  line-height: 1.75;
}

/* HEADERS BOLD */
h1, h2, h3, h4, h5, h6,
.section-title,
.bbc-auth-title,
.bbc-who-title,
.bbc-cta-title,
.bbc-prog-title,
.bbc-cta-card-title{
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* Slightly lighter for H3 so it doesn’t feel too heavy */
h3, .bbc-prog-title, .bbc-cta-card-title{
  font-weight: 800;
}

/* Kicker + badges: bold but small */
.bbc-auth-kicker,
.bbc-who-kicker,
.bbc-cta-kicker,
.badge,
.bbc-prog-badge{
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Buttons: bold */
.btn,
.bbc-cta-btn,
.bbc-prog-btn{
  font-weight: 800;
}

/* Subtitles: medium (not bold) */
.section-subtitle,
.bbc-auth-sub,
.bbc-who-sub,
.bbc-cta-sub{
  font-weight: 500;
  color: var(--sub);
}

.bbc-who-list {
  list-style: none;              /* remove default bullets */
  padding-left: 0;
  margin: 0;
}

.bbc-who-list li {
  position: relative;
  padding-left: 1.25rem;         /* space for custom bullet */
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
}

.bbc-who-list li::before {
  content: "•";                  /* custom bullet */
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6fff;                /* adjust to your brand color */
  font-size: 1.4rem;
  line-height: 1;
}

/* ON‑BRAND BBC PARTNERS SECTION */
.bbc-partners {
  padding: 4rem 0;
  background: #fff;
}

.bbc-partners .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 1rem;
  text-align: center;
}

.bbc-partners .section-copy p {
  font-size: 1.125rem;
  color: #2a2a2a;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.bbc-partners .section-action {
  margin-top: 1.75rem;
  text-align: center;
}

.bbc-partners .btn-primary {
  background: #f55f01;
  color: #fff;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  bordr-background:
  text-decoration: none;
  transition: background 0.3s ease;
}

.bbc-partners .btn-primary:hover {
  background: #d24b01;
}
/* Partner With Us Button – Color Corrected */
.bbc-partners .btn,
.bbc-partners a.btn {
  background-color: #FFC300; /* Gold */
  color: #000000; /* Black */
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Hover State */
.bbc-partners .btn:hover,
.bbc-partners a.btn:hover {
  background-color: #1F3C88; /* Royal Blue */
  color: #FFFFFF; /* White */
}

/* =========================
   FOOTER 3 COLUMN LAYOUT
========================= */

.site-footer {
  padding: 60px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-text {
  margin-top: 10px;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal li {
  margin-bottom: 8px;
}

.footer-legal a {
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-legal a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.site-header .container {
  max-width: 1500px;
  width: 95%;
}
.site-logo {
  max-height: 60px;   /* adjust to 70px if needed */
  width: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* stop pushing apart */
}

.logo {
  margin-right: 30px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 25px;        /* controls spacing between menu + button */
  margin-left: auto; /* pushes entire nav group right */
}