:root {
  --orange: #ff7301;
  --orange-strong: #ff6500;
  --orange-soft: #fff1e6;
  --ink: #1a1a1a;
  --text: #5f6275;
  --white: #ffffff;
  --soft: #fffaf6;
  --line: #ececf1;
  --green: #18a957;
  --red: #e64545;
  --shadow: 0 24px 70px rgba(21, 26, 40, 0.10);
  --radius: 26px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
iframe { border: 0; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 30px 0;
  scroll-margin-top: 100px;
}
.section--soft { background: var(--soft); }
.section--dark {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,115,1,.24), transparent 35%),
    #171717;
  color: #fff;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 78px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26,26,26,.06);
}
.brand { display: inline-flex; align-items: center; justify-content: center; }
.brand img { width: 182px; height: auto; }

.hero { padding-top: 145px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  width: min(680px, 82vw);
  height: min(680px, 82vw);
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,115,1,.09), transparent 68%);
  pointer-events: none;
}
.hero__inner { position: relative; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}
.eyebrow--light { color: #ffb16c; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 1000px;
  margin: 0 auto 22px;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}
h1 span { color: var(--orange); }
h2 {
  color: var(--ink);
  font-size: clamp(30px, 3.5vw, 36px);
  line-height: 1.16;
  letter-spacing: -.035em;
  font-weight: 700;
  margin-bottom: 18px;
}
h3 {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
.hero__sub {
  max-width: 780px;
  margin: 0 auto 42px;
  font-size: clamp(16px, 1.6vw, 18px);
}

.vsl-frame {
  width: min(100%, 900px);
  margin: 0 auto 32px;
  border: 2px solid var(--orange);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #111;
}
.vsl-frame iframe { width: 100%; height: 100%; }

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 14px;
  border: 2px solid transparent;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 4px solid rgba(255,115,1,.22); outline-offset: 3px; }
.btn--primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 14px 34px rgba(255,115,1,.26);
}
.btn--primary:hover { box-shadow: 0 18px 40px rgba(255,115,1,.33); }
.btn--outline { border-color: var(--orange); color: var(--orange); background: #fff; }
.btn--hero { min-height: 58px; padding-inline: 34px; }
.microcopy { margin: 14px 0 0; font-size: 12px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}
.split--media-right { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.split__content h2,
.split__content > p {
  text-align: center;
}
.split__content > p { max-width: 640px; margin-inline: auto; }

.badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 32px; }
.benefit-badge {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f1dfd0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 7px 20px rgba(33,25,18,.05);
}
.badge-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.portrait-video-wrap { display: flex; justify-content: center; }
.portrait-video {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid var(--orange);
  background: #111;
  box-shadow: var(--shadow);
}
.portrait-video iframe { width: 100%; height: 100%; }
.portrait-video--tall { aspect-ratio: auto; }

.check-list {
  list-style: none;
  margin: 26px 0 34px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.check-list li {
  position: relative;
  padding-left: 38px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading--center p { max-width: 680px; margin-inline: auto; }
.section-heading h2,
.section-heading p { text-align: center; }
.section-heading--light h2 { color: #fff; }
.section-heading--light p { color: #bdbdc7; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.step-card {
  min-height: 260px;
  padding: 26px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
}
.step-card__number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 18px;
  background: var(--orange);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.step-card h3 { color: #fff; margin-bottom: 10px; }
.step-card p { color: #bdbdc7; font-size: 14px; line-height: 1.65; margin-bottom: 0; }

.carousel { position: relative; }
.carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 31%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 6px 6px 22px;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel--auto .carousel__track { scroll-snap-type: none; }
.carousel__item {
  margin: 0;
  scroll-snap-align: start;
  aspect-ratio: 9 / 16;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(21,26,40,.08);
}
.carousel__item img { width: 100%; height: 100%; object-fit: cover; }
.carousel__button {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21,26,40,.16);
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.carousel__button--prev { left: -18px; }
.carousel__button--next { right: -18px; }
.carousel__button:hover { color: var(--orange); }
.center-cta { display: flex; justify-content: center; margin-top: 28px; }

.offer { overflow: hidden; }
.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: stretch;
}
.offer-benefits {
  padding: 28px;
  border-radius: 30px;
  background: var(--soft);
  border: 1px solid #f3e3d6;
}
.offer-benefits__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 28px;
}
.offer-benefits h3 { font-size: 26px; margin-bottom: 12px; }
.check-list--offer { margin-bottom: 0; }

.pricing-grid-wrap { width: 100%; }
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 5px;
  border: 1px solid #f1dfd0;
  border-radius: 999px;
  background: #fff;
}
.pricing-tab {
  min-width: 120px;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.pricing-tab.is-active {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255,115,1,.22);
}
.pricing-tab:focus-visible { outline: 3px solid rgba(255,115,1,.24); outline-offset: 2px; }
.price-card[hidden] { display: none; }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.price-card {
  position: relative;
  padding: 30px 26px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(21,26,40,.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.price-card--featured { border: 2px solid var(--orange); box-shadow: 0 22px 60px rgba(255,115,1,.13); }
.price-card__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
}
.price-card__label { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .09em; margin-bottom: 12px; }
.price-card h3 { font-size: 28px; margin-bottom: 10px; }
.price-card__desc { font-size: 13px; line-height: 1.55; min-height: 62px; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin: 18px 0 10px; }
.price span { font-size: 18px; font-weight: 700; }
.price strong { font-size: clamp(42px, 4vw, 54px); line-height: 1; letter-spacing: -.04em; }
.price small { color: var(--text); font-size: 12px; }
.price-card__installment { font-size: 12px; min-height: 42px; }
.price-card__note { font-size: 11px; line-height: 1.5; margin: 14px 0 0; }
.price-card .btn { margin-top: auto; width: 100%; }
.checkout-note { text-align: center; margin: 24px auto 0; font-size: 12px; max-width: 760px; }
.checkout-note code { background: #f5f5f8; padding: 3px 6px; border-radius: 6px; }

.btn--pulse { animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse {
  0%,100% { transform: scale(1); box-shadow: 0 14px 34px rgba(255,115,1,.26); }
  50% { transform: scale(1.025); box-shadow: 0 18px 48px rgba(255,115,1,.40); }
}

.guarantee {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 900px;
}
.guarantee__seal {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 18px 45px rgba(255,115,1,.25);
}
.guarantee h2,
.guarantee p {
  text-align: center;
}
.guarantee h2 { margin-bottom: 10px; }
.guarantee p { margin-bottom: 0; }

.faq-wrap { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 18px 58px 18px 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 28px;
  font-weight: 500;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 20px 20px; margin: 0; font-size: 14px; }

.footer {
  background: #151515;
  padding: 46px 0;
}
.footer__inner { text-align: center; }
.footer img { width: 170px; margin: 0 auto 18px; filter: brightness(0) invert(1); opacity: .95; }
.footer p { color: #aaaab5; margin: 5px 0; font-size: 12px; }
.footer__small { opacity: .78; }

.checkout-modal { position: fixed; inset: 0; z-index: 100; display: none; }
.checkout-modal.is-open { display: grid; place-items: center; }
.checkout-modal__backdrop { position: absolute; inset: 0; background: rgba(10,10,12,.66); backdrop-filter: blur(5px); }
.checkout-modal__panel {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 520px);
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
}
.checkout-modal__panel h2 { font-size: 26px; }
.checkout-modal__panel p { font-size: 14px; }
.checkout-modal__close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 30px;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .steps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .offer-layout { grid-template-columns: 1fr; }
  .carousel__track { grid-auto-columns: 42%; }
}

@media (max-width: 760px) {
  .topbar { height: 68px; }
  .brand img { width: 154px; }
  .hero { padding-top: 140px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 30px 0; }
  .hero .eyebrow::before {
    flex: 0 0 22px;
    width: 22px;
  }
  .split, .split--media-right { grid-template-columns: 1fr; gap: 38px; }
  .split--media-right .split__content { order: 1; }
  .split--media-right .portrait-video-wrap { order: 2; }
  .portrait-video-wrap--left { order: 2; }
  #como-funciona .split__content { order: 1; }
  .portrait-video { width: min(88vw, 370px); }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .step-card__number { margin-bottom: 26px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .carousel__track { grid-auto-columns: 76%; gap: 14px; padding-inline: 2px; }
  .carousel__button { display: none; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal { margin-inline: auto; width: 160px; height: 160px; }
  .badges { gap: 8px; }
  .benefit-badge { width: 100%; justify-content: center; border-radius: 14px; }
  .vsl-frame { border-radius: 18px; }
  .btn { width: 100%; min-height: 54px; }
  .hero__sub { margin-bottom: 30px; }
  h1 { font-size: clamp(38px, 11vw, 52px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
}

@media (max-width: 420px) {
  .carousel__track { grid-auto-columns: 84%; }
  .offer-benefits, .price-card { padding: 22px 18px; border-radius: 24px; }
  .checkout-modal__panel { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
