:root{
--green:#4f9a3e;
--deep:#183416;
--soft:#eef5e9;
--cream:#fff4dc;
--gold:#f2d49b;
--text:#1c241b;
--muted:#667063;
--line:#d9e2d3;
--white:#ffffff;
--shadow:0 24px 70px rgba(24,52,22,.14);
}

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Plus Jakarta Sans',sans-serif;background:#ffffff;color:var(--text);overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.hero{background:#ffffff;
min-height:100vh;
padding-bottom:80px;
background:
linear-gradient(120deg,rgba(255,244,220,.95),rgba(238,245,233,.95)),
radial-gradient(circle at top right,rgba(79,154,62,.25),transparent 30%);
}

.nav{
width:min(1200px,92%);
margin:auto;
padding:26px 0;
display:flex;
justify-content:space-between;
align-items:center;
gap:24px;
}

.brand img{
width:140px;
border-radius:24px;
box-shadow:0 16px 40px rgba(0,0,0,.08);
}

.links{
display:flex;
gap:8px;
padding:8px;
border:1px solid rgba(24,52,22,.12);
background:rgba(255,255,255,.7);
border-radius:999px;
backdrop-filter:blur(16px);
}

.links a{
padding:12px 16px;
border-radius:999px;
font-weight:800;
font-size:14px;
}

.links a:hover{
background:var(--deep);
color:white;
}

.hero-grid{
width:min(1200px,92%);
margin:60px auto 0;
display:grid;
grid-template-columns:.95fr 1.05fr;
gap:70px;
align-items:center;
}

.eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
padding:9px 15px;
border-radius:999px;
background:rgba(79,154,62,.13);
color:var(--green);
font-size:12px;
font-weight:900;
letter-spacing:.16em;
text-transform:uppercase;
margin-bottom:20px;
}

h1{
font-size:clamp(54px,7vw,96px);
line-height:.9;
letter-spacing:-.065em;
margin-bottom:24px;
color:var(--deep);
}

h2{
font-size:clamp(38px,5vw,72px);
line-height:.92;
letter-spacing:-.055em;
margin-bottom:20px;
color:var(--deep);
}

p{
font-size:19px;
line-height:1.75;
color:var(--muted);
font-weight:600;
}

.hero-actions{
display:flex;
gap:14px;
flex-wrap:wrap;
margin:32px 0;
}

.btn{
padding:17px 26px;
border-radius:999px;
font-weight:900;
}

.primary{
background:linear-gradient(135deg,var(--green),var(--deep));
color:white;
box-shadow:0 18px 40px rgba(79,154,62,.22);
}

.secondary{
background:white;
color:var(--deep);
border:1px solid var(--line);
}

.hero-tags{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.hero-tags span{
background:white;
padding:12px 16px;
border-radius:999px;
font-weight:800;
color:var(--deep);
box-shadow:0 12px 28px rgba(0,0,0,.06);
}

.hero-visual{
position:relative;
height:650px;
}

.photo{
position:absolute;
overflow:hidden;
box-shadow:var(--shadow);
border:8px solid rgba(255,255,255,.7);
}

.photo img{
width:100%;
height:100%;
object-fit:cover;
}

.photo-main{
right:0;
top:45px;
width:78%;
height:78%;
border-radius:52px;
}

.photo-small{
width:260px;
height:220px;
border-radius:36px;
z-index:2;
}

.photo-small.top{
left:0;
top:0;
}

.photo-small.bottom{
left:50px;
bottom:0;
}

.intro{background:#ffffff;
width:min(1200px,92%);
margin:-10px auto 90px;
display:grid;
grid-template-columns:1fr .8fr;
gap:50px;
align-items:end;
}

.service-strip{
width:min(1200px,92%);
margin:0 auto 120px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}

.strip-card{
background:white;
border-radius:34px;
padding:30px;
box-shadow:var(--shadow);
min-height:240px;
}

.strip-card span{
display:inline-grid;
place-items:center;
width:54px;
height:54px;
border-radius:18px;
background:var(--soft);
color:var(--green);
font-weight:900;
margin-bottom:24px;
}

.strip-card h3{
font-size:28px;
line-height:1;
margin-bottom:14px;
color:var(--deep);
}

.strip-card p{
font-size:16px;
line-height:1.55;
}

.strip-card.dark{
background:var(--deep);
}

.strip-card.dark h3,
.strip-card.dark p{
color:white;
}

.services{
width:min(1200px,92%);
margin:auto;
padding-bottom:120px;
}

.section-title{
max-width:760px;
margin-bottom:40px;
}

.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.cards article{
background:white;
border-radius:40px;
overflow:hidden;
box-shadow:var(--shadow);
}

.cards img{
height:280px;
width:100%;
object-fit:cover;
}

.cards article div{
padding:28px;
}

.cards h3{
font-size:30px;
line-height:1;
margin-bottom:12px;
color:var(--deep);
}

.cards p{
font-size:16px;
line-height:1.6;
}

.feature{
width:min(1200px,92%);
margin:0 auto 120px;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.feature-image{
height:560px;
border-radius:46px;
overflow:hidden;
box-shadow:var(--shadow);
}

.feature-image img{
width:100%;
height:100%;
object-fit:cover;
}

.feature ul{
display:grid;
gap:14px;
margin-top:28px;
list-style:none;
}

.feature li{
background:white;
padding:16px 18px;
border-radius:18px;
font-weight:800;
color:var(--deep);
box-shadow:0 10px 22px rgba(0,0,0,.05);
}

.contact{
width:min(1200px,92%);
margin:0 auto 120px;
}

.contact-panel{
background:var(--deep);
border-radius:46px;
padding:54px;
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:40px;
box-shadow:var(--shadow);
}

.contact-panel h2,
.contact-panel p{
color:white;
}

.form{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.form textarea,
.form button{
grid-column:1/-1;
}

.form input,
.form select,
.form textarea{
padding:16px;
border-radius:18px;
border:1px solid rgba(255,255,255,.12);
background:rgba(255,255,255,.08);
font:inherit;
color:white;
}

.form textarea{
min-height:140px;
resize:none;
}

.form button{
padding:17px;
border-radius:999px;
border:0;
font:inherit;
font-weight:900;
background:linear-gradient(135deg,var(--gold),#dbb96d);
color:var(--deep);
cursor:pointer;
}

footer{
background:#173315;
padding:60px 4%;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

footer img{
width:140px;
border-radius:24px;
}

footer p,
footer a{
color:var(--gold);
font-weight:800;
}

.cookie{
position:fixed;
right:24px;
bottom:24px;
width:min(420px,calc(100% - 32px));
background:white;
padding:20px;
border-radius:30px;
box-shadow:var(--shadow);
display:none;
z-index:9999;
}

.cookie.show{display:block}

.cookie-top{
display:flex;
gap:14px;
align-items:flex-start;
margin-bottom:16px;
}

.cookie-icon{
width:54px;
height:54px;
display:grid;
place-items:center;
background:linear-gradient(135deg,var(--green),var(--deep));
border-radius:18px;
font-weight:900;
font-size:22px;
color:white;
}

.cookie p{
font-size:15px;
color:#666;
}

.cookie-actions{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.cookie-actions a,
.cookie-actions button{
padding:13px;
border-radius:999px;
border:0;
font:inherit;
font-weight:800;
text-align:center;
cursor:pointer;
}

.cookie-actions a{
grid-column:1/-1;
background:var(--soft);
color:var(--green);
}

.cookie-actions button:last-child{
background:linear-gradient(135deg,var(--green),var(--deep));
color:white;
}

.cookie-actions button:nth-child(2){
background:#111;
color:white;
}

@media(max-width:980px){
.hero-grid,
.intro,
.feature,
.contact-panel{
grid-template-columns:1fr;
}
.service-strip,
.cards{
grid-template-columns:1fr 1fr;
}
.hero-visual{
height:520px;
}
}

@media(max-width:720px){
.links{display:none}
h1{font-size:52px}
.service-strip,
.cards,
.form{
grid-template-columns:1fr;
}
.hero-visual{
height:430px;
}
.photo-main{
width:100%;
}
.photo-small{
display:none;
}
.feature-image{
height:360px;
}
.cookie{
right:16px;
bottom:16px;
}
}
