/* ============================================================
   WIFICOR — Módulo Contacto
============================================================ */

/* Banner */
.wfc-hero,
.wfc-hero *,
.wfc-contact,
.wfc-contact *{box-sizing:border-box}

.wfc-hero{
  --wfc-blue:#0033A5;
  --wfc-blue2:#006DFF;
  --wfc-cyan:#12B7FF;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(135deg,#061231 0%,#0033A5 48%,#006DFF 100%);
  color:#fff;
  padding:84px 0 76px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.wfc-hero__bg{
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.38;
  background:
    radial-gradient(circle at 78% 25%,rgba(18,183,255,.50),transparent 26%),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:auto,46px 46px,46px 46px;
}

.wfc-hero::after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-55px;
  height:110px;
  background:#F7FAFF;
  border-radius:50% 50% 0 0 / 64% 64% 0 0;
}

.wfc-hero__container{
  width:min(1120px,calc(100% - 30px));
  margin-inline:auto;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  align-items:center;
  gap:30px;
}

.wfc-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.wfc-hero__kicker::before{
  content:"";
  width:8px;
  height:8px;
  background:var(--wfc-cyan);
}

.wfc-hero h1{
  max-width:800px;
  margin:14px 0 0;
  color:#fff;
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:.96;
  letter-spacing:-.075em;
  font-weight:950;
}

.wfc-hero h1 span{color:#84D8FF}

.wfc-hero p{
  max-width:650px;
  margin:16px 0 0;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.58;
  font-weight:650;
}

.wfc-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.wfc-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:0;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
}

.wfc-btn--primary{
  background:#fff;
  color:var(--wfc-blue);
  border:1px solid #fff;
}

.wfc-btn--ghost{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
}

.wfc-hero__panel{
  background:#fff;
  color:#061231;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 22px 48px rgba(0,0,0,.20);
  padding:24px;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.wfc-hero__panel span{
  color:#64748B;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.09em;
}

.wfc-hero__panel strong{
  margin-top:7px;
  color:var(--wfc-blue);
  font-size:46px;
  line-height:.92;
  letter-spacing:-.07em;
  font-weight:950;
}

.wfc-hero__panel small{
  margin-top:9px;
  color:#52637E;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
}

/* Contacto */
.wfc-contact{
  --c-blue:#0033A5;
  --c-blue2:#006DFF;
  --c-dark:#071331;
  --c-text:#334155;
  --c-muted:#64748B;
  --c-line:#D9E6F7;
  --c-soft:#F5F9FF;
  --c-wa:#16A34A;

  width:100%;
  padding:42px 16px 58px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    linear-gradient(90deg,rgba(0,51,165,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(0,51,165,.035) 1px,transparent 1px),
    linear-gradient(180deg,#F7FAFF 0%,#FFFFFF 42%,#F6FAFF 100%);
  background-size:42px 42px,42px 42px,100% 100%;
  color:var(--c-text);
  overflow:hidden;
  isolation:isolate;
}

.wfc-contact__container{
  width:min(1080px,100%);
  margin:0 auto;
}

.wfc-contact__grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:24px;
  align-items:stretch;
}

.wfc-contact__main{
  position:relative;
  overflow:hidden;
  border:1px solid var(--c-line);
  background:#FFFFFF;
  box-shadow:0 20px 55px rgba(0,51,165,.10);
  padding:30px;
}

.wfc-contact__main::after{
  content:"";
  position:absolute;
  right:-110px;
  top:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,109,255,.18),transparent 68%);
  pointer-events:none;
}

.wfc-contact__badge{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:7px 12px;
  border:1px solid #CFE0F8;
  background:#F1F7FF;
  color:var(--c-blue);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.wfc-contact__badge::before{
  content:"";
  width:8px;
  height:8px;
  background:var(--c-blue2);
}

.wfc-contact h2{
  position:relative;
  margin:13px 0 10px;
  max-width:650px;
  color:var(--c-dark);
  font-size:clamp(1.85rem,3.2vw,3rem);
  line-height:1.02;
  letter-spacing:-.065em;
  font-weight:950;
}

.wfc-contact p{
  position:relative;
  max-width:620px;
  margin:0;
  color:var(--c-muted);
  font-size:14.5px;
  line-height:1.65;
  font-weight:650;
}

.wfc-contact__phone{
  position:relative;
  margin-top:20px;
  display:flex;
  align-items:center;
  gap:13px;
  width:max-content;
  max-width:100%;
  padding:14px 16px;
  border:1px solid #D9E6F7;
  background:#F8FBFF;
}

.wfc-contact__phone-icon{
  width:44px;
  height:44px;
  min-width:44px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--c-blue),var(--c-blue2));
  color:#fff;
  font-size:21px;
}

.wfc-contact__phone strong{
  display:block;
  color:var(--c-dark);
  font-size:15px;
  font-weight:950;
}

.wfc-contact__phone span{
  display:block;
  margin-top:3px;
  color:var(--c-muted);
  font-size:11.5px;
  font-weight:700;
}

.wfc-contact__chips{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.wfc-contact__chips span{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border:1px solid var(--c-line);
  background:#fff;
  color:var(--c-blue);
  font-size:10.5px;
  font-weight:950;
}

.wfc-contact__actions{
  display:grid;
  gap:12px;
}

.wfc-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:74px;
  padding:16px;
  border:1px solid var(--c-line);
  background:#FFFFFF;
  color:var(--c-dark);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wfc-action:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(0,51,165,.13);
  border-color:#BBD4F7;
}

.wfc-action strong{
  display:block;
  font-size:14px;
  font-weight:950;
  line-height:1.15;
}

.wfc-action span{
  display:block;
  margin-top:4px;
  color:var(--c-muted);
  font-size:11.5px;
  font-weight:700;
}

.wfc-action i{
  width:38px;
  height:38px;
  min-width:38px;
  display:grid;
  place-items:center;
  font-style:normal;
  color:#fff;
  background:var(--c-blue);
  font-size:18px;
}

.wfc-action--wa{
  background:linear-gradient(135deg,#0F8F3D,#16A34A);
  border-color:#16A34A;
  color:#FFFFFF;
}

.wfc-action--wa span{
  color:rgba(255,255,255,.78);
}

.wfc-action--wa i{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.20);
}

@media(max-width:1060px){
  .wfc-hero__container{grid-template-columns:1fr}
  .wfc-hero__panel{max-width:260px}
}

@media(max-width:860px){
  .wfc-hero{padding:58px 0 62px}
  .wfc-hero__container{width:calc(100% - 22px)}
  .wfc-hero h1{font-size:2rem;letter-spacing:-.064em}
  .wfc-hero p{font-size:13px}
  .wfc-hero__actions{flex-direction:column}
  .wfc-btn{width:100%}
  .wfc-hero__panel{display:none}

  .wfc-contact{
    padding:34px 12px 44px;
  }

  .wfc-contact__grid{
    grid-template-columns:1fr;
  }

  .wfc-contact__main{
    padding:22px;
  }

  .wfc-contact__phone{
    width:100%;
  }
}

@media(max-width:480px){
  .wfc-contact h2{
    font-size:1.9rem;
  }

  .wfc-contact p{
    font-size:13px;
  }

  .wfc-action{
    min-height:68px;
    padding:14px;
  }
}