/* ═══════════════════════════════════════════════════════════
   ABOUT PAGE — Meet Shawna Suckow
   Page-specific styles (layout, colors, typography)
═══════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────── */
.about-hero {
  min-height: 85vh;
  background: url('../images/shawna-suckow-meet-shawna-about-keynote-speaker-hero.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5,5,20,0.82) 0%, rgba(5,5,20,0.3) 60%, rgba(5,5,20,0.05) 100%);
}
.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 60px 80px;
}
.about-hero__headline {
  font-family: var(--font-holiday);
  font-size: clamp(48px, 6vw, 80px);
  color: var(--white);
  line-height: 1;
  margin-bottom: 12px;
}
.about-hero__hl-yellow {
  color: var(--yellow);
}
.about-hero__sub {
  font-family: var(--font-bebas);
  font-size: clamp(36px, 5vw, 64px);
  color: var(--pink);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 24px;
}
.about-hero__body {
  font-family: var(--font-body);
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  max-width: 560px;
  margin-bottom: 36px;
}

/* ── STATS BAR ────────────────────────────────────────── */
.stats-bar {
  background: var(--pink);
  padding: 40px 60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}
.stat-item {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.stat-item:last-child { border-right: none; }
.stat-item__value {
  font-family: var(--font-bebas);
  font-size: 48px;
  color: var(--white);
  line-height: 1;
  display: block;
}
.stat-item__label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

/* ── QUOTE SECTION ────────────────────────────────────── */
.quote-section {
  background: #0a0a1a;
  padding: 100px 60px;
  text-align: center;
}
.quote-section__text {
  font-family: var(--font-bebas);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--white);
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto 24px;
  letter-spacing: 0.03em;
}
.quote-section__text .hl-yellow {
  color: var(--yellow);
}
.quote-section__attr {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.15em;
}

/* ── BIO TWO-COLUMN (Promise + Fun Facts) ─────────────── */
.bio__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 32px 0 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.bio__section-heading {
  font-family: var(--font-bebas);
  font-size: 28px;
  color: var(--yellow);
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.bio__facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bio__facts-list li {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bio__facts-list li:last-child { border-bottom: none; }

/* ── TRUSTED & CERTIFIED ─────────────────────────────── */
.trusted {
  background: var(--white);
  padding: 80px 60px;
}
.trusted__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.trusted__heading {
  font-family: var(--font-holiday);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--black);
  line-height: 1.1;
  margin-bottom: 24px;
}
.trusted__body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--black);
  line-height: 1.7;
  margin-bottom: 16px;
}
.trusted__badges {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.trusted-badge {
  background: #f9f9f9;
  border-left: 4px solid var(--pink);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.trusted-badge__abbr {
  font-family: var(--font-bebas);
  font-size: 28px;
  color: var(--pink);
  flex-shrink: 0;
  width: 64px;
  text-align: center;
}
.trusted-badge__name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--black);
  display: block;
}
.trusted-badge__desc {
  font-family: var(--font-body);
  font-size: 13px;
  color: #666;
  display: block;
  margin-top: 2px;
}

/* ── 6 REASONS — dark bg per Figma ────────────────────── */
.reasons {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a0a3d 60%, #2a0a2a 100%);
  padding: 80px 60px;
}
.reasons__heading {
  font-family: var(--font-bebas);
  font-size: clamp(40px, 5vw, 56px);
  color: var(--yellow);
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
.reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.reason-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.reason-item__num {
  font-family: var(--font-bebas);
  font-size: 64px;
  color: var(--pink);
  line-height: 1;
  flex-shrink: 0;
  width: 56px;
}
.reason-item__text {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  padding-top: 12px;
}
.reason-item__text strong {
  color: var(--white);
}

/* ── HOW TO BRING SHAWNA ─────────────────────────────── */
.how-to-bring {
  background: #0d0d1a;
  padding: 80px 60px;
  text-align: center;
}
.how-to-bring__heading {
  font-family: var(--font-bebas);
  font-size: clamp(36px, 4vw, 52px);
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.how-to-bring__sub {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 56px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 48px;
}
.step {
  text-align: left;
  position: relative;
  padding-left: 24px;
  border-left: 2px solid var(--yellow);
}
.step__number {
  font-family: var(--font-bebas);
  font-size: 80px;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  position: absolute;
  top: -16px;
  right: 0;
}
.step__title {
  font-family: var(--font-bebas);
  font-size: 36px;
  color: var(--yellow);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.step__body {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}
.how-to-bring__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── READER LOVE — yellow bg per Figma ────────────────── */
.reader-love {
  background: #F5C000;
  padding: 80px 60px;
  text-align: center;
}
.reader-love__heading {
  font-family: var(--font-bebas);
  font-size: clamp(32px, 4vw, 48px);
  color: var(--black);
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
.reader-love__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  align-items: center;
}
.reader-love__cover {
  max-width: 220px;
  transform: rotate(-4deg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  border-radius: 4px;
}
.reader-love__title {
  font-family: var(--font-bebas);
  font-size: 36px;
  color: var(--black);
  margin-bottom: 16px;
}
.reader-love__body {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  line-height: 1.7;
  margin-bottom: 16px;
}
.reader-love__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* ── VIDEO TESTIMONIALS ──────────────────────────────── */
.video-testimonials {
  background: var(--white);
  padding: 80px 60px;
}
.video-testimonials__header {
  text-align: center;
  margin-bottom: 48px;
}
.video-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.video-testimonials__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.video-testimonials__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 768px) {
  .about-hero { background-position: 70% center; }
  .about-hero__overlay { background: linear-gradient(to bottom, rgba(5,5,20,0.65) 0%, rgba(5,5,20,0.45) 100%); }
  .about-hero__content { padding: 40px 24px 120px; max-width: 100%; }
  .about-hero__headline { font-size: 36px; }
  .about-hero__sub { font-size: 28px; }
  .stats-bar { flex-direction: column; gap: 24px; padding: 40px 24px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px; }
  .stat-item:last-child { border-bottom: none; }
  .quote-section { padding: 60px 24px; }
  .bio__two-col { grid-template-columns: 1fr; }
  .trusted__inner { grid-template-columns: 1fr; gap: 40px; }
  .trusted { padding: 60px 24px; }
  .reasons { padding: 60px 24px; }
  .reasons__grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .how-to-bring { padding: 60px 24px; }
  .reader-love__inner { grid-template-columns: 1fr; text-align: center; }
  .reader-love { padding: 60px 24px; }
  .reader-love__buttons { justify-content: center; }
  .video-testimonials { padding: 60px 24px; }
  .video-testimonials__grid { grid-template-columns: 1fr; }
}
