* { box-sizing: border-box; margin: 0; padding: 0; }

body { background: #0a0d0b; }

.vic { font-family: 'Inter', sans-serif; background: #0a0d0b; color: #f5f8f6; max-width: 1200px; margin: 0 auto; }
.vic h1, .vic h2, .vic h3 { font-family: 'Fraunces', serif; font-weight: 800; margin: 0; }
.vic .mono { font-family: 'IBM Plex Mono', monospace; }
.vic section { padding: 44px 30px; }
.vic section.alt { background: #121613; }
.vic .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; letter-spacing: 0.06em; color: #5fd9a4; font-weight: 600; border: 1px dashed #263129; padding: 4px 10px; border-radius: 3px; margin-bottom: 16px; }
.vic .eyebrow::before { content: attr(data-n); color: #3a4a40; }
.vic .section-title { font-size: 1.5rem; margin-bottom: 8px; }
.vic .section-sub { color: #c3cbc6; font-size: 0.9rem; margin-bottom: 28px; max-width: 56ch; }

/* scroll reveal — único sistema de movimento além do carimbo */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* nav */
.vic-nav { display: flex; justify-content: space-between; align-items: center; padding: 16px 30px; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.82rem; }
.vic-nav .links { display: flex; gap: 22px; color: #c3cbc6; }

/* hero — headline gigante com a promessa carimbada */
.hero-wrap { text-align: center; padding: 76px 30px 60px; max-width: 760px; margin: 0 auto; }
.hero-title { font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.18; margin-bottom: 22px; }
.hero-stamp { display: inline-block; border: 3px solid #3dffb0; border-radius: 8px; padding: 2px 14px; transform: rotate(-2.5deg); position: relative; }
.hero-sub { color: #c3cbc6; font-size: 1rem; max-width: 44ch; margin: 0 auto 34px; }
.ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn { display: inline-block; padding: 13px 24px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; }
.btn-primary { background: #3dffb0; color: #04140d; }
.btn-secondary { background: transparent; border: 1px solid #3dffb0; color: #3dffb0; }
.scroll-cue { margin-top: 40px; font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; color: #5c6b5e; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* demo — seção própria abaixo do hero */
.demo-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: center; }
@media (max-width: 700px) { .demo-split { grid-template-columns: 1fr; } }
.presets { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.preset-chip { background: #161b18; border: 1px solid #263129; color: #c8ccd6; padding: 6px 12px; border-radius: 999px; font-size: 0.72rem; cursor: pointer; }
.preset-chip.active { background: #3dffb0; color: #04140d; border-color: #3dffb0; font-weight: 600; }

.wa-phone-wrap { position: relative; }
.wa-phone { background: #0b141a; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.35); }
.wa-header { background: #202c33; color: #e9edef; padding: 9px 12px; display: flex; align-items: center; gap: 9px; }
.wa-avatar { width: 32px; height: 32px; border-radius: 50%; background: #3ddc97; display: flex; align-items: center; justify-content: center; color: #0a1a14; font-weight: 700; font-size: 0.75rem; padding: 5px; }
.wa-avatar svg { width: 100%; height: 100%; }
.wa-name { font-size: 0.8rem; font-weight: 600; }
.wa-status { font-size: 0.64rem; color: #8696a0; }
.wa-body { padding: 12px 10px; height: 340px; overflow-y: auto; display: flex; flex-direction: column; gap: 6px; scroll-behavior: smooth; }
.wa-bubble { max-width: 80%; padding: 7px 9px 5px; border-radius: 8px; font-size: 0.76rem; line-height: 1.35; opacity: 0; animation: fadein .2s forwards; }
@keyframes fadein { to { opacity: 1; } }
.wa-bubble.bot { background: #202c33; color: #e9edef; align-self: flex-start; border-top-left-radius: 2px; }
.wa-bubble.me { background: #005c4b; color: #e9edef; align-self: flex-end; border-top-right-radius: 2px; }
.wa-time { display: block; font-size: 0.6rem; color: #8696a0; text-align: right; margin-top: 2px; }
.wa-list-card, .wa-buttons-card { background: #202c33; align-self: flex-start; border-radius: 8px; border-top-left-radius: 2px; max-width: 85%; opacity: 0; animation: fadein .2s forwards; overflow: hidden; }
.wa-list-header { padding: 9px; font-size: 0.78rem; }
.wa-list-open { display: block; width: 100%; text-align: center; padding: 9px; font-size: 0.78rem; color: #3ddc97; border-top: 1px solid #2a3942; background: transparent; cursor: pointer; border-left: none; border-right: none; border-bottom: none; }
.wa-list-rows { display: none; border-top: 1px solid #2a3942; }
.wa-list-rows.open { display: block; }
.wa-row { width: 100%; text-align: left; padding: 9px 10px; font-size: 0.76rem; color: #e9edef; background: transparent; border: none; border-bottom: 1px solid #1c262d; cursor: pointer; }
.wa-row:last-child { border-bottom: none; }
.wa-row:hover { background: #2a3942; }
.wa-row .sub { display: block; font-size: 0.65rem; color: #8696a0; margin-top: 2px; }
.wa-quick { width: 100%; text-align: center; padding: 9px; font-size: 0.76rem; color: #3ddc97; border-top: 1px solid #2a3942; background: transparent; cursor: pointer; border-left: none; border-right: none; border-bottom: none; }
.wa-quick:hover { background: #2a3942; }
.wa-end { text-align: center; font-size: 0.68rem; color: #8696a0; padding: 8px; }

.stamp { position: absolute; top: -16px; right: -14px; padding: 6px 12px; border-radius: 6px; font-family: 'IBM Plex Mono', monospace; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.07em; color: #ff4d3d; border: 3px solid #ff4d3d; background: #0a0d0b; transform: rotate(8deg) scale(0); opacity: 0; z-index: 2; }
.stamp.hit { animation: stampdrop .45s cubic-bezier(.2,1.8,.4,1) forwards; }
@keyframes stampdrop { 0% { transform: rotate(8deg) scale(2.4); opacity: 0; } 60% { transform: rotate(8deg) scale(0.9); opacity: 1; } 100% { transform: rotate(8deg) scale(1); opacity: 1; } }

/* benefícios — cartão estilo recibo, borda picotada no topo */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.benefit-card { background: #161b18; border: 1px solid rgba(255,255,255,0.08); border-top: none; border-radius: 0 0 10px 10px; padding: 22px 18px 18px; position: relative; }
.benefit-card::before { content: ''; position: absolute; top: -6px; left: 0; right: 0; height: 12px; background-image: radial-gradient(circle at center, #0a0d0b 45%, transparent 46%); background-size: 14px 14px; background-position: top center; background-repeat: repeat-x; }
.vic section.alt .benefit-card::before { background-image: radial-gradient(circle at center, #121613 45%, transparent 46%); }
.benefit-card .glyph { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; color: #3dffb0; margin-bottom: 12px; letter-spacing: 0.04em; }
.benefit-card h3 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.92rem; margin-bottom: 6px; }
.benefit-card p { font-size: 0.82rem; color: #c3cbc6; margin: 0; }

/* comparação — recibo impresso: mono, divisor tracejado */
.compare-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); background: #0d100e; padding: 6px 0; }
table.compare { width: 100%; border-collapse: collapse; font-size: 0.84rem; min-width: 480px; font-family: 'IBM Plex Mono', monospace; }
table.compare th, table.compare td { padding: 12px 18px; text-align: left; border-bottom: 1px dashed rgba(255,255,255,0.12); }
table.compare th { color: #c3cbc6; font-weight: 600; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: 'Inter', sans-serif; }
table.compare td:first-child { font-family: 'Inter', sans-serif; color: #e9edef; }
table.compare td.yes, table.compare td.no { font-size: 1rem; }
table.compare td.yes { color: #ff8f84; font-weight: 600; }
table.compare td.no { color: #3dffb0; font-weight: 600; }
table.compare tr:last-child td { border-bottom: none; }

/* por nicho */
.niche-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.niche-card { background: #161b18; border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 16px; }
.niche-card h3 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.9rem; margin-bottom: 6px; }
.niche-card p { font-size: 0.8rem; color: #c3cbc6; margin: 0; }

/* faq — thread de chat, mesma bolha do demo, tudo alinhado à esquerda */
.faq-thread { display: flex; flex-direction: column; gap: 14px; max-width: 680px; margin: 0 auto; }
.faq-item summary { cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { background: #161b18; border: 1px solid #263129; color: #e9edef; padding: 9px 14px; border-radius: 8px; border-top-left-radius: 2px; font-size: 0.86rem; font-weight: 600; max-width: 100%; display: flex; align-items: center; gap: 10px; }
.faq-q::before { content: 'V'; width: 20px; height: 20px; border-radius: 50%; background: #3dffb0; color: #04140d; font-family: 'Fraunces', serif; font-weight: 800; font-size: 0.7rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-q::after { content: '+'; color: #5fd9a4; font-size: 1rem; margin-left: auto; }
.faq-item[open] .faq-q::after { content: '–'; }
.faq-a { background: #202c33; color: #c3cbc6; padding: 10px 14px 10px 42px; border-radius: 8px; font-size: 0.85rem; margin-top: 6px; opacity: 0; animation: fadein .25s forwards; }

/* final CTA */
/* selector needs class+type specificity to beat ".vic section" above;
   extra bottom padding keeps the CTA buttons clear of the fixed floating
   WhatsApp button (bottom: 22px, 54px tall) once the page is scrolled to
   the very end — without it, the two collide around 405-497px viewports */
section.final-cta { text-align: center; padding: 56px 30px 104px; }
.final-cta h2 { font-size: 1.7rem; margin-bottom: 20px; }

/* botão flutuante de WhatsApp */
#floatWa { position: fixed; bottom: 22px; right: 22px; width: 54px; height: 54px; border-radius: 50%; background: #3dffb0; color: #04140d; border: none; font-size: 1.4rem; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,0.35); z-index: 50; display: flex; align-items: center; justify-content: center; text-decoration: none; }
