:root{
  --bg:#070a15;
  --bg2:#0b1020;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.09);
  --stroke: rgba(255,255,255,.12);
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --primary:#6c7bff;
  --accent:#00e5ff;
  --good:#2ee59d;
  --bad:#ff5c7a;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(108,123,255,.25), transparent 55%),
              radial-gradient(900px 600px at 80% 30%, rgba(0,229,255,.18), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 48px)); margin:0 auto}
.muted{color:var(--muted)}

.bg-grid{
  position:fixed; inset:0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 20%, rgba(0,0,0,1), rgba(0,0,0,.1) 55%, rgba(0,0,0,0));
  opacity:.7;
  pointer-events:none;
  z-index:-3;
}
#particles{position:fixed; inset:0; z-index:-2; pointer-events:none;}

.header{
  position:sticky; top:0; z-index:30;
  backdrop-filter: blur(14px);
  background: rgba(7,10,21,.55);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header__inner{display:flex; align-items:center; gap:16px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; min-width:220px}
.brand__mark{
  width:40px; height:40px; border-radius:12px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(108,123,255,.35), rgba(0,229,255,.22));
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(0,229,255,.08);
  font-weight:800;
}
.brand__logo{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));}
.brand__logo--video{object-fit:contain;}

.brand__text small{display:block; color:var(--muted); font-size:12px; margin-top:2px}
.nav{display:flex; gap:16px; align-items:center; flex:1; justify-content:center}
.nav a{color:var(--muted); font-weight:600; font-size:14px; padding:10px 10px; border-radius:12px}
.nav a:hover{color:var(--text); background:rgba(255,255,255,.06)}
.header__cta{display:flex; gap:10px; align-items:center}

.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 16px; border-radius:14px; border:1px solid rgba(255,255,255,.14); font-weight:700; font-size:14px; transition:.2s ease; white-space:nowrap}
.btn--primary{background: linear-gradient(135deg, rgba(108,123,255,1), rgba(0,229,255,.75)); border-color: rgba(255,255,255,.18); box-shadow: 0 18px 50px rgba(108,123,255,.20)}
.btn--primary:hover{transform: translateY(-1px); filter:brightness(1.03)}
.btn--outline{background: rgba(0,229,255,.10); border-color: rgba(0,229,255,.35); color: rgba(234,240,255,.98); box-shadow: 0 14px 40px rgba(0,229,255,.10)}
.btn--outline:hover{transform: translateY(-1px); background: rgba(0,229,255,.18); box-shadow: 0 18px 55px rgba(0,229,255,.18)}
.btn--ghost{background: rgba(255,255,255,.05)}
.btn--ghost:hover{background: rgba(255,255,255,.08)}
.btn--full{width:100%}

.hamburger{display:none; margin-left:auto; width:44px; height:44px; border-radius:14px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05)}
.hamburger span{display:block; height:2px; width:18px; background: rgba(234,240,255,.9); margin:5px auto; border-radius:2px}

.mobile{border-top:1px solid rgba(255,255,255,.08); background: rgba(7,10,21,.75)}
.mobile__inner{padding:14px 0 18px; display:grid; gap:10px}
.mobile__link{padding:12px 14px; border-radius:14px; background: rgba(255,255,255,.05); color:var(--muted); font-weight:700}
.mobile__link:hover{color:var(--text); background: rgba(255,255,255,.08)}
.mobile__divider{height:1px; background: rgba(255,255,255,.08); margin:6px 0}

.hero{position:relative; padding:72px 0 26px}
.hero__inner{display:grid; grid-template-columns: 1.1fr .9fr; gap:28px; align-items:center}
.hero__fade{position:absolute; left:0; right:0; bottom:0; height:120px; background: linear-gradient(180deg, transparent, rgba(7,10,21,.85)); pointer-events:none}
.pill{display:inline-flex; align-items:center; gap:10px; padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color:var(--muted); font-weight:700; font-size:12px}
.pill .dot{width:8px; height:8px; border-radius:99px; background: var(--good); box-shadow:0 0 0 6px rgba(46,229,157,.12)}
.hero h1{margin:14px 0 12px; font-size: clamp(30px, 4vw, 52px); line-height:1.06; letter-spacing:-.02em}
.hero .lead{font-size:16px; line-height:1.65; color:var(--muted); max-width:54ch}
.grad{background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero__actions{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.hero__trust{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.trust-item{display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color:var(--muted); font-weight:700; font-size:13px}

.hero__panel{position:relative}
.panel{border-radius:18px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); overflow:hidden}
.panel__top{display:flex; align-items:center; gap:10px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.10)}
.panel__dots{display:flex; gap:6px}
.panel__dots i{width:10px; height:10px; border-radius:99px; background: rgba(255,255,255,.12)}
.panel__title{color:var(--muted); font-weight:700; font-size:13px; flex:1}
.panel__chip{font-size:12px; font-weight:800; padding:6px 10px; border-radius:999px; background: rgba(46,229,157,.16); border:1px solid rgba(46,229,157,.28)}
.panel__content{padding:14px}
.kpi{display:flex; align-items:center; justify-content:space-between; padding:12px 12px; border-radius:16px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); margin-bottom:10px}
.kpi small{display:block; color:var(--muted); font-weight:700; font-size:12px}
.kpi strong{font-size:20px}
.badge{font-weight:800; font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.12)}
.badge.up{background: rgba(46,229,157,.14); border-color: rgba(46,229,157,.26)}
.badge.down{background: rgba(255,92,122,.14); border-color: rgba(255,92,122,.26)}
.miniChart{padding:10px 8px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03)}
.panel__footer{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
.tag{font-size:12px; padding:8px 10px; border-radius:999px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); color:var(--muted); font-weight:800}
.panelGlow{position:absolute; inset:-40px; background: radial-gradient(circle at 35% 30%, rgba(0,229,255,.20), transparent 50%), radial-gradient(circle at 70% 60%, rgba(108,123,255,.18), transparent 55%); filter: blur(12px); z-index:-1}

.section{padding:70px 0}
.section--alt{background: rgba(255,255,255,.02); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06)}
.section__head{margin-bottom:22px}
.section__head h2{margin:0 0 10px; font-size: clamp(22px, 2.2vw, 34px)}
.section__head p{margin:0; color:var(--muted); line-height:1.7}

.grid2{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.cards3{display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin-top:18px}

.card{border-radius:18px; padding:18px; border:1px solid rgba(255,255,255,.12)}
.card.glass{background: rgba(255,255,255,.05); box-shadow: var(--shadow)}
.card.glow{background: radial-gradient(900px 300px at 20% 0%, rgba(108,123,255,.18), transparent 55%), rgba(255,255,255,.05);}
.card h3{margin:0 0 10px}
.card p{margin:0 0 12px; color:var(--muted); line-height:1.7}

.check{list-style:none; padding:0; margin:0; display:grid; gap:8px}
.check li{display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:600}
.check li::before{content:"✓"; color: var(--good); font-weight:900}

.inline-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}

.bullets{display:grid; gap:10px}
.bullet{display:flex; gap:12px; align-items:center; padding:12px; border-radius:16px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10)}
.bullet span{font-size:20px}
.bullet small{display:block; color:var(--muted); margin-top:3px}

.stats{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; margin-top:18px}
.stat{padding:16px; text-align:center}
.stat__num{font-size:28px; font-weight:900; letter-spacing:-.02em}
.stat__label{color:var(--muted); font-weight:700; font-size:13px; margin-top:6px}

.dash .card__top{display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:10px}
.chip{font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); color:var(--muted); font-weight:800}

.videos{display:grid; grid-template-columns:repeat(2, 1fr); gap:18px; align-items:stretch}
.video{display:flex; flex-direction:column}
.video h3{margin:0 0 10px}
.video .ratio, .video .ratio--thumb{margin-top:2px}
.video__label{display:inline-flex; align-items:center; gap:10px; padding:8px 10px; border-radius:999px; background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10); color:var(--muted); font-weight:800; font-size:12px; margin-bottom:10px}
.ratio{position:relative; padding-top:56.25%; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,.10)}
.ratio iframe{position:absolute; inset:0; width:100%; height:100%; border:0}

/* Card com imagem clicável (ex.: vídeo 4) */
.ratio--thumb{position:relative; padding-top:56.25%; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,.10)}
.video__thumb{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transform: scale(1.02); filter:saturate(1.05) contrast(1.03)}
.video__play{position:absolute; left:16px; bottom:16px; width:44px; height:44px; border-radius:14px; display:grid; place-items:center; font-weight:900; color:#fff; background: rgba(0,0,0,.45); border:1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px)}
.ratio--thumb:hover .video__thumb{transform: scale(1.06)}
.ratio--thumb:hover .video__play{background: rgba(0,0,0,.35)}

/* Desktop grande: 4 cards lado a lado */
@media (min-width: 1180px){
  .videos{grid-template-columns:repeat(4, 1fr)}
}

.cta{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:20px; border-radius:18px; border:1px solid rgba(255,255,255,.12); background: radial-gradient(900px 300px at 20% 0%, rgba(0,229,255,.16), transparent 60%), rgba(255,255,255,.05)}
.cta__actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

.faqBox{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:20px; border-radius:18px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05)}

.footer{padding:50px 0 22px; border-top:1px solid rgba(255,255,255,.08)}
.footer__inner{display:grid; grid-template-columns: 1.2fr .8fr; gap:16px}
.footer__cols{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.footer h4{margin:0 0 10px}
.footer a{display:block; color:var(--muted); font-weight:700; padding:8px 0}
.footer a:hover{color:var(--text)}
.footer__bottom{display:flex; align-items:center; justify-content:space-between; gap:10px; padding-top:16px; border-top:1px solid rgba(255,255,255,.06); margin-top:18px}
.toTop{width:38px; height:38px; border-radius:14px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); display:grid; place-items:center}

/* reveal */
.reveal{opacity:0; transform: translateY(16px)}

@media (max-width: 980px){
  .nav{display:none}
  .header__cta{display:none}
  .hamburger{display:inline-block}
  .hero__inner{grid-template-columns:1fr; gap:16px}
  .grid2{grid-template-columns:1fr}
  .cards3{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .videos{grid-template-columns:1fr}
  .footer__inner{grid-template-columns:1fr}
  .footer__cols{grid-template-columns:1fr;}
  .cta, .faqBox{flex-direction:column; align-items:flex-start}
  .cta__actions{justify-content:flex-start}
}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none}
  *{scroll-behavior:auto !important; transition:none !important; animation:none !important}
}

.ratio video{position:absolute; inset:0; width:100%; height:100%; border:0; object-fit:cover; background:#000}
.video__link{display:inline-flex; align-items:center; justify-content:center; gap:10px; margin-top:12px; padding:12px 14px; border-radius:14px; font-weight:800; color:var(--text); text-decoration:none; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12)}
.video__link::before{content:"↗"; opacity:.9}
.video__link:hover{background: rgba(255,255,255,.09)}

/* Hero refinado: foto tecnológica no painel + movimento */
.miniChart--photo{padding:0; overflow:hidden}
.heroPhoto{display:block; width:100%; height:140px; object-fit:cover; border-radius:16px; transform: scale(1.02); filter: saturate(1.05) contrast(1.05);}

/* Tilt/parallax suave */
.hero__panel{transform-style: preserve-3d}
.hero__panel .panel{will-change: transform}
.hero__panel.is-tilting .panel{transition: transform 120ms ease-out}

@media (min-width: 980px){
  .heroPhoto{height:160px}
}
.hero__panel:hover .heroPhoto{transform: scale(1.06)}
.hero__panel .miniChart--photo::after{content:""; position:absolute; inset:0; background: radial-gradient(600px 240px at 30% 10%, rgba(0,229,255,.22), transparent 60%), radial-gradient(600px 240px at 80% 90%, rgba(108,123,255,.18), transparent 55%); pointer-events:none; mix-blend-mode: screen; opacity: .55}
.miniChart--photo{position:relative}
