:root {
    --ink: #0b1220;
    --ink-2: #172033;
    --muted: #647087;
    --muted-2: #8a94a6;
    --paper: #ffffff;
    --soft: #f5f7fb;
    --line: #e5e9f1;
    --blue: #315bea;
    --blue-dark: #2447c9;
    --green: #19a873;
    --green-dark: #12825a;
    --gold: #f4b63f;
    --shadow-sm: 0 8px 24px rgba(12, 22, 42, .06);
    --shadow-md: 0 22px 60px rgba(12, 22, 42, .11);
    --radius: 20px;
    --radius-sm: 14px;
    --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--ink-2);
    background: var(--paper);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body, button, input { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 1000px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: #fff; color: var(--ink); border-radius: 10px; box-shadow: var(--shadow-md); }
.skip-link:focus { top: 16px; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(229,233,241,.8); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.brand strong { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--green), #27c18b); font-size: .92rem; box-shadow: 0 7px 18px rgba(25,168,115,.22); }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-link { color: var(--muted); font-size: .92rem; font-weight: 650; }
.header-link:hover, .text-link:hover { color: var(--blue); }
.header-account { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: .9rem; font-weight: 700; background: #fff; }
.header-account:hover { border-color: #cdd5e5; box-shadow: var(--shadow-sm); }

/* HERO */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 25%, rgba(49,91,234,.38), transparent 30%), linear-gradient(135deg, #07101e 0%, #101c32 52%, #172c55 100%); }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 70px; align-items: center; padding: 82px 0 92px; }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(70px); opacity: .2; pointer-events: none; }
.hero-glow-one { background: #315bea; right: 8%; top: 12%; }
.hero-glow-two { background: #19a873; left: 22%; bottom: -260px; }
.eyebrow, .section-kicker, .cta-kicker { font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #b9c7ff; margin-bottom: 18px; }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(2.7rem, 5.2vw, 4.55rem); line-height: 1.01; letter-spacing: -.055em; }
.hero-subtitle { max-width: 650px; margin: 24px 0 30px; color: #c8d1df; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.price-note { color: #b8c2d2; font-size: .92rem; }
.price-note strong { color: #fff; font-size: 1.05rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 20px; margin-top: 28px; color: #aeb9ca; font-size: .82rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 999px; font-size: .96rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--green), #20bc81); box-shadow: 0 12px 30px rgba(25,168,115,.26); }
.btn-primary:hover { background: linear-gradient(135deg, var(--green-dark), #18a873); box-shadow: 0 16px 36px rgba(25,168,115,.32); }
.btn-large { min-height: 58px; padding: 15px 25px; font-size: 1rem; }

/* HERO VISUAL */
.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.book-card { position: relative; width: min(370px, 82%); min-height: 430px; padding: 34px 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(155deg, #ffffff 0%, #f5f7fc 58%, #e9eefb 100%); color: var(--ink); box-shadow: 0 40px 90px rgba(0,0,0,.34); transform: rotate(2.5deg); }
.book-card:before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -65px; top: -55px; background: rgba(49,91,234,.12); }
.book-topline { position: relative; color: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.book-icon { position: relative; display: grid; place-items: center; width: 76px; height: 76px; margin: 54px 0 24px; border-radius: 24px; background: #e9edff; font-size: 2.2rem; }
.book-card h2 { position: relative; margin: 0; font-size: 2.35rem; line-height: 1.02; letter-spacing: -.045em; }
.book-card h2 span { color: var(--green); }
.book-card p { position: relative; margin: 20px 0 60px; color: var(--muted); font-size: .92rem; }
.book-footer { position: absolute; left: 32px; right: 32px; bottom: 28px; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid #dce2ec; color: var(--muted-2); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 18px 42px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.floating-note > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: #edf1ff; }
.floating-note strong, .floating-note small { display: block; line-height: 1.2; }
.floating-note strong { font-size: .78rem; }
.floating-note small { margin-top: 3px; color: var(--muted); font-size: .67rem; }
.note-one { top: 74px; right: 0; }
.note-two { bottom: 72px; left: 0; }

/* QUICK BENEFITS */
.quick-benefits { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(11,18,32,.04); }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > div { display: flex; align-items: center; gap: 12px; padding: 22px 18px; border-right: 1px solid var(--line); }
.quick-grid > div:last-child { border-right: 0; }
.quick-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; background: #eff2ff; color: var(--blue); font-size: .67rem; font-weight: 900; }
.quick-grid strong { display: block; font-size: .82rem; }
.quick-grid p { margin: 2px 0 0; color: var(--muted); font-size: .75rem; }

/* SECTIONS */
.section { padding: 100px 0; }
.section-soft { background: var(--soft); border-top: 1px solid #eef1f6; border-bottom: 1px solid #eef1f6; }
.section-kicker { color: var(--blue); margin-bottom: 12px; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section h2, .faq-section h2, .cta-final h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.lead { max-width: 700px; margin: 18px auto 0; color: var(--muted); font-size: 1.02rem; }
.lead.left { margin-left: 0; }
.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.icon-circle { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; border-radius: 14px; background: #eef2ff; font-size: 1.25rem; }
.info-card h3, .feature-card h3, .step h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.05rem; }
.info-card p, .feature-card p, .step p { margin: 0; color: var(--muted); font-size: .91rem; }

/* FEATURES */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #d2daf1; box-shadow: var(--shadow-md); }
.feature-card.featured { background: linear-gradient(145deg, #101b34, #192b55); color: #fff; border-color: #263b6d; }
.feature-card.featured h3 { color: #fff; }
.feature-card.featured p { color: #c1cad9; }
.feature-number { position: absolute; top: 23px; right: 25px; color: #aab4c5; font-size: .68rem; font-weight: 850; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 22px; border-radius: 15px; background: #f0f3ff; font-size: 1.45rem; }
.feature-card.featured .feature-icon { background: rgba(255,255,255,.1); }
.feature-tag { display: inline-flex; margin-top: 22px; padding: 5px 9px; border-radius: 999px; background: #f3f5f9; color: var(--muted); font-size: .66rem; font-weight: 800; }
.feature-card.featured .feature-tag { background: rgba(255,255,255,.1); color: #d9e0ec; }

/* AGE */
.age-section { background: #fff; }
.age-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.text-link { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--blue); font-weight: 800; }
.age-timeline { position: relative; display: grid; gap: 12px; }
.age-timeline:before { content: ""; position: absolute; left: 22px; top: 22px; bottom: 22px; width: 1px; background: #dce2ed; }
.age-item { position: relative; z-index: 1; display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: center; padding: 19px 22px 19px 0; border-bottom: 1px solid var(--line); background: #fff; }
.age-item > span { display: grid; place-items: center; width: 45px; height: 45px; border: 5px solid #fff; border-radius: 50%; background: #eef2ff; color: var(--blue); font-size: .68rem; font-weight: 900; box-shadow: 0 0 0 1px #dce3f2; }
.age-item strong { display: block; color: var(--ink); font-size: .95rem; }
.age-item p { margin: 2px 0 0; color: var(--muted); font-size: .83rem; }

/* INCLUDED */
.included-section { background: #f7f9fc; }
.included-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.included-panel { padding: 35px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #101a30, #1b2c50); box-shadow: var(--shadow-md); }
.included-panel h2 { color: #fff; }
.included-panel > p { color: #c3cbd8; }
.included-count { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.included-count strong { font-size: 3rem; line-height: 1; color: #fff; }
.included-count span { color: #b7c1d0; font-size: .76rem; line-height: 1.35; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.check-list li { position: relative; padding: 16px 0 16px 30px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: .88rem; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 16px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e6f8f0; color: var(--green-dark); font-size: .68rem; font-weight: 900; }

/* BONUS */
.bonus-section { background: #fff; }
.bonus-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid #f0d89a; border-radius: 26px; background: linear-gradient(135deg, #fffaf0, #fff5d9); box-shadow: var(--shadow-sm); }
.bonus-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #f9e5a8; color: #74520d; font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.bonus-content { display: flex; align-items: center; gap: 25px; margin-top: 18px; }
.bonus-icon { display: grid; place-items: center; width: 72px; height: 72px; flex: 0 0 72px; border-radius: 20px; background: #fff; box-shadow: 0 10px 24px rgba(110,82,18,.1); font-size: 2rem; }
.bonus-card h2 { font-size: 2rem; }
.bonus-card p { max-width: 760px; margin: 10px 0; color: #705e35; }
.bonus-price { display: inline-block; margin-top: 3px; color: #73510c; font-weight: 900; }
.bonus-arrow { margin-top: 20px; padding-top: 18px; border-top: 1px solid #f0d99d; color: #846e3b; font-size: .78rem; font-weight: 700; }

/* PROCESS */
.process-section { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step > span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 22px; border-radius: 10px; background: #eef2ff; color: var(--blue); font-size: .68rem; font-weight: 900; }

/* FAQ */
.faq-section { padding: 100px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child p { color: var(--muted); margin: 16px 0 25px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 20px 38px 20px 0; list-style: none; cursor: pointer; color: var(--ink); font-size: .93rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--blue); font-size: 1.35rem; font-weight: 400; }
details[open] summary:after { content: "−"; }
details p { max-width: 700px; margin: -4px 0 20px; color: var(--muted); font-size: .86rem; }

/* CTA */
.cta-final { position: relative; overflow: hidden; padding: 90px 0; text-align: center; color: #fff; background: radial-gradient(circle at 50% -40%, rgba(49,91,234,.5), transparent 42%), linear-gradient(135deg, #09111f, #142748); }
.cta-inner { position: relative; z-index: 1; }
.cta-kicker { color: #aebdff; margin-bottom: 14px; }
.cta-final h2 { max-width: 800px; margin: 0 auto; color: #fff; }
.cta-final p { max-width: 620px; margin: 18px auto 26px; color: #bdc7d6; }
.cta-security { margin-top: 17px; color: #a8b5c7; font-size: .77rem; }

/* FOOTER */
.site-footer { padding: 35px 0 25px; color: #9aa7ba; background: #080e19; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner strong { color: #fff; font-size: .9rem; }
.footer-inner p { margin: 4px 0 0; font-size: .76rem; }
.footer-links { display: flex; gap: 18px; font-size: .78rem; font-weight: 700; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }

/* MOBILE CTA */
/* EXISTING CHECKOUT / AUTH / DASHBOARD STYLES */
.checkout-wrap { max-width: 560px; margin: 48px auto; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 34px; }
.checkout-wrap h1 { font-size: 1.4rem; color: var(--ink); margin-top: 0; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 650; margin-bottom: 6px; font-size: .92rem; }
.form-group input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 1rem; background: #fff; }
.form-group input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,91,234,.1); }
.order-bump { background: #f2f6ff; border: 1.5px dashed var(--blue); border-radius: 14px; padding: 17px; margin: 22px 0; }
.order-bump label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; font-weight: 550; font-size: .94rem; }
.order-bump input { margin-top: 4px; accent-color: var(--blue); }
.order-bump small { display: block; color: var(--muted); margin-top: 4px; font-weight: 400; }
.order-summary { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 8px; }
.order-summary .linha { display: flex; justify-content: space-between; font-size: .95rem; padding: 4px 0; }
.order-summary .total { font-weight: 800; font-size: 1.15rem; color: var(--ink); border-top: 1px solid var(--line); margin-top: 8px; padding-top: 10px; }
.alert { padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; font-size: .92rem; }
.alert-error { background: #fdecea; color: #9c2a25; border: 1px solid #f3c1bd; }
.alert-success { background: #e9f9f0; color: #146c43; border: 1px solid #b9e6cf; }
.auth-wrap { max-width: 420px; margin: 64px auto; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 34px; text-align: center; }
.dashboard-wrap { max-width: 760px; margin: 48px auto; }
.dashboard-wrap h1 { color: var(--ink); }
.produto-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.produto-item h3 { margin: 0 0 4px; }
.produto-item p { margin: 0; color: var(--muted); font-size: .9rem; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 65px; }
    .hero-copy { max-width: 760px; }
    .hero-visual { min-height: 450px; }
    .quick-grid { grid-template-columns: repeat(2,1fr); }
    .quick-grid > div:nth-child(2) { border-right: 0; }
    .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .age-grid, .included-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
    .faq-grid { gap: 35px; }
}

@media (max-width: 760px) {
    .container { width: min(var(--container), calc(100% - 28px)); }
    .site-header { position: relative; }
    .header-inner { min-height: 64px; }
    .header-link { display: none; }
    .hero-grid { min-height: auto; padding: 55px 0 65px; }
    .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
    .hero-subtitle { font-size: 1rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .btn-large { width: 100%; }
    .price-note { text-align: center; }
    .hero-trust { justify-content: center; text-align: center; }
    .hero-visual { min-height: 430px; }
    .book-card { width: min(340px, 82%); min-height: 395px; }
    .book-card h2 { font-size: 2rem; }
    .floating-note { transform: scale(.9); }
    .note-one { right: -3px; }
    .note-two { left: -3px; }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-grid > div, .quick-grid > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .quick-grid > div:last-child { border-bottom: 0; }
    .section, .faq-section { padding: 72px 0; }
    .problem-grid, .feature-grid, .steps-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .check-list { grid-template-columns: 1fr; }
    .bonus-card { padding: 28px 22px; }
    .bonus-content { align-items: flex-start; }
    .bonus-icon { width: 58px; height: 58px; flex-basis: 58px; font-size: 1.5rem; }
    .bonus-card h2 { font-size: 1.55rem; }
    .footer-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom { gap: 6px; }
}

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

/* CONTACT + DASHBOARD RESPONSIVE ENHANCEMENTS */
.footer-links a[href^="mailto:"], .footer-bottom a { color: #b9c5d6; }
.footer-links a[href^="mailto:"]:hover, .footer-bottom a:hover { color: #fff; }

.dashboard-wrap { padding: 0 18px; }
.dashboard-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: 28px; align-items: end; margin-bottom: 30px; }
.dashboard-heading h1 { margin: 6px 0 8px; font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: -.03em; }
.dashboard-heading > div > p { margin: 0; color: var(--muted); max-width: 600px; }
.dashboard-kicker { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.header-support { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-2); font-weight: 800; }
.header-support:hover { color: var(--green-dark); }
.dashboard-support { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 16px 18px; border: 1px solid #dce7e2; border-radius: 18px; background: linear-gradient(135deg, #f1fbf6, #ffffff); box-shadow: var(--shadow-sm); color: var(--ink); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.dashboard-support:hover { transform: translateY(-2px); border-color: #b9dfcf; box-shadow: var(--shadow-md); }
.support-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #dcf7e9; font-size: 1.15rem; }
.dashboard-support strong, .dashboard-support small { display: block; }
.dashboard-support strong { font-size: .88rem; }
.dashboard-support small { margin-top: 3px; color: var(--muted); font-size: .73rem; }
.support-arrow { color: var(--green-dark); font-size: 1.15rem; font-weight: 900; }
.dashboard-footer { margin-top: 55px; border-top: 1px solid var(--line); background: #fff; }
.dashboard-footer-inner { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 22px 0 30px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .75rem; }
.dashboard-footer a { color: var(--blue); font-weight: 700; }

@media (max-width: 760px) {
    .header-inner { gap: 12px; }
    .brand { font-size: .9rem; }
    .header-nav { gap: 10px; }
    .header-support { font-size: .78rem; }
    .header-account { font-size: .78rem; }
    .dashboard-wrap { width: min(100%, 760px); margin: 28px auto; padding: 0 14px; }
    .dashboard-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 22px; }
    .dashboard-heading h1 { font-size: 2rem; }
    .dashboard-support { width: 100%; }
    .produto-item { align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }
    .produto-item .btn { width: 100%; text-align: center; }
    .dashboard-footer-inner { width: min(100% - 28px, 760px); flex-direction: column; padding-bottom: 90px; }
    .footer-links { flex-wrap: wrap; }
}

@media (max-width: 430px) {
    .header-inner { min-height: 60px; }
    .brand-mark { width: 25px; height: 25px; font-size: .75rem; }
    .brand { font-size: .82rem; gap: 7px; }
    .header-support { font-size: 0; }
    .header-support::before { content: "💬"; font-size: 1.05rem; }
    .header-account { padding: 7px 9px; }
    .dashboard-support { grid-template-columns: auto 1fr; }
    .support-arrow { display: none; }
}


/* CONSISTENT INTERNAL PAGES */
.account-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(49,91,234,.07), transparent 32%),
        linear-gradient(180deg, #f8faff 0%, #f5f7fb 100%);
}
.auth-page {
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: 48px 18px 70px;
}
.auth-card, .checkout-page .checkout-wrap {
    width: min(100%, 560px);
    margin: 0 auto;
    border: 1px solid rgba(229,233,241,.9);
    background: rgba(255,255,255,.96);
    box-shadow: 0 24px 70px rgba(12,22,42,.10);
}
.auth-card h1, .checkout-page .checkout-wrap h1 {
    letter-spacing: -.035em;
    font-size: clamp(1.65rem, 3vw, 2rem);
    margin-bottom: 10px;
}
.auth-help {
    text-align: center;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: .9rem;
}
.auth-help a { color: var(--blue); font-weight: 800; }
.checkout-page .checkout-wrap {
    max-width: 620px;
    margin: 0 auto;
}
.checkout-page .checkout-wrap h1 {
    font-size: clamp(1.8rem, 3vw, 2.15rem);
}
.checkout-page .checkout-wrap > form > .btn-block {
    margin-top: 20px;
}
.success-card {
    text-align: center;
}
.success-card h1 {
    font-size: clamp(1.8rem, 4vw, 2.35rem);
}
.success-card p {
    color: var(--muted);
    max-width: 480px;
    margin: 0 auto 22px;
}
.success-card .btn {
    max-width: 360px;
    margin-inline: auto;
}
.dashboard-wrap {
    min-height: calc(100vh - 150px);
}
.dashboard-wrap > p:not(.dashboard-heading p) {
    color: var(--muted);
}
.dashboard-footer {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(10px);
}
@media (max-width: 760px) {
    .auth-page {
        min-height: calc(100vh - 64px);
        padding: 28px 14px 48px;
        align-items: start;
    }
    .auth-card, .checkout-page .checkout-wrap {
        padding: 24px 18px;
        border-radius: 18px;
    }
    .checkout-page .checkout-wrap {
        width: 100%;
    }
    .dashboard-footer-inner {
        padding-bottom: 28px;
    }
}


/* FINAL LAYOUT FIXES */
html, body { min-height: 100%; }
body { min-height: 100vh; }
.site-footer { margin-top: auto; }
.dashboard-footer { margin-top: auto; }

/* Admin */
.admin-page { min-height: 100vh; background: linear-gradient(180deg,#f7f9fc 0%,#eef2f7 100%); }
.admin-shell { width:min(1180px,calc(100% - 36px)); margin:0 auto; padding:42px 0 60px; }
.admin-top { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:28px; }
.admin-kicker { color:var(--blue); font-size:.68rem; font-weight:900; letter-spacing:.12em; }
.admin-top h1 { margin:6px 0 6px; color:var(--ink); font-size:clamp(2rem,4vw,2.8rem); letter-spacing:-.04em; }
.admin-top p { margin:0; color:var(--muted); }
.admin-actions { display:flex; gap:10px; flex-wrap:wrap; }
.admin-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.metric-card { padding:22px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-sm); }
.metric-label { color:var(--muted); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.metric-value { margin-top:8px; color:var(--ink); font-size:1.9rem; font-weight:900; letter-spacing:-.03em; }
.metric-note { margin-top:4px; color:var(--muted); font-size:.75rem; }
.admin-panels { display:grid; grid-template-columns:1.25fr .75fr; gap:18px; margin-top:18px; }
.admin-panel { padding:24px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-sm); }
.admin-panel h2 { margin:0 0 18px; color:var(--ink); font-size:1.05rem; }
.admin-table { width:100%; border-collapse:collapse; font-size:.82rem; }
.admin-table th,.admin-table td { padding:12px 10px; text-align:left; border-bottom:1px solid #edf0f5; }
.admin-table th { color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.06em; }
.status { display:inline-flex; padding:4px 8px; border-radius:999px; font-size:.68rem; font-weight:800; }
.status-paid { background:#e9f9f0; color:#146c43; }
.status-pending { background:#fff5db; color:#8a6200; }
.status-other { background:#f1f3f7; color:#5c6b80; }
.admin-login { min-height:100vh; display:grid; place-items:center; padding:28px 16px; background:radial-gradient(circle at 50% 0%,rgba(49,91,234,.12),transparent 36%),linear-gradient(180deg,#f8faff,#f0f3f8); }
.admin-login-card { width:min(100%,430px); padding:34px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 28px 80px rgba(12,22,42,.12); }
.admin-login-card h1 { margin:8px 0; color:var(--ink); font-size:1.8rem; }
.admin-login-card p { color:var(--muted); }
.admin-brand { display:inline-flex; align-items:center; gap:9px; font-weight:900; color:var(--ink); }
.admin-brand span { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:linear-gradient(135deg,var(--blue),#5578ee); color:#fff; }
.admin-error { padding:11px 14px; border-radius:10px; background:#fdecea; color:#9c2a25; border:1px solid #f3c1bd; font-size:.86rem; margin-bottom:16px; }
@media(max-width:900px){.admin-grid{grid-template-columns:repeat(2,1fr)}.admin-panels{grid-template-columns:1fr}}
@media(max-width:600px){.admin-shell{width:min(100% - 28px,1180px);padding-top:28px}.admin-top{align-items:flex-start;flex-direction:column}.admin-grid{grid-template-columns:1fr}.admin-panel{overflow-x:auto}.admin-table{min-width:620px}.admin-login-card{padding:24px 18px}}

body { display:flex; flex-direction:column; } body > main { flex:1; width:100%; }

/* ADMIN LOGIN — identidade visual alinhada à Home */
.admin-login-page{
  flex:1;
  min-height:calc(100vh - 72px);
  display:grid;
  place-items:center;
  padding:70px 20px 80px;
  background:
    radial-gradient(circle at 50% 0%,rgba(49,91,234,.10),transparent 34%),
    linear-gradient(180deg,#f8faff 0%,#f3f6fa 100%);
}
.admin-login-card{
  width:min(100%,470px);
  padding:42px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 80px rgba(12,22,42,.12);
}
.admin-login-icon{
  display:grid;
  place-items:center;
  width:54px;height:54px;
  margin-bottom:22px;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--green),#27c18b);
  box-shadow:0 12px 28px rgba(25,168,115,.22);
  font-weight:900;
}
.admin-login-card h1{
  margin:7px 0 10px;
  color:var(--ink);
  font-size:clamp(1.8rem,4vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.045em;
}
.admin-login-intro{
  margin:0 0 28px;
  color:var(--muted);
  font-size:.92rem;
}
.admin-login-form{display:grid;gap:4px}
.admin-login-form .form-group{margin-bottom:12px}
.admin-login-form input{
  width:100%;
  min-height:50px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  outline:none;
}
.admin-login-form input:focus{
  border-color:#9db0f4;
  box-shadow:0 0 0 4px rgba(49,91,234,.09);
}
.admin-login-security{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:var(--muted-2);
  text-align:center;
  font-size:.72rem;
  font-weight:700;
}
@media(max-width:600px){
  .admin-login-page{padding:40px 16px 55px;min-height:calc(100vh - 64px)}
  .admin-login-card{padding:30px 22px;border-radius:22px}
  .admin-login-page + .site-footer .footer-inner,
  .admin-login-page + .site-footer .footer-bottom{flex-direction:column;align-items:flex-start}
}
