/* =====================================================================
   PRESUPUESTO - Transportes Ceacero
   Versión: 110626  ·  Carga: is_page('presupuesto')
   Estiliza el formulario de Contact Form 7
   ===================================================================== */

body .tc-pres{ background:var(--tc-gris); }
body .tc-pres .tc-wrap{ max-width:720px; }
body .tc-pres-intro{ text-align:center; margin-bottom:34px; }
body .tc-pres-intro p{ color:var(--tc-texto-suave); font-size:18px; margin:0 auto; max-width:600px; }

/*---------- Caja del formulario ------------*/
body .tc-pres-form{ max-width:720px; margin:0 auto; background:var(--tc-blanco); border:1px solid var(--tc-gris-borde); border-radius:var(--tc-radio); padding:38px 34px; box-shadow:var(--tc-sombra); }

/*---------- Campos CF7 ------------*/
body .tc-pres-form .wpcf7-form p{ margin:0 0 16px; }
body .tc-pres-form label{ display:block; font-weight:600; font-size:14px; color:var(--tc-azul); margin-bottom:6px; }
body .tc-pres-form input[type="text"], body .tc-pres-form input[type="email"], body .tc-pres-form input[type="tel"], body .tc-pres-form select, body .tc-pres-form textarea{ width:100%; font-family:var(--tc-fuente); font-size:16px; color:var(--tc-texto); background:var(--tc-gris); border:1px solid var(--tc-gris-borde); border-radius:10px; padding:13px 15px; transition:border-color .2s ease,background-color .2s ease; }
body .tc-pres-form input:focus, body .tc-pres-form select:focus, body .tc-pres-form textarea:focus{ outline:none; border-color:var(--tc-azul); background:var(--tc-blanco); }
body .tc-pres-form textarea{ min-height:120px; resize:vertical; }

/*---------- Fila de dos columnas ------------*/
body .tc-fila2{ display:flex; gap:16px; flex-wrap:wrap; }
body .tc-fila2 > span{ flex:1 1 200px; }

/*---------- Aceptación / privacidad ------------*/
body .tc-pres-form .wpcf7-acceptance .wpcf7-list-item{ margin:0; }
body .tc-pres-form .wpcf7-acceptance label{ display:flex; align-items:flex-start; gap:10px; font-weight:400; font-size:14px; color:var(--tc-texto-suave); }
body .tc-pres-form .wpcf7-acceptance input{ width:auto; margin-top:3px; }

/*---------- Botón enviar ------------*/
body .tc-pres-form .wpcf7-submit{ width:100%; font-family:var(--tc-fuente); font-weight:700; font-size:16px; color:var(--tc-azul-osc); background:var(--tc-amarillo); border:none; border-radius:50px; padding:16px 28px; cursor:pointer; transition:background-color .2s ease,transform .15s ease; }
body .tc-pres-form .wpcf7-submit:hover{ background:var(--tc-amarillo-osc); transform:translateY(-2px); }

/*---------- Mensajes de respuesta CF7 ------------*/
body .tc-pres-form .wpcf7-response-output{ border-radius:10px; margin:18px 0 0; padding:14px 16px; font-size:15px; }

/*---------- responsive ------------*/
@media (max-width:767px){
body .tc-pres-form{ padding:28px 20px; }
body .tc-fila2{ gap:0; }
}
