*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Arial,sans-serif;
  background:linear-gradient(180deg,#f4f9ff 0%,#eef8ff 45%,#ffffff 100%);
  color:#1a1a1a;
  line-height:1.6;
  overflow-x:hidden;
}

a{
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.topbar{
  background:linear-gradient(90deg,#07285A,#0a3b82);
  color:#fff;
  text-align:center;
  padding:10px 15px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.3px;
}

.navbar{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 30px rgba(7,40,90,.08);
  border-bottom:1px solid rgba(17,185,143,.15);
}

.nav-inner{
  max-width:1200px;
  margin:auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.logo{
  font-size:22px;
  font-weight:800;
  color:#07285A;
}

.logo span{
  color:#11b98f;
}

.nav-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 22px;
  border-radius:999px;
  font-weight:700;
  transition:.35s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.btn-call{
  background:linear-gradient(135deg,#11b98f,#0e9f7a);
  color:#fff;
}

.btn-call:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(17,185,143,.28);
}

.btn-outline{
  background:#fff;
  color:#07285A;
  border:2px solid #07285A;
}

.btn-outline:hover{
  background:#07285A;
  color:#fff;
  transform:translateY(-3px);
}

.hero{
  position:relative;
  padding:90px 20px 70px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(17,185,143,.12),transparent 28%),
    radial-gradient(circle at bottom right,rgba(7,40,90,.10),transparent 30%);
}

.hero::before,
.hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(40px);
  z-index:0;
}

.hero::before{
  width:260px;
  height:260px;
  top:-60px;
  left:-60px;
  background:rgba(17,185,143,.18);
  animation:floatGlow 7s ease-in-out infinite;
}

.hero::after{
  width:320px;
  height:320px;
  right:-90px;
  bottom:-100px;
  background:rgba(7,40,90,.12);
  animation:floatGlow 8s ease-in-out infinite reverse;
}

.hero-inner{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:center;
  position:relative;
  z-index:1;
}

.badge{
  display:inline-block;
  background:rgba(17,185,143,.12);
  color:#0d8f70;
  border:1px solid rgba(17,185,143,.25);
  padding:9px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
  animation:fadeUp .8s ease forwards;
}

.hero h1{
  font-size:48px;
  line-height:1.15;
  color:#07285A;
  margin-bottom:18px;
  animation:fadeUp 1s ease forwards;
}

.hero p{
  font-size:18px;
  color:#3b4a5c;
  max-width:700px;
  margin-bottom:26px;
  animation:fadeUp 1.2s ease forwards;
}

.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:30px;
  animation:fadeUp 1.35s ease forwards;
}

.hero-points span{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(7,40,90,.08);
  color:#07285A;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
  box-shadow:0 8px 18px rgba(7,40,90,.06);
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  animation:fadeUp 1.5s ease forwards;
}

.hero-card{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.55);
  border-radius:28px;
  padding:28px;
  box-shadow:0 25px 60px rgba(7,40,90,.12);
  animation:fadeRight 1.2s ease forwards;
  position:relative;
  overflow:hidden;
}

.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(17,185,143,.08),rgba(7,40,90,.05));
  pointer-events:none;
}

.hero-card h3{
  font-size:24px;
  color:#07285A;
  margin-bottom:12px;
  position:relative;
  z-index:1;
}

.hero-card ul{
  list-style:none;
  position:relative;
  z-index:1;
}

.hero-card ul li{
  padding:10px 0;
  border-bottom:1px dashed rgba(7,40,90,.12);
  color:#334155;
  font-size:16px;
}

.hero-card ul li:last-child{
  border-bottom:none;
}

.stats{
  max-width:1200px;
  margin:-5px auto 0;
  padding:0 20px 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative;
  z-index:2;
}

.stat-box{
  background:#fff;
  border-radius:22px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 18px 45px rgba(7,40,90,.08);
  border:1px solid rgba(7,40,90,.06);
  transition:.35s ease;
}

.stat-box:hover{
  transform:translateY(-8px);
}

.stat-box h3{
  color:#11b98f;
  font-size:30px;
  margin-bottom:6px;
}

.stat-box p{
  color:#4b5b6e;
  font-size:15px;
  font-weight:600;
}

.section{
  max-width:1200px;
  margin:auto;
  padding:75px 20px;
}

.section-title{
  text-align:center;
  margin-bottom:18px;
}

.section-title h2{
  font-size:38px;
  color:#07285A;
  margin-bottom:12px;
}

.section-title p{
  max-width:820px;
  margin:auto;
  color:#536275;
  font-size:17px;
}

.about-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:38px;
  align-items:stretch;
}

.about-box{
  background:#fff;
  border-radius:24px;
  padding:30px;
  box-shadow:0 18px 45px rgba(7,40,90,.08);
  border:1px solid rgba(7,40,90,.06);
}

.about-box h3{
  color:#07285A;
  font-size:24px;
  margin-bottom:16px;
}

.about-box p{
  color:#536275;
  margin-bottom:14px;
  font-size:16px;
}

.about-list{
  list-style:none;
  margin-top:10px;
}

.about-list li{
  padding:10px 0;
  color:#334155;
  border-bottom:1px dashed rgba(7,40,90,.12);
}

.about-list li:last-child{
  border-bottom:none;
}

.features-grid,
.review-grid,
.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:38px;
}

.feature-card,
.review-card,
.faq-card{
  background:#fff;
  padding:28px 24px;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(7,40,90,.08);
  border:1px solid rgba(7,40,90,.06);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}

.feature-card::after{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(17,185,143,.08),transparent);
  transition:.7s ease;
}

.feature-card:hover::after{
  left:100%;
}

.feature-card:hover,
.review-card:hover,
.faq-card:hover,
.about-box:hover{
  transform:translateY(-10px);
  box-shadow:0 22px 50px rgba(7,40,90,.13);
}

.icon{
  width:62px;
  height:62px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(17,185,143,.16),rgba(7,40,90,.08));
  color:#07285A;
  font-size:26px;
  margin-bottom:18px;
}

.feature-card h3,
.review-card h3,
.faq-card h3{
  color:#07285A;
  font-size:22px;
  margin-bottom:10px;
}

.feature-card p,
.review-card p,
.faq-card p{
  color:#526173;
  font-size:16px;
}

.review-stars{
  color:#f5b301;
  font-size:18px;
  margin-bottom:10px;
}

.review-name{
  margin-top:14px;
  font-weight:700;
  color:#07285A;
  font-size:15px;
}

.areas,
.coverage-grid,
.local-areas{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:36px;
}

.area-item,
.coverage-item,
.local-areas div{
  background:linear-gradient(135deg,#ffffff,#f7fbff);
  border:1px solid rgba(7,40,90,.07);
  border-radius:18px;
  padding:16px;
  text-align:center;
  font-weight:700;
  color:#07285A;
  box-shadow:0 12px 30px rgba(7,40,90,.06);
  transition:.3s ease;
}

.area-item:hover,
.coverage-item:hover,
.local-areas div:hover{
  transform:translateY(-6px);
  background:linear-gradient(135deg,#11b98f,#0d8f70);
  color:#fff;
}

.sitelink-pages{
  max-width:1200px;
  margin:auto;
  padding:75px 20px;
}

.sitelink-grid,
.internal-link-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:38px;
}

.sitelink-card,
.internal-link-card{
  position:relative;
  background:linear-gradient(145deg,#ffffff,#f7fbff);
  border:1px solid rgba(7,40,90,.08);
  border-radius:24px;
  padding:28px 24px;
  box-shadow:0 18px 45px rgba(7,40,90,.08);
  overflow:hidden;
  transition:.35s ease;
}

.sitelink-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(17,185,143,.08),rgba(7,40,90,.04));
  opacity:0;
  transition:.35s ease;
}

.sitelink-card:hover::before{
  opacity:1;
}

.sitelink-card:hover,
.internal-link-card:hover{
  transform:translateY(-10px);
  box-shadow:0 24px 55px rgba(7,40,90,.14);
}

.mini-badge{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  color:#0d8f70;
  background:rgba(17,185,143,.12);
  border:1px solid rgba(17,185,143,.22);
  padding:8px 14px;
  border-radius:999px;
  margin-bottom:16px;
  position:relative;
  z-index:1;
}

.sitelink-card h3,
.internal-link-card h3{
  font-size:24px;
  color:#07285A;
  margin-bottom:12px;
  position:relative;
  z-index:1;
}

.sitelink-card p,
.internal-link-card p{
  font-size:16px;
  color:#526173;
  margin-bottom:18px;
  position:relative;
  z-index:1;
}

.sitelink-card ul{
  list-style:none;
  margin-bottom:22px;
  position:relative;
  z-index:1;
}

.sitelink-card ul li{
  color:#334155;
  padding:8px 0;
  border-bottom:1px dashed rgba(7,40,90,.10);
  font-size:15px;
}

.sitelink-card ul li:last-child{
  border-bottom:none;
}

.sitelink-btn,
.internal-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#07285A,#0a3f89);
  color:#fff;
  font-weight:700;
  box-shadow:0 10px 24px rgba(7,40,90,.18);
  transition:.3s ease;
  position:relative;
  z-index:1;
}

.sitelink-btn:hover,
.internal-link-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(7,40,90,.24);
}

.map-wrap{
  margin-top:40px;
  background:#fff;
  border-radius:26px;
  padding:16px;
  box-shadow:0 18px 45px rgba(7,40,90,.08);
  border:1px solid rgba(7,40,90,.06);
  overflow:hidden;
}

.map-wrap iframe{
  width:100%;
  height:420px;
  border:0;
  border-radius:18px;
}

.cta-section{
  background:linear-gradient(135deg,#07285A 0%,#0a3f89 100%);
  margin-top:30px;
  border-radius:30px;
  padding:52px 24px;
  text-align:center;
  color:#fff;
  box-shadow:0 22px 55px rgba(7,40,90,.18);
}

.cta-section h2{
  font-size:38px;
  margin-bottom:12px;
}

.cta-section p{
  max-width:760px;
  margin:0 auto 24px;
  color:rgba(255,255,255,.9);
  font-size:17px;
}

.cta-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.btn-light{
  background:#fff;
  color:#07285A;
}

.btn-light:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(255,255,255,.2);
}

.btn-whatsapp{
  background:#25D366;
  color:#fff;
}

.btn-whatsapp:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(37,211,102,.24);
}

.footer{
  margin-top:70px;
  background:#061f46;
  color:#d8e4f3;
  padding:26px 20px;
  text-align:center;
  font-size:15px;
}

.sticky-contact{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:9999;
  display:flex;
  box-shadow:0 -8px 25px rgba(0,0,0,.12);
}

.sticky-contact a{
  flex:1;
  text-align:center;
  padding:15px 10px;
  color:#fff;
  font-weight:800;
  font-size:16px;
}

.sticky-call{
  background:#07285A;
}

.sticky-wa{
  background:#25D366;
}

.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:78px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 14px 30px rgba(37,211,102,.35);
  z-index:9999;
  animation:pulse 2s infinite;
}

.back-link-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:24px 20px 0;
}

.back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#07285A;
  font-weight:700;
  font-size:15px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(7,40,90,.08);
  padding:10px 16px;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(7,40,90,.06);
  transition:.3s ease;
}

.back-link:hover{
  transform:translateY(-3px);
  background:#07285A;
  color:#fff;
}

.reveal{
  opacity:0;
  transform:translateY(40px);
  animation:revealUp 1s ease forwards;
}

.delay-1{animation-delay:.2s;}
.delay-2{animation-delay:.35s;}
.delay-3{animation-delay:.5s;}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(35px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes fadeRight{
  from{opacity:0;transform:translateX(35px);}
  to{opacity:1;transform:translateX(0);}
}

@keyframes revealUp{
  to{opacity:1;transform:translateY(0);}
}

@keyframes pulse{
  0%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,.5);}
  70%{transform:scale(1.06);box-shadow:0 0 0 18px rgba(37,211,102,0);}
  100%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

@keyframes floatGlow{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(18px);}
}

@media (max-width:991px){
  .hero-inner,
  .about-wrap,
  .features-grid,
  .review-grid,
  .faq-grid,
  .areas,
  .coverage-grid,
  .local-areas,
  .sitelink-grid,
  .internal-link-grid,
  .stats{
    grid-template-columns:1fr 1fr;
  }

  .hero h1{
    font-size:38px;
  }
}

@media (max-width:767px){
  .hero-inner,
  .about-wrap,
  .features-grid,
  .review-grid,
  .faq-grid,
  .areas,
  .coverage-grid,
  .local-areas,
  .sitelink-grid,
  .internal-link-grid,
  .stats{
    grid-template-columns:1fr;
  }

  .nav-inner{
    flex-direction:column;
    align-items:stretch;
  }

  .nav-cta{
    justify-content:center;
  }

  .hero{
    padding-top:70px;
  }

  .hero h1{
    font-size:31px;
  }

  .section-title h2,
  .cta-section h2{
    font-size:29px;
  }

  .hero p,
  .section-title p,
  .cta-section p{
    font-size:16px;
  }

  .map-wrap iframe{
    height:300px;
  }

  .floating-whatsapp{
    bottom:82px;
  }

  body{
    padding-bottom:58px;
  }
}