/* ========================================
   Outbound Masterclass Landing Page — Polished
   ======================================== */

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #444444;
  background: #FFFFFF;
}

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

a {
  color: #00A2FF;
  text-decoration: none;
}

/* ========================================
   Scroll Animations
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* ========================================
   Layout
   ======================================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #FFFFFF;
}

/* ========================================
   Sections
   ======================================== */
.section {
  padding: 96px 0;
}

.section-white {
  background: #FFFFFF;
}

.section-lightblue {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6F0FA 40%, #d4e5f7 100%);
}

.section-lightorange {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9EBE7 40%, #f2ddd6 100%);
}

.section-navy {
  background: linear-gradient(180deg, #1f2840 0%, #1B2235 40%, #151b2b 100%);
}

.section-headline {
  font-size: 40px;
  font-weight: 800;
  color: #1B2235;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.section-sub {
  font-size: 18px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* Section dividers for white-to-white transitions */
.section-white + .section-white {
  border-top: 1px solid #EEEEEE;
}

/* ========================================
   Buttons
   ======================================== */
.btn {
  display: inline-block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-blue {
  background: #00A2FF;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 162, 255, 0.25);
}

.btn-blue:hover {
  background: #0090e0;
  box-shadow: 0 6px 20px rgba(0, 162, 255, 0.35);
}

.btn-orange {
  background: #F86A3E;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(248, 106, 62, 0.3);
}

.btn-orange:hover {
  background: #e55a2e;
  box-shadow: 0 6px 20px rgba(248, 106, 62, 0.4);
}

.btn-lg {
  font-size: 18px;
  padding: 16px 36px;
}

/* ========================================
   Badges
   ======================================== */
.badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 6px;
}

.badge-navy {
  background: #1B2235;
  color: #FFFFFF;
}

.badge-blue {
  background: #00A2FF;
  color: #FFFFFF;
}

.badge-orange {
  background: #F86A3E;
  color: #FFFFFF;
}

/* ========================================
   1. HERO
   ======================================== */
.hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6F0FA 50%, #d0e2f4 100%);
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
}

/* Hide decorative floating icons */
.deco {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-logo {
  width: 160px;
  margin-bottom: 28px;
}

.hero-left .badge {
  margin-bottom: 20px;
}

.hero-headline {
  font-size: 40px;
  font-weight: 800;
  color: #1B2235;
  line-height: 1.1;
  margin-bottom: 20px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.hero-sub {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 28px;
  max-width: 420px;
}

.hero-left .btn {
  margin-bottom: 12px;
}

.hero-note {
  font-size: 14px;
  color: #666666;
}

.video-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #1B2235;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(27, 34, 53, 0.25);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(27, 34, 53, 0.35);
}

.video-bg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
  pointer-events: none;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 34, 53, 0.3);
  transition: background 0.3s;
}

.video-thumbnail:hover .video-play-overlay {
  background: rgba(27, 34, 53, 0.15);
}

.video-play-overlay .play-icon {
  width: 80px;
  height: 80px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

.video-thumbnail:hover .play-icon {
  transform: scale(1.1);
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 10;
}

.video-modal-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
}

.video-modal-close-btn:hover {
  opacity: 0.7;
}

.video-modal-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ========================================
   2. LOGO BAR
   ======================================== */
.logo-bar {
  padding: 32px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  background: #FFFFFF;
}

.logo-bar-label {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.logo-bar-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.logo-bar-img {
  height: 30px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.logo-bar-img:hover {
  opacity: 1;
}

/* ========================================
   3. THE PROBLEM
   ======================================== */
.stat-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}

.stat-card {
  text-align: center;
  padding: 36px 44px;
  background: #F8F9FB;
  border-radius: 16px;
  flex: 0 1 280px;
  border: 1px solid #EEEEEE;
}

.stat-number {
  display: block;
  font-size: 56px;
  font-weight: 800;
  color: #E63946;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.stat-label {
  display: block;
  font-size: 16px;
  color: #444444;
}

.problem-text {
  max-width: 660px;
  margin: 0 auto 36px;
  text-align: center;
}

.problem-text p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.pull-quote {
  font-size: 28px;
  font-weight: 800;
  color: #1B2235;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

/* ========================================
   4. THE OLD WAY DOESN'T WORK ANYMORE
   ======================================== */
.oldway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.oldway-block {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.oldway-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.oldway-icon {
  margin-bottom: 20px;
}

.oldway-icon svg {
  display: block;
}

.oldway-title {
  font-size: 20px;
  font-weight: 700;
  color: #1B2235;
  margin-bottom: 12px;
}

.oldway-block p {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   5. HERE'S WHAT'S WORKING RIGHT NOW
   ======================================== */
.working-intro {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}

.working-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #444444;
}

.working-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.working-card {
  background: #1B2235;
  border-radius: 16px;
  padding: 36px 28px;
  border-top: 3px solid #00A2FF;
  transition: transform 0.2s, box-shadow 0.2s;
}

.working-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(27, 34, 53, 0.4);
}

.working-icon {
  margin-bottom: 20px;
}

.working-icon svg {
  display: block;
}

.working-card-title {
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.working-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* ========================================
   6. COURSE OUTLINE
   ======================================== */
.course-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}

.course-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #00A2FF;
  transition: transform 0.2s, box-shadow 0.2s;
}

.course-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.course-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #00A2FF;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.course-title {
  font-size: 22px;
  font-weight: 800;
  color: #1B2235;
  margin-bottom: 8px;
}

.course-desc {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.module-list {
  list-style: none;
}

.module-list li {
  font-size: 15px;
  color: #444444;
  padding: 6px 0;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.module-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00A2FF;
}

.module-num {
  font-weight: 600;
  color: #1B2235;
}

/* ========================================
   8. BONUS WORKBOOK
   ======================================== */
.workbook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 24px;
}

.workbook-text p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.workbook-list {
  list-style: none;
}

.workbook-list li {
  font-size: 16px;
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  color: #444444;
  line-height: 1.6;
}

.workbook-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #00A2FF;
  font-weight: 700;
}

.workbook-mockup {
  display: flex;
  justify-content: center;
}

.workbook-cover {
  width: 390px;
  height: 510px;
  background: #1B2235;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 48px rgba(27, 34, 53, 0.3);
  transform: rotate(2deg);
  transition: transform 0.3s;
}

.workbook-cover:hover {
  transform: rotate(0deg);
}

.workbook-cover-label {
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}

.workbook-cover-sub {
  font-size: 14px;
  font-weight: 600;
  color: #00A2FF;
  letter-spacing: 2px;
}

/* ========================================
   9. WHO THIS IS FOR
   ======================================== */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.audience-block {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.audience-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.audience-title {
  font-size: 20px;
  font-weight: 700;
  color: #1B2235;
  margin-bottom: 12px;
}

.audience-block p {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

/* ========================================
   10. ABOUT
   ======================================== */
.about-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
}

.about-headshot {
  width: 280px;
  height: 340px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.about-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #00A2FF;
  margin-bottom: 16px;
}

.about-text p {
  font-size: 17px;
  line-height: 1.7;
}

.about-text .section-headline {
  margin-bottom: 8px;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #00A2FF;
  text-decoration: none;
  transition: opacity 0.2s;
}

.linkedin-link:hover {
  opacity: 0.8;
}

.linkedin-link svg {
  flex-shrink: 0;
}

/* ========================================
   11. TESTIMONIALS
   ======================================== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Decorative quote mark */
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 64px;
  font-weight: 800;
  color: #E6F0FA;
  line-height: 1;
  font-family: Georgia, serif;
}

.testimonial-quote {
  font-size: 15px;
  font-style: italic;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

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

.testimonial-headshot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #E6F0FA;
}

.testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: #1B2235;
  margin-bottom: 2px;
}

.testimonial-role {
  font-size: 13px;
  color: #999999;
}

/* ========================================
   12. FAQ
   ======================================== */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #E8E8E8;
}

.faq-item:first-child {
  border-top: 1px solid #E8E8E8;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1B2235;
  text-align: left;
  gap: 16px;
  transition: color 0.2s;
}

.faq-question:hover {
  color: #00A2FF;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: #00A2FF;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* ========================================
   13. SIGN-UP FORM
   ======================================== */
.form-container {
  max-width: 500px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #00A2FF;
}

.form-placeholder-text {
  font-size: 15px;
  color: #999999;
  text-align: center;
  padding: 24px 0;
}

.form-note {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: #1B2235;
  padding: 40px 0;
}

.footer-logo {
  width: 120px;
  margin: 0 auto 12px;
  opacity: 0.7;
}

.footer-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    padding: 40px 0 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-headline {
    font-size: 36px;
    white-space: normal;
  }

  .hero-sub {
    font-size: 17px;
    max-width: none;
  }

  .section-headline {
    font-size: 28px;
  }

  .section-sub {
    max-width: none;
  }

  .stat-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .stat-card {
    flex: 0 1 auto;
    width: 100%;
    max-width: 320px;
  }

  .stat-number {
    font-size: 44px;
  }

  .oldway-grid,
  .working-grid,
  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .course-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workbook-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .workbook-cover {
    width: 280px;
    height: 370px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-headshot {
    width: 200px;
    height: 240px;
    margin: 0 auto;
  }

  .pull-quote {
    font-size: 22px;
  }

  .logo-bar-row {
    gap: 20px;
  }

  .logo-bar-img {
    height: 24px;
    max-width: 110px;
  }

  .form-container {
    padding: 28px 20px;
  }

  .problem-text {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 30px;
  }

  .section-headline {
    font-size: 26px;
  }

  .stat-number {
    font-size: 36px;
  }

  .btn-lg {
    font-size: 16px;
    padding: 14px 28px;
  }
}
