:root {
  --green: #75b726;
  --green-dark: #5f961f;
  --green-soft: #edf6e8;
  --graphite: #4d4d4d;
  --ink: #242424;
  --muted: #666;
  --line: #dfe8d8;
  --soft: #f6f8f3;
  --white: #fff;
  --shadow: 0 22px 60px rgba(35, 45, 30, .16);
  --shadow-soft: 0 12px 34px rgba(35, 45, 30, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Ubuntu Condensed", "Arial Narrow", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.68; font-size: 1.08rem; }

.topbar {
  background: var(--green);
  color: #fff;
  min-height: 42px;
  display: flex;
  align-items: center;
}
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.topbar .wrap { display: flex; justify-content: flex-end; align-items: center; gap: 24px; font-weight: 700; }
.topbar a { color: #fff; }
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
  backdrop-filter: blur(12px);
}
.header .wrap { min-height: 98px; display: flex; align-items: center; gap: 42px; }
.logo {
  background: #fff;
  padding: 10px;
  box-shadow: var(--shadow-soft);
  transform: translateY(-18px);
}
.logo img { width: 105px; height: auto; }
.nav { display: flex; gap: 28px; align-items: center; margin-left: auto; text-transform: uppercase; color: var(--graphite); font-weight: 700; letter-spacing: .03em; }
.nav a { position: relative; padding: 14px 0; }
.nav a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.nav a:hover:after, .nav a.active:after { transform: scaleX(1); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: var(--graphite); color: #fff; border-radius: 6px; padding: 10px 12px; font: inherit; }

.hero {
  position: relative;
  min-height: clamp(520px, 58vw, 720px);
  overflow: hidden;
  background: var(--graphite);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.28) 48%, rgba(0,0,0,.05)); }
.hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(520px, 58vw, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
}
.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { color: var(--graphite); line-height: 1.08; margin: 0; font-weight: 700; }
.hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .94; margin: 18px 0 22px; }
.hero p { color: rgba(255,255,255,.86); font-size: clamp(1.15rem, 2vw, 1.35rem); max-width: 620px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 7px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(117,183,38,.28);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: var(--shadow); }
.btn.secondary { background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }

.news-strip {
  position: relative;
  z-index: 4;
  margin-top: -78px;
  margin-bottom: 84px;
}
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card {
  min-height: 245px;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #585858, #3f3f3f);
  color: #fff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.news-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--green); }
.news-card h3 { color: #fff; text-transform: uppercase; font-size: clamp(1.5rem, 2vw, 2.15rem); margin-bottom: 18px; }
.news-card p { color: rgba(255,255,255,.7); }
.news-card span { color: var(--green); font-weight: 800; }

.section { padding: clamp(72px, 8vw, 118px) 0; }
.intro { text-align: center; max-width: 980px; margin: 0 auto; }
.intro h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin: 12px 0 24px; }
.intro p { font-size: clamp(1.12rem, 1.5vw, 1.28rem); }
.soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.stats { background: linear-gradient(135deg, var(--green), #8abd3c); color: #fff; padding: 72px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat strong { display: block; color: #fff; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .95; text-shadow: 0 12px 28px rgba(0,0,0,.16); }
.stat span { display: block; margin-top: 18px; font-size: 1.15rem; color: #fff; }

.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 38px; }
.service-card {
  min-height: 205px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, #565656, #414141);
  color: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.service-card:hover { transform: translateY(-4px); background: linear-gradient(145deg, var(--green), var(--green-dark)); box-shadow: var(--shadow); }
.service-card h3 { color: #fff; font-size: 1.45rem; text-transform: uppercase; margin-bottom: 12px; }
.service-card p { color: rgba(255,255,255,.82); font-size: 1rem; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.split h1, .split h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); margin-bottom: 22px; }
.media-frame { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.feature h3 { font-size: 1.55rem; margin-bottom: 12px; }

.partner-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: center; margin-top: 36px; }
.partner-strip img { width: 100%; max-height: 68px; object-fit: contain; filter: grayscale(.2); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 14px; }

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  background: var(--graphite);
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 54px);
}
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-panel p { color: rgba(255,255,255,.78); }
.contact-list { display: grid; gap: 14px; font-size: 1.25rem; }
.form { display: grid; gap: 14px; }
.form input, .form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 7px;
  padding: 14px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font: inherit;
}
.form textarea { min-height: 140px; resize: vertical; }

.footer { background: var(--graphite); color: #fff; box-shadow: inset 0 4px 0 var(--green); }
.footer .wrap { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 34px; padding: 56px 0; }
.footer h3 { color: #fff; margin-bottom: 14px; }
.footer p, .footer a { color: rgba(255,255,255,.78); }
.legal { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: rgba(255,255,255,.7); }
.legal .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

.page-hero { background: var(--soft); border-bottom: 1px solid var(--line); padding: clamp(66px, 9vw, 120px) 0; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); margin-top: 14px; }
.page-hero p { max-width: 760px; font-size: 1.25rem; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.blog-list { display: grid; gap: 22px; }
.blog-item { display: grid; grid-template-columns: 220px 1fr; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-soft); }
.blog-item img { height: 100%; min-height: 170px; object-fit: cover; }
.blog-item div { padding: 24px; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .header .wrap { min-height: 78px; }
  .logo { transform: none; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px; }
  .nav.open { display: flex; }
  .news-strip { margin-top: 28px; }
  .news-grid, .stats-grid, .feature-grid, .cards-2, .contact-panel, .footer .wrap { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .partner-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .topbar .wrap { justify-content: center; flex-wrap: wrap; gap: 12px; }
  .hero, .hero-content { min-height: 560px; }
  .service-grid, .partner-strip { grid-template-columns: 1fr; }
  .blog-item { grid-template-columns: 1fr; }
}
