:root {
  --green: #0b7a2d;
  --green-dark: #075f22;
  --green-soft: #eff7e9;
  --ink: #0b0d0c;
  --muted: #606562;
  --line: #d9ddda;
  --paper: #ffffff;
  --card: rgba(255,255,255,.96);
  --shadow: 0 18px 50px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 40px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #eceeec;
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 900;
  letter-spacing: -.05em;
  font-size: 31px;
  line-height: 1;
}
.brand-main { color: #0b0d0c; }
.brand-fix { color: var(--green); }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 15px;
  white-space: nowrap;
}
.main-nav a { transition: color .15s ease; }
.main-nav a:hover { color: var(--green); }
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  white-space: nowrap;
}
.phone-link svg,
.btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.phone-link svg { color: var(--green); }

.btn {
  border: 0;
  min-height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-small {
  min-height: 44px;
  border-radius: 15px;
  padding: 0 23px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 7px 16px rgba(11,122,45,.18);
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0a7229, #109039);
  box-shadow: 0 9px 20px rgba(11,122,45,.19);
}
.btn-primary span { font-size: 32px; line-height: 0; font-weight: 350; }
.btn-outline { background: #fff; border: 1px solid #cfd4d0; }

.hero {
  position: relative;
  min-height: 668px;
  overflow: hidden;
  background-color: #eef3ed;
  background-image: url('assets/hero.jpg');
  background-size: cover;
  background-position: center 52%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245,249,246,.38) 0%, rgba(245,249,246,.12) 48%, rgba(245,249,246,.02) 78%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(0,0,0,.03));
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 56px));
  margin: 0 auto;
  padding: 46px 0 0;
}
.problem-card {
  width: 760px;
  max-width: 60vw;
  background: var(--card);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px 20px 0 0;
  box-shadow: var(--shadow);
  padding: 38px 50px 22px;
  backdrop-filter: blur(4px);
}
.eyebrow-line {
  width: 58px;
  height: 3px;
  background: var(--green);
  margin-top: 111px;
  margin-bottom: -111px;
  opacity: 0;
}
h1 {
  margin: 0;
  font-size: clamp(44px, 4.2vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero-subtitle {
  font-size: 22px;
  margin: 18px 0 20px;
  letter-spacing: -.015em;
}
.hero-subtitle::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: var(--green);
  margin-top: 18px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.service-card {
  min-height: 124px;
  border: 1px solid #e7e9e7;
  background: rgba(255,255,255,.98);
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.17;
  font-weight: 600;
  cursor: pointer;
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11,122,45,.35);
  box-shadow: 0 9px 20px rgba(0,0,0,.08);
}
.icon-wrap svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.not-sure {
  width: 100%;
  margin-top: 12px;
  height: 48px;
  border: 1px solid #e6e9e6;
  background: rgba(255,255,255,.98);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 620;
  cursor: pointer;
}
.question-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--green);
  color: var(--green);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 14px;
}
.trust-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
}
.trust-item svg,
.privacy-note svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-divider { width: 1px; height: 24px; background: #d6dad6; }

.how {
  background: #fff;
  padding: 26px 6vw 38px;
  text-align: center;
}
.section-kicker {
  margin: 0;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--green);
  font-weight: 800;
}
.how h2 {
  margin: 6px 0 22px;
  font-size: 38px;
  letter-spacing: -.04em;
  line-height: 1;
}
.steps {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  text-align: left;
}
.step {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
}
.step-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--green-soft);
  display: grid;
  place-items: center;
}
.step-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-title {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 18px;
  white-space: nowrap;
}
.step-number { color: var(--green); font-size: 28px; font-weight: 750; }
.step p {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.45;
}
.step-divider { width: 1px; height: 96px; background: #d8dcd8; }
.privacy-note {
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.privacy-note svg { stroke: var(--green); }
.placeholder-section { height: 1px; }

.prototype-note {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: min(390px, calc(100% - 48px));
  border-radius: 16px;
  padding: 18px 48px 18px 18px;
  color: #fff;
  background: rgba(6,43,17,.96);
  box-shadow: 0 18px 50px rgba(0,0,0,.23);
}
.prototype-note p { margin: 6px 0 0; font-size: 14px; line-height: 1.4; color: rgba(255,255,255,.84); }
.prototype-note button {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 24px; }
  .main-nav { display: none; }
  .problem-card { max-width: 720px; width: 66vw; }
  .steps { gap: 20px; }
  .step { grid-template-columns: 88px 1fr; }
  .step-icon { width: 88px; height: 88px; }
}

@media (max-width: 820px) {
  .site-header { height: 66px; padding: 0 16px; }
  .brand { font-size: 25px; }
  .phone-link span { display: none; }
  .header-actions { gap: 10px; }
  .btn-small { padding: 0 16px; min-height: 40px; }
  .hero { min-height: auto; background-position: 60% center; }
  .hero-inner { width: 100%; padding: 24px 14px 30px; }
  .problem-card { width: 100%; max-width: none; padding: 28px 20px 20px; border-radius: 18px; }
  h1 { font-size: 47px; }
  .hero-subtitle { font-size: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: 1fr; gap: 10px; }
  .trust-divider { display: none; }
  .trust-item { justify-content: flex-start; }
  .how { padding: 30px 18px 38px; }
  .how h2 { font-size: 32px; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .step-divider { display: none; }
  .step { grid-template-columns: 76px 1fr; }
  .step-icon { width: 76px; height: 76px; }
  .step-icon svg { width: 48px; height: 48px; }
  .step-title { white-space: normal; }
}

@media (max-width: 520px) {
  .header-actions .phone-link { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  h1 { font-size: 39px; }
  .service-grid { gap: 9px; }
  .service-card { min-height: 108px; font-size: 15px; }
  .cta-row { grid-template-columns: 1fr; gap: 10px; }
  .problem-card { padding-inline: 14px; }
  .step { grid-template-columns: 68px 1fr; }
  .step-icon { width: 68px; height: 68px; }
  .step-icon svg { width: 42px; height: 42px; }
}
