
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --bg:#030509;
  --panel:#080d14;
  --panel2:#0b1320;
  --blue:#0578ff;
  --cyan:#15d7ff;
  --line:rgba(0,122,255,.34);
  --text:#f7fbff;
  --muted:#aab5c4;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:#030509;
  color:var(--text);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button{font-family:inherit}

.page{
  position:relative;
  min-height:100vh;
  background:
    radial-gradient(circle at 74% 18%, rgba(0,102,255,.28), transparent 26%),
    radial-gradient(circle at 56% 30%, rgba(21,215,255,.13), transparent 22%),
    radial-gradient(circle at 13% 80%, rgba(0,122,255,.08), transparent 30%),
    linear-gradient(180deg,#030509 0%,#050912 55%,#030509 100%);
}
.grid-bg{
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:70px 70px;
  pointer-events:none;
}
.blue-glow{
  position:fixed;
  right:-160px;
  top:-200px;
  width:760px;
  height:760px;
  background:rgba(0,105,255,.27);
  filter:blur(120px);
  border-radius:999px;
  pointer-events:none;
}
.blue-light{
  position:fixed;
  width:560px;
  height:160px;
  background:linear-gradient(90deg,transparent,rgba(0,132,255,.28),transparent);
  filter:blur(26px);
  pointer-events:none;
  transform:rotate(-15deg);
}
.light-one{right:90px;top:225px}
.light-two{right:20px;top:310px;opacity:.6}

.topbar{
  position:relative;
  z-index:10;
  max-width:1500px;
  margin:0 auto;
  height:88px;
  padding:0 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand img{
  height:54px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 0 18px rgba(21,215,255,.22));
}
.topbar nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
  font-weight:800;
  color:#e5edf8;
}
.topbar nav a:hover{color:var(--cyan)}
.actions{display:flex;align-items:center;gap:14px}
.circle,.cart,.login{
  height:46px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:white;
  display:grid;
  place-items:center;
  padding:0 15px;
  font-weight:900;
}
.cart{position:relative}
.cart i{
  position:absolute;
  right:-7px;
  top:-7px;
  background:#0b7cff;
  color:white;
  border-radius:999px;
  font-size:11px;
  padding:2px 6px;
  font-style:normal;
}
.login{
  background:linear-gradient(135deg,#0b7cff,#0452de);
  border:0;
  box-shadow:0 0 30px rgba(0,122,255,.42);
  min-width:95px;
}
.menu-btn{display:none}

main{
  max-width:1500px;
  margin:0 auto;
  padding:0 40px 50px;
  position:relative;
  z-index:2;
}

.hero{
  min-height:555px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:36px;
  align-items:center;
}
.pill{
  display:inline-flex;
  align-items:center;
  color:#1fa9ff;
  background:rgba(0,122,255,.10);
  border:1px solid rgba(0,122,255,.30);
  border-radius:999px;
  padding:10px 15px;
  font-weight:900;
  font-size:13px;
  letter-spacing:.02em;
}
.hero h1{
  margin:28px 0 22px;
  font-size:clamp(44px,4.2vw,74px);
  line-height:1.07;
  letter-spacing:-.055em;
  font-weight:900;
  text-shadow:0 0 30px rgba(255,255,255,.09);
}
.hero h1 strong{
  color:#087dff;
  text-shadow:0 0 35px rgba(0,122,255,.70);
}
.hero p{
  margin:0;
  color:#e4ebf5;
  font-size:20px;
  line-height:1.65;
}
.features-mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:42px;
}
.features-mini div{
  display:flex;
  align-items:center;
  gap:14px;
}
.features-mini span{
  width:46px;
  height:46px;
  border-radius:13px;
  display:grid;
  place-items:center;
  color:#1388ff;
  background:rgba(0,122,255,.08);
  border:1px solid rgba(0,122,255,.32);
  box-shadow:0 0 20px rgba(0,122,255,.18);
}
.features-mini b{display:block;font-size:14px}
.features-mini small{display:block;color:#9da8b8;font-size:12px;margin-top:4px}

.casino-visual{
  position:relative;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.casino-visual:before{
  content:"";
  position:absolute;
  inset:40px 0 0 40px;
  background:radial-gradient(circle,rgba(0,122,255,.26),transparent 60%);
  filter:blur(40px);
}
.casino-visual img{
  position:relative;
  z-index:2;
  width:100%;
  max-width:790px;
  object-fit:contain;
  filter:
    drop-shadow(0 0 28px rgba(0,122,255,.55))
    drop-shadow(0 35px 70px rgba(0,0,0,.60));
  animation:floatCasino 4.4s ease-in-out infinite;
}
@keyframes floatCasino{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
.light-beam{
  position:absolute;
  width:420px;
  height:44px;
  background:linear-gradient(90deg,transparent,rgba(0,132,255,.55),transparent);
  filter:blur(8px);
  border-radius:999px;
  z-index:1;
}
.beam-a{right:160px;top:150px;transform:rotate(-18deg)}
.beam-b{right:60px;top:260px;transform:rotate(-10deg);opacity:.65}
.beam-c{right:260px;bottom:120px;transform:rotate(9deg);opacity:.55}

.models{
  margin-top:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));
  border:1px solid rgba(0,122,255,.22);
  border-radius:24px;
  padding:30px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.section-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:26px;
}
.section-title span{font-size:28px;color:#087dff}
.section-title h2{font-size:27px;margin:0}
.model-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}
.model-card{
  position:relative;
  border:1px solid rgba(0,122,255,.42);
  background:radial-gradient(circle at 80% 55%,rgba(0,122,255,.13),transparent 38%),linear-gradient(180deg,rgba(7,20,37,.82),rgba(3,8,15,.92));
  border-radius:18px;
  padding:32px;
  overflow:hidden;
  box-shadow:inset 0 1px rgba(255,255,255,.04);
}
.label{
  position:absolute;
  right:28px;
  top:28px;
  color:white;
  background:linear-gradient(135deg,#1388ff,#064fec);
  border-radius:999px;
  padding:8px 13px;
  font-size:12px;
  font-weight:900;
  box-shadow:0 0 20px rgba(0,122,255,.45);
}
.model-content{
  display:grid;
  grid-template-columns:1fr 210px;
  gap:24px;
  align-items:center;
}
.model-card h3{
  margin:0 0 16px;
  font-size:28px;
}
.model-card p{
  margin:0;
  color:#cdd8e8;
  line-height:1.55;
}
.model-card ul{
  padding:0;
  margin:24px 0;
  list-style:none;
  color:#dce7f7;
  line-height:2;
}
.model-card li:before{
  content:"✓";
  color:#108cff;
  margin-right:12px;
  font-weight:900;
}
.model-card small{color:#a0adbd}
.model-card strong{
  display:block;
  color:#0b88ff;
  font-size:31px;
  margin-top:6px;
}
.box{
  height:230px;
  border-radius:16px;
  background:linear-gradient(145deg,#161d26,#05080d);
  border:1px solid rgba(0,122,255,.42);
  display:grid;
  place-items:center;
  text-align:center;
  box-shadow:0 30px 60px rgba(0,0,0,.45),0 0 36px rgba(0,122,255,.25);
}
.box b{font-size:32px;color:#98d6ff}
.box span{display:block;color:#0f8cff;font-size:18px;font-weight:900;margin-top:4px}
.script b{font-size:58px;color:#0b86ff}
.btn{
  margin-top:26px;
  height:56px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#0b7cff,#0454e8);
  font-weight:900;
  font-size:16px;
  box-shadow:0 0 30px rgba(0,122,255,.40);
}

.numbers{
  margin-top:48px;
  border:1px solid rgba(0,122,255,.25);
  border-radius:20px;
  background:rgba(255,255,255,.018);
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.numbers div{
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  border-right:1px solid rgba(255,255,255,.08);
}
.numbers div:last-child{border-right:0}
.numbers span{
  width:70px;
  height:70px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(0,122,255,.08);
  border:1px solid rgba(0,122,255,.34);
  font-size:32px;
}
.numbers b{display:block;font-size:32px}
.numbers small{display:block;color:#a8b4c4}

.cta-final{
  margin-top:44px;
  border:1px solid rgba(0,122,255,.28);
  border-radius:20px;
  background:linear-gradient(90deg,rgba(0,122,255,.05),rgba(0,122,255,.10),rgba(0,122,255,.03));
  padding:38px 56px;
  display:grid;
  grid-template-columns:90px 1fr 300px;
  gap:28px;
  align-items:center;
}
.rocket{font-size:52px}
.cta-final h2{margin:0;font-size:29px}
.cta-final p{margin:8px 0 0;color:#b7c3d3}
.cta-final a{
  height:58px;
  border-radius:12px;
  background:linear-gradient(135deg,#0b7cff,#0454e8);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.footer{
  max-width:1500px;
  margin:50px auto 0;
  padding:48px 40px 28px;
  border-top:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:1.35fr .65fr .65fr .75fr;
  gap:40px;
  color:#b4bfcd;
  position:relative;
  z-index:2;
}
.footer img{height:58px;margin-bottom:18px}
.footer b{display:block;color:white;margin-bottom:18px}
.footer a{display:block;color:#b4bfcd;margin:10px 0}
.footer p{line-height:1.65}

@media(max-width:1050px){
  .menu-btn{
    display:block;
    background:#081b34;
    color:white;
    border:1px solid var(--line);
    border-radius:10px;
    width:42px;
    height:42px;
  }
  .topbar nav{
    display:none;
    position:absolute;
    left:20px;
    right:20px;
    top:84px;
    background:#061224;
    border:1px solid var(--line);
    border-radius:16px;
    padding:16px;
    flex-direction:column;
    align-items:flex-start;
  }
  .topbar nav.open{display:flex}
  .actions{display:none}
  .hero,.model-grid,.model-content,.numbers,.cta-final,.footer{
    grid-template-columns:1fr;
  }
  .hero{padding:38px 0;min-height:auto}
  .casino-visual{min-height:360px}
  .features-mini{grid-template-columns:1fr}
  .numbers div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .numbers div:last-child{border-bottom:0}
}


/* FIX VISUAL */
.grid-bg{
display:none !important;
background:none !important;
}

.page{
background:
radial-gradient(circle at 74% 18%, rgba(0,102,255,.22), transparent 24%),
linear-gradient(180deg,#02050a 0%,#040913 55%,#02050a 100%) !important;
}

.brand img{
height:95px !important;
max-width:none !important;
filter:
drop-shadow(0 0 20px rgba(21,215,255,.35))
drop-shadow(0 0 45px rgba(21,215,255,.18)) !important;
}

.topbar{
height:120px !important;
}

.models,
.model-card,
.box,
.numbers,
.cta-final{
background:#07111b !important;
backdrop-filter:none !important;
}

.model-card{
border:1px solid rgba(0,122,255,.55) !important;
box-shadow:
0 0 35px rgba(0,90,255,.12),
inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

.box{
background:#0a111b !important;
}

.numbers,
.cta-final,
.models{
border:1px solid rgba(0,122,255,.28) !important;
}

.hero:before{
content:"";
position:absolute;
right:0;
top:40px;
width:650px;
height:650px;
background:radial-gradient(circle, rgba(0,122,255,.16), transparent 70%);
filter:blur(70px);
pointer-events:none;
}

.casino-visual img{
filter:
drop-shadow(0 0 35px rgba(0,122,255,.65))
drop-shadow(0 0 80px rgba(0,122,255,.25))
drop-shadow(0 35px 70px rgba(0,0,0,.65)) !important;
}

/* === NEXAS TRUST PREMIUM UPGRADE === */
:root{
  --trust-bg:#020307;
  --trust-card:#070b12;
  --trust-card2:#0a101a;
  --trust-blue:#087dff;
  --trust-cyan:#18d7ff;
  --trust-border:rgba(30,140,255,.30);
  --trust-text:#f6f8fb;
  --trust-muted:#9aa7b8;
}

body{
  background:#020307 !important;
}

.page{
  background:
    radial-gradient(circle at 78% 17%, rgba(0,82,255,.18), transparent 27%),
    radial-gradient(circle at 35% 70%, rgba(0,140,255,.06), transparent 32%),
    linear-gradient(180deg,#020307 0%,#04070d 54%,#020307 100%) !important;
}

.grid-bg{
  display:none !important;
}

.topbar{
  max-width:1540px !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
  background:rgba(2,3,7,.72) !important;
  backdrop-filter:blur(18px) !important;
}

.brand img{
  height:105px !important;
  filter:drop-shadow(0 0 18px rgba(24,215,255,.22)) !important;
}

.hero h1{
  font-size:clamp(54px,5.1vw,88px) !important;
  letter-spacing:-.07em !important;
  line-height:.98 !important;
}

.hero h1 strong{
  color:#168dff !important;
  text-shadow:0 0 34px rgba(0,120,255,.42) !important;
}

.hero p{
  color:#d8dee8 !important;
  font-weight:500 !important;
}

.pill{
  background:rgba(0,122,255,.08) !important;
  border:1px solid rgba(0,122,255,.24) !important;
  color:#7ec8ff !important;
}

.features-mini div{
  padding:14px 16px !important;
  border-radius:18px !important;
  background:#070b12 !important;
  border:1px solid rgba(255,255,255,.065) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.25) !important;
}

.models{
  background:#05080e !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:34px !important;
  padding:38px !important;
  box-shadow:
    0 45px 120px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.section-title{
  margin-bottom:32px !important;
}

.section-title h2{
  font-size:32px !important;
  letter-spacing:-.04em !important;
}

.model-grid{
  gap:30px !important;
}

.model-card{
  min-height:475px !important;
  padding:34px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 80% 48%, rgba(0,122,255,.18), transparent 33%),
    radial-gradient(circle at 50% 105%, rgba(0,122,255,.10), transparent 30%),
    linear-gradient(180deg,#090d15 0%,#05070c 100%) !important;
  border:1px solid rgba(58,151,255,.28) !important;
  box-shadow:
    0 35px 95px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(0,122,255,.10) !important;
  overflow:hidden !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.model-card:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(70,165,255,.55) !important;
  box-shadow:
    0 50px 120px rgba(0,0,0,.62),
    0 0 60px rgba(0,122,255,.16),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.model-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    linear-gradient(120deg, transparent 0%, rgba(0,122,255,.18) 30%, transparent 60%);
  opacity:.55;
  pointer-events:none;
}

.model-card:after{
  content:"";
  position:absolute;
  right:52px;
  bottom:44px;
  width:260px;
  height:70px;
  background:rgba(0,122,255,.38);
  filter:blur(45px);
  border-radius:999px;
  pointer-events:none;
}

.model-card h3{
  font-size:32px !important;
  letter-spacing:-.045em !important;
  margin-bottom:14px !important;
}

.model-card p{
  color:#c3cedd !important;
  font-size:16px !important;
  line-height:1.65 !important;
  max-width:430px !important;
}

.model-card ul{
  margin:24px 0 28px !important;
  line-height:2.05 !important;
  font-size:15px !important;
  color:#e1e7f0 !important;
}

.model-card li:before{
  color:#168dff !important;
  text-shadow:0 0 14px rgba(0,122,255,.8) !important;
}

.model-card small{
  color:#8f9daf !important;
}

.model-card strong{
  color:#1593ff !important;
  font-size:34px !important;
  letter-spacing:-.04em !important;
  text-shadow:0 0 26px rgba(0,122,255,.28) !important;
}

.label{
  top:30px !important;
  right:30px !important;
  padding:10px 15px !important;
  background:linear-gradient(135deg,#168dff,#0648e9) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  box-shadow:0 0 28px rgba(0,122,255,.45) !important;
}

.model-content{
  grid-template-columns:1fr 260px !important;
  gap:30px !important;
}

.box{
  position:relative !important;
  height:280px !important;
  border-radius:22px !important;
  background:
    linear-gradient(145deg,#151b24 0%,#080b11 55%,#04060a 100%) !important;
  border:1px solid rgba(73,161,255,.30) !important;
  box-shadow:
    0 36px 70px rgba(0,0,0,.48),
    0 0 45px rgba(0,122,255,.18),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  transform:perspective(900px) rotateY(-12deg) rotateX(2deg) !important;
  overflow:hidden !important;
}

.box:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(125deg, rgba(255,255,255,.12), transparent 28%),
    radial-gradient(circle at 45% 100%, rgba(0,122,255,.38), transparent 26%);
  pointer-events:none;
}

.box:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:-14px;
  height:34px;
  background:#087dff;
  filter:blur(24px);
  opacity:.85;
  border-radius:50%;
}

.box b{
  position:relative;
  z-index:2;
  font-size:38px !important;
  color:#bfe9ff !important;
  text-shadow:0 0 28px rgba(0,122,255,.45) !important;
}

.box span{
  position:relative;
  z-index:2;
  color:#168dff !important;
  font-size:18px !important;
  letter-spacing:.08em !important;
  text-shadow:0 0 22px rgba(0,122,255,.5) !important;
}

.script b{
  font-size:68px !important;
  color:#168dff !important;
}

.btn{
  height:60px !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#168dff 0%,#0757e8 100%) !important;
  box-shadow:
    0 18px 44px rgba(0,98,255,.34),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  font-size:16px !important;
  transition:transform .22s ease, filter .22s ease !important;
}

.btn:hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.08) !important;
}

.numbers,
.cta-final{
  background:#05080e !important;
  border:1px solid rgba(255,255,255,.075) !important;
  box-shadow:0 35px 95px rgba(0,0,0,.45) !important;
}

@media(max-width:1050px){
  .brand img{height:74px !important}
  .topbar{height:88px !important}
  .model-content{grid-template-columns:1fr !important}
  .box{height:230px !important;transform:none !important}
  .models{padding:22px !important}
}

/* === FIX IMAGEM GRANDE + MOBILE === */

.hero{
  grid-template-columns: .82fr 1.18fr !important;
  min-height: 640px !important;
  align-items: center !important;
}

.casino-visual{
  min-height: 620px !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

.casino-visual img{
  max-width: 980px !important;
  width: 118% !important;
  transform: translateX(35px) !important;
}

.casino-visual:before{
  inset: 0 -80px 0 -40px !important;
  background: radial-gradient(circle, rgba(0,122,255,.32), transparent 68%) !important;
}

.beam-a{
  right: 160px !important;
  top: 160px !important;
  width: 620px !important;
}

.beam-b{
  right: 40px !important;
  top: 300px !important;
  width: 700px !important;
}

.beam-c{
  right: 260px !important;
  bottom: 145px !important;
  width: 560px !important;
}

@media(max-width:1050px){
  .topbar{
    height: 82px !important;
    padding: 0 16px !important;
  }

  .brand img{
    height: 58px !important;
  }

  main{
    padding: 0 16px 36px !important;
  }

  .hero{
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 34px 0 20px !important;
    gap: 8px !important;
  }

  .hero-copy{
    order: 1 !important;
  }

  .casino-visual{
    order: 2 !important;
    min-height: 330px !important;
    justify-content: center !important;
    margin-top: 8px !important;
  }

  .casino-visual img{
    width: 118% !important;
    max-width: 560px !important;
    transform: translateX(0) !important;
  }

  .hero h1{
    font-size: 42px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.05em !important;
    margin: 20px 0 14px !important;
  }

  .hero p{
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .features-mini{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .features-mini div{
    padding: 12px !important;
  }

  .models{
    margin-top: 18px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .section-title{
    align-items: flex-start !important;
  }

  .section-title h2{
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .model-grid{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .model-card{
    min-height: auto !important;
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .model-content{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .box{
    height: 210px !important;
    width: 100% !important;
    transform: none !important;
  }

  .label{
    top: 18px !important;
    right: 18px !important;
  }

  .model-card h3{
    font-size: 28px !important;
    max-width: 220px !important;
  }

  .btn{
    height: 54px !important;
  }

  .numbers{
    grid-template-columns: 1fr 1fr !important;
    overflow: hidden !important;
  }

  .numbers div{
    padding: 20px !important;
    border-right: 0 !important;
  }

  .numbers b{
    font-size: 24px !important;
  }

  .cta-final{
    grid-template-columns: 1fr !important;
    padding: 24px !important;
    gap: 14px !important;
  }

  .cta-final a{
    width: 100% !important;
  }

  .footer{
    grid-template-columns: 1fr !important;
    padding: 34px 20px !important;
  }
}

@media(max-width:520px){
  .casino-visual{
    min-height: 285px !important;
  }

  .casino-visual img{
    width: 135% !important;
    max-width: 520px !important;
  }

  .hero h1{
    font-size: 36px !important;
  }

  .pill{
    font-size: 11px !important;
    padding: 8px 11px !important;
  }

  .model-card h3{
    font-size: 25px !important;
  }

  .box{
    height: 185px !important;
  }

  .script b{
    font-size: 52px !important;
  }
}


/* ADMIN PRODUCTS SECTION */
.admin-products-section{
  margin-top:44px;
  background:#05080e;
  border:1px solid rgba(0,122,255,.22);
  border-radius:24px;
  padding:30px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.admin-products-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.admin-product-card{
  background:linear-gradient(180deg,#090d15,#05070c);
  border:1px solid rgba(58,151,255,.28);
  border-radius:22px;
  padding:20px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.38);
}

.admin-product-card img,
.admin-product-placeholder{
  width:100%;
  height:180px;
  border-radius:16px;
  object-fit:cover;
  background:#0a111b;
  border:1px solid rgba(0,122,255,.24);
  margin-bottom:18px;
}

.admin-product-placeholder{
  display:grid;
  place-items:center;
  color:#168dff;
  font-size:32px;
  font-weight:900;
  text-shadow:0 0 25px rgba(0,122,255,.55);
}

.admin-product-card span{
  display:inline-flex;
  background:rgba(0,122,255,.12);
  color:#7ec8ff;
  border:1px solid rgba(0,122,255,.25);
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.admin-product-card h3{
  font-size:24px;
  margin:14px 0 8px;
}

.admin-product-card p{
  color:#c3cedd;
  line-height:1.55;
}

.admin-product-card strong{
  display:block;
  color:#168dff;
  font-size:28px;
  margin:16px 0;
}

.admin-product-card a{
  height:52px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#168dff,#0757e8);
  font-weight:900;
  box-shadow:0 18px 44px rgba(0,98,255,.28);
}

@media(max-width:1050px){
  .admin-products-grid{
    grid-template-columns:1fr;
  }
}


/* CORREÇÃO: remove selo 'Plataformas profissionais' e remove seção duplicada */
.pill{
  display:none !important;
}

.admin-products-section{
  display:none !important;
}

/* Produtos principais agora são dinâmicos pelo /admin */
.product-custom-image{
  width:100%;
  height:280px;
  border-radius:22px;
  object-fit:cover;
  border:1px solid rgba(73,161,255,.30);
  box-shadow:0 36px 70px rgba(0,0,0,.48),0 0 45px rgba(0,122,255,.18);
}

@media(max-width:1050px){
  .product-custom-image{
    height:220px;
  }
}

/* CHAT E WHATSAPP EDITÁVEIS PELO ADMIN */
.site-chat{
  position:fixed;right:26px;bottom:104px;width:340px;max-width:calc(100% - 34px);
  background:#07111b;border:1px solid rgba(0,122,255,.30);border-radius:22px;
  box-shadow:0 30px 80px rgba(0,0,0,.45),0 0 35px rgba(0,122,255,.18);z-index:99;display:none;overflow:hidden;
}
.site-chat.open{display:block}
.site-chat-head{display:flex;justify-content:space-between;gap:12px;padding:18px;background:#0a1320}
.site-chat-head span{display:block;color:#7ec8ff;font-size:12px;margin-top:4px}.site-chat-head button{background:transparent;border:0;color:white;font-size:22px}
.site-chat-body{display:grid;gap:10px;padding:18px}.site-chat-body p{background:#0d1827;padding:14px;border-radius:14px;margin:0}.site-chat-body button{border:1px solid rgba(255,255,255,.10);background:#050910;color:white;border-radius:12px;padding:12px;text-align:left}
.site-chat-btn,.whatsapp-btn{position:fixed;right:28px;width:62px;height:62px;border-radius:50%;border:0;display:grid;place-items:center;color:white;font-size:26px;z-index:100;text-decoration:none}
.site-chat-btn{bottom:28px;background:linear-gradient(135deg,#168dff,#0757e8);box-shadow:0 0 35px rgba(0,122,255,.45)}
.whatsapp-btn{bottom:100px;background:#22c55e;box-shadow:0 0 35px rgba(34,197,94,.45)}
@media(max-width:700px){.site-chat{right:14px;bottom:96px}.site-chat-btn,.whatsapp-btn{right:16px}}

.register-btn{background:#0b1320!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}


/* HOME PRODUTOS 100% DINÂMICOS */
.model-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(420px,1fr)) !important;
}

.product-custom-image{
  width:100%;
  height:280px;
  border-radius:22px;
  object-fit:cover;
  background:#0a111b;
  border:1px solid rgba(73,161,255,.30);
  box-shadow:0 36px 70px rgba(0,0,0,.48),0 0 45px rgba(0,122,255,.18);
}

@media(max-width:700px){
  .model-grid{
    grid-template-columns:1fr !important;
  }
  .product-custom-image{
    height:210px;
  }
}


/* FIX DEFINITIVO PRODUTOS DINÂMICOS */
.model-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(430px, 1fr)) !important;
  gap:30px !important;
}
.product-custom-image{
  width:100% !important;
  height:280px !important;
  border-radius:22px !important;
  object-fit:cover !important;
  background:#0a111b !important;
  border:1px solid rgba(73,161,255,.30) !important;
  box-shadow:0 36px 70px rgba(0,0,0,.48),0 0 45px rgba(0,122,255,.18) !important;
}
@media(max-width:700px){
  .model-grid{grid-template-columns:1fr !important}
  .product-custom-image{height:210px !important}
}


/* IMAGEM COMPLETA DOS PRODUTOS */
.product-custom-image{
    object-fit: contain !important;
    padding: 10px;
    background: #020817;
}

.model-card .box,
.model-card .product-custom-image{
    min-height: 320px;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* LINKS NOS BENEFÍCIOS DO PRODUTO */
.model-card li a{
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(22,141,255,.55);
  transition: .2s ease;
}

.model-card li a:hover{
  color: #168dff !important;
  text-shadow: 0 0 14px rgba(22,141,255,.55);
}


/* BOTÃO VER PLATAFORMA */
.product-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:20px;
}

.btn-demo{
  background:transparent !important;
  border:1px solid rgba(32,140,255,.45) !important;
  color:#4aa3ff !important;
}

.btn-demo:hover{
  background:rgba(25,118,255,.12) !important;
  box-shadow:0 0 20px rgba(32,140,255,.22);
}


/* RODAPÉ PROFISSIONAL */
.professional-cta{
  max-width: 1420px !important;
  margin: 70px auto 85px !important;
  padding: 38px 64px !important;
  display: grid !important;
  grid-template-columns: 90px 1fr 300px !important;
  align-items: center !important;
  gap: 26px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), rgba(255,255,255,.01)),
    radial-gradient(circle at 80% 50%, rgba(22,141,255,.12), transparent 36%) !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.42) !important;
}

.professional-cta .rocket{
  width: 70px !important;
  height: 70px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 42px !important;
  border-radius: 20px !important;
  background: rgba(22,141,255,.08) !important;
  border: 1px solid rgba(22,141,255,.25) !important;
}

.professional-cta h2{
  margin: 0 !important;
  font-size: 32px !important;
  letter-spacing: -.045em !important;
}

.professional-cta p{
  margin: 8px 0 0 !important;
  color: #aab5c4 !important;
  font-size: 17px !important;
}

.professional-cta a{
  height: 58px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg,#168dff,#0757e8) !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 20px 50px rgba(0,98,255,.28) !important;
}

.professional-footer{
  max-width: 1420px !important;
  margin: 0 auto !important;
  padding: 48px 0 54px !important;
  display: grid !important;
  grid-template-columns: 1.45fr .7fr .8fr .8fr !important;
  gap: 58px !important;
  border-top: 1px solid rgba(255,255,255,.09) !important;
  background: transparent !important;
  color: #aeb8c7 !important;
}

.professional-footer img{
  height: 46px !important;
  width: auto !important;
  object-fit: contain !important;
  margin-bottom: 46px !important;
  filter: drop-shadow(0 0 15px rgba(22,141,255,.20)) !important;
}

.professional-footer .footer-brand p{
  max-width: 460px !important;
  color: #aeb8c7 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.professional-footer b{
  display: block !important;
  color: #f8fbff !important;
  font-size: 16px !important;
  margin-bottom: 22px !important;
  letter-spacing: -.02em !important;
}

.professional-footer a,
.professional-footer p{
  display: block !important;
  color: #aeb8c7 !important;
  font-size: 16px !important;
  margin: 0 0 14px !important;
  line-height: 1.5 !important;
}

.professional-footer a:hover{
  color: #168dff !important;
}

@media(max-width: 950px){
  .professional-cta{
    grid-template-columns: 1fr !important;
    padding: 26px !important;
    margin: 42px 16px 55px !important;
  }

  .professional-cta a{
    width: 100% !important;
  }

  .professional-footer{
    grid-template-columns: 1fr !important;
    padding: 36px 20px 44px !important;
    gap: 28px !important;
  }

  .professional-footer img{
    margin-bottom: 22px !important;
  }
}


/* AJUSTE AZUL + VERDE */
.product-card,
.model-card{
  background:
    radial-gradient(circle at top right, rgba(42,255,120,.06), transparent 26%),
    radial-gradient(circle at bottom left, rgba(0,110,255,.10), transparent 35%),
    #050b16 !important;
}

.product-card .tag,
.model-card .tag{
  background: linear-gradient(135deg,#2aff78,#168dff) !important;
  color:#fff !important;
  box-shadow:0 0 22px rgba(42,255,120,.18);
}

.product-card h2 span,
.product-card h3 span,
.model-card h2 span,
.model-card h3 span{
  color:#2aff78 !important;
  text-shadow:0 0 14px rgba(42,255,120,.28);
}

.model-card li::marker,
.product-card li::marker{
  color:#2aff78 !important;
}

.model-card li,
.product-card li{
  color:#dbe6f7 !important;
}

.model-card .price,
.product-card .price{
  color:#2aff78 !important;
  text-shadow:0 0 18px rgba(42,255,120,.18);
}

.btn-primary,
.product-buttons .btn:first-child{
  background: linear-gradient(135deg,#168dff,#2a66ff) !important;
  box-shadow:0 0 28px rgba(22,141,255,.28);
}

.btn-demo,
.product-buttons .btn-demo{
  border:1px solid rgba(42,255,120,.32) !important;
  color:#74ffad !important;
  background:rgba(42,255,120,.04) !important;
}

.btn-demo:hover{
  background:rgba(42,255,120,.08) !important;
  box-shadow:0 0 25px rgba(42,255,120,.12);
}


/* CORREÇÃO FINAL VERDE CLARO - WHITELABEL, VALOR E CHECKS */
.model-card .label,
.model-card .badge,
.label,
.badge{
  background: linear-gradient(135deg,#6dff9f,#18d86b) !important;
  color: #06130b !important;
  border: 1px solid rgba(109,255,159,.55) !important;
  box-shadow: 0 0 24px rgba(109,255,159,.28) !important;
  text-shadow: none !important;
}

.model-card strong,
.model-card .price,
.product-card strong,
.product-card .price{
  color: #6dff9f !important;
  text-shadow: 0 0 22px rgba(109,255,159,.30) !important;
}

.model-card li,
.model-card li a{
  color: #6dff9f !important;
  border-bottom-color: rgba(109,255,159,.55) !important;
}

.model-card li:before,
.model-card li::before{
  color: #6dff9f !important;
  text-shadow: 0 0 14px rgba(109,255,159,.55) !important;
}

.section-title span{
  color: #6dff9f !important;
}

.btn-demo{
  color: #6dff9f !important;
  border-color: rgba(109,255,159,.45) !important;
}


/* MOCKUP PREMIUM */
.model-card .box{
    position:relative !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
}

.model-card .box::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:
      radial-gradient(circle,
      rgba(0,120,255,.22) 0%,
      rgba(80,255,170,.10) 35%,
      transparent 72%);
    filter:blur(24px);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:0;
}

.product-custom-image,
.model-card .box img{
    position:relative;
    z-index:2;

    width:250px !important;
    height:auto !important;
    object-fit:contain !important;

    padding:18px !important;
    border-radius:36px !important;

    background:
      linear-gradient(145deg,
      rgba(255,255,255,.05),
      rgba(255,255,255,.01));

    border:1px solid rgba(120,200,255,.18) !important;

    box-shadow:
      0 40px 90px rgba(0,0,0,.55),
      0 0 50px rgba(0,120,255,.22);

    transform:
      perspective(1000px)
      rotateY(-6deg)
      rotateX(2deg);

    transition:.35s ease;
}

.model-card:hover .product-custom-image,
.model-card:hover .box img{
    transform:
      perspective(1000px)
      rotateY(0deg)
      rotateX(0deg)
      translateY(-6px);

    box-shadow:
      0 45px 100px rgba(0,0,0,.65),
      0 0 70px rgba(0,140,255,.28),
      0 0 40px rgba(80,255,170,.12);
}

.model-card .box::after{
    content:"";
    position:absolute;
    width:220px;
    height:40px;
    background:
      radial-gradient(circle,
      rgba(0,140,255,.28),
      transparent 70%);
    bottom:-8px;
    left:50%;
    transform:translateX(-50%);
    filter:blur(12px);
    z-index:1;
}

.tag,
.badge,
.label{
    background:
      linear-gradient(135deg,
      #79ffb5,
      #3cff87) !important;

    color:#04130b !important;
    box-shadow:
      0 0 25px rgba(80,255,170,.22) !important;

    font-weight:900 !important;
    border-radius:999px !important;
    padding:12px 22px !important;
}

@media(max-width:900px){

  .product-custom-image,
  .model-card .box img{
      width:185px !important;
      border-radius:28px !important;
      padding:12px !important;
  }

  .model-card .box::before{
      width:250px;
      height:250px;
  }
}


/* FIX BADGE WHITELABEL */
.tag,
.badge,
.label{
    position:absolute !important;
    top:20px !important;
    right:20px !important;
    z-index:20 !important;
}

.model-card .box::before{
    z-index:1 !important;
}

.product-custom-image,
.model-card .box img{
    z-index:5 !important;
}


/* SEÇÃO DE NÚMEROS PREMIUM */
.numbers{
  max-width:1420px !important;
  margin:70px auto 0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.numbers div{
  position:relative !important;
  overflow:hidden !important;
  min-height:155px !important;
  padding:28px !important;
  border:1px solid rgba(109,255,159,.16) !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 20% 15%, rgba(109,255,159,.12), transparent 32%),
    radial-gradient(circle at 85% 85%, rgba(22,141,255,.16), transparent 38%),
    linear-gradient(180deg, rgba(8,17,31,.92), rgba(3,7,13,.96)) !important;
  box-shadow:
    0 28px 80px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:20px !important;
  transition:.25s ease !important;
}

.numbers div:hover{
  transform:translateY(-5px) !important;
  border-color:rgba(109,255,159,.35) !important;
  box-shadow:
    0 35px 95px rgba(0,0,0,.48),
    0 0 35px rgba(109,255,159,.10) !important;
}

.numbers div::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(120deg, transparent, rgba(109,255,159,.08), transparent) !important;
  transform:translateX(-100%) !important;
  transition:.5s ease !important;
}

.numbers div:hover::before{
  transform:translateX(100%) !important;
}

.numbers span{
  position:relative !important;
  z-index:2 !important;
  flex:0 0 68px !important;
  width:68px !important;
  height:68px !important;
  border-radius:20px !important;
  display:grid !important;
  place-items:center !important;
  background:
    linear-gradient(145deg, rgba(109,255,159,.14), rgba(22,141,255,.10)) !important;
  border:1px solid rgba(109,255,159,.26) !important;
  box-shadow:
    0 0 28px rgba(109,255,159,.13),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  font-size:30px !important;
}

.numbers b{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  color:#6dff9f !important;
  font-size:38px !important;
  line-height:1 !important;
  letter-spacing:-.05em !important;
  text-shadow:0 0 22px rgba(109,255,159,.22) !important;
}

.numbers small{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  margin-top:8px !important;
  color:#b8c4d4 !important;
  font-size:15px !important;
  line-height:1.25 !important;
}

@media(max-width:950px){
  .numbers{
    grid-template-columns:1fr 1fr !important;
    margin:42px 16px 0 !important;
  }

  .numbers div{
    min-height:130px !important;
    padding:20px !important;
  }

  .numbers b{
    font-size:30px !important;
  }
}

@media(max-width:560px){
  .numbers{
    grid-template-columns:1fr !important;
  }
}


.hero-extra{
    margin-top:18px;
    max-width:780px;
    color:#9fb0c7;
    font-size:16px;
    line-height:1.7;
    font-weight:500;
}

.hero-extra strong{
    color:#6dff9f;
}


/* DASHBOARD 3D HERO */
.hero-dashboard-3d{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
}

.hero-dashboard-3d::before{
    content:"";
    position:absolute;
    width:620px;
    height:620px;
    border-radius:50%;
    background:
      radial-gradient(circle,
      rgba(0,140,255,.22) 0%,
      rgba(109,255,159,.12) 35%,
      transparent 72%);
    filter:blur(45px);
    z-index:0;
}

.hero-dashboard-3d img{
    position:relative;
    z-index:2;
    width:100%;
    max-width:760px;
    border-radius:30px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:
      0 45px 120px rgba(0,0,0,.55),
      0 0 50px rgba(0,140,255,.20);
    transform:
      perspective(1600px)
      rotateY(-8deg)
      rotateX(4deg);
    transition:.35s ease;
}

.hero-dashboard-3d img:hover{
    transform:
      perspective(1600px)
      rotateY(0deg)
      rotateX(0deg)
      translateY(-6px);
}

@media(max-width:900px){
  .hero-dashboard-3d img{
      max-width:100%;
      border-radius:22px;
      transform:none;
  }

  .hero-dashboard-3d::before{
      width:320px;
      height:320px;
  }
}


/* ===== FIX MOBILE FOLGA HORIZONTAL ===== */
html,body{
    overflow-x:hidden !important;
    max-width:100% !important;
}

*{
    box-sizing:border-box !important;
}

section,
.container,
.hero,
.hero-dashboard-3d{
    max-width:100% !important;
}

/* ===== DASHBOARD 3D PREMIUM ===== */
.hero-dashboard-3d{
    position:relative !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    perspective:2200px !important;
    margin-top:30px !important;
    overflow:visible !important;
}

.hero-dashboard-3d::before{
    content:"" !important;
    position:absolute !important;
    width:780px !important;
    height:780px !important;
    border-radius:50% !important;
    background:
      radial-gradient(circle,
      rgba(0,140,255,.28) 0%,
      rgba(109,255,159,.14) 30%,
      transparent 72%) !important;
    filter:blur(60px) !important;
    z-index:0 !important;
    animation:floatGlow 6s ease-in-out infinite !important;
}

.hero-dashboard-3d img{
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    max-width:980px !important;
    border-radius:32px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    transform:
        perspective(2200px)
        rotateY(-14deg)
        rotateX(7deg)
        translateY(0px) !important;
    box-shadow:
        0 70px 160px rgba(0,0,0,.70),
        0 0 60px rgba(0,140,255,.28),
        0 0 120px rgba(109,255,159,.12) !important;
    transition:all .4s ease !important;
}

.hero-dashboard-3d img:hover{
    transform:
        perspective(2200px)
        rotateY(-4deg)
        rotateX(2deg)
        translateY(-10px)
        scale(1.01) !important;
}

.hero-dashboard-3d::after{
    content:"" !important;
    position:absolute !important;
    bottom:-45px !important;
    width:70% !important;
    height:70px !important;
    background:radial-gradient(circle, rgba(0,0,0,.55), transparent 70%) !important;
    filter:blur(18px) !important;
    z-index:0 !important;
}

/* MOBILE */
@media(max-width:900px){

    body{
        overflow-x:hidden !important;
    }

    .hero-dashboard-3d{
        margin-top:20px !important;
        padding:0 14px !important;
    }

    .hero-dashboard-3d::before{
        width:320px !important;
        height:320px !important;
        filter:blur(35px) !important;
    }

    .hero-dashboard-3d img{
        max-width:100% !important;
        border-radius:22px !important;
        transform:
            perspective(1400px)
            rotateY(-5deg)
            rotateX(3deg) !important;
    }

    .hero-dashboard-3d::after{
        width:88% !important;
        bottom:-20px !important;
    }
}

@keyframes floatGlow{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
    100%{
        transform:translateY(0px);
    }
}


/* REMOVE SOMENTE ROLETA */
.casino-visual{
    display:none !important;
}


/* JUNTA HERO COM DASHBOARD + FRASE FORMAL */
.hero{
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hero-copy{
    max-width: 1050px !important;
    margin-bottom: 18px !important;
}

.hero-main-text{
    max-width: 870px !important;
    color:#d9e4f2 !important;
    font-size:20px !important;
    line-height:1.7 !important;
    font-weight:600 !important;
    margin:18px 0 0 !important;
}

.hero-extra{
    margin:14px 0 0 !important;
    max-width:900px !important;
    color:#9fb0c7 !important;
    font-size:16px !important;
    line-height:1.75 !important;
    font-weight:500 !important;
}

.features-mini{
    margin-top: 24px !important;
    margin-bottom: 0 !important;
}

.hero-dashboard-3d{
    margin-top: -10px !important;
    padding-top: 0 !important;
    transform: translateY(-55px) !important;
}

.hero-dashboard-3d img{
    max-width: 980px !important;
}

@media(max-width:900px){
    .hero-copy{
        margin-bottom: 8px !important;
    }

    .hero-main-text{
        font-size:16px !important;
        line-height:1.6 !important;
    }

    .hero-extra{
        font-size:14px !important;
        line-height:1.6 !important;
    }

    .hero-dashboard-3d{
        margin-top: 0 !important;
        transform: translateY(-20px) !important;
    }
}


/* REMOVE ESPAÇO GIGANTE ENTRE HERO E DASHBOARD */
.hero{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
    min-height:auto !important;
}

.hero-copy{
    margin-bottom:10px !important;
    padding-bottom:0 !important;
}

.features-mini{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.hero-dashboard-3d{
    margin-top:-180px !important;
    padding-top:0 !important;
    transform:none !important;
}

.hero-dashboard-3d img{
    margin-top:0 !important;
    display:block !important;
}

section{
    margin-bottom:0 !important;
}

@media(max-width:900px){

    .hero-dashboard-3d{
        margin-top:-60px !important;
    }

}


/* DASHBOARD COLADO NOS CARDS */
.features-mini{
    position:relative !important;
    z-index:5 !important;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.hero-dashboard-3d{
    position:relative !important;
    z-index:1 !important;
    margin-top:-25px !important;
    padding-top:0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}

.hero-dashboard-3d img{
    width:100% !important;
    max-width:1080px !important;
    border-radius:28px !important;
    margin-top:0 !important;
    transform:
      perspective(2200px)
      rotateX(6deg)
      rotateY(-10deg) !important;
    box-shadow:
      0 80px 180px rgba(0,0,0,.72),
      0 0 80px rgba(0,140,255,.18),
      0 0 120px rgba(109,255,159,.10) !important;
}

/* MOBILE */
@media(max-width:900px){

    .hero-dashboard-3d{
        margin-top:-10px !important;
        padding:0 14px !important;
    }

    .hero-dashboard-3d img{
        transform:
          perspective(1400px)
          rotateX(3deg)
          rotateY(-4deg) !important;
        max-width:100% !important;
    }

}


/* REMOVE TOTALMENTE O ESPAÇO ENTRE HERO E DASHBOARD */
.hero{
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hero-content{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.features-mini{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hero-dashboard-3d{
    margin-top: -420px !important;
    padding-top: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

.hero-dashboard-3d img{
    display:block !important;
}

@media(max-width:900px){

    .hero-dashboard-3d{
        margin-top: -120px !important;
    }

}


.premium-product-section{
    max-width:1450px;
    margin:70px auto;
    padding:0 20px;
}

.premium-product-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    background:linear-gradient(135deg,#020817,#03152f);
    border:1px solid rgba(0,140,255,.22);
    border-radius:36px;
    padding:50px;
    overflow:hidden;
    box-shadow:0 40px 120px rgba(0,0,0,.55);
}

.premium-left{
    flex:1;
}

.premium-tag{
    display:inline-block;
    background:linear-gradient(90deg,#59ff9f,#00b7ff);
    color:#04111f;
    font-weight:900;
    padding:12px 20px;
    border-radius:999px;
    margin-bottom:18px;
}

.premium-left h2{
    font-size:56px;
    line-height:1.1;
    color:#fff;
    margin-bottom:18px;
}

.premium-description{
    color:#a8b6cb;
    font-size:20px;
    line-height:1.8;
    margin-bottom:22px;
    max-width:700px;
}

.premium-list{
    list-style:none;
    padding:0;
    margin:0;
}

.premium-list li{
    color:#6dff9f;
    font-size:19px;
    margin-bottom:12px;
}

.premium-price{
    font-size:58px;
    font-weight:900;
    color:#59ff9f;
    margin-top:26px;
}

.premium-vps{
    color:#8ca0ba;
    font-size:18px;
    margin-top:8px;
}

.premium-buttons{
    display:flex;
    gap:18px;
    margin-top:28px;
}

.btn-platform,
.btn-buy{
    padding:18px 30px;
    border-radius:18px;
    text-decoration:none;
    font-weight:800;
}

.btn-platform{
    border:1px solid #59ff9f;
    color:#59ff9f;
    background:rgba(0,0,0,.35);
}

.btn-buy{
    background:linear-gradient(90deg,#008cff,#4f46e5);
    color:#fff;
}

.premium-right{
    width:420px;
    display:flex;
    justify-content:center;
}

.phone-preview{
    position:relative;
    border-radius:42px;
    padding:18px;
    background:linear-gradient(180deg,#07101d,#020617);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:
      0 40px 120px rgba(0,0,0,.65),
      0 0 100px rgba(0,140,255,.18),
      0 0 160px rgba(109,255,159,.08);
}

.phone-preview img{
    width:100%;
    max-width:320px;
    border-radius:28px;
    display:block;
}

@media(max-width:900px){

    .premium-product-card{
        flex-direction:column;
        padding:28px;
        gap:30px;
    }

    .premium-left h2{
        font-size:36px;
    }

    .premium-description{
        font-size:16px;
    }

    .premium-price{
        font-size:40px;
    }

    .premium-right{
        width:100%;
    }

    .phone-preview img{
        max-width:100%;
    }

    .premium-buttons{
        flex-direction:column;
    }

}


/* PRODUTOS LADO A LADO NO MESMO ESTILO */
.model-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit, minmax(520px, 1fr)) !important;
    gap:30px !important;
    align-items:stretch !important;
}

.model-card{
    min-height:620px !important;
}

.model-card .product-custom-image{
    width:260px !important;
    max-height:520px !important;
    object-fit:contain !important;
}

/* remove seção antiga do Estrella caso tenha sobrado */
.premium-product-section{
    display:none !important;
}

@media(max-width:900px){
    .model-grid{
        grid-template-columns:1fr !important;
    }

    .model-card{
        min-height:auto !important;
    }

    .model-card .product-custom-image{
        width:210px !important;
        max-height:460px !important;
    }
}


/* DONALD BET ENORME */
.model-card:nth-child(4) .product-custom-image,
.model-card:nth-child(4) img{
    width: 420px !important;
    max-width: 420px !important;
    max-height: 820px !important;
    transform:
      perspective(2200px)
      rotateY(-10deg)
      rotateX(5deg)
      scale(1.12) !important;

    filter:
      drop-shadow(0 0 90px rgba(59,130,246,.75));

    object-fit: contain !important;
}

.model-card:nth-child(4){
    overflow: visible !important;
}

@media(max-width:900px){

    .model-card:nth-child(4) .product-custom-image,
    .model-card:nth-child(4) img{
        width: 320px !important;
        max-width: 320px !important;
        max-height: 620px !important;
        transform:
          perspective(1600px)
          rotateY(-5deg)
          rotateX(3deg)
          scale(1.06) !important;
    }

}


/* WHATSAPP NO RODAPÉ */
.footer-whatsapp{
    color:#25d366 !important;
    font-weight:800 !important;
    text-decoration:none !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
}

.footer-whatsapp:hover{
    color:#6dff9f !important;
    text-shadow:0 0 16px rgba(37,211,102,.35) !important;
}


/* WhatsApp sem fundo verde */
.whatsapp-button,
.floating-whatsapp,
.whatsapp-float,
.whatsapp-icon{
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.whatsapp-button img,
.floating-whatsapp img,
.whatsapp-float img,
.whatsapp-icon img{
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}


/* ===== VISUAL PROFISSIONAL LIMPO ===== */
html,body{overflow-x:hidden!important;background:#030712!important;color:#fff!important;font-family:Inter,Arial,sans-serif!important}
body{background:radial-gradient(circle at 82% 8%,rgba(22,141,255,.20),transparent 34%),radial-gradient(circle at 15% 82%,rgba(92,255,157,.10),transparent 28%),#030712!important}
.card,.model-card,.premium-card,section[class*="card"]{background:linear-gradient(180deg,rgba(7,17,31,.96),rgba(3,7,18,.98))!important;border:1px solid rgba(22,141,255,.20)!important;box-shadow:0 24px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04)!important}
button,.btn,.btn-buy,.btn-platform{transition:.25s ease!important}
button:hover,.btn:hover,.btn-buy:hover,.btn-platform:hover{transform:translateY(-2px)!important;filter:brightness(1.05)!important}
input,textarea,select{outline:none!important;border:1px solid rgba(255,255,255,.12)!important;background:#020817!important;color:#fff!important}
input:focus,textarea:focus,select:focus{border-color:rgba(92,255,157,.55)!important;box-shadow:0 0 0 4px rgba(92,255,157,.08)!important}
