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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #FFFFFF;
  color: #1a1a1a;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

/* ===== PAGE WRAPPER ===== */
.page-wrapper {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

/* ===================================================== */
/* SECTION 1: HERO / HEADLINE                            */
/* ===================================================== */
.hero {
  width: 100%;
  padding: 40px 20px 30px;
  text-align: center;
  background: #F9F9F9;
}

.hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1A2332;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.sub-headline {
  font-size: 16px;
  font-weight: 400;
  color: #4A5568;
  line-height: 1.5;
}

/* ===================================================== */
/* SECTION 2: VIDEO PLAYER                               */
/* ===================================================== */
.video-container {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  padding: 0 20px;
}

.video-aspect {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 square ratio */
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.video-aspect video,
.video-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

/* ===================================================== */
/* SECTION 3: SOCIAL PROOF                               */
/* ===================================================== */
.social-proof {
  width: 100%;
  padding: 40px 20px;
  background: #FAFAFA;
  text-align: center;
}

.social-proof h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 28px;
}

.team-list {
  list-style: none;
  margin: 0 auto 28px;
  max-width: 400px;
}

.team-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}

.team-list li:last-child {
  border-bottom: none;
}

.speaker-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E2E8F0;
  border: 1px solid #CBD5E1;
  flex-shrink: 0;
  margin-right: 16px;
  object-fit: cover; /* Ensures image isn't stretched */
}

.speaker-info {
  display: flex;
  flex-direction: column;
}

.team-name {
  font-size: 16px;
  font-weight: 700;
  color: #1A2332;
}

.team-title {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 2px;
}

.supporting-text {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}

/* ===================================================== */
/* SECTION 4: BENEFITS                                   */
/* ===================================================== */
.benefits {
  width: 100%;
  padding: 40px 20px;
  background: #FFFFFF;
}

.benefits h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1A2332;
  text-align: center;
  margin-bottom: 28px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.benefit-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #10B981;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 4px;
}

.benefit-item p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}

.supporting-text-italic {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
}

/* ===================================================== */
/* SECTION 5: EVENT DETAILS + SCARCITY                   */
/* ===================================================== */
.event-details {
  width: 100%;
  padding: 40px 20px;
  background: #F0F7FB;
}

.event-box {
  border: 2px solid #FF6B35;
  border-radius: 8px;
  padding: 30px 20px;
  background: #FFF5F0;
}

.event-warning {
  font-size: 18px;
  font-weight: 700;
  color: #1A2332;
  text-align: center;
  margin-bottom: 24px;
}

.event-info {
  margin-bottom: 20px;
}

.event-info p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.event-info strong {
  color: #1A2332;
}

.capacity-line {
  font-size: 16px;
  font-weight: 700;
  color: #E53E3E;
  margin-bottom: 6px;
}

.capacity-reason {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.5;
}

.status-line {
  font-size: 14px;
  font-weight: 700;
  color: #FF6B35;
}

/* ===================================================== */
/* SECTION 6: Q&A / OBJECTION REMOVAL                    */
/* ===================================================== */
.qa-section {
  width: 100%;
  padding: 40px 20px;
  background: #FFFFFF;
}

.qa-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1A2332;
  text-align: center;
  margin-bottom: 28px;
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qa-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.qa-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.qa-question {
  font-size: 15px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 8px;
}

.qa-answer {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}

/* ===================================================== */
/* SECTION 7: PRIMARY CTA                                */
/* ===================================================== */
.primary-cta {
  width: 100%;
  padding: 50px 20px 40px;
  background: #FAFAFA;
  text-align: center;
}

.cta-button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 32px;
  height: 56px;
  line-height: 56px;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-tap-highlight-color: transparent;
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-button:active {
  opacity: 0.85;
}

.cta-subtext {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5;
}

.cta-urgency {
  font-size: 14px;
  font-weight: 700;
  color: #FF6B35;
  margin-top: 20px;
}

/* ===================================================== */
/* SECTION 8: FOOTER                                     */
/* ===================================================== */
.site-footer {
  width: 100%;
  padding: 40px 20px;
  background: #2D3748;
  text-align: center;
}

.site-footer p {
  font-size: 13px;
  color: #CCC;
  line-height: 1.7;
}

.site-footer p:first-child {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-disclaimer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: #999;
  line-height: 1.6;
  font-style: italic;
}

/* ===================================================== */
/* STICKY MOBILE CTA                                     */
/* ===================================================== */
.sticky-cta {
  display: none;
}

@media (max-width: 640px) {
  .sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    background: linear-gradient(to top, #FAFAFA 80%, rgba(250, 250, 250, 0));
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }

  .sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .sticky-cta .cta-button {
    box-shadow: 0 -2px 20px rgba(255, 107, 53, 0.2), 0 4px 18px rgba(255, 107, 53, 0.3);
  }

  body {
    padding-bottom: 80px;
  }
}

/* ===================================================== */
/* DESKTOP ADJUSTMENTS                                   */
/* ===================================================== */
@media (min-width: 641px) {
  .hero {
    padding: 50px 40px 35px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .sub-headline {
    font-size: 18px;
  }

  .social-proof,
  .benefits,
  .event-details,
  .qa-section,
  .primary-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-container {
    padding: 0 40px;
  }

  .site-footer {
    padding: 40px 40px;
  }
}

/* ===================================================== */
/* MOBILE FINE-TUNING                                    */
/* ===================================================== */
@media (max-width: 375px) {
  .hero h1 {
    font-size: 28px;
  }

  .cta-button {
    font-size: 14px;
    padding: 0 20px;
  }
}
