:root {
  --ink: #17211b;
  --muted: #5f6d63;
  --line: #dce9df;
  --mist: #f6f8f5;
  --pine: #1f5d43;
  --pine-2: #2f8f63;
  --clay: #b86f3f;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fbfcfa;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}
.navbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand img { width: 170px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.nav a, .lang {
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  color: rgba(23,33,27,.76);
}
.nav a:hover, .lang:hover { background: #eef8f2; color: var(--pine); }
.lang { border: 1px solid var(--line); color: var(--pine); }
.hero {
  background: var(--mist);
  padding: 72px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.12; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(36px, 5vw, 58px); max-width: 900px; }
h2 { font-size: clamp(28px, 3vw, 38px); }
h3 { font-size: 21px; }
.lead { margin: 22px 0 0; color: rgba(23,33,27,.74); font-size: 19px; line-height: 1.75; max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.btn-primary { background: var(--pine); color: white; }
.btn-secondary { border: 1px solid var(--line); color: var(--pine); background: white; }
.panel, .card, .partner-card, .contact-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(23, 33, 27, 0.07);
}
.panel { padding: 24px; }
.hero-logo { padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.hero-logo img { width: 260px; }
.panel-title { margin: 0 0 4px; font-size: 22px; line-height: 1.2; }
.panel-lead { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.principle { display: grid; grid-template-columns: 32px 1fr; gap: 14px; margin-top: 18px; }
.icon-dot {
  width: 24px; height: 24px; margin-top: 4px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pine-2), var(--clay));
}
.principle h3 { font-size: 17px; }
.principle p { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.section { padding: 74px 0; }
.section.white { background: white; }
.section.dark { background: #143629; color: white; }
.section.dark p { color: rgba(255,255,255,.78); }
.two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: start; }
.prose p { margin: 0 0 18px; color: rgba(23,33,27,.74); font-size: 18px; line-height: 1.75; }
.callout { border-left: 4px solid var(--pine-2); background: #eef8f2; padding: 20px; border-radius: 8px; font-weight: 700; color: #143629; }
.grid { display: grid; gap: 18px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card { padding: 24px; }
.card .meta { margin: 0 0 10px; color: var(--clay); font-size: 14px; font-weight: 800; }
.card p { color: var(--muted); margin: 12px 0 0; }
ul.clean { padding: 0; margin: 22px 0 0; list-style: none; display: grid; gap: 12px; }
ul.clean li { padding: 14px 16px; border-radius: 8px; background: #eef8f2; color: #143629; }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 28px; }
.logo-tile { height: 112px; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-tile img { width: 100%; height: 100%; object-fit: contain; }
.partner-group { margin-top: 34px; }
.partner-group h2 { font-size: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.partner-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
.partner-card { min-height: 118px; padding: 12px; display: grid; grid-template-columns: 172px 1fr; gap: 16px; align-items: center; box-shadow: none; }
.partner-logo { height: 96px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 6px; background: white; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.placeholder-logo { height: 96px; border-radius: 6px; background: var(--mist); display: flex; align-items: center; justify-content: center; color: var(--pine); font-weight: 800; }
.partner-card h3 { font-size: 17px; }
.partner-card p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-main { padding: 30px; background: #143629; color: white; border-radius: 8px; }
.contact-main a { color: white; font-weight: 800; }
.contact-card { padding: 20px; margin-bottom: 14px; box-shadow: none; }
.contact-card h3 { color: var(--clay); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.contact-card p { margin: 8px 0 0; color: rgba(23,33,27,.78); }
.footer { border-top: 1px solid var(--line); background: white; padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.footer img { width: 170px; margin-bottom: 14px; }
.footer p, .footer a { color: var(--muted); font-size: 14px; }
.footer a { display: block; text-decoration: none; margin-top: 8px; }
@media (max-width: 900px) {
  .navbar { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .hero-grid, .two-col, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards-3, .cards-2, .partner-list { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-card { grid-template-columns: 128px 1fr; }
  .partner-logo, .placeholder-logo { height: 88px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1160px); }
  .hero { padding: 48px 0; }
  .section { padding: 52px 0; }
  .nav { overflow-x: auto; width: 100%; flex-wrap: nowrap; padding-bottom: 4px; }
  .nav a, .lang { white-space: nowrap; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-logo, .placeholder-logo { height: 140px; }
}
