/* ═══════════════════════════════════════════ */
/* SOCIAL MIDAS — IMERSÃO VENDA SEM TRÁFEGO  */
/* Mobile-first · Dark brown + Yellow vibrant */
/* ═══════════════════════════════════════════ */

/* ── Reset & Base ────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg: #1D1805;
    --bg-card: #15120A;
    --bg-card-light: #251F0A;
    --border: #3D3520;
    --yellow: #F2C419;
    --yellow-light: #FCD753;
    --yellow-dark: #C39A00;
    --white: #FFFFFF;
    --text: #E8E4D8;
    --text-muted: #B0A88C;
    --green: #25D366;
    --red: #CC3333;
    --red-dark: #4A1515;
    --green-dark: #0A2A10;
    --font-display: 'Source Serif 4', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--yellow); text-decoration: none; }
strong { font-weight: 700; }
em { font-style: italic; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-yellow { color: var(--yellow); }
.highlight-yellow { background: var(--yellow); color: var(--bg); padding: 2px 10px; border-radius: 4px; font-style: italic; font-family: var(--font-display); }

/* ── Typography ──────────────────────────── */
h1, h2, h3 { font-family: var(--font-body); font-weight: 900; line-height: 1.2; }
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; margin-bottom: 24px; }
h3 { font-size: 1.2rem; }
h1 em, h2 em, h3 em,
.text-yellow {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    color: var(--yellow);
}

/* ── Buttons ─────────────────────────────── */
.btn-cta {
    display: inline-block; padding: 16px 36px; font-family: var(--font-body);
    font-size: 0.875rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    border-radius: 8px; cursor: pointer; transition: all 0.3s var(--ease); border: none; text-align: center;
}
.btn-cta-outline {
    background: transparent; border: 2px solid var(--yellow); color: var(--yellow);
}
.btn-cta-outline:hover { background: var(--yellow); color: var(--bg); transform: scale(1.03); }
.btn-cta-dark {
    background: var(--bg); border: 2px solid var(--yellow); color: var(--yellow);
}
.btn-cta-dark:hover { background: #0F0D04; transform: scale(1.03); }
.btn-cta-grande { padding: 20px 48px; font-size: 1rem; }

/* ── Navbar ───────────────────────────────── */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--yellow); border-bottom: 1px solid var(--yellow-dark);
    transition: transform 0.3s var(--ease);
}
.navbar-inner {
    max-width: 1200px; margin: 0 auto; padding: 10px 20px;
    display: flex; align-items: center; justify-content: space-between;
}
.navbar-logo { display: flex; align-items: center; flex-shrink: 0; }
.navbar-logo-img { height: 18px; width: auto; }
.navbar-info {
    display: none; flex-direction: row; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font-body); font-size: 14px; font-weight: 500;
    color: #1D1805; white-space: nowrap; flex: 1; padding: 0 16px;
}
.navbar-info-item { display: inline-flex; align-items: center; gap: 6px; }
.navbar-icon { width: 16px; height: 16px; vertical-align: middle; flex-shrink: 0; }
.navbar-info-sep { color: #1D1805; opacity: 0.4; }
.btn-navbar {
    background: #1D1805; color: #F2C419; border: 2px solid #1D1805;
    border-radius: 8px; padding: 12px 24px; font-family: var(--font-body);
    font-weight: 700; font-size: 13px; letter-spacing: 0.8px;
    text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: all 0.3s ease;
}
.btn-navbar:hover { background: #2A2410; border-color: #2A2410; }

/* ── Hero ─────────────────────────────────── */
.hero { padding: 90px 0 40px; }
.hero-grid { display: flex; flex-direction: column; gap: 40px; }
.hero-text { text-align: left; }
.hero-badge {
    display: inline-block; padding: 8px 20px; border-radius: 50px;
    border: 1px solid rgba(242,196,25,0.3); background: rgba(242,196,25,0.08);
    font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; color: var(--yellow);
    text-transform: uppercase; margin-bottom: 24px;
}
.hero h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.2rem, 4.5vw, 3.2rem); line-height: 1.1; }
.hero-sub { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 12px; }
.hero-reforco { color: #F2C419; font-family: var(--font-body); font-weight: 400; font-size: 0.95rem; margin: 20px 0 28px; }
.hero-mockups { display: flex; flex-direction: column; align-items: center; }
.mockup-container { display: flex; align-items: center; justify-content: center; gap: 8px; }
.mockup-phone { width: 160px; border-radius: 24px; overflow: hidden; }
.mockup-phone img { width: 100%; height: auto; display: block; }
.mockup-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 280px; width: 100%; font-size: 2rem; color: var(--text-muted); gap: 8px; }
.mockup-arrow {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; flex-shrink: 0; padding: 0 4px;
}
.arrow-label {
    font-family: var(--font-body); font-weight: 800; font-size: 11px;
    letter-spacing: 2px; text-transform: uppercase; color: #FFFFFF; text-align: center; line-height: 1.4;
}
.arrow-svg { width: 40px; height: auto; }
.arrow-icon { display: none; }
.mockup-captions {
    display: flex; justify-content: space-between; gap: 60px;
    margin-top: 16px; width: 100%;
}
.mockup-captions span {
    flex: 1; text-align: center; font-family: var(--font-body);
    font-size: 13px; color: #F2C419;
}

/* ── Quanto Custa ─────────────────────────── */
.quanto-custa { background: var(--yellow); padding: 80px 0; }
.quanto-custa-grid { display: flex; flex-direction: column; gap: 40px; }
.quanto-custa h2 { color: var(--bg); font-size: 2rem; }
.quanto-custa h2 em { color: var(--bg); }
.quanto-custa .pense { color: var(--bg); font-weight: 600; margin-bottom: 20px; }
.dominos-img { max-width: 300px; margin: 0 auto; }
.frase-impacto {
    background: var(--bg); border: 2px solid #FFFFFF; border-radius: 12px;
    padding: 20px; margin-top: 20px;
}
.frase-impacto p { color: var(--text); font-size: 0.9rem; line-height: 1.6; }
.frase-impacto p:first-child { font-weight: 700; margin-bottom: 8px; color: var(--white); }
.pergunta-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pergunta-card {
    display: flex; align-items: flex-start; gap: 12px; padding: 16px;
    background: var(--bg); border-radius: 10px; border: 1px solid rgba(255,255,255,0.1);
}
.pergunta-icon { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.pergunta-card p { color: var(--text); font-size: 0.9rem; line-height: 1.5; }

/* ── O Que É ──────────────────────────────── */
.oque { padding: 100px 0; text-align: center; }
.oque-intro { color: var(--text-muted); font-size: 0.95rem; max-width: 700px; margin: 0 auto 32px; line-height: 1.7; }
.pill-yellow {
    display: inline-block; background: var(--yellow); color: var(--bg);
    padding: 8px 24px; border-radius: 50px; font-weight: 700; font-size: 0.85rem;
    margin-bottom: 32px;
}
.grid-2x2 { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; text-align: left; }
.grid-card {
    background: var(--bg-card-light); border: 1px solid var(--border); border-radius: 12px;
    padding: 24px; transition: border-color 0.3s var(--ease);
}
.grid-card:hover { border-color: var(--yellow); }
.grid-icon { font-size: 2rem; display: block; margin-bottom: 12px; width: 48px; height: 48px; }
.grid-card h3 { color: var(--white); margin-bottom: 8px; }
.grid-card p { color: var(--text-muted); font-size: 0.9rem; }
.oque-fecho { color: var(--text); max-width: 700px; margin: 0 auto 32px; font-size: 0.95rem; }

/* ── Como Funciona ────────────────────────── */
.como-funciona { padding: 100px 0; text-align: center; }
.pills-row { display: flex; justify-content: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.pill-small {
    display: inline-block; padding: 6px 16px; border-radius: 50px;
    border: 1px solid var(--border); font-size: 0.8rem; font-weight: 600; color: var(--text-muted);
}
.como-sub { color: var(--text-muted); margin-bottom: 40px; }
.blocos-timeline { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; text-align: left; }
.bloco-card {
    background: var(--yellow); border-radius: 12px; padding: 24px;
    position: relative; overflow: hidden;
    display: flex; flex-direction: row; align-items: flex-start; gap: 20px;
}
.bloco-icon { width: 48px; height: 48px; flex-shrink: 0; margin-top: 4px; }
.bloco-badge {
    display: inline-block; background: var(--bg); color: var(--yellow);
    padding: 4px 14px; border-radius: 6px; font-size: 0.7rem; font-weight: 700;
    letter-spacing: 1px; margin-bottom: 12px;
}
.bloco-content h3 { color: var(--bg); font-family: var(--font-display); margin-bottom: 8px; }
.bloco-horario { font-weight: 400; font-size: 0.9rem; opacity: 0.7; }
.bloco-content p { color: var(--bg); font-size: 0.9rem; line-height: 1.6; opacity: 0.85; }
.frase-funil-pill {
    display: inline-block; background: var(--bg-card-light); border: 1px solid var(--yellow);
    border-radius: 12px; padding: 16px 24px; font-size: 0.9rem; color: var(--text);
    margin-bottom: 32px; max-width: 700px;
}

/* ── Bio ──────────────────────────────────── */
.bio { padding: 100px 0; }
.bio-grid { display: flex; flex-direction: column; gap: 32px; }
.bio-photo { flex-shrink: 0; text-align: center; }
.bio-photo img { width: 240px; height: 240px; object-fit: cover; border-radius: 50%; border: 3px solid var(--yellow); margin: 0 auto; }
.photo-placeholder { width: 240px; height: 240px; border-radius: 50%; background: var(--bg-card); border: 3px solid var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--yellow); margin: 0 auto; font-family: var(--font-display); }
.bio-text p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 16px; }
.bio-quote {
    background: var(--bg-card-light); border-left: 4px solid var(--yellow);
    padding: 20px; border-radius: 0 8px 8px 0; margin: 24px 0;
}
.bio-quote p:first-child { color: var(--yellow); font-size: 1.05rem; }
.bio-quote p:last-child { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0; }
.bio-signature { margin-top: 24px; display: flex; flex-direction: column; gap: 2px; }
.bio-signature strong { color: var(--white); font-size: 1.1rem; }
.bio-signature span { color: var(--text-muted); font-size: 0.8rem; }

/* ── Crenças ──────────────────────────────── */
.crencas { padding: 100px 0; text-align: center; }
.crencas-grid { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; text-align: left; }
.crencas-col h3 { margin-bottom: 16px; color: var(--white); font-size: 1.1rem; }
.crencas-col h3 em { color: var(--yellow); }
.crenca-item {
    display: flex; align-items: center; gap: 12px; padding: 14px 18px;
    border-radius: 8px; font-size: 0.9rem; margin-bottom: 8px;
}
.crenca-red { background: var(--red-dark); border: 1px solid var(--red); color: #FFAAAA; }
.crenca-red s { text-decoration: line-through; }
.crenca-x { color: var(--red); font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.crenca-green { background: var(--green-dark); border: 1px solid var(--green); color: #AAFFCC; }
.crenca-check { color: var(--green); font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.crencas-frase { color: var(--yellow); font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 24px; max-width: 700px; margin-left: auto; margin-right: auto; }
.crencas-corpo { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; max-width: 700px; margin: 0 auto 16px; text-align: left; }

/* ── FAQ ──────────────────────────────────── */
.faq { padding: 100px 0; }
.faq h2 { text-align: center; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px;
    margin-bottom: 10px; overflow: hidden; transition: border-color 0.3s var(--ease);
}
.faq-item[open] { border-left: 3px solid var(--yellow); }
.faq-item summary {
    padding: 18px 20px; font-weight: 600; font-size: 0.95rem; color: var(--white);
    cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--yellow); transition: transform 0.3s; }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 20px 18px; }
.faq-answer p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

/* ── Contato (WhatsApp) ───────────────────── */
.contato { padding: 60px 0; }
.contato-card {
    background: var(--yellow); border-radius: 16px; padding: 40px;
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px;
}
.contato-icon img { width: 80px; height: 80px; }
.contato-text h3 { color: var(--bg); font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 4px; }
.contato-text p { color: var(--bg); opacity: 0.8; font-size: 0.9rem; margin-bottom: 16px; }
.btn-whatsapp {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--green); color: var(--white); font-weight: 700;
    padding: 14px 28px; border-radius: 8px; font-size: 0.85rem;
    letter-spacing: 1px; text-transform: uppercase;
    transition: all 0.3s var(--ease);
}
.btn-whatsapp:hover { background: #1AAE4E; color: var(--white); transform: scale(1.03); }

/* ── Imersão 2 ────────────────────────────── */
.imersao2 { padding: 100px 0; text-align: center; }
.imersao2-intro { color: var(--text-muted); font-size: 0.95rem; max-width: 600px; margin: 0 auto 40px; line-height: 1.7; }
.imersao2-card {
    background: var(--bg-card); border: 1px solid var(--yellow); border-radius: 16px;
    padding: 40px 32px; max-width: 500px; margin: 0 auto;
    animation: glow-pulse 3s ease-in-out infinite;
}
@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(242,196,25,0.1); }
    50% { box-shadow: 0 0 40px rgba(242,196,25,0.25); }
}
.imersao2-data { color: var(--yellow); font-weight: 600; font-size: 0.9rem; margin-bottom: 4px; }
.imersao2-info { color: var(--text-muted); font-size: 0.8rem; margin-bottom: 20px; }
.imersao2-card h3 { color: var(--white); font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 16px; }
.imersao2-card h3 em { color: var(--yellow); }
.imersao2-card > p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 20px; }
.imersao2-badge {
    display: inline-block; background: var(--yellow); color: var(--bg);
    padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 600;
    margin-bottom: 12px;
}
.imersao2-cta-text { color: var(--text-muted); font-size: 0.8rem; font-style: italic; }

/* ── Fechamento ───────────────────────────── */
.fechamento-dark { background: var(--bg); padding: 80px 0 40px; text-align: center; }
.fechamento-dark h2 { color: var(--white); font-size: 1.75rem; margin-bottom: 24px; }
.fechamento-dark h2 em { color: var(--yellow); font-weight: 400; }
.fechamento-dark h2 strong { color: var(--white); }
.fechamento-dark p { color: var(--text-muted); max-width: 600px; margin: 0 auto 12px; font-size: 0.95rem; }
.fechamento-yellow { background: var(--yellow); padding: 40px 0 60px; text-align: center; }
.fechamento-maos { margin-bottom: 32px; }
.fechamento-maos img { max-width: 280px; margin: 0 auto; margin-top: -80px; }
.evento-dados {
    display: flex; flex-direction: row; align-items: flex-start;
    padding: 33px; background: #1D1805; border: 2px solid #FFFFFF;
    box-shadow: 0 0 60px rgba(212,168,67,0.2); border-radius: 16px;
    max-width: 850px; margin: 0 auto 24px; gap: 24px; justify-content: space-between;
    flex-wrap: wrap;
}
.evento-dado {
    display: flex; flex-direction: row; align-items: center; gap: 16px;
    background: transparent; padding: 0; text-align: left; border-radius: 0;
    flex: 0 0 calc(50% - 12px);
}
@media (min-width: 768px) {
    .evento-dado { flex: 1; }
}
.dado-icon-svg { width: 32px; height: 32px; flex-shrink: 0; }
.dado-info { display: flex; flex-direction: column; }
.dado-label { font-family: var(--font-body); font-weight: 400; font-size: 14px; line-height: 20px; color: #B0A88C; text-transform: none; letter-spacing: 0; display: block; }
.dado-valor { font-family: var(--font-body); font-weight: 700; font-size: 18px; line-height: 28px; color: #FFFFFF; display: block; }
.urgencia { color: var(--bg); font-size: 0.85rem; margin-bottom: 24px; opacity: 0.7; }

/* ── Footer ───────────────────────────────── */
.footer { padding: 60px 0 20px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
.footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-logo-img { height: 24px; width: auto; }
.footer-brand p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.6; }
.footer-col h4 { color: var(--white); font-size: 0.85rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a, .footer-col p { display: block; color: var(--text-muted); font-size: 0.85rem; margin-bottom: 8px; line-height: 1.5; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; text-align: center; }
.footer-bottom p { color: var(--text-muted); font-size: 0.75rem; }

/* ── Mobile CTA Sticky ────────────────────── */
.mobile-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
    padding: 12px 16px; padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(transparent, var(--bg) 30%);
    display: flex;
}
.mobile-cta .btn-cta { flex: 1; text-align: center; padding: 14px; font-size: 0.8rem; }

/* ── Modal ────────────────────────────────── */
.modal-overlay {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(29, 24, 5, 0.92); backdrop-filter: blur(8px);
    display: none; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s var(--ease);
}
.modal-overlay.active { display: flex; opacity: 1; }
.modal-card {
    background: var(--bg); border: 1px solid var(--border); border-radius: 16px;
    width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto;
    position: relative; padding: 40px;
}
.modal-close {
    position: absolute; top: 16px; right: 16px; background: none; border: none;
    color: var(--text-muted); font-size: 1.2rem; cursor: pointer; padding: 4px;
    opacity: 0.5; transition: opacity 0.3s;
}
.modal-close:hover { opacity: 1; }
.modal-progress {
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--border); border-radius: 16px 16px 0 0; overflow: hidden;
}
.modal-progress::after {
    content: ''; display: block; height: 100%;
    background: linear-gradient(90deg, var(--yellow-dark), var(--yellow));
    width: var(--progress, 0%); transition: width 0.4s var(--ease);
}

/* Modal body styles */
.modal-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); margin-bottom: 12px; text-align: center; }
.modal-subtitle { color: var(--text-muted); font-size: 0.9rem; text-align: center; margin-bottom: 28px; line-height: 1.6; }
.modal-star { text-align: center; color: var(--yellow); font-size: 1.5rem; margin-bottom: 16px; }

/* Form inputs */
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 6px; }
.form-input {
    width: 100%; background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 8px; padding: 14px 16px; color: var(--white); font-size: 0.95rem;
    font-family: var(--font-body); transition: border-color 0.3s var(--ease);
}
.form-input:focus { outline: none; border-color: var(--yellow); box-shadow: 0 0 0 2px rgba(242,196,25,0.15); }
.form-input::placeholder { color: #666; }
.form-input.error { border-color: var(--red); }
.form-error { color: var(--red); font-size: 0.75rem; margin-top: 4px; display: none; }
.form-input.error + .form-error { display: block; }

/* Instagram field with @ prefix */
.input-instagram { position: relative; }
.input-instagram .at-prefix {
    position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
    color: var(--yellow); font-weight: 600; font-size: 0.95rem;
}
.input-instagram .form-input { padding-left: 32px; }

/* WhatsApp field with prefix */
.input-whatsapp { position: relative; }
.input-whatsapp .phone-prefix {
    position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
    color: var(--text-muted); font-size: 0.85rem;
}
.input-whatsapp .form-input { padding-left: 56px; }

/* Radio options */
.radio-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.radio-option {
    display: flex; align-items: center; gap: 12px; padding: 14px 18px;
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px;
    cursor: pointer; transition: all 0.2s var(--ease); font-size: 0.9rem; color: var(--text);
}
.radio-option:hover { border-color: #555; }
.radio-option.selected { border-color: var(--yellow); background: #2A2200; }
.radio-dot {
    width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--border);
    flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s var(--ease);
}
.radio-option.selected .radio-dot { border-color: var(--yellow); }
.radio-option.selected .radio-dot::after {
    content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow);
}

/* Question layout in modal */
.question-emoji { font-size: 2rem; margin-bottom: 12px; }
.question-text { font-family: var(--font-display); font-size: 1.15rem; color: var(--white); margin-bottom: 24px; line-height: 1.4; }

/* Modal buttons */
.btn-modal {
    width: 100%; padding: 16px; font-family: var(--font-body); font-size: 0.875rem;
    font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 8px;
    border: none; cursor: pointer; transition: all 0.3s var(--ease);
    background: linear-gradient(135deg, var(--yellow-dark), var(--yellow));
    color: var(--bg);
}
.btn-modal:hover { transform: scale(1.02); }
.btn-modal:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }
.btn-modal.loading { pointer-events: none; }

.btn-back {
    background: none; border: none; color: var(--text-muted); font-size: 0.8rem;
    cursor: pointer; padding: 8px 0; margin-top: 12px;
}
.btn-back:hover { color: var(--white); }

/* Confirmation screen */
.confirm-icon { text-align: center; font-size: 3rem; color: var(--yellow); margin-bottom: 16px; }
.confirm-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); text-align: center; margin-bottom: 8px; }
.confirm-evento { text-align: center; color: var(--yellow); font-size: 0.9rem; margin-bottom: 24px; }
.confirm-divider { height: 1px; background: var(--border); margin: 24px 0; }
.confirm-instrucao { text-align: center; color: var(--text); font-size: 0.9rem; line-height: 1.6; margin-bottom: 20px; }
.confirm-qr { width: 200px; height: 200px; background: var(--white); border-radius: 12px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: var(--bg); font-size: 0.9rem; font-weight: 600; }
.btn-whatsapp-confirm {
    display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
    background: var(--green); color: var(--white); font-weight: 700;
    padding: 16px; border-radius: 8px; border: none; cursor: pointer;
    font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase;
    transition: all 0.3s var(--ease);
}
.btn-whatsapp-confirm:hover { background: #1AAE4E; }
.confirm-footer { text-align: center; color: var(--text-muted); font-size: 0.8rem; font-style: italic; margin-top: 24px; line-height: 1.5; }

/* ── Scroll Indicator ─────────────────────── */
.scroll-indicator {
    text-align: center; padding: 32px 0 0; width: 100%;
    display: flex; justify-content: center;
}
.scroll-indicator img {
    width: 24px; height: auto; opacity: 0.6;
    animation: scroll-bounce 2s ease-in-out infinite;
}
@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* ── Animations ───────────────────────────── */
[data-anim] { opacity: 0; transform: translateY(30px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
[data-anim].visible { opacity: 1; transform: translateY(0); }

/* ── Desktop Breakpoints ──────────────────── */
@media (min-width: 768px) {
    h1 { font-size: 3rem; }
    h2 { font-size: 2.25rem; }
    .navbar-info { display: flex; }
    .navbar-logo-img { height: 22px; }
    .footer-logo-img { height: 28px; }
    .hero { padding: 110px 0 48px; }
    .hero-grid { flex-direction: row; align-items: center; gap: 48px; }
    .hero-text { flex: 1; }
    .hero-mockups { flex: 1.2; }
    .mockup-phone { width: 220px; }
    .arrow-label { font-size: 13px; }
    .arrow-svg { width: 56px; }
    .mockup-captions { gap: 80px; }
    .mockup-captions span { font-size: 14px; }
    .quanto-custa-grid { flex-direction: row; align-items: flex-start; }
    .quanto-custa-visual { flex: 1; position: sticky; top: 100px; }
    .quanto-custa-content { flex: 1; }
    .grid-2x2 { grid-template-columns: 1fr 1fr; }
    .bio-grid { flex-direction: row; align-items: flex-start; }
    .bio-photo { flex-shrink: 0; }
    .crencas-grid { flex-direction: row; }
    .crencas-col { flex: 1; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
    .mobile-cta { display: none; }
    .contato-card { flex-direction: row; text-align: left; }
    .modal-card { border-radius: 16px; }
}

@media (min-width: 1024px) {
    h1 { font-size: 3.5rem; }
    .container { padding: 0 40px; }
    .hero { padding: 120px 0 48px; }
    .hero-grid {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 48px;
        align-items: center;
    }
    .mockup-phone { width: 260px; }
    .arrow-label { font-size: 14px; letter-spacing: 3px; }
    .arrow-svg { width: 64px; }
}

/* Mobile modal fullscreen */
@media (max-width: 767px) {
    .modal-card {
        max-width: 100%; max-height: 100%; height: 100%;
        border-radius: 0; padding: 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    }
}
