*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Inter', sans-serif;
  background: linear-gradient(180deg,#e9efff 0%, #d6e0ff 100%);
  color:#1b2a4a;
}

.site-container{
  max-width:1200px;
  margin:0 auto;
}

.hero{
  width:100%;
  aspect-ratio:1920/700;
  background-image:url("banner.jpg");
  background-size:cover;
  background-position:center;
}

nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 26px;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  position:sticky;
  top:0;
  z-index:999;
}

.nav-links{
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
}

nav a{
  color:#0b2c6f;
  text-decoration:none;
  font-weight:800;
  font-size:16px;
}

nav a:hover{
  text-decoration:underline;
}

.topbar-wpp{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#25D366;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:800;
  font-size:15px;
  padding:10px 18px;
  border-radius:8px;
  white-space:nowrap;
  transition:0.3s;
}

.topbar-wpp:hover{
  filter:brightness(0.95);
  transform:translateY(-1px);
}

section{
  padding:50px 0;
}

.wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}

.section-title{
  font-size:42px;
  font-weight:800;
  color:#0b2c6f;
  margin-bottom:20px;
}

.section-subtitle{
  font-size:18px;
  color:#42506d;
  margin-bottom:30px;
  line-height:1.6;
}

.cards-unidades{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin-top:40px;
}

.card-unidade{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 18px rgba(0,0,0,0.10);
  border:1px solid #e6ecff;
}

.card-unidade img{
  width:100%;
  height:260px;
  object-fit:contain;
  display:block;
}

.card-body{
  padding:22px;
}

.titulo-unidade{
  font-size:28px;
  font-weight:800;
  color:#0b2c6f;
  margin-bottom:12px;
}

.info{
  color:#1b2a4a;
  font-size:17px;
  margin:10px 0;
  line-height:1.5;
}

.btn-maps{
  display:inline-block;
  margin-top:18px;
  background:linear-gradient(180deg,#2f67da,#1e4fb3);
  color:#fff;
  text-decoration:none;
  padding:12px 26px;
  border-radius:10px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(30,79,179,0.25);
}

.btn-maps:hover{
  filter:brightness(0.95);
}

.highlight-box{
  padding:35px 45px;
  background:linear-gradient(180deg,#f4f7ff,#e7edff);
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  box-shadow:0 15px 35px rgba(20,60,150,0.12);
}

.highlight-left{
  display:flex;
  align-items:center;
  gap:20px;
  color:#102c6b;
}

.highlight-icon{
  width:60px;
  height:60px;
  background:#2f67da;
  color:white;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  flex:0 0 auto;
}

.whatsapp-icon{
  background:#25D366;
}

.whatsapp-icon svg{
  width:28px;
  height:28px;
}

.highlight-title{
  font-size:32px;
  font-weight:800;
}

.highlight-btn{
  background:linear-gradient(180deg,#3a72e6,#1e4fb3);
  color:white;
  text-decoration:none;
  padding:18px 36px;
  border-radius:12px;
  font-weight:700;
  font-size:18px;
  box-shadow:0 12px 25px rgba(30,79,179,0.28);
  white-space:nowrap;
}

.agendamento-box{
  padding:35px 45px;
  background:linear-gradient(180deg,#f4f7ff,#e7edff);
  border-radius:18px;
  display:flex;
  align-items:center;
  gap:22px;
  box-shadow:0 15px 35px rgba(20,60,150,0.12);
}

.agendamento-text{
  flex:1;
  text-align:center;
  color:#102c6b;
}

.agendamento-title{
  font-size:30px;
  font-weight:800;
  margin-bottom:6px;
}

.agendamento-phone{
  font-size:22px;
  font-weight:700;
}

footer{
  background:linear-gradient(180deg,#0b2c6f 0%, #081f4d 100%);
  color:#fff;
  margin-top:50px;
  padding:40px 0 22px;
  width:100%;
}

.footer-wrap{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 70px;
}

.footer-top{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  min-height:120px;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:24px;
}

.footer-brand img{
  width:90px;
  height:90px;
  object-fit:contain;
  background: transparent;
  padding:10px;
  border-radius:10px;
  display:block;
}

.footer-brand-text{
  line-height:1.6;
  font-size:18px;
}

.footer-brand-text strong{
  font-size:24px;
}

.footer-line{
  width:100%;
  margin:24px 0 18px;
  height:1px;
  background:rgba(255,255,255,0.18);
  border:0;
}

.footer-lgpd,
.footer-copy,
.footer-tecnico{
  text-align:center;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,0.92);
}

.footer-tecnico{
  margin-top:12px;
}

.footer-copy{
  margin-top:4px;
}

@media(max-width:900px){
  .footer-wrap{
    padding:0 20px;
  }

  .footer-top{
    min-height:auto;
  }

  .footer-brand{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-brand-text{
    font-size:16px;
  }

  .footer-brand-text strong{
    font-size:22px;
  }
}

@media(max-width:900px){
  .cards-unidades{
    grid-template-columns:1fr;
  }

  nav,
  .highlight-box,
  .agendamento-box,
  .footer-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .highlight-btn{
    width:100%;
    text-align:center;
  }

  .agendamento-text{
    text-align:left;
  }
}