
:root{--green:#176b3a;--dark:#0f172a;--text:#374151;--light:#f8fafc;--gold:#f59e0b}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{color:inherit}
.site-header{height:86px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:20}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#111827}.brand-mark{width:48px;height:48px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;font-size:26px}.brand span{display:block;font-size:13px;color:#64748b}
.main-nav{display:flex;gap:22px;align-items:center}.main-nav a{text-decoration:none;font-weight:700;font-size:15px}.nav-cta,.btn{background:var(--green);color:#fff!important;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;display:inline-block;border:0}.btn.outline{background:#fff;color:var(--green)!important}.btn.white{background:#fff;color:var(--green)!important}.menu-btn{display:none}
.hero{min-height:720px;padding:90px 6%;display:flex;align-items:center;background:linear-gradient(90deg,rgba(15,23,42,.82),rgba(15,23,42,.45)),url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80') center/cover;color:#fff}
.hero-content{max-width:790px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--gold);font-size:13px}.hero h1,.page-hero h1{font-size:64px;line-height:1.05;margin:12px 0 18px;color:inherit}.lead,.page-hero p{font-size:21px;line-height:1.65}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.trust-row{display:flex;gap:20px;flex-wrap:wrap;font-weight:800}
.trustbar{background:var(--green);color:#fff;padding:22px 6%;display:flex;justify-content:center;gap:35px;flex-wrap:wrap;font-weight:900}.section{padding:90px 6%}.alt{background:var(--light)}
.section-title{text-align:center;max-width:820px;margin:0 auto 48px}.section-title h2,.split h2{font-size:42px;color:#111827;margin:10px 0}.section-title p,.split p{font-size:18px;line-height:1.75}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:32px;text-decoration:none;color:var(--text);box-shadow:0 14px 35px rgba(15,23,42,.08)}.card h3{font-size:24px;color:#111827;margin:0 0 12px}.card p{line-height:1.7}.card span{font-weight:900;color:var(--green)}
.split{padding:90px 6%;display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;background:var(--light)}.split.no-bg{background:#fff;padding:0}.checks{list-style:none;padding:0}.checks li{margin:14px 0;font-weight:800}.checks li:before{content:'✓';color:var(--green);margin-right:10px}
.image-card{min-height:420px;border-radius:28px;background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80') center/cover;box-shadow:0 20px 55px rgba(15,23,42,.18)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.steps div,.quote-box{background:#fff;border-radius:24px;padding:34px;border:1px solid #e5e7eb;box-shadow:0 14px 35px rgba(15,23,42,.08)}.steps b{width:46px;height:46px;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center}
.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.city-grid span{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:16px;text-align:center;font-weight:800}
.cta{padding:70px 6%;background:var(--dark);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:42px;margin:0}.cta p{max-width:700px;line-height:1.7}
.footer{background:#111827;color:#fff;padding:55px 6%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer a{color:#fff}.copyright{text-align:center;background:#060b14;color:#cbd5e1;padding:18px}
.page-hero{padding:95px 6%;background:linear-gradient(90deg,#0f172a,#176b3a);color:#fff}.page-hero h1{max-width:900px}.page-hero p{max-width:760px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-item{height:250px;border-radius:24px;background:linear-gradient(135deg,#e5e7eb,#cbd5e1);display:grid;place-items:center;font-weight:900;color:#475569}
.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:40px}.form{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:32px;box-shadow:0 14px 35px rgba(15,23,42,.08)}.form input,.form select,.form textarea{width:100%;padding:15px;border:1px solid #d1d5db;border-radius:12px;margin-bottom:14px;font-size:16px}.form textarea{min-height:150px}
@media(max-width:900px){.menu-btn{display:block;background:#fff;border:1px solid #ddd;border-radius:10px;padding:10px;font-size:22px}.main-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid #ddd}.main-nav.open{display:flex}.hero h1,.page-hero h1{font-size:42px}.cards,.steps,.split,.footer,.contact-layout,.gallery-grid{grid-template-columns:1fr}.city-grid{grid-template-columns:repeat(2,1fr)}.cta{display:block}.hero{min-height:auto}.site-header{padding:0 4%}}
