* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: #ffffff;
}

::selection {
  background: rgba(44, 90, 160, 0.14);
  color: #112b4a;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  border-radius: 999px;
  background: #112b4a;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: 600;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.nav-link,
.mobile-nav-link {
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.mobile-nav-link {
  border: 1px solid #e5eaf1;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background: #fff;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  color: #112b4a;
  background: #f5f7fa;
  transform: translateX(2px);
}

.btn-primary,
.btn-secondary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
  will-change: transform;
}

.btn-primary:hover,
.btn-secondary-light:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #112b4a;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17, 43, 74, 0.12);
}

.btn-primary:hover {
  background: #0f2744;
}

.btn-secondary-light {
  border: 1px solid rgba(17, 43, 74, 0.14);
  background: #fff;
  color: #112b4a;
}

.btn-secondary-light:hover {
  background: #f8fafc;
}

.section-space {
  padding: 5.75rem 0;
}

.section-heading {
  max-width: 46rem;
}

.section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(17, 43, 74, 0.12);
  background: #fff;
  color: #2c5aa0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-top: 1rem;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.05;
  color: #112b4a;
  font-weight: 800;
}

.section-heading p {
  margin-top: 1rem;
  color: #5b6777;
  line-height: 1.8;
}

.info-card,
.card-surface,
.program-card,
.testimonial-card,
.faq-item,
.cta-panel,
.mentor-card,
.quote-card,
.premium-card,
.stat-card {
  border: 1px solid #e5eaf1;
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 43, 74, 0.05);
}

.info-card:hover,
.card-surface:hover,
.program-card:hover,
.testimonial-card:hover,
.faq-item:hover,
.mentor-card:hover,
.quote-card:hover,
.premium-card:hover,
.stat-card:hover,
.logo-badge:hover,
.feature-list-item:hover,
.mini-feature:hover {
  box-shadow: 0 18px 40px rgba(17, 43, 74, 0.08);
}

.mini-feature {
  display: flex;
  gap: 1rem;
  border-radius: 1.25rem;
  border: 1px solid #e5eaf1;
  background: #f5f7fa;
  padding: 1rem;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid #e5eaf1;
  background: #fff;
}

.feature-list-item span {
  font-weight: 600;
  color: #112b4a;
}

.badge-soft,
.badge-new,
.price-pill,
.feature-chip,
.detail-badge,
.logo-badge,
.stat-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe6ef;
  background: #f5f7fa;
  color: #112b4a;
}

.badge-soft,
.badge-new {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.badge-new {
  background: #eef4ff;
  color: #2c5aa0;
}

.price-pill {
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  color: #2c5aa0;
  background: #eef4ff;
}

.feature-chip,
.detail-badge {
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

.detail-badge {
  justify-content: flex-start;
  background: #fff;
}

.program-card {
  padding: 1.5rem;
}

.premium-card {
  position: relative;
  overflow: hidden;
}

.premium-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #112b4a;
}

.logo-badge {
  flex-direction: column;
  gap: 0.7rem;
  min-height: 7rem;
  border-radius: 1.25rem;
  padding: 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  background: #fff;
}

.logo-badge img {
  display: block;
  width: 100%;
  max-width: 6.8rem;
  height: 2.4rem;
  object-fit: contain;
}

.logo-badge span {
  display: block;
  color: #112b4a;
}

.logo-badge-fallback {
  justify-content: center;
}

.logo-badge-more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2c5aa0;
}

.testimonial-card {
  padding: 1.5rem;
}

.testimonial-card blockquote {
  position: relative;
  padding-left: 1.1rem;
  border-left: 4px solid rgba(44, 90, 160, 0.18);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid #dfe6ef;
  background: #f5f7fa;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-item {
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  background: transparent;
  border: 0;
  color: #112b4a;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-trigger i {
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-trigger i {
  transform: rotate(180deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.faq-panel p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: #5b6777;
  line-height: 1.8;
}

.faq-item.is-open .faq-panel {
  max-height: 180px;
}

.cta-panel {
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.28);
  animation: float 3.2s ease-in-out infinite;
}

.whatsapp-tooltip {
  position: absolute;
  right: 4.3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #112b4a;
  color: #fff;
  padding: 0.55rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #112b4a;
}

.whatsapp-fab:hover .whatsapp-tooltip,
.whatsapp-fab:focus-visible .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(-4px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.hero-illustration {
  position: relative;
}

.hero-illustration::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.25rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  border: 1px solid #e5eaf1;
  background: #f5f7fa;
  opacity: 0.7;
  pointer-events: none;
}

.portrait-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  border: 1px dashed #d8dee8;
  background: #f5f7fa;
}

.stat-panel {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 4.5rem;
  border-radius: 1.25rem;
  padding: 0.9rem 1rem;
  background: #fff;
}

.stat-value {
  color: #112b4a;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.stat-label {
  margin-top: 0.2rem;
  font-size: 0.86rem;
  color: #5b6777;
}

.timeline-item {
  display: grid;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #e5eaf1;
}

.timeline-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.timeline-year {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #dfe6ef;
  background: #f5f7fa;
  padding: 0.55rem 0.9rem;
  color: #112b4a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.quote-card {
  position: relative;
}

.quote-mark {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(44, 90, 160, 0.18);
  font-weight: 800;
}

.stat-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.25rem;
}

.stat-card .stat-value {
  font-size: 2rem;
}

.feature-chip,
.detail-badge,
.logo-badge {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.feature-chip:hover,
.detail-badge:hover,
.logo-badge:hover,
.stat-panel:hover {
  transform: translateY(-2px);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1024px) {
  .cta-panel {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .section-space {
    padding: 4.5rem 0;
  }

  .whatsapp-fab {
    right: 1rem;
    bottom: 1rem;
  }

  .whatsapp-tooltip {
    display: none;
  }
}
