:root {
  --ink: #07080b;
  --night: #0f1622;
  --deep-blue: #0e2540;
  --blue: #3f7db3;
  --green: #5f8d58;
  --gold: #d2a13a;
  --gold-light: #f0d98b;
  --gold-bright: #ffd76a;
  --ivory: #f7f1e5;
  --paper: #fffaf0;
  --stone: #c5c9ce;
  --wine: #6b2530;
  --line: rgba(255, 255, 255, 0.16);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.55);
  --shadow-md: 0 14px 36px rgba(0, 0, 0, 0.45);
  --radius: 10px;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* ===== NAV ===== */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 10px 28px;
  background: rgba(7, 8, 11, 0.78);
  border-bottom: 1px solid rgba(240, 217, 139, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-light);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: rgba(247, 241, 229, 0.84);
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  transition: color 160ms ease;
}

.nav-links a:hover { color: var(--gold-light); }

.nav-cta {
  padding: 9px 18px;
  color: #1a1206 !important;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-radius: 7px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(210, 161, 58, 0.34);
}

.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(240, 217, 139, 0.32);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.lang-switch button {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(247, 241, 229, 0.78);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-switch button.active {
  background: var(--gold-light);
  color: #1a1206;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 50%, rgba(63,125,179,0.12), transparent 55%),
    linear-gradient(135deg, #07080b 0%, #0d1322 55%, #15100b 100%);
}

.hero-figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 32%;
  z-index: 0;
  overflow: hidden;
}

.hero-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* mantém Jesus visível no centro/direita;
     o lado esquerdo da imagem é coberto pelo gradiente */
  object-position: 55% 28%;
  filter: saturate(1.05) brightness(0.92);
}

/* slideshow: as capas disponíveis alternam com crossfade suave */
.hero-slide {
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}
.hero-slide.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  z-index: 1;
  background: linear-gradient(0deg, var(--ink) 0%, rgba(7,8,11,0) 100%);
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    /* máscara horizontal: lado esquerdo opaco, derretendo até transparente passando do meio */
    linear-gradient(90deg,
      rgba(7,8,11,0.98) 0%,
      rgba(7,8,11,0.96) 28%,
      rgba(7,8,11,0.72) 42%,
      rgba(7,8,11,0.28) 58%,
      rgba(7,8,11,0) 78%),
    /* leve aura no topo para reforçar a presença do trono */
    radial-gradient(circle at 72% 22%, rgba(240,217,139,0.14), transparent 55%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 56px));
  margin-left: max(32px, calc((100vw - 1200px) / 2));
  padding: 130px 0 80px;
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

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

h1, h2 {
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

h1 {
  max-width: 720px;
  margin-bottom: 12px;
  color: #fff7d4;
  font-size: clamp(36px, 6vw, 70px);
  font-weight: 800;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.8);
}

.hero-sub {
  margin: 0 0 22px;
  color: rgba(240, 217, 139, 0.8);
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-style: italic;
  letter-spacing: 0.02em;
}

h2 {
  color: #fff3cb;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
}

h3 {
  color: var(--gold-light);
  font-size: 20px;
  font-weight: 700;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 32px;
  color: rgba(255, 250, 240, 0.92);
  font-size: clamp(17px, 1.6vw, 21px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(240, 217, 139, 0.32);
  border-radius: 999px;
  color: var(--ivory);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ===== BUTTONS ===== */
.button {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button-primary {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #1a1206;
  box-shadow: 0 16px 40px rgba(210, 161, 58, 0.32);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(210, 161, 58, 0.42);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ivory);
  border-color: rgba(240, 217, 139, 0.4);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold-light);
}

/* ===== QUICK FACTS ===== */
.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(240, 217, 139, 0.22);
  border-top: 1px solid rgba(240, 217, 139, 0.18);
  border-bottom: 1px solid rgba(240, 217, 139, 0.18);
}

.quick-facts > div {
  min-height: 120px;
  padding: 24px 26px;
  background: #0c1117;
}

.quick-facts strong,
.quick-facts span {
  display: block;
}

.quick-facts strong {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 22px;
}

.quick-facts span {
  color: rgba(247, 241, 229, 0.74);
  font-size: 14px;
}

/* ===== SECTIONS ===== */
.story-band,
.features,
.preview,
.volumes,
.extras,
.audience,
.offer,
.trust,
.prelist,
.faq,
.final-cta {
  padding: 96px max(28px, calc((100vw - 1200px) / 2));
}

.story-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(90deg, var(--night), #0c1016 52%, #11140f 100%);
}

.section-copy p,
.extras-copy p,
.offer-copy > p {
  max-width: 680px;
  color: rgba(247, 241, 229, 0.78);
  font-size: 17px;
}

.quote-panel {
  border-left: 4px solid var(--gold);
  padding: 12px 0 12px 30px;
}

blockquote {
  margin: 0 0 14px;
  color: var(--paper);
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-style: italic;
  line-height: 1.32;
}

.quote-panel cite {
  color: rgba(240, 217, 139, 0.7);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.features {
  background: var(--paper);
  color: #16181c;
}

.features h2,
.audience h2,
.faq h2 {
  color: #171006;
}

.features .eyebrow,
.audience .eyebrow,
.faq .eyebrow {
  color: var(--wine);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.feature-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-grid article,
.audience-grid article {
  position: relative;
  min-height: 220px;
  padding: 30px 26px;
  border-radius: var(--radius);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.feature-grid article {
  background: #fff;
  border: 1px solid rgba(17, 24, 34, 0.1);
}

.feature-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 42, 66, 0.14);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1206;
  font-size: 22px;
  font-weight: 800;
}

.feature-grid h3,
.audience-grid h3 {
  color: #142a42;
  margin-bottom: 10px;
}

.feature-grid p,
.audience-grid p {
  color: #373b42;
  font-size: 15px;
  margin: 0;
}

.preview {
  background: linear-gradient(180deg, #0a0d12 0%, #131c2a 100%);
}

/* Eyebrow das prévias mais marcante (passa a ser o "rótulo" do volume,
   já que a frase introdutória vive acima como h2). */
.preview .eyebrow {
  font-size: 16px;
  letter-spacing: 0.14em;
  margin-bottom: 0;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.preview-item,
.wide-preview {
  appearance: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: #111;
  border: 1px solid rgba(240, 217, 139, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: transform 200ms ease, border-color 200ms ease;
}

.preview-item:hover,
.wide-preview:hover {
  transform: translateY(-3px);
  border-color: var(--gold-light);
}

.preview-item img,
.wide-preview img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.preview-item:hover img,
.wide-preview:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.preview-item span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

/* ===== VOLUMES (series roadmap) ===== */
.volumes {
  background: linear-gradient(180deg, #0a0d12 0%, #0f1622 100%);
}

.volumes-grid {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 4px;
  padding: 4px 4px 14px;
  margin: 0 -4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--gold-light) rgba(255, 255, 255, 0.05);
  scrollbar-width: thin;
}
.volumes-grid::-webkit-scrollbar { height: 8px; }
.volumes-grid::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 4px; }
.volumes-grid::-webkit-scrollbar-thumb { background: var(--gold-light); border-radius: 4px; }

.volume {
  flex: 0 0 280px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(240, 217, 139, 0.22);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.volume:hover {
  transform: translateY(-4px);
  border-color: var(--gold-light);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.volume-live { border-color: rgba(240, 217, 139, 0.55); }
.volume-soon { opacity: 0.96; }
.volume-future { opacity: 0.88; }

.volume-cover {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #0a0d12;
}

.volume-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.volume:hover .volume-cover img {
  transform: scale(1.04);
}

.volume-future .volume-cover img,
.volume-soon .volume-cover img {
  filter: saturate(0.85) brightness(0.92);
}

.volume-cover-art {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(240, 217, 139, 0.18), transparent 60%),
    linear-gradient(135deg, #0e2540, #15100b);
}

.cover-symbol {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 140px;
  color: rgba(240, 217, 139, 0.45);
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.6);
}

.volume-status {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.status-live {
  background: rgba(95, 141, 88, 0.92);
  color: #fff;
}

.status-review {
  background: rgba(83, 132, 190, 0.92);
  color: #fff;
}

.status-soon {
  background: rgba(210, 161, 58, 0.92);
  color: #1a1206;
}

.status-script {
  background: rgba(255, 255, 255, 0.16);
  color: var(--gold-light);
  border: 1px solid rgba(240, 217, 139, 0.4);
}

.status-future {
  background: rgba(255, 255, 255, 0.16);
  color: var(--gold-light);
  border: 1px solid rgba(240, 217, 139, 0.4);
}

.volume-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px 28px;
  flex-grow: 1;
}

.volume-num {
  margin: 0;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.volume-body h3 {
  margin: 0;
  color: #fff7d4;
  font-size: 22px;
  line-height: 1.2;
}

.volume-arc {
  margin: 0;
  color: rgba(240, 217, 139, 0.7);
  font-size: 13px;
  font-style: italic;
}

.volume-desc {
  margin: 0;
  color: rgba(247, 241, 229, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
}

.volume-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: rgba(247, 241, 229, 0.78);
}

.volume-meta li {
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(240, 217, 139, 0.2);
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.volume-meta strong {
  color: var(--gold-light);
  margin-right: 3px;
}

.volume .button {
  width: 100%;
  margin-top: auto;
}

/* ===== PRELIST ===== */
.prelist {
  background:
    radial-gradient(circle at 20% 30%, rgba(63, 125, 179, 0.16), transparent 50%),
    linear-gradient(135deg, #0f1622 0%, #15100b 100%);
  text-align: center;
}

.prelist-inner {
  max-width: 640px;
  margin: 0 auto;
}

.prelist-inner h2 {
  margin-bottom: 14px;
}

.prelist-inner > p {
  color: rgba(247, 241, 229, 0.84);
  font-size: 17px;
  margin-bottom: 28px;
}

.prelist-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}

.prelist-form input {
  flex: 1 1 240px;
  min-height: 52px;
  padding: 12px 16px;
  font-size: 16px;
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(240, 217, 139, 0.32);
  border-radius: 8px;
  font-family: inherit;
}

.prelist-form input::placeholder { color: rgba(247, 241, 229, 0.5); }

.prelist-form input:focus {
  outline: none;
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.1);
}

.prelist-feedback {
  margin: 16px auto 0;
  padding: 12px 16px;
  max-width: 520px;
  border-radius: 8px;
  background: rgba(95, 141, 88, 0.18);
  border: 1px solid rgba(95, 141, 88, 0.6);
  color: #d8eecf;
  font-size: 14px;
}

.prelist-feedback.error {
  background: rgba(214, 73, 73, 0.16);
  border-color: rgba(214, 73, 73, 0.6);
  color: #ffd9a8;
}

.prelist-note {
  margin: 18px 0 0;
  color: rgba(247, 241, 229, 0.55);
  font-size: 13px;
}

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

.extras {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: start;
  background: linear-gradient(120deg, #0b111b 0%, var(--deep-blue) 52%, #142018 100%);
}

.clean-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.clean-list li {
  padding: 14px 18px;
  border-left: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 6px 6px 0;
  font-size: 15px;
}

.extras-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.audience {
  background: #eef2ed;
  color: #151b18;
}

.audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience-grid article {
  background: #fffaf0;
  border: 1px solid rgba(20, 42, 66, 0.1);
  min-height: 180px;
}

/* ===== OFFER ===== */
.offer {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 60px;
  align-items: center;
  background: linear-gradient(90deg, #090a0d 0%, #15100b 45%, #0f1f2d 100%);
  border-top: 1px solid rgba(240, 217, 139, 0.24);
  border-bottom: 1px solid rgba(240, 217, 139, 0.24);
}

.cover-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}

.cover-stack img {
  width: min(280px, 70%);
  border: 1px solid rgba(240, 217, 139, 0.55);
  box-shadow: var(--shadow-lg);
  border-radius: 4px;
  transition: transform 320ms ease;
}

.cover-stack .cover-pt {
  position: relative;
  z-index: 2;
  transform: rotate(-5deg) translateX(-30px);
}

.cover-stack .cover-en {
  position: absolute;
  z-index: 1;
  transform: rotate(7deg) translateX(60px);
  opacity: 0.92;
}

.cover-stack:hover .cover-pt { transform: rotate(-3deg) translateX(-40px); }
.cover-stack:hover .cover-en { transform: rotate(5deg) translateX(70px); }

/* Mostrar apenas a capa do idioma activo, sem mistura de edições. */
html[data-lang="pt"] .cover-stack .cover-en,
html[data-lang="en"] .cover-stack .cover-pt { display: none; }
html[data-lang="en"] .cover-stack .cover-en {
  position: relative;
  z-index: 2;
  transform: none;
}
html[data-lang="pt"] .cover-stack:hover .cover-pt,
html[data-lang="en"] .cover-stack:hover .cover-en { transform: rotate(-2deg); }

.cover-caption {
  margin: 18px 0 0;
  text-align: center;
  color: rgba(240, 217, 139, 0.7);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plans-single {
  display: flex;
  justify-content: center;
}
.plans-single .plan {
  max-width: 420px;
  width: 100%;
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 32px 0 20px;
}

.plan {
  position: relative;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(240, 217, 139, 0.24);
  border-radius: 12px;
}

.plan-featured {
  background: linear-gradient(180deg, rgba(240, 217, 139, 0.14), rgba(240, 217, 139, 0.04));
  border-color: var(--gold-light);
  box-shadow: 0 18px 50px rgba(210, 161, 58, 0.18);
}

.ribbon {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: 5px 12px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #1a1206;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-tag {
  margin: 0 0 4px;
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.plan h3 {
  color: #fff7d4;
  font-size: 22px;
  margin-bottom: 16px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 18px;
  font-family: 'Cinzel', Georgia, serif;
}

.plan-price .currency {
  color: var(--gold-light);
  font-size: 22px;
  font-weight: 700;
}

.plan-price .amount {
  color: #fff7d4;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.plan-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: rgba(247, 241, 229, 0.86);
  font-size: 15px;
}

.plan-list li::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  color: var(--gold-light);
  font-weight: 800;
}

.plan .button { width: 100%; }

.checkout-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  background: rgba(214, 73, 73, 0.16);
  border: 1px solid rgba(214, 73, 73, 0.42);
  border-radius: 8px;
  color: #ffd9a8;
  font-size: 13px;
}

/* ===== TRUST ===== */
.trust {
  padding: 50px max(28px, calc((100vw - 1200px) / 2));
  background: #0a0d12;
  border-bottom: 1px solid rgba(240, 217, 139, 0.12);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-grid > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(240, 217, 139, 0.18);
  border-radius: 8px;
}

.trust-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.trust-grid p {
  margin: 0;
  color: rgba(247, 241, 229, 0.86);
  font-size: 14px;
}

/* ===== FAQ ===== */
.faq {
  background: var(--paper);
  color: #16181c;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(17, 24, 34, 0.13);
  border-radius: 10px;
  background: #fff;
  transition: border-color 160ms ease;
}

details[open] {
  border-color: var(--gold);
}

summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  color: #142a42;
  font-weight: 800;
  font-size: 16px;
  list-style: none;
}

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

summary::after {
  content: "+";
  font-size: 22px;
  color: var(--wine);
  transition: transform 200ms ease;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 0;
  padding: 0 22px 20px;
  color: #3b3f46;
  font-size: 15px;
}

/* ===== FINAL CTA ===== */
.final-cta {
  background: linear-gradient(135deg, #15100b 0%, #0e2540 100%);
  text-align: center;
}

.final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.final-cta h2 {
  margin-bottom: 14px;
}

.final-cta p {
  margin: 0 0 28px;
  color: rgba(247, 241, 229, 0.84);
  font-size: 18px;
}

/* ===== FOOTER ===== */
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 32px max(28px, calc((100vw - 1200px) / 2));
  background: #06070a;
  color: rgba(247, 241, 229, 0.66);
  font-size: 14px;
  border-top: 1px solid rgba(240, 217, 139, 0.12);
}

.site-footer p { margin: 0; }

.site-footer a {
  color: var(--gold-light);
  font-weight: 700;
}

.site-footer a:hover { text-decoration: underline; }

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 70px 24px 24px;
  background: rgba(2, 3, 5, 0.94);
}

.lightbox[hidden] { display: none; }

.lightbox img {
  width: auto;
  max-width: min(94vw, 880px);
  max-height: 86vh;
  border: 1px solid rgba(240, 217, 139, 0.42);
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ivory);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .site-nav { padding: 10px 18px; }
  .nav-links { gap: 14px; font-size: 13px; }
  .nav-links a:not(.nav-cta):not(.lang-switch a) { display: none; }

  /* Tablet: figura ainda à direita mas com mais espaço */
  .hero-figure { left: 22%; }
  .hero-figure img { object-position: 58% 26%; }
  .hero-shade {
    background:
      linear-gradient(90deg,
        rgba(7,8,11,0.98) 0%,
        rgba(7,8,11,0.92) 30%,
        rgba(7,8,11,0.6) 48%,
        rgba(7,8,11,0.18) 70%,
        rgba(7,8,11,0) 90%);
  }
  .hero-content { width: min(520px, calc(100% - 56px)); }

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

  .story-band, .extras, .offer {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .preview-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .extras-strip { grid-template-columns: 1fr 1fr; }
  .volumes-grid { gap: 18px; }
  .volume { flex-basis: 78vw; max-width: 320px; }
  .cover-symbol { font-size: 110px; }
}

@media (max-width: 640px) {
  .site-nav { padding: 10px 14px; }
  .nav-links { gap: 10px; }
  .brand { font-size: 14px; }

  .hero {
    min-height: 88vh;
  }

  /* No mobile, a imagem ocupa o topo e o texto fica abaixo, com gradiente vertical */
  .hero-figure {
    left: 0;
  }
  .hero-figure img {
    object-position: 50% 20%;
  }
  .hero-shade {
    background:
      linear-gradient(180deg,
        rgba(7,8,11,0.25) 0%,
        rgba(7,8,11,0.55) 35%,
        rgba(7,8,11,0.92) 62%,
        rgba(7,8,11,0.98) 100%);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 18px;
    padding-top: 320px;
  }

  .story-band, .features, .preview, .volumes, .extras, .audience, .offer, .prelist, .faq, .final-cta {
    padding: 64px 18px;
  }

  .button { width: 100%; }
  .hero-actions { flex-direction: column; }

  .preview-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid, .audience-grid { grid-template-columns: 1fr; }

  .plans { grid-template-columns: 1fr; }

  .cover-stack { min-height: 380px; }
  .cover-stack img { width: min(220px, 60%); }

  .quick-facts { grid-template-columns: 1fr; }

  .site-footer { flex-direction: column; text-align: center; }
}

/* ===== LANG VISIBILITY ===== */
[data-lang-only]:not(.show) { display: none; }

/* Conteúdo exclusivo de um idioma (ex.: botão "Comprar Volume 2 PT"
   que só faz sentido na UI portuguesa enquanto a edição EN não sai). */
html[data-lang="pt"] .lang-en-only,
html[data-lang="en"] .lang-pt-only { display: none; }
