
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;background:#f7f5f0;color:#1f2933;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin:0 auto}
header{background:#fff;border-bottom:1px solid #e5e0d6;position:sticky;top:0;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.nav-left{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.logo-img{height:110px;width:auto;display:block}
.menu{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-weight:800;color:#17324d}
.menu a:hover{color:#b7791f}
.phone{background:#17324d;color:white;padding:13px 20px;border-radius:999px;font-weight:800;white-space:nowrap}
.hero{background:linear-gradient(135deg,#17324d 0%,#27496d 55%,#b7791f 100%);color:white;padding:82px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.badge{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);padding:8px 13px;border-radius:999px;font-size:14px;margin-bottom:18px}
h1{font-size:clamp(38px,5vw,62px);line-height:1.05;margin-bottom:20px;letter-spacing:-1.5px}
.hero p{font-size:20px;color:#eef2f7;margin-bottom:28px;max-width:660px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn{display:inline-block;padding:15px 22px;border-radius:12px;font-weight:800;transition:.2s ease}
.btn-primary{background:#f7c873;color:#17324d}
.btn-secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:white}
.btn-dark{background:#17324d;color:white}
.btn:hover{transform:translateY(-2px)}
.form-card{background:white;color:#1f2933;padding:28px;border-radius:22px;box-shadow:0 22px 55px rgba(0,0,0,.22)}
.form-card h2{color:#17324d;font-size:28px;margin-bottom:8px}
.form-card p{color:#52616f;font-size:15px;margin-bottom:18px}
label{display:block;font-size:13px;font-weight:700;margin:14px 0 6px;color:#334e68}
input,textarea,select{width:100%;padding:13px 14px;border:1px solid #d7dce2;border-radius:10px;font-size:15px;font-family:inherit}
textarea{min-height:92px;resize:vertical}
.submit{width:100%;border:0;margin-top:18px;cursor:pointer;background:#b7791f;color:white;font-size:16px}
.trust-strip{background:white;padding:20px 0;border-bottom:1px solid #e5e0d6}
.trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center;font-weight:700;color:#17324d}
section{padding:72px 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 40px}
.section-title h2{color:#17324d;font-size:clamp(30px,4vw,44px);line-height:1.12;margin-bottom:12px}
.section-title p{color:#52616f;font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:white;padding:28px;border-radius:18px;border:1px solid #e5e0d6;box-shadow:0 10px 24px rgba(23,50,77,.06)}
.icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f7ead0;color:#9a5f0b;font-size:24px;margin-bottom:18px}
.card h3{color:#17324d;font-size:22px;margin-bottom:10px}
.card p{color:#52616f}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.panel{background:#17324d;color:white;padding:38px;border-radius:22px}
.panel h2{font-size:38px;line-height:1.1;margin-bottom:16px}
.panel p{color:#d9e2ec;margin-bottom:20px}
.tick-list{list-style:none;display:grid;gap:12px}
.tick-list li{display:flex;gap:10px;color:#334e68}
.tick-list li:before{content:"✓";color:#b7791f;font-weight:900}
.panel .tick-list li{color:#eef2f7}
.steps{counter-reset:steps;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step{background:white;padding:28px;border-radius:18px;border:1px solid #e5e0d6}
.step:before{counter-increment:steps;content:counter(steps);width:42px;height:42px;border-radius:50%;background:#17324d;color:white;display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.review-card{background:white;padding:28px;border-radius:18px;border:1px solid #e5e0d6;box-shadow:0 10px 24px rgba(23,50,77,.06)}
.stars{color:#d39b2d;font-size:18px;margin-bottom:14px;letter-spacing:2px}
.review-card p{color:#52616f;margin-bottom:18px}
.review-name{font-weight:800;color:#17324d}
.review-location{font-size:14px;color:#7b8794}
.quote{background:#fff;padding:34px;border-left:6px solid #b7791f;border-radius:16px;max-width:820px;margin:0 auto;font-size:21px;color:#334e68}
.faq{display:grid;gap:14px;max-width:900px;margin:0 auto}
details{background:white;border:1px solid #e5e0d6;border-radius:14px;padding:20px 22px}
summary{font-weight:800;color:#17324d;cursor:pointer}
details p{margin-top:12px;color:#52616f}
.page-hero{background:linear-gradient(135deg,#17324d,#27496d);color:white;padding:76px 0}
.page-hero p{color:#eef2f7;font-size:20px;max-width:760px}
.content-box{max-width:950px;margin:0 auto;background:white;padding:42px;border-radius:24px;border:1px solid #e5e0d6;box-shadow:0 12px 28px rgba(23,50,77,.06)}
.content-box h2,.content-box h3{color:#17324d;margin:26px 0 12px}
.content-box p,.content-box li{color:#52616f;margin-bottom:14px}
.content-box ul{margin-left:22px}
.blog-grid,.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.area-grid{grid-template-columns:repeat(4,1fr)}
.blog-card,.area-grid span{background:white;border:1px solid #e5e0d6;border-radius:18px;padding:26px;box-shadow:0 10px 24px rgba(23,50,77,.05)}
.blog-card h3{color:#17324d;font-size:24px;line-height:1.2;margin-bottom:12px}
.blog-card p{color:#52616f;margin-bottom:18px}
.final-cta{background:#17324d;color:white;text-align:center}
.final-cta h2{font-size:clamp(32px,4vw,48px);margin-bottom:12px}
.final-cta p{color:#d9e2ec;font-size:18px;margin-bottom:24px}
footer{background:#102233;color:#cbd5df;padding:28px 0;font-size:14px}
.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
footer a{color:white;text-decoration:underline}
.whatsapp-chat{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;align-items:center;gap:12px;background:#25D366;color:white;padding:14px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.18);font-weight:800}
.whatsapp-icon{width:42px;height:42px;border-radius:50%;background:white;color:#25D366;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:bold}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;background:#102233;color:white;padding:18px;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.25);z-index:99999;display:none;align-items:center;justify-content:space-between;gap:16px}
.cookie-banner p{color:#d9e2ec;margin:0;font-size:14px}
.cookie-banner button{background:#f7c873;color:#17324d;border:0;padding:10px 16px;border-radius:10px;font-weight:800;cursor:pointer}
@media(max-width:900px){
.nav{align-items:flex-start}.hero-grid,.split,.cards,.steps,.trust-items,.reviews,.blog-grid,.area-grid{grid-template-columns:1fr}.phone{display:none}.hero{padding:56px 0}.logo-img{height:78px}.cookie-banner{flex-direction:column;align-items:flex-start}
}
