/*
Theme Name: DTC Servicios - Completo
Author: ChatGPT
Description: Tema moderno para DTC Servicios. Incluye secciones Servicios, Nosotros, Contacto, icono flotante WhatsApp, formulario que envía a daniel.toledo@dtcservicios.cl (configurable), y estilos modernos con glassmorphism.
Version: 1.0
Text Domain: dtc-servicios
*/
:root{
  --accent:#0ea5a4;
  --bg:#0f1724;
  --card:#0b1220cc;
  --glass: rgba(255,255,255,0.06);
  --muted:#9ca3af;
  --maxw:1200px;
}
html,body{height:100%;}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: linear-gradient(180deg,#071126 0%, #071026 60%);
  color:#e6eef6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.6;
}
a{color:var(--accent); text-decoration:none;}
header.site-header{
  backdrop-filter: blur(6px);
  background: linear-gradient(90deg, rgba(11,14,24,0.6), rgba(3,6,12,0.4));
  position:sticky;
  top:0;
  z-index:999;
  border-bottom:1px solid rgba(255,255,255,0.04);
}
.wrap{max-width:var(--maxw); margin:0 auto; padding:24px;}
.brand{font-weight:700; letter-spacing:0.6px;}
nav.primary{display:flex; gap:18px; align-items:center;}
.hero{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; padding:80px 0;
}
.hero .copy{max-width:640px;}
.card{
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border:1px solid rgba(255,255,255,0.03);
  padding:24px; border-radius:14px; box-shadow:0 10px 30px rgba(2,6,23,0.6);
  backdrop-filter: blur(8px);
}
.services{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px;}
.service .icon{font-size:28px; margin-bottom:8px;}
.glass-panel{background:var(--glass); padding:18px; border-radius:10px; border:1px solid rgba(255,255,255,0.04);}
footer.site-footer{padding:32px 0; text-align:center; color:var(--muted);}
/* WhatsApp floating */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  width:64px;
  height:64px;
  display:flex; align-items:center; justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg,var(--accent), #057b75);
  box-shadow:0 8px 30px rgba(14,165,164,0.18);
  z-index:9999;
  transition:transform .35s ease;
}
.whatsapp-float img{width:36px; height:36px;}
/* Contact form */
.form-row{display:flex; gap:12px; margin-bottom:12px;}
.form-row .field{flex:1;}
input[type="text"], input[type="email"], textarea{
  width:100%; padding:10px 12px; border-radius:8px; border:1px solid rgba(255,255,255,0.06);
  background:transparent; color:inherit;
}
button.btn{
  background:var(--accent); color:#022; border:none; padding:10px 16px; border-radius:10px; cursor:pointer;
}
/* Responsive */
@media (max-width:900px){
  .hero{flex-direction:column; text-align:center;}
  nav.primary{flex-wrap:wrap; justify-content:center;}
}
