﻿/* ============================================================
   MBA em Marketing Digital — Estilos específicos
   Herda: ../_TEMPLATE/design-system.css
   ============================================================ */

/* -----------------------------------------------------------
   WHATSAPP FLUTUANTE
   ----------------------------------------------------------- */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5);
}

@media (max-width: 640px) {
  .whatsapp-float__label {
    display: none;
  }
  .whatsapp-float {
    padding: 14px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}

/* -----------------------------------------------------------
   NAV WRAPPER
   ----------------------------------------------------------- */
.nav-wrapper {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
  padding-inline: var(--container-padding);
}

.nav-wrapper.scrolled .nav {
  background: rgba(0, 0, 0, 0.55);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 110px);
  padding: 12px clamp(20px, 3vw, 48px);
  background: var(--color-bg-nav);
  backdrop-filter: blur(var(--blur-nav));
  -webkit-backdrop-filter: blur(var(--blur-nav));
  border: 1.2px solid var(--color-border-nav);
  border-radius: var(--radius-pill);
  transition: background 0.3s ease;
}

.nav__logo img {
  height: 34px;
  width: auto;
  display: block;
}

.nav__links {
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  list-style: none;
  flex: 1;
}

.nav__cta {
  font-size: 13px;
  padding: 10px 22px;
  white-space: nowrap;
}

/* -----------------------------------------------------------
   HERO
   ----------------------------------------------------------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero__bg-overlay {
  display: none;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
}

.hero__glow--1 {
  width: 800px;
  height: 800px;
  background: #ED5300;
  top: -200px;
  right: -100px;
  opacity: 0.18;
}

.hero__glow--2 {
  width: 600px;
  height: 600px;
  background: #870000;
  bottom: -100px;
  left: -150px;
  opacity: 0.2;
}

.hero__glow--3 {
  width: 400px;
  height: 400px;
  background: #ED5300;
  top: 40%;
  left: 40%;
  opacity: 0.08;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 80px;
  padding-bottom: var(--space-24);
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.hero__title {
  font-size: clamp(28px, 3vw, 48px);
  margin-top: var(--space-2);
}

.hero__title--black {
  font-weight: 900;
  font-size: 1.18em;
}

.hero__subtitle {
  max-width: 520px;
}

.hero__subtitle strong {
  color: var(--color-text-primary);
  font-weight: 700;
}

.hero__stats {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  padding: var(--space-5) var(--space-6);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: fit-content;
  margin-top: var(--space-5);
}

.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero__stat-value {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-xl);
  color: var(--color-orange);
  line-height: 1;
}

.hero__stat-label {
  font-size: 11px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  max-width: 140px;
  line-height: 1.4;
}

.hero__stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.hero__ctas {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-top: var(--space-2);
}

.hero__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__media-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(237,83,0,0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero__img {
  position: relative;
  width: 100%;
  max-width: 560px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
  background: var(--color-bg-card);
}

/* -----------------------------------------------------------
   DORES GRID (Para quem é)
   ----------------------------------------------------------- */
.dores-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-12);
}

.dor-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.dor-card:hover {
  border-color: rgba(237,83,0,0.4);
  background: rgba(237,83,0,0.05);
}

.dor-card__num {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-orange);
  letter-spacing: 0.05em;
}

.dor-card__text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 1024px) {
  .dores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* -----------------------------------------------------------
   ICP CARDS (Para quem é)
   ----------------------------------------------------------- */
.icp-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.icp-card {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: var(--space-5);
  align-items: center;
  background: rgba(0, 3, 15, 0.35);
  border: 1px solid #2B3040;
  border-radius: 20px;
  padding: 40px 36px;
  backdrop-filter: blur(6.25px);
  -webkit-backdrop-filter: blur(6.25px);
  overflow: hidden;
}

.icp-card--reverse {
  grid-template-columns: 1fr 440px;
}

.icp-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icp-card__img-placeholder {
  width: 440px;
  height: 440px;
  background: linear-gradient(135deg, rgba(237,83,0,0.15), rgba(135,0,0,0.1));
  border-radius: var(--radius-lg);
}

.icp-card__img {
  width: 440px;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

.icp-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.icp-card__tag {
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-orange-light);
}

.icp-card__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.26px;
  color: #F8FAFC;
}

.icp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.icp-list__item {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14.5px;
  line-height: 1.6;
  color: #F8FAFC;
}

.icp-list__item:last-child {
  border-bottom: none;
}

.icp-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #FF1E00;
  border-radius: 6px;
}

/* -----------------------------------------------------------
   ENTREGÁVEIS
   ----------------------------------------------------------- */
.entregaveis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.entregavel-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.entregavel-card:hover {
  border-color: rgba(237, 83, 0, 0.3);
  box-shadow: 0 0 32px rgba(237, 83, 0, 0.08);
}

.entregavel-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(237, 83, 0, 0.1);
  border-radius: var(--radius-sm);
}

.entregavel-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-lg);
  color: var(--color-text-primary);
  line-height: 1.2;
}

.entregavel-card__body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}

/* -----------------------------------------------------------
   GRADE CURRICULAR
   ----------------------------------------------------------- */
.grade-layout {
  display: flex;
  gap: var(--space-16);
  align-items: flex-start;
}

.grade-layout__header {
  position: sticky;
  top: 100px;
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  align-self: flex-start;
}

.grade-layout__header .heading-lg {
  font-size: clamp(24px, 2.2vw, 36px);
}

.grade-list {
  flex: 1;
}

.grade-layout__header .body-base {
  margin-top: var(--space-2);
}

.grade-list {
  display: flex;
  flex-direction: column;
}

.grade-item {
  border-bottom: 1px solid rgba(232, 66, 28, 0.3);
}

.grade-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-6) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--color-text-primary);
  transition: color 0.2s;
}

.grade-item__trigger:hover {
  color: var(--color-orange);
}

.grade-item__left {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.grade-item__tag {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  background: rgba(232, 66, 28, 0.36);
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}

.grade-item__tag--highlight {
  background: var(--gradient-cta);
}

.grade-item__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: var(--text-lg);
  line-height: 1.4;
}

.grade-item__icon {
  flex-shrink: 0;
  color: var(--color-orange);
  transition: transform 0.25s ease;
}

.grade-item.open .grade-item__icon {
  transform: rotate(180deg);
}

.grade-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.7;
}

.grade-item.open .grade-item__body {
  padding-bottom: var(--space-6);
}

/* -----------------------------------------------------------
   PROFESSOR
   ----------------------------------------------------------- */
.professor-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  margin-top: var(--space-12);
}

.professor-card__photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  max-width: 420px;
  background: linear-gradient(160deg, rgba(237,83,0,0.15), rgba(135,0,0,0.1));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(237,83,0,0.2);
}

.professor-card__photo-img {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 3/4;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius-lg);
  display: block;
  background: transparent;
}

.professor-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.professor-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  color: var(--color-text-primary);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.professor-creds {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.professor-cred {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-3) var(--space-4);
  background: rgba(10, 13, 25, 0.49);
  border: 1px solid #121727;
  border-radius: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 800;
  color: #F8FAFC;
  line-height: 1.5;
}

.professor-cred__dot {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--gradient-cta);
  border-radius: 50%;
  margin-top: 1px;
}

/* -----------------------------------------------------------
   FAQ
   ----------------------------------------------------------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-6) var(--space-6);
  background: rgba(0, 0, 0, 0.81);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-3);
  cursor: pointer;
  text-align: left;
  font-family: 'Montserrat', var(--font-heading), sans-serif;
  font-weight: 700;
  font-size: var(--text-lg);
  color: var(--color-text-primary);
  transition: border-color 0.2s;
}

.faq-item__trigger:hover {
  border-color: rgba(237,83,0,0.4);
}

.faq-item.open .faq-item__trigger {
  border-color: rgba(237,83,0,0.5);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-item__icon {
  flex-shrink: 0;
  color: var(--color-orange);
  transition: transform 0.25s ease;
}

.faq-item.open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-inline: var(--space-6);
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(237,83,0,0.3);
  border-top: none;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  margin-bottom: var(--space-3);
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.7;
}

.faq-item.open .faq-item__body {
  padding-block: var(--space-5);
}

/* -----------------------------------------------------------
   CTA FINAL
   ----------------------------------------------------------- */
.cta-final {
  position: relative;
  overflow: hidden;
  text-align: center;
}

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

.cta-final__glow {
  position: absolute;
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(237,83,0,0.2) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.cta-final__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

.cta-final__actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--space-4);
}

/* -----------------------------------------------------------
   HERO — badges e btn xl
   ----------------------------------------------------------- */
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-pill);
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}

.hero__badge svg {
  color: var(--color-orange);
  flex-shrink: 0;
}

.btn--xl {
  font-size: 20px;
  padding: var(--space-5) var(--space-10);
  gap: var(--space-3);
  box-shadow: 0 0 40px rgba(237,83,0,0.4);
}

/* -----------------------------------------------------------
   AGITAÇÃO DO PROBLEMA
   ----------------------------------------------------------- */
.agitacao {
  background: #2A2A2A;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.agitacao__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.agitacao__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.agitacao__text strong {
  color: var(--color-text-primary);
  font-weight: 700;
}

.agitacao__stats {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.agitacao__stat-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-6);
  background: rgba(237,83,0,0.06);
  border: 1px solid rgba(237,83,0,0.2);
  border-radius: var(--radius-md);
}

.agitacao__stat-number {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-4xl);
  color: var(--color-orange);
  line-height: 1;
}

.agitacao__stat-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

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

/* -----------------------------------------------------------
   PROVA SOCIAL
   ----------------------------------------------------------- */
.prova-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.prova-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  transition: border-color 0.2s;
}

.prova-card:hover {
  border-color: rgba(237,83,0,0.25);
}

.prova-card__stars {
  display: flex;
  gap: 3px;
}

.prova-card__quote {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  font-style: italic;
  flex: 1;
}

.prova-card__author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.prova-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(237,83,0,0.3), rgba(135,0,0,0.2));
  flex-shrink: 0;
}

.prova-card__author strong {
  display: block;
  font-size: 14px;
  color: var(--color-text-primary);
}

.prova-card__author span {
  font-size: 12px;
  color: var(--color-text-muted);
}

.prova-aviso {
  text-align: center;
  margin-top: var(--space-8);
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  font-style: italic;
}

@media (max-width: 1024px) {
  .prova-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

/* -----------------------------------------------------------
   CTA FINAL — badges e garantia
   ----------------------------------------------------------- */
.cta-final__badges {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--space-2);
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.cta-badge svg {
  color: var(--color-orange);
}

/* -----------------------------------------------------------
   FOOTER
   ----------------------------------------------------------- */
.footer {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-block: var(--space-12);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
  text-align: center;
}

.footer__logo {
  height: 32px;
  width: auto;
  opacity: 0.8;
}

.footer__nav {
  display: flex;
  gap: var(--space-6);
  flex-wrap: wrap;
  justify-content: center;
}

.footer__nav a {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.footer__nav a:hover {
  color: var(--color-text-primary);
}

.footer__legal {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.25);
}

/* -----------------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------------- */

/* Previne scroll lateral global */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Tablet e abaixo */
@media (max-width: 1024px) {

  /* Hero */
  .hero__inner {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-inline: 24px;
    text-align: left;
  }

  .hero__ctas {
    flex-wrap: wrap;
  }

  .hero__media {
    display: none;
  }

  /* ICP cards */
  .icp-card,
  .icp-card--reverse {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .icp-card__img,
  .icp-card__img-placeholder {
    width: 100%;
    height: 260px;
    max-width: 100%;
    object-fit: cover;
    border-radius: var(--radius-md);
  }

  /* Entregáveis */
  .entregaveis-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Grade */
  .grade-layout {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .grade-layout__header {
    position: static;
  }

  /* Professor */
  .professor-layout {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .professor-card__photo-img {
    max-width: 320px;
    margin-inline: auto;
  }

  /* Agitação */
  .agitacao__inner {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  /* Prova social */
  .prova-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

/* Mobile */
@media (max-width: 640px) {

  /* Nav */
  .nav-wrapper {
    top: 12px;
    padding-inline: 16px;
  }

  .nav {
    padding: 10px 16px;
    gap: 12px;
  }

  .nav__links {
    display: none;
  }

  .nav__cta {
    font-size: 12px;
    padding: 8px 16px;
  }

  /* Hero */
  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero__bg-img {
    object-fit: fill;
    object-position: top center;
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
  }

  .hero__inner {
    padding-inline: 20px;
    text-align: center;
  }

  .hero__content {
    align-items: center;
  }

  .hero__title {
    font-size: 32px;
    margin-top: 281px;
  }

  /* Label/subtítulo em 1 linha */
  .hero__content .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    max-width: 100%;
  }

  /* Badges em 1 linha com scroll horizontal invisível */
  .hero__badges {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: center;
    padding-bottom: 2px;
    max-width: 100%;
  }

  .hero__badges::-webkit-scrollbar {
    display: none;
  }

  .hero__badge {
    flex-shrink: 0;
    font-size: 11px;
    padding: 4px 8px;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero__ctas .btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .hero__stats {
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
    width: 100%;
  }

  .hero__stat-divider {
    width: 40px;
    height: 1px;
  }

  /* Seções */
  .section {
    padding-block: var(--space-12);
  }

  .section__header {
    margin-bottom: var(--space-8);
  }

  /* ICP */
  .icp-card,
  .icp-card--reverse {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: 20px 16px;
    border-radius: var(--radius-md);
  }

  /* Entregáveis */
  .entregaveis-grid {
    grid-template-columns: 1fr;
  }

  /* Grade */
  .grade-item__title {
    font-size: var(--text-base);
  }

  .grade-item__trigger {
    padding: var(--space-4) 0;
  }

  /* FAQ */
  .faq-item__trigger {
    font-size: var(--text-base);
    padding: var(--space-4);
  }

  /* CTA final */
  .cta-final__actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-final__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-final__badges {
    justify-content: flex-start;
  }

  /* Professor */
  .professor-name {
    font-size: clamp(24px, 7vw, 32px);
  }

  .professor-cred {
    font-size: 13px;
  }

  /* WhatsApp float */
  .whatsapp-float__label {
    display: none;
  }

  .whatsapp-float {
    padding: 14px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }

  /* Agitação stats */
  .agitacao__stat-number {
    font-size: var(--text-3xl);
  }

  /* Para quem é — background mobile */
  #sobre {
    background-size: 100% auto !important;
    background-position: top center !important;
  }

  /* Footer */
  .footer__nav {
    gap: var(--space-4);
  }

  .hero__stat-divider {
    width: 40px;
    height: 1px;
  }

  .faq-item__trigger {
    font-size: var(--text-base);
  }
}
