:root {
  --bg: #060f1d;
  --bg-deep: #08111f;
  --text: #ffffff;
  --text-muted: #d2d2d2;
  --brand: #10b981;
  --brand-secondary: #33c4e1;
  --brand-soft: rgba(16, 185, 129, 0.22);
  --line: #33c4e1;
  --nav-muted: rgba(255, 255, 255, 0.5);
  --ring: rgba(59, 130, 246, 0.13);
  --ring-strong: rgba(83, 183, 211, 0.22);
  --card: rgba(8, 16, 31, 0.3);
  --panel-border: rgba(255, 255, 255, 0.08);
  --shadow: rgba(0, 0, 0, 0.55);
  --compare-bad: #c0392b;
  --compare-good: #10b981;
  --compare-line: rgba(255, 255, 255, 0.07);
  --compare-bg: #060f1d;
  --compare-card-dark: rgba(10, 10, 11, 0.94);
  --compare-card-before-head: rgba(192, 57, 43, 0.09);
  --compare-card-after-head: rgba(16, 185, 129, 0.08);
  --compare-card-after-line: rgba(16, 185, 129, 0.08);
  --compare-card-proof: rgba(16, 185, 129, 0.1);
  --font-family-base: "Sora", sans-serif;
  --font-family-ui: "Saira", sans-serif;
  --font-family-alt: "Saira", sans-serif;
  --font-family-accent: "Sora", sans-serif;
  --font-family-aeonik: "Aeonik", "Sora", sans-serif;
  --font-family-general: "General Sans", "Sora", sans-serif;
  --font-size-body: 16px;
  --font-size-label: 14px;
  --font-size-button: 18px;
  --line-height-heading: 1.2;
  --line-height-body: 1.6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-family-base);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #06101d;
  font-family: var(--font-family-base);
  font-size: var(--font-size-label);
  font-weight: 600;
  line-height: 1;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page {
  min-height: 100vh;
}

.hero,
.benefits-bar,
.problem-section,
.compare-section,
.testimonials-section,
.offer-section,
.guarantee-section,
.faq-section,
.modules-section {
  scroll-margin-top: 24px;
}

@supports (content-visibility: auto) {
  .benefits-bar {
    content-visibility: auto;
    contain-intrinsic-size: 120px;
  }

  .problem-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  .modules-section {
    content-visibility: auto;
    contain-intrinsic-size: 940px;
  }

  .compare-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  .testimonials-section {
    content-visibility: auto;
    contain-intrinsic-size: 520px;
  }

  .offer-section {
    content-visibility: auto;
    contain-intrinsic-size: 1080px;
  }

  .guarantee-section {
    content-visibility: auto;
    contain-intrinsic-size: 520px;
  }

  .faq-section {
    content-visibility: auto;
    contain-intrinsic-size: 1180px;
  }

  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 84px;
  }
}

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

.hero {
  position: relative;
  min-height: 1109px;
  padding: 39px 0 110px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 81% 20%, rgba(28, 117, 255, 0.1), transparent 18%),
    radial-gradient(circle at 11% 90%, rgba(28, 117, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #07111f 0%, var(--bg) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0, transparent 18%, transparent 82%, rgba(255, 255, 255, 0.018) 100%);
  pointer-events: none;
  z-index: -1;
}

.hero__glow {
  position: absolute;
  width: 270px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: blur(38px);
  opacity: 0.72;
  background:
    radial-gradient(circle, rgba(35, 138, 255, 0.65) 0%, rgba(35, 138, 255, 0.2) 30%, rgba(35, 138, 255, 0) 68%);
}

.hero__glow--top-right {
  top: 145px;
  right: 363px;
}

.hero__glow--bottom-left {
  left: 167px;
  bottom: -124px;
}

.hero__rings {
  position: absolute;
  pointer-events: none;
}

.hero__rings .hero__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--ring);
}

.hero__rings--left {
  left: 279px;
  top: 117px;
  width: 537px;
  aspect-ratio: 1;
  opacity: 0.9;
}

.hero__rings--left .hero__ring:nth-child(2) {
  inset: 51px;
}

.hero__rings--left .hero__ring:nth-child(3) {
  inset: 103px;
}

.hero__rings--left .hero__ring:nth-child(4) {
  inset: 142px;
}

.hero__rings--right {
  top: 379px;
  right: 318px;
  width: 331px;
  aspect-ratio: 1;
  opacity: 0.75;
}

.hero__rings--right .hero__ring {
  border-color: var(--ring-strong);
}

.hero__rings--right .hero__ring:nth-child(2) {
  inset: 31.4358px;
}

.hero__rings--right .hero__ring:nth-child(3) {
  inset: 63.4879px;
}

.hero__rings--right .hero__ring:nth-child(4) {
  inset: 87.527px;
}

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

.hero__dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(134, 206, 255, 0.85), rgba(46, 121, 188, 0.7) 45%, rgba(5, 32, 58, 0.3) 100%);
  box-shadow: 0 0 12px rgba(83, 183, 211, 0.35);
}

.hero__dot--1 {
  top: 468px;
  right: 414px;
}

.hero__dot--2 {
  top: 320px;
  right: 368px;
}

.hero__dot--3 {
  top: 392px;
  right: 418px;
}

.hero__dot--4 {
  left: 344px;
  top: 426px;
}

.hero__dot--5 {
  left: 379px;
  top: 324px;
}

.hero__dot--6 {
  left: 276px;
  top: 406px;
}

.hero__dot--7 {
  left: 317px;
  top: 237px;
}

.hero__header {
  position: relative;
  z-index: 5;
  width: min(1083px, calc(100% - 56px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hero__brand {
  flex: 0 0 auto;
}

.hero__brand img,
.hero__content-logo {
  width: 161px;
  height: 43px;
  object-fit: contain;
}

.hero__header-group {
  display: flex;
  align-items: center;
  gap: 50px;
}

.hero__nav {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: var(--font-family-ui);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero__nav a {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero__nav a.is-active,
.hero__nav a:hover,
.hero__nav a:focus-visible {
  opacity: 1;
}

.hero__header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 42px;
  padding: 0 22px;
  border-radius: 5px;
  font-family: var(--font-family-ui);
  font-size: 13.707px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible,
.hero__cta:hover,
.hero__cta:focus-visible {
  transform: translateY(-2px);
}

.btn:focus-visible,
.hero__cta:focus-visible,
.hero__nav a:focus-visible,
.problem-section__cta:focus-visible,
.offer-card__cta:focus-visible,
.faq-section__support-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.btn--ghost {
  width: 97px;
  border: 0.5px solid var(--line);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(61, 61, 61, 0.1) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.btn--primary {
  background: var(--brand);
  border: 0.757px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.22);
}

.btn--primary-sm {
  width: 201px;
}

.icon-arrow {
  display: inline-flex;
  width: 12px;
  height: 12px;
}

.icon-arrow svg,
.icon-check svg {
  width: 100%;
  height: 100%;
}

.hero__stage-wrap {
  position: relative;
  z-index: 2;
  width: min(1111.842px, calc(100% - 360px));
  margin: 63px auto 0;
}

.hero__stage-wrap::before {
  content: "";
  position: absolute;
  inset: 34px -18px -138px;
  border-radius: 42px;
  background:
    radial-gradient(circle at center, rgba(8, 16, 31, 0.16) 0%, rgba(8, 16, 31, 0.58) 45%, rgba(8, 16, 31, 0) 72%);
  filter: blur(30px);
  z-index: -1;
}

.hero__stage {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 6px solid var(--brand);
  background: #0c182c;
  box-shadow:
    0 60px 90px var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 32px rgba(16, 185, 129, 0.1);
}

.hero__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 15, 29, 0) 38%, rgba(6, 15, 29, 0.18) 62%, rgba(6, 15, 29, 0.94) 100%);
  pointer-events: none;
}

.hero__stage img {
  width: 100%;
  height: auto;
}

.hero__content {
  position: relative;
  z-index: 4;
  width: min(896px, calc(100% - 56px));
  margin: -156px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  text-align: center;
}

.hero__content::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
  width: min(1050px, 120vw);
  height: 420px;
  border-radius: 48px;
  background:
    radial-gradient(ellipse at 50% 16%, rgba(6, 15, 29, 0.95) 0%, rgba(6, 15, 29, 0.82) 34%, rgba(6, 15, 29, 0.42) 58%, rgba(6, 15, 29, 0) 84%);
  filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

.hero__title {
  width: min(724px, 100%);
  margin: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  line-height: var(--line-height-heading);
  text-wrap: balance;
}

.hero__title span {
  display: block;
  color: var(--brand);
}

.hero__description {
  width: min(690px, 100%);
  margin: 0;
  color: var(--text-muted);
  font-size: var(--font-size-body);
  font-weight: 400;
  line-height: var(--line-height-body);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  width: 100%;
}

.hero__cta,
.problem-section__cta,
.offer-card__cta,
.faq-section__support-cta {
  position: relative;
  flex: 0 0 auto;
  height: 64px;
  padding: 10px;
  border: 0.582px solid transparent;
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  isolation: isolate;
  overflow: hidden;
}

.hero__cta {
  width: 313px;
}

.hero__cta::before,
.problem-section__cta::before,
.offer-card__cta::before,
.faq-section__support-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg,
      rgba(83, 183, 211, 0.16) 0deg,
      rgba(83, 183, 211, 0.9) 82deg,
      rgba(16, 185, 129, 0.95) 176deg,
      rgba(83, 183, 211, 0.18) 270deg,
      rgba(83, 183, 211, 0.16) 360deg
    );
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 0;
}

.hero__cta::after,
.problem-section__cta::after,
.offer-card__cta::after,
.faq-section__support-cta::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: rgba(6, 15, 29, 0.46);
  z-index: 0;
}

.hero__cta-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18.71px;
  width: 100%;
  height: 100%;
  border-radius: 1018.146px;
  border: 1.131px solid rgba(255, 255, 255, 0.2);
  background: var(--brand);
  box-shadow: 0 18px 32px rgba(16, 185, 129, 0.18);
  color: var(--text);
  font-family: var(--font-family-ui);
  font-size: 20.494px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0;
}

.hero__cta:hover,
.hero__cta:focus-visible,
.problem-section__cta:hover,
.problem-section__cta:focus-visible,
.offer-card__cta:hover,
.offer-card__cta:focus-visible,
.faq-section__support-cta:hover,
.faq-section__support-cta:focus-visible {
  box-shadow: 0 0 0 1px rgba(83, 183, 211, 0.18), 0 16px 34px rgba(16, 185, 129, 0.3);
}

.hero__cta:hover::before,
.hero__cta:focus-visible::before,
.problem-section__cta:hover::before,
.problem-section__cta:focus-visible::before,
.offer-card__cta:hover::before,
.offer-card__cta:focus-visible::before,
.faq-section__support-cta:hover::before,
.faq-section__support-cta:focus-visible::before {
  animation: heroCtaBorderSpin 1.8s linear 1;
}

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

.hero__benefits {
  display: flex;
  align-items: center;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-family-ui);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
}

.hero__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.icon-check {
  display: inline-flex;
  width: 16.5px;
  height: 15.5px;
  color: var(--brand);
}

.benefits-bar {
  background: var(--brand);
}

.benefits-bar__inner {
  width: min(1263px, calc(100% - 64px));
  min-height: 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 169px 117px 210px 88px 215px;
  justify-content: center;
  align-items: center;
  column-gap: 58px;
}

.benefits-bar__item {
  position: relative;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #060f1d;
  text-align: center;
}

.benefits-bar__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  width: 1px;
  height: 80px;
  background: rgba(6, 15, 29, 0.42);
  transform: translateY(-50%);
}

.benefits-bar__item img {
  max-height: 30px;
  width: auto;
  object-fit: contain;
}

.benefits-bar__item p {
  margin: 0;
  font-family: var(--font-family-alt);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.problem-section {
  padding-inline: max(24px, calc((100vw - 1103px) / 2));
}

.problem-section__inner {
  width: min(100%, 1103px);
  min-height: 862px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 71px;
  box-sizing: border-box;
}

.problem-section__title {
  width: min(100%, 608px);
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 700;
  line-height: var(--line-height-heading);
  text-align: center;
  text-wrap: balance;
}

.problem-section__title span {
  display: block;
}

.problem-section__body {
  width: 100%;
  display: grid;
  grid-template-columns: 560px 473px;
  align-items: center;
  column-gap: 70px;
}

.problem-section__gallery {
  width: 560px;
  display: grid;
  grid-template-columns: 310px 232px;
  grid-template-rows: 265px 256px;
  gap: 14px 18px;
}

.problem-section__gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
}

.problem-section__gallery-card--top {
  grid-column: 1 / -1;
}

.problem-section__gallery-media {
  position: absolute;
}

.problem-section__gallery-media img {
  display: block;
  max-width: none;
}

.problem-section__gallery-media--top {
  left: 50%;
  top: calc(50% + 14.78px);
  width: 596px;
  height: 397px;
  transform: translate(-50%, -50%);
}

.problem-section__gallery-media--top img {
  width: 596px;
  height: 397px;
}

.problem-section__gallery-media--left {
  left: -54px;
  top: -26px;
  width: 434px;
  height: 289px;
}

.problem-section__gallery-media--left img {
  width: 434px;
  height: 289px;
}

.problem-section__gallery-media--right {
  left: -85px;
  top: 0;
  width: 323.918px;
  height: 256px;
}

.problem-section__gallery-media--right img {
  width: 323.918px;
  height: 256px;
}

.problem-section__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.problem-section__lead {
  width: 100%;
  margin: 0;
  color: var(--text);
  font-size: 26px;
  font-weight: 600;
  line-height: var(--line-height-heading);
  text-wrap: pretty;
}

.problem-section__copy {
  width: 100%;
  color: var(--text);
  font-size: var(--font-size-body);
  font-weight: 400;
  line-height: var(--line-height-body);
}

.problem-section__copy p {
  margin: 0;
}

.problem-section__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-section__list li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--text);
}

.problem-section__list img {
  flex: 0 0 22px;
}

.problem-section__list span {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.problem-section__cta {
  width: min(313px, 100%);
}

/* —— Seção comparativo (Figma s05) —— */
.compare-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px max(24px, calc((100vw - 1080px) / 2)) 90px;
  background: var(--compare-bg);
}

.compare-section::before,
.compare-section::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(58px);
  opacity: 0.9;
}

.compare-section::before {
  top: 210px;
  right: max(24px, calc((100vw - 1080px) / 2) + 48px);
  width: min(34vw, 360px);
  height: min(34vw, 360px);
  background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, rgba(16, 185, 129, 0) 72%);
}

.compare-section::after {
  top: 288px;
  left: max(24px, calc((100vw - 1080px) / 2) + 40px);
  width: min(26vw, 280px);
  height: min(26vw, 280px);
  background: radial-gradient(circle, rgba(192, 57, 43, 0.08) 0%, rgba(192, 57, 43, 0) 70%);
}

.compare-section__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.compare-section__header {
  max-width: 760px;
  margin-bottom: 56px;
}

.compare-section__eyebrow {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

.compare-section__title {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-wrap: balance;
}

.compare-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.compare-section__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 610px;
}

.compare-section__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(10, 10, 11, 0.96) 0%, rgba(7, 8, 10, 0.96) 100%);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.18);
}

.compare-section__card-head {
  padding: 32px 32px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.compare-section__card-head--before {
  background: var(--compare-card-before-head);
  border-bottom-color: rgba(192, 57, 43, 0.14);
}

.compare-section__card-head--after {
  background: var(--compare-card-after-head);
  border-bottom-color: rgba(16, 185, 129, 0.15);
}

.compare-section__card-title {
  margin: 12px 0 0;
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-wrap: balance;
}

.compare-section__card-title--muted {
  color: rgba(255, 255, 255, 0.45);
}

.compare-section__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 32px 26px;
}

.compare-section__card-body--after {
  position: relative;
  padding-bottom: 18px;
}

.compare-section__card--before {
  border-color: rgba(192, 57, 43, 0.18);
  background: linear-gradient(180deg, rgba(12, 8, 8, 0.72) 0%, rgba(9, 9, 10, 0.98) 100%);
}

.compare-section__card--after {
  border-color: rgba(16, 185, 129, 0.45);
  background:
    linear-gradient(157deg, rgba(16, 185, 129, 0.13) 8.49%, rgba(6, 15, 29, 0.98) 54.15%),
    linear-gradient(180deg, rgba(5, 11, 21, 0.96) 0%, rgba(5, 11, 21, 0.96) 100%);
  box-shadow:
    0 0 60px rgba(16, 185, 129, 0.12),
    inset 0 1px 0 rgba(16, 185, 129, 0.2);
}

.compare-section__card--after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #10b981 40%, #27ae60 60%, rgba(0, 0, 0, 0) 100%);
}

@media (prefers-reduced-motion: no-preference) {
  .compare-section__card {
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .compare-section__card:hover {
    transform: translateY(-4px);
  }

  .compare-section__card--before:hover {
    border-color: rgba(192, 57, 43, 0.3);
  }

  .compare-section__card--after:hover {
    box-shadow:
      0 0 72px rgba(16, 185, 129, 0.16),
      inset 0 1px 0 rgba(16, 185, 129, 0.24);
  }
}

.compare-section__col-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compare-section__label-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-section__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.compare-section__dot--bad {
  background: var(--compare-bad);
}

.compare-section__dot--good {
  background: var(--compare-good);
}

.compare-section__dot--good-sm {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--compare-good);
}

.compare-section__label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.compare-section__label--bad {
  color: rgba(192, 57, 43, 0.7);
}

.compare-section__label--good {
  color: var(--compare-good);
}

.compare-section__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.compare-section__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 61px;
  padding: 16px 0 17px;
  border-bottom: 1px solid var(--compare-line);
}

.compare-section__card--after .compare-section__list li {
  border-bottom-color: var(--compare-card-after-line);
}

.compare-section__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
}

.compare-section__icon--bad {
  background: rgba(192, 57, 43, 0.1);
  border-color: rgba(192, 57, 43, 0.25);
}

.compare-section__icon--good {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.4);
}

.compare-section__icon svg {
  display: block;
}

.compare-section__text--bad {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.32);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.24);
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}

.compare-section__text--good {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.compare-section__proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 24px;
  padding: 12px 20px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  background: var(--compare-card-proof);
}

.compare-section__proof span:last-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--compare-good);
  text-align: center;
  text-wrap: balance;
}

/* —— Depoimentos (Figma s06) —— */
.testimonials-section {
  padding: 0 max(24px, calc((100vw - 1233px) / 2)) 90px;
  background: var(--compare-bg);
}

.testimonials-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 384px) 1px minmax(0, 1fr);
  column-gap: 60px;
  align-items: stretch;
  width: min(100%, 1233px);
  margin: 0 auto;
}

.testimonials-section__intro {
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}

.testimonials-section__intro-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonials-section__eyebrow {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--brand);
}

.testimonials-section__title {
  margin: 0;
  max-width: 384px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-wrap: balance;
}

.testimonials-section__nav {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.testimonials-section__nav-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.35);
}

.testimonials-section__nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.45);
}

.testimonials-section__nav-btn:focus-visible {
  outline: 2px solid var(--brand-secondary);
  outline-offset: 3px;
}

.testimonials-section__nav-btn:active {
  transform: translateY(0);
}

.testimonials-section__nav-btn svg {
  display: block;
}

.testimonials-section__nav-btn--next svg {
  transform: rotate(180deg);
}

.testimonials-section__divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  min-height: 1px;
}

.testimonials-section__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
}

.testimonials-section__quote {
  position: relative;
  margin: 0;
  max-width: 749px;
  padding-inline: clamp(28px, 3vw, 44px);
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  color: #fff;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

.testimonials-section__quote::before,
.testimonials-section__quote::after {
  position: absolute;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  color: rgba(16, 185, 129, 0.72);
  text-shadow: 0 0 26px rgba(16, 185, 129, 0.18);
}

.testimonials-section__quote::before {
  content: "\201C";
  top: -0.08em;
  left: 0;
}

.testimonials-section__quote::after {
  content: "\201D";
  right: 0;
  bottom: -0.26em;
}

.testimonials-section__author {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 60px;
}

.testimonials-section__avatar-wrap {
  position: relative;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-section__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials-section__avatar[hidden] {
  display: none;
}

.testimonials-section__initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.85) 0%, rgba(6, 15, 29, 0.95) 100%);
  letter-spacing: 0.02em;
}

.testimonials-section__initials[hidden] {
  display: none;
}

.testimonials-section__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.testimonials-section__name {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.testimonials-section__role {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #d2d2d2;
}

/* —— FAQ + suporte (Figma s09 / 6002:3501) —— */
.faq-section {
  padding: 0 max(24px, calc((100vw - 876px) / 2)) 90px;
  background: var(--bg);
}

.faq-section__inner {
  width: min(100%, 876px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.faq-section__header {
  text-align: center;
}

.faq-section__title {
  margin: 0;
  font-family: var(--font-family-general);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.faq-section__list {
  width: min(100%, 696px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.06);
}

.faq-item__summary {
  min-height: 56px;
  padding: 14px 16px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  list-style: none;
  cursor: pointer;
}

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

.faq-item__toggle {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.faq-item__toggle::before {
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.faq-item__toggle::after {
  right: 6px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
}

.faq-item[open] .faq-item__toggle::before {
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item[open] .faq-item__toggle::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  margin: 0;
  padding: 0 24px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.faq-section__support {
  width: min(100%, 696px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.faq-section__support-title {
  margin: 0;
  max-width: 571px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}

.faq-section__support-cta {
  width: min(100%, 516px);
  min-height: 66px;
  border-radius: 999px;
  background: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 14px 24px 14px 18px;
  color: #060f1d;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 14px 32px rgba(16, 185, 129, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-section__support-cta:hover,
.faq-section__support-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.34);
}

.faq-section__wa-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #060f1d;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-section__wa-icon svg {
  width: 18px;
  height: 18px;
}

/* —— Oferta / checkout (Figma 6002:3282) —— */
.offer-section {
  position: relative;
  padding: 72px max(24px, calc((100vw - 800px) / 2)) 96px;
  background: var(--bg);
  overflow: hidden;
}

.offer-section__band {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: min(636px, 88vh);
  max-height: 720px;
  background: #10b981;
  pointer-events: none;
  z-index: 0;
}

.offer-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.offer-card {
  width: min(100%, 762px);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 66px) clamp(32px, 8vw, 98px);
  border-radius: 28.758px;
  border: 1px solid #10b981;
  background: #060f1d;
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(16, 185, 129, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.offer-card__logo {
  width: 161px;
  height: 43px;
  object-fit: contain;
}

.offer-card__rule {
  width: min(356px, 100%);
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.offer-card__title {
  margin: 0;
  max-width: 30ch;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-wrap: balance;
}

.offer-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: min(100%, 500px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}

.offer-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 2.0vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.offer-card__check {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
}

.offer-card__check::before {
  content: "";
  width: 22px;
  height: 22px;
  background:
    center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2310b981' fill-opacity='0.12'/%3E%3Cpath d='M7 12.2l3.1 3.1L17 8.8' stroke='%2310b981' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.offer-card__was {
  margin: 0;
  margin-bottom: -6px;
}

.offer-card__was-text {
  position: relative;
  display: inline-block;
  font-family: var(--font-family-aeonik);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.offer-card__was-text::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -3px;
  top: 50%;
  height: 2px;
  background: #10b981;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-2deg);
}

.offer-card__price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #fff;
  width: 100%;
}

.offer-card__price-lead {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.5;
}

.offer-card__price-main {
  margin: 0;
  font-size: clamp(56px, 12vw, 110px);
  font-weight: 700;
  line-height: 1;
}

.offer-card__price-installments {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.offer-card__cta {
  width: min(313px, 100%);
}

.faq-section__support .offer-card__cta {
  width: min(360px, 100%);
}

.offer-card__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 14px;
}

.offer-card__payments img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.offer-card__pay-google {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
}

.offer-card__pay-google img {
  height: auto;
  max-height: 18px;
}

.offer-card__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}

.offer-card__trust img {
  height: 19px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.95;
}

/* —— Garantia 7 dias (Figma s08 / 6002:3264) —— */
.guarantee-section {
  padding: 0 max(24px, calc((100vw - 1024px) / 2)) 90px;
}

.guarantee-section__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1024px;
  margin: 0 auto;
}

.guarantee-section__visual {
  position: relative;
  flex: 0 0 446px;
  min-width: 0;
  min-height: 430px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.guarantee-section__big07 {
  position: absolute;
  left: 48%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-family: var(--font-family-aeonik);
  font-weight: 700;
  font-size: 400px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  background: linear-gradient(
    180deg,
    #10b981 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.guarantee-section__visual-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  padding-top: 200px;
  max-width: 326px;
}

.guarantee-section__visual-label {
  margin: 0;
  font-family: var(--font-family-aeonik);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #fff;
}

.guarantee-section__visual-head {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-aeonik);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.guarantee-section__visual-head .line {
  display: block;
}

.guarantee-section__stars {
  width: min(248px, 100%);
  height: auto;
  display: block;
  margin-top: 4px;
}

.guarantee-section__copy {
  flex: 0 0 498px;
  min-width: 0;
  max-width: 498px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}

.guarantee-section__title {
  margin: 0;
  max-width: 432px;
  font-family: var(--font-family-aeonik);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}

.guarantee-section__title-line {
  display: block;
}

.guarantee-section__accent {
  color: var(--brand);
}

.guarantee-section__body {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: var(--font-family-aeonik);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 498px;
}

.guarantee-section__body p {
  margin: 0;
}

.modules-section {
  padding: 0 max(24px, calc((100vw - 1144px) / 2)) 90px;
  background: var(--bg);
}

.modules-section__inner {
  width: min(100%, 1144px);
  margin: 0 auto;
  padding: 90px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.modules-section__title {
  width: min(100%, 813px);
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 700;
  line-height: var(--line-height-heading);
  text-align: center;
  text-wrap: balance;
}

.modules-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.modules-card {
  position: relative;
  min-height: 281px;
  padding: 27px 41px 28px;
  border: 0.891px solid #18324e;
  border-radius: 4.457px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.96) 0%, #060f1d 100%);
  box-shadow:
    inset 0 0 0 1px rgba(18, 45, 71, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.12);
}

.modules-card::before,
.modules-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.modules-card::before {
  inset: 0;
  background:
    url("assets/s04-card-glow.svg") center 34% / 178px 178px no-repeat,
    url("assets/s04-card-glow.svg") center 34% / 178px 178px no-repeat;
  opacity: 0.96;
  z-index: 0;
}

.modules-card::after {
  left: 50%;
  top: 50%;
  width: 450.167px;
  height: 364.591px;
  transform: translate(-50%, -50%);
  background: url("assets/s04-card-pattern.svg") center / 100% 100% no-repeat;
  mix-blend-mode: hard-light;
  opacity: 1;
  z-index: 0;
}

.modules-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21.394px;
  width: min(100%, 283px);
}

.modules-card__icon {
  flex: 0 0 45.462px;
  width: 45.462px;
  height: 45.462px;
}

.modules-card__title {
  width: min(100%, 274px);
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
}

.modules-card__copy {
  width: min(100%, 283px);
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.modules-card__badge {
  min-height: 20px;
  padding: 2px 10px;
  border-radius: 100px;
  background: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6.697px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.modules-card__badge img {
  flex: 0 0 8.914px;
  width: 8.914px;
  height: 8.023px;
}

.modules-card__badge span {
  background: linear-gradient(180deg, #4d6e91 0.14%, #0f1f32 118.18%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-accent);
  font-size: 12.48px;
  font-weight: 600;
  line-height: 38.574px;
  white-space: nowrap;
}

/* —— Rodapé (Figma s10 / 6002:3508) —— */
.site-footer {
  background: var(--brand);
  padding: 16px 24px;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
}

.site-footer__inner p {
  margin: 0;
  color: #060f1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.site-footer__inner a {
  color: #060f1d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.site-footer__inner a:hover,
.site-footer__inner a:focus-visible {
  opacity: 0.85;
}

@media (prefers-reduced-motion: no-preference) {
  html.motion-safe [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition:
      opacity 0.56s ease,
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  html.motion-safe [data-reveal="left"] {
    transform: translate3d(-30px, 0, 0);
  }

  html.motion-safe [data-reveal="right"] {
    transform: translate3d(30px, 0, 0);
  }

  html.motion-safe [data-reveal="zoom"] {
    transform: scale(0.96);
  }

  html.motion-safe [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1440px) {
  .hero {
    min-height: auto;
    padding-bottom: 92px;
  }

  .hero__rings--left {
    left: 145px;
    top: 128px;
    transform: scale(0.84);
    transform-origin: top left;
  }

  .hero__rings--right {
    right: 126px;
    top: 386px;
  }

  .hero__glow--top-right {
    right: 210px;
  }

  .hero__stage-wrap {
    width: min(1111.842px, calc(100% - 120px));
  }

  .hero__dot--1 {
    right: 248px;
  }

  .hero__dot--2 {
    right: 202px;
  }

  .hero__dot--3 {
    right: 252px;
  }

  .benefits-bar__inner {
    width: calc(100% - 48px);
    column-gap: 36px;
  }

  .benefits-bar__item:not(:last-child)::after {
    right: -18px;
  }
}

@media (min-width: 1181px) {
  .hero__content::before {
    top: 50px;
    height: 460px;
    background:
      radial-gradient(ellipse at 50% 12%, rgba(6, 15, 29, 0.98) 0%, rgba(6, 15, 29, 0.92) 30%, rgba(6, 15, 29, 0.68) 56%, rgba(6, 15, 29, 0.18) 82%, rgba(6, 15, 29, 0) 100%);
    filter: blur(18px);
  }
}

@media (max-width: 1180px) {
  .hero {
    padding-top: 24px;
  }

  .hero__header {
    width: calc(100% - 40px);
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .hero__header-group {
    width: 100%;
    flex-direction: column;
    gap: 18px;
  }

  .hero__nav,
  .hero__header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero__stage-wrap {
    width: calc(100% - 40px);
    margin-top: 40px;
  }

  .hero__content {
    width: calc(100% - 40px);
    margin-top: -110px;
  }

  .hero__title {
    font-size: clamp(36px, 5vw, 48px);
  }

  .hero__actions {
    flex-direction: column;
    gap: 20px;
  }

  .hero__benefits {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__rings--left,
  .hero__rings--right {
    opacity: 0.6;
  }

  .benefits-bar__inner {
    padding: 26px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .benefits-bar__item {
    min-height: 92px;
  }

  .benefits-bar__item:nth-child(3)::after {
    display: none;
  }

  .problem-section {
    padding-inline: 40px;
  }

  .problem-section__inner {
    min-height: auto;
    padding: 72px 0;
    gap: 48px;
  }

  .problem-section__body {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .problem-section__gallery {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .problem-section__content {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .problem-section__gallery-media {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  .problem-section__gallery-media picture {
    width: 100%;
    height: 100%;
  }

  .problem-section__gallery-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .problem-section__gallery-media--top img {
    object-position: center 46%;
  }

  .problem-section__gallery-media--left img {
    object-position: 44% 28%;
  }

  .problem-section__gallery-media--right img {
    object-position: 92% 50%;
  }

  .problem-section__list span {
    white-space: normal;
    line-height: 1.25;
  }

  .offer-section {
    padding-inline: 40px;
  }

  .offer-card {
    padding: 56px 40px;
  }

  .faq-section {
    padding-inline: 40px;
  }

  .modules-section {
    padding-inline: 40px;
    padding-bottom: 80px;
  }

  .modules-section__inner {
    padding-top: 72px;
  }

  .modules-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 72px;
  }

  .hero__header {
    width: calc(100% - 24px);
    justify-content: center;
    gap: 0;
  }

  .hero__header-group {
    display: none;
  }

  .hero__brand img {
    width: 136px;
    height: auto;
  }

  .hero__stage-wrap {
    width: calc(100% - 24px);
    margin-top: 28px;
  }

  .hero__content {
    width: calc(100% - 24px);
    gap: 16px;
    margin-top: 18px;
  }

  .hero__content-logo {
    width: 120px;
    height: auto;
  }

  .hero__title {
    width: 100%;
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .hero__description {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero__cta {
    width: min(252px, 100%);
    height: 62px;
    padding: 8px;
  }

  .hero__cta-inner {
    font-size: 16px;
    gap: 12px;
  }

  .hero__benefits {
    gap: 14px 18px;
    font-size: 16px;
  }

  .hero__benefits li {
    white-space: normal;
    justify-content: center;
  }

  .hero__rings--left {
    left: -46px;
    top: 168px;
    transform: scale(0.46);
  }

  .hero__rings--right {
    right: -86px;
    top: 380px;
    transform: scale(0.64);
    transform-origin: top right;
  }

  .hero__glow--top-right {
    top: 170px;
    right: -54px;
    transform: scale(0.9);
  }

  .hero__glow--bottom-left {
    left: -68px;
    bottom: -86px;
    transform: scale(0.9);
  }

  .hero__dot--1,
  .hero__dot--2,
  .hero__dot--3 {
    display: none;
  }

  .benefits-bar__inner {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 18px;
    padding: 22px 0;
  }

  .benefits-bar__item {
    min-height: 84px;
    gap: 8px;
  }

  .benefits-bar__item::after,
  .benefits-bar__item:nth-child(3)::after {
    display: none;
  }

  .benefits-bar__item p {
    font-size: 18px;
    line-height: 1.15;
    white-space: normal;
  }

  .problem-section {
    padding-inline: 24px;
  }

  .problem-section__inner {
    padding: 64px 0;
    gap: 36px;
  }

  .problem-section__title {
    font-size: clamp(24px, 6.2vw, 28px);
  }

  .problem-section__lead {
    font-size: 20px;
  }

  .problem-section__gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(200px, auto) minmax(180px, auto);
  }

  .problem-section__gallery-card--top {
    aspect-ratio: 560 / 265;
  }

  .problem-section__gallery-card--left {
    aspect-ratio: 232 / 256;
  }

  .problem-section__gallery-card--right {
    aspect-ratio: 232 / 256;
  }

  .problem-section__copy {
    font-size: 16px;
  }

  .problem-section__cta {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    gap: 10px;
    font-size: 18px;
  }

  .compare-section {
    padding: 56px 24px 72px;
  }

  .compare-section::before {
    top: 240px;
    right: -48px;
    width: 220px;
    height: 220px;
  }

  .compare-section::after {
    top: 340px;
    left: -56px;
    width: 160px;
    height: 160px;
  }

  .compare-section__header {
    margin-bottom: 36px;
  }

  .compare-section__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .compare-section__col {
    min-height: auto;
  }

  .compare-section__card {
    border-radius: 18px;
  }

  .compare-section__card-head {
    padding: 24px 24px 22px;
  }

  .compare-section__card-body {
    padding: 20px 24px 22px;
  }

  .compare-section__card-body--after {
    padding-bottom: 16px;
  }

  .compare-section__text--bad,
  .compare-section__text--good {
    font-size: 14px;
  }

  .compare-section__proof {
    margin-top: 20px;
    padding: 12px 14px;
  }

  .compare-section__proof span:last-child {
    letter-spacing: 0.04em;
  }

  .testimonials-section {
    padding: 0 24px 64px;
  }

  .testimonials-section__inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
  }

  .testimonials-section__intro {
    flex: none;
    gap: 32px;
  }

  .testimonials-section__title {
    max-width: none;
    font-size: clamp(26px, 6.5vw, 32px);
  }

  .testimonials-section__divider {
    width: 100%;
    height: 1px;
    min-height: 0;
    order: 0;
  }

  .testimonials-section__intro {
    order: -1;
  }

  .testimonials-section__content {
    order: 1;
  }

  .testimonials-section__content {
    gap: 40px;
  }

  .testimonials-section__quote {
    padding-inline: 24px 18px;
  }

  .faq-section {
    padding: 0 24px 72px;
  }

  .faq-section__list,
  .faq-section__support {
    width: 100%;
  }

  .faq-section__support-title {
    font-size: clamp(28px, 7vw, 32px);
  }

  .faq-item__summary {
    padding: 14px 14px 14px 16px;
    font-size: 15px;
  }

  .faq-item__answer {
    padding: 0 16px 14px;
    font-size: 14px;
  }

  .faq-section__support-cta {
    min-height: 62px;
    justify-content: center;
    padding-inline: 16px;
    gap: 10px;
    font-size: clamp(18px, 4.8vw, 24px);
  }

  .faq-section__wa-icon {
    width: 31px;
    height: 31px;
  }

  .offer-section {
    padding: 48px 24px 72px;
  }

  .offer-card {
    padding: 40px 22px;
    gap: 24px;
    border-radius: 22px;
  }

  .offer-card__cta {
    width: min(252px, 100%);
  }

  .faq-section__support .offer-card__cta {
    width: min(290px, 100%);
  }

  .offer-card__payments {
    gap: 8px 10px;
  }

  .offer-card__payments img {
    height: 18px;
    max-width: 46px;
  }

  .offer-card__pay-google {
    height: 18px;
  }

  .offer-card__pay-google img {
    max-height: 14px;
  }

  .offer-card__trust img {
    height: 16px;
  }

  .offer-card__list {
    align-items: center;
  }

  .offer-card__list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .offer-card__was-text {
    font-size: clamp(24px, 6.5vw, 32px);
  }

  .guarantee-section {
    padding: 0 24px 64px;
  }

  .guarantee-section__inner {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .guarantee-section__visual {
    flex: none;
    width: 100%;
    min-height: 220px;
    justify-content: center;
  }

  .guarantee-section__big07 {
    font-size: clamp(112px, 46vw, 190px);
    left: 50%;
  }

  .guarantee-section__visual-inner {
    align-items: center;
    padding-top: 28px;
    text-align: center;
  }

  .guarantee-section__visual-label {
    letter-spacing: 10px;
  }

  .guarantee-section__visual-head {
    font-size: clamp(32px, 8.8vw, 46px);
  }

  .guarantee-section__stars {
    width: min(184px, 78%);
  }

  .guarantee-section__copy {
    flex: none;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .guarantee-section__title {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 36px);
  }

  .guarantee-section__body {
    width: min(100%, 33ch);
    gap: 16px;
    font-size: clamp(14px, 4.6vw, 17px);
    line-height: 1.45;
    text-align: center;
  }

  .modules-section {
    padding: 0 24px 64px;
  }

  .modules-section__inner {
    padding-top: 24px;
  }

  .modules-section__title {
    font-size: clamp(20px, 5vw, 28px);
  }

  .modules-section__grid {
    grid-template-columns: 1fr;
  }

  .modules-card {
    min-height: auto;
    padding: 26px 24px 28px;
  }

  .modules-card__content,
  .modules-card__title,
  .modules-card__copy {
    width: 100%;
  }

  .modules-card__copy {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .benefits-bar__inner {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 14px 16px;
  }

  .site-footer__inner p {
    font-size: 13px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
