/* Layout específico de cada seção da página. Media queries ficam junto do
   bloco a que pertencem. */

.section-intro {
  max-width: 640px;
  margin-bottom: 40px;
}

.section-intro h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

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

.section-intro--dark {
  max-width: 680px;
  color: #fff;
}

.section-intro--dark h2 {
  color: inherit;
  margin: 0 0 14px;
}

.section-intro p:not(.kicker) {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-body);
  margin-top: 10px;
}

.section-intro--dark .section-intro__text {
  font-size: clamp(15px, 1.6vw, 18px);
  color: inherit !important;
  opacity: .95;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 80% at 80% 10%, var(--bg-mint-tint) 0%, var(--bg-cream) 60%);
}

.hero__grid {
  position: relative;
  padding: clamp(40px, 7vw, 86px) 22px clamp(56px, 8vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero__title {
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 20px;
}

.hero__title sup {
  font-size: .5em;
}

.hero__lead {
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
  color: var(--text-body);
  max-width: 42ch;
  margin: 0 0 30px;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero__microcopy {
  font-size: 13.5px;
  color: var(--text-soft);
  line-height: 1.5;
}

.hero__microcopy--stacked {
  margin-top: 16px;
}

.hero__figure-wrap {
  position: relative;
  min-height: 380px;
}

.hero__video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 46% 54% 61% 39% / 45% 53% 47% 55%;
  background: linear-gradient(140deg, var(--color-mint), var(--color-mint-darker));
  animation: blobmorph 14s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 55px -22px rgba(46, 125, 116, .55);
  overflow: hidden;
}

.hero__video-frame .media-placeholder {
  position: absolute;
  inset: 0;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo-badge {
  position: absolute;
  bottom: -12px;
  left: -14px;
  aspect-ratio: 544 / 232;
  height: 90px;
  margin: 0;
  overflow: hidden;
  animation: floaty 6s ease-in-out infinite;
}

.hero__photo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__photo-badge--top {
  top: -10px;
  bottom: auto;
  left: -14px;
  height: 160px;
  aspect-ratio: auto;
  animation: floaty2 7s ease-in-out infinite .4s;
}

.hero__photo-badge--top img {
  width: auto;
  object-fit: contain;
}

.hero__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--color-pink-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px -8px rgba(0, 0, 0, .35);
  transition: transform .2s;
}

.hero__play:hover {
  transform: scale(1.08);
}

.hero__play--sm {
  width: 64px;
  height: 64px;
}

.hero__play.is-hidden {
  display: none;
}

.hero__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: pulseRing 2.2s ease-out infinite;
}

.hero__since-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--color-yellow);
  color: #7a4a00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: .95;
  transform: rotate(10deg);
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .3);
  border: 3px dashed rgba(255, 255, 255, .7);
  animation: floaty2 7s ease-in-out infinite;
}

.hero__since-badge em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
}

.hero__since-badge strong {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
}

@media (max-width: 900px) {
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero__copy {
    align-items: center;
  }
  .hero__cta-row {
    justify-content: center;
  }
  .hero__microcopy {
    text-align: center;
    max-width: none;
  }
  .hero__play {
    width: 68px;
    height: 68px;
  }
}

/* ---- Onde você está hoje ---- */
.audience {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) 22px;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  padding: 14px 4px 4px;
}

@media (max-width: 900px) {
  .audience__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .audience__grid { grid-template-columns: 1fr; }
}

/* ---- Onde a experiência se transforma em conhecimento ---- */
.story {
  background: var(--color-yellow);
  padding: clamp(56px, 8vw, 100px) 0;
  position: relative;
  overflow: hidden;
}

.story .section-intro p:not(.kicker) {
  color: var(--text-heading);
}

/* ---- Currículo ---- */
.curriculum {
  background: var(--color-mint);
  padding: clamp(50px, 7vw, 86px) 0;
  position: relative;
  overflow: hidden;
}

.curriculum .section-intro--center {
  color: #fff;
}

.curriculum .section-intro--center p:not(.kicker) {
  color: var(--text-on-dark);
}

.curriculum__grid {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.curriculum__side {
  position: sticky;
  top: 92px;
  background: #fff;
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 18px 34px -20px rgba(0, 0, 0, .3);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 900px) {
  .curriculum__grid { grid-template-columns: 1fr; }
  .curriculum__side { position: static; }
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .module-grid { grid-template-columns: 1fr; }
}

/* ---- Tudo o que você recebe ---- */
.included {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) 22px;
}

/* ---- Seu aprendizado não termina ---- */
.updates {
  background: var(--bg-lavender);
  padding: clamp(50px, 7vw, 90px) 0;
}

/* ---- Nossa história / Timeline ---- */
.method {
  background: var(--color-pink);
  color: #fff;
  padding: clamp(50px, 7vw, 88px) 0;
  overflow: hidden;
}

.timeline__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.timeline__nav-btn {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
  transition: all .2s;
  white-space: nowrap;
}

.timeline__nav-btn.is-active {
  border-color: #fff;
  background: #fff;
  color: var(--color-pink-dark);
}

.timeline__strip {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin;
  scrollbar-color: #fff rgba(255, 255, 255, .2);
}

.timeline__strip::-webkit-scrollbar {
  height: 8px;
}

.timeline__strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .2);
  border-radius: var(--radius-pill);
}

.timeline__strip::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: var(--radius-pill);
}

.milestone {
  scroll-snap-align: start;
  flex: 0 0 290px;
  max-width: 290px;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 22px;
  padding: 18px;
  transition: all .3s;
}

.milestone.is-active {
  border-color: #fff;
  transform: translateY(-5px);
}

.milestone__year {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 32px;
  color: #FFF0C9;
  line-height: 1;
}

.milestone h3 {
  font-size: 18px;
  margin: 5px 0 8px;
  color: #fff;
}

.milestone p {
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
  opacity: .95;
}

.timeline__hint {
  font-size: 12.5px;
  opacity: .9;
  margin-top: 4px;
}

/* ---- Imprensa ---- */
.press {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 22px;
}

.press__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

@media (max-width: 900px) {
  .press__grid { grid-template-columns: 1fr; }
}

/* ---- Por trás de cada aula / Galeria ---- */
.gallery-section {
  background: var(--color-mint);
  padding: clamp(50px, 7vw, 86px) 0;
  overflow: hidden;
}

.gallery-section__title,
.gallery-section .section-intro p:not(.kicker) {
  color: #fff;
}

.gallery-section .section-intro p:not(.kicker) {
  color: var(--text-on-dark);
}

.gallery {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.gallery--mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .gallery { grid-template-columns: 1fr; }
}

.gallery-note {
  max-width: 760px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, .14);
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius-xl);
  padding: clamp(22px, 3vw, 32px);
  text-align: center;
  color: #fff;
}

.gallery-note h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  margin: 0 0 10px;
  color: #fff;
}

.gallery-note p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-on-dark);
}

/* ---- Oferta ---- */
.offer {
  background: var(--bg-lavender);
  padding: clamp(50px, 7vw, 90px) 0;
  position: relative;
  overflow: hidden;
}

.offer__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.offer__deco-dot {
  position: absolute;
  top: 30px;
  left: 6%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-pink);
  animation: floaty 6s ease-in-out infinite;
}

.offer__deco-square {
  position: absolute;
  bottom: 50px;
  right: 8%;
  width: 16px;
  height: 16px;
  background: var(--color-mint);
  border-radius: 5px;
  transform: rotate(25deg);
  animation: floaty2 7s ease-in-out infinite;
}

.offer .section-intro {
  position: relative;
}

.offer__grid {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.offer__checklist-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  margin: 0 0 6px;
}

.offer__checklist-sub {
  font-size: 14px;
  color: var(--text-body);
  margin: 0 0 16px;
}

@media (max-width: 900px) {
  .offer__grid { grid-template-columns: 1fr; }
}

/* ---- FAQ ---- */
.faq {
  background: var(--bg-cream);
  padding: clamp(56px, 8vw, 100px) 0;
  position: relative;
  overflow: hidden;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ---- Agora é com você (fechamento) ---- */
.closing {
  background: var(--color-pink);
  padding: clamp(56px, 8vw, 100px) 22px;
  text-align: center;
}

.closing__inner {
  max-width: 720px;
  margin: 0 auto;
}

.closing h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
  color: #fff;
  margin: 0 0 30px;
}

.closing__video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: 0 0 30px;
  box-shadow: var(--shadow-card);
}

.closing__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.closing__tagline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.4;
  color: #fff;
  margin-bottom: 6px;
}

.closing__microcopy {
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  margin-top: 12px;
}
