/* Site stylesheet: tokens, base, sections, components and responsive rules. */

:root { --background: #050505; --foreground: #f3f0e8; --charcoal: #111110; --muted: #99958c; --line: #2d2c28; --red: #c1121f; --gold: #c4a574; }
* { box-sizing: border-box; }
/* Utilitários mínimos para abrir index.html diretamente no computador, sem Tailwind ou servidor. */
.relative { position: relative; }
.flex { display: flex; }
.grid { display: grid; }
.min-h-\[92vh\] { min-height: 92vh; }
.w-full { width: 100%; }
.max-w-6xl { max-width: 72rem; }
.max-w-xl { max-width: 36rem; }
.mx-auto { margin-inline: auto; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.gap-5 { gap: 1.25rem; }
.gap-16 { gap: 4rem; }
.px-6 { padding-inline: 1.5rem; }
.py-12 { padding-block: 3rem; }
.py-28 { padding-block: 7rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-10 { margin-top: 2.5rem; }
.font-serif { font-family: Georgia, 'Times New Roman', serif; }
@media (min-width: 768px) {
  .md\\:grid-cols-\\[1\\.15fr_\\.85fr\\] { grid-template-columns: 1.15fr .85fr; }
  .md\\:flex-row { flex-direction: row; }
  .md\\:items-end { align-items: flex-end; }
  .md\\:items-center { align-items: center; }
  .md\\:justify-between { justify-content: space-between; }
  .md\\:px-12 { padding-inline: 3rem; }
  .md\\:px-\[48px\] { padding-inline: 3rem; }
}
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, sans-serif; line-height: 1.5; }
button, a { font: inherit; } a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; background: linear-gradient(#050505ee, transparent); opacity: 0; pointer-events: none; transition: opacity .4s; }
.site-header:has(~ .hero:hover), .site-header:hover { opacity: 1; pointer-events: auto; }
.brand-mark { display: flex; align-items: center; gap: 9px; color: var(--gold); font: 10px/1.15 Arial,sans-serif; letter-spacing: .16em; }
.brand-mark b { color: #fff; font-weight: 700; }.brand-seal { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--red); color: var(--red); font: 21px Georgia,serif; }
.header-cta { display: flex; align-items: center; gap: 7px; color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.hero { background: radial-gradient(circle at 72% 42%, #241315 0, transparent 35%), #050505; }.hero:before { content: ''; position: absolute; inset: 0; opacity: .06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.film-lines { position:absolute; inset:0; opacity:.1; pointer-events:none; background: repeating-linear-gradient(90deg, transparent 0, transparent 26%, #c4a574 26.1%, transparent 26.2%); }.hero > .mx-auto { position:relative; z-index:1; }.eyebrow, .section-kicker { display:flex; align-items:center; gap:10px; color:var(--gold); font-size:10px; letter-spacing:.22em; font-weight:700; }.eyebrow-dot,.live-dot { width:7px; height:7px; background:var(--red); border-radius:50%; box-shadow:0 0 10px #c1121f; }.eyebrow-line { height:1px; width:46px; background:var(--red); }.hero-title { max-width: 720px; margin:0; color:#fff; font-size: clamp(3.7rem, 11vw, 8.8rem); font-weight:900; line-height:.82; letter-spacing:-.07em; }.hero-title em { color:var(--red); font-style:normal; }.red-rule { width: 90px; height:4px; margin-top:28px; background:var(--red); }.hero-subtitle { color:#c9c4ba; font-size:clamp(1.05rem, 2vw, 1.35rem); line-height:1.65; }.primary-button,.buy-button { display:inline-flex; align-items:center; justify-content:center; gap:13px; border:0; cursor:pointer; background:var(--red); color:#fff; font-size:12px; font-weight:800; letter-spacing:.16em; padding:17px 22px; transition:transform .2s, background .2s; }.primary-button:hover,.buy-button:hover { background:#e01d2b; transform:translateY(-2px); }.micro-note,.secure-note { color:#77736c; font-size:10px; letter-spacing:.05em; }.micro-note span,.secure-note span { color:var(--red); padding:0 5px; }.hero-file { position:relative; width:min(100%,350px); aspect-ratio:.72; justify-self:center; padding:28px; background:linear-gradient(145deg,#171412,#090909); border:1px solid #544639; box-shadow:18px 20px 0 #0d0c0c, 0 0 70px #64121a55; transform:rotate(3deg); }.hero-file:after { content:''; position:absolute; inset:12px; border:1px solid #713138; pointer-events:none; }.file-stamp { position:absolute; right:24px; top:35px; color:var(--red); border:2px solid var(--red); padding:5px 8px; text-align:center; font-size:9px; font-weight:800; letter-spacing:.12em; transform:rotate(-9deg); }.file-title { position:absolute; bottom:30%; color:#f4f0e7; font:900 39px/.88 Georgia,serif; letter-spacing:-.06em; }.file-title span { color:var(--red); }.file-bottom { position:absolute; display:flex; align-items:center; gap:10px; bottom:25px; color:var(--gold); font-size:8px; letter-spacing:.12em; }.file-bottom b { color:#fff; font-weight:400; }.hero-arrow { position:absolute; bottom:25px; left:50%; color:var(--gold); animation:bob 2s infinite; }.section-pad { padding:100px 24px; }.video-section,.offer-section { background:#080808; text-align:center; }.section-kicker { justify-content:flex-start; }.section-kicker span { color:var(--red); }.video-section .section-kicker,.video-section .section-title { justify-content:center; text-align:center; }.section-title { margin:18px 0 0; color:#eee9df; font:700 clamp(2rem,5vw,4rem)/.98 Georgia,serif; letter-spacing:-.04em; }.section-title span { color:var(--red); }.video-frame { width:min(100%,860px); margin:42px auto 0; padding:6px; border:1px solid #6e1b25; background:#0e0e0e; }.video-screen { position:relative; display:grid; place-items:center; aspect-ratio:16/9; overflow:hidden; background:radial-gradient(circle,#3a1618,#090909 60%); }.video-screen:before { content:'O SILÊNCIO TAMBÉM TEM DOCUMENTOS'; position:absolute; color:#ffffff16; font:bold clamp(1.3rem,4vw,3.5rem) Georgia; text-align:center; }.video-screen.has-player:before { content:none; }.video-player { position:absolute; inset:0; width:100%; height:100%; border:0; }.video-play { position:relative; z-index:1; display:grid; place-items:center; width:72px; height:72px; padding-left:4px; border:1px solid #c4a574; border-radius:50%; color:#fff; background:#c1121fdd; cursor:pointer; }.video-time,.video-label { position:absolute; color:var(--gold); font:9px monospace; letter-spacing:.08em; }.video-time { top:16px; left:18px; }.video-label { bottom:16px; right:18px; }.scan-corner { position:absolute; z-index:1; width:18px; height:18px; border-color:var(--gold); pointer-events:none; }.top-left { top:18px; left:18px; border-top:1px solid; border-left:1px solid; }.bottom-right { right:18px; bottom:18px; border-right:1px solid; border-bottom:1px solid; }.video-caption { color:#999; font:16px Georgia,serif; }.video-caption b { color:#fff; }.evidence-section { border-top:1px solid #191817; }.evidence-grid,.testimonial-grid { display:grid; gap:15px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }.evidence-card { position:relative; min-height:260px; padding:28px; background:var(--charcoal); border:1px solid #332b25; }.evidence-card:before { content:''; position:absolute; top:-1px; left:-1px; width:55px; height:3px; background:var(--red); }.card-index { color:#62594b; font:11px monospace; }.card-mark { margin:30px 0 12px; color:var(--red); }.evidence-card h3 { margin:0 0 14px; color:var(--gold); font-size:14px; letter-spacing:.12em; }.evidence-card strong { display:block; color:#f5f1e9; font:22px/1.05 Georgia,serif; }.evidence-card p,.section-copy { color:var(--muted); font-size:14px; line-height:1.65; }.contents-section { background:#0c0c0b; }.chapter { display:flex; align-items:center; gap:18px; border-bottom:1px solid var(--line); padding:17px 0; color:#ddd8cf; }.chapter span { color:var(--red); font:11px monospace; }.chapter p { flex:1; margin:0; font-size:14px; }.chapter svg { color:#62594b; }.document-quote { margin:70px auto 0; text-align:center; color:var(--gold); font:italic clamp(1.25rem,3vw,2rem) Georgia,serif; }.audience-section { background:#131210; border-block:1px solid #29251e; }.audience-copy { color:#eae4d9; font:clamp(1.6rem,4vw,3.2rem)/1.27 Georgia,serif; }.audience-copy b { color:var(--red); }.offer-envelope { position:relative; padding:6px; background:#1b1611; border:1px solid #715b3e; box-shadow:0 20px 60px #000; }.offer-top { display:flex; justify-content:space-between; padding:12px 16px; color:var(--gold); font:10px monospace; letter-spacing:.15em; }.offer-inner { padding:45px 25px 35px; background:#100f0d; border-top:1px solid #3b3024; }.offer-inner .section-kicker { justify-content:center; }.offer-title { margin:16px 0 20px; color:#fff; font:900 clamp(2.5rem,8vw,5rem)/.84 Georgia,serif; letter-spacing:-.06em; }.offer-title span { color:var(--red); }.price-old { color:#8a8175; font-size:11px; letter-spacing:.16em; }.price { margin:0 0 20px; color:var(--gold); font:18px Georgia; }.price b { color:#fff; font-size:clamp(3.4rem, 10vw, 72px); letter-spacing:-.06em; }.offer-list { display:grid; gap:12px; max-width:290px; margin:20px auto 28px; padding:0; list-style:none; text-align:left; color:#d3cec4; font-size:13px; }.offer-list li { display:flex; align-items:center; gap:10px; }.offer-list svg { color:var(--red); }.buy-button { width:100%; }.testimonials-section { background:#070707; }.testimonial { margin:0; padding:25px; border:1px solid #292622; background:#0d0d0c; }.testimonial svg { color:var(--red); }.testimonial blockquote { margin:25px 0; color:#dad4ca; font:italic 17px/1.45 Georgia,serif; }.testimonial figcaption { color:var(--gold); font-size:11px; letter-spacing:.1em; }.faq-section { background:#0d0d0c; }.faq-item { border-bottom:1px solid var(--line); }.faq-item button { display:flex; width:100%; align-items:center; justify-content:space-between; padding:22px 0; border:0; background:none; color:#e6e0d6; text-align:left; cursor:pointer; font:18px Georgia,serif; }.faq-item button svg { color:var(--red); transition:transform .25s; }.faq-item p { max-width:650px; margin:0 0 20px; color:var(--muted); font-size:14px; }.footer { border-top:1px solid #24211d; background:#050505; }.footer-legal { color:#6e6a63; font-size:10px; line-height:1.6; }.copyright { color:#6e6a63; font:9px/1.7 monospace; letter-spacing:.1em; }.live-readers { position:fixed; z-index:10; bottom:14px; left:50%; display:flex; align-items:center; gap:8px; transform:translateX(-50%); white-space:nowrap; padding:8px 12px; border:1px solid #332b25; background:#111110ee; color:#aaa399; font-size:10px; }.reveal { opacity:0; transform:translateY(18px); transition:opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity:1; transform:none; }.reveal-delay-1 { transition-delay:.12s; }.reveal-delay-2 { transition-delay:.24s; }
@keyframes bob { 50% { transform:translateY(6px); } }
@media (min-width:768px) { .site-header { padding-inline:48px; }.site-header:has(~ .hero:not(:hover)) { opacity:1; pointer-events:auto; }.section-pad { padding:130px 48px; }.hero { min-height:100vh; }.hero-file { justify-self:end; }.evidence-grid { gap:24px; }.offer-inner { padding:55px 70px 45px; } }
@media (max-width:500px) { .hero-title { font-size:3.75rem; }.hero-file { width:250px; margin-top:-25px; justify-self:end; }.file-title { font-size:29px; }.header-cta { display:none; }.site-header { opacity:1; pointer-events:auto; } }
/* Em uma página aberta via file:// não há hidratação React; o conteúdo permanece visível. */
.reveal { opacity: 1 !important; transform: none !important; }

/* Checkout — continuação do dossiê */
.checkout-page .site-header { opacity: 1; pointer-events: auto; }
.checkout-page .mb-7 { margin-bottom: 1.75rem; }
.checkout-page .mt-6 { margin-top: 1.5rem; }
.checkout-hero { align-items: flex-start; min-height: 100vh; padding-top: 110px; padding-bottom: 80px; }
.checkout-hero .hero-title { font-size: clamp(3.2rem, 8vw, 6.4rem); }
.checkout-grid { position: relative; z-index: 1; display: grid; width: 100%; max-width: 72rem; margin-inline: auto; gap: 4rem; align-items: start; }
.checkout-copy { min-width: 0; }
.checkout-side { display: grid; justify-items: center; gap: 22px; }
.checkout-hero .hero-file { margin: 0; }
.dossie-form { display: grid; gap: 16px; max-width: 520px; margin-top: 28px; }
.file-field { display: grid; gap: 8px; }
.file-field > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.file-input { width: 100%; height: 52px; padding: 0 16px; background: #141414; border: 1px solid #3A2A1A; color: #fff; font-size: 15px; outline: none; transition: border-color .2s; border-radius: 0; }
.file-input::placeholder { color: #6a645c; }
.file-input:focus { border-color: var(--gold); }
.file-input.is-invalid { border-color: var(--red); }
.file-input:-webkit-autofill { -webkit-text-fill-color: #fff; box-shadow: 0 0 0 1000px #141414 inset; caret-color: #fff; }
.field-error { min-height: 14px; color: var(--red); font-size: 11px; letter-spacing: .04em; }
.checkout-submit { width: 100%; white-space: normal; line-height: 1.35; letter-spacing: .12em; }
.primary-button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.primary-button:disabled:hover { background: var(--red); transform: none; }
.order-file { width: min(100%, 350px); padding: 22px 20px; border: 1px solid #544639; background: #0d0c0b; }
.order-file .section-kicker { margin-bottom: 16px; }
.order-item { margin: 0; color: #ddd8cf; font-size: 14px; }
.order-file .price-old { margin: 12px 0 6px; }
.order-now { margin: 0; color: #fff; font: 700 22px/1.2 Georgia, serif; }
.order-now b { color: var(--red); }
.order-file .micro-note { margin-top: 12px; }
.received-panel[hidden], .checkout-copy [hidden] { display: none !important; }
.checkout-received { max-width: 640px; }
@media (min-width: 768px) {
  .checkout-grid { grid-template-columns: 1.15fr .85fr; }
  .checkout-side { justify-items: end; }
  .checkout-hero { padding-top: 130px; }
}
@media (max-width: 500px) {
  .checkout-page .header-cta { display: flex; }
  .checkout-hero { padding-top: 92px; }
  .checkout-grid { gap: 2.5rem; }
  .checkout-hero .hero-file { justify-self: center; margin-top: 0; }
}

/* Pix — último lacre do dossiê */
.urgency-line { margin: 18px 0 0; color: var(--gold); font-size: 13px; letter-spacing: .04em; line-height: 1.5; }
.urgency-line b { color: var(--red); font-weight: 400; }
.pix-card { width: 100%; max-width: 520px; margin-top: 32px; padding: 26px 22px 28px; border: 1px solid #544639; background: linear-gradient(180deg, #14110e, #0d0c0b); box-shadow: 12px 14px 0 #0a0908, 0 0 50px #64121a33; }
.pix-kicker { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--gold); font: 10px/1.2 Arial, sans-serif; font-weight: 700; letter-spacing: .18em; }
.pix-kicker span { color: var(--red); }
.qr-pad { width: min(100%, 268px); aspect-ratio: 1; margin: 22px auto 14px; padding: 12px; background: #f4f0e7; border: 1px solid #715b3e; }
.qr-pad img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pix-hint { margin: 0 0 18px; text-align: center; color: #c9c4ba; font-size: 14px; line-height: 1.5; }
.pix-copy-row { display: flex; gap: 8px; }
.pix-copy-row .file-input { flex: 1; min-width: 0; font-size: 12px; letter-spacing: .02em; }
.copy-button { flex: 0 0 auto; height: 52px; padding: 0 16px; border: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; cursor: pointer; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.copy-button:hover, .copy-button.is-copied { background: var(--red); border-color: var(--red); color: #fff; }
.pix-steps { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; }
.pix-steps li { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); padding: 12px 0; color: #ddd8cf; font-size: 13px; }
.pix-steps li:last-child { border-bottom: 0; }
.pix-steps span { color: var(--red); font: 11px monospace; letter-spacing: .08em; }
.pix-wait { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 22px 0 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.pix-wait .live-dot { animation: bob 1.4s infinite; }
.pix-secure { margin-top: 16px; text-align: center; }
.pix-released { text-align: center; padding: 18px 8px 8px; }
.pix-released-stamp { position: static; display: inline-block; margin: 8px 0 22px; transform: rotate(-8deg); font-size: 18px; padding: 10px 14px; }
.pix-released .hero-subtitle { margin: 0 0 28px; }
.pix-sim { display: none; margin: 18px auto 0; border: 0; background: none; color: #5a544c; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.pix-sim.is-local { display: block; }
.pix-faq { margin-top: 42px; max-width: 520px; }
.pix-faq .section-kicker { margin-bottom: 8px; }
.pix-faq .faq-item button { font-size: 16px; }
.faq-item button span:last-child { color: var(--red); display: inline-block; transition: transform .25s; }
.faq-item button[aria-expanded="true"] span:last-child { transform: rotate(180deg); }
.footer-urgency { margin: 0 0 10px; color: #6e6a63; font-size: 10px; letter-spacing: .03em; line-height: 1.7; }
.pix-pending[hidden], .pix-released[hidden] { display: none !important; }
@media (max-width: 500px) {
  .pix-copy-row { flex-direction: column; }
  .copy-button { width: 100%; }
  .pix-card { padding: 22px 16px 24px; }
}
