:root {
  --preto: #070b10;
  --preto-2: #0d141c;
  --grafite: #151e28;
  --dourado: #d5a63d;
  --dourado-claro: #ffe19a;
  --dourado-escuro: #9f7220;
  --prata: #e9edf1;
  --cinza: #9ca8b4;
  --branco: #ffffff;
  --creme: #f7f3eb;
  --verde: #26a269;
  --sombra: 0 24px 65px rgba(0, 0, 0, .30);
  --raio: 24px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--prata);
  background:
    radial-gradient(circle at 50% 5%, rgba(213, 166, 61, .18), transparent 28rem),
    linear-gradient(180deg, #091018 0%, var(--preto) 58%, #05080c 100%);
  line-height: 1.55; min-height: 100vh; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.topbar {
  padding: 12px 16px; text-align: center; color: #241804;
  font-weight: 800; font-size: .92rem; letter-spacing: .03em;
  background: linear-gradient(90deg, #9b6d15, var(--dourado-claro), #b9831f);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}
.header { position: relative; overflow: hidden; border-bottom: 1px solid rgba(213, 166, 61, .28); }
.header::before, .header::after {
  content: ""; position: absolute; width: 360px; height: 360px;
  border-radius: 50%; filter: blur(70px); opacity: .18; pointer-events: none;
}
.header::before { background: var(--dourado); left: -180px; top: -220px; }
.header::after { background: #fff0b5; right: -180px; bottom: -250px; }
.nav {
  min-height: 76px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.brand {
  font-size: .85rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: .18em; color: var(--dourado-claro); text-decoration: none;
}
.nav-link {
  text-decoration: none; padding: 10px 18px;
  border: 1px solid rgba(213, 166, 61, .45); border-radius: 999px;
  color: var(--prata); font-size: .9rem; font-weight: 700; transition: .2s ease;
}
.nav-link:hover { background: rgba(213, 166, 61, .12); transform: translateY(-1px); }
.hero {
  position: relative; display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center; gap: 54px; padding: 64px 0 78px;
}
.mockup-wrap { position: relative; display: flex; justify-content: center; align-items: center; }
.mockup-wrap::before {
  content: ""; position: absolute; inset: 12% 6% 5%; z-index: -1;
  background: radial-gradient(circle, rgba(213, 166, 61, .34), transparent 66%);
  filter: blur(20px);
}
.mockup {
  width: auto; height: auto; max-width: 100%; max-height: 620px;
  object-fit: contain; border-radius: 20px; box-shadow: var(--sombra);
  transform: perspective(1000px) rotateY(2deg);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--dourado-claro); font-size: .86rem; font-weight: 900;
  letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before {
  content: ""; width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--dourado), transparent);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5.4rem); line-height: .96;
  text-transform: uppercase; letter-spacing: -.045em; margin-bottom: 24px;
  background: linear-gradient(180deg, #fff7d1 0%, #e8bb52 42%, #9f6b12 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .08));
}
.subtitle { max-width: 680px; color: #d4dbe2; font-size: clamp(1rem, 2vw, 1.26rem); margin-bottom: 28px; }
.subtitle strong { color: var(--branco); }
.author {
  color: var(--dourado-claro); font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem; margin-bottom: 30px;
}
.offer-card {
  padding: 32px 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)), var(--preto-2);
  border: 1px solid rgba(213, 166, 61, .34); border-radius: var(--raio);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28); text-align: center;
}
.offer-card h2 { font-size: clamp(1.2rem, 2.5vw, 1.55rem); line-height: 1.25; color: var(--branco); margin-bottom: 6px; }
.offer-card > p { color: var(--cinza); font-size: .96rem; margin-bottom: 22px; }
.price-box {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  margin-bottom: 22px; padding: 18px 14px; border-radius: 16px;
  background: linear-gradient(145deg, rgba(213, 166, 61, .10), rgba(213, 166, 61, .02));
  border: 1px dashed rgba(213, 166, 61, .45);
}
.price-label { color: var(--cinza); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.price {
  display: flex; align-items: baseline; gap: 4px; color: var(--dourado-claro);
  font-family: Georgia, "Times New Roman", serif; font-weight: 700;
}
.price-currency { font-size: 1.1rem; }
.price-value { font-size: clamp(2.4rem, 6vw, 3.4rem); line-height: 1; letter-spacing: -.02em; }
.price-hint { color: #b9c2cb; font-size: .82rem; margin-top: 6px; }
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; min-height: 62px; border: 0; border-radius: 14px; cursor: pointer;
  padding: 14px 20px; font-size: clamp(1rem, 2.2vw, 1.08rem); font-weight: 900;
  text-transform: uppercase; letter-spacing: .035em; color: #201605;
  background: linear-gradient(180deg, #ffe6a5 0%, #d6a43b 58%, #b57c18 100%);
  box-shadow: 0 12px 28px rgba(213, 166, 61, .28), inset 0 1px 0 rgba(255, 255, 255, .6);
  text-decoration: none; transition: .2s ease; text-align: center;
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.06); }
.cta:active { transform: translateY(0); }
.privacy {
  display: flex; justify-content: center; align-items: center; gap: 7px;
  margin-top: 14px; color: #86929e; font-size: .8rem; text-align: center;
}
.privacy::before { content: "◆"; color: var(--dourado); font-size: .6rem; }
.pain-section {
  padding: 80px 0 72px; position: relative;
  border-top: 1px solid rgba(213, 166, 61, .18);
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 166, 61, .10), transparent 20rem),
    linear-gradient(180deg, #060a10, #0a1119);
}
.pain-heading { text-align: center; max-width: 780px; margin: 0 auto 38px; }
.pain-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3rem); line-height: 1.1;
  color: var(--branco); margin-bottom: 12px;
}
.pain-heading p { color: #b9c2cb; font-size: 1.02rem; }
.pain-heading strong { color: var(--dourado-claro); }
.pain-list {
  display: grid; gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  max-width: 960px; margin: 0 auto;
}
.pain-item {
  display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start;
  padding: 18px 20px; border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.03), rgba(255,255,255,.008));
  border: 1px solid rgba(213, 166, 61, .18);
}
.pain-mark {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(213, 166, 61, .14);
  color: var(--dourado-claro); font-weight: 900; font-size: .95rem;
  border: 1px solid rgba(213, 166, 61, .35);
}
.pain-item p { color: #d4dbe2; font-size: .98rem; line-height: 1.5; }
.pain-cta-hint {
  text-align: center; margin-top: 36px; color: var(--dourado-claro);
  font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-style: italic;
}
.benefits-section {
  padding: 84px 0; background: var(--creme); color: #1c2530;
  border-top: 4px solid var(--dourado); border-bottom: 4px solid var(--dourado);
}
.section-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.section-heading .eyebrow { justify-content: center; color: var(--dourado-escuro); }
.section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3.25rem); line-height: 1.08;
  color: #111923; margin-bottom: 14px;
}
.section-heading p { color: #5b6670; font-size: 1.05rem; }
.benefits-layout {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 54px; align-items: center;
}
.benefit-list { display: grid; gap: 16px; }
.benefit {
  display: grid; grid-template-columns: 44px 1fr; gap: 15px;
  align-items: start; padding: 18px; border-radius: 16px; background: #ffffff;
  box-shadow: 0 10px 30px rgba(18, 25, 33, .07); border: 1px solid #e8e0cf;
}
.check {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; color: #211503; font-size: 1.25rem; font-weight: 900;
  background: linear-gradient(180deg, #ffe6a1, #cb9228);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.benefit h3 { color: #111923; font-size: 1.05rem; margin: 1px 0 4px; }
.benefit p { color: #5d6872; font-size: .94rem; }
.mini-mockup-wrap { display: flex; justify-content: center; }
.mini-mockup {
  width: auto; height: auto; max-width: 100%; max-height: 480px;
  object-fit: contain; border-radius: 18px; box-shadow: 0 24px 52px rgba(0, 0, 0, .18);
}
.final-cta { padding: 88px 0; text-align: center; }
.final-box {
  position: relative; overflow: hidden; padding: clamp(28px, 6vw, 68px);
  border: 1px solid rgba(213, 166, 61, .38); border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 166, 61, .18), transparent 24rem),
    linear-gradient(145deg, #111a24, #080d13);
  box-shadow: var(--sombra);
}
.final-box::after {
  content: ""; position: absolute; left: 10%; right: 10%; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--dourado), transparent);
}
.final-box h2 {
  max-width: 800px; margin: 0 auto 15px; color: var(--branco);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3.3rem); line-height: 1.08;
}
.final-box p {
  max-width: 710px; margin: 0 auto 28px; color: #b9c2cb;
  font-size: clamp(.98rem, 2vw, 1.1rem);
}
.final-price {
  display: inline-flex; align-items: baseline; gap: 6px; margin: 0 auto 22px;
  padding: 10px 22px; border-radius: 999px;
  background: rgba(213, 166, 61, .12); border: 1px solid rgba(213, 166, 61, .5);
  color: var(--dourado-claro); font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2.4vw, 1.3rem); font-weight: 700;
}
.final-box .cta { display: inline-flex; max-width: 420px; width: 100%; }
.footer {
  padding: 40px 0 34px; color: #7f8a95; font-size: .86rem; text-align: center;
  border-top: 1px solid rgba(213, 166, 61, .18); background: #05080c;
}
.footer-links {
  display: flex; justify-content: center; align-items: center; gap: 8px 22px;
  flex-wrap: wrap; margin-bottom: 18px;
}
.footer-links a {
  color: #cdd6df; text-decoration: none; font-size: .92rem; font-weight: 600;
  padding: 6px 4px; transition: color .2s ease;
}
.footer-links a:hover { color: var(--dourado-claro); }
.footer-links .sep { color: #3a4551; }
.footer-copyright { color: #7f8a95; font-size: .84rem; }
.footer-copyright strong { color: var(--dourado-claro); }
.legal-page { padding: 60px 0 80px; }
.legal-page .container { max-width: 820px; }
.legal-page h1 {
  font-family: Georgia, "Times New Roman", serif; text-transform: none;
  font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.02em;
  color: var(--dourado-claro); background: none; -webkit-text-fill-color: initial;
  filter: none; margin-bottom: 8px;
}
.legal-page .updated { color: var(--cinza); font-size: .9rem; margin-bottom: 36px; }
.legal-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--branco); font-size: 1.4rem; margin: 32px 0 12px;
}
.legal-page p, .legal-page li {
  color: #cdd6df; font-size: 1rem; line-height: 1.65; margin-bottom: 12px;
}
.legal-page ul { padding-left: 24px; margin-bottom: 12px; }
.legal-page a { color: var(--dourado-claro); text-decoration: underline; }
.back-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 32px;
  color: var(--dourado-claro); text-decoration: none; font-weight: 700; font-size: .95rem;
}
.back-link:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .hero, .benefits-layout { grid-template-columns: 1fr; }
  .hero { padding: 40px 0 56px; gap: 34px; }
  .hero-copy { order: 2; text-align: center; }
  .mockup-wrap { order: 1; }
  .eyebrow { justify-content: center; }
  .subtitle { margin-inline: auto; }
  .mockup { max-height: 520px; }
  .benefits-layout { gap: 36px; }
  .mini-mockup-wrap { order: -1; }
  .mini-mockup { max-height: 420px; }
  .pain-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .topbar { font-size: .74rem; padding: 10px 12px; }
  .nav { min-height: 64px; gap: 12px; }
  .nav-link { padding: 8px 14px; font-size: .82rem; }
  .hero { padding: 28px 0 48px; }
  h1 { margin-bottom: 18px; }
  .author { margin-bottom: 24px; }
  .mockup { max-height: 420px; }
  .offer-card { padding: 24px 20px; }
  .pain-section { padding: 60px 0; }
  .pain-item { padding: 16px; }
  .benefits-section, .final-cta { padding: 56px 0; }
  .benefit { grid-template-columns: 40px 1fr; padding: 15px; }
  .check { width: 40px; height: 40px; font-size: 1.1rem; }
  .final-box { border-radius: 22px; }
  .mini-mockup { max-height: 360px; }
  .footer-links { gap: 6px 14px; font-size: .86rem; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 24px); }
  .brand { font-size: .78rem; letter-spacing: .12em; }
  .mockup { max-height: 360px; }
  .cta { min-height: 56px; font-size: .95rem; }
}

/* Final CTA image */

.final-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(360px, 82%);
  margin: 22px auto 26px;
  filter: drop-shadow(0 14px 30px rgba(213, 166, 61, .28));
  animation: pulseGlow 2.8s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 14px 30px rgba(213, 166, 61, .28)); }
  50% { transform: scale(1.03); filter: drop-shadow(0 18px 40px rgba(213, 166, 61, .45)); }
}
@media (prefers-reduced-motion: reduce) {
  .final-image { animation: none; }
}
@media (max-width: 560px) {
  .final-image { max-width: min(280px, 78%); margin: 18px auto 22px; }
}

/* Image link hover state */

.final-image-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease;
}
.final-image-link:hover .final-image { filter: drop-shadow(0 20px 46px rgba(213, 166, 61, .55)); }
.final-image-link:active { transform: scale(.98); }
