@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #102029;
  --muted: #66737a;
  --paper: #f3f1eb;
  --white: #fff;
  --accent: #e7ff4f;
  --accent-dark: #cbe72f;
  --line: rgba(16, 32, 41, .14);
  --radius: 2px;
  --font: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  line-height: 1;
}
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--accent);
  font-weight: 800;
  letter-spacing: -2px;
}
.brand strong { display: block; font-size: 16px; }
.brand small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .7;
}
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
  opacity: .76;
  transition: opacity .2s ease;
}
.desktop-nav a:hover { opacity: 1; }

.button {
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small {
  min-height: 42px;
  padding: 0 19px;
  color: var(--white);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.38);
}
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-dark { width: 100%; color: var(--white); background: var(--ink); }
.button-white { color: var(--ink); background: var(--white); }

.hero {
  min-height: 810px;
  position: relative;
  display: flex;
  color: var(--white);
  background: #1d2b31;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("assets/vk-work-1.jpg");
  background-position: 68% 48%;
  background-size: cover;
  filter: saturate(.72);
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,21,27,.95) 0%, rgba(9,21,27,.77) 46%, rgba(9,21,27,.18) 80%), linear-gradient(0deg, rgba(9,21,27,.62), transparent 42%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  padding-top: 171px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 80px;
}
.eyebrow, .section-index {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); }
.eyebrow span { width: 21px; height: 2px; background: var(--accent); }
h1 {
  max-width: 800px;
  margin: 25px 0 25px;
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: .99;
  letter-spacing: -.057em;
  font-weight: 600;
}
h1 em { color: var(--accent); font-style: normal; }
.hero-lead {
  max-width: 665px;
  margin: 0;
  color: rgba(255,255,255,.77);
  font-size: 17px;
  line-height: 1.68;
}
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 35px; }
.text-link { font-size: 13px; text-underline-offset: 5px; }
.text-link span { margin-left: 8px; color: var(--accent); }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 685px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.22);
}
.hero-trust li { display: flex; gap: 14px; padding: 20px 28px 0 0; }
.hero-trust b { color: var(--accent); font-size: 11px; }
.hero-trust span { font-size: 11px; line-height: 1.55; color: rgba(255,255,255,.7); }
.hero-card {
  padding: 32px;
  color: var(--ink);
  background: var(--accent);
}
.hero-card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.hero-card-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin: 0 0 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-card h2 { margin: 0; font-size: 26px; line-height: 1.16; letter-spacing: -.04em; }
.hero-card > p:not(.card-kicker) { margin: 18px 0 24px; font-size: 13px; line-height: 1.6; }
.hero-card small { display: block; margin-top: 14px; font-size: 9px; line-height: 1.45; opacity: .62; text-align: center; }

.problem-strip { color: var(--white); background: var(--ink); }
.problem-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 55px;
}
.problem-inner p { max-width: 390px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.problem-inner strong { font-size: 17px; font-weight: 600; }

.expert-section { padding: 118px 0 28px; }
.expert-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  align-items: center;
}
.expert-photo {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #d8d6d0;
}
.expert-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 45%;
}
.expert-photo > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 19px;
  color: var(--ink);
  background: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.expert-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 600;
}
.expert-lead {
  max-width: 610px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.expert-points {
  margin-bottom: 32px;
  border-top: 1px solid var(--line);
}
.expert-points > div {
  min-height: 70px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}
.expert-points b { color: #89959a; font-size: 9px; }
.expert-points span { max-width: 530px; font-size: 12px; line-height: 1.55; }

.section { padding: 118px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: end;
  gap: 80px;
  margin-bottom: 55px;
}
.section-index { display: block; margin-bottom: 18px; color: #829096; }
.section-index.light { color: var(--accent); }
.section h2, .cta-box h2, .modal h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 600;
}
.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  min-height: 400px;
  position: relative;
  padding: 27px 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, transform .25s ease;
}
.service-card:hover { background: var(--white); transform: translateY(-4px); }
.service-card.service-featured { color: var(--white); background: var(--ink); }
.service-num { position: absolute; top: 28px; right: 25px; color: #8a9599; font-size: 10px; }
.service-icon { width: 54px; height: 54px; margin: 55px 0 38px; }
.service-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }
.service-card h3 { margin: 0 0 14px; font-size: 19px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.service-featured p { color: rgba(255,255,255,.57); }
.service-link {
  margin-top: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service-link span { color: var(--accent-dark); font-size: 18px; }

.projects-section { padding-top: 22px; }
.projects-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr .65fr;
  grid-template-rows: repeat(2, 270px);
  gap: 12px;
}
.project {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #cfd2ce;
}
.project-wide { grid-row: 1 / 3; }
.project:last-child { grid-column: 2 / 4; }
.project img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.project:hover img { transform: scale(1.035); filter: contrast(1.04); }
.project figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 22px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(7,18,24,.82));
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.project figcaption span { color: var(--accent); font-size: 9px; }
.projects-action {
  min-height: 104px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.projects-action p { margin: 0; font-size: 14px; font-weight: 600; }

.section-dark { color: var(--white); background: var(--ink); }
.checklist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.checklist-copy { position: sticky; top: 40px; align-self: start; }
.checklist-copy > p { max-width: 420px; margin: 28px 0 32px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.equipment-grid {
  max-width: 430px;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}
.equipment-grid > div {
  min-height: 74px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.equipment-grid svg {
  width: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.equipment-grid span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 600; }
.check-row {
  display: grid;
  grid-template-columns: 32px 45px 1fr 1.2fr;
  gap: 20px;
  align-items: center;
  min-height: 105px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.check-row:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.check-row > span { color: var(--accent); font-size: 10px; }
.check-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--accent);
  border: 1px solid rgba(231,255,79,.28);
}
.check-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.check-row h3 { margin: 0; font-size: 16px; font-weight: 600; }
.check-row p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }

.section-heading.compact { grid-template-columns: 1fr; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 260px; padding: 28px 27px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.steps li:first-child { border-left: 1px solid var(--line); }
.steps > li > span { color: #8d999e; font-size: 10px; }
.steps h3 { margin: 0 0 12px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.cta-section { padding: 0 0 118px; }
.cta-box {
  min-height: 370px;
  padding: 65px 70px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 70px;
  color: var(--white);
  background: #607078;
  background-image: linear-gradient(110deg, rgba(16,32,41,.98) 25%, rgba(16,32,41,.52)), url("assets/vk-work-4.jpg");
  background-position: center;
  background-size: cover;
}
.cta-content p { margin: 0 0 27px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }

.faq-section { background: #e9e7e0; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-grid > div:first-child > p { max-width: 280px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-reminder {
  max-width: 330px;
  margin-top: 48px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  color: var(--white);
  background: var(--ink);
}
.faq-reminder svg {
  width: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.faq-reminder strong { display: block; margin-bottom: 9px; font-size: 13px; line-height: 1.45; }
.faq-reminder span { display: block; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.65; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary span { font-size: 23px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 640px; margin: -5px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }

footer { padding: 60px 0 24px; color: var(--white); background: #0b161c; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }
.vk-link { color: var(--accent); font-size: 12px; text-underline-offset: 5px; }
.vk-link span { margin-left: 8px; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,13,18,.78); backdrop-filter: blur(5px); }
.modal-dialog {
  position: relative;
  width: min(510px, 100%);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 44px 50px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(18px);
  transition: transform .25s ease;
}
.modal.is-open .modal-dialog { transform: translateY(0); }
.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}
.modal-tag { color: #77858a; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.modal h2 { margin-top: 13px; font-size: 43px; }
.modal-dialog > p { margin: 16px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.lead-form label:not(.consent) { display: block; margin-bottom: 14px; }
.lead-form label > span:first-child { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.lead-form label em { color: #8b969b; font-style: normal; font-weight: 400; text-transform: none; letter-spacing: 0; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  font-size: 13px;
  resize: vertical;
  transition: border .2s ease;
}
.lead-form input:focus, .lead-form textarea:focus { border-color: #879399; }
.lead-form .is-invalid { border-color: #c14435 !important; }
.field-error { display: block; min-height: 0; margin-top: 4px; color: #b3382b; font-size: 9px; }
.button-submit { width: 100%; margin-top: 4px; }
.spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(16,32,41,.25); border-top-color: var(--ink); border-radius: 50%; animation: spin .7s linear infinite; }
.button-submit.is-loading span:first-child { display: none; }
.button-submit.is-loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 0; margin: 8px 0 0; color: #b3382b; font-size: 10px; text-align: center; }
.consent { margin-top: 12px; display: flex !important; align-items: flex-start; gap: 8px; color: #7b878c; font-size: 9px; line-height: 1.45; }
.consent input { margin: 1px 0 0; accent-color: var(--ink); }

.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--ink); }
.simple-card { width: min(670px, 100%); padding: 65px; color: var(--ink); background: var(--paper); }
.simple-card .brand { margin-bottom: 65px; }
.simple-card h1 { margin: 0 0 24px; color: var(--ink); font-size: clamp(44px, 7vw, 72px); }
.simple-card p { max-width: 530px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.simple-card .button { margin-top: 20px; }
.success-mark { width: 62px; height: 62px; margin-bottom: 28px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: 26px; }
.legal-page { padding: 70px 0; }
.legal-page h1 { color: var(--ink); font-size: 52px; }
.legal-content { max-width: 760px; }
.legal-content h2 { margin-top: 34px; font-size: 20px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 13px; line-height: 1.75; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 150px; grid-template-columns: 1fr; gap: 50px; }
  .hero-card { max-width: 480px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .expert-grid { gap: 50px; }
  .expert-photo { min-height: 480px; }
  .projects-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 260px; }
  .project-wide { grid-column: 1 / 3; grid-row: auto; }
  .project:last-child { grid-column: auto; }
  .checklist-grid { grid-template-columns: 1fr; gap: 60px; }
  .checklist-copy { position: static; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cta-box { padding: 55px 45px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { height: 72px; }
  .header-inner .button-small { padding: 0 12px; font-size: 10px; min-height: 38px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero-photo { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,21,27,.96), rgba(9,21,27,.64)), linear-gradient(0deg, rgba(9,21,27,.88), transparent); }
  .hero-grid { padding-top: 125px; padding-bottom: 42px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .text-link { text-align: center; }
  .hero-trust { margin-top: 44px; }
  .hero-trust li { padding-right: 8px; flex-direction: column; gap: 5px; }
  .hero-card { padding: 26px; }
  .problem-inner { padding: 27px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .expert-section { padding-top: 78px; }
  .expert-grid { grid-template-columns: 1fr; gap: 45px; }
  .expert-photo { min-height: 440px; }
  .expert-copy h2 { font-size: 40px; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section h2, .cta-box h2 { font-size: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-icon { margin: 35px 0 25px; }
  .projects-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 190px 240px; }
  .project-wide { grid-column: 1 / 3; }
  .project:last-child { grid-column: 1 / 3; }
  .projects-action { align-items: stretch; flex-direction: column; }
  .check-row { grid-template-columns: 30px 42px 1fr; padding: 18px 0; gap: 14px; }
  .check-row p { grid-column: 3; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 190px; }
  .cta-section { padding-bottom: 78px; }
  .cta-box { padding: 44px 27px; grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .modal { padding: 8px; }
  .modal-dialog { padding: 38px 24px 27px; max-height: calc(100vh - 16px); }
  .modal h2 { font-size: 37px; }
  .simple-card { padding: 38px 25px; }
  .simple-card .brand { margin-bottom: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
}
/* Duplicate draft retained below but disabled.
:root {
  --ink: #13231e;
  --ink-soft: #4e5e58;
  --paper: #f6f7f2;
  --white: #ffffff;
  --line: #dce1dc;
  --accent: #d9ff4b;
  --accent-dark: #b7dc2f;
  --forest: #173f32;
  --forest-2: #0d2d24;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(15, 41, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hidden-field { position: absolute; left: -9999px; }

.header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(246, 247, 242, .9);
  border-bottom: 1px solid rgba(19, 35, 30, .08);
  backdrop-filter: blur(16px);
}
.header__inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 800; letter-spacing: .02em; line-height: 1; }
.logo small { display: block; margin-top: 5px; color: #77847f; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.logo__mark { display: grid; width: 40px; height: 40px; place-items: center; background: var(--ink); color: var(--accent); border-radius: 12px; font-size: 14px; }
.nav { display: flex; gap: 32px; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--ink); }

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 0 20px; font-size: 12px; border-radius: 11px; }
.button--dark { background: var(--ink); color: #fff; }
.button--accent { color: var(--ink); background: var(--accent); box-shadow: 0 10px 30px rgba(183, 220, 47, .2); }
.button--accent:hover { background: #e3ff78; box-shadow: 0 14px 34px rgba(183, 220, 47, .28); }
.button--wide { width: 100%; }

.hero { padding: 42px 0 56px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 630px; border-radius: 32px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero__content { padding: 70px 54px 46px; display: flex; flex-direction: column; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #687770; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--accent-dark); }
.hero h1, .section h2, .inspection h2, .lead-copy h2 {
  margin: 24px 0;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.hero h1 { max-width: 620px; font-size: clamp(47px, 5.2vw, 74px); }
.hero h1 em { color: #61891d; font-style: normal; }
.hero__lead { max-width: 590px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 6px; color: #6c8e2d; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: auto 0 0; padding: 34px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__facts li { display: flex; gap: 12px; align-items: flex-start; }
.hero__facts strong { color: #93a099; font-size: 10px; letter-spacing: .08em; }
.hero__facts span { font-size: 11px; font-weight: 700; line-height: 1.55; }
.hero__visual {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(180deg, rgba(15, 42, 33, .08), rgba(15, 42, 33, .32)),
    url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1400&q=88") center / cover;
}
.hero__visual::after { position: absolute; inset: 0; content: ""; box-shadow: inset 35px 0 60px rgba(12, 34, 27, .08); }
.hero__badge {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 30px;
  display: flex;
  max-width: 280px;
  padding: 16px 19px;
  gap: 13px;
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(12, 34, 27, .18);
  backdrop-filter: blur(10px);
}
.hero__badge-icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; background: var(--accent); border-radius: 50%; font-size: 16px; font-weight: 800; }
.hero__badge span:last-child { color: #6c7874; font-size: 10px; line-height: 1.45; }
.hero__badge strong { display: block; color: var(--ink); font-size: 12px; }
.hero__caption { position: absolute; z-index: 2; right: 30px; bottom: 28px; padding: 13px 17px; color: #fff; border-left: 2px solid var(--accent); font-size: 11px; font-weight: 700; line-height: 1.5; text-align: right; text-shadow: 0 2px 15px rgba(0,0,0,.3); }

.trust { padding: 0 0 30px; }
.trust__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust p { max-width: 300px; color: #77837e; font-size: 12px; font-weight: 700; line-height: 1.5; }
.trust__items { display: flex; flex: 1; justify-content: flex-end; gap: 10px; }
.trust__items span { padding: 12px 18px; background: #edf0ea; border: 1px solid #e2e6df; border-radius: 100px; color: #75817c; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 52px; }
.section h2, .inspection h2, .lead-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.service-card { min-height: 400px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-card--featured { background: var(--forest); color: #fff; }
.service-card__number { margin-left: auto; color: #9ba8a2; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.service-card__icon { display: grid; width: 58px; height: 58px; margin: 36px 0 28px; place-items: center; background: var(--paper); border-radius: 16px; }
.service-card--featured .service-card__icon { background: var(--accent); }
.service-card__icon svg { width: 30px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 14px; font-size: 21px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: #718079; font-size: 12px; line-height: 1.7; }
.service-card--featured p { color: #b7c6c0; }
.service-card a { margin-top: auto; padding-top: 30px; font-size: 12px; font-weight: 800; }
.service-card a span { float: right; font-size: 17px; }

.inspection { padding: 70px 0; background: var(--forest-2); color: #fff; }
.inspection__grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 75px; align-items: center; }
.inspection__photo {
  position: relative;
  min-height: 550px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(9, 29, 23, .56)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=88") center / cover;
}
.inspection__label { position: absolute; right: 25px; bottom: 25px; padding: 15px 18px; background: rgba(255,255,255,.94); border-radius: 13px; color: #75817c; font-size: 9px; line-height: 1.6; text-align: right; }
.inspection__label strong { color: var(--ink); font-size: 11px; }
.eyebrow--light { color: #a8bbb3; }
.inspection h2 { margin-bottom: 42px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.14); }
.check-grid > div { display: flex; gap: 14px; padding: 23px 10px 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.check-grid b { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; background: var(--accent); border-radius: 50%; color: var(--ink); font-size: 12px; }
.check-grid span { color: #9eb0a9; font-size: 11px; line-height: 1.5; }
.check-grid strong { display: block; color: #fff; font-size: 13px; }

.section--steps { padding-bottom: 130px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { padding: 28px 24px 0 0; border-right: 1px solid var(--line); }
.steps li:not(:first-child) { padding-left: 24px; }
.steps li:last-child { border: 0; }
.steps > li > span { color: #8a9992; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.steps h3 { margin: 60px 0 11px; font-size: 17px; letter-spacing: -.02em; }
.steps p { margin: 0; color: #75817c; font-size: 12px; line-height: 1.65; }

.lead-section { position: relative; padding: 100px 0; overflow: hidden; background: var(--forest); color: #fff; }
.lead-section::before { position: absolute; top: -250px; left: -220px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(217, 255, 75, .13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(217, 255, 75, .025), 0 0 0 180px rgba(217, 255, 75, .018); }
.lead-section__grid { position: relative; display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: center; }
.lead-copy h2 { max-width: 620px; }
.lead-copy > p { max-width: 530px; color: #b1c1bb; font-size: 15px; line-height: 1.75; }
.vk-link { display: inline-flex; margin-top: 26px; gap: 12px; align-items: center; font-size: 12px; font-weight: 800; }
.vk-link span { display: grid; width: 38px; height: 38px; place-items: center; background: #2787f5; border-radius: 11px; color: #fff; font-size: 11px; }
.lead-form { padding: 35px; background: #fff; border-radius: 25px; box-shadow: 0 30px 80px rgba(0,0,0,.18); color: var(--ink); }
.lead-form__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 26px; }
.lead-form h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.lead-form__head span { color: #89958f; font-size: 9px; }
.lead-form label { display: block; margin-bottom: 15px; }
.lead-form label > span { display: block; margin: 0 0 7px 3px; color: #6c7973; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.lead-form input, .lead-form textarea { width: 100%; padding: 15px 16px; outline: none; border: 1px solid #dce2dd; border-radius: 11px; background: #f8f9f6; color: var(--ink); font-size: 13px; transition: border .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #92af31; box-shadow: 0 0 0 3px rgba(183, 220, 47, .15); }
.lead-form__legal { margin: 12px 0 0; color: #929c98; font-size: 8px; line-height: 1.5; text-align: center; }

.footer { padding: 35px 0; background: #09241c; color: #fff; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo--footer small { color: #879b93; }
.logo--footer .logo__mark { background: var(--accent); color: var(--ink); }
.footer p { margin: 0; color: #80968d; font-size: 10px; line-height: 1.6; text-align: center; }
.footer > .container > a:last-child { color: #a7b8b1; font-size: 11px; font-weight: 700; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 520px; }
  .services { grid-template-columns: 1fr 1fr; }
  .service-card { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2) { border-right: 0; }
  .inspection__grid { gap: 40px; }
  .lead-section__grid { grid-template-columns: 1fr 440px; gap: 45px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .header__inner { height: 68px; }
  .header .button { display: none; }
  .logo__mark { width: 36px; height: 36px; }
  .hero { padding-top: 12px; }
  .hero__grid { border-radius: 22px; }
  .hero__content { padding: 44px 24px 32px; }
  .hero h1 { font-size: 43px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero__actions .text-link { text-align: center; }
  .hero__facts { grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
  .hero__facts li br { display: none; }
  .hero__visual { min-height: 460px; }
  .hero__badge { right: 18px; left: 18px; }
  .trust__inner, .section-heading { align-items: flex-start; flex-direction: column; }
  .trust__items { flex-wrap: wrap; justify-content: flex-start; }
  .trust__items span { padding: 9px 12px; font-size: 8px; }
  .section { padding: 78px 0; }
  .section-heading { gap: 20px; margin-bottom: 34px; }
  .section h2, .inspection h2, .lead-copy h2 { font-size: 38px; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; border-right: 0; }
  .inspection { padding: 60px 0; }
  .inspection__grid { grid-template-columns: 1fr; }
  .inspection__photo { min-height: 420px; }
  .check-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps li, .steps li:not(:first-child) { display: grid; grid-template-columns: 50px 1fr; padding: 22px 0; border-right: 0; border-top: 1px solid var(--line); }
  .steps h3 { margin: 0 0 8px; }
  .lead-section { padding: 75px 0; }
  .lead-section__grid { grid-template-columns: 1fr; }
  .lead-form { padding: 26px 20px; }
  .lead-form__head span { display: none; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
  .footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
*/
