.contacto { min-height: 72vh; padding: 96px 32px; background: #f7f9fc; }
.contacto__seccion { width: min(1120px, 100%); margin: 0 auto; }
.contacto__eyebrow { margin-bottom: 12px; color: #0a66c2; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.contacto h1 { margin: 0; color: #172b45; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; text-align: center; }
.contacto__intro { max-width: 680px; margin: 18px auto 42px; color: #536171; font-size: 1.05rem; line-height: 1.6; text-align: center; }
.contacto__formulario { padding: 38px; border: 1px solid #dce3eb; border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(23, 43, 69, .1); }
.contacto__fila { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contacto__campo { display: grid; gap: 8px; margin-bottom: 20px; }
.contacto__campo label, .contacto__captcha label { color: #26384d; font-weight: 700; }
.contacto__campo input, .contacto__campo textarea, .contacto__captcha input { width: 100%; border: 1px solid #bac6d4; border-radius: 10px; outline: none; color: #172b45; font: inherit; transition: border-color .2s, box-shadow .2s; }
.contacto__campo input { min-height: 54px; padding: 0 16px; }
.contacto__campo textarea { min-height: 170px; padding: 14px 16px; resize: vertical; }
.contacto__campo input:focus, .contacto__campo textarea:focus, .contacto__captcha input:focus { border-color: #0a66c2; box-shadow: 0 0 0 4px rgba(10, 102, 194, .12); }
.contacto__acciones { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.contacto__captcha { display: grid; grid-template-columns: minmax(120px, 1fr) 90px 48px; align-items: center; gap: 10px; }
.contacto__captcha label { grid-column: 1 / -1; }
.contacto__captcha input { grid-column: 2; min-height: 50px; padding: 0 12px; }
.contacto__captcha button { grid-column: 3; min-height: 50px; border: 0; border-radius: 10px; background: #e8f1fb; color: #0a66c2; cursor: pointer; font-size: 1.5rem; }
.contacto__enviar { min-width: min(360px, 100%); min-height: 54px; padding: 0 28px; border: 0; border-radius: 10px; background: #172b45; color: #fff; cursor: pointer; font: inherit; font-weight: 800; text-transform: uppercase; transition: transform .2s, background .2s; }
.contacto__enviar:hover { background: #0a66c2; transform: translateY(-2px); }
.contacto__enviar:disabled { cursor: wait; opacity: .7; transform: none; }
.contacto__estado { min-height: 1.5em; margin: 18px 0 0; color: #52606f; }
.contacto__estado--error { color: #c62828; }
.contacto__estado--ok { color: #08783c; }
.contacto__canales, .contacto__mapa { margin-top: 90px; }
.contacto__encabezado-seccion h2, .contacto__bolsa h2 { margin: 0; color: #172b45; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.2; }
.contacto__tarjetas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.contacto__tarjeta { display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 18px; border: 1px solid #dce3eb; border-radius: 16px; background: #fff; color: #172b45; text-decoration: none; box-shadow: 0 8px 25px rgba(23, 43, 69, .06); transition: transform .2s, border-color .2s, box-shadow .2s; }
.contacto__tarjeta:hover { border-color: #0a66c2; box-shadow: 0 14px 30px rgba(10, 102, 194, .16); transform: translateY(-3px); }
.contacto__tarjeta i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #e8f1fb; color: #0a66c2; font-size: 1.6rem; }
.contacto__tarjeta--whatsapp i { background: #e4f9ed; color: #16a34a; }
.contacto__tarjeta span { display: grid; gap: 3px; }
.contacto__tarjeta small { color: #58677a; font-size: .85rem; }
.contacto__datos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; color: #44566d; }
.contacto__datos p { display: flex; align-items: start; gap: 8px; margin: 0; line-height: 1.6; }
.contacto__datos i { color: #0a66c2; font-size: 1.35rem; }
.contacto__bolsa { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 70px; padding: 42px; border-radius: 20px; background: #172b45; color: #fff; }
.contacto__bolsa h2 { color: #fff; }
.contacto__bolsa p:not(.contacto__eyebrow) { max-width: 710px; margin: 16px 0 0; line-height: 1.7; color: #d8e1ec; }
.contacto__bolsa .contacto__eyebrow { color: #75b9ff; }
.contacto__cv { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 10px; min-width: 180px; min-height: 54px; padding: 0 24px; border-radius: 10px; background: #fff; color: #172b45; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.contacto__cv:hover { background: #75b9ff; transform: translateY(-2px); }
.contacto__mapa iframe { width: 100%; height: 420px; margin-top: 30px; border: 0; border-radius: 20px; box-shadow: 0 18px 45px rgba(23, 43, 69, .13); }
@media (max-width: 700px) { .contacto { padding: 64px 18px; } .contacto__formulario { padding: 24px; } .contacto__fila, .contacto__acciones { display: grid; grid-template-columns: 1fr; } .contacto__enviar { width: 100%; } }
@media (max-width: 900px) { .contacto__tarjetas { grid-template-columns: repeat(2, minmax(0, 1fr)); } .contacto__bolsa { align-items: start; flex-direction: column; } }
@media (max-width: 600px) { .contacto__tarjetas, .contacto__datos { grid-template-columns: 1fr; } .contacto__bolsa { padding: 28px; } .contacto__cv { width: 100%; } .contacto__mapa iframe { height: 320px; } }

.contacto__recaptcha { flex: 1 1 auto; max-width: 100%; overflow-x: auto; }
.contacto__recaptcha .g-recaptcha { width: 304px; }
@media (max-width: 700px) { .contacto__recaptcha { padding-bottom: 2px; } }
@media (max-width: 400px) {
    .contacto__recaptcha { width: 228px; overflow: visible; }
    .contacto__recaptcha .g-recaptcha { transform: scale(.75); transform-origin: top left; }
}