:root{
  --neo-bg: #070b17;
  --neo-bg2:#0b1330;
  --neo-card: rgba(255,255,255,.06);
  --neo-card2: rgba(255,255,255,.08);
  --neo-border: rgba(255,255,255,.10);
  --neo-primary: #1e9bff;
  --neo-primary2:#0d6efd;
  --neo-text: rgba(255,255,255,.88);
}

.bg-neo{
  background:
    radial-gradient(900px 400px at 30% 10%, rgba(30,155,255,.20), transparent 60%),
    radial-gradient(700px 320px at 80% 50%, rgba(13,110,253,.16), transparent 55%),
    linear-gradient(180deg, var(--neo-bg), #050713 80%);
  color: var(--neo-text);
  min-height: 100vh;
}

.neo-nav{
  background: rgba(4,7,18,.60);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--neo-border);
}

.neo-logo{
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
}

.neo-hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--neo-border);
}

.neo-glow{
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 35% 20%, rgba(30,155,255,.20), transparent 40%),
              radial-gradient(circle at 70% 60%, rgba(13,110,253,.18), transparent 45%);
  filter: blur(40px);
  pointer-events:none;
}

.neo-badge{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--neo-border);
  color: rgba(255,255,255,.85);
  padding: .55rem .85rem;
  border-radius: 999px;
}

.neo-card{
  background: var(--neo-card);
  border: 1px solid var(--neo-border);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.neo-panel{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
}

.btn-neo{
  background: linear-gradient(135deg, var(--neo-primary), var(--neo-primary2));
  border: none;
  color: white;
  box-shadow: 0 10px 30px rgba(30,155,255,.20);
}
.btn-neo:hover{ filter: brightness(1.05); color:white; }

.btn-glass{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--neo-border);
  color: rgba(255,255,255,.90);
}
.btn-glass:hover{ background: rgba(255,255,255,.10); color:white; }

.text-neo{ color: var(--neo-primary) !important; }

.neo-stats{
  display:flex;
  gap:12px;
  flex-wrap: wrap;
}
.neo-stat{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--neo-border);
  background: rgba(255,255,255,.04);
}
.neo-stat-num{
  font-weight: 700;
  color: white;
}
.neo-stat-label{
  font-size: .82rem;
  color: rgba(255,255,255,.55);
}

.neo-list{ display:flex; flex-direction: column; gap: 10px; }
.neo-list-item{
  display:flex; gap: 12px; align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.neo-list-icon{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(30,155,255,.12);
  border: 1px solid rgba(30,155,255,.28);
  color: white;
  font-size: 1.2rem;
}

.neo-svc{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  transition: transform .12s ease, border-color .12s ease;
}
.neo-svc:hover{
  transform: translateY(-3px);
  border-color: rgba(30,155,255,.35);
}
.neo-svc-icon{
  width: 54px; height: 54px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: rgba(30,155,255,.12);
  border: 1px solid rgba(30,155,255,.28);
  color: white;
  font-size: 1.35rem;
}

.neo-bullets{
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255,255,255,.70);
}
.neo-bullets li{ margin-bottom: .35rem; }

.neo-section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.neo-checks{ display:flex; flex-direction:column; gap:10px; }
.neo-check{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.80);
}
.neo-check i{ color: var(--neo-primary); }

.neo-steps{
  margin:0;
  padding-left: 1.2rem;
  color: rgba(255,255,255,.72);
}
.neo-steps li{ margin-bottom:.6rem; }
.neo-steps span{ color:white; font-weight:600; }

.neo-quote{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
}
.neo-quote-icon{
  width: 40px; height: 40px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(30,155,255,.12);
  border: 1px solid rgba(30,155,255,.25);
  color:white;
}

.neo-acc .accordion-item{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  overflow:hidden;
  margin-bottom: 10px;
}
.neo-acc .accordion-button{
  background: rgba(255,255,255,.04);
  color: white;
}
.neo-acc .accordion-button:focus{ box-shadow:none; }
.neo-acc .accordion-body{ background: rgba(255,255,255,.02); }

.neo-divider{
  height:1px;
  background: rgba(255,255,255,.12);
}

.neo-footer{
  background: rgba(0,0,0,.15);
  border-top: 1px solid rgba(255,255,255,.08);
}
.neo-link{
  color: rgba(255,255,255,.70);
  text-decoration: none;
}
.neo-link:hover{ color: white; text-decoration: underline; }

.neo-modal{
  background: rgba(7,11,23,.92);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.neo-admin-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.neo-admin-icon{
  width: 36px; height: 36px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(30,155,255,.12);
  border: 1px solid rgba(30,155,255,.25);
  color:white;
}

/* Floating WhatsApp */
.neo-whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  z-index: 9999;
  background: rgba(37, 211, 102, .18);
  border: 1px solid rgba(37, 211, 102, .45);
  color: #ffffff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.neo-whatsapp-float i{ font-size: 1.6rem; }
.neo-whatsapp-float:hover{
  background: rgba(37, 211, 102, .25);
  transform: translateY(-2px);
  color: #fff;
}

/* Map */
.neo-map-frame{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.neo-map-frame iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
