:root {
  --green-950: #082619;
  --green-900: #06351f;
  --green-700: #078c45;
  --green-500: #14b85a;
  --yellow-500: #ffd329;
  --yellow-400: #ffe66d;
  --blue-950: #061b48;
  --blue-800: #09347f;
  --red-600: #e42626;
  --cream: #fff7df;
  --paper: #fffdf4;
  --ink: #111827;
  --muted: #5f6b78;
  --line: rgba(8, 38, 25, 0.14);
  --shadow: 0 24px 70px rgba(6, 27, 72, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, var(--green-900), var(--blue-800), var(--red-600));
  color: white;
  box-shadow: 0 10px 30px rgba(6, 27, 72, 0.2);
}

.topbar__inner {
  width: min(1120px, calc(100% - 24px));
  min-height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.timer {
  min-width: 72px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.topbar__link {
  color: var(--yellow-400);
}

.old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
  opacity: 0.78;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 56px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 211, 41, 0.55), transparent 25%),
    radial-gradient(circle at 12% 22%, rgba(20, 184, 90, 0.28), transparent 28%),
    linear-gradient(135deg, #fff9e8 0%, #f5ffe8 46%, #e7f1ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -220px -8%;
  height: 360px;
  background:
    linear-gradient(120deg, transparent 8%, rgba(255, 211, 41, 0.8) 8% 13%, transparent 13% 19%, rgba(7, 140, 69, 0.8) 19% 24%, transparent 24% 31%, rgba(9, 52, 127, 0.75) 31% 36%, transparent 36%),
    var(--green-900);
  transform: rotate(-4deg);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--red {
  color: var(--red-600);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--blue-950);
  font-size: clamp(48px, 8vw, 92px);
  text-transform: uppercase;
}

h2 {
  color: var(--blue-950);
  font-size: clamp(38px, 5vw, 64px);
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: 21px;
  line-height: 1.15;
}

.hero__lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: #344051;
  font-size: 20px;
}

.hero__actions,
.hero__actions + .proof-strip {
  margin-top: 28px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--yellow-500), #ff9f1c 48%, var(--red-600));
  color: #151008;
  box-shadow: 0 14px 34px rgba(228, 38, 38, 0.22);
}

.button--ghost {
  border: 1px solid rgba(6, 27, 72, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue-950);
}

.button--full {
  width: 100%;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(6, 27, 72, 0.08);
}

.proof-strip div {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip dt {
  color: var(--green-700);
  font-size: 24px;
  font-weight: 900;
}

.proof-strip dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero__media {
  position: relative;
  min-height: 620px;
  padding: 30px 18px 24px;
  border: 1px solid rgba(6, 27, 72, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 211, 41, 0.7), transparent 36%),
    radial-gradient(circle at 10% 80%, rgba(20, 184, 90, 0.35), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(231, 241, 255, 0.72));
  box-shadow: var(--shadow);
}

.sticker-fan {
  position: relative;
  width: min(100%, 520px);
  height: 550px;
  margin: 0 auto;
  filter: drop-shadow(0 24px 30px rgba(6, 27, 72, 0.22));
}

.sticker-card {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: min(42%, 210px);
  max-width: none;
  border: 7px solid white;
  border-radius: 10px;
  background: white;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  box-shadow: 0 20px 46px rgba(6, 27, 72, 0.26);
  transform-origin: 50% 100%;
}

.sticker-card--one {
  z-index: 4;
  transform: translateX(-50%) rotate(0deg);
}

.sticker-card--two {
  z-index: 3;
  transform: translateX(-88%) rotate(-16deg);
}

.sticker-card--three {
  z-index: 2;
  transform: translateX(-15%) rotate(15deg);
}

.sticker-card--four {
  z-index: 1;
  transform: translateX(-126%) rotate(-28deg);
}

.sticker-fan::before {
  content: "Figurinhas em PDF";
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 6;
  transform: translateX(-50%) rotate(-2deg);
  border-radius: 999px;
  background: var(--red-600);
  color: white;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(228, 38, 38, 0.22);
}

@media (min-width: 681px) {
  .hero__media {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sticker-fan {
    height: 470px;
    transform: translateY(42px);
  }

  .sticker-card {
    bottom: 54px;
    width: min(37%, 190px);
  }
}

.media-card {
  position: absolute;
  min-width: 170px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--blue-950);
  color: white;
  box-shadow: 0 16px 38px rgba(6, 27, 72, 0.25);
}

.media-card span {
  display: block;
  color: var(--yellow-400);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.media-card strong {
  display: block;
  margin-top: 2px;
  font-size: 18px;
}

.media-card--top {
  top: 82px;
  right: -16px;
}

.media-card--bottom {
  left: -14px;
  bottom: 36px;
  background: var(--green-900);
}

.ticker {
  overflow: hidden;
  background: var(--blue-950);
  color: white;
}

.ticker__track {
  width: max-content;
  display: flex;
  gap: 28px;
  padding: 14px 0;
  animation: ticker 24s linear infinite;
}

.ticker span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticker span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 28px;
  border-radius: 999px;
  background: var(--yellow-500);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section {
  padding: 86px 0;
}

.section--problem {
  background: #fff4ea;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: start;
}

.split p,
.section-heading p,
.showcase__copy p,
.offer__copy p {
  color: var(--muted);
  font-size: 18px;
}

.pain-list {
  display: grid;
  gap: 14px;
}

.pain-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(228, 38, 38, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.pain-list span {
  color: var(--red-600);
  font-family: Anton, Impact, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.pain-list p {
  margin: 0;
  color: var(--blue-950);
  font-weight: 800;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading--light h2,
.section-heading--light p {
  color: white;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 16px 40px rgba(6, 27, 72, 0.07);
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon {
  display: inline-flex;
  min-width: 54px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 6px;
  background: var(--green-900);
  color: var(--yellow-400);
  font-weight: 900;
}

.section--green {
  background:
    linear-gradient(rgba(6, 53, 31, 0.92), rgba(6, 53, 31, 0.92)),
    linear-gradient(135deg, var(--green-900), var(--blue-950));
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.steps article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.steps strong {
  color: var(--yellow-400);
  font-family: Anton, Impact, sans-serif;
  font-size: 54px;
  line-height: 1;
}

.steps h3 {
  margin-top: 20px;
  color: white;
}

.steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.comparison .section-heading {
  margin-inline: auto;
  text-align: center;
}

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

.compare-card {
  padding: 30px;
  border-radius: var(--radius);
}

.compare-card span {
  display: block;
  margin-bottom: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.compare-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.9;
}

.compare-card p {
  max-width: 440px;
  margin-bottom: 0;
  font-size: 18px;
}

.compare-card--old {
  border: 1px solid rgba(228, 38, 38, 0.24);
  background: #fff0ed;
}

.compare-card--old strong,
.compare-card--old span {
  color: var(--red-600);
}

.compare-card--new {
  border: 2px solid var(--green-500);
  background: var(--green-900);
  color: white;
  box-shadow: var(--shadow);
}

.compare-card--new strong,
.compare-card--new span {
  color: var(--yellow-400);
}

.compare-card--new p {
  color: rgba(255, 255, 255, 0.78);
}

.section--gallery {
  background: var(--blue-950);
}

.showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.showcase img {
  border-radius: 12px;
  background: white;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.showcase__copy {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.showcase__copy h3 {
  color: white;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.showcase__copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.offer {
  display: grid;
  grid-template-columns: 0.9fr minmax(360px, 520px);
  gap: 40px;
  align-items: center;
}

.offer-card {
  position: relative;
  padding: 34px;
  border: 2px solid var(--yellow-500);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}

.badge {
  display: inline-flex;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--blue-950);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.offer-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-950), var(--green-900));
  color: white;
}

.offer-timer span {
  color: var(--yellow-400);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-timer strong {
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

.offer-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  position: relative;
  padding-left: 30px;
  color: #344051;
  font-weight: 700;
}

.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green-500);
  box-shadow: inset 0 0 0 4px white;
  outline: 2px solid var(--green-500);
}

.price {
  margin: 28px 0 22px;
  text-align: center;
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  text-decoration: line-through;
}

.price strong {
  display: block;
  color: var(--green-700);
  font-family: Anton, Impact, sans-serif;
  font-size: 74px;
  line-height: 1;
}

.secure {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.section--faq {
  background: #f4f8f1;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
}

.faq details {
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.faq summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--blue-950);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  float: right;
  color: var(--green-700);
  font-size: 24px;
  line-height: 1;
}

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

.faq p {
  margin: -6px 0 20px;
  color: var(--muted);
}

.final-cta {
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 211, 41, 0.2), transparent 28%),
    linear-gradient(135deg, var(--green-900), var(--blue-950));
  color: white;
  text-align: center;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0 auto 28px;
  color: white;
}

.final-cta p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer {
  padding: 24px 0 92px;
  background: #041f14;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 14px;
  border-radius: 10px;
  background: var(--blue-950);
  color: white;
  box-shadow: 0 18px 48px rgba(6, 27, 72, 0.38);
}

.mobile-cta span {
  font-size: 14px;
}

.mobile-cta a {
  border-radius: 8px;
  background: var(--yellow-500);
  color: var(--blue-950);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .hero__grid,
  .split,
  .showcase,
  .offer,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .hero__media {
    max-width: 640px;
  }
}

@media (max-width: 680px) {
  .topbar__inner {
    gap: 10px;
    font-size: 10px;
  }

  .topbar__link {
    display: none;
  }

  .hero {
    padding: 16px 0 28px;
  }

  .hero__grid {
    gap: 14px;
  }

  .hero__media {
    order: 1;
    min-height: 292px;
    padding: 8px 8px 12px;
  }

  .hero__copy {
    order: 2;
  }

  h1 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 0.96;
  }

  h2 {
    font-size: 39px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .hero__lead,
  .split p,
  .section-heading p,
  .showcase__copy p,
  .offer__copy p {
    font-size: 14px;
  }

  .hero__lead {
    margin-bottom: 0;
    line-height: 1.35;
  }

  .hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .button {
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero__actions + .proof-strip {
    margin-top: 16px;
  }

  .proof-strip,
  .compare-grid,
  .features,
  .steps {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .media-card {
    min-width: 128px;
    padding: 8px 10px;
    border-radius: 7px;
  }

  .media-card span {
    font-size: 9px;
  }

  .media-card strong {
    font-size: 14px;
  }

  .media-card--top {
    top: 14px;
    right: 8px;
  }

  .media-card--bottom {
    left: 8px;
    bottom: 14px;
  }

  .sticker-fan {
    height: 272px;
    transform: translateX(32px);
  }

  .sticker-card {
    width: min(38%, 136px);
    border-width: 5px;
  }

  .sticker-card--one {
    transform: translateX(-50%) rotate(0deg);
  }

  .sticker-card--two {
    transform: translateX(-88%) rotate(-16deg);
  }

  .sticker-card--three {
    transform: translateX(-15%) rotate(15deg);
  }

  .sticker-card--four {
    transform: translateX(-126%) rotate(-28deg);
  }

  .sticker-fan::before {
    top: 0;
    padding: 6px 10px;
    font-size: 10px;
  }

  .proof-strip {
    display: none;
  }

  .section {
    padding: 58px 0;
  }

  .steps article {
    min-height: 0;
  }

  .offer-card {
    padding: 24px;
  }

  .price strong {
    font-size: 62px;
  }

  .footer .container {
    display: grid;
  }

  .mobile-cta {
    display: flex;
  }
}

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

  .ticker__track,
  .button {
    animation: none;
    transition: none;
  }
}
