:root{
  --bg:#001B3D;
  --panel:rgba(255,255,255,.06);
  --text:#EAF0FF;
  --muted:rgba(234,240,255,.72);
  --border:rgba(255,255,255,.12);
  --shadow: 0 18px 50px rgba(0,0,0,.35);

  /* ✅ Ajuste aqui para as CORES OFICIAIS do logo (substitua se necessário) */
  --brand:#003890;    /* azul-ciano */
  --brand2:#2D5BA3;   /* verde */
  --accent:#6083BA;   /* roxo */
  --warn:#F472B6;     /* rosa suave */
  --radius:18px;

  --container: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: radial-gradient(900px 500px at 20% 10%, rgba(0,56,144,.30), transparent 60%),
              radial-gradient(700px 500px at 80% 20%, rgba(96,131,186,.18), transparent 60%),
              radial-gradient(800px 600px at 60% 90%, rgba(45,91,163,.16), transparent 65%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--container); margin:0 auto; padding:0 18px}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.muted{color:var(--muted)}
.skip-link{position:absolute; left:-999px; top:10px; background:#111; color:#fff; padding:10px 12px; border-radius:10px; z-index:999}
.skip-link:focus{left:10px}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:saturate(140%) blur(14px);
  background: rgba(0,27,61,.72);
  border-bottom:1px solid var(--border);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 220px;
}
.brand__logo{
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  padding: 10px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  filter: drop-shadow(0 10px 22px rgba(0,56,144,.35));
  object-fit:contain;
}
.brand__name{font-weight:700; letter-spacing:.2px font-size: 16px;}
.brand__tag{display:block; font-size:12px; color:var(--muted)}

.nav{display:flex; align-items:center; gap:12px; position:relative}
.nav__toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color:var(--text);
}
.nav__toggleIcon{
  display:inline-block;
  width:18px; height:2px; background:var(--text);
  position:relative;
}
.nav__toggleIcon::before,
.nav__toggleIcon::after{
  content:"";
  position:absolute; left:0;
  width:18px; height:2px; background:var(--text);
}
.nav__toggleIcon::before{top:-6px}
.nav__toggleIcon::after{top:6px}

.nav__menu{
  list-style:none; margin:0; padding:0;
  display:flex; gap:12px;
  align-items:center;
}
.nav__menu a{
  display:inline-block;
  padding:9px 10px;
  border-radius: 12px;
  color: rgba(234,240,255,.86);
  transition: background .15s ease, color .15s ease;
  white-space: nowrap;
  font-size: 14px;
}
.nav__menu a:hover{background: rgba(255,255,255,.06); color: var(--text)}

.header__actions{display:flex; gap:10px; align-items:center; min-width: 260px; justify-content:flex-end}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius: 14px;
  padding:10px 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:600;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  white-space:nowrap;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18)}
.btn--primary{
  border-color: rgba(14,165,233,.55);
  background: linear-gradient(135deg, rgba(14,165,233,.95), rgba(167,139,250,.75));
}
.btn--ghost{background: rgba(255,255,255,.02)}
.btn--lg{padding:12px 16px; border-radius: 16px}

/* Hero */
.hero{position:relative; padding:52px 0 32px}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:26px; align-items:center}
.pill{
  display:inline-flex;
  gap:10px;
  padding:8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(234,240,255,.85);
  font-size: 13px;
}
h1{font-size: clamp(30px, 4vw, 48px); line-height:1.05; margin:14px 0 14px}
.grad{
  background: linear-gradient(90deg, var(--brand), var(--accent), var(--brand2));
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}
.lead{font-size: 16px; color: rgba(234,240,255,.80); max-width: 60ch}
.hero__cta{display:flex; gap:12px; margin:18px 0 18px; flex-wrap:wrap}

.hero__badges{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.badge{
  display:flex; flex-direction:column;
  padding:12px 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  min-width: 140px;
}
.badge__k{font-size:18px; font-weight:800}
.badge__t{font-size:12px; color: var(--muted)}

.hero__visual{position:relative; min-height: 360px}
.orb{position:absolute; border-radius: 999px; filter: blur(10px); opacity:.85}
.orb--a{width:240px; height:240px; left:10%; top:12%; background: rgba(14,165,233,.35)}
.orb--b{width:210px; height:210px; right:12%; bottom:10%; background: rgba(167,139,250,.28)}
.gridDots{
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 60% 40%, rgba(0,0,0,.9), transparent 65%);
  opacity:.35;
}
.cardGlass{
  position:absolute; inset: 15% 10% 12% 16%;
  border-radius: 26px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.cardGlass__top{
  display:flex; gap:8px;
  padding:12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.spark{width:10px; height:10px; border-radius: 99px; background: rgba(244,114,182,.85)}
.spark:nth-child(2){background: rgba(34,197,94,.85)}
.spark:nth-child(3){background: rgba(14,165,233,.85)}
.cardGlass__body{padding:14px}
.stat{display:flex; justify-content:space-between; gap:10px; padding:12px 12px; border-radius: 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); margin:10px 0}
.stat__label{color: var(--muted); font-size:12px}
.stat__value{font-weight:700}
.hero__wave{
  margin-top: 26px;
  height: 22px;
  background: linear-gradient(90deg, rgba(14,165,233,.15), rgba(167,139,250,.12), rgba(34,197,94,.10));
  filter: blur(14px);
  opacity:.65;
}

/* Sections */
.section{padding:56px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{max-width: 70ch; margin-bottom: 20px}
.section__head h2{font-size: 30px; margin: 0 0 10px}
.section__head p{margin:0; color: var(--muted)}
.section__foot{margin-top: 26px}

.cards3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.card{
  padding:18px 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
}
.card h3{margin:0 0 8px}
.card p{margin:0; color: rgba(234,240,255,.78)}

.timeline{display:grid; gap:12px; margin-top: 16px}
.step{
  display:grid; grid-template-columns: 44px 1fr; gap:12px;
  padding:14px 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.step__num{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(14,165,233,.18);
  border: 1px solid rgba(14,165,233,.28);
  font-weight:800;
}
.step__body h3{margin: 2px 0 6px}
.step__body p{margin:0; color: rgba(234,240,255,.78)}

.callout{
  margin-top: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(167,139,250,.10));
  border: 1px solid rgba(255,255,255,.12);
}
.callout h3{margin:0 0 4px}
.callout p{margin:0; color: rgba(234,240,255,.78)}

.grid2{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; margin-top: 12px}
.listCard{
  padding:18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.listCard h3{margin:0 0 10px}
.checklist{list-style:none; margin:0; padding:0; display:grid; gap:10px}
.checklist li{
  position:relative;
  padding-left: 28px;
  color: rgba(234,240,255,.82);
}
.checklist li::before{
  content:"";
  position:absolute; left:0; top:.45em;
  width:16px; height:16px;
  border-radius: 99px;
  background: rgba(34,197,94,.22);
  border: 1px solid rgba(34,197,94,.35);
  box-shadow: 0 10px 22px rgba(0,0,0,.20);
}
.pillGrid{display:flex; flex-wrap:wrap; gap:10px; margin-top: 10px}
.pill2{
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(234,240,255,.82);
  font-weight:600;
  font-size: 13px;
}

/* Accordion */
.accordion{display:grid; gap:10px; margin-top: 12px}
.accItem{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.accItem summary{
  cursor:pointer;
  padding:16px 16px;
  font-weight:700;
  list-style:none;
}
.accItem summary::-webkit-details-marker{display:none}
.accBody{
  padding:0 16px 16px;
  color: rgba(234,240,255,.78);
}

/* Contact */
.contactGrid{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; margin-top: 12px}
.contactCard{
  padding:18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.contactBig{font-size: 20px; font-weight:800; margin: 8px 0 6px}
.link{color: rgba(234,240,255,.92); text-decoration: underline; text-decoration-color: rgba(14,165,233,.45); text-underline-offset: 4px}
.chips{display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px}
.chip{
  display:inline-flex; padding:10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  font-weight:700;
  font-size: 13px;
}

/* Footer */
.footer{padding:26px 0 18px; border-top:1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.10)}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap}
.footer__left{display:flex; align-items:center; gap:12px}
.footer__right{display:flex; gap:12px; flex-wrap:wrap}
.footer__bottom{padding-top: 14px}

/* To top */
.toTop{
  position:fixed; right:16px; bottom:16px;
  width:48px; height:48px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(7,10,18,.72);
  color: var(--text);
  display:none;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  cursor:pointer;
}
.toTop.show{display:inline-grid; place-items:center}

/* Reveal */
.reveal{opacity:0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease}
.reveal.is-visible{opacity:1; transform:none}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr;}
  .hero__visual{min-height: 320px}
  .cards3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .contactGrid{grid-template-columns:1fr}
  .header__actions{display:none}
  .nav__toggle{display:inline-grid; place-items:center}
  .nav__menu{
    position:absolute;
    right:18px; top:64px;
    flex-direction:column;
    background: rgba(7,10,18,.92);
    border:1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding:10px;
    width: min(320px, calc(100vw - 36px));
    display:none;
  }
  .nav__menu.open{display:flex}
  .nav__menu a{width:100%}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{transition:none}
  .btn{transition:none}
  .btn:hover{transform:none}
}
