:root{--bg:#070707;--card:#111;--soft:#191919;--gold:#d4af37;--gold2:#f4d06f;--text:#f5f5f5;--muted:#b9b9b9;--line:rgba(212,175,55,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#1a1710,#070707 45%);color:var(--text);font-family:Inter,Arial,sans-serif}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 5%;background:rgba(7,7,7,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand img{height:58px;width:auto;object-fit:contain}nav{display:flex;gap:24px}nav a{color:var(--muted);text-decoration:none;font-weight:700;font-size:14px}nav a:hover{color:var(--gold2)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:10px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;text-decoration:none;font-weight:900;box-shadow:0 0 24px rgba(212,175,55,.18)}.btn.small{padding:11px 16px;font-size:13px}.btn.outline{background:transparent;color:var(--gold2);border:1px solid var(--line)}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:42px;min-height:720px;padding:70px 5%}.tag{color:var(--gold2);letter-spacing:.18em;text-transform:uppercase;font-weight:800;font-size:13px}.hero h1{font-size:clamp(44px,7vw,86px);line-height:.95;margin:18px 0;background:linear-gradient(90deg,#fff,var(--gold2));-webkit-background-clip:text;color:transparent}.hero p,.lead{color:var(--muted);font-size:19px;line-height:1.7;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.metrics{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.metrics span{border:1px solid var(--line);padding:12px 16px;border-radius:999px;color:var(--gold2);font-weight:800}.heroCard{border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#151515,#060606);padding:10px;box-shadow:0 24px 90px rgba(0,0,0,.55)}.heroCard img{width:100%;border-radius:20px;display:block}.section{padding:76px 5%;border-top:1px solid rgba(212,175,55,.18)}.section.alt{background:rgba(255,255,255,.025)}.section h2,.cta h2{font-size:clamp(30px,4vw,52px);text-align:center;margin:0 0 14px}.lead{text-align:center;margin:0 auto 34px}.grid{display:grid;gap:18px}.cards5{grid-template-columns:repeat(5,1fr)}.cards4{grid-template-columns:repeat(4,1fr)}article{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:18px;padding:24px;min-height:190px}article h3{color:var(--gold2);margin-top:0;text-transform:uppercase;letter-spacing:.04em}article p{color:var(--muted);line-height:1.6}.plans{grid-template-columns:repeat(3,1fr)}.plans article span{color:var(--gold);font-weight:900;letter-spacing:.18em}.plans .featured{transform:translateY(-12px);box-shadow:0 0 45px rgba(212,175,55,.16)}.cta{text-align:center;margin:60px 5%;padding:60px 24px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(255,255,255,.025))}.cta p{color:var(--muted);font-size:19px}footer{text-align:center;color:#aaa;padding:28px 5%;border-top:1px solid rgba(212,175,55,.18)}.whats{position:fixed;right:20px;bottom:20px;background:#25d366;color:white;padding:14px 18px;border-radius:999px;text-decoration:none;font-weight:900;z-index:30}@media(max-width:1000px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:40px}.cards5,.cards4,.plans{grid-template-columns:repeat(2,1fr)}nav{display:none}}@media(max-width:620px){.topbar{padding:10px 4%}.brand img{height:44px}.btn.small{display:none}.hero{padding:44px 4%}.hero p,.lead{font-size:16px}.cards5,.cards4,.plans{grid-template-columns:1fr}.plans .featured{transform:none}.section{padding:52px 4%}article{min-height:auto}.metrics{gap:8px}.metrics span{font-size:12px;padding:9px 12px}}

/* POP-UP REAL - SITE EM CONSTRUÇÃO */
.popupClose{position:absolute!important;top:12px!important;right:12px!important;z-index:3!important;width:42px!important;height:42px!important;border:1px solid rgba(212,175,55,.8)!important;border-radius:50%!important;background:rgba(5,5,5,.74)!important;color:#f4d06f!important;font-size:32px!important;line-height:36px!important;cursor:pointer!important}
.popupClose:hover{background:rgba(212,175,55,.18)!important}
@keyframes modalIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1000px){.popupOverlay{padding:14px!important}.popupModal{width:96vw!important;max-height:90vh!important}.popupModal img{max-height:86vh!important}.popupClose{top:8px!important;right:8px!important;width:38px!important;height:38px!important;font-size:30px!important}}
@media(max-width:620px){.popupOverlay{padding:8px!important;align-items:center!important}.popupModal{width:98vw!important;max-height:88vh!important;border-radius:16px!important}.popupModal img{max-height:84vh!important}.popupClose{width:34px!important;height:34px!important;font-size:26px!important;line-height:30px!important}}
@media(max-width:420px){.popupOverlay{padding:6px!important}.popupModal{width:99vw!important}.popupModal img{max-height:82vh!important}}

/* AJUSTES RESPONSIVOS GERAIS */
img,video{max-width:100%;height:auto}.topbar{flex-wrap:wrap}.heroCard{max-width:100%;overflow:hidden}@media(max-width:760px){body{overflow-x:hidden}.topbar{justify-content:center}.topbar .brand{width:100%;text-align:center}.topbar .brand img{max-width:220px;height:auto}.hero{gap:24px}.hero h1{text-align:center}.hero p{text-align:center}.tag{display:block;text-align:center}.actions{justify-content:center}.metrics{justify-content:center}.section h2,.cta h2{line-height:1.1}.cta{margin:40px 4%;padding:42px 18px}.whats{right:12px;bottom:12px;font-size:13px;padding:12px 14px}}

/* CORREÇÃO MOBILE - BOTÃO ENTRAR NO CLUB VISÍVEL */
@media(max-width:620px){
  .topbar{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:10px 14px!important;
  }
  .topbar .brand{
    width:auto!important;
    text-align:left!important;
  }
  .topbar .brand img{
    max-width:150px!important;
    height:auto!important;
  }
  .topbar .btn.small{
    display:inline-flex!important;
    padding:11px 14px!important;
    font-size:12px!important;
    border-radius:10px!important;
    white-space:nowrap!important;
  }
  nav{display:none!important;}
}
@media(max-width:390px){
  .topbar .brand img{max-width:125px!important;}
  .topbar .btn.small{font-size:11px!important;padding:10px 11px!important;}
}
