/* V21 — Contacto fusionado con CTA: fondo técnico limpio, sin diagonales */
.contact-merged{
  position:relative;
  overflow:hidden;
  background-color:var(--navy);
  background-image:
    linear-gradient(rgba(155,177,193,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(155,177,193,.045) 1px,transparent 1px);
  background-size:64px 64px;
  background-position:0 0;
}
.contact-merged::before{
  content:"";
  position:absolute;
  width:310px;height:310px;
  right:-125px;top:50%;
  transform:translateY(-50%);
  border:1px dashed rgba(190,207,219,.11);
  border-radius:50%;
  pointer-events:none;
}
.contact-merged::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:88px;height:88px;
  border-top:1px solid rgba(190,207,219,.11);
  border-right:1px solid rgba(190,207,219,.11);
  pointer-events:none;
}
.contact-merged > .cta-grid{position:relative;z-index:1;align-items:start;gap:8vw}
.contact-merged .cta-main{padding-right:2vw}
.contact-merged .cta-main h2{margin:14px 0 25px}
.contact-merged .cta-intro{margin:0 0 20px}
.contact-merged .contact-details{border-top:1px solid rgba(255,255,255,.16)}
.contact-merged .contact-details>a{border-bottom:1px solid rgba(255,255,255,.16);padding:21px 0}
.contact-merged .contact-details small{color:#9eabb5}
.contact-merged .contact-details strong{color:#fff}
.contact-merged .contact-details span{color:#aeb8c0}
.contact-merged .contact-details a:hover strong,.contact-merged .contact-details a:hover span{color:#d5dde2}
@media(max-width:900px){
  .contact-merged::before{width:240px;height:240px;right:-120px}
  .contact-merged::after{width:68px;height:68px}
  .contact-merged > .cta-grid{gap:45px}
}
