/*
Theme Name: ProClean 365 - Customizer
Theme URI: https://example.com/proclean365
Author: ProClean 365
Author URI: https://example.com
Description: ProClean 365 theme with Customizer support (address, phone, email, logo, images, colors).
Version: 1.3
Text Domain: proclean365
*/
:root{
  --container:1100px;
  --pad:20px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#111;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}
.site-header{position:sticky;top:0;z-index:999}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.site-logo img{height:46px}
.nav{display:flex;gap:18px;align-items:center}
.nav a{padding:8px 12px;border-radius:6px}
.cta-btn{padding:8px 12px;border-radius:6px;font-weight:700}
.hero{display:flex;gap:30px;align-items:center;padding:60px 0}
.hero-left{flex:1}
.hero-right{flex:1;text-align:right}
.hero h1{font-size:40px;margin:0 0 12px;letter-spacing:-0.5px}
.hero p{color:#6b6b6b;margin:0 0 18px}
.services{padding:40px 0;background:#f8f8f8}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.service-card{background:#fff;padding:16px;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.06);min-height:220px;display:flex;flex-direction:column}
.service-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:12px}
.service-card h3{margin:0 0 8px}
.form-card{background:#fff;padding:18px;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.06)}
.input, textarea{width:100%;padding:10px;border:1px solid #e6e6e6;border-radius:8px;margin-bottom:10px;font-size:14px}
.btn{display:inline-block;padding:12px 16px;border-radius:8px;border:0;background:#000;color:#fff;font-weight:700}
.footer{padding:24px 0;margin-top:30px}
.contact-bar{padding:12px 0}
.map-embed{width:100%;height:260px;border-radius:8px;border:0;overflow:hidden}
@media (max-width:900px){.hero{flex-direction:column;text-align:left}.hero-right{text-align:left}}
