/* ============================================
   INSIGHT TO WELLNESS ASSOCIATES
   styles.css — Premium Version
   Brand: Deep Blue · Forest Green · Teal
   ============================================ */

/* ── VARIABLES ────────────────────────────── */
:root {
  --blue-dark:    #1e3a5f;
  --blue-mid:     #2c5282;
  --teal:         #2a9d8f;
  --teal-dark:    #1e8070;
  --green-dark:   #1a6640;
  --green-mid:    #2e8b57;
  --green-light:  #4aab7c;
  --green-pale:   #e8f5ee;
  --green-soft:   #f0faf5;
  --white:        #ffffff;
  --off-white:    #f8faf9;
  --text-dark:    #111e17;
  --text-body:    #2d3f36;
  --text-muted:   #6b8070;
  --border:       #d0e8d8;
  --border-light: #eaf4ef;
  --shadow-sm:    0 2px 8px rgba(30,58,95,0.07);
  --shadow-md:    0 8px 28px rgba(30,58,95,0.12);
  --shadow-lg:    0 20px 60px rgba(30,58,95,0.16);
}

/* ── RESET ────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── BASE ─────────────────────────────────── */
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  background-color: var(--white);
  color: var(--text-body);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── TYPOGRAPHY ───────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--blue-dark);
  line-height: 1.2;
}

h1 { font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); font-weight: 600; margin-bottom: 1rem; }
h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 0.5rem; }
p  { margin-bottom: 1rem; }

/* ── UTILITIES ────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }

.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.8rem;
  display: block;
}

.section-intro {
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* ── REVEAL ANIMATIONS ────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.revealed { opacity: 1; transform: translateY(0); }

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── BUTTONS ──────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 32px;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background-color: var(--teal);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(42,157,143,0.35);
}

.btn-primary:hover {
  background-color: var(--teal-dark);
  box-shadow: 0 6px 24px rgba(42,157,143,0.45);
}

.btn-ghost {
  background-color: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.55);
}

.btn-ghost:hover { background-color: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.8); }

.btn-whatsapp {
  background-color: #25d366;
  color: var(--white) !important;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  opacity: 1;
}

/* ── WAITLIST SECTION ─────────────────────── */
.waitlist-section {
  background: linear-gradient(160deg, var(--green-soft) 0%, var(--off-white) 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.waitlist-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.waitlist-text .section-label { color: var(--teal); }
.waitlist-text h2 { margin-bottom: 1rem; }
.waitlist-text p { color: var(--text-body); font-size: 1.02rem; line-height: 1.85; margin-bottom: 1.5rem; }

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

.waitlist-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text-body);
}

.waitlist-benefits li i { color: var(--teal); font-size: 0.85rem; }

.waitlist-form-wrap {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.waitlist-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--blue-dark);
  margin-bottom: 6px;
}

.waitlist-form-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1rem !important;
}

/* Override Kit form styles to match brand */
.waitlist-form-wrap .formkit-form {
  background: transparent !important;
  padding: 0 !important;
}

.waitlist-form-wrap .formkit-field input {
  border: 1.5px solid var(--border) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.93rem !important;
  width: 100% !important;
  margin-bottom: 12px !important;
}

.waitlist-form-wrap .formkit-submit {
  background: var(--teal) !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1rem !important;
  padding: 14px !important;
  width: 100% !important;
  font-weight: 500 !important;
}

.waitlist-form-wrap .formkit-submit:hover {
  background: var(--teal-dark) !important;
}

.waitlist-form-wrap .formkit-powered-by-convertkit {
  display: none !important;
}

.waitlist-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.waitlist-field label {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.waitlist-field input {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.93rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text-body);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.waitlist-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(42,157,143,0.12);
}

.waitlist-field input::placeholder { color: #b0c8b8; }

.waitlist-btn {
  width: 100%;
  justify-content: center;
  padding: 15px;
  font-size: 1rem;
  margin-top: 6px;
}

.waitlist-privacy {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.waitlist-message {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.88rem;
  text-align: center;
  display: none;
}

.waitlist-message.success {
  background: var(--green-pale);
  color: var(--green-dark);
  border: 1px solid var(--border);
  display: block;
}

.waitlist-message.error {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6c2;
  display: block;
}

@media (max-width: 860px) {
  .waitlist-inner { grid-template-columns: 1fr; gap: 40px; }
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,20,15,0.65);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 24px;
}

.popup-overlay.show { opacity: 1; pointer-events: all; }

.popup-box {
  background: var(--white);
  border-radius: 18px;
  padding: 48px 40px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s;
}

.popup-close:hover { color: var(--blue-dark); }
.popup-icon { font-size: 2.6rem; color: var(--teal); margin-bottom: 1.2rem; }
.popup-box h3 { font-size: 1.6rem; margin-bottom: 0.9rem; color: var(--blue-dark); }
.popup-box p { color: var(--text-muted); font-size: 0.97rem; margin-bottom: 1.8rem; line-height: 1.7; }
.popup-btn { width: 100%; justify-content: center; }

/* ── HEADER ───────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(30,58,95,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42,157,143,0.2);
  box-shadow: 0 2px 20px rgba(10,20,40,0.2);
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo */
.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  gap: 10px;
}

.logo-img {
  height: 48px;
  width: auto;
  max-width: 52px;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.logo-img:hover { opacity: 0.88; }

.logo-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.logo-sub {
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  white-space: nowrap;
}

.main-nav { display: flex; align-items: center; gap: 20px; }

/* Desktop Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav a {
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 2px;
  white-space: nowrap;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--teal);
  transition: width 0.25s ease;
}

.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { width: 100%; }

.nav-account {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.78) !important;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 0.84rem !important;
  transition: background 0.2s, border-color 0.2s !important;
}

.nav-account::after { display: none !important; }
.nav-account:hover { background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.5) !important; color: var(--white) !important; }

/* Course nav link */
.nav-course {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-light, #f0d080) !important;
  border: 1px solid rgba(201,168,76,0.4);
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 0.84rem !important;
  transition: background 0.2s, border-color 0.2s !important;
  white-space: nowrap;
}

.nav-course::after { display: none !important; }
.nav-course:hover { background: rgba(201,168,76,0.12) !important; border-color: rgba(201,168,76,0.7) !important; color: #f0d080 !important; }

/* Service card course button */
.service-course-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 18px;
  background: linear-gradient(135deg, var(--teal), var(--green-mid));
  color: var(--white);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  transition: opacity 0.2s, transform 0.2s;
  text-decoration: none;
}

.service-course-btn:hover { opacity: 0.88; transform: translateY(-1px); }

.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #25d366;
  color: var(--white) !important;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 0.84rem !important;
  font-weight: 500;
  transition: background-color 0.2s;
}

.nav-whatsapp::after { display: none !important; }
.nav-whatsapp:hover { background-color: #1ebe5d !important; color: var(--white) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

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

/* Mobile Nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #162d4a;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.mobile-nav.open { max-height: 520px; padding: 12px 0 24px; }

.mobile-link {
  color: rgba(255,255,255,0.82);
  padding: 13px 28px;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-link:hover { color: var(--teal); background: rgba(255,255,255,0.03); }

.mobile-whatsapp {
  background-color: #25d366;
  color: var(--white) !important;
  margin: 14px 28px 0;
  border-radius: 5px;
  border: none;
  justify-content: center;
}

/* ── HERO ─────────────────────────────────── */
.hero {
  position: relative;
  background:
    linear-gradient(145deg, rgba(20,40,70,0.92) 0%, rgba(20,60,50,0.88) 100%),
    url('hero.jpg') center / cover no-repeat;
  min-height: 95vh;
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 40%, rgba(42,157,143,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.4rem;
  font-weight: 400;
}

.eyebrow-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--teal);
  opacity: 0.6;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
}

.hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  max-width: 520px;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-hint span {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.5));
  margin: 0 auto;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ── STATS STRIP ──────────────────────────── */
.stats-strip {
  background: var(--blue-dark);
  border-bottom: 1px solid rgba(42,157,143,0.2);
}

.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 36px 28px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 48px;
  text-align: center;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.stat-label {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 400;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ── ABOUT ────────────────────────────────── */
.about-section { background-color: var(--white); }
.about-section h2 { margin-bottom: 2.4rem; }

.about-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: start;
  margin-top: 2rem;
}

.founder-photo-wrap {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}

.founder-photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: var(--shadow-lg);
}

.founder-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 520px;
  background: linear-gradient(135deg, var(--green-pale) 0%, #d4eadf 100%);
  border: 2px dashed var(--border);
  border-radius: 16px;
  color: var(--text-muted);
  text-align: center;
  gap: 14px;
  padding: 24px;
}

.founder-placeholder i { font-size: 3.5rem; color: var(--teal); opacity: 0.5; }
.founder-placeholder p { font-size: 0.9rem; margin: 0; line-height: 1.7; }
.founder-placeholder strong { color: var(--blue-dark); }

.founder-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue-dark);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-md);
}

.founder-badge i { color: var(--teal); }

.about-right { display: flex; flex-direction: column; gap: 36px; padding-top: 8px; }
.about-text p { color: var(--text-body); font-size: 1.02rem; line-height: 1.85; }

.founder-intro { font-size: 1.08rem; font-style: italic; color: var(--text-muted); }

.founder-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 600;
  font-style: italic;
  color: var(--blue-dark);
  border-left: 3px solid var(--teal);
  padding: 12px 0 12px 24px;
  margin: 1.6rem 0;
  line-height: 1.3;
}

.founder-sign {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--green-dark);
  font-weight: 600;
  border-top: 1px solid var(--border-light);
  padding-top: 1.2rem;
  margin-top: 0.5rem;
}

.about-values { display: flex; flex-direction: column; gap: 24px; }
.value-item { display: flex; gap: 18px; align-items: flex-start; }

.value-icon {
  color: var(--teal);
  font-size: 1.15rem;
  margin-top: 4px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.value-item strong {
  display: block;
  color: var(--blue-dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.value-item p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

/* ── SERVICES ─────────────────────────────── */
.services-section { background-color: var(--off-white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: default;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green-mid));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--border);
}

.service-card:hover::before { transform: scaleX(1); }

.card-icon-wrap {
  font-size: 1.7rem;
  color: var(--teal);
  margin-bottom: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.service-card:hover .card-icon-wrap { transform: scale(1.1); }

.service-card h3 { color: var(--blue-dark); font-size: 1.05rem; margin-bottom: 10px; }
.service-card p { color: var(--text-muted); font-size: 0.91rem; margin: 0; line-height: 1.7; }

.card-arrow {
  position: absolute;
  bottom: 20px;
  right: 22px;
  font-size: 0.85rem;
  color: var(--border);
  transition: color 0.2s, transform 0.2s;
}

.service-card:hover .card-arrow { color: var(--teal); transform: translateX(4px); }

/* ── AUDIENCE ─────────────────────────────── */
.audience-banner {
  position: relative;
  background:
    linear-gradient(145deg, rgba(20,40,70,0.9) 0%, rgba(20,70,55,0.88) 100%),
    url('community.jpg') center / cover no-repeat;
  padding: 80px 0;
}

.audience-banner-overlay { position: absolute; inset: 0; pointer-events: none; }
.audience-banner-content { position: relative; z-index: 2; }
.audience-section { padding-top: 0; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  padding-top: 56px;
}

.audience-card {
  background: var(--white);
  border-radius: 14px;
  padding: 36px 24px;
  text-align: center;
  border: 1px solid var(--border-light);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: var(--shadow-sm);
}

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

.audience-icon {
  font-size: 2.2rem;
  color: var(--teal);
  margin-bottom: 14px;
}

.audience-card h3 { color: var(--blue-dark); font-size: 1.1rem; margin-bottom: 8px; }
.audience-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ── BOOK ─────────────────────────────────── */
.book-section {
  background: linear-gradient(160deg, var(--green-soft) 0%, var(--off-white) 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.book-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 72px;
  align-items: center;
}

.book-text .section-label { color: var(--teal); }
.book-text h2 { margin-bottom: 1.2rem; }
.book-text p { color: var(--text-body); font-size: 1.02rem; line-height: 1.85; }

.book-btn { margin-top: 0.8rem; font-size: 1rem; padding: 16px 36px; }

.book-visual { display: flex; align-items: center; justify-content: center; }

.book-img {
  width: 300px;
  height: auto;
  border-radius: 14px;
  box-shadow: -8px 12px 0 rgba(30,58,95,0.15), 0 24px 60px rgba(30,58,95,0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.book-img:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: -10px 20px 0 rgba(30,58,95,0.15), 0 32px 70px rgba(30,58,95,0.32);
}

/* ── TESTIMONIALS ─────────────────────────── */
.testimonials-section { background: var(--white); }

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 2.4rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
}

.carousel-track { display: flex; transition: transform 0.55s cubic-bezier(0.4,0,0.2,1); }

.carousel-slide {
  min-width: 100%;
  background: var(--green-soft);
  padding: 52px 60px;
}

.quote-icon {
  font-size: 2rem;
  color: var(--teal);
  opacity: 0.35;
  margin-bottom: 18px;
  line-height: 1;
}

.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.85;
  margin-bottom: 2rem;
}

.testimonial-author { display: flex; align-items: center; gap: 16px; }

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-dark), var(--teal));
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(30,58,95,0.2);
}

.testimonial-author strong { display: block; color: var(--blue-dark); font-size: 0.97rem; font-weight: 500; }
.testimonial-author span { font-size: 0.82rem; color: var(--text-muted); }

.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--border);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  padding: 0;
}

.dot.active { background-color: var(--teal); transform: scale(1.4); }

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--blue-dark);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  box-shadow: var(--shadow-sm);
}

.carousel-arrow:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }
.carousel-prev { left: 16px; }
.carousel-next { right: 16px; }

.testimonials-cta { text-align: center; padding-top: 2rem; }

.testimonials-cta p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}

/* ── CONTACT ──────────────────────────────── */
.contact-section {
  background: linear-gradient(145deg, var(--blue-dark) 0%, #152e24 100%);
  color: var(--white);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact-text .section-label { color: var(--teal); }
.contact-text h2 { color: var(--white); margin-bottom: 1rem; }
.contact-text > p { color: rgba(255,255,255,0.75); margin-bottom: 2rem; font-size: 1.02rem; }

.contact-details { list-style: none; margin-bottom: 2.4rem; }

.contact-details li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.82);
  font-size: 0.97rem;
}

.contact-icon { color: var(--teal); width: 18px; text-align: center; font-size: 1.05rem; flex-shrink: 0; }
.contact-details a { color: var(--teal); transition: opacity 0.2s; }
.contact-details a:hover { opacity: 0.8; text-decoration: underline; }

.contact-form { display: flex; flex-direction: column; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 7px; }

.form-group label {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.35); }

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--teal);
  background: rgba(255,255,255,0.12);
}

.form-group textarea { resize: vertical; min-height: 115px; }

.form-submit { width: 100%; justify-content: center; margin-top: 6px; padding: 16px; font-size: 1rem; }

.member-link { text-align: center; margin-top: 1rem; font-size: 0.88rem; color: rgba(255,255,255,0.55); }
.member-link a { color: var(--teal); }
.member-link a:hover { text-decoration: underline; }

.contact-quote { display: flex; align-items: center; justify-content: center; padding-top: 60px; }

.contact-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  border-left: 3px solid var(--teal);
  padding-left: 28px;
}

/* ── FLOATING WHATSAPP ────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  text-decoration: none;
  font-size: 1.5rem;
  color: white;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(37,211,102,0.6);
}

.whatsapp-float-label {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
}

/* ── FOOTER ───────────────────────────────── */
.site-footer { background-color: #0c1810; padding: 60px 28px; }

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand { margin-bottom: 20px; }

.footer-logo-img {
  height: 60px;
  width: auto;
  margin: 0 auto 12px;
  object-fit: contain;
  opacity: 0.9;
}

.footer-tagline { color: var(--text-muted); font-size: 0.9rem; font-style: italic; }

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.footer-nav a { color: rgba(255,255,255,0.48); font-size: 0.86rem; transition: color 0.2s; }
.footer-nav a:hover { color: var(--teal); }

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer-contact a {
  color: rgba(255,255,255,0.55);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.footer-contact a:hover { color: var(--teal); }

.social-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 28px; }

.social-links a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.65);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.social-links a:hover {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  transform: translateY(-3px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-copy { color: rgba(255,255,255,0.22); font-size: 0.78rem; }

.footer-account-link {
  color: rgba(255,255,255,0.4);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.footer-account-link:hover { color: var(--teal); }

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .founder-photo, .founder-placeholder { height: 380px; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-quote { display: none; }
  .book-inner { grid-template-columns: 1fr; gap: 48px; }
  .book-visual { display: none; }
  .stats-inner { gap: 0; }
  .stat-item { padding: 0 28px; }
}

@media (max-width: 768px) {
  .header-inner { height: 72px; padding: 0 20px; }
  .logo-img { height: 52px; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { display: flex; }
  .hero { min-height: auto; padding: 80px 20px 60px; }
  .section { padding: 72px 0; }
  .container { padding: 0 20px; }
  .carousel-slide { padding: 36px 52px 36px 32px; }
  .whatsapp-float-label { display: none; }
  .whatsapp-float { padding: 16px; border-radius: 50%; }
  .stats-inner { flex-wrap: wrap; gap: 24px; }
  .stat-divider { display: none; }
  .stat-item { padding: 12px 24px; }
}

@media (max-width: 480px) {
  .section { padding: 60px 0; }
  .hero-actions { flex-direction: column; }
  .btn { justify-content: center; }
  .footer-nav { gap: 18px; }
  .footer-contact { flex-direction: column; gap: 14px; align-items: center; }
  .social-links { gap: 12px; }
  .carousel-slide { padding: 28px 44px 28px 22px; }
  .testimonial-text { font-size: 1.02rem; }
}
