:root {
  --bg: #050505;
  --bg-soft: #0b0906;
  --panel: rgba(15, 13, 10, .88);
  --gold: #d5a33d;
  --gold-light: #f0c86a;
  --gold-dark: #86621d;
  --text: #f4f0e8;
  --muted: #b8b0a3;
  --red: #8d1919;
  --red-bright: #ff4a4a;
  --green: #0d5b29;
  --green-bright: #62e78c;
  --line: rgba(213, 163, 61, .32);
  --radius: 20px;
  --shadow: 0 28px 70px rgba(0,0,0,.55);
}

/* Layout final: proporcoes compactas e responsivas do design aprovado */
@media (min-width: 981px) {
  .container { width: min(1120px, calc(100% - 48px)); }
  .section { padding: 58px 0; }
  .hero { min-height: 720px; padding: 34px 0 0; overflow: hidden; }
  .hero__grid { grid-template-columns: .9fr 1.1fr; gap: 18px; }
  .hero__content { z-index: 5; padding-bottom: 38px; }
  .hero h1 { margin: 22px 0 15px; line-height: 1.08; }
  .hero h1 > span { font-size: clamp(2.35rem, 4.2vw, 4.25rem); }
  .hero h1 small { max-width: 520px; margin-top: 8px; font-size: clamp(1.15rem, 1.7vw, 1.75rem); line-height: 1.3; }
  .hero__lead { max-width: 510px; font-size: .93rem; line-height: 1.65; }
  .benefits-grid { max-width: 520px; margin: 22px 0 20px; }
  .benefit { min-height: 86px; padding: 5px 13px; }
  .benefit .icon { font-size: 1.35rem; }
  .benefit p { font-size: .64rem; }
  .hero__visual { min-height: 665px; }
  .portrait-wrap { right: 14%; width: 65%; height: 83%; }
  .justice-silhouette { right: 0; font-size: 12rem; }
  .device-stage { right: -3%; bottom: 25px; width: 78%; height: 40%; }
  .section-heading { margin-bottom: 28px; }
  .section-heading p, .section-heading h2 { display: inline; font-size: 1.45rem; }
  .section-heading h2 { margin-left: 7px; }
  .section-heading span { display: block; margin-top: 5px; font-size: .88rem; }
  .comparison { padding-top: 34px; }
  .comparison__grid { max-width: 760px; margin: auto; gap: 18px; }
  .comparison-card { min-height: 350px; padding: 22px; border-radius: 10px; }
  .comparison-card__tag { font-size: 1.02rem; }
  .comparison-card h3 { margin: 5px 0 12px; font-size: .86rem; }
  .comparison-card li { padding: 6px 0 6px 26px; font-size: .75rem; }
  .comparison-card li::before { width: 16px; height: 16px; top: 7px; }
  .comparison__statement { margin: 24px auto 18px; font-size: .96rem; }
  .rules__grid { display: block; }
  .rules__mockup { display: none; }
  .rules-timeline { display: grid; grid-template-columns: repeat(10,1fr); gap: 5px; margin: 26px 0 24px; padding: 0; }
  .rules-timeline__line { left: 4%; right: 4%; top: 28px; bottom: auto; width: auto; height: 2px; }
  .rules-timeline__progress { display: none; }
  .rule { display: flex; min-height: 150px; padding-top: 58px; align-items: flex-start; text-align: center; }
  .rule__number { left: 50%; top: 0; width: 34px; height: 34px; transform: translateX(-50%); font-size: .7rem; z-index: 2; }
  .rule__icon { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); font-size: 1.2rem; }
  .rule p { font-size: .62rem; line-height: 1.45; }
  .rule.is-active .rule__number { transform: translateX(-50%) scale(1.06); }
  .rules .cta { display: flex; width: max-content; margin: auto; }
  .author__grid { grid-template-columns: 1.05fr .95fr; gap: 35px; }
  .author__content h3 { font-size: 1.35rem; }
  .author__content > p { font-size: .82rem; line-height: 1.55; }
  .credentials { gap: 10px; margin: 20px 0; font-size: .68rem; }
  .author__photo, .author__photo img { min-height: 440px; height: 440px; }
  .audience__grid { margin: 28px 0 20px; }
  .audience-card { min-height: 135px; padding: 18px 12px; border-radius: 0; border-width: 0 1px 0 0; background: none; }
  .audience-card:last-child { border-right: 0; }
  .audience-card span { width: 58px; height: 58px; font-size: 1.45rem; }
  .audience-card p { font-size: .78rem; }
  .final-cta { display: none; }
  .faq { padding-top: 28px; }
  .faq__grid { gap: 8px 14px; margin-bottom: 18px; }
  .faq-item summary { padding: 12px 15px; font-size: .78rem; }
  .faq-item p { padding: 0 15px 14px; font-size: .76rem; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1180px); }
  .section { padding: 36px 0; }
  .hero { padding-top: 22px; }
  .hero__content { padding-bottom: 0; }
  .eyebrow { padding: 6px 9px; font-size: .55rem; }
  .hero h1 { margin: 15px 0 10px; }
  .hero h1 > span { font-size: 2rem; }
  .hero h1 small { font-size: 1.04rem; }
  .hero__lead { font-size: .77rem; }
  .benefits-grid { margin: 16px 0; gap: 5px; }
  .benefit { min-height: 76px; padding: 8px 5px; text-align: center; }
  .benefit:first-child { padding-left: 5px; }
  .benefit .icon { font-size: 1.1rem; }
  .benefit p { margin-top: 5px; font-size: .53rem; }
  .cta { min-height: 44px; padding: 10px 15px; font-size: .72rem; }
  .hero__visual { min-height: 410px; }
  .portrait-wrap { right: 11%; width: 75%; height: 82%; }
  .device-stage { right: 0; bottom: 8px; width: 88%; height: 41%; }
  .justice-silhouette { font-size: 7rem; }
  .section-heading { margin-bottom: 20px; }
  .section-heading p, .section-heading h2 { display: block; margin: 0; font-size: 1.15rem; }
  .section-heading span { font-size: .72rem; }
  .comparison__grid { gap: 10px; }
  .comparison-card { padding: 17px 14px; }
  .comparison__symbol { height: 20px; line-height: 20px; transform: none; }
  .comparison__statement { font-size: .78rem; }
  .rules-timeline { margin: 22px 0 18px; padding-left: 42px; }
  .rules-timeline__line { left: 10px; }
  .rule { min-height: 48px; }
  .rule__number { left: -42px; top: 7px; width: 24px; height: 24px; font-size: .58rem; }
  .rule__icon { display: block; font-size: 1rem; }
  .rule p { font-size: .67rem; line-height: 1.35; }
  .author__photo { width: 78%; margin: auto; }
  .author__photo, .author__photo img { min-height: 340px; height: 340px; }
  .credentials { grid-template-columns: 1fr 1fr; font-size: .6rem; }
  .audience__grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .audience-card { min-height: 125px; padding: 16px 8px; }
  .faq__grid { gap: 6px; }
  .faq-item summary { padding: 10px 12px; font-size: .69rem; }
  footer .trust-row { gap: 8px; font-size: .52rem; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 2%, rgba(210,145,28,.12), transparent 26rem),
    linear-gradient(180deg, #030303, #080704 45%, #020202);
  color: var(--text);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 96px 0; }
.section--border { border-top: 1px solid var(--line); }

.page-glow {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .13;
  pointer-events: none;
}
.page-glow--one { top: 10%; right: -150px; background: #d29422; }
.page-glow--two { bottom: 5%; left: -160px; background: #8f5e11; }

.eyebrow {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid var(--gold-dark);
  border-radius: 6px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.86) 52%, rgba(20,13,4,.55) 100%),
    radial-gradient(circle at 84% 35%, rgba(232,164,43,.22), transparent 36%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 70%, transparent);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 52px;
}
.hero h1 {
  margin: 24px 0 20px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: .98;
}
.hero h1 > span {
  display: block;
  color: var(--gold-light);
  font-size: clamp(2.8rem, 6vw, 5.9rem);
}
.hero h1 small {
  display: block;
  margin-top: 18px;
  max-width: 820px;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 3rem);
  line-height: 1.14;
  font-weight: 500;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero__lead { max-width: 670px; color: var(--muted); font-size: 1.05rem; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 30px 0;
}
.benefit {
  min-height: 112px;
  padding: 10px 17px;
  border-right: 1px solid var(--line);
}
.benefit:first-child { padding-left: 0; }
.benefit:last-child { border-right: 0; }
.benefit .icon { color: var(--gold); font-size: 1.7rem; }
.benefit p { margin: 10px 0 0; font-size: .78rem; line-height: 1.45; text-transform: uppercase; }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 58px;
  padding: 16px 28px;
  border: 1px solid #efc465;
  border-radius: 5px;
  background: linear-gradient(135deg, #c8932d, #f0c864 52%, #b37c1b);
  color: #171005;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 15px 35px rgba(205,147,40,.18);
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.cta:hover { transform: translateY(-3px); filter: brightness(1.08); box-shadow: 0 20px 44px rgba(205,147,40,.28); }
.cta span { font-size: 1.35rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; color: #d4cdc1; font-size: .77rem; text-transform: uppercase; }

.hero__visual { position: relative; min-height: 650px; }
.portrait-wrap {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 78%;
  height: 88%;
  overflow: hidden;
  border-radius: 44% 44% 12px 12px;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,.62));
}
.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 52%, rgba(5,5,5,.95) 96%);
}
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.justice-silhouette {
  position: absolute;
  right: 2%;
  top: 4%;
  font-size: 15rem;
  color: rgba(213,163,61,.13);
  filter: blur(.2px);
}
.device-stage { position: absolute; z-index: 4; right: -2%; bottom: 0; width: 82%; height: 45%; }
.laptop { position: absolute; right: 5%; bottom: 4%; width: 78%; transform: perspective(900px) rotateY(-8deg) rotateX(3deg); }
.laptop__screen { padding: 10px; border: 4px solid #1c1c1c; border-bottom-width: 12px; border-radius: 13px 13px 5px 5px; background: #050505; box-shadow: var(--shadow); }
.laptop__base { width: 110%; height: 14px; margin-left: -5%; background: linear-gradient(#343434,#111); border-radius: 2px 2px 14px 14px; }
.phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  aspect-ratio: .52;
  padding: 7px;
  background: #0b0b0b;
  border: 2px solid #4b4b4b;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}
.book-cover {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(140deg, rgba(222,166,55,.12), transparent 35%),
    radial-gradient(circle at 77% 25%, rgba(213,163,61,.17), transparent 22%),
    #080807;
  border: 1px solid rgba(213,163,61,.28);
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  text-align: left;
}
.book-cover__kicker { font-size: .82rem; }
.book-cover strong { font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .9; }
.book-cover__title { font-size: clamp(1.2rem, 2.2vw, 2.3rem); text-transform: uppercase; }
.book-cover small { margin-top: 14px; color: #e6dfd1; font-family: "Inter", sans-serif; font-size: .56rem; line-height: 1.35; text-transform: uppercase; }
.book-cover__money { margin-top: 15px; color: #bb8c31; letter-spacing: .45em; }

.section-heading { margin-bottom: 42px; text-align: center; }
.section-heading p { margin: 0; font-family: "Cinzel", serif; font-size: 1.35rem; color: #eee5d8; text-transform: uppercase; }
.section-heading h2 { margin: 2px 0 8px; font-family: "Cinzel", serif; color: var(--gold); font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; }
.section-heading span { color: var(--muted); }
.section-heading--left { text-align: left; }

.comparison__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 22px;
}
.comparison-card {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid;
  box-shadow: var(--shadow);
}
.comparison-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.34)); }
.comparison-card > * { position: relative; z-index: 2; }
.comparison-card--bad { background: linear-gradient(135deg, rgba(106,8,8,.92), rgba(32,3,3,.95)); border-color: #a81e1e; }
.comparison-card--good { background: linear-gradient(135deg, rgba(5,86,32,.92), rgba(2,35,14,.96)); border-color: #1f8845; }
.comparison-card__tag { font-family: "Cinzel", serif; font-size: 1.25rem; }
.comparison-card h3 { margin: 8px 0 20px; color: #f4d779; }
.comparison-card ul { list-style: none; padding: 0; margin: 0; }
.comparison-card li { position: relative; padding: 9px 0 9px 34px; color: #f4eee7; }
.comparison-card li::before {
  position: absolute; left: 0; top: 10px;
  display: grid; place-items: center;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: .72rem; font-weight: 900;
}
.comparison-card--bad li::before { content: "×"; background: #cf2d2d; }
.comparison-card--good li::before { content: "✓"; background: #34a759; }
.comparison__symbol { align-self: center; color: var(--gold); font-size: 3rem; }
.comparison__statement { max-width: 840px; margin: 40px auto 24px; text-align: center; color: #d8d1c6; font-size: 1.25rem; }
.comparison__statement strong { color: var(--gold-light); }

.center { text-align: center; }

.rules__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.rules-timeline { position: relative; margin: 38px 0; padding-left: 70px; }
.rules-timeline__line {
  position: absolute; left: 24px; top: 18px; bottom: 18px;
  width: 3px; background: rgba(213,163,61,.18); border-radius: 20px;
}
.rules-timeline__progress {
  position: absolute; inset: 0 0 auto;
  height: 0%;
  background: linear-gradient(var(--gold-light), var(--gold-dark));
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(213,163,61,.7);
}
.rule {
  position: relative;
  display: grid;
  grid-template-columns: 44px 44px 1fr;
  align-items: center;
  min-height: 72px;
  color: #e9e2d7;
}
.rule__number {
  position: absolute; left: -70px;
  display: grid; place-items: center;
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: #090806;
  color: var(--gold-light);
  font-weight: 700;
  transition: .35s ease;
}
.rule__icon { color: var(--gold); font-size: 1.45rem; }
.rule p { margin: 0; }
.rule.is-active .rule__number { background: var(--gold); color: #0b0702; box-shadow: 0 0 28px rgba(213,163,61,.65); transform: scale(1.08); }
.rule.is-active .rule__icon { color: var(--gold-light); text-shadow: 0 0 15px rgba(213,163,61,.8); }

.rules__mockup { position: sticky; top: 100px; }
.floating-book {
  max-width: 430px;
  margin-inline: auto;
  aspect-ratio: .72;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg,#181818,#050505);
  transform: perspective(1100px) rotateY(-12deg);
  box-shadow: -30px 35px 90px rgba(0,0,0,.72), 0 0 70px rgba(213,163,61,.13);
  animation: floatBook 5s ease-in-out infinite;
}
.book-cover--large { padding: 48px; }
@keyframes floatBook { 50% { transform: perspective(1100px) rotateY(-8deg) translateY(-14px); } }

.author__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 64px; }
.author__content h3 { font-family: "Cinzel", serif; font-size: 2rem; margin-bottom: 14px; }
.author__content > p { color: var(--muted); }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; color: #e4d6bc; font-size: .9rem; }
.author__photo { position: relative; min-height: 620px; }
.author__photo img { position: relative; z-index: 2; width: 100%; height: 620px; object-fit: cover; object-position: center; border-radius: 16px; border: 1px solid var(--gold-dark); box-shadow: var(--shadow); }
.author__halo { position: absolute; inset: 8% -7% -8%; background: repeating-radial-gradient(circle, transparent 0 18px, rgba(213,163,61,.13) 19px 20px); filter: blur(.2px); }

.audience__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 45px 0; }
.audience-card { min-height: 190px; padding: 28px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, rgba(213,163,61,.05), rgba(255,255,255,.01)); }
.audience-card span { display: inline-grid; place-items: center; width: 74px; height: 74px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 2rem; }
.audience-card p { margin-bottom: 0; color: #eee7dd; }

.final-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 48px;
  border: 1px solid var(--gold-dark);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(213,163,61,.12), rgba(255,255,255,.02));
}
.final-cta h2 { font-family: "Cinzel", serif; font-size: clamp(2rem, 4vw, 3.4rem); margin: 18px 0 8px; }
.final-cta p { color: var(--muted); }

.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 36px; }
.faq-item { border: 1px solid rgba(213,163,61,.25); border-radius: 8px; background: #0d0d0d; }
.faq-item summary { cursor: pointer; padding: 20px; font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--gold); font-size: 1.4rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 20px 20px; margin: 0; color: var(--muted); }

footer { padding: 28px 0; border-top: 1px solid var(--line); background: #020202; }
.footer__content { text-align: center; }
.footer__content .trust-row { justify-content: center; }
.footer__content p { color: #8d887f; font-size: .82rem; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal--delay { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 76px 0; }
  .hero { min-height: auto; padding-top: 55px; }
  .hero__grid, .rules__grid, .author__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 620px; order: 2; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-right: 0; }
  .comparison__grid { grid-template-columns: 1fr; }
  .comparison__symbol { text-align: center; transform: rotate(45deg); }
  .rules__mockup { position: relative; top: auto; order: -1; max-width: 420px; margin: auto; }
  .author__photo { min-height: 520px; }
  .author__photo img { height: 520px; }
  .audience__grid { grid-template-columns: 1fr 1fr; }
  .final-cta__box { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 58px 0; }
  .hero h1 > span { font-size: 2.65rem; }
  .hero h1 small { font-size: 1.5rem; }
  .hero__lead { font-size: .96rem; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .benefit { min-height: 95px; padding: 10px; border: 1px solid var(--line) !important; border-radius: 10px; }
  .benefit:first-child { padding-left: 10px; }
  .cta { width: 100%; gap: 20px; padding-inline: 18px; }
  .trust-row { justify-content: center; font-size: .68rem; }
  .hero__visual { min-height: 520px; }
  .portrait-wrap { width: 94%; height: 82%; right: 0; }
  .device-stage { width: 94%; }
  .phone { width: 28%; }
  .comparison-card { min-height: auto; padding: 24px 20px; }
  .comparison__statement { font-size: 1.05rem; }
  .section-heading p { font-size: 1rem; }
  .section-heading h2 { font-size: 2rem; }
  .rules-timeline { padding-left: 58px; }
  .rules-timeline__line { left: 20px; }
  .rule { grid-template-columns: 35px 1fr; min-height: 78px; }
  .rule__number { left: -58px; width: 42px; height: 42px; }
  .rule__icon { display: none; }
  .floating-book { max-width: 280px; }
  .book-cover--large { padding: 28px; }
  .author__photo, .author__photo img { min-height: 440px; height: 440px; }
  .credentials, .audience__grid, .faq__grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 155px; }
  .final-cta__box { padding: 28px 20px; }
}
