/* ============================================================
   CENTRAL SOLUÇÕES EMPRESARIAIS — Página de vendas (pós-webinar)
   Identidade: preto · dourado · branco
   ============================================================ */

:root {
  --black: #0a0908;
  --black-2: #12100e;
  --panel: #171512;
  --panel-2: #1d1a16;
  --line: rgba(255, 255, 255, 0.08);
  --gold: #c79a63;
  --gold-2: #e3c39a;
  --gold-deep: #a97e4b;
  --white: #ffffff;
  --gray: #b3aca3;
  --gray-2: #857f77;
  --grad-gold: linear-gradient(120deg, #a97e4b 0%, #d8b48a 45%, #c79a63 100%);
  --radius: 16px;
  --font-head: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
  --shadow-gold: 0 10px 34px -10px rgba(199, 154, 99, 0.45);
  --header-h: 78px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--gray);
  line-height: 1.7;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
strong { color: var(--white); font-weight: 600; }

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}
.container--narrow { width: min(880px, 92%); }

/* ---------- Utilidades ---------- */
.text-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--grad-gold);
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn--gold {
  background: var(--grad-gold);
  color: #1c130a;
  box-shadow: var(--shadow-gold);
}
.btn--gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  animation: shine 3.4s ease-in-out infinite;
}
@keyframes shine {
  0%, 55% { left: -80%; }
  85%, 100% { left: 140%; }
}

.btn--outline {
  border: 1.5px solid var(--gold);
  color: var(--gold-2);
  background: rgba(199, 154, 99, 0.05);
}
.btn--outline:hover {
  background: rgba(199, 154, 99, 0.12);
  box-shadow: var(--shadow-gold);
}

.btn:hover { transform: translateY(-3px); filter: brightness(1.06); }
.btn:active { transform: translateY(-1px); }

.btn--sm { padding: 11px 22px; font-size: 0.8rem; }
.btn--lg { padding: 19px 38px; font-size: 0.95rem; }
.btn--block { width: 100%; }

.btn__arrow { transition: transform 0.25s ease; }
.btn:hover .btn__arrow { transform: translateX(5px); }

/* ---------- Header ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  background: rgba(10, 9, 8, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, height 0.3s ease;
}
.header.is-scrolled {
  background: rgba(10, 9, 8, 0.92);
  border-bottom-color: var(--line);
  height: 66px;
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo-img {
  height: 64px;
  width: auto;
  filter: drop-shadow(0 2px 10px rgba(199, 154, 99, 0.18));
  transition: height 0.3s ease;
}
.header.is-scrolled .header__logo-img { height: 54px; }

.header__nav {
  display: flex;
  gap: 30px;
}
.header__link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s ease;
}
.header__link:hover { color: var(--gold-2); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 60px) 0 90px;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(199, 154, 99, 0.14), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(169, 126, 75, 0.1), transparent 60%),
    var(--black);
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.hero__glow--1 {
  width: 540px; height: 540px;
  background: rgba(199, 154, 99, 0.16);
  top: -180px; right: -120px;
}
.hero__glow--2 {
  width: 420px; height: 420px;
  background: rgba(199, 154, 99, 0.09);
  bottom: -160px; left: -140px;
}

/* Marca d'água do logo ao fundo do hero */
.hero__watermark {
  position: absolute;
  top: 50%;
  right: -180px;
  width: 760px;
  max-width: none;
  transform: translateY(-50%) rotate(-8deg);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  animation: float 12s ease-in-out infinite;
}

/* Hexágono decorativo (motivo do logo) */
.hero__hex {
  position: absolute;
  border: 1.5px solid rgba(199, 154, 99, 0.14);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  pointer-events: none;
  animation: float 9s ease-in-out infinite;
}
.hero__hex--1 { width: 420px; height: 460px; top: 8%; right: -140px; }
.hero__hex--2 {
  width: 260px; height: 285px;
  bottom: 6%; left: -90px;
  border-color: rgba(199, 154, 99, 0.1);
  animation-delay: -4s;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-22px); }
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border: 1px solid rgba(199, 154, 99, 0.4);
  border-radius: 999px;
  background: rgba(199, 154, 99, 0.08);
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.badge strong { color: var(--white); font-weight: 700; letter-spacing: 0.04em; }
.badge__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(199, 154, 99, 0.2);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(199, 154, 99, 0.25); }
  50% { box-shadow: 0 0 0 7px rgba(199, 154, 99, 0.08); }
}

.hero__title {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 4.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.16;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.hero__text {
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  max-width: 680px;
  margin-bottom: 14px;
}

.hero__actions {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.hero__micro {
  font-size: 0.88rem;
  color: var(--gray-2);
}

.hero__trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  color: var(--gray);
}
.hero__trust svg { color: var(--gold); flex-shrink: 0; }

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 26px; height: 44px;
  border: 1.5px solid rgba(199, 154, 99, 0.5);
  border-radius: 20px;
  z-index: 2;
}
.hero__scroll span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 9px;
  margin-left: -2px;
  background: var(--gold);
  border-radius: 3px;
  animation: scrollDown 1.8s ease-in-out infinite;
}
@keyframes scrollDown {
  0% { opacity: 1; transform: translateY(0); }
  70% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 0; }
}

/* ---------- Seções (base) ---------- */
.section {
  position: relative;
  padding: 110px 0;
}
.section--problem { background: var(--black-2); border-top: 1px solid var(--line); }
.section--product {
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(199, 154, 99, 0.06), transparent 65%),
    var(--black);
}
.section--results { background: var(--black-2); border-block: 1px solid var(--line); }
.section--urgency { background: var(--black); }
.section--offer {
  background:
    radial-gradient(700px 380px at 50% 30%, rgba(199, 154, 99, 0.09), transparent 65%),
    var(--black-2);
  border-top: 1px solid var(--line);
}
.section--closing {
  position: relative;
  overflow: hidden;
  background: var(--black);
  padding: 130px 0;
  border-top: 1px solid var(--line);
}

.section__head {
  max-width: 760px;
  margin-bottom: 60px;
}

.section__title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}

.section__lead {
  font-size: 1.08rem;
  max-width: 660px;
}

/* ---------- 2. Fatores ---------- */
.factors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.factor {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.factor:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 154, 99, 0.45);
  background: var(--panel-2);
}

.factor__icon {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-2);
  background: rgba(199, 154, 99, 0.1);
  border: 1px solid rgba(199, 154, 99, 0.28);
  margin-bottom: 18px;
}

.factor h3 {
  font-family: var(--font-head);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.factor p { font-size: 0.93rem; color: var(--gray); }

.problem__cta {
  margin-top: 64px;
  padding: 38px 34px;
  text-align: center;
  background: linear-gradient(180deg, rgba(199, 154, 99, 0.07), rgba(199, 154, 99, 0.02));
  border: 1px solid rgba(199, 154, 99, 0.25);
  border-radius: var(--radius);
}
.problem__statement {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.45;
}
.problem__statement--gold {
  margin-top: 10px;
  color: var(--gold-2);
}
.problem__statement--gold strong { color: var(--white); }

/* ---------- 3. Passos ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px 30px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.step:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 154, 99, 0.45);
}

.step__num {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, rgba(227, 195, 154, 0.85), rgba(199, 154, 99, 0.15));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 16px;
}

.step h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.step p { font-size: 0.93rem; }

/* ---------- 4. Ganhos ---------- */
.gains {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.gain {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.gain:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 154, 99, 0.45);
}

.gain__marker {
  width: 4px;
  align-self: stretch;
  min-height: 56px;
  border-radius: 4px;
  background: var(--grad-gold);
  flex-shrink: 0;
}

.gain h3 {
  font-family: var(--font-head);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.gain p { font-size: 0.95rem; }

.results__note {
  margin-top: 40px;
  text-align: center;
  font-size: 1.05rem;
  color: var(--gray);
}
.results__cta {
  margin-top: 30px;
  text-align: center;
}

/* ---------- 5. Urgência ---------- */
.urgency {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.urgency__timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 44px 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline__year {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline__item {
  text-align: center;
  max-width: 240px;
}
.timeline__item p {
  margin-top: 10px;
  font-size: 0.92rem;
  color: var(--gray);
}
.timeline__line {
  width: 2px;
  height: 60px;
  margin: 20px 0;
  background: linear-gradient(180deg, var(--gold), rgba(199, 154, 99, 0.15));
}

.urgency__text { margin-bottom: 16px; font-size: 1.03rem; }

.urgency__quote {
  margin-top: 34px;
  padding: 28px 30px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(199, 154, 99, 0.08), transparent 70%);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.urgency__quote p {
  font-family: var(--font-head);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}

/* ---------- 6. Oferta ---------- */
.offer {
  position: relative;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid rgba(199, 154, 99, 0.35);
  border-radius: 22px;
  padding: 56px 52px 46px;
  text-align: center;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.8), var(--shadow-gold);
}

.offer__ribbon {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--grad-gold);
  color: #1c130a;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: var(--shadow-gold);
}

.offer__name {
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 34px;
}

.offer__includes {
  list-style: none;
  display: grid;
  gap: 14px;
  max-width: 460px;
  margin: 0 auto 38px;
  text-align: left;
}
.offer__includes li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 0.98rem;
  color: var(--gray);
}
.offer__includes svg { color: var(--gold); flex-shrink: 0; }

.offer__price {
  margin-bottom: 36px;
}
.offer__price-label {
  display: block;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gray-2);
  margin-bottom: 6px;
}
.offer__price-value {
  font-family: var(--font-head);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer__price-note {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  color: var(--gray-2);
}

.offer__secure {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--gray-2);
}
.offer__secure svg { color: var(--gold); }

/* ---------- Formulário ---------- */
.section--form {
  background: var(--black-2);
  border-top: 1px solid var(--line);
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}
.section__head--center .eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--grad-gold);
}

.form {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border: 1px solid rgba(199, 154, 99, 0.25);
  border-radius: 22px;
  padding: 48px 48px 40px;
}

.form__fieldset {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}
.form__fieldset legend {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(199, 154, 99, 0.3);
  width: 100%;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 22px;
}

.form__field { display: flex; flex-direction: column; }
.form__field--full { grid-column: 1 / -1; }

.form__field label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.req { color: var(--gold); }

.form__field input,
.form__field select,
.form__field textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--white);
  background: rgba(10, 9, 8, 0.6);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
}
.form__field textarea { resize: vertical; min-height: 100px; }

.form__field input::placeholder,
.form__field textarea::placeholder { color: var(--gray-2); }

.form__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c79a63' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.form__field select:invalid { color: var(--gray-2); }
.form__field option {
  background: var(--panel-2);
  color: var(--white);
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  border-color: var(--gold);
  background: rgba(10, 9, 8, 0.85);
  box-shadow: 0 0 0 3px rgba(199, 154, 99, 0.15);
}

.form__consent { margin: 4px 0 26px; }

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox__box {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
  border: 1.5px solid var(--gold);
  border-radius: 6px;
  position: relative;
  transition: background 0.2s ease;
}
.checkbox input:checked + .checkbox__box {
  background: var(--grad-gold);
}
.checkbox input:checked + .checkbox__box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #1c130a;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.checkbox input:focus-visible + .checkbox__box {
  box-shadow: 0 0 0 3px rgba(199, 154, 99, 0.25);
}
.checkbox__text {
  font-size: 0.84rem;
  color: var(--gray);
  line-height: 1.55;
}
.checkbox__text em { font-style: normal; color: var(--gray-2); }

.form__secure { margin-top: 16px; text-align: center; width: 100%; }

.form button[disabled] {
  opacity: 0.7;
  cursor: wait;
  transform: none !important;
}

/* ---------- 7. Fechamento ---------- */
.closing { position: relative; text-align: center; z-index: 2; }

.closing__title {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.22;
  color: var(--white);
  letter-spacing: -0.015em;
  margin-bottom: 26px;
}

.closing__lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--gray);
  margin-bottom: 18px;
}

.closing__text {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.02rem;
}

.closing__cta { margin-top: 44px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--black-2);
  border-top: 1px solid var(--line);
  padding: 52px 0;
  text-align: center;
}
.footer__logo {
  height: 110px;
  width: auto;
  margin: 0 auto 20px;
  filter: drop-shadow(0 4px 18px rgba(199, 154, 99, 0.22));
}
.footer__tag {
  font-size: 0.92rem;
  color: var(--gray);
  margin-bottom: 10px;
}
.footer__copy {
  font-size: 0.82rem;
  color: var(--gray-2);
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsivo ---------- */
@media (max-width: 960px) {
  .header__nav { display: none; }

  .factors,
  .steps { grid-template-columns: repeat(2, 1fr); }

  .urgency { grid-template-columns: 1fr; gap: 44px; }

  .offer { padding: 52px 30px 40px; }
}

@media (max-width: 620px) {
  body { font-size: 15.5px; }

  .section { padding: 80px 0; }
  .section--closing { padding: 96px 0; }

  .header__logo-img { height: 52px; }
  .header.is-scrolled .header__logo-img { height: 44px; }

  .hero__watermark { width: 480px; right: -160px; opacity: 0.05; }

  .factors,
  .steps,
  .gains { grid-template-columns: 1fr; }

  .hero { padding-bottom: 70px; }
  .hero__actions { align-items: stretch; width: 100%; }
  .hero__actions .btn { width: 100%; }
  .hero__scroll { display: none; }

  .btn--lg { padding: 18px 24px; font-size: 0.88rem; }

  .offer { padding: 48px 22px 36px; }
  .offer__ribbon { white-space: normal; text-align: center; width: max-content; max-width: 92%; line-height: 1.4; }

  .form { padding: 36px 22px 32px; }
  .form__grid { grid-template-columns: 1fr; }
}

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