@import url('theme.css?v=36');
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Inter', -apple-system, sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); min-height: 100vh; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

.glow { position: fixed; border-radius: 50%; background: var(--gold); filter: blur(130px); opacity: .05; pointer-events: none; z-index: 0; }
.g1 { width: 500px; height: 500px; top: -150px; left: -150px; }
.g2 { width: 400px; height: 400px; bottom: -100px; right: -100px; opacity: .04; }
.g3 { width: 300px; height: 300px; top: 40%; left: 60%; opacity: .03; filter: blur(160px); }

/* ═══════════ NAVBAR ═══════════ */
.topnav { position: sticky; top: 0; z-index: 100; background: rgba(2,12,27,.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(51,51,51,.1); padding: 12px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.topnav-brand { display: flex; align-items: baseline; gap: 10px; }
.topnav-logo { font-size: 1.15rem; font-weight: 900; color: var(--gold); letter-spacing: .5px; }
.topnav-by { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
.topnav-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topnav-links a { color: var(--text-2); text-decoration: none; font-size: .82rem; font-weight: 500; transition: color .2s; }
.topnav-links a:hover { color: var(--gold); }
.topnav-cta { background: var(--gold); color: #020c1b !important; padding: 8px 18px; border-radius: 8px; font-weight: 700 !important; font-size: .8rem !important; text-decoration: none; transition: all .2s; }
.topnav-cta:hover { box-shadow: 0 0 20px rgba(212,175,55,.4); transform: translateY(-1px); }

/* ═══════════ HERO ═══════════ */
.hero { position: relative; z-index: 1; padding: 60px 5vw 50px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1200px; margin: 0 auto; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; } }
.hero-text { display: flex; flex-direction: column; gap: 20px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; width: fit-content; background: rgba(51,51,51,.1); border: 1px solid var(--border-gold); color: var(--gold); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; padding: 6px 14px; border-radius: 20px; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero-h1 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; line-height: 1.15; letter-spacing: -.8px; }
.hero-h1 em { font-style: normal; color: var(--gold); }
.hero-sub { color: var(--text-2); font-size: 1.05rem; line-height: 1.7; max-width: 520px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-hero-primary { display: inline-block; background: var(--gold); color: #020c1b; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: all .25s; }
.btn-hero-primary:hover { box-shadow: 0 0 30px rgba(51,51,51,.45); transform: translateY(-2px); }
.btn-hero-secondary { display: inline-block; color: var(--text); padding: 14px 28px; border-radius: 10px; font-weight: 600; font-size: .95rem; text-decoration: none; border: 1px solid rgba(255,255,255,.12); transition: all .25s; }
.btn-hero-secondary:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.2); }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; font-size: .78rem; color: var(--muted); }

.hero-visual { display: flex; justify-content: center; }
.hero-card { background: var(--surface); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; width: 100%; max-width: 420px; box-shadow: 0 25px 60px rgba(0,0,0,.5); }
.hero-card-header { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(0,0,0,.3); border-bottom: 1px solid rgba(255,255,255,.06); }
.hero-card-dot { width: 10px; height: 10px; border-radius: 50%; }
.hero-card-dot.red { background: #ff5f56; }
.hero-card-dot.yellow { background: #ffbd2e; }
.hero-card-dot.green { background: #27c93f; }
.hero-card-title { font-size: .7rem; color: var(--muted); margin-left: 8px; }
.hero-card-body { padding: 20px; }
.hero-rank { display: flex; flex-direction: column; gap: 10px; }
.hero-rank-header { display: flex; justify-content: space-between; align-items: center; font-size: .8rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.hero-rank-badge { font-size: .62rem; background: rgba(46,204,113,.15); color: #2ecc71; padding: 2px 8px; border-radius: 10px; font-weight: 600; }
.hero-rank-row { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 8px; background: rgba(255,255,255,.02); position: relative; overflow: hidden; font-size: .82rem; }
.hero-rank-row.top { background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.15); }
.hero-rank-pos { font-size: .9rem; width: 22px; text-align: center; }
.hero-rank-name { flex: 1; font-weight: 500; color: var(--text); }
.hero-rank-score { font-weight: 700; color: var(--gold); font-size: .78rem; min-width: 36px; text-align: right; }
.hero-rank-bar { position: absolute; left: 0; top: 0; height: 100%; background: rgba(212,175,55,.08); border-radius: 8px; z-index: -1; }

/* ═══════════ STATS BAR ═══════════ */
.stats-bar { position: relative; z-index: 1; padding: 30px 5vw; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); background: rgba(255,255,255,.01); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
.stat-item { text-align: center; padding: 10px; }
.stat-icon { font-size: 1.5rem; margin-bottom: 6px; }
.stat-num { font-size: 1.8rem; font-weight: 900; letter-spacing: -1px; color: var(--gold); }
.stat-label { font-size: .72rem; color: var(--muted); margin-top: 2px; }

/* ═══════════ SECTIONS ═══════════ */
.section { position: relative; z-index: 1; padding: 70px 5vw; }
.section-alt { background: rgba(255,255,255,.012); border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.section-header { text-align: center; margin-bottom: 50px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.section-tag { display: inline-block; background: rgba(51,51,51,.08); border: 1px solid var(--border-gold); color: var(--gold); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 14px; border-radius: 20px; }
.section-title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 900; letter-spacing: -.5px; }
.section-title em { font-style: normal; color: var(--gold); }
.section-sub { color: var(--text-2); font-size: .95rem; max-width: 550px; line-height: 1.6; }

/* ═══════════ STEPS ═══════════ */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr; max-width: 400px; } }
.step-card { background: var(--surface); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 32px 24px; position: relative; transition: all .3s; }
.step-card:hover { border-color: var(--border-gold); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.step-number { position: absolute; top: -14px; right: 20px; background: var(--gold); color: #020c1b; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .8rem; }
.step-icon-wrap { width: 50px; height: 50px; border-radius: 12px; background: rgba(212,175,55,.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step-icon { font-size: 1.5rem; }
.step-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.step-desc { font-size: .85rem; color: var(--text-2); line-height: 1.6; margin-bottom: 14px; }
.step-list { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.step-list li { font-size: .78rem; color: var(--muted); padding-left: 16px; position: relative; }
.step-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; font-size: .7rem; }

/* ═══════════ FEATURES ═══════════ */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
@media (max-width: 1000px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; max-width: 400px; } }
.feature-card { background: var(--surface); border: 1px solid rgba(255,255,255,.05); border-radius: 14px; padding: 24px; transition: all .25s; }
.feature-card:hover { border-color: rgba(255,255,255,.1); transform: translateY(-2px); }
.feature-icon { font-size: 1.8rem; margin-bottom: 12px; }
.feature-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.feature-card p { font-size: .8rem; color: var(--text-2); line-height: 1.6; }

/* ═══════════ SEGMENTS ═══════════ */
.segments-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 900px; margin: 0 auto; }
@media (max-width: 768px) { .segments-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 450px) { .segments-grid { grid-template-columns: repeat(2, 1fr); } }
.segment-card { background: var(--surface); border: 1px solid rgba(255,255,255,.05); border-radius: 12px; padding: 16px 12px; text-align: center; transition: all .25s; }
.segment-card:hover { border-color: rgba(255,255,255,.1); transform: translateY(-2px); }
.segment-emoji { font-size: 1.6rem; display: block; margin-bottom: 6px; }
.segment-name { font-size: .8rem; font-weight: 700; color: var(--text); display: block; }
.segment-desc { font-size: .66rem; color: var(--muted); display: block; margin-top: 2px; }

/* ═══════════ LOGIN BOX ═══════════ */
.login-centered { display: flex; justify-content: center; padding-top: 10px; }
.box { background: var(--surface); backdrop-filter: blur(20px); border: 1px solid var(--border-gold); border-radius: 22px; width: 100%; max-width: 420px; padding: 36px 40px 40px; box-shadow: 0 20px 50px rgba(0,0,0,.55); z-index: 1; animation: fadeIn .55s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
.logo-name { color: var(--gold); font-size: 1.55rem; font-weight: 800; letter-spacing: 1px; text-align: center; margin-bottom: 20px; }

.tab-nav { display: flex; background: rgba(0,0,0,.25); border-radius: 10px; padding: 4px; gap: 4px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.06); }
.tab-btn { flex: 1; padding: 10px; border: none; border-radius: 7px; background: transparent; color: var(--muted); font-size: .83rem; font-weight: 600; font-family: inherit; cursor: pointer; transition: all .18s; }
.tab-btn:hover { color: var(--text); background: rgba(255,255,255,.06); }
.tab-btn.active { background: var(--gold); color: #020c1b; }

.input-group { margin-bottom: 15px; text-align: left; }
label { display: block; font-size: .75rem; color: var(--muted); margin-bottom: 7px; font-weight: 500; letter-spacing: .3px; }
input[type=email], input[type=password], input[type=text] { width: 100%; padding: 12px 14px; border-radius: 9px; background: var(--surface-2); border: 1px solid rgba(255,255,255,.09); color: white; outline: none; font-size: .9rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(51,51,51,.09); }
button[type=submit] { width: 100%; padding: 13px; border-radius: 9px; background: var(--gold); border: none; color: #020c1b; font-weight: 700; cursor: pointer; font-size: .9rem; font-family: inherit; letter-spacing: .3px; margin-top: 6px; transition: box-shadow .2s, transform .2s; }
button[type=submit]:hover { box-shadow: 0 0 22px rgba(51,51,51,.4); transform: translateY(-1px); }

.erro { background: rgba(255,107,107,.08); border: 1px solid rgba(255,107,107,.35); color: #ff6b6b; padding: 11px 14px; border-radius: 9px; margin-bottom: 16px; font-size: .83rem; font-weight: 500; }
.aviso { background: rgba(102,102,102,.07); border: 1px solid rgba(102,102,102,.28); color: #999; padding: 11px 14px; border-radius: 9px; margin-bottom: 16px; font-size: .83rem; }
.sucesso { background: rgba(46,204,113,.07); border: 1px solid rgba(46,204,113,.28); color: #2ecc71; padding: 11px 14px; border-radius: 9px; margin-bottom: 16px; font-size: .83rem; font-weight: 500; }
.register-link { margin-top: 22px; color: var(--muted); font-size: .82rem; line-height: 1.6; text-align: center; }
.register-link a { color: var(--gold); text-decoration: none; font-weight: 600; }
.register-link a:hover { text-decoration: underline; }

.code-hint { text-align: center; font-size: .82rem; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }
.code-hint strong { color: var(--text); }
input.input-code { text-align: center; font-size: 1.8rem; font-weight: 800; letter-spacing: 10px; font-family: monospace; padding: 14px; color: var(--gold); }
.link-reenviar { display: block; text-align: center; margin-top: 12px; font-size: .8rem; color: var(--muted); }
.link-reenviar a { color: var(--gold); text-decoration: none; font-weight: 600; }
.link-reenviar a:hover { text-decoration: underline; }

/* ═══════════ FAQ ═══════════ */
.faq-section { padding-bottom: 40px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
@media (max-width: 700px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-item { background: var(--surface); border: 1px solid rgba(255,255,255,.05); border-radius: 12px; padding: 20px 24px; transition: all .25s; }
.faq-item:hover { border-color: rgba(255,255,255,.1); }
.faq-q { font-size: .9rem; font-weight: 700; color: var(--gold); margin-bottom: 6px; }
.faq-a { font-size: .82rem; color: var(--text-2); line-height: 1.6; }

/* ═══════════ CTA ═══════════ */
.cta-section { position: relative; z-index: 1; text-align: center; padding: 50px 5vw 70px; }
.cta-section h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 900; margin-bottom: 12px; }
.cta-section h2 em { font-style: normal; color: var(--gold); }
.cta-section p { color: var(--text-2); font-size: .95rem; margin-bottom: 24px; }

/* ═══════════ FOOTER ═══════════ */
.footer { position: relative; z-index: 1; padding: 30px 5vw; border-top: 1px solid rgba(255,255,255,.05); text-align: center; }
.footer-inner { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .78rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: .72rem; color: var(--muted); }
