:root {
  --blue-900: #0e4da4;
  --blue-700: #1d73f4;
  --blue-600: #2f8fff;
  --blue-300: #bed8ff;
  --teal-400: #2ad8e5;
  --yellow-300: #ffd968;
  --ink: #102746;
  --muted: #5c6f88;
  --surface: #f6f7fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(15, 45, 92, 0.12);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --type-title-size: clamp(1.8rem, 2.8vw, 3rem);
  --type-title-line: 1.06;
  --type-title-weight: 800;
  --type-subtitle-size: clamp(1.08rem, 1.45vw, 1.32rem);
  --type-subtitle-line: 1.5;
  --type-subtitle-weight: 600;
  --type-body-size: 1.05rem;
  --type-body-line: 1.72;
  --type-body-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 217, 104, 0.4), transparent 18%),
    linear-gradient(180deg, #fcfdff 0%, #eef4ff 100%);
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1rem 0;
  background: linear-gradient(135deg, #0b3e84 0%, #0e4da4 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.topbar-brand {
  display: inline-flex;
  align-items: center;
}

.topbar-brand-image {
  display: block;
  width: auto;
  height: clamp(34px, 4.8vw, 56px);
}

.topbar-cta {
  background: var(--white);
  color: var(--blue-900);
  width: fit-content;
  max-width: max-content;
  min-width: 0;
}

.container {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 5.5rem 0;
}

.section::before,
.section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s var(--ease-smooth),
    transform 0.8s var(--ease-smooth);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.hero-copy,
.lead-capture-copy,
.hero-form-panel,
.content-card,
.deliverables,
.benefit-card,
.urgency-card,
.testimonial-card,
.logo-chip,
.faq-title-row,
.faq-list,
.offer-title-row,
.mechanism-media,
.mechanism-stack,
.section-header,
.center-cta {
  position: relative;
  z-index: 2;
}

.section-label,
.eyebrow {
  margin: 0 0 1rem;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-900);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", sans-serif;
}

h1 {
  font-size: var(--type-title-size);
  line-height: var(--type-title-line);
  letter-spacing: -0.04em;
  font-weight: var(--type-title-weight);
  max-width: none;
  text-transform: uppercase;
}

h2 {
  font-size: var(--type-title-size);
  line-height: var(--type-title-line);
  letter-spacing: -0.03em;
  font-weight: var(--type-title-weight);
}

.split-heading {
  display: grid;
  gap: 0.65rem;
}

.nowrap {
  white-space: nowrap;
}

.split-heading small {
  display: block;
  max-width: 100%;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: var(--type-subtitle-size);
  font-weight: var(--type-subtitle-weight);
  line-height: var(--type-subtitle-line);
  letter-spacing: 0;
  color: var(--muted);
}

h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.6rem);
  line-height: 1.24;
  font-weight: 700;
}

p {
  margin: 0;
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  font-weight: var(--type-body-weight);
  color: var(--muted);
}

.hero {
  padding-top: 4.75rem;
  padding-bottom: 5.5rem;
  min-height: min(95vh, 980px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 248, 255, 0.94)),
    radial-gradient(circle at 10% 15%, rgba(255, 217, 104, 0.28), transparent 18%),
    radial-gradient(circle at 85% 18%, rgba(42, 216, 229, 0.18), transparent 18%),
    url("assets/escola.jpg") center center / cover no-repeat;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(7px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 16% 22%, rgba(255, 217, 104, 0.14), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(42, 216, 229, 0.14), transparent 16%);
}

.hero-grid,
.content-grid,
.mechanism-grid,
.offer-grid,
.faq-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  justify-items: center;
}

.hero-copy {
  width: 100%;
  max-width: 980px;
  text-align: center;
}

.hero-vtest-logo {
  display: block;
  width: min(100%, 230px);
  margin: 0 auto 1.4rem;
  padding: 0.8rem 1rem;
  border-radius: 22px;
  background: rgba(8, 42, 89, 0.84);
  box-shadow: 0 16px 34px rgba(15, 45, 92, 0.16);
}

.hero-copy .eyebrow,
.hero-copy h1 {
  color: var(--blue-900);
}

.hero-keyword {
  color: #d8a400;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-keyword-alt {
  color: #d8a400;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: rgba(14, 77, 164, 0.9);
}

.highlight-pill {
  margin-top: 1.75rem;
  padding: 1.5rem 1.9rem;
  border: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px);
  color: var(--blue-900);
  font-weight: var(--type-subtitle-weight);
  font-size: clamp(1.16rem, 1.7vw, 1.42rem);
  line-height: 1.55;
  max-width: 72ch;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.pill-keyword {
  color: #f0a400;
  font-weight: 900;
  font-size: 1.08em;
  text-transform: uppercase;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--blue-900);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-main-cta {
  width: auto;
  min-width: min(100%, 470px);
}

.hero-form-panel {
  position: relative;
  width: 100%;
}

.section-lead-form {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 217, 104, 0.22), transparent 20%),
    linear-gradient(180deg, #f5f9ff 0%, #e6f0ff 100%);
}

.lead-capture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: 2rem;
  align-items: center;
}

.lead-capture-copy {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lead-capture-copy h2 {
  max-width: 14ch;
  color: var(--blue-900);
}

.title-accent {
  color: #d8a400;
}

.lead-capture-copy p:last-child {
  max-width: 58ch;
  margin-top: 1rem;
}

.lead-capture-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.lead-point {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--teal-400);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.72);
}

.lead-point strong {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: var(--blue-900);
}

.lead-point span {
  color: var(--muted);
  line-height: 1.5;
}

.lead-vtest-logo {
  display: block;
  width: min(100%, 220px);
  margin-top: 1.4rem;
  filter: drop-shadow(0 14px 22px rgba(14, 77, 164, 0.14));
}

.lead-form,
.content-card,
.urgency-card,
.benefit-card,
.testimonial-card {
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s var(--ease-smooth),
    box-shadow 0.35s var(--ease-smooth);
}

.lead-form {
  padding: 1.8rem;
  border: 1px solid rgba(42, 216, 229, 0.35);
  background: rgba(12, 18, 30, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.section-lead-form .hero-form-panel {
  display: flex;
  align-items: center;
  height: 100%;
}

.lead-form h2 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  margin-bottom: 1.4rem;
  color: var(--white);
}

.lead-form label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.lead-form span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.lead-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.lead-form input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.lead-form input:focus {
  outline: 2px solid rgba(42, 216, 229, 0.28);
  border-color: rgba(42, 216, 229, 0.6);
}

.form-status {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.form-status.is-success {
  color: #aef8bc;
}

.form-status.is-error {
  color: #ffd2d2;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 0.9rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 0.28s var(--ease-smooth),
    box-shadow 0.28s var(--ease-smooth),
    background 0.28s var(--ease-smooth),
    filter 0.28s var(--ease-smooth);
}

.btn:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.03);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  color: var(--white);
  box-shadow: 0 16px 32px rgba(19, 84, 184, 0.22);
}

.btn-secondary {
  background: var(--yellow-300);
  color: var(--blue-900);
  box-shadow: 0 16px 32px rgba(255, 217, 104, 0.32);
}

.content-grid,
.faq-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.problem-title-row {
  margin-bottom: 1.75rem;
}

.problem-heading {
  max-width: 100%;
  font-size: var(--type-title-size);
}

.problem-heading mark {
  display: inline;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #e2a400;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 1.75rem;
  align-items: stretch;
}

.problem-card {
  height: 100%;
}

.problem-media {
  display: flex;
}

.problem-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  transition:
    transform 0.55s var(--ease-smooth),
    box-shadow 0.55s var(--ease-smooth);
}

.content-card {
  padding: 2.15rem;
}

.check-list,
.deliverable-list,
.steps-list {
  padding-left: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.check-list li,
.deliverable-list li,
.steps-list li {
  margin-bottom: 0.9rem;
  color: var(--ink);
  line-height: 1.6;
}

.check-list li,
.deliverable-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before,
.deliverable-list li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--teal-400);
  box-shadow: 0 0 0 4px rgba(42, 216, 229, 0.16);
}

.steps-list {
  display: grid;
  gap: 1rem;
}

.steps-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.step-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--yellow-300);
  color: var(--blue-900);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.section-mechanism {
  background:
    radial-gradient(circle at right top, rgba(42, 216, 229, 0.22), transparent 24%),
    linear-gradient(135deg, #0d4a9d 0%, #1563cc 52%, #0e3d83 100%);
}

.section-mechanism .section-label,
.section-mechanism h2,
.section-mechanism .split-heading span,
.section-mechanism .center-cta,
.section-offer .section-label,
.section-offer .offer-heading > span,
.section-faq .section-label,
.section-faq h2 {
  color: var(--white);
}

.section-mechanism .split-heading small,
.section-offer .section-header p,
.section-faq .faq-title-row p {
  color: rgba(255, 255, 255, 0.8);
}

.section-problem::before {
  top: 22%;
  right: 4%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 217, 104, 0.42);
}

.section-problem::after {
  left: -18px;
  bottom: 14%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px dotted rgba(14, 77, 164, 0.28);
}

.section-mechanism::before {
  top: 16%;
  left: 4%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(14, 77, 164, 0.18) 0deg 10deg, transparent 10deg 20deg);
}

.section-mechanism::after {
  right: -26px;
  bottom: 10%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(42, 216, 229, 0.14);
}

.section-header {
  max-width: 880px;
  margin-bottom: 2rem;
}

.mechanism-vtest-logo {
  display: block;
  width: min(100%, 240px);
  margin: 0 0 1rem;
}

.mechanism-grid,
.offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.mechanism-grid {
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  gap: 2rem;
  align-items: stretch;
}

.mechanism-stack {
  display: grid;
  gap: 1.5rem;
}

.mechanism-media {
  display: flex;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.mechanism-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  transition:
    transform 0.55s var(--ease-smooth),
    box-shadow 0.55s var(--ease-smooth);
}

.mechanism-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.mechanism-tags span {
  display: inline-flex;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(14, 77, 164, 0.08);
  color: var(--blue-900);
  font-size: 0.82rem;
  font-weight: 700;
}

.mechanism-tags em,
.deliverables em {
  font-style: italic;
}

.offer-title-row {
  margin-bottom: 1.75rem;
}

.offer-title-row h2 {
  max-width: 28ch;
}

.offer-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 2rem;
  align-items: stretch;
}

.offer-heading {
  display: grid;
  gap: 0.85rem;
}

.offer-heading small {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  background: var(--yellow-300);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue-900);
}

.offer-grid {
  grid-template-columns: 1fr;
  height: 100%;
}

.offer-media {
  display: flex;
  height: 100%;
  min-height: 480px;
  align-self: start;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.offer-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-lg);
  transition: transform 0.55s var(--ease-smooth);
}

.deliverables {
  padding: 2.1rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--blue-900), #0c3978);
  box-shadow: var(--shadow);
}

.deliverables h3,
.deliverables li,
.deliverables p {
  color: var(--white);
}

.deliverables h3 {
  margin-bottom: 1rem;
}

.deliverable-list {
  display: grid;
  gap: 0.75rem;
}

.deliverable-list li {
  margin-bottom: 0;
  font-size: 1rem;
}

.deliverable-list li::before {
  background: var(--yellow-300);
  box-shadow: 0 0 0 4px rgba(255, 214, 74, 0.14);
}

.report-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.report-preview-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-bottom: 0.7rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.report-preview-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  font: inherit;
  text-align: left;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 0.3s var(--ease-smooth),
    border-color 0.3s var(--ease-smooth),
    box-shadow 0.3s var(--ease-smooth),
    background 0.3s var(--ease-smooth);
}

.report-preview-frame:hover,
.report-preview-frame:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 214, 74, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.report-preview-frame:focus-visible {
  outline: 2px solid rgba(255, 214, 74, 0.85);
  outline-offset: 4px;
}

.report-preview-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
  background: rgba(255, 255, 255, 0.96);
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.lightbox-overlay[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(5px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
  width: min(92vw, 760px);
  max-height: 92vh;
}

.lightbox-close,
.lightbox-hint {
  align-self: center;
  justify-self: center;
}

.lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.74);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.lightbox-hint {
  min-height: 44px;
  padding: 0.75rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.center-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.center-cta .btn {
  width: auto;
  min-width: min(100%, 420px);
}

.mechanism-cta {
  min-width: min(100%, 460px);
  margin-top: 0.75rem;
  box-shadow: 0 18px 36px rgba(255, 217, 104, 0.22);
}

.section-benefits {
  background:
    linear-gradient(180deg, #fff8db 0%, #fff3c0 100%);
}

.section-benefits::before {
  top: 8%;
  right: 7%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(29, 115, 244, 0.15);
}

.section-benefits::after {
  left: 3%;
  bottom: 10%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 2px solid rgba(255, 217, 104, 0.38);
  box-shadow:
    0 0 0 14px transparent,
    0 0 0 28px rgba(255, 217, 104, 0.16);
}

.benefit-grid,
.testimonial-grid,
.logo-wall {
  display: grid;
  gap: 1.25rem;
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr);
  gap: 2rem;
  align-items: stretch;
}

.benefit-grid {
  grid-template-columns: 1fr;
}

.benefit-media {
  display: flex;
}

.benefit-card {
  padding: 1.9rem;
  border-left: 5px solid var(--teal-400);
}

.benefit-insight-card {
  width: 100%;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(14, 77, 164, 0.98), rgba(8, 42, 89, 0.98)),
    url("assets/escola.jpg") center center / cover no-repeat;
  box-shadow: var(--shadow);
}

.benefit-insight-tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
}

.benefit-insight-card h3 {
  color: var(--white);
  margin-bottom: 1rem;
}

.benefit-insight-list {
  margin: 0;
  padding-left: 1.2rem;
}

.benefit-insight-list li {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.content-card:hover,
.benefit-card:hover,
.testimonial-card:hover,
.faq-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 45, 92, 0.16);
}

.problem-media:hover .problem-image,
.mechanism-media:hover .mechanism-image,
.offer-media:hover .offer-image {
  transform: scale(1.03);
}

.benefit-card h3 {
  color: var(--blue-900);
  margin-bottom: 0.8rem;
}

.urgency-card {
  padding: 2rem;
  background: linear-gradient(180deg, #10336a, #0e4da4);
}

.offer-urgency {
  margin-top: 1.75rem;
  text-align: center;
}

.urgency-card p,
.urgency-card .urgency-label {
  color: var(--white);
}

.urgency-card .btn {
  margin-top: 1.5rem;
  box-shadow: none;
  width: auto;
  min-width: min(100%, 420px);
}

.urgency-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  padding: 1.85rem;
}

.testimonial-card p {
  color: var(--ink);
  font-weight: 500;
}

.testimonial-card strong,
.testimonial-card span,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  margin-top: 1.1rem;
  color: var(--blue-900);
}

.testimonial-card span {
  margin-top: 0.4rem;
  color: var(--muted);
}

.testimonial-card small {
  margin-top: 0.7rem;
  color: var(--blue-700);
  font-weight: 700;
}

.testimonial-card.featured {
  background: linear-gradient(180deg, var(--blue-900), var(--blue-700));
  transform: translateY(-12px);
}

.gdv-highlight {
  position: relative;
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 34px 80px rgba(15, 45, 92, 0.24);
}

.gdv-highlight::before {
  content: "Destaque";
  position: absolute;
  top: -14px;
  left: 1.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--yellow-300);
  color: var(--blue-900);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.testimonial-card.featured p,
.testimonial-card.featured strong,
.testimonial-card.featured span,
.testimonial-card.featured small {
  color: var(--white);
}

.section-institutions {
  background:
    radial-gradient(circle at left center, rgba(190, 216, 255, 0.55), transparent 18%),
    linear-gradient(180deg, #eef6ff 0%, #dcecff 100%);
}

.section-offer::before {
  top: 12%;
  right: 4%;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(42, 216, 229, 0.14), rgba(29, 115, 244, 0.08));
  transform: rotate(18deg);
}

.section-offer::after {
  left: 5%;
  bottom: 8%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 217, 104, 0.4);
}

.section-offer {
  background:
    radial-gradient(circle at 85% 20%, rgba(42, 216, 229, 0.18), transparent 18%),
    linear-gradient(135deg, #0b3772 0%, #11488f 48%, #0a5bb2 100%);
}

.section-social-proof::before {
  top: 18%;
  left: 4%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(29, 115, 244, 0.14);
}

.section-social-proof::after {
  right: 5%;
  bottom: 12%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background:
      repeating-conic-gradient(from 0deg, rgba(14, 77, 164, 0.12) 0deg 12deg, transparent 12deg 24deg);
}

.section-social-proof {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(233, 244, 255, 0.96));
}

.social-proof-subtitle {
  margin-top: 1rem;
  max-width: 58ch;
  color: var(--muted);
}

.section-institutions::before {
  top: 14%;
  right: 6%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(42, 216, 229, 0.18);
}

.section-institutions::after {
  left: 6%;
  bottom: 10%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px dotted rgba(14, 77, 164, 0.2);
}

.section-faq::before {
  top: 10%;
  left: 5%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 217, 104, 0.2);
}

.section-faq::after {
  right: 4%;
  bottom: 8%;
  width: 86px;
  height: 86px;
  border-radius: 28px;
  background: rgba(29, 115, 244, 0.1);
  transform: rotate(16deg);
}

.section-faq {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 217, 104, 0.14), transparent 20%),
    linear-gradient(135deg, #0d437c 0%, #1d66be 100%);
  padding-top: 6.5rem;
}

.section-offer .offer-heading small {
  color: var(--blue-900);
}

.section-offer .steps-list li,
.section-offer .steps-list strong {
  color: rgba(255, 255, 255, 0.92);
}

.section-offer .steps-list li {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-faq .faq-item {
  background: rgba(255, 255, 255, 0.96);
}

.site-footer {
  background: linear-gradient(135deg, #082a59 0%, #0d3f86 100%);
  padding: 2.4rem 0;
}

.site-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.site-footer-copy strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  color: var(--white);
}

.site-footer-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
  line-height: 1.65;
}

.site-footer-cta {
  background: var(--white);
  color: var(--blue-900);
  width: auto;
  min-width: 280px;
}

.footer-vtest-logo {
  display: block;
  width: min(100%, 180px);
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.logo-chip {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 1.3rem;
  border: 1px solid rgba(14, 77, 164, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 45, 92, 0.08);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--blue-900);
}

.logo-chip-wide {
  grid-column: 1 / -1;
  max-width: min(100%, 460px);
  margin-left: auto;
  margin-right: auto;
}

.logo-chip-image {
  display: block;
  width: min(220px, 100%);
  height: 72px;
  object-fit: contain;
  object-position: center;
}

.logo-chip-text {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  font-weight: 800;
  text-align: center;
  color: var(--blue-900);
}

.faq-list {
  display: grid;
  gap: 1rem;
  width: min(100%, 80%);
  margin: 0 auto;
}

.faq-title-row {
  margin-bottom: 1.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.faq-title-row h2 {
  max-width: 20ch;
}

.faq-item {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition:
    transform 0.35s var(--ease-smooth),
    box-shadow 0.35s var(--ease-smooth);
}

.faq-item summary {
  position: relative;
  padding: 1.35rem 1.5rem;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  font-weight: 700;
  color: var(--blue-900);
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 1.5rem 1.4rem;
}

.decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  animation: floatDrift 9s ease-in-out infinite;
}

.decor-rings {
  top: -86px;
  left: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid rgba(14, 77, 164, 0.18);
  box-shadow:
    0 0 0 18px transparent,
    0 0 0 36px rgba(14, 77, 164, 0.12),
    0 0 0 54px transparent,
    0 0 0 72px rgba(14, 77, 164, 0.12),
    0 0 0 90px transparent,
    0 0 0 108px rgba(14, 77, 164, 0.12);
  animation: none;
}

.decor-sun {
  left: -80px;
  top: 180px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 217, 104, 0.24);
  animation: none;
}

.decor-wheel {
  right: 8%;
  top: 88px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(14, 77, 164, 0.75) 0deg 9deg, transparent 9deg 18deg);
  opacity: 0.1;
  animation: none;
}

.section::before {
  animation: softPulse 12s ease-in-out infinite;
}

.section::after {
  animation: floatDrift 11s ease-in-out infinite reverse;
}

@keyframes floatDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes softPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.82;
  }
}

@keyframes wheelSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .lead-capture-grid,
  .content-grid,
  .problem-grid,
  .mechanism-grid,
  .offer-content-grid,
  .offer-grid,
  .faq-grid,
  .benefits-layout,
  .benefit-grid,
  .testimonial-grid,
  .logo-wall {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-main-cta {
    min-width: min(100%, 430px);
  }

  .lead-capture-copy,
  .problem-title-row,
  .section-header,
  .offer-title-row,
  .section-institutions .section-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lead-capture-copy h2,
  .lead-capture-copy p:last-child,
  .offer-title-row h2,
  .social-proof-subtitle,
  .section-institutions .section-header h2 {
    max-width: none;
  }

  .mechanism-vtest-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-card.featured {
    transform: none;
  }

  .gdv-highlight {
    transform: none;
  }
}

@media (max-width: 768px) {
  .hero .decor {
    display: none;
  }

  .section::before,
  .section::after {
    opacity: 0.45;
    transform: scale(0.82);
  }

  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar-brand {
    justify-content: center;
    align-items: center;
  }

  .topbar-cta {
    align-self: center;
  }

  .section {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 244, 255, 0.92)),
      url("assets/escola.jpg") center center / cover no-repeat;
  }

  .container {
    width: min(100% - 1.25rem, 100%);
  }

  .section-label,
  .eyebrow {
    text-align: center;
  }

  .split-heading,
  .offer-heading,
  .problem-heading {
    text-align: center;
  }

  .offer-heading {
    justify-items: center;
  }

  .offer-heading small {
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-title-row > div {
    display: grid;
    justify-items: center;
  }

  .highlight-pill {
    padding: 1.35rem 1.55rem;
    border-radius: 10px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-main-cta {
    min-width: 100%;
  }

  .lead-form {
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
  }

  .lead-form,
  .content-card,
  .deliverables,
  .benefit-card,
  .testimonial-card,
  .urgency-card {
    padding: 1.4rem;
  }

  .lead-capture-copy,
  .problem-title-row,
  .section-header,
  .offer-title-row,
  .faq-title-row {
    text-align: center;
  }

  .lead-capture-points,
  .mechanism-tags,
  .hero-trust-row {
    justify-content: center;
  }

  .lead-point {
    text-align: left;
  }

  .hero-trust-row {
    gap: 0.55rem;
  }

  .hero-trust-row span {
    width: 100%;
    justify-content: center;
  }

  .offer-media {
    height: 280px;
    min-height: 280px;
  }

  .report-preview-grid {
    grid-template-columns: 1fr;
  }

  .highlight-pill {
    padding: 1.35rem 1.2rem;
    font-size: 1rem;
  }

  .pill-keyword {
    font-size: 1.05em;
  }

  .lightbox-overlay {
    padding: 0.8rem;
  }

  .lightbox-dialog {
    width: min(96vw, 640px);
  }

  .lightbox-close {
    top: 0.55rem;
    right: 0.55rem;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .logo-chip {
    min-height: 92px;
  }

  .logo-chip-wide {
    max-width: none;
    width: 100%;
  }

  .logo-chip-image {
    width: min(180px, 100%);
    height: 56px;
  }

  .steps-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 0.9rem 0.95rem;
  }

  .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .faq-list {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
