/* ============================================================
   Rev Steve Global Ministries — Premium Stylesheet
   Replaces: animate.min.css, owl.carousel, slick, magnific,
             themify, nice-select, flaticon, duplicate bootstrap
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --purple:      #601a58;
  --purple-mid:  #ac2e9e;
  --gold:        #f3ab17;
  --gold-dark:   #dbb722;
  --dark:        #0d0d1a;
  --body-text:   #4a4a5a;
  --surface:     #f9f7f4;
  --white:       #ffffff;
  --border:      rgba(96,26,88,.12);
  --grad:        linear-gradient(135deg, #601a58 0%, #ac2e9e 55%, #f3ab17 100%);
  --grad-h:      linear-gradient(90deg, #601a58, #ac2e9e, #e5920a, #f3ab17, #e5920a, #ac2e9e, #601a58);
  --heading-font:'Raleway', sans-serif;
  --body-font:   'Open Sans', sans-serif;
  --nav-font:    'Poppins', sans-serif;
  --shadow-s:    0 4px 16px rgba(96,26,88,.10);
  --shadow-m:    0 10px 40px rgba(96,26,88,.18);
  --shadow-l:    0 24px 64px rgba(96,26,88,.28);
  --radius:      14px;
  --radius-lg:   24px;
  --ease:        cubic-bezier(.4,0,.2,1);
  --t:           0.36s;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--body-font);
  color: var(--body-text);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--dark);
  line-height: 1.2;
  font-weight: 700;
}

a { color: var(--gold-dark); text-decoration: none; transition: color var(--t) var(--ease); }
a:hover { color: var(--purple-mid); }

img { max-width: 100%; height: auto; display: block; }

/* ── Utilities ──────────────────────────────────────────────── */
.section-pad    { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 18px;
  border-radius: 50px;
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(243,171,23,.15);
  color: var(--gold-dark);
  border: 1px solid rgba(243,171,23,.35);
  margin-bottom: 20px;
}

.section-label {
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--dark);
}

.section-sub {
  font-size: 1.05rem;
  color: var(--body-text);
  max-width: 600px;
  line-height: 1.8;
}

.divider-gold {
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: var(--grad);
  margin: 18px 0 28px;
}

.divider-center { margin: 18px auto 28px; }

/* ── Buttons ────────────────────────────────────────────────── */
.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--nav-font);
  font-size: .93rem;
  font-weight: 600;
  letter-spacing: .03em;
  border: none;
  cursor: pointer;
  transition: var(--t) var(--ease);
  text-decoration: none;
  line-height: 1;
}

.btn-gold {
  background: var(--grad);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(243,171,23,.45);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(243,171,23,.6);
  color: var(--white);
  background: linear-gradient(135deg, #701f68 0%, #c239b5 55%, #f0a010 100%);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.65);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.12);
  border-color: var(--white);
  color: var(--white);
}

.btn-outline-purple {
  background: transparent;
  color: var(--purple);
  border: 2px solid var(--purple);
}
.btn-outline-purple:hover {
  background: var(--purple);
  color: var(--white);
}

/* ── Navigation ─────────────────────────────────────────────── */
#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  padding: 0;
  transition: background var(--t) var(--ease), box-shadow var(--t) var(--ease), padding var(--t) var(--ease);
}

#site-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  transition: padding var(--t) var(--ease);
}

#site-nav.scrolled {
  background: var(--white);
  box-shadow: 0 2px 24px rgba(96,26,88,.12);
}

#site-nav.scrolled .nav-inner { padding: 12px 40px; }

#site-nav .nav-logo img {
  height: 54px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  transition: height var(--t) var(--ease);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.25));
}

#site-nav.scrolled .nav-logo img { height: 44px; width: auto; filter: none; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-links a {
  font-family: var(--nav-font);
  font-size: .92rem;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  padding: 8px 16px;
  border-radius: 50px;
  transition: var(--t) var(--ease);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: rgba(255,255,255,.15);
}

#site-nav.scrolled .nav-links a { color: var(--dark); }
#site-nav.scrolled .nav-links a:hover,
#site-nav.scrolled .nav-links a.active {
  color: var(--purple);
  background: rgba(96,26,88,.08);
}

.nav-cta {
  background: var(--grad) !important;
  color: var(--white) !important;
  padding: 8px 22px !important;
  box-shadow: var(--shadow-s);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-m) !important; }
#site-nav.scrolled .nav-cta { color: var(--white) !important; }

/* Mobile nav */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--t) var(--ease);
}

#site-nav.scrolled .nav-toggle span { background: var(--dark); }

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    box-shadow: var(--shadow-m);
    gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: var(--dark); }
  .nav-links a:hover { color: var(--purple); background: rgba(96,26,88,.06); }
  #site-nav .nav-inner { padding: 14px 24px; }
}

/* ── Hero Section ───────────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}

.hero-section > .container {
  position: relative;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/hero-bg1.jpg');
  background-size: cover;
  background-position: center 20%;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}

.hero-section.loaded .hero-bg { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13,13,26,.88) 0%,
    rgba(96,26,88,.72) 50%,
    rgba(13,13,26,.55) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

/* Left-aligned column: eyebrow → title → YouTube */
.hero-left-block {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 160px 0 0;
  text-align: left;
}

.hero-left-block .hero-title {
  text-align: left;
}

/* YouTube card inside the left block */
.hero-yt-inblock {
  width: 88%;
  margin-top: 4px;
}

.hero-yt-inblock .yt-facade {
  border-radius: 0;
  max-width: 100%;
  animation: none;
  opacity: 1;
  box-shadow: none;
}

/* Buttons pinned to bottom of hero */
.hero-bottom-btns {
  position: absolute;
  bottom: 48px;
  right: 8%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.hero-bottom-btns > a:first-child {
  opacity: 0;
  animation: slideInLeft .85s 1.05s var(--ease) forwards, pulse 2.5s 1.9s ease-in-out infinite;
}

.hero-bottom-btns > a:last-child {
  opacity: 0;
  animation: slideInRight .85s 1.05s var(--ease) forwards;
}


.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .8s .2s var(--ease) forwards;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

.hero-title {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.06;
  margin-bottom: 24px;
  opacity: 0;
  animation: slideInLeft .9s .35s var(--ease) forwards;
}

.hero-title .accent { color: var(--gold); }

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.80);
  max-width: 540px;
  line-height: 1.85;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp .9s .5s var(--ease) forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
  opacity: 0;
  animation: fadeUp .9s .65s var(--ease) forwards;
}

/* YouTube Facade */
.yt-facade {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-l);
  max-width: 520px;
  aspect-ratio: 16/9;
  opacity: 0;
  animation: fadeUp 1s .8s var(--ease) forwards;
}

/* Hero YouTube card — compact, bottom-right of hero */
.hero-yt-card {
  background: rgba(10,5,15,.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  overflow: hidden;
  opacity: 0;
  animation: slideInRight 1s .65s var(--ease) forwards;
}

.hero-yt-card .yt-facade {
  border-radius: 0;
  max-width: 100%;
  aspect-ratio: 16/9;
  animation: none;
  opacity: 1;
  box-shadow: none;
}

.hero-yt-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 10px;
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-yt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.hero-yt-footer span {
  font-family: var(--nav-font);
  font-size: .8rem;
  color: rgba(255,255,255,.65);
}

.hero-yt-footer a {
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .04em;
}

.hero-yt-footer a:hover { color: var(--white); }

.yt-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t) var(--ease);
}

.yt-facade:hover img { transform: scale(1.03); }

.yt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.2);
  border: none;
  cursor: pointer;
  transition: background var(--t) var(--ease);
}

.yt-facade:hover .yt-play-btn { background: rgba(0,0,0,.35); }

.yt-play-icon {
  width: 72px;
  height: 72px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  box-shadow: 0 4px 24px rgba(0,0,0,.4);
}

.yt-facade:hover .yt-play-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}

.yt-play-icon svg { fill: var(--purple); margin-left: 5px; }

.yt-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: var(--white);
  font-family: var(--nav-font);
  font-size: .82rem;
  font-weight: 600;
  background: rgba(0,0,0,.5);
  padding: 5px 12px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}

.yt-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Hero scroll cue */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s 1.2s ease forwards;
}

.hero-scroll span {
  font-family: var(--nav-font);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
  animation: scrollDrop 2s 1.4s ease-in-out infinite;
}

/* ── Stats Bar ──────────────────────────────────────────────── */
.stats-bar {
  background: var(--grad);
  padding: 0;
}

.stats-bar .stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 0;
  min-height: 80px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  flex: 1;
  min-width: 160px;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.2);
}

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

.stat-num {
  font-family: var(--heading-font);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}

.stat-desc {
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── About Section ──────────────────────────────────────────── */
.about-section { background: var(--white); }

.about-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-l);
}

.about-image-wrap img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: top center;
  transition: transform .6s var(--ease);
}

.about-image-wrap:hover img { transform: scale(1.03); }

.about-credential {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px 22px;
  box-shadow: var(--shadow-m);
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-credential .cred-icon {
  width: 48px;
  height: 48px;
  background: var(--grad);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--white);
}

.about-credential .cred-text strong {
  display: block;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: .92rem;
  color: var(--dark);
  margin-bottom: 2px;
}

.about-credential .cred-text span {
  font-size: .8rem;
  color: var(--body-text);
}

.about-content { padding-left: 40px; }

.about-body p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--body-text);
  margin-bottom: 18px;
}

.credential-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 36px;
}

.credential-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .93rem;
  color: var(--dark);
  font-weight: 500;
}

.credential-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad);
  flex-shrink: 0;
}

/* ── Quote Section ──────────────────────────────────────────── */
.quote-section {
  background: var(--grad);
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: '\201C';
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 20rem;
  font-family: Georgia, serif;
  color: rgba(255,255,255,.07);
  line-height: 1;
  pointer-events: none;
}

.quote-text {
  font-family: var(--heading-font);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.45;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quote-attr {
  text-align: center;
  color: rgba(255,255,255,.75);
  font-family: var(--nav-font);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

/* ── Programs Section ───────────────────────────────────────── */
.programs-section { background: var(--surface); }

.program-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-s);
  border: 1px solid var(--border);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-l);
  border-color: var(--gold);
}

.program-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(96,26,88,.1), rgba(243,171,23,.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 22px;
  transition: background var(--t) var(--ease);
}

.program-card:hover .program-icon {
  background: var(--grad);
  animation: iconBounce .5s var(--ease);
}

.program-card:hover .program-icon span { filter: brightness(0) invert(1); }

.program-name {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.program-desc {
  font-size: .9rem;
  color: var(--body-text);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 22px;
}

.program-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--nav-font);
  font-size: .83rem;
  font-weight: 600;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: gap var(--t) var(--ease), color var(--t) var(--ease);
}

.program-link:hover { gap: 10px; color: var(--gold-dark); }

/* ── Get Involved Section ───────────────────────────────────── */
.involve-section {
  position: relative;
  overflow: hidden;
}

.involve-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/about2.jpg');
  background-size: cover;
  background-position: center;
}

.involve-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,13,26,.88) 0%, rgba(96,26,88,.82) 100%);
}

.involve-section .container { position: relative; z-index: 1; }

.involve-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}

.involve-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  max-width: 520px;
  margin-bottom: 52px;
  line-height: 1.8;
}

.involve-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease), transform var(--t) var(--ease);
  text-decoration: none;
  display: block;
  backdrop-filter: blur(8px);
}

.involve-card:hover {
  background: rgba(243,171,23,.18);
  border-color: var(--gold);
  transform: translateY(-4px);
}

.involve-card .ic-icon {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}

.involve-card .ic-title {
  font-family: var(--heading-font);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.involve-card .ic-desc {
  font-size: .88rem;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

/* ── Blog CTA Section ───────────────────────────────────────── */
.blog-cta-section { background: var(--white); }

.blog-cta-inner {
  background: var(--grad);
  border-radius: var(--radius-lg);
  padding: 70px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-cta-inner::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}

.blog-cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.blog-cta-inner p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 34px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.blog-cta-inner .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: var(--white);
  color: var(--purple);
  border-radius: 50px;
  font-family: var(--nav-font);
  font-size: .95rem;
  font-weight: 700;
  transition: var(--t) var(--ease);
  box-shadow: 0 4px 24px rgba(0,0,0,.2);
  position: relative;
  z-index: 1;
}

.blog-cta-inner .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(0,0,0,.35);
  background: #f5f5f5;
}

/* ── Footer ─────────────────────────────────────────────────── */
#site-footer {
  background: #0d0d1a;
  padding: 72px 0 0;
}

.footer-brand .logo-img { height: 62px; width: auto; max-width: 200px; object-fit: contain; margin-bottom: 18px; }

.footer-brand p {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  max-width: 260px;
  margin-bottom: 22px;
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  transition: var(--t) var(--ease);
  border: 1px solid rgba(255,255,255,.1);
}

.footer-social a:hover {
  background: var(--grad);
  color: var(--white);
  border-color: transparent;
  transform: translateY(-2px);
}

.footer-heading {
  font-family: var(--heading-font);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--t) var(--ease);
}

.footer-links a::before {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background: var(--gold-dark);
  transition: width var(--t) var(--ease);
}

.footer-links a:hover { color: var(--white); }
.footer-links a:hover::before { width: 12px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: .9rem;
  color: rgba(255,255,255,.55);
}

.footer-contact-item i {
  color: var(--gold-dark);
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-item a { color: rgba(255,255,255,.55); }
.footer-contact-item a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0;
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-size: .85rem;
  color: rgba(255,255,255,.35);
}

.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--gold-dark); }

/* ── Scroll-to-top ──────────────────────────────────────────── */
#back-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
  width: 46px;
  height: 46px;
  background: var(--grad);
  color: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-m);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease);
  text-decoration: none;
}

#back-top.visible { opacity: 1; pointer-events: all; }
#back-top:hover { transform: translateY(-3px); color: var(--white); }

/* ── Keyframe Animations ────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes scrollDrop {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(.5) translateY(12px); opacity: .4; }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-60px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(.88); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%       { transform: translateY(-14px) rotate(2deg); }
  66%       { transform: translateY(-7px) rotate(-2deg); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-20px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 20px rgba(243,171,23,.45); }
  50%       { transform: scale(1.04); box-shadow: 0 8px 36px rgba(243,171,23,.7); }
}

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes gradientPan {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes spinGlow {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes borderDance {
  0%, 100% { border-color: var(--purple); }
  50%       { border-color: var(--gold); }
}

@keyframes slideFromBottom {
  from { opacity: 0; transform: translateY(50px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(243,171,23,.2); }
  50%       { box-shadow: 0 0 40px rgba(243,171,23,.5), 0 0 80px rgba(172,46,158,.3); }
}

@keyframes lineGrow {
  from { width: 0; }
  to   { width: 60px; }
}

@keyframes typeWriter {
  from { width: 0; }
  to   { width: 100%; }
}

@keyframes blinkCaret {
  0%, 100% { border-color: var(--gold); }
  50%       { border-color: transparent; }
}

/* ── Intersection Observer Animations ──────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }

.reveal-left {
  opacity: 0;
  transform: translateX(-55px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal-left.revealed { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(55px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal-right.revealed { opacity: 1; transform: translateX(0); }

.reveal-scale {
  opacity: 0;
  transform: scale(.9);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal-scale.revealed { opacity: 1; transform: scale(1); }

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }
.reveal-delay-6 { transition-delay: .6s; }

/* ── Animated Gradient Text ─────────────────────────────────── */
.grad-text-anim {
  background: linear-gradient(270deg, #601a58, #ac2e9e, #f3ab17, #dbb722, #ac2e9e, #601a58);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientPan 5s ease infinite;
}

/* ── Float Animations ───────────────────────────────────────── */
.float-anim { animation: float 4s ease-in-out infinite; }
.float-slow  { animation: floatSlow 6s ease-in-out infinite; }

/* ── Pulse Animate ──────────────────────────────────────────── */
.pulse-anim { animation: pulse 2.5s ease-in-out infinite; }

/* ── Shimmer Text ───────────────────────────────────────────── */
.shimmer-text {
  background: linear-gradient(90deg, var(--purple) 0%, var(--gold) 40%, var(--white) 60%, var(--gold) 80%, var(--purple) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

/* ── Card Hover Shine ───────────────────────────────────────── */
.program-card {
  overflow: hidden;
}
.program-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.18) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left .6s var(--ease);
  pointer-events: none;
}
.program-card:hover::after { left: 125%; }
.program-card { position: relative; }

/* ── Glow Border on Hover ───────────────────────────────────── */
.glow-hover {
  transition: box-shadow var(--t) var(--ease);
}
.glow-hover:hover {
  box-shadow: 0 0 0 2px var(--gold), 0 12px 48px rgba(243,171,23,.3);
}

/* ── Animated Divider ───────────────────────────────────────── */
.divider-gold.animated {
  width: 0;
  animation: lineGrow .8s var(--ease) forwards;
}

/* ── Events Page Styles ─────────────────────────────────────── */
.event-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-s);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-l);
  border-color: var(--gold);
}

.event-card::after {
  content: '';
  position: absolute;
  top: -50%; left: -75%;
  width: 50%; height: 200%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.15), transparent);
  transform: skewX(-20deg);
  transition: left .7s var(--ease);
  pointer-events: none;
}
.event-card:hover::after { left: 125%; }

.event-card-header {
  padding: 28px 28px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.event-card-header > div:not(.event-date-badge) {
  flex: 1;
  min-width: 0;
}

.event-date-badge {
  background: var(--grad);
  border-radius: 14px;
  padding: 12px 18px;
  text-align: center;
  flex-shrink: 0;
  min-width: 68px;
}

.event-date-badge .month {
  font-family: var(--nav-font);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  display: block;
  margin-bottom: 2px;
}

.event-date-badge .day {
  font-family: var(--heading-font);
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  display: block;
}

.event-type-tag {
  font-family: var(--nav-font);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--purple);
  background: rgba(96,26,88,.08);
  border: 1px solid rgba(96,26,88,.12);
  padding: 5px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.event-card-body {
  padding: 20px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.event-title {
  font-family: var(--heading-font);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.event-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}

.event-meta span {
  font-size: .84rem;
  color: var(--body-text);
  display: flex;
  align-items: center;
  gap: 7px;
}

.event-meta i { color: var(--gold-dark); font-size: .85rem; }

.event-desc {
  font-size: .9rem;
  color: var(--body-text);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 22px;
}

.event-card-footer {
  padding: 0 28px 28px;
}

/* ── Blog Specific ──────────────────────────────────────────── */
.blog-animated-banner {
  background: linear-gradient(270deg, #601a58, #ac2e9e, #e5920a, #f3ab17, #ac2e9e, #601a58);
  background-size: 400% 400%;
  animation: gradientPan 8s ease infinite;
  border-radius: var(--radius-lg);
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-animated-banner::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}

.blog-animated-banner::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}

.floating-icon {
  font-size: 3.5rem;
  display: inline-block;
  animation: float 3.5s ease-in-out infinite;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.inner-hero .floating-icon {
  position: absolute;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: rgba(255,255,255,.18);
  pointer-events: none;
  z-index: 2;
}

.ticker-wrap {
  overflow: hidden;
  background: rgba(96,26,88,.06);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker-inner {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: tickerMove 30s linear infinite;
  width: max-content;
}

.ticker-inner span {
  font-family: var(--nav-font);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--purple);
  text-transform: uppercase;
}

.ticker-inner .dot {
  color: var(--gold-dark);
  font-size: 1rem;
}

/* ── Animated Stats Counter ─────────────────────────────────── */
.stat-num.counting { animation: countUp .6s var(--ease) both; }

/* ── Page Transition ────────────────────────────────────────── */
body { animation: fadeIn .4s ease both; }

/* ── Responsive Adjustments ─────────────────────────────────── */
@media (max-width: 991px) {
  .about-content { padding-left: 0; padding-top: 36px; }
  .blog-cta-inner { padding: 50px 32px; }
  .stat-item { padding: 14px 16px; }
}

@media (max-width: 767px) {
  .section-pad { padding: 64px 0; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .yt-facade { max-width: 100%; }
  .blog-cta-inner { padding: 40px 24px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .stats-bar .stats-inner { flex-direction: column; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.4rem; }
  #site-nav .nav-inner { padding: 12px 18px; }
}

/* ============================================================
   INNER PAGE STYLES
   ============================================================ */

/* ── Inner Hero (sub-pages) ─────────────────────────────────── */
.inner-hero {
  position: relative;
  min-height: 64vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
  overflow: hidden;
  background: var(--dark);
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 15%;
  transform: scale(1.05);
  transition: transform 7s ease-out;
}

.inner-hero.loaded .inner-hero-bg { transform: scale(1); }

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(13,13,26,.92) 0%,
    rgba(96,26,88,.78) 60%,
    rgba(13,13,26,.7) 100%
  );
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.breadcrumb-nav a,
.breadcrumb-nav span {
  font-family: var(--nav-font);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  transition: color var(--t) var(--ease);
}

.breadcrumb-nav a:hover { color: var(--gold); }

.breadcrumb-nav .sep {
  color: rgba(255,255,255,.3);
  font-size: .65rem;
}

.breadcrumb-nav .current { color: var(--gold); }

.inner-hero-title {
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 14px;
}

.inner-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.72);
  max-width: 580px;
  line-height: 1.8;
}

/* ── Page Section Layouts ───────────────────────────────────── */
.page-section { padding: 80px 0; }
.page-section-alt { background: var(--surface); }

/* ── About Page ─────────────────────────────────────────────── */
.timeline {
  position: relative;
  padding-left: 36px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, var(--purple), var(--gold));
  border-radius: 1px;
}

.timeline-item {
  position: relative;
  margin-bottom: 32px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 0 3px rgba(96,26,88,.15);
}

.timeline-year {
  font-family: var(--nav-font);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 4px;
}

.timeline-title {
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.timeline-desc {
  font-size: .9rem;
  color: var(--body-text);
  line-height: 1.7;
}

.book-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-s);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.book-card:hover {
  transform: translateY(-9px) scale(1.02);
  box-shadow: var(--shadow-l);
  border-color: var(--gold);
}

.book-number {
  font-family: var(--heading-font);
  font-size: 2.5rem;
  font-weight: 900;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}

.book-title {
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 8px;
}

.book-desc {
  font-size: .87rem;
  color: var(--body-text);
  line-height: 1.7;
}

/* ── Blog Page ──────────────────────────────────────────────── */
.yt-channel-card {
  background: var(--dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}

.yt-channel-card .yt-facade {
  border-radius: 0;
  max-width: 100%;
  animation: none;
  opacity: 1;
}

.yt-channel-meta {
  padding: 28px 32px;
  background: rgba(255,255,255,.04);
}

.yt-channel-meta h3 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.yt-channel-meta p {
  color: rgba(255,255,255,.6);
  font-size: .9rem;
}

.resource-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-s);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-m);
}

.resource-card-img {
  height: 200px;
  overflow: hidden;
}

.resource-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}

.resource-card:hover .resource-card-img img { transform: scale(1.06); }

.resource-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resource-tag {
  font-family: var(--nav-font);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.resource-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.4;
}

.resource-card-body p {
  font-size: .87rem;
  color: var(--body-text);
  line-height: 1.7;
  flex: 1;
}

/* ── Contact Page ───────────────────────────────────────────── */
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-s);
  text-align: center;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-m);
}

.contact-icon {
  width: 64px;
  height: 64px;
  background: var(--grad);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  margin: 0 auto 18px;
}

.contact-info-card h4 {
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.contact-info-card p,
.contact-info-card a {
  font-size: .9rem;
  color: var(--body-text);
  line-height: 1.7;
}

.contact-info-card a:hover { color: var(--purple); }

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  box-shadow: var(--shadow-m);
  border: 1px solid var(--border);
}

.form-label {
  font-family: var(--nav-font);
  font-size: .82rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 7px;
  display: block;
  letter-spacing: .02em;
}

.form-control-premium {
  display: block;
  width: 100%;
  padding: 13px 18px;
  font-family: var(--body-font);
  font-size: .93rem;
  color: var(--dark);
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  outline: none;
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
  appearance: none;
}

.form-control-premium:focus {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(172,46,158,.12);
  background: var(--white);
}

.form-control-premium::placeholder { color: #aaa; }

textarea.form-control-premium { resize: vertical; min-height: 130px; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-m);
  height: 400px;
}

.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ── Programme Detail Pages (Brevo form wrappers) ───────────── */
.programme-intro {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.programme-icon-lg {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-m);
}

.programme-intro-text h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
}

.programme-intro-text p {
  font-size: 1rem;
  color: var(--body-text);
  line-height: 1.85;
  max-width: 640px;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .95rem;
  color: var(--body-text);
  line-height: 1.65;
}

.feature-list li .fi {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(96,26,88,.12), rgba(243,171,23,.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: var(--purple);
  flex-shrink: 0;
  margin-top: 1px;
}

.brevo-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-m);
  border: 1px solid var(--border);
}

.brevo-form-wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}

.brevo-form-wrap > p {
  font-size: .9rem;
  color: var(--body-text);
  margin-bottom: 24px;
}

.brevo-frame {
  width: 100%;
  min-height: 500px;
  border: none;
  display: block;
}

/* ── Signup / Reservation page ──────────────────────────────── */
.form-page-wrap {
  max-width: 700px;
  margin: 0 auto;
}

/* ── Get Involved ───────────────────────────────────────────── */
.involve-feature {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-s);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.involve-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-m);
  border-color: var(--gold);
}

.involve-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--white);
  flex-shrink: 0;
}

.involve-feature-text h4 {
  font-family: var(--heading-font);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}

.involve-feature-text p {
  font-size: .88rem;
  color: var(--body-text);
  line-height: 1.7;
  margin: 0;
}

/* ── Alert / Success Messages ───────────────────────────────── */
.alert-premium {
  padding: 18px 24px;
  border-radius: var(--radius);
  font-family: var(--nav-font);
  font-size: .92rem;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alert-success {
  background: #edfbf3;
  color: #1a7a42;
  border: 1px solid #b6efcd;
}

.alert-error {
  background: #fef0f0;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

/* ── Event date badge alternate class names ─────────────────── */
.event-date-badge .event-month,
.event-date-badge .month {
  font-family: var(--nav-font);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  display: block;
  margin-bottom: 2px;
}

.event-date-badge .event-day,
.event-date-badge .day {
  font-family: var(--heading-font);
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  display: block;
}

.event-card-header h3 {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--dark);
  margin: 8px 0 0;
  line-height: 1.3;
}

.event-card-body p {
  font-size: .9rem;
  color: var(--body-text);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 16px;
}

.event-card-footer .d-flex,
.event-card-footer { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Social Channel Cards (Blog page) ───────────────────────── */
.social-channel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-s);
  text-align: center;
  text-decoration: none;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}

.social-channel-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-m);
  border-color: var(--gold);
}

.social-channel-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 16px;
}

.social-channel-label {
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.social-channel-handle {
  font-family: var(--nav-font);
  font-size: .78rem;
  color: var(--body-text);
  letter-spacing: .02em;
}

/* ── Blog animated banner as full section ───────────────────── */
section.blog-animated-banner {
  border-radius: 0;
}

/* ── Responsive for inner pages ─────────────────────────────── */
@media (max-width: 991px) {
  .contact-form-wrap { padding: 32px 24px; }
  .brevo-form-wrap { padding: 28px 20px; }
}

@media (max-width: 767px) {
  .inner-hero { min-height: 42vh; }
  .page-section { padding: 56px 0; }
  .programme-intro { flex-direction: column; gap: 16px; }
}

/* ============================================================
   ENHANCED CARD ANIMATIONS
   ============================================================ */

/* ── involve-feature: shine sweep + icon pop ────────────────── */
.involve-feature::after {
  content: '';
  position: absolute;
  top: -50%; left: -75%;
  width: 50%; height: 200%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-20deg);
  transition: left .6s var(--ease);
  pointer-events: none;
}
.involve-feature:hover::after { left: 125%; }

.involve-feature-icon {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.involve-feature:hover .involve-feature-icon {
  transform: scale(1.14) rotate(-6deg);
  box-shadow: 0 6px 22px rgba(96,26,88,.32);
}

/* ── book-card: shine sweep + gold border reveal ────────────── */
.book-card::after {
  content: '';
  position: absolute;
  top: -50%; left: -75%;
  width: 50%; height: 200%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-20deg);
  transition: left .65s var(--ease);
  pointer-events: none;
}
.book-card:hover::after { left: 125%; }

.book-number {
  transition: transform .35s var(--ease);
}
.book-card:hover .book-number {
  transform: scale(1.1) translateX(4px);
}

/* ── event-card: top accent bar + date badge pop ────────────── */
.event-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--grad);
  transition: width .5s var(--ease);
  z-index: 1;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.event-card:hover::before { width: 100%; }

.event-date-badge {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.event-card:hover .event-date-badge {
  transform: scale(1.07) translateY(-2px);
  box-shadow: 0 6px 20px rgba(96,26,88,.3);
}

/* ── program-card: icon bounce keyframe ─────────────────────── */
@keyframes iconBounce {
  0%   { transform: translateY(0) scale(1); }
  30%  { transform: translateY(-10px) scale(1.1); }
  60%  { transform: translateY(-5px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}

/* ── timeline: dot pulse + staggered slide-in ───────────────── */
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(96,26,88,.15); }
  50%       { box-shadow: 0 0 0 7px rgba(96,26,88,.18), 0 0 16px rgba(243,171,23,.38); }
}
.timeline-item::before {
  animation: dotPulse 2.8s ease-in-out infinite;
}

.timeline-item {
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.revealed .timeline-item            { opacity: 1; transform: translateX(0); }
.reveal.revealed .timeline-item:nth-child(1) { transition-delay: .08s; }
.reveal.revealed .timeline-item:nth-child(2) { transition-delay: .2s; }
.reveal.revealed .timeline-item:nth-child(3) { transition-delay: .32s; }
.reveal.revealed .timeline-item:nth-child(4) { transition-delay: .44s; }
