* {box-sizing:border-box;margin:0;padding:0}
body {font-family:'Segoe UI',Arial,sans-serif;color:#222;line-height:1.6}
a {color:#1a3a1a;text-decoration:none}
a:hover {text-decoration:underline}
nav {background:#1a3a1a;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
nav .logo {color:#fff;font-size:1.3rem;font-weight:700}
nav ul {list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}
nav ul li a {color:#fff;font-size:.95rem}
.nav-cta {background:#f90;color:#000!important;padding:.5rem 1.2rem;border-radius:4px;font-weight:700}
.hero {position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}
.hero-bg {position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1621905251189-3b17d5e3dc4c?w=1400&q=80&fit=crop');background-size:cover;background-position:center;filter:brightness(.45)}
.hero-content {position:relative;z-index:1;max-width:700px;padding:2rem}
.hero h1 {font-size:2.4rem;line-height:1.2;margin-bottom:1rem}
.hero p {font-size:1.15rem;margin-bottom:1.5rem}
.btn {display:inline-block;padding:.85rem 2rem;border-radius:5px;font-weight:700;font-size:1rem;cursor:pointer;border:none}
.btn-primary {background:#f90;color:#000}
.btn-secondary {background:transparent;color:#fff;border:2px solid #fff;margin-left:.5rem}
.btn:hover {opacity:.88}
section {padding:4rem 2rem}
.container {max-width:1100px;margin:0 auto}
h2 {font-size:1.9rem;margin-bottom:1rem;color:#1a3a1a}
.section-intro {font-size:1.1rem;color:#555;margin-bottom:2rem}
.grid-3 {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.card {background:#f8f8f8;border-radius:8px;padding:1.5rem;border-left:4px solid #1a3a1a}
.card h3 {color:#1a3a1a;margin-bottom:.5rem}
.trust {background:#1a3a1a;color:#fff}
.trust h2 {color:#fff}
.trust-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;text-align:center}
.trust-item .num {font-size:2.5rem;font-weight:700;color:#f90}
.faq-list {margin-top:1rem}
.faq-item {border-bottom:1px solid #ddd;padding:1rem 0}
.faq-item h3 {font-size:1.05rem;color:#1a3a1a;margin-bottom:.4rem}
.local-section {background:#f0f4f8}
.local-photos {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}
.local-photos img {width:100%;height:220px;object-fit:cover;border-radius:8px}
.form-section {background:#fff}
.form-wrap {max-width:600px;margin:0 auto}
label {display:block;margin-bottom:.25rem;font-weight:600;font-size:.9rem}
input,select,textarea {width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;margin-bottom:1rem;font-size:1rem;font-family:inherit}
textarea {height:120px;resize:vertical}
.blog-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
.blog-card {border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.blog-card-body {padding:1.2rem}
.blog-card h3 {font-size:1.1rem;color:#1a3a1a;margin-bottom:.5rem}
.blog-card .date {font-size:.85rem;color:#888;margin-bottom:.5rem}
.blog-post-body h2 {font-size:1.4rem;margin:1.5rem 0 .5rem;color:#1a3a1a}
.blog-post-body p {margin-bottom:1rem}
.blog-post-body ul {margin:.5rem 0 1rem 1.5rem}
footer {background:#111;color:#aaa;text-align:center;padding:2rem;font-size:.9rem}
footer a {color:#ccc}
@media(max-width:600px){.hero h1{font-size:1.6rem}.grid-3{grid-template-columns:1fr}}