@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-400.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/manrope-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-500.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/manrope-latin-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-600.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/manrope-latin-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-700.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/manrope-latin-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-800.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/manrope-latin-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #10202b;
  --navy-2: #173042;
  --ink: #1c2328;
  --muted: #5b6a73;
  --line: #d8dfE3;
  --paper: #f3f1ec;
  --white: #fffcf7;
  --card: #ffffff;
  --accent: #c45c26;
  --accent-2: #a84b1c;
  --ok: #2c6e4f;
  --shadow: 0 18px 50px rgba(16, 32, 43, .12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 32, 43, .94);
  backdrop-filter: blur(12px);
  color: #eef3f6;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(145deg, #e07a3d, #8d3a16);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
}

.brand b {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.brand span {
  display: block;
  font-size: 11px;
  color: #9db0bb;
  font-weight: 500;
}

nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: #c5d3db;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: #fff;
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.hero {
  background:
    radial-gradient(900px 420px at 80% 0%, rgba(196, 92, 38, .28), transparent 55%),
    linear-gradient(180deg, #10202b 0%, #163141 62%, #1a3a4c 100%);
  color: #eef4f7;
  padding: 56px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f0b27a;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.lead {
  font-size: 18px;
  color: #c9d7df;
  max-width: 560px;
  margin-bottom: 22px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.chip {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #d5e2e9;
}

.hero-points {
  list-style: none;
  display: grid;
  gap: 8px;
  color: #d5e2e9;
  font-size: 15px;
}

.hero-points li {
  padding-left: 22px;
  position: relative;
}

.hero-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-phone {
  margin-top: 22px;
}

.hero-phone span {
  display: block;
  font-size: 14px;
  color: #9db0bb;
}

.hero-phone a {
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.form-card {
  scroll-margin-top: 84px;
  background: var(--white);
  color: var(--ink);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: var(--shadow);
}

.form-card h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.form-card p.hint {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 16px;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 6px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
  color: var(--ink);
  margin-bottom: 12px;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(196, 92, 38, .35);
  border-color: var(--accent);
}

textarea {
  min-height: 96px;
  resize: vertical;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  padding: 13px 16px;
  font-size: 16px;
}

.btn:hover {
  background: var(--accent-2);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
}

.consent input {
  width: auto;
  flex: none;
  margin: 2px 0 0;
}

.consent a {
  color: var(--accent);
}

.form-error {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 400;
  color: var(--accent-2);
}

.strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat b {
  display: block;
  font-size: 20px;
}

.stat span {
  font-size: 13px;
  color: var(--muted);
}

section {
  padding: 64px 0;
}

.sec-title {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  margin-bottom: 10px;
}

.sec-lead {
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 17px;
}

h2 {
  letter-spacing: -.02em;
}

h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

h4 {
  font-size: 16px;
  margin: 16px 0 6px;
}

.objects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.obj {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 16px 14px;
}

.obj h3 {
  font-size: 16px;
}

.obj p {
  font-size: 14px;
  color: #3e4b53;
}

.svc {
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.svc > h3 {
  margin: 0;
  padding: 18px 20px 12px;
  font-size: 18px;
}

.svc summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.svc summary h3 {
  font: inherit;
  margin: 0;
}

.svc summary::-webkit-details-marker {
  display: none;
}

.svc summary:after {
  content: "+";
  color: var(--accent);
  font-weight: 700;
}

.svc[open] summary:after {
  content: "–";
}

.svc .body {
  padding: 0 20px 20px;
  color: #2b353b;
}

.svc .human {
  font-size: 16px;
  margin-bottom: 10px;
}

.svc .tech {
  font-size: 14.5px;
  color: #3a474e;
}

.svc .more {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.svc .more:hover {
  text-decoration: underline;
}

.svc .more {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.svc .more:hover {
  text-decoration: underline;
}

.svc ul {
  margin: 8px 0 0 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.step {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--line);
}

.num {
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
}

.step h3 {
  font-size: 16px;
  margin: 6px 0;
}

.step p {
  font-size: 14px;
  color: var(--muted);
}

.cta {
  background: var(--navy);
  color: #eef4f7;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cta .btn {
  width: auto;
  padding: 12px 22px;
  text-decoration: none;
}

.cta p {
  color: #b9c9d2;
}

footer {
  background: #0c1922;
  color: #c5d3db;
  padding: 36px 0 22px;
}

.foot {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.copy {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
  color: #8aa0ac;
}

.crumbs {
  font-size: 13px;
  color: #9db0bb;
  margin-bottom: 14px;
}

.crumbs a {
  text-decoration: none;
}

.crumbs a:hover {
  color: #fff;
}

.crumbs i {
  font-style: normal;
  margin: 0 7px;
  color: #6d818d;
}

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

.related a {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.related a:hover {
  border-color: var(--accent);
}

.related span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  header.open nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: #10202b;
    padding: 12px 16px 16px;
    gap: 10px;
  }

  .hero-grid,
  .objects,
  .strip-grid,
  .steps,
  .foot,
  .related {
    grid-template-columns: 1fr;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 36px 0 40px;
  }
}
