/* ============================================================
   HL Academy — Landing Page
   Direção: "plataforma premium cinematográfica para educação digital"
   Fundo quase preto · dourado como acento principal · verde profundo
   com intenção · tipografia Sora/Inter · mockups grandes
   ============================================================ */

:root {
  /* Cores */
  --bg: #060707;
  --bg-soft: #0b0c0b;
  --card: #101210;
  --card-hover: #141614;
  --green-deep: #0e3320;
  --green-surface: #0b2113;
  --green-bright: #2e8b57;
  --gold: #d9a050;
  --gold-strong: #c9913f;
  --gold-soft: #efc27a;
  --offwhite: #fdfaf3;
  --gray: #b9beba;
  --border: rgba(217, 160, 80, 0.3);
  --border-soft: rgba(250, 245, 236, 0.1);

  /* Tipografia */
  --font-title: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;

  /* Espaçamento e raio */
  --radius: 16px;
  --radius-lg: 24px;
  --section-pad: clamp(80px, 11vw, 150px);
  --container: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--offwhite);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
ul[role="list"], ol[role="list"] { list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- Layout base ---------- */
.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}
.container--narrow { max-width: 860px; }

.section { padding-block: var(--section-pad); position: relative; }
.section > .container { position: relative; z-index: 1; }

/* ---------- Marca d'água — contornos dourados (icone1 / icone2) ---------- */
.brand-watermark {
  position: absolute;
  pointer-events: none;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.brand-watermark--1 { background-image: url("../assets/icone1.webp"); }
.brand-watermark--2 { background-image: url("../assets/icone2.webp"); }
.brand-watermark--soft { opacity: 0.045; }
.brand-watermark--light { opacity: 0.07; }
.brand-watermark--medium { opacity: 0.095; }
.brand-watermark--fade-right {
  -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.55) 40%, transparent 78%);
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.55) 40%, transparent 78%);
}
.brand-watermark--fade-left {
  -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.55) 40%, transparent 78%);
  mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.55) 40%, transparent 78%);
}
.brand-watermark--pos-hero-left {
  width: clamp(240px, 34vw, 480px);
  height: clamp(240px, 34vw, 480px);
  left: -10%;
  top: 6%;
  transform: rotate(-14deg);
}
.brand-watermark--pos-hero-right {
  width: clamp(160px, 22vw, 300px);
  height: clamp(160px, 22vw, 300px);
  right: -4%;
  top: 38%;
  transform: rotate(10deg);
}
.brand-watermark--pos-transform {
  width: clamp(220px, 28vw, 380px);
  height: clamp(220px, 28vw, 380px);
  right: -8%;
  top: 12%;
  transform: rotate(8deg);
}
.brand-watermark--pos-how {
  width: clamp(260px, 32vw, 420px);
  height: clamp(260px, 32vw, 420px);
  left: -14%;
  bottom: 8%;
  transform: rotate(-10deg);
}
.brand-watermark--pos-walk {
  width: clamp(200px, 26vw, 340px);
  height: clamp(200px, 26vw, 340px);
  right: -6%;
  top: 50%;
  transform: translateY(-50%) rotate(6deg);
}
.brand-watermark--pos-integrations {
  width: clamp(240px, 30vw, 400px);
  height: clamp(240px, 30vw, 400px);
  left: -12%;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
}
.brand-watermark--pos-plans {
  width: clamp(260px, 32vw, 440px);
  height: clamp(260px, 32vw, 440px);
  right: -10%;
  top: 18%;
  transform: rotate(5deg);
}
.brand-watermark--pos-faq {
  width: clamp(180px, 24vw, 320px);
  height: clamp(180px, 24vw, 320px);
  left: -8%;
  top: 20%;
  transform: rotate(-6deg);
}

.section__head {
  max-width: 780px;
  margin-bottom: clamp(44px, 6vw, 72px);
}
.section__head--center { margin-inline: auto; text-align: center; }
.section__head p { color: var(--gray); margin-top: 18px; font-size: 1.06rem; }

.section__note {
  margin-top: 28px;
  color: var(--gray);
  font-size: 0.92rem;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  max-width: 640px;
}
.section__note--center {
  margin-inline: auto;
  border-left: none;
  padding-left: 0;
  text-align: center;
}

/* ---------- Tipografia ---------- */
h1, h2, h3 { font-family: var(--font-title); line-height: 1.1; font-weight: 700; }
h1 { font-size: clamp(2.5rem, 6.4vw, 4.4rem); letter-spacing: -0.03em; font-weight: 800; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); letter-spacing: -0.02em; }
h3 { font-size: 1.15rem; font-weight: 600; }

.text-gold { color: var(--gold); }
.text-gradient {
  background: linear-gradient(92deg, var(--gold) 10%, #f3d7a4 50%, var(--gold-strong) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  text-align: center;
}
.btn--lg { padding: 17px 34px; font-size: 1rem; }
.btn--sm { padding: 10px 20px; font-size: 0.88rem; }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  color: #1d1405;
  font-weight: 700;
  box-shadow: 0 6px 26px rgba(217, 160, 80, 0.3);
}
.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(217, 160, 80, 0.48);
}

.btn--primary {
  background: linear-gradient(135deg, #1d5c39, var(--green-deep));
  color: var(--offwhite);
  border-color: rgba(46, 139, 87, 0.5);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(46, 139, 87, 0.35);
}

.btn--ghost {
  background: rgba(250, 245, 236, 0.04);
  color: var(--offwhite);
  border-color: var(--border-soft);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn--outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--border);
}
.btn--outline:hover { background: rgba(217, 160, 80, 0.08); border-color: var(--gold); }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 7, 7, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(250, 245, 236, 0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 72px;
}
.header__logo { display: flex; align-items: center; gap: 10px; }
.header__symbol { width: 34px; height: 34px; border-radius: 8px; }
.header__wordmark { width: 124px; height: auto; }

.header__nav { display: flex; gap: 28px; margin-left: auto; }
.header__nav a {
  text-decoration: none;
  color: var(--gray);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header__nav a:hover { color: var(--gold); }

.header__menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  margin-left: auto;
}
.header__menu-btn span {
  width: 22px; height: 2px;
  background: var(--offwhite);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.header__menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.header__menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 24px;
  border-top: 1px solid var(--border-soft);
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a:not(.btn) {
  text-decoration: none;
  color: var(--offwhite);
  padding: 12px 4px;
  font-weight: 500;
  border-bottom: 1px solid var(--border-soft);
}
.mobile-menu .btn { margin-top: 16px; }

/* ============================================================
   HERO — apresentação cinematográfica de produto
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0 0;
  overflow: visible;
}
.hero__atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero__copy,
.stage {
  position: relative;
  z-index: 1;
}
.hero__glow {
  position: absolute;
  top: -240px; left: 50%;
  transform: translateX(-50%);
  width: 1100px; height: 620px;
  background: radial-gradient(ellipse at center, rgba(217, 160, 80, 0.12), rgba(14, 51, 32, 0.18) 45%, transparent 70%);
  filter: blur(10px);
}
.hero__ring {
  position: absolute;
  left: 50%;
  border: 1px dashed rgba(217, 160, 80, 0.14);
  border-radius: 50%;
  animation: ring-spin 110s linear infinite;
}
.hero__ring--a {
  top: 10%;
  width: min(900px, 110vw); height: min(900px, 110vw);
  margin-left: calc(min(900px, 110vw) / -2);
}
.hero__ring--b {
  top: 24%;
  width: min(1240px, 150vw); height: min(1240px, 150vw);
  margin-left: calc(min(1240px, 150vw) / -2);
  border-color: rgba(250, 245, 236, 0.05);
  animation-direction: reverse;
  animation-duration: 160s;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

.hero__copy {
  position: relative;
  text-align: center;
  max-width: 940px;
}
.hero__sub {
  margin: 26px auto 0;
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  color: var(--gray);
  max-width: 720px;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
.hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  list-style: none;
}
.hero__chips li {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--gray);
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  padding: 6px 14px;
  background: rgba(250, 245, 236, 0.03);
}
.hero__chips li::before {
  content: "✓";
  color: var(--gold);
  margin-right: 7px;
  font-weight: 700;
}

/* Palco do produto */
.stage {
  position: relative;
  max-width: 1180px;
  margin: clamp(56px, 7vw, 96px) auto 0;
  padding: 0 20px clamp(72px, 9vw, 130px);
}
.stage__glow {
  position: absolute;
  left: 50%; bottom: 6%;
  transform: translateX(-50%);
  width: 78%; height: 240px;
  background: radial-gradient(ellipse at center, rgba(217, 160, 80, 0.18), transparent 70%);
  filter: blur(14px);
  pointer-events: none;
}

/* Laptop — a estrela */
.laptop {
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  will-change: transform;
}
.laptop__screen {
  background: #000;
  border: 2px solid #2a2a28;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 12px 12px 0;
  box-shadow:
    0 60px 120px rgba(0, 0, 0, 0.65),
    0 0 90px rgba(217, 160, 80, 0.1);
  overflow: hidden;
}
.laptop__screen .mock-app {
  background: #0a0b0a;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(250, 245, 236, 0.06);
  border-bottom: none;
}
.laptop__base {
  position: relative;
  height: 16px;
  width: 112%;
  margin-left: -6%;
  background: linear-gradient(180deg, #32322f, #161614 70%);
  border-radius: 3px 3px 14px 14px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}
.laptop__base::after {
  content: "";
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 120px; height: 6px;
  background: #0c0c0b;
  border-radius: 0 0 8px 8px;
}

/* Módulos flutuantes do palco */
.stage__float {
  position: absolute;
  z-index: 3;
  will-change: transform;
  animation: float-drift 7s ease-in-out infinite;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}
.stage__float--course {
  top: 6%; left: 0;
  width: 190px;
  animation-delay: -2s;
}
.stage__float--admin {
  top: 16%; right: 0;
  width: 240px;
  animation-delay: -4s;
}
.stage__float--phone {
  bottom: 7%; right: 6%;
  width: 168px;
  animation-delay: -1s;
  animation-duration: 8s;
}
@keyframes float-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

/* Painel de vidro */
.glass-panel {
  background: rgba(10, 12, 10, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
}
.glass-panel__head {
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 12px;
}
.glass-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.glass-panel__stats div { display: grid; gap: 1px; }
.glass-panel__stats strong {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
}
.glass-panel__stats span { font-size: 0.58rem; color: var(--gray); }
.glass-panel__bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 44px;
  margin-top: 12px;
}
.glass-panel__bars i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(180deg, var(--green-bright), rgba(46, 139, 87, 0.15));
}
.glass-panel__bars i:last-child {
  background: linear-gradient(180deg, var(--gold), rgba(217, 160, 80, 0.15));
}

/* ---------- Mock app (vitrine) ---------- */
.mock-app { padding: 16px 18px 20px; }
.mock-app__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
}
.mock-brand {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mock-brand__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #141210;
  font-size: 0.6rem;
}
.mock-app__nav { display: flex; gap: 10px; margin-left: auto; }
.mock-app__nav i {
  width: 34px; height: 7px; border-radius: 4px;
  background: rgba(250, 245, 236, 0.12);
}
.mock-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--green-bright);
  color: var(--offwhite);
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mock-banner {
  border-radius: 14px;
  padding: 26px 22px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(217, 160, 80, 0.25), transparent 55%),
    linear-gradient(120deg, #16442b, #0a2415 70%);
  border: 1px solid var(--border-soft);
}
.mock-banner__tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(217, 160, 80, 0.12);
  border-radius: 100px;
  padding: 4px 10px;
}
.mock-banner__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  margin-top: 10px;
}
.mock-banner__meta { font-size: 0.66rem; color: var(--gray); margin-top: 5px; }
.mock-banner__btn {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  color: #1d1405;
  border-radius: 8px;
  padding: 8px 14px;
  box-shadow: 0 4px 16px rgba(217, 160, 80, 0.3);
}
.mock-row { margin-top: 16px; }
.mock-row__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 8px;
}
.mock-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}
.mock-card {
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: rgba(250, 245, 236, 0.03);
  overflow: hidden;
}
.mock-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mock-thumb--g1 { background: linear-gradient(135deg, #226844, #0c2014); }
.mock-thumb--g2 { background: linear-gradient(135deg, #97702f, #2a1d08); }
.mock-thumb--g3 { background: linear-gradient(135deg, #1a6238, #052e16); }
.mock-thumb--g4 { background: linear-gradient(135deg, #4a701a, #1a2e05); }
.mock-card__play {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(253, 250, 243, 0.92);
  color: #141210;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.mock-card__info { display: grid; gap: 1px; padding: 7px 9px 8px; }
.mock-card__title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.62rem;
  color: var(--offwhite);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-card__meta {
  font-size: 0.56rem;
  color: var(--gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-card__progress {
  position: absolute;
  left: 0; bottom: 0;
  height: 4px;
  width: 100%;
  background: rgba(250, 245, 236, 0.15);
}
.mock-card__progress::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: var(--p, 50%);
  background: var(--gold);
}

/* ---------- Phone ---------- */
.phone {
  background: #0c0c0b;
  border: 1px solid #2a2a28;
  border-radius: 28px;
  padding: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
}
.phone--big {
  width: min(310px, 80vw);
  border-radius: 36px;
  padding: 10px;
  position: relative;
}
.phone__notch {
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 84px; height: 18px;
  background: #060707;
  border-radius: 100px;
  z-index: 2;
}
.phone__screen {
  border-radius: 21px;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid rgba(250, 245, 236, 0.06);
}
.phone--big .phone__screen { border-radius: 27px; }
.mock-player {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(217, 160, 80, 0.2), transparent 60%),
    linear-gradient(135deg, #16442b, #0a2415);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mock-player__play {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--offwhite);
  color: #141210;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  padding-left: 3px;
}
.mock-player--sm .mock-player__play { width: 30px; height: 30px; font-size: 0.6rem; }
.mock-lesson { padding: 14px; }
.mock-lesson__title { font-family: var(--font-title); font-weight: 600; font-size: 0.82rem; }
.mock-lesson__meta { font-size: 0.7rem; color: var(--gray); margin-top: 3px; }
.mock-progressbar {
  height: 5px;
  border-radius: 100px;
  background: rgba(250, 245, 236, 0.1);
  margin-top: 9px;
  overflow: hidden;
}
.mock-progressbar span {
  display: block;
  height: 100%;
  width: var(--p, 50%);
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 100px;
}
.mock-lesson__pct { font-size: 0.65rem; color: var(--gold); margin-top: 5px; }
.mock-list { margin-top: 12px; display: grid; gap: 6px; }
.mock-list__item {
  font-size: 0.74rem;
  color: var(--gray);
  background: rgba(250, 245, 236, 0.04);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  padding: 9px 11px;
}
.mock-list__item--done { color: var(--green-bright); }
.mock-list__item--active {
  color: var(--offwhite);
  border-color: var(--border);
  background: rgba(217, 160, 80, 0.08);
}
.mock-lesson__next {
  margin-top: 12px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  color: #1d1405;
  border-radius: 8px;
  padding: 10px;
}

/* ============================================================
   FAIXA DE PÚBLICO
   ============================================================ */
.section--strip {
  padding-block: clamp(56px, 7vw, 88px);
  border-top: 1px solid rgba(250, 245, 236, 0.06);
  border-bottom: 1px solid rgba(250, 245, 236, 0.06);
  background: var(--bg-soft);
}
.strip {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.strip__copy h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.strip__copy p { color: var(--gray); margin-top: 14px; font-size: 1rem; }
.strip__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.strip__pills li {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  padding: 11px 22px;
  background: rgba(250, 245, 236, 0.03);
  transition: border-color 0.25s ease, color 0.25s ease;
}
.strip__pills li:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   TRANSFORMAÇÃO — editorial + phone cinematográfico
   ============================================================ */
.section--transform { overflow: hidden; }
.transform {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.transform__copy h2 { max-width: 520px; }
.transform__copy > p { color: var(--gray); margin-top: 18px; font-size: 1.06rem; max-width: 480px; }
.transform__list { margin: 26px 0 32px; display: grid; gap: 12px; }
.transform__list li {
  padding-left: 30px;
  position: relative;
  font-size: 1rem;
}
.transform__list li::before {
  content: "▶";
  position: absolute;
  left: 0; top: 3px;
  font-size: 0.7rem;
  color: var(--gold);
}

.transform__visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.transform__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 55% 50%, rgba(217, 160, 80, 0.16), rgba(14, 51, 32, 0.2) 45%, transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}
.transform__visual .phone--big {
  position: relative;
  transform: rotate(4deg);
  transition: transform 0.5s ease;
}
.transform__visual:hover .phone--big { transform: rotate(2deg) translateY(-6px); }
.transform__chip {
  position: absolute;
  left: 4%; bottom: 14%;
  width: 200px;
  animation: float-drift 7s ease-in-out infinite;
  animation-delay: -3s;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.55));
}

/* ============================================================
   COMO FUNCIONA — 3 passos editoriais
   ============================================================ */
.section--how { background: var(--bg-soft); }
.how {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  max-width: 1020px;
  margin-inline: auto;
}
.how-row {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(250, 245, 236, 0.02), transparent 60%);
}
.how-row--alt { grid-template-columns: 0.75fr 1.25fr; }
.how-row--alt .how-row__info { order: 2; }
.how-row--alt .how-row__panel { order: 1; }

.how-row__num {
  display: block;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 14px;
}
.how-row__info h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 10px; }
.how-row__info p { color: var(--gray); max-width: 440px; }

.how-row__panel {
  background: var(--green-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.how-row__panel ul { display: grid; gap: 12px; }
.how-row__panel li {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  padding-left: 28px;
  position: relative;
}
.how-row__panel li::before {
  content: "▶";
  position: absolute;
  left: 0; top: 4px;
  font-size: 0.62rem;
  color: var(--gold);
}

/* ============================================================
   WALKTHROUGH — showcase do produto
   ============================================================ */
.walk {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.walk__steps { display: grid; gap: 14px; }
.walk-step {
  display: flex;
  gap: 16px;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 20px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.walk-step:hover { background: rgba(250, 245, 236, 0.03); }
.walk-step.is-active {
  background: var(--card);
  border-color: var(--border);
}
.walk-step__index {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--gray);
  padding-top: 3px;
  transition: color 0.25s ease;
}
.walk-step.is-active .walk-step__index { color: var(--gold); }
.walk-step__body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.walk-step__body p { color: var(--gray); font-size: 0.92rem; }

.walk__stage { position: sticky; top: 96px; }
.walk__stage-frame {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #0a0b0a;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  min-height: 420px;
}
.walk-screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px) scale(0.99);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  overflow: hidden;
}
.walk-screen.is-active {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Tela de aula */
.lesson-screen {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
  padding: 18px;
}
.lesson-screen__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 12px;
}
.lesson-screen__meta { font-size: 0.75rem; color: var(--gray); margin-top: 3px; }
.lesson-screen__player .mock-player { border-radius: 12px; overflow: hidden; }
.lesson-screen__list { display: grid; gap: 8px; align-content: start; }
.lesson-screen__list .mock-lesson__next { margin-top: 4px; }

/* Panel admin / relatórios */
.panel { padding: 22px; }
.panel__head {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 18px;
}
.panel__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat {
  background: rgba(250, 245, 236, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 2px;
}
.stat__num {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--gold);
}
.stat__label { font-size: 0.7rem; color: var(--gray); }
.panel__chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 110px;
  margin-bottom: 18px;
  padding: 0 4px;
}
.panel__chart i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--green-bright), rgba(46, 139, 87, 0.15));
}
.panel__chart i:last-child { background: linear-gradient(180deg, var(--gold), rgba(217, 160, 80, 0.15)); }
.panel__list { margin-top: 18px; display: grid; gap: 8px; }
.panel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--gray);
  background: rgba(250, 245, 236, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 10px 14px;
}
.report-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 180px;
}
.report-bar i {
  flex: 1;
  height: 6px;
  border-radius: 100px;
  background: rgba(250, 245, 236, 0.1);
  position: relative;
  overflow: hidden;
}
.report-bar i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--p, 50%);
  background: linear-gradient(90deg, var(--green-bright), var(--gold));
  border-radius: 100px;
}
.report-bar b {
  font-size: 0.72rem;
  color: var(--gold);
  font-weight: 700;
  min-width: 32px;
  text-align: right;
}

/* ============================================================
   RECURSOS — editorial
   ============================================================ */
.benefit-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse at 85% 30%, rgba(217, 160, 80, 0.14), transparent 55%),
    linear-gradient(120deg, var(--green-surface), #0c0d0c 75%);
  margin-bottom: clamp(36px, 5vw, 56px);
}
.benefit-hero h3 { font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.benefit-hero p { color: var(--gray); margin-top: 10px; max-width: 560px; }
.benefit-hero__mark {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
}

.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(32px, 5vw, 72px);
}
.benefit {
  padding: 22px 0;
  border-top: 1px solid var(--border-soft);
}
.benefit h3 {
  font-size: 1.02rem;
  padding-left: 26px;
  position: relative;
}
.benefit h3::before {
  content: "▶";
  position: absolute;
  left: 0; top: 5px;
  font-size: 0.6rem;
  color: var(--gold);
}
.benefit p {
  color: var(--gray);
  font-size: 0.92rem;
  margin-top: 6px;
  padding-left: 26px;
}

/* ============================================================
   SIMPLICIDADE — editorial centrado
   ============================================================ */
.section--choice {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(14, 51, 32, 0.35), transparent 60%),
    var(--bg-soft);
}
.choice { text-align: center; }
.choice h2 { max-width: 760px; margin-inline: auto; }
.choice > p {
  color: var(--gray);
  font-size: 1.08rem;
  max-width: 680px;
  margin: 22px auto 32px;
}
.not-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.not-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  padding: 11px 22px;
  font-size: 0.92rem;
  color: var(--gray);
  background: rgba(250, 245, 236, 0.03);
}
.not-list li span { color: var(--gold); font-weight: 700; }

/* ---------- Tabela comparativa ---------- */
.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  -webkit-overflow-scrolling: touch;
}
.compare {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--card);
  font-size: 0.92rem;
}
.compare th, .compare td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
}
.compare thead th {
  font-family: var(--font-title);
  font-size: 0.85rem;
  color: var(--gray);
  background: rgba(250, 245, 236, 0.03);
}
.compare tbody th { font-weight: 500; color: var(--offwhite); }
.compare td { color: var(--gray); }
.compare tbody tr:last-child th,
.compare tbody tr:last-child td { border-bottom: none; }
.compare .compare__hl {
  background: linear-gradient(180deg, rgba(217, 160, 80, 0.12), rgba(14, 51, 32, 0.35));
  color: var(--gold);
  font-weight: 600;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.compare thead .compare__hl { color: var(--offwhite); }
.compare thead .compare__hl img {
  display: inline-block;
  vertical-align: -5px;
  margin-right: 7px;
  border-radius: 5px;
}

/* ============================================================
   INTEGRAÇÕES — órbita
   ============================================================ */
.section--integrations { background: var(--bg-soft); overflow: hidden; }
.orbit {
  position: relative;
  width: min(560px, 92vw);
  aspect-ratio: 1;
  margin: 0 auto clamp(28px, 4vw, 48px);
}
.orbit__ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(217, 160, 80, 0.25);
  border-radius: 50%;
  animation: ring-spin 70s linear infinite;
}
.orbit__ring--b {
  inset: 17%;
  border-color: rgba(250, 245, 236, 0.08);
  animation-direction: reverse;
  animation-duration: 100s;
}
.orbit__center {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 104px; height: 104px;
  border-radius: 28px;
  background: linear-gradient(150deg, #102417, var(--bg));
  border: 1px solid var(--border);
  box-shadow: 0 0 60px rgba(217, 160, 80, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit__center img { width: 56px; height: 56px; border-radius: 14px; }
.orbit__pill {
  position: absolute;
  left: var(--x, 50%); top: var(--y, 50%);
  transform: translate(-50%, -50%);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.82rem;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: 100px;
  padding: 9px 18px;
  white-space: nowrap;
  animation: float-drift 6s ease-in-out infinite;
}
.orbit__pill:nth-child(odd) { animation-delay: -3s; }
.orbit__pill:nth-child(3n) { animation-delay: -1.5s; }

.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chips--center { justify-content: center; }
.chips li {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 14px 26px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.chips li:hover { border-color: var(--gold); transform: translateY(-2px); }

@media (min-width: 721px) {
  .section--integrations .chips { display: none; }
}

/* ---------- Cards genéricos (roadmap) ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  background: var(--card-hover);
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--gray); font-size: 0.95rem; }

/* ---------- Planos ---------- */
.section--plans {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(217, 160, 80, 0.07), transparent 50%),
    var(--bg);
}
.plans-banner {
  display: block;
  margin: 0 0 36px;
  padding: 16px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(217, 160, 80, 0.1), rgba(14, 51, 32, 0.4));
  font-family: var(--font-title);
  font-size: 1.02rem;
  color: var(--offwhite);
  text-align: center;
}
.plans-banner strong { color: var(--gold); font-weight: 700; }

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.plan {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.3s ease;
}
.plan:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  box-shadow: 0 16px 50px rgba(217, 160, 80, 0.1);
}
.plan--featured {
  border-color: var(--gold);
  background: linear-gradient(170deg, rgba(217, 160, 80, 0.09), var(--card) 45%);
  box-shadow: 0 20px 60px rgba(217, 160, 80, 0.14);
}
.plan--featured:hover { box-shadow: 0 24px 70px rgba(217, 160, 80, 0.22); }
.plan__badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  color: #1d1405;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6px 18px;
  white-space: nowrap;
}
.plan__name { font-size: 1.3rem; }
.plan__desc { color: var(--gray); font-size: 0.9rem; margin-top: 8px; min-height: 44px; }
.plan__price {
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 18px;
  letter-spacing: -0.02em;
}
.plan__price--custom { font-size: 1.9rem; color: var(--gold); }
.plan__currency { font-size: 1.1rem; font-weight: 600; vertical-align: 18px; margin-right: 4px; color: var(--gray); }
.plan__period { font-size: 0.95rem; font-weight: 500; color: var(--gray); }
.plan__setup { font-size: 0.82rem; color: var(--gray); margin-top: 4px; }
.plan__list { margin-top: 22px; display: grid; gap: 10px; flex: 1; }
.plan__list li {
  font-size: 0.9rem;
  color: var(--gray);
  padding-left: 26px;
  position: relative;
}
.plan__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.plan__list li strong { color: var(--offwhite); font-weight: 600; }
.plan__cta { margin-top: 28px; width: 100%; }

.plan--custom {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 32px;
  align-items: center;
  border-color: var(--border);
  background: linear-gradient(120deg, rgba(14, 51, 32, 0.45), var(--card) 70%);
}
.plan--custom__list { margin-top: 0; grid-template-columns: 1fr 1fr; }
.plan--custom .plan__desc { min-height: 0; }
.plan--custom .plan__cta { margin-top: 0; width: auto; }

/* ---------- Roadmap ---------- */
.section--roadmap { background: var(--bg-soft); }
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card--roadmap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-style: dashed;
  border-color: var(--border);
  background: rgba(16, 18, 16, 0.5);
}
.card--roadmap h3 { font-size: 1.02rem; margin: 0; }
.soon {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(217, 160, 80, 0.12);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 4px 12px;
}

/* ---------- Passos de implantação ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 48px; left: 6%; right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 160, 80, 0.4), rgba(217, 160, 80, 0.4), transparent);
}
.step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  font-family: var(--font-title);
  font-weight: 700;
  color: #1d1405;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-strong));
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(217, 160, 80, 0.3);
}
.step h3 { margin-bottom: 8px; font-size: 1.05rem; }
.step p { color: var(--gray); font-size: 0.9rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq__item {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.faq__item[open] { border-color: var(--border); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 0.25s ease;
}
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item p {
  padding: 0 24px 22px;
  color: var(--gray);
  font-size: 0.95rem;
}

/* ---------- CTA final ---------- */
.section--final { padding-bottom: var(--section-pad); }
.final-block {
  position: relative;
  margin-inline: auto;
  width: min(100% - 40px, var(--container));
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse at 15% 20%, rgba(14, 51, 32, 0.55), transparent 55%),
    radial-gradient(ellipse at 90% 90%, rgba(217, 160, 80, 0.18), transparent 50%),
    linear-gradient(150deg, #101410, var(--bg) 80%);
  padding: clamp(48px, 7vw, 88px) 0;
}
.final-block__rings i {
  position: absolute;
  border: 1px dashed rgba(217, 160, 80, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.final-block__rings i:first-child {
  width: 540px; height: 540px;
  right: -180px; top: -180px;
  animation: ring-spin 80s linear infinite;
}
.final-block__rings i:last-child {
  width: 360px; height: 360px;
  left: -140px; bottom: -140px;
  animation: ring-spin 110s linear infinite reverse;
}
.final-block__watermark {
  position: absolute;
  right: -60px; top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  width: 380px; height: 380px;
  background: url("../assets/icone1.webp") no-repeat center / contain;
  opacity: 0.08;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.5) 45%, transparent 85%);
  mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.5) 45%, transparent 85%);
}
.final-block__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.final-block__copy p { color: var(--gray); margin-top: 18px; font-size: 1.05rem; max-width: 480px; }
.final-block__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* ---------- Formulário ---------- */
.lead-form {
  background: rgba(6, 7, 7, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: grid;
  gap: 16px;
}
.lead-form h3 { font-size: 1.25rem; margin-bottom: 4px; }
.lead-form__field { display: grid; gap: 6px; }
.lead-form__field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray);
}
.lead-form__field input,
.lead-form__field select {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--offwhite);
  background: rgba(250, 245, 236, 0.05);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 13px 14px;
  width: 100%;
  transition: border-color 0.2s ease;
}
.lead-form__field input::placeholder { color: rgba(185, 190, 186, 0.5); }
.lead-form__field input:focus,
.lead-form__field select:focus {
  outline: none;
  border-color: var(--gold);
}
.lead-form__field select option { background: var(--bg-soft); color: var(--offwhite); }
.lead-form__submit { width: 100%; margin-top: 4px; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid rgba(250, 245, 236, 0.06);
  padding: 56px 0 120px;
  background: var(--bg);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
}
.footer__brand a { display: flex; align-items: center; gap: 10px; }
.footer__brand img:first-child { border-radius: 7px; }
.footer__brand p {
  color: var(--gray);
  font-size: 0.9rem;
  margin-top: 16px;
  max-width: 320px;
}
.footer__links { display: grid; gap: 10px; align-content: start; }
.footer__links a {
  text-decoration: none;
  color: var(--gray);
  font-size: 0.92rem;
  transition: color 0.2s ease;
  width: fit-content;
}
.footer__links a:hover { color: var(--gold); }
.footer__legal { color: var(--gray); font-size: 0.85rem; display: grid; gap: 6px; align-content: start; }
.footer__legal a { color: var(--gold); text-decoration: none; }

/* ---------- CTA fixo mobile ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(6, 7, 7, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-soft);
}
.sticky-cta .btn { width: 100%; }

/* ---------- WhatsApp flutuante ---------- */
.whats-float {
  position: fixed;
  right: 20px; bottom: 24px;
  z-index: 95;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2e8b57, #1d5c39);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}
.whats-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(46, 139, 87, 0.45);
}
.whats-float svg { width: 28px; height: 28px; fill: var(--offwhite); }

/* ---------- Animações de revelação ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ============================================================
   Responsividade
   ============================================================ */
@media (max-width: 1024px) {
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .plans { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .plan--featured { order: -1; }
  .plan--custom { grid-template-columns: 1fr; gap: 24px; }
  .plan--custom__list { grid-template-columns: 1fr; }
  .plan--custom .plan__cta { width: 100%; }
  .final-block__inner { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }

  .strip { grid-template-columns: 1fr; }
  .strip__pills { justify-content: flex-start; }

  .transform { grid-template-columns: 1fr; }
  .transform__visual { order: 2; }

  .walk { grid-template-columns: 1fr; }
  .walk__stage { position: static; order: 2; }
  .walk__steps {
    order: 1;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .walk-step { border-color: var(--border-soft); }

  .stage__float--course { display: none; }
  .stage__float--admin { width: 200px; top: 8%; }
  .stage__float--phone { width: 140px; bottom: 3%; }
}

@media (max-width: 720px) {
  .header__nav, .header__cta { display: none; }
  .header__menu-btn { display: flex; }

  .roadmap-grid, .steps { grid-template-columns: 1fr; }
  .mock-cards { grid-template-columns: repeat(3, 1fr); }
  .mock-cards .mock-card:nth-child(4) { display: none; }
  .panel__stats { grid-template-columns: 1fr 1fr; }

  .brand-watermark--pos-hero-right,
  .brand-watermark--pos-walk { display: none; }
  .brand-watermark { opacity: 0.035 !important; }

  .hero { padding-top: 56px; }
  .hero__ctas .btn { width: 100%; }
  .final-block__ctas .btn { width: 100%; }

  .stage { padding-bottom: 56px; }
  .stage__float--admin { display: none; }
  .stage__float--phone { width: 116px; right: 2%; bottom: -3%; }
  .laptop__base { width: 106%; margin-left: -3%; }

  .how-row, .how-row--alt { grid-template-columns: 1fr; gap: 20px; }
  .how-row--alt .how-row__info { order: 1; }
  .how-row--alt .how-row__panel { order: 2; }

  .benefit-hero { flex-direction: column; align-items: flex-start; gap: 16px; }
  .benefit-list { grid-template-columns: 1fr; }

  .lesson-screen { grid-template-columns: 1fr; }

  .orbit { display: none; }
  .section--integrations .chips { display: flex; justify-content: center; }

  .transform__chip { left: 0; bottom: 6%; width: 170px; }

  .sticky-cta { display: block; }
  .whats-float { bottom: 92px; }
  .footer { padding-bottom: 140px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
}
