:root{
  --brand: #0d6efd;
  --bg-soft: #f6f8fc;
  --text: #0f172a;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  font-family: "Poppins", sans-serif;
  color: var(--text);
  padding-top: 70px;
}

.brand-mark{
  width: 34px; height: 34px;
  border-radius: 10px;
  background: rgba(13,110,253,.12);
  display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--brand);
}

.section{ position: relative; }
.bg-soft{ background: var(--bg-soft); }

.hero-section{
  position: relative;
  background: radial-gradient(1200px 500px at 70% 20%, rgba(13,110,253,.08), transparent),
              linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 68px 0 40px;
}

.hero-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.hero-lead{
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.hero-checks{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  color: #16a34a;
  font-size: .95rem;
}
.hero-checks .check-item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-checks i{ font-size: 1rem; }

.hero-stats{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stats .stat{
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  padding: 14px 16px;
  min-width: 140px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.stat-num{ font-weight: 700; font-size: 1.25rem; color: var(--brand); }
.stat-label{ font-size: .85rem; color: rgba(15,23,42,.65); }

.hero-wave{
  height: 56px;
  background: #fff;
  clip-path: polygon(0 35%, 10% 45%, 25% 50%, 40% 46%, 55% 40%, 70% 44%, 85% 52%, 100% 45%, 100% 100%, 0 100%);
}

.card-soft{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  background: #fff;
}
.card-soft img{ display: block; width: 100%; height: auto; }

.img-hover{ overflow: hidden; border-radius: 20px; }
.img-hover img{
  width: 100%;
  height: auto;
  transition: transform .45s ease;
}
.img-hover:hover img{ transform: scale(1.08); }

.hero-badge{
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.hero-badge i{
  width: 34px; height: 34px;
  border-radius: 12px;
  background: rgba(22,163,74,.12);
  color: #16a34a;
  display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 18px;
}

.mini-card{
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 16px;
  padding: 16px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: transform .35s ease, box-shadow .35s ease;
}
.mini-card i{
  width: 42px; height: 42px;
  border-radius: 14px;
  background: rgba(13,110,253,.12);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.mini-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.card-hover{
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.07);
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.card-hover:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 48px rgba(0,0,0,0.12);
}
.service-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 14px;
  font-size: 22px;
}

.feature-row{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
}
.feature-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex: 0 0 auto;
}

.cta-section{
  background: linear-gradient(180deg, #0b63e6 0%, #0d6efd 40%, #0d6efd 100%);
  padding: 70px 0 40px;
}

.cta-info{
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.cta-line{
  display: flex;
  gap: 12px;
  align-items: center;
}
.cta-ico{
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.cta-link{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.cta-link:hover{ text-decoration: underline; }

.form-card{
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  padding: 22px;
}

.form-control{
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.12);
}

.form-control:focus{
  border-color: rgba(255,255,255,.35);
  box-shadow: 0 0 0 .25rem rgba(255,255,255,.15);
}

.map-frame{
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
}

.footer-dark{
  background: #0b1220;
}
.footer-link{
  color: rgba(255,255,255,.70);
  text-decoration: none;
}
.footer-link:hover{
  color: #fff;
  text-decoration: underline;
}

.nav-link{ font-weight: 500; }
.btn-primary{ box-shadow: 0 12px 28px rgba(13,110,253,.25); }
.btn-outline-primary:hover{ color: #fff; }

/* WhatsApp floating button */
.wa-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  z-index: 9999;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover{
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 26px 55px rgba(0,0,0,.28);
  color: #fff;
}

@media (max-width: 991px){
  .hero-section{ padding-top: 42px; }
  .hero-wave{ display:none; }
}

.nav-logo{
  height: 60px;
  width: auto;
  max-height: 60px;
}