/* styles.css - simple responsive styling */
body{font-family:Inter, system-ui, -apple-system, Roboto, "Segoe UI", Arial; margin:0; color:#222;padding-ledft:100px}
.header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#0b4a3b;color:#fff}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:48px}
.nav a{color:#fff;margin-left:18px;text-decoration:none;font-weight:600}
.hero{padding:48px 20px;background:#f6f9f7}
.container{max-width:1100px;margin:0 auto}
.h1{font-size:28px;margin:0 0 12px}
.lead{color:#333;line-height:1.6}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:18px}
.card{background:#fff;padding:18px;border-radius:10px;box-shadow:0 6px 18px rgba(10,20,30,0.06)}
.footer{background:#071a14;color:#dbeee6;padding:22px 18px;margin-top:28px}
.cta{display:inline-block;background:#19a974;color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:700}
.phone{font-weight:800}
.form-row{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.form-row input,.form-row textarea{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:15px}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25d366;color:#fff;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:22px;box-shadow:0 8px 20px rgba(0,0,0,0.15)}
.footer{
    pading-left:50px;
    padding-right:50px;
}
@media(min-width:700px){.h1{font-size:36px}}
.header .phone-link{background:#fff;color:#0b4a3b;padding:8px 12px;border-radius:8px;text-decoration:none;font-weight:700}
.section{padding:28px 0}
.small{font-size:13px;color:#0b5550}
.map-placeholder{background:#e9f3ee;border:1px dashed #cfe7dc;padding:28px;border-radius:8px;text-align:center}
.logo-txt{font-weight:900;font-size:18px;letter-spacing:0.4px}
