:root{
  --blue:#0b5ed7;
  --sky:#39b6ff;
  --teal:#22c7a6;              /* bluish green */
  --slate:#5b718a;             /* bluish gray */
  --bg:#f6fbff;
  --text:#0c1a2a;
  --muted:#5b6b7a;
  --card:#ffffff;
  --shadow: 0 18px 50px rgba(12, 26, 42, 0.12);
  --shadow2: 0 10px 30px rgba(12, 26, 42, 0.10);
  --radius: 22px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: "Manrope", "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.fw-extrabold{ font-weight: 800; }
.section-pad{ padding: 80px 0; }
.section-alt{
  background: radial-gradient(1200px 500px at 20% 0%, rgba(57,182,255,0.18), transparent 60%),
              radial-gradient(900px 450px at 90% 20%, rgba(34,199,166,0.14), transparent 60%),
              #ffffff;
}

@media (max-width: 991px){
  .section-pad{ padding: 62px 0; }
}

/* ===== Topbar ===== */
.topbar{
  background: linear-gradient(90deg, rgba(11,94,215,0.10), rgba(34,199,166,0.08));
  border-bottom: 1px solid rgba(11,94,215,0.10);
}
.topbar-item, .topbar-link{
  font-size: 0.9rem;
  color: rgba(12,26,42,0.78);
  text-decoration: none;
}
.topbar-link:hover{ color: var(--blue); }
.btn-soft{
  background: rgba(11,94,215,0.10);
  border: 1px solid rgba(11,94,215,0.15);
  color: var(--blue);
}
.btn-soft:hover{ background: rgba(11,94,215,0.16); }

/* ===== Navbar ===== */
.header{
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(12,26,42,0.08);
}
.navbar{
  padding: 14px 0;
}
.brand-logo{
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.brand-title{
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.1;
  display:block;
}
.brand-subtitle{
  font-size: 0.78rem;
  color: var(--muted);
  display:block;
}
.nav-link{
  font-weight: 700;
  color: rgba(12,26,42,0.78);
}
.nav-link:hover, .nav-link.active{
  color: var(--blue) !important;
}

/* ===== Buttons ===== */
.btn-glow{
  box-shadow: 0 0 0 rgba(11,94,215,0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-glow:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(11,94,215,0.25);
}
.btn-glow-success:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(34,199,166,0.24);
}

/* ===== Hero ===== */
.hero-section{ position: relative; }
.hero-slide{
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 520px;
  padding: 40px 0;
}
.min-vh-60{ min-height: 60vh; }

.hero-overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(900px 450px at 20% 20%, rgba(57,182,255,0.25), transparent 60%),
              radial-gradient(900px 450px at 80% 20%, rgba(34,199,166,0.18), transparent 60%),
              linear-gradient(180deg, rgba(12,26,42,0.62), rgba(12,26,42,0.35));
}
.hero-card{
  position:relative;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 24px;
}
.badge-soft{
  background: rgba(11,94,215,0.10);
  color: var(--blue);
  border: 1px solid rgba(11,94,215,0.18);
  font-weight: 800;
  padding: 10px 12px;
  border-radius: 999px;
}
.btn-outline-glass{
  border: 1px solid rgba(255,255,255,0.45);
  color: #fff;
  background: rgba(255,255,255,0.08);
}
.btn-outline-glass:hover{
  background: rgba(255,255,255,0.14);
  color:#fff;
}
.hero-meta .meta-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(11,94,215,0.08);
  border: 1px solid rgba(11,94,215,0.12);
  color: rgba(12,26,42,0.82);
  font-size: 0.88rem;
}

.glass-panel{
  position:relative;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  padding: 20px;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.24);
}

/* ===== Section Titles ===== */
.section-title .kicker{
  display:inline-block;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(11,94,215,0.95);
  background: rgba(57,182,255,0.14);
  border: 1px solid rgba(57,182,255,0.18);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* ===== Cards ===== */
.feature-card, .why-card, .contact-card, .form-card, .map-card, .area-card{
  background: var(--card);
  border: 1px solid rgba(12,26,42,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
  height: 100%;
}
.about-panel{
  background: linear-gradient(180deg, rgba(57,182,255,0.16), rgba(34,199,166,0.10));
  border: 1px solid rgba(12,26,42,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 22px;
}
.icon-badge{
  width: 46px;
  height: 46px;
  display:grid;
  place-items:center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11,94,215,0.16), rgba(34,199,166,0.14));
  border: 1px solid rgba(11,94,215,0.12);
  color: var(--blue);
  margin-bottom: 10px;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(34,199,166,0.12);
  border: 1px solid rgba(34,199,166,0.18);
  font-size: 0.88rem;
  color: rgba(12,26,42,0.82);
}

.callout{
  background: rgba(11,94,215,0.08);
  border: 1px solid rgba(11,94,215,0.12);
}

/* ===== Services ===== */
.service-card{
  background: #fff;
  border: 1px solid rgba(12,26,42,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.service-list{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.service-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 7px 0;
  color: rgba(12,26,42,0.78);
}
.service-list i{ color: var(--teal); margin-top: 2px; }

.alert-soft{
  background: rgba(57,182,255,0.12);
  border: 1px solid rgba(57,182,255,0.18);
  border-radius: 999px;
  padding: 10px 14px;
}

/* ===== Areas / Tags ===== */
.tag{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11,94,215,0.08);
  border: 1px solid rgba(11,94,215,0.12);
  font-size: 0.88rem;
  color: rgba(12,26,42,0.82);
}

/* ===== Stats ===== */
.stat-card{
  background: linear-gradient(180deg, rgba(57,182,255,0.16), rgba(34,199,166,0.08));
  border: 1px solid rgba(12,26,42,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 18px;
  text-align:center;
  height: 100%;
}
.stat-number{
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(12,26,42,0.92);
}
.stat-label{
  color: var(--muted);
  font-weight: 700;
}

/* ===== Contact ===== */
.contact-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 10px 0;
}
.contact-item i{
  font-size: 1.2rem;
  color: var(--blue);
  margin-top: 2px;
}
.contact-card a{ text-decoration: none; }
.contact-card a:hover{ color: var(--blue); }

.soft-panel{
  background: rgba(34,199,166,0.10);
  border: 1px solid rgba(34,199,166,0.16);
}

/* ===== FAQ ===== */
.faq-accordion .accordion-item{
  background: transparent;
  border: 0;
}
.faq-accordion .accordion-button{
  border-radius: 18px !important;
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow2);
  border: 1px solid rgba(12,26,42,0.08);
  font-weight: 800;
  color: rgba(12,26,42,0.88);
}
.faq-accordion .accordion-button:not(.collapsed){
  background: rgba(57,182,255,0.12);
  color: rgba(12,26,42,0.92);
}
.faq-accordion .accordion-body{
  background: #fff;
  border: 1px solid rgba(12,26,42,0.08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: var(--shadow2);
}

/* ===== Footer ===== */
.footer{
  background: linear-gradient(180deg, rgba(12,26,42,0.94), rgba(12,26,42,0.98));
  color: #fff;
}
.footer .text-muted{ color: rgba(255,255,255,0.68) !important; }
.footer-logo{
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.footer-links{
  list-style:none;
  padding-left:0;
  margin:0;
  display:grid;
  gap: 10px;
}
.footer-links a{
  color: rgba(255,255,255,0.76);
  text-decoration: none;
}
.footer-links a:hover{ color: #fff; }
.footer-contact{
  color: rgba(255,255,255,0.80);
  text-decoration:none;
}
.footer-contact:hover{ color:#fff; }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.social-btn{
  width: 40px;
  height: 40px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color:#fff;
  text-decoration:none;
  transition: transform .18s ease, background .18s ease;
}
.social-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.16);
}

/* ===== Floating Action Buttons ===== */
.floating-actions{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display:flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1050;
}
.fab{
  position:relative;
  width: 54px;
  height: 54px;
  display:grid;
  place-items:center;
  border-radius: 18px;
  text-decoration:none;
  color:#fff;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  transition: transform .18s ease, box-shadow .18s ease;
  overflow:hidden;
}
.fab:hover{ transform: translateY(-2px); }
.fab i{ font-size: 1.35rem; }
.fab-tooltip{
  position:absolute;
  right: 64px;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12,26,42,0.90);
  color:#fff;
  opacity:0;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}
.fab:hover .fab-tooltip{
  opacity:1;
  transform: translateX(0);
}
.fab-call{
  background: linear-gradient(135deg, rgba(11,94,215,0.92), rgba(57,182,255,0.70));
  box-shadow: 0 0 0 rgba(57,182,255,0);
}
.fab-call:hover{
  box-shadow: 0 18px 55px rgba(57,182,255,0.35);
}
.fab-wa{
  background: linear-gradient(135deg, rgba(34,199,166,0.92), rgba(57,182,255,0.55));
}
.fab-wa:hover{
  box-shadow: 0 18px 55px rgba(34,199,166,0.32);
}

/* ===== Disclaimer modal ===== */
/* ===== Redesigned Disclaimer Modal ===== */
.disclaimer-modal{
  border-radius: 22px;
  box-shadow: 0 18px 60px rgba(12,26,42,0.25);
  background: #fff;
}

.disclaimer-accent{
  height: 6px;
  background: linear-gradient(90deg, rgba(11,94,215,1), rgba(57,182,255,1), rgba(34,199,166,1));
}

.disclaimer-left{
  background: radial-gradient(900px 450px at 20% 20%, rgba(57,182,255,0.35), transparent 60%),
              radial-gradient(900px 450px at 80% 40%, rgba(34,199,166,0.28), transparent 60%),
              linear-gradient(180deg, rgba(12,26,42,0.92), rgba(12,26,42,0.98));
  color: #fff;
}

.disclaimer-left-inner{
  padding: 28px;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.disclaimer-badge{
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 14px;
}
.disclaimer-badge i{
  font-size: 1.8rem;
}

.disclaimer-mini{
  display:grid;
  gap: 10px;
}
.mini-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.92rem;
}
.mini-item i{ opacity: 0.95; }

.disclaimer-points{
  display:grid;
  gap: 12px;
}
.point{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(57,182,255,0.10);
  border: 1px solid rgba(57,182,255,0.16);
}
.point:nth-child(2){
  background: rgba(34,199,166,0.10);
  border-color: rgba(34,199,166,0.16);
}
.point:nth-child(3){
  background: rgba(11,94,215,0.08);
  border-color: rgba(11,94,215,0.14);
}
.point:nth-child(4){
  background: rgba(91,113,138,0.10);
  border-color: rgba(91,113,138,0.16);
}

.point-icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: #fff;
  border: 1px solid rgba(12,26,42,0.08);
  box-shadow: 0 10px 22px rgba(12,26,42,0.10);
  flex: 0 0 auto;
}
.point-icon i{
  color: rgba(11,94,215,0.95);
  font-size: 1.15rem;
}

/* Checkbox spacing */
.disclaimer-agree .form-check-input{
  border-radius: 6px;
}

/* Mobile fixes */
@media (max-width: 767px){
  .disclaimer-left-inner{ padding: 18px; }
}


/* ===== Reveal animations ===== */
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.show{
  opacity: 1;
  transform: translateY(0);
}
.delay-1{ transition-delay: .12s; }

/* Improve carousel controls visibility */
.carousel-control-prev-icon, .carousel-control-next-icon{
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
}

/* Mobile tweaks */
@media (max-width: 576px){
  .hero-card{ padding: 20px 18px; }
  .floating-actions{ right: 14px; bottom: 14px; }
}
