:root{
  --ap-primary:#1f5f8b;
  --ap-secondary:#0f2d3f;
  --ap-accent:#e7b64c;
  --ap-light:#f4f7f9;
  --ap-text:#1f2933;
  --ap-muted:#5d6b78;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:86px;
}

body{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ap-text);
  line-height:1.65;
  background:#fff;
}

.navbar-brand img{
  border-radius:12px;
}

.nav-link{
  font-weight:600;
}

.btn{
  border-radius:14px;
  font-weight:600;
}

.btn-primary{
  background:var(--ap-primary);
  border-color:var(--ap-primary);
}

.btn-primary:hover,
.btn-primary:focus{
  background:var(--ap-secondary);
  border-color:var(--ap-secondary);
}

.hero-section{
  background-image:
    linear-gradient(135deg, rgba(15,45,63,.72), rgba(31,95,139,.42)),
    url('../../fachada.jpeg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
}

.hero-section .lead{
  max-width:760px;
  color:rgba(255,255,255,.92);
}

.section-padding{
  padding:92px 0;
}

.section-kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  font-weight:800;
  color:var(--ap-primary);
  margin-bottom:10px;
}

.section-intro{
  max-width:680px;
}

.section-fachada{
  background:#fff;
}

.service-card{
  background:#fff;
  border:1px solid #e6edf2;
  border-radius:24px;
  padding:30px;
  box-shadow:0 12px 35px rgba(15,45,63,.07);
  transition:transform .2s ease, box-shadow .2s ease;
}

.service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 45px rgba(15,45,63,.12);
}

.icon-circle{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ap-light);
  color:var(--ap-primary);
  font-weight:800;
  font-size:1.25rem;
  margin-bottom:18px;
}

.check-list{
  list-style:none;
  padding-left:0;
  margin-top:24px;
}

.check-list li{
  position:relative;
  padding-left:34px;
  margin-bottom:12px;
}

.check-list li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ap-primary);
  color:#fff;
  font-weight:700;
  font-size:.85rem;
}

.info-panel{
  border-radius:28px;
  background:#fff;
  padding:42px;
  box-shadow:0 20px 70px rgba(15,45,63,.12);
  border-top:6px solid var(--ap-accent);
}

.contact-line{
  margin-bottom:12px;
}

.contact-line a{
  color:var(--ap-primary);
  font-weight:700;
  text-decoration:none;
}

.map-placeholder iframe{
  border:0;
}

.contact-form{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:30px;
}

.contact-form .form-control{
  border:0;
  min-height:48px;
}

.legal-section{
  background:#fff;
}

.cookie-popup{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:1090;
  background:#fff;
  border-radius:18px;
  padding:20px;
  display:none;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  max-width:980px;
  margin:0 auto;
  border:1px solid #dce6ed;
}

.cookie-popup.show{
  display:flex;
}

.cookie-popup p{
  font-size:.95rem;
  color:#5d6b78;
}

.cookie-actions{
  display:flex;
  gap:10px;
  flex-shrink:0;
}

@media(max-width:767px){
  .section-padding{
    padding:64px 0;
  }

  .hero-section .display-4{
    font-size:2.4rem;
  }

  .cookie-popup{
    flex-direction:column;
    align-items:flex-start;
  }

  .cookie-actions{
    width:100%;
  }

  .cookie-actions .btn{
    flex:1;
  }
}
.contact-form .form-control{
  border:0;
  min-height:48px;
  border-radius:14px;
}

.contact-form .form-control:focus{
  box-shadow:0 0 0 .25rem rgba(31,95,139,.22);
}

.contact-form textarea.form-control{
  min-height:auto;
}

.alert{
  border-radius:18px;
}

.contact-form .form-control{
  border:0;
  min-height:48px;
  border-radius:14px;
}

.contact-form .form-control:focus{
  box-shadow:0 0 0 .25rem rgba(31,95,139,.22);
}

.contact-form textarea.form-control{
  min-height:auto;
}

.alert{
  border-radius:18px;
}

.honeypot-wrap{
  position:absolute !important;
  left:-9999px !important;
  width:1px;
  height:1px;
  overflow:hidden;
}

.cookie-popup{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:1090;
  background:#fff;
  border-radius:18px;
  padding:20px;
  display:none;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  max-width:980px;
  margin:0 auto;
  border:1px solid #dce6ed;
}

.cookie-popup.show{
  display:flex;
}

.cookie-content{
  flex:1;
}

.cookie-popup p{
  font-size:.95rem;
  color:#5d6b78;
}

.cookie-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  font-size:.95rem;
}

.cookie-links .btn-link,
.footer-legal-link{
  text-decoration:none;
}

.cookie-links .btn-link:hover,
.footer-legal-link:hover{
  text-decoration:underline;
}

.cookie-actions{
  display:flex;
  gap:10px;
  flex-shrink:0;
}

.modal-content{
  border-radius:20px;
}

.modal-body p{
  color:#44515c;
}

@media(max-width:767px){
  .cookie-popup{
    flex-direction:column;
    align-items:flex-start;
  }

  .cookie-actions{
    width:100%;
  }

  .cookie-actions .btn{
    flex:1;
  }
}