/* ============================================
   GRACE & GOLD — Luxury Christian Women's Course
   Color Palette: Blush Pink, Cream, Gold, Rose
   ============================================ */

:root {
  --blush: #f4c5cc;
  --blush-light: #fce8ec;
  --blush-deep: #e8a0b0;
  --rose: #c97b8c;
  --rose-dark: #9e4f6b;
  --cream: #fdf8f2;
  --cream-warm: #f9f0e6;
  --cream-mid: #f2e6d9;
  --gold: #c9a84c;
  --gold-light: #e8d08a;
  --gold-pale: #f5edd6;
  --gold-dark: #9e7c2e;
  --white: #ffffff;
  --charcoal: #3a2e35;
  --charcoal-soft: #5c4d55;
  --text-dark: #2d1f28;
  --text-mid: #6b5360;
  --text-light: #9c8490;
  --divider: #e8d5dc;

  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Lato', 'Montserrat', sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;

  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(201, 120, 140, 0.12);
  --shadow-gold: 0 4px 24px rgba(201, 168, 76, 0.18);
  --shadow-hover: 0 8px 40px rgba(201, 120, 140, 0.22);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-sans);
  background-color: var(--cream);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-dark);
}

h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 300; letter-spacing: 0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 500; }
h4 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }

.script-accent {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

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

.section-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.75rem;
}

.section-subtext {
  font-size: 1.1rem;
  color: var(--text-mid);
  max-width: 640px;
  margin: 0.75rem auto 0;
  line-height: 1.8;
}

/* ============ LAYOUT ============ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

section { padding: clamp(4rem, 8vw, 7rem) 0; }

/* ============ DECORATIVE ELEMENTS ============ */
.floral-divider {
  text-align: center;
  margin: 2rem 0;
  color: var(--gold-light);
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  opacity: 0.7;
}

.gold-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1rem auto;
}

.gold-line-left {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1rem 0;
}

/* ============ NAVIGATION ============ */
#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: var(--transition);
}

#main-nav.scrolled {
  background: rgba(253, 248, 242, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(201, 120, 140, 0.1);
  padding: 0.6rem 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-logo .brand-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--text-dark);
  line-height: 1;
}

.nav-logo .brand-name span {
  color: var(--gold);
  font-style: italic;
}

.nav-logo .brand-tagline {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: var(--transition);
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: var(--transition);
}

.nav-links a:hover { color: var(--gold-dark); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white) !important;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  letter-spacing: 0.1em !important;
  box-shadow: 0 2px 12px rgba(201, 168, 76, 0.3);
  transition: var(--transition) !important;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4) !important;
}

.nav-cta::after { display: none !important; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.5);
}

.btn-secondary {
  background: transparent;
  color: var(--rose-dark);
  border: 1.5px solid var(--rose);
}

.btn-secondary:hover {
  background: var(--blush-light);
  border-color: var(--rose-dark);
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(255,255,255,0.15);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}

.btn-download {
  background: linear-gradient(135deg, var(--rose) 0%, var(--rose-dark) 100%);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(158, 79, 107, 0.3);
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(158, 79, 107, 0.45);
}

.btn i { font-size: 0.9em; }

/* ============ HERO SECTION ============ */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--blush-light) 0%, var(--cream-warm) 40%, var(--gold-pale) 100%);
  padding-top: 80px;
}

.hero-bg-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-circle-1 {
  position: absolute;
  top: -15%;
  right: -10%;
  width: 65vw;
  height: 65vw;
  max-width: 700px;
  max-height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgba(244, 197, 204, 0.5) 0%, rgba(249, 240, 230, 0.2) 60%, transparent 100%);
}

.hero-circle-2 {
  position: absolute;
  bottom: -20%;
  left: -15%;
  width: 55vw;
  height: 55vw;
  max-width: 600px;
  max-height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 60%, rgba(245, 237, 214, 0.6) 0%, transparent 70%);
}

.floral-corner {
  position: absolute;
  font-size: clamp(4rem, 8vw, 8rem);
  opacity: 0.08;
  color: var(--rose);
  font-family: serif;
  line-height: 1;
  user-select: none;
}

.floral-corner.top-left { top: 5%; left: 2%; transform: rotate(-15deg); }
.floral-corner.top-right { top: 5%; right: 2%; transform: rotate(15deg); }
.floral-corner.bottom-left { bottom: 5%; left: 2%; transform: rotate(15deg); }
.floral-corner.bottom-right { bottom: 5%; right: 2%; transform: rotate(-15deg); }

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.5rem;
}

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

.hero-title {
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.hero-title .line-1 {
  display: block;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

.hero-title .line-2 {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}

.hero-title .line-3 {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--rose-dark);
  font-style: italic;
}

.hero-verse {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-mid);
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold-light);
  line-height: 1.6;
}

.hero-verse cite {
  display: block;
  font-style: normal;
  font-size: 0.85rem;
  font-family: var(--font-sans);
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  margin-top: 0.5rem;
  font-weight: 600;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 480px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-dark);
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 2px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.mockup-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.mockup-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--divider);
  transition: var(--transition);
}

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

.mockup-main {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(145deg, var(--blush-light) 0%, var(--cream-warm) 50%, var(--gold-pale) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  position: relative;
}

.mockup-main-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: var(--rose);
}

.mockup-main-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.mockup-main-sub {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.mockup-float {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  box-shadow: var(--shadow-gold);
  border: 1px solid var(--gold-pale);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--text-mid);
  white-space: nowrap;
  animation: floatUp 3s ease-in-out infinite;
}

.mockup-float i { color: var(--gold); font-size: 1rem; }
.mockup-float strong { color: var(--text-dark); }

.float-1 { top: 10%; right: -8%; animation-delay: 0s; }
.float-2 { bottom: 15%; left: -8%; animation-delay: 1.5s; }

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

.welcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--gold-pale), var(--cream-warm));
  border: 1px solid var(--gold-light);
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-dark);
  letter-spacing: 0.08em;
}

.welcome-badge i { color: var(--gold); }

/* ============ MARQUEE STRIP ============ */
.marquee-strip {
  background: linear-gradient(135deg, var(--rose-dark), var(--rose));
  padding: 0.85rem 0;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  gap: 0;
  animation: marqueeScroll 20s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}

.marquee-item i { color: var(--gold-light); }

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ WELCOME / ABOUT SECTION ============ */
#about {
  background: var(--white);
  position: relative;
  overflow: hidden;
}

#about::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--rose));
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(145deg, var(--blush-light), var(--cream-warm), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--cream-mid);
  box-shadow: var(--shadow);
}

.about-img-inner {
  text-align: center;
  padding: 3rem;
}

.about-img-inner .icon-large {
  font-size: 5rem;
  color: var(--rose);
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.about-img-inner h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.about-img-inner p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
}

.about-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);
  border: 4px solid var(--white);
}

.about-badge .badge-num {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.about-badge .badge-label {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  opacity: 0.9;
}

.about-content { padding: 1rem 0; }

.about-feature-list {
  margin: 2rem 0;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--divider);
}

.about-feature:last-child { border-bottom: none; }

.feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-light), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose);
  font-size: 1rem;
}

.feature-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.2rem;
}

.feature-text p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ============ COURSE OVERVIEW ============ */
#overview {
  background: linear-gradient(160deg, var(--cream-warm) 0%, var(--gold-pale) 50%, var(--blush-light) 100%);
  position: relative;
}

.overview-header {
  text-align: center;
  margin-bottom: 4rem;
}

.overview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.overview-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 168, 76, 0.15);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.overview-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--rose), var(--gold));
  opacity: 0;
  transition: var(--transition);
}

.overview-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.overview-card:hover::before { opacity: 1; }

.overview-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-light), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.5rem;
  color: var(--rose);
  box-shadow: 0 3px 12px rgba(201, 120, 140, 0.2);
}

.overview-card h4 {
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.overview-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.6;
}

.overview-promise {
  background: linear-gradient(135deg, var(--rose-dark) 0%, var(--rose) 50%, var(--blush-deep) 100%);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.overview-promise::before {
  content: '✦';
  position: absolute;
  font-size: 12rem;
  opacity: 0.04;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.overview-promise h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 1rem;
}

.overview-promise p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

/* ============ MODULES SECTION ============ */
#modules {
  background: var(--white);
  position: relative;
}

.modules-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.modules-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.module-card {
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px solid var(--divider);
  overflow: hidden;
  transition: var(--transition);
}

.module-card:hover {
  border-color: var(--gold-light);
  box-shadow: var(--shadow);
}

.module-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  cursor: pointer;
  user-select: none;
}

.module-num {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 3px 12px rgba(201, 168, 76, 0.3);
}

.module-info { flex: 1; }

.module-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.2rem;
}

.module-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
}

.module-verse {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--text-light);
  margin-top: 0.2rem;
}

.module-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  transition: var(--transition);
  font-size: 0.85rem;
}

.module-card.open .module-toggle {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: rotate(180deg);
}

.module-body {
  display: none;
  padding: 0 2rem 2rem calc(50px + 2rem + 1.5rem);
  border-top: 1px solid var(--divider);
}

.module-card.open .module-body { display: block; }

.module-body p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.module-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.module-topic {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-mid);
}

.module-topic i { color: var(--gold); font-size: 0.75rem; }

/* ============ RESOURCE LIBRARY ============ */
#resources {
  background: linear-gradient(160deg, var(--blush-light) 0%, var(--cream-warm) 100%);
  position: relative;
}

.resources-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.resource-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--divider);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

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

.resource-cover {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--blush-light) 0%, var(--cream-warm) 50%, var(--gold-pale) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.resource-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(244, 197, 204, 0.6), transparent 60%);
}

.resource-cover-icon {
  font-size: 3rem;
  color: var(--rose);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.resource-cover-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  position: relative;
  z-index: 1;
}

.resource-cover-sub {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.resource-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  z-index: 2;
}

.resource-info {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resource-info h4 {
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.resource-info p {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.25rem;
}

/* ============ DOWNLOADS SECTION ============ */
#downloads {
  background: var(--white);
  position: relative;
}

#downloads::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rose), var(--gold), var(--blush));
}

.downloads-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.download-item {
  background: linear-gradient(145deg, var(--cream), var(--cream-warm));
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  border: 1px solid var(--divider);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.download-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
}

.download-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--gold-light);
  background: var(--white);
}

.download-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-light), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
  color: var(--rose);
  box-shadow: 0 4px 16px rgba(201, 120, 140, 0.2);
  border: 2px solid var(--white);
}

.download-item h4 {
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.download-item p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.download-meta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.download-tag {
  background: var(--gold-pale);
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
}

/* ============ TESTIMONIALS ============ */
#testimonials {
  background: linear-gradient(160deg, var(--cream-warm) 0%, var(--blush-light) 50%, var(--gold-pale) 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  min-width: calc(33.333% - 1rem);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--divider);
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: var(--font-serif);
  font-size: 5rem;
  color: var(--blush);
  line-height: 1;
  opacity: 0.6;
}

.testimonial-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.testimonial-stars i { color: var(--gold); font-size: 0.9rem; }

.testimonial-text {
  font-size: 0.975rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  border: 2px solid var(--white);
  box-shadow: 0 2px 8px rgba(201, 120, 140, 0.25);
}

.author-info h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
}

.author-info span {
  font-size: 0.8rem;
  color: var(--gold-dark);
  font-style: italic;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  transition: var(--transition);
  cursor: pointer;
  background: var(--white);
}

.slider-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.slider-dots {
  display: flex;
  gap: 0.5rem;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--divider);
  transition: var(--transition);
  cursor: pointer;
}

.slider-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}

/* ============ TRANSFORMATION SECTION ============ */
#transformation {
  background: linear-gradient(135deg, var(--rose-dark) 0%, var(--rose) 40%, var(--blush-deep) 80%, var(--gold) 100%);
  padding: clamp(4rem, 8vw, 7rem) 0;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

#transformation::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.06) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(245, 237, 214, 0.08) 0%, transparent 50%);
}

.transformation-inner {
  position: relative;
  z-index: 1;
}

.transformation-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.transformation-title em {
  font-style: italic;
  font-weight: 600;
}

.transformation-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.transformation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: left;
}

.transform-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,0.15);
}

.transform-item i {
  color: var(--gold-light);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.transform-item span {
  font-size: 0.9rem;
  opacity: 0.95;
  line-height: 1.5;
}

/* ============ FAQ SECTION ============ */
#faq {
  background: var(--white);
  position: relative;
}

.faq-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.faq-grid {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--divider);
  padding: 0.5rem 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  cursor: pointer;
  user-select: none;
}

.faq-question h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: var(--transition);
}

.faq-question:hover h4 { color: var(--rose-dark); }

.faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.75rem;
  transition: var(--transition);
}

.faq-item.open .faq-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding-bottom: 1.25rem;
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.8;
}

.faq-item.open .faq-answer { display: block; }

/* ============ CONTACT / CTA ============ */
#contact {
  background: linear-gradient(160deg, var(--cream-warm) 0%, var(--gold-pale) 100%);
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.contact-info h2 {
  margin-bottom: 1rem;
}

.contact-info p {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  font-size: 1rem;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.social-icon:hover {
  background: linear-gradient(135deg, var(--rose), var(--gold));
  border-color: transparent;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--divider);
}

.contact-form-wrap h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.contact-form-wrap p {
  font-size: 0.9rem;
  color: var(--text-mid);
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1.5px solid var(--divider);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--cream);
  transition: var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

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

/* ============ FOOTER ============ */
footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.75);
  padding: 4rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand .brand-name-footer {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-brand .brand-name-footer span {
  color: var(--gold-light);
  font-style: italic;
}

.footer-brand .tagline {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.8;
  opacity: 0.75;
  max-width: 280px;
}

.footer-verse {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold-light);
  opacity: 0.85;
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid var(--gold);
  line-height: 1.6;
}

.footer-col h5 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  transition: var(--transition);
}

.footer-links a:hover { color: var(--gold-light); padding-left: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.8rem;
  opacity: 0.5;
}

.footer-bottom a {
  color: var(--gold-light);
  font-size: 0.8rem;
  opacity: 0.8;
}

/* ============ MODAL / OVERLAY ============ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(45, 31, 40, 0.7);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  max-width: 520px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(45, 31, 40, 0.3);
  border: 2px solid var(--divider);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-box { transform: scale(1); }

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}

.modal-close:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
}

.modal-box .modal-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-light), var(--gold-pale));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--rose);
  margin: 0 auto 1.5rem;
}

.modal-box h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
}

.modal-box p {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* ============ PROGRESS / SCROLL ============ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  z-index: 9999;
  transition: width 0.1s linear;
}

/* ============ ANIMATIONS ============ */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }
.fade-in-delay-5 { transition-delay: 0.5s; }

/* ============ MOBILE MENU ============ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(253, 248, 242, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--text-dark);
  letter-spacing: 0.05em;
  transition: var(--transition);
}

.mobile-menu a:hover { color: var(--gold-dark); }

.mobile-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  font-size: 1.1rem;
  cursor: pointer;
}

/* ============ BACK TO TOP ============ */
#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  border: 2px solid var(--white);
}

#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

#back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.55);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .overview-cards { grid-template-columns: repeat(2, 1fr); }
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .downloads-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-content { order: 1; }
  .hero-visual { order: 2; }
  .hero-verse { text-align: left; }
  .hero-ctas { justify-content: center; }
  .hero-stats { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-visual { order: 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .transformation-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

@media (max-width: 640px) {
  .overview-cards { grid-template-columns: 1fr; }
  .resources-grid { grid-template-columns: 1fr; }
  .downloads-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-width: 90%; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .module-body { padding-left: 1rem; }
  .module-topics { grid-template-columns: 1fr; }
  .about-badge { width: 90px; height: 90px; }
  .contact-form-wrap { padding: 1.75rem; }
  .overview-promise { padding: 2.5rem 1.5rem; }
}
