:root {
  --black: #080607;
  --surface: #110d0e;
  --surface-soft: #181213;
  --cream: #f5eee8;
  --muted: #aaa1a0;
  --red: #c92735;
  --red-dark: #79121d;
  --gold: #b79057;
  --line: rgba(255, 255, 255, 0.1);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 10%, rgba(117, 19, 29, 0.12), transparent 29rem),
    var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
button, input { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo {
  display: block;
  width: 190px;
  height: auto;
  mix-blend-mode: screen;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 7px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, #d72a3a, #a81725);
  box-shadow: 0 14px 34px rgba(178, 24, 38, .28), inset 0 1px 0 rgba(255,255,255,.2);
}
.button-primary:hover { box-shadow: 0 18px 42px rgba(178, 24, 38, .42), inset 0 1px 0 rgba(255,255,255,.2); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(8,6,7,.55); backdrop-filter: blur(12px); }
.button-small { min-height: 42px; padding: 0 19px; border-radius: 5px; font-size: 13px; }

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 66px;
  padding-top: 120px;
}
.hero-glow {
  position: absolute;
  width: 42rem;
  height: 42rem;
  top: 7rem;
  right: -12rem;
  border-radius: 50%;
  background: rgba(123, 17, 27, .15);
  filter: blur(80px);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 10px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #c9a977;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .signup-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.hero h1 { max-width: 620px; font-size: clamp(46px, 5vw, 72px); }
em { color: #d12c3d; font-style: italic; }
.hero-subtitle { max-width: 560px; margin: 26px 0 32px; color: #aaa2a0; font-size: 17px; line-height: 1.7; }
.hero-note { margin: 21px 0 0; color: #70696a; font-size: 11px; letter-spacing: .04em; }
.hero-note span { color: var(--gold); margin-right: 6px; }

.showcase { position: relative; z-index: 1; height: 590px; }
.poster {
  position: absolute;
  width: 270px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 13px;
  background: #1a1213;
  box-shadow: 0 35px 70px rgba(0,0,0,.58);
  transition: transform .35s ease, box-shadow .35s ease;
}
.poster:hover { z-index: 5; transform: translateY(-9px) rotate(0); box-shadow: 0 42px 84px rgba(0,0,0,.72), 0 0 0 1px rgba(183,144,87,.25); }
.poster-art { position: absolute; inset: 0; background-image: url("assets/novelinhas-covers.png"); background-size: 300% 100%; background-repeat: no-repeat; }
.poster::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(6,4,5,.55) 35%, rgba(6,4,5,.98)); }
.poster-left { left: 0; top: 72px; transform: rotate(-6deg); }
.poster-center { left: 50%; top: 15px; z-index: 3; transform: translateX(-50%); }
.poster-center:hover { transform: translateX(-50%) translateY(-9px); }
.poster-right { right: 0; top: 72px; transform: rotate(6deg); }
.poster-left .poster-art { background-position: left center; }
.poster-center .poster-art { background-position: center center; }
.poster-right .poster-art { background-position: right center; }
.poster-info { position: absolute; z-index: 2; right: 20px; bottom: 26px; left: 20px; }
.poster-info p { margin: 0 0 8px; color: #c3a474; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.poster-info h2 { margin: 0; font-family: var(--display); font-size: 29px; line-height: .95; }

.tasting { padding: 15px 0 95px; }
.tasting-heading { margin-bottom: 42px; }
.tasting-heading h2 { max-width: 620px; }
.vertical-player {
  position: relative;
  width: min(320px, 100%);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(183,144,87,.24);
  border-radius: 18px;
  background: #050405;
  box-shadow: 0 36px 78px rgba(0,0,0,.68), 0 0 0 1px rgba(255,255,255,.04);
}
.vertical-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.chapter-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.chapter-button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #d7cfcc;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.chapter-button:hover { transform: translateY(-2px); border-color: rgba(183,144,87,.4); }
.chapter-button.active {
  color: white;
  border-color: rgba(215,42,58,.62);
  background: linear-gradient(135deg, rgba(215,42,58,.9), rgba(168,23,37,.92));
  box-shadow: 0 12px 28px rgba(178, 24, 38, .25);
}
.chapter-button.locked { color: #8f8584; }
.chapter-button.chapter-unlocked {
  color: #f5eee8;
  border-color: rgba(183,144,87,.72);
  background: linear-gradient(135deg, rgba(183,144,87,.28), rgba(119,16,26,.5));
  box-shadow: 0 12px 28px rgba(183,144,87,.12);
}

.promise { padding: 120px 0 135px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .8fr; column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(38px, 4.5vw, 60px); }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 62px; }
.benefit-card { position: relative; min-height: 250px; padding: 32px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.005)); transition: transform .3s ease, border-color .3s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(183,144,87,.35); }
.benefit-card.featured { border-color: rgba(125,24,34,.6); background: linear-gradient(145deg, rgba(101,17,26,.24), rgba(25,15,16,.2)); }
.benefit-number { position: absolute; top: 18px; right: 23px; color: rgba(255,255,255,.07); font-family: var(--display); font-size: 60px; }
.benefit-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 40px; border: 1px solid rgba(183,144,87,.35); border-radius: 50%; color: var(--gold); font-size: 14px; }
.phone-icon { font-size: 32px; font-weight: 300; }
.benefit-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: 22px; }
.benefit-card p { margin: 0; color: #867f7f; font-size: 13px; line-height: 1.7; }

.signup { position: relative; padding: 35px 0 80px; }
.form-anchor { position: absolute; top: -90px; }
.signup-panel { position: relative; display: grid; grid-template-columns: minmax(0, 620px); justify-content: center; gap: 34px; padding: 70px 9%; overflow: hidden; border: 1px solid rgba(183,144,87,.2); background: radial-gradient(circle at 15% 120%, rgba(119,16,26,.42), transparent 48%), linear-gradient(130deg, #171011, #0c090a); text-align: center; }
.signup-panel::before { content: "CDN"; position: absolute; left: -28px; bottom: -85px; color: rgba(183,144,87,.025); font-family: var(--display); font-size: 280px; font-weight: 700; }
.signup-copy, .signup-panel form, .vip-active-card { position: relative; z-index: 1; }
.signup-copy .eyebrow { justify-content: center; }
.signup-copy h2 { font-size: clamp(44px, 5vw, 66px); }
.signup-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); line-height: 1.7; }
.signup-copy ul { display: inline-grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #c0b9b7; font-size: 13px; text-align: left; }
.signup-copy li span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; border: 1px solid rgba(183,144,87,.5); border-radius: 50%; color: var(--gold); font-size: 9px; }
.signup-panel form { display: grid; align-content: center; gap: 16px; width: min(100%, 520px); margin-inline: auto; text-align: left; }
.form-field label { display: block; margin-bottom: 8px; color: #d7cfcc; font-size: 11px; font-weight: 700; }
.optional-label { margin-left: 6px; color: var(--gold); font-size: 10px; font-weight: 600; }
.form-field input { width: 100%; height: 53px; padding: 0 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; outline: none; color: white; background: rgba(255,255,255,.035); transition: border-color .2s, box-shadow .2s; }
.form-field input::placeholder { color: #5f5858; }
.form-field input:focus { border-color: rgba(183,144,87,.65); box-shadow: 0 0 0 3px rgba(183,144,87,.09); }
.form-field.invalid input { border-color: #dc4350; }
.field-error { display: block; min-height: 0; margin-top: 5px; color: #ee6c77; font-size: 11px; }
.button-submit { width: 100%; margin-top: 3px; }
.privacy-note { margin: -2px 0 0; color: #686161; font-size: 10px; text-align: center; }
.success-message { display: none; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(86,168,117,.45); border-radius: 6px; color: #cfe8d8; background: rgba(50,108,72,.18); font-size: 12px; line-height: 1.5; }
.success-message.show { display: flex; animation: slideUp .4s ease both; }
.success-message > span { display: grid; flex: 0 0 34px; place-items: center; height: 34px; border-radius: 50%; background: #327549; font-weight: 700; }
.vip-active-card {
  display: none;
  width: min(100%, 520px);
  margin-inline: auto;
  padding: 24px;
  border: 1px solid rgba(86,168,117,.45);
  border-radius: 10px;
  color: #d9f1e2;
  background: linear-gradient(135deg, rgba(50,108,72,.25), rgba(183,144,87,.12));
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  font-weight: 700;
  line-height: 1.5;
}
body.vip-active .signup-panel form { display: none; }
body.vip-active .vip-active-card { display: block; animation: slideUp .4s ease both; }

.trust-strip { display: flex; justify-content: center; align-items: center; gap: 13px; min-height: 86px; padding: 18px 24px; border-block: 1px solid var(--line); color: #8e8686; font-size: 12px; text-align: center; }
.trust-strip span { color: var(--gold); font-size: 22px; }
.trust-strip strong { color: #c1b9b7; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 180px; gap: 32px; }
.site-footer > p { color: #625b5b; font-size: 11px; line-height: 1.7; text-align: center; }
.footer-meta { display: grid; justify-items: end; gap: 16px; color: #625b5b; font-size: 10px; }
.footer-meta a { color: #938b89; text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes slideUp { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 20px; padding-top: 175px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero h1, .hero-subtitle { margin-inline: auto; }
  .showcase { width: min(680px, 100%); height: 600px; margin-inline: auto; }
  .signup-panel { padding-inline: 7%; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 32px, 580px); }
  .site-header { padding-top: 18px; }
  .brand-logo { width: 145px; }
  .hero { padding-top: 135px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-subtitle { font-size: 15px; line-height: 1.65; }
  .showcase { height: 480px; margin-top: 25px; }
  .poster { width: 44%; border-radius: 9px; }
  .poster-left { left: 0; top: 65px; }
  .poster-center { top: 5px; }
  .poster-right { top: 65px; }
  .poster-info { right: 12px; bottom: 18px; left: 12px; }
  .poster-info p { font-size: 6px; }
  .poster-info h2 { font-size: clamp(16px, 5vw, 23px); }
  .tasting { padding: 5px 0 75px; }
  .tasting-heading { margin-bottom: 34px; }
  .chapter-controls { gap: 8px; }
  .chapter-button { flex: 1 1 calc(50% - 8px); padding-inline: 12px; font-size: 13px; }
  .promise { padding: 95px 0; }
  .section-heading { display: block; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p:last-child { margin-top: 22px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .benefit-card { min-height: auto; }
  .benefit-icon { margin-bottom: 25px; }
  .signup { width: 100%; padding: 15px 0 65px; }
  .signup-panel { grid-template-columns: 1fr; gap: 34px; padding: 55px 24px; border-inline: 0; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding: 45px 0; text-align: center; }
  .footer-meta { justify-items: center; }
}

@media (max-width: 420px) {
  .button-small { padding-inline: 14px; }
  .brand-logo { width: 126px; }
  .hero h1 { font-size: 43px; }
  .hero .button-primary { width: 100%; }
  .showcase { height: 400px; }
  .poster { width: 47%; }
  .poster-left { top: 53px; }
  .poster-right { top: 53px; }
}

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