:root {
  --green-950: #06281f;
  --green-900: #063b2d;
  --green-800: #064b36;
  --green-700: #0a6448;
  --gold: #c99a35;
  --gold-2: #e6c36e;
  --ink: #10231d;
  --muted: #66736e;
  --line: #dfe8e3;
  --panel: #ffffff;
  --soft: #f5f8f6;
  --shadow: 0 24px 70px rgba(7, 43, 32, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fbfdfc;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(223, 232, 227, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green-800), var(--gold));
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}

.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; }
.brand small { color: var(--muted); font-size: 12px; margin-top: 2px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #33443e;
  font-weight: 600;
  font-size: 14px;
}

.site-nav a:hover { color: var(--green-700); }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-900);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px) 46px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.94), rgba(255,255,255,0.58)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='560' viewBox='0 0 900 560'%3E%3Crect width='900' height='560' fill='%23f5f8f6'/%3E%3Cpath d='M0 405 C185 330 262 465 454 377 C658 284 725 306 900 220 L900 560 L0 560 Z' fill='%23064b36' fill-opacity='.14'/%3E%3Cpath d='M0 456 C207 372 297 510 505 415 C687 333 758 347 900 272' fill='none' stroke='%23c99a35' stroke-width='4' stroke-opacity='.35'/%3E%3Ccircle cx='140' cy='105' r='68' fill='%230a6448' fill-opacity='.08'/%3E%3Ccircle cx='748' cy='118' r='118' fill='%23c99a35' fill-opacity='.12'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  color: var(--green-900);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--green-950);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  color: #34443e;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn.primary {
  background: var(--green-800);
  color: #fff;
  box-shadow: 0 12px 24px rgba(6, 75, 54, 0.22);
}

.btn.secondary {
  background: #fff;
  color: var(--green-900);
  border-color: var(--line);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 0;
}

.hero-metrics div {
  padding: 15px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(223,232,227,0.82);
  border-radius: 8px;
}

.hero-metrics dt {
  color: var(--green-800);
  font-size: 24px;
  font-weight: 800;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.product-scene {
  position: relative;
  min-height: 470px;
}

.laptop {
  position: absolute;
  inset: 38px 20px 0 0;
  padding: 14px 14px 28px;
  border-radius: 22px;
  background: #17201d;
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
}

.screen {
  display: grid;
  grid-template-columns: 66px 1fr;
  height: 100%;
  min-height: 395px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8faf8;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  background: var(--green-900);
}

.app-sidebar span {
  color: var(--gold-2);
  font-size: 22px;
  font-weight: 800;
}

.app-sidebar i {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 6px;
}

.dashboard { padding: 22px; }

.dash-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--green-900);
}

.dash-top b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7eee9;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.module-grid article {
  min-height: 108px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.module-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 13px;
}

.icon {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--green-800);
}

.icon.car { background: #e7ece9; }
.icon.people { background: #6f8a7e; }
.icon.doc { background: var(--gold); }

.chart-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.line-chart, .donut, .bars, .table-lines {
  min-height: 88px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.line-chart {
  position: relative;
  overflow: hidden;
}

.line-chart span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 20px;
  height: 46px;
  background: linear-gradient(135deg, transparent 45%, rgba(10,100,72,0.2) 0), linear-gradient(160deg, transparent 48%, var(--green-700) 0 51%, transparent 0);
}

.donut {
  background: radial-gradient(circle, #fff 0 34%, transparent 35%), conic-gradient(var(--green-700) 0 66%, var(--gold) 0 82%, #e5ece8 0);
}

.bars {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 16px;
}

.bars i {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: var(--green-700);
}

.bars i:nth-child(1) { height: 36%; }
.bars i:nth-child(2) { height: 58%; background: var(--gold); }
.bars i:nth-child(3) { height: 78%; }
.bars i:nth-child(4) { height: 48%; background: #8fb0a2; }

.table-lines {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding: 16px;
}

.table-lines i {
  height: 12px;
  border-radius: 8px;
  background: #edf2ef;
}

.phone {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 172px;
  height: 330px;
  padding: 10px;
  border-radius: 28px;
  background: #111a17;
  box-shadow: 0 20px 55px rgba(7, 43, 32, 0.28);
}

.phone-screen {
  height: 100%;
  padding: 18px 12px;
  border-radius: 20px;
  background: #fff;
}

.phone-screen strong { color: var(--green-900); }

.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.phone-grid span {
  height: 56px;
  border-radius: 8px;
  background: var(--green-800);
}

.phone-grid span:nth-child(even) { background: var(--gold); }

.mini-chart {
  height: 84px;
  border-radius: 8px;
  background: linear-gradient(160deg, transparent 46%, rgba(10,100,72,0.25) 0), #f3f7f5;
}

.section {
  padding: 74px clamp(18px, 4vw, 56px);
}

.trust-band {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 5vw, 56px);
  flex-wrap: wrap;
  padding-top: 26px;
  padding-bottom: 26px;
  color: var(--muted);
  background: var(--green-950);
}

.trust-band span {
  color: #d7e5df;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 38px;
  align-items: end;
}

.split p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.module-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 56px) 84px;
}

.module-cards article, .platform-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 35, 29, 0.05);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #edf4f0;
}

.module-cards p, .platform-grid p, .cta p {
  color: var(--muted);
  line-height: 1.65;
}

.platform-section {
  background: var(--soft);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green-800);
  font-weight: 800;
}

.roadmap {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  padding: 86px clamp(18px, 4vw, 56px);
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  counter-increment: steps;
  position: relative;
  padding: 22px 22px 22px 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.steps li::before {
  content: counter(steps);
  position: absolute;
  left: 20px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green-800);
  color: #fff;
  font-weight: 800;
}

.steps strong, .steps span { display: block; }
.steps span { color: var(--muted); margin-top: 6px; line-height: 1.55; }

.cta {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
  margin: 0 clamp(18px, 4vw, 56px) 74px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 8px;
  background: var(--green-950);
  color: #fff;
}

.cta h2 { color: #fff; }
.cta p { color: #cfe0d9; }

.contact-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font: inherit;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: rgba(255,255,255,0.62);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero, .split, .roadmap, .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .product-scene {
    min-height: 430px;
  }

  .module-cards, .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle { display: block; }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.open { display: flex; }

  .site-nav a {
    padding: 14px;
    border-radius: 8px;
  }

  .site-nav a:hover { background: var(--soft); }

  .hero {
    padding-top: 42px;
  }

  .hero-metrics, .module-cards, .platform-grid {
    grid-template-columns: 1fr;
  }

  .product-scene {
    min-height: 360px;
  }

  .laptop {
    inset: 20px 0 0 0;
    transform: none;
  }

  .screen {
    grid-template-columns: 48px 1fr;
    min-height: 310px;
  }

  .dashboard { padding: 14px; }

  .module-grid, .chart-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-grid article:nth-child(n+3), .phone {
    display: none;
  }

  .site-footer {
    flex-direction: column;
  }
}
