*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#08111f;color:#fff;overflow-x:hidden}.header{position:absolute;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;z-index:100}.logo{font-size:28px;font-weight:700}.lang button{margin-left:10px;padding:10px 14px;border:none;border-radius:10px;cursor:pointer;font-weight:700}.hero{position:relative;height:100vh;background:url(/images/demo1.jpg) 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:1}.overlay{position:relative;z-index:2;max-width:900px}.hero h1{font-size:72px;margin-bottom:20px;line-height:1.1}.hero p{font-size:24px;line-height:1.8}.hero-buttons{margin-top:30px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{padding:18px 34px;background:#f97316;color:#fff;text-decoration:none;border-radius:14px;font-weight:700;transition:.3s;display:inline-flex;align-items:center;gap:10px}.btn:hover{transform:translateY(-2px)}.whatsapp{background:#16a34a}.section{padding:100px 40px}.section h2{font-size:44px;margin-bottom:40px;text-align:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.card{background:#132238;border-radius:20px;overflow:hidden;transition:.3s}.card:hover{transform:translateY(-5px)}.card img{width:100%;height:220px;object-fit:cover}.card h3{padding:20px}.about p,.contact p,.seo-text p{max-width:1000px;margin:20px auto;text-align:center;font-size:20px;line-height:1.9}.areas{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.areas span{background:#132238;padding:14px 20px;border-radius:12px}.faq-item,.testimonial{background:#132238;padding:24px;border-radius:20px}.faq{max-width:1000px;margin:auto}.faq-item{margin-bottom:20px}.faq-item h3{margin-bottom:10px}.emergency{text-align:center}.floating-call{position:fixed;bottom:20px;right:20px;background:#f97316;padding:18px 24px;border-radius:100px;color:#fff;text-decoration:none;font-weight:700;z-index:999;box-shadow:0 10px 30px rgba(0,0,0,.4)}@media(max-width:768px){.hero h1{font-size:42px}.hero p{font-size:18px}.section{padding:70px 20px}.header{padding:20px}.section h2{font-size:34px}}