/* =========================
   CONTACTO – Play Fan (contactanos.css)
========================= */
.pf-contact{
  padding: 80px 20px;
  background:
    radial-gradient(800px 400px at 18% 10%, rgba(99,102,241,.10), transparent 60%),
    radial-gradient(760px 380px at 85% 25%, rgba(255,77,77,.10), transparent 62%),
    #f7f8fb;
}
.pf-contact__inner{
  max-width: 1200px;
  margin: 0 auto;
}
/* Header */
.pf-contact__head{
  text-align: center;
  margin: 0 auto 34px;
  max-width: 880px;
}
.pf-contact__pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background: rgba(255,255,255,.85);
  border: 1px solid #e7eaf2;
  font-weight: 900;
  color:#0f172a;
  box-shadow: 0 12px 26px rgba(0,0,0,.08);
}
.pf-contact__title{
  margin: 14px 0 10px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
  font-weight: 950;
  color:#0f172a;
  letter-spacing: -0.02em;
}
.pf-contact__sub{
  margin: 0 auto;
  color:#475569;
  font-weight: 800;
  font-size: 18px;
  max-width: 760px;
}
/* Grid */
.pf-contact__grid{
  display:grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px;
  align-items: start;
}
/* Info column */
.pf-contact__info{
  display:grid;
  gap: 16px;
}
.pf-infoCard{
  background:#fff;
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
  border: 1px solid rgba(15,23,42,.06);
  position: relative;
  overflow:hidden;
}
.pf-infoCard--intro:before{
  content:"";
  position:absolute;
  inset: -40px -40px auto auto;
  width: 160px;
  height: 160px;
  border-radius:999px;
  background: rgba(255,77,77,.10);
}
.pf-infoCard--hours:before{
  content:"";
  position:absolute;
  inset: -40px -40px auto auto;
  width: 160px;
  height: 160px;
  border-radius:999px;
  background: rgba(30,64,175,.10);
}
.pf-infoCard h3{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 950;
  color:#0f172a;
}
.pf-infoCard p{
  margin: 0;
  color:#475569;
  font-weight: 800;
  line-height: 1.55;
}
.pf-infoRow{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px 0;
  border-top: 1px dashed rgba(15,23,42,.10);
}
.pf-infoRow:first-child{
  border-top: 0;
  padding-top: 0;
}
.pf-ico{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(59,130,246,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 18px;
  flex: 0 0 auto;
}
.pf-label{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color:#64748b;
  font-weight: 950;
  margin-bottom: 4px;
}
.pf-text{
  color:#0f172a;
  font-weight: 900;
}
.pf-link{
  color:#0f172a !important;
  font-weight: 950;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(255,77,77,.25);
}
.pf-link:hover{
  border-bottom-color: rgba(255,77,77,.55);
}
.pf-miniLink{
  display:inline-block;
  margin-top: 6px;
  color:#1e40af !important;
  font-weight: 900;
  text-decoration: none !important;
}
.pf-miniLink:hover{
  text-decoration: underline !important;
}
/* Hours */
.pf-hours{
  display:grid;
  gap: 10px;
}
.pf-hourItem{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3f6ff, #ffffff);
  border: 1px solid #dfe6ff;
  font-weight: 900;
  color:#0f172a;
}
.pf-hourItem strong{
  color:#ff4d4d;
  font-weight: 950;
}
.pf-hourNote{
  color:#475569;
  font-weight: 850;
  font-size: 14px;
}
/* Form column */
.pf-formCard{
  background:#fff;
  border-radius: 26px;
  padding: 26px 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,.10);
  border: 1px solid rgba(15,23,42,.06);
  position: relative;
  overflow:hidden;
}
.pf-formCard:before{
  content:"";
  position:absolute;
  inset: -50px -50px auto auto;
  width: 200px;
  height: 200px;
  border-radius:999px;
  background: rgba(34,197,94,.10);
}
.pf-formTitle{
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 950;
  color:#0f172a;
}
.pf-formSub{
  margin: 0 0 18px;
  color:#475569;
  font-weight: 800;
  line-height: 1.55;
}
.pf-formWrap{
  margin-top: 8px;
}
/* ✅ Estilos genéricos para formularios (Contact Form 7 / HTML) */
.pf-formWrap input[type="text"],
.pf-formWrap input[type="email"],
.pf-formWrap input[type="tel"],
.pf-formWrap textarea,
.pf-formWrap select{
  width: 100%;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(248,250,252,.9);
  outline: none;
  font-weight: 850;
  color:#0f172a;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
  box-sizing: border-box;
}
.pf-formWrap textarea{
  min-height: 140px;
  resize: vertical;
}
.pf-formWrap input:focus,
.pf-formWrap textarea:focus,
.pf-formWrap select:focus{
  border-color: rgba(255,77,77,.45);
  box-shadow: 0 12px 30px rgba(255,77,77,.12);
  transform: translateY(-1px);
}
/* Botón submit */
.pf-formWrap input[type="submit"],
.pf-formWrap button,
.pf-formWrap .wpcf7-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,77,77,.35);
  background: #ff4d4d;
  color: #fff !important;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(255,77,77,.18);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.pf-formWrap input[type="submit"]:hover,
.pf-formWrap button:hover,
.pf-formWrap .wpcf7-submit:hover{
  transform: translateY(-1px);
  opacity: .96;
}
.pf-formFoot{
  margin-top: 14px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  color:#475569;
  font-weight: 850;
  font-size: 13px;
}

/* =============================================
   FIX PLACEHOLDERS - igualar fuente en input y textarea
   ============================================= */
.pf-formWrap input::placeholder,
.pf-formWrap textarea::placeholder,
.pf-formWrap .wpcf7-textarea::placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
  letter-spacing: normal !important;
}

/* Soporte completo navegadores */
.pf-formWrap input::-webkit-input-placeholder,
.pf-formWrap textarea::-webkit-input-placeholder,
.pf-formWrap .wpcf7-textarea::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.pf-formWrap input::-moz-placeholder,
.pf-formWrap textarea::-moz-placeholder,
.pf-formWrap .wpcf7-textarea::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.pf-formWrap input:-ms-input-placeholder,
.pf-formWrap textarea:-ms-input-placeholder,
.pf-formWrap .wpcf7-textarea:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.pf-formWrap input::-ms-input-placeholder,
.pf-formWrap textarea::-ms-input-placeholder,
.pf-formWrap .wpcf7-textarea::-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
}

/* Forzamos que el textarea no use monospace de base */
.pf-formWrap textarea,
.pf-formWrap .wpcf7-textarea,
.pf-formWrap .wpcf7-form-control.wpcf7-textarea {
  font-family: inherit !important;
}

/* Responsive */
@media (max-width: 980px){
  .pf-contact{
    padding: 64px 18px;
  }
  .pf-contact__grid{
    grid-template-columns: 1fr;
  }
  .pf-formCard{
    padding: 22px 18px;
  }
}