:root {
  --bg: #f6f3ed;
  --surface: #ffffff;
  --surface-2: #ece6db;
  --ink: #16221b;
  --muted: #657267;
  --line: #ddd4c4;
  --green: #1f5b3f;
  --green-dark: #123526;
  --gold: #c7953f;
  --gold-soft: #f0dfbd;
  --shadow: 0 24px 70px rgba(22, 34, 27, .12);
  --radius: 8px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 243, 237, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(22, 34, 27, .08);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: var(--green-dark); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--gold); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); padding: 10px 14px; font-weight: 800; color: var(--green-dark); }
.hero {
  padding: 64px 0 72px;
  background:
    linear-gradient(115deg, rgba(31, 91, 63, .10), transparent 48%),
    linear-gradient(180deg, #fbfaf7, var(--bg));
}
.hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 64px; align-items: start; }
.hero-copy { max-width: 650px; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(42px, 6.2vw, 78px); max-width: 780px; }
h2 { font-size: clamp(30px, 4vw, 52px); }
h3 { font-size: 21px; }
p { margin: 0 0 22px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 22px); max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(31, 91, 63, .18);
}
.btn:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-secondary { background: transparent; color: var(--green-dark); border-color: var(--line); box-shadow: none; }
.hero-media, .image-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid rgba(22, 34, 27, .08);
}
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.section { padding: 84px 0; }
.band { background: var(--green-dark); color: #fff; }
.band .section-label, .band h2 { color: #fff; }
.band .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; }
.band .card p { color: rgba(255,255,255,.74); }
.split { display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; }
.section-label { margin: 0 0 12px; color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .12em; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--green-dark); font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.image-card img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.cards { display: grid; gap: 18px; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(22, 34, 27, .06);
}
.card p { color: var(--muted); }
.investor-panel { background: var(--surface-2); }
.investor-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.facts { display: grid; gap: 14px; }
.facts div { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.facts strong { display: block; color: var(--green); font-size: 28px; line-height: 1.1; margin-bottom: 8px; }
.facts span { color: var(--muted); }
.risk-note {
  font-size: 14px;
  color: #526257;
  border-left: 3px solid var(--gold);
  padding: 12px 0 12px 16px;
  margin: 18px 0 24px;
}
.risk-note.light { color: rgba(255,255,255,.78); border-left-color: var(--gold-soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.steps article { position: relative; padding: 30px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.steps span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold-soft); color: var(--green-dark); font-weight: 900; margin-bottom: 20px; }
.steps p { color: var(--muted); margin-bottom: 0; }
.contact-band { background: linear-gradient(135deg, var(--green-dark), var(--green)); color: #fff; }
.contact-band .section-label { color: var(--gold-soft); }
.contact-band p { color: rgba(255,255,255,.78); }
.contact-grid { display: grid; grid-template-columns: 1fr 360px; gap: 42px; align-items: center; }
.contact-card { display: grid; gap: 12px; padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); font-style: normal; }
.contact-card strong { font-size: 20px; }
.contact-card a { text-decoration: none; color: #fff; font-weight: 700; }
.footer { padding: 34px 0; background: #0e2117; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
.page-hero { padding: 76px 0 42px; background: linear-gradient(180deg, #fbfaf7, var(--bg)); }
.page-hero .lead { max-width: 850px; }
.service-list { display: grid; gap: 12px; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); }
.service-list li { padding-left: 22px; position: relative; }
.service-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: .72em; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--green-dark); background: var(--surface-2); }
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }
.legal { max-width: 920px; }
.legal h2 { font-size: 26px; margin-top: 42px; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 22px; }
.not-found { min-height: 64vh; display: grid; align-items: center; }
@media (max-width: 980px) {
  .hero-grid, .split, .investor-grid, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .cards.four, .cards.three, .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { min-height: auto; padding: 14px 0; align-items: flex-start; }
  .brand img { height: 44px; }
  .nav-toggle { display: inline-flex; margin-top: 4px; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 70px; flex-direction: column; align-items: flex-start; gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 10px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { width: 100%; padding: 12px; }
  .hero, .section { padding: 56px 0; }
  h1 { font-size: 42px; }
  .actions, .btn { width: 100%; }
  .cards.four, .cards.three, .steps { grid-template-columns: 1fr; }
  .card, .steps article { padding: 22px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
