*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:#fff;line-height:1.5}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:20;background:#111;color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.25)}
.topbar{max-width:1200px;margin:auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;padding:8px 22px;gap:20px}
.brand img{width:125px;height:75px;object-fit:contain;background:transparent}
.top-contact{display:flex;align-items:center;gap:20px;font-weight:700;font-size:14px}
.top-contact a{text-decoration:none}
.top-contact a:nth-last-child(2),.top-contact a:last-child{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-size:20px}
.nav{display:flex;justify-content:center;gap:42px;padding:12px;border-top:1px solid #2a2a2a;font-weight:700}
.nav a{text-decoration:none;padding:5px 0;border-bottom:3px solid transparent}
.nav a:hover,.nav a.active{border-color:#f4b400}
.hero{min-height:650px;position:relative;background:linear-gradient(135deg,#0d2511 0%,#2e6b24 45%,#9bcf68 100%);overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 35%,rgba(255,255,255,.18),transparent 35%),linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.12));}
.hero-overlay{position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(0deg,rgba(15,78,20,.75),transparent);z-index:1}
.hero-content{position:relative;z-index:2;max-width:1200px;margin:auto;min-height:650px;display:grid;grid-template-columns:1.65fr .75fr;align-items:center;gap:30px;padding:55px 22px}
.hero-copy{color:#fff}
.eyebrow{font-size:14px;font-weight:800;letter-spacing:2px;color:#f4b400;margin:0 0 10px}
.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:0 0 18px;text-shadow:2px 3px 5px #000}
.lead{font-size:clamp(18px,2.1vw,28px);font-weight:700;max-width:760px}
.trust-row{display:flex;flex-wrap:wrap;gap:25px;margin:28px 0;font-size:20px;font-weight:800}
.service-area{display:inline-block;background:#f4b400;color:#111;font-weight:800;padding:9px 17px}
.message-card{background:rgba(10,10,10,.92);color:#fff;border:2px solid #f4b400;border-radius:18px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.35)}
.message-card h2{margin:0 0 4px;font-size:28px}
.message-card p{margin:0 0 16px;color:#ddd}
.message-card label{display:block;font-size:0}
.message-card input,.message-card textarea{width:100%;font:inherit;font-size:16px;margin:6px 0;padding:13px 14px;border:0;border-radius:9px}
.message-card textarea{height:110px;resize:vertical}
.message-card button,.button{border:0;border-radius:9px;background:#f4b400;color:#111;font-weight:900;font-size:17px;padding:13px 18px;cursor:pointer;text-decoration:none;display:inline-block;width:100%;text-align:center}
.message-card small{display:block;color:#aaa;margin-top:12px}
.section{padding:70px 22px}
.section-heading{text-align:center;max-width:900px;margin:0 auto 38px}
.section-heading h2{display:inline-block;font-size:42px;margin:0 14px;vertical-align:middle}
.section-heading>span{display:inline-block;width:110px;border-top:3px solid #f4b400;vertical-align:middle}
.section-heading p{margin:6px 0 0;font-size:19px}
.cards{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.card{border:2px solid #f4b400;border-radius:14px;padding:28px 18px;text-align:center;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.card .icon{font-size:45px}
.card h3{font-size:22px;margin:6px 0}
.card p{margin:0;color:#444}
.about{padding:75px 8%;display:grid;grid-template-columns:1fr 180px;align-items:center;gap:30px;background:#f4f4f4}
.about h2,.house-section h2{font-size:42px;line-height:1.1;margin:0 0 15px}
.about p{max-width:760px;font-size:18px}
.about-points{display:flex;flex-wrap:wrap;gap:20px;font-weight:800}
.about-badge{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#111;color:#f4b400;border:6px solid #f4b400;font-size:23px}
.about-badge strong{font-size:38px}
.house-section{padding:65px 8%;background:#0d4215;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}
.house-section h2{color:#fff}
.house-section p{max-width:750px;font-size:18px}
.house-section .button{width:auto;min-width:170px}
.contact{background:#fff}
.contact-grid{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contact-grid h3{font-size:28px;margin-top:0}
.contact-grid a{text-decoration:none;font-weight:700}
.socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.socials a{padding:12px 16px;border-radius:8px;background:#111;color:#fff}
.contact-note{background:#f5f5f5;border-left:5px solid #f4b400;padding:24px;border-radius:10px;font-size:18px}
footer{background:#062d0c;color:#fff;padding:25px 7%;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
footer img{width:90px;height:70px;object-fit:contain}
footer strong{font-size:22px}
footer span{font-style:italic}
footer p{margin-left:auto}
@media(max-width:900px){
  .top-contact a:nth-child(2){display:none}
  .nav{gap:18px;font-size:14px;overflow:auto;justify-content:flex-start;padding-left:18px}
  .hero-content{grid-template-columns:1fr;padding-top:35px}
  .message-card{max-width:600px;width:100%;margin:auto}
  .hero{min-height:auto}
  .hero-content{min-height:auto}
  .cards{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr}
  .about-badge{margin:auto}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .topbar{min-height:72px}
  .brand img{width:100px;height:62px}
  .top-contact a:first-child{font-size:13px}
  .top-contact{gap:8px}
  .hero h1{font-size:42px}
  .trust-row{font-size:16px;gap:12px}
  .cards{grid-template-columns:1fr}
  .section-heading h2{font-size:34px}
  .section-heading>span{width:45px}
  .about h2,.house-section h2{font-size:34px}
  footer p{margin-left:0;width:100%}
}
