@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --bg: #eef0e2;
  --paper: #fbfaf1;
  --paper-strong: #ffffff;
  --field: #f4f1e3;
  --text: #202515;
  --muted: #626b52;
  --line: rgba(42, 52, 31, 0.18);
  --olive: #35452a;
  --olive-2: #596a3e;
  --khaki: #b8b47b;
  --sand: #dfd3ad;
  --clay: #9b6844;
  --steel: #56606a;
  --shadow: 0 22px 58px rgba(48, 55, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(132deg, rgba(55, 71, 43, 0.1) 0 14%, transparent 14% 31%, rgba(170, 158, 105, 0.2) 31% 46%, transparent 46% 65%, rgba(91, 104, 64, 0.12) 65% 82%, transparent 82%),
    linear-gradient(42deg, transparent 0 20%, rgba(126, 95, 62, 0.1) 20% 35%, transparent 35% 60%, rgba(69, 85, 52, 0.12) 60% 76%, transparent 76%),
    #eef0e2;
  color: var(--text);
  text-rendering: geometricPrecision;
}

body::selection {
  background: rgba(184, 180, 123, 0.42);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  position: fixed;
  inset: 16px 20px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(42, 52, 31, 0.16);
  border-radius: 8px;
  background: rgba(251, 250, 241, 0.9);
  box-shadow: 0 16px 42px rgba(48, 55, 34, 0.14);
  backdrop-filter: blur(16px);
}

.brand,
.nav-telegram,
.button,
.telegram-card,
.footer a,
.mobile-telegram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 250, 241, 0.22), transparent 42%),
    var(--olive);
  color: #f7f5e9;
  font-weight: 800;
}

.brand strong,
.footer strong {
  display: block;
  font-size: 17px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:hover {
  color: var(--olive);
}

.nav-telegram {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--olive);
  color: #f7f5e9;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 132px 20px 56px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 241, 227, 0.96) 0%, rgba(244, 241, 227, 0.88) 38%, rgba(244, 241, 227, 0.2) 100%),
    linear-gradient(180deg, rgba(244, 241, 227, 0.18) 0%, rgba(238, 240, 226, 0.96) 100%),
    url("/assets/hero-neo.webp") center / cover no-repeat;
  filter: saturate(0.72) contrast(0.95) brightness(1.16);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(53, 69, 42, 0.08) 0 18%, transparent 18% 36%, rgba(155, 104, 68, 0.1) 36% 54%, transparent 54%),
    linear-gradient(45deg, transparent 0 24%, rgba(184, 180, 123, 0.18) 24% 38%, transparent 38% 64%, rgba(53, 69, 42, 0.08) 64% 82%, transparent 82%);
  background-size: 520px 360px, 430px 320px;
  opacity: 0.9;
}

.hero-inner,
.band,
.split,
.logistics,
.process,
.documents,
.lead,
.faq,
.footer {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  width: min(1480px, calc(100% - 40px));
  gap: 50px;
  align-items: center;
}

.kicker {
  margin: 0 0 14px;
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(53, 69, 42, 0.22);
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(251, 250, 241, 0.72);
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 920px;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-text,
.section-head p,
.split > div > p,
.logistics-copy > p,
.documents > div > p,
.lead-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-text {
  max-width: 690px;
  margin-top: 20px;
  border-left: 4px solid var(--olive);
  padding-left: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  min-height: 54px;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--olive);
  color: #f7f5e9;
  box-shadow: 0 16px 34px rgba(53, 69, 42, 0.24);
}

.button-ghost {
  border: 1px solid rgba(53, 69, 42, 0.26);
  background: rgba(251, 250, 241, 0.74);
  color: var(--olive);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin-top: 24px;
}

.metric,
.card,
.signal-board,
.notice,
.map-card,
.lead-form,
.telegram-card,
.footer {
  border: 1px solid var(--line);
  background: rgba(251, 250, 241, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.metric,
.card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
}

.metric::after,
.card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 46%;
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(155, 104, 68, 0.16) 35% 62%, transparent 62%),
    linear-gradient(45deg, rgba(89, 106, 62, 0.14) 0 48%, transparent 48%);
  pointer-events: none;
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.metric strong {
  position: relative;
  display: block;
  margin-top: 8px;
  color: var(--olive);
  font-size: 25px;
}

.signal-board {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
  transform: rotate(0.6deg);
}

.board-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(53, 69, 42, 0.12) 0 20%, transparent 20% 42%, rgba(184, 180, 123, 0.24) 42% 58%, transparent 58%),
    linear-gradient(38deg, transparent 0 30%, rgba(155, 104, 68, 0.1) 30% 46%, transparent 46%);
  pointer-events: none;
}

.signal-board > *:not(.board-glow) {
  position: relative;
}

.route-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.route-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-line {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.route-step {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  border: 1px solid rgba(42, 52, 31, 0.12);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--text);
  font-weight: 800;
}

.route-step i,
.card-icon,
.doc-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--olive);
  color: #f7f5e9;
  font-style: normal;
}

.board-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.board-stats span {
  border: 1px solid rgba(53, 69, 42, 0.2);
  border-radius: 8px;
  padding: 10px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.42);
}

.band,
.split,
.logistics,
.process,
.documents,
.lead,
.faq {
  padding: 96px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 0 42px;
  text-align: left;
}

.section-head p:not(.kicker) {
  margin-top: 18px;
}

.feature-grid,
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid .card,
.specialty-grid .card {
  grid-column: span 3;
}

.feature-grid .card:nth-child(1),
.specialty-grid .card:nth-child(1),
.feature-grid .card:nth-child(6),
.specialty-grid .card:nth-child(6) {
  grid-column: span 6;
}

.card {
  min-height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 69, 42, 0.32);
  background: rgba(255, 255, 255, 0.92);
}

.card h3 {
  margin-top: 18px;
}

.card p,
.card li,
.notice,
.footer p,
.telegram-card small,
.consent {
  color: var(--muted);
  line-height: 1.65;
}

.card p {
  margin-top: 12px;
  font-size: 14px;
}

.split,
.logistics,
.documents,
.lead {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.split > div > p,
.logistics-copy > p,
.documents > div > p,
.lead-copy > p {
  margin-top: 22px;
}

.notice {
  margin-top: 28px;
  border-radius: 8px;
  padding: 22px;
}

.value-grid,
.condition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.value {
  color: var(--clay);
  font-size: 28px;
  font-weight: 900;
}

.card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}

.card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--olive);
}

.logistics,
.documents,
.lead {
  overflow: hidden;
  border: 1px solid rgba(42, 52, 31, 0.18);
  border-radius: 8px;
  padding: 42px;
  background:
    linear-gradient(115deg, rgba(251, 250, 241, 0.95), rgba(244, 241, 227, 0.82), rgba(238, 240, 226, 0.68)),
    url("/assets/logistics-neo.webp") center / cover;
}

.documents,
.lead {
  margin-top: 44px;
}

.documents,
.lead {
  background:
    linear-gradient(115deg, rgba(251, 250, 241, 0.96), rgba(244, 241, 227, 0.86), rgba(238, 240, 226, 0.7)),
    url("/assets/documents-neo.webp") center / cover;
}

.pill-list,
.doc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.pill,
.doc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  font-weight: 800;
}

.map-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(rgba(53, 69, 42, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 69, 42, 0.08) 1px, transparent 1px),
    rgba(251, 250, 241, 0.76);
  background-size: 54px 54px;
}

.map-card svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
}

.map-card path {
  stroke: var(--olive);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 16 14;
  animation: dash 12s linear infinite;
}

.map-pin {
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--olive);
  color: #f7f5e9;
  font-weight: 900;
}

.pin-a {
  left: 12%;
  bottom: 22%;
}

.pin-b {
  right: 10%;
  top: 16%;
}

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

.timeline .card {
  position: relative;
  padding-top: 58px;
}

.step-number {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--olive);
  color: #f7f5e9;
  font-size: 13px;
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 16px;
  position: relative;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid rgba(42, 52, 31, 0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(175, 190, 133, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 244, 232, 0.9)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 58px rgba(29, 36, 22, 0.16);
  overflow: hidden;
}

.lead-form::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(53, 69, 42, 0.1);
  border-radius: 12px;
  pointer-events: none;
}

.lead-form > * {
  position: relative;
  z-index: 1;
}

.form-heading {
  margin-bottom: 4px;
}

.form-heading h3 {
  margin: 12px 0 6px;
  color: var(--olive);
  font-size: clamp(24px, 3vw, 34px);
}

.form-heading p,
.form-consent {
  margin: 0;
  color: var(--muted);
}

.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6e8f3d;
  box-shadow: 0 0 0 5px rgba(110, 143, 61, 0.14);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--olive);
  font-size: 14px;
  font-weight: 900;
}

label > span {
  color: #9e5d32;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(53, 69, 42, 0.56);
  box-shadow: 0 0 0 4px rgba(53, 69, 42, 0.12);
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  color: var(--olive);
  font-size: 14px;
  font-weight: 800;
}

.form-status.error {
  color: #9e3529;
}

.form-submit {
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.submit-arrow {
  margin-left: 10px;
  font-size: 22px;
  line-height: 0;
}

.form-consent {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.form-trap {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.telegram-card {
  margin-top: 30px;
  border-radius: 8px;
  padding: 18px;
}

.telegram-card strong,
.telegram-card small {
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(251, 250, 241, 0.78);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  font-weight: 900;
}

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

details p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  border-radius: 8px;
  padding: 26px;
}

.footer a {
  color: var(--olive);
  font-weight: 900;
}

.ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.ico-telegram {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7 3.3 2.9 10.6c-1.3.5-1.3 1.2-.2 1.6l4.8 1.5 1.8 5.6c.2.7.4 1 .9 1 .5 0 .8-.2 1.2-.6l2.9-2.8 4.9 3.6c.9.5 1.5.3 1.7-.9l3.1-14.7c.3-1.3-.5-1.8-1.3-1.4ZM8.2 13.3l11.1-7c.5-.3 1-.1.6.2l-9.5 8.6-.4 3.7-1.8-5.5Z'/%3E%3C/svg%3E");
}

.mobile-telegram {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes dash {
  to {
    stroke-dashoffset: -120;
  }
}

@media (max-width: 1060px) {
  .desktop-nav {
    display: none;
  }

  .hero-inner,
  .split,
  .logistics,
  .documents,
  .lead {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(1180px, calc(100% - 40px));
  }

  .feature-grid,
  .specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid .card,
  .specialty-grid .card,
  .feature-grid .card:nth-child(1),
  .specialty-grid .card:nth-child(1),
  .feature-grid .card:nth-child(6),
  .specialty-grid .card:nth-child(6) {
    grid-column: auto;
  }

  .timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 74px;
  }

  .topbar {
    inset: 10px 10px auto;
  }

  .brand small,
  .nav-telegram {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 116px 0 56px;
  }

  .hero-inner,
  .band,
  .split,
  .logistics,
  .process,
  .documents,
  .lead,
  .faq,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  .hero-inner {
    gap: 24px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .metric-strip,
  .feature-grid,
  .specialty-grid,
  .value-grid,
  .condition-grid,
  .pill-list,
  .doc-list,
  .form-row,
  .footer {
    grid-template-columns: 1fr;
  }

  .signal-board {
    transform: none;
  }

  .band,
  .split,
  .logistics,
  .process,
  .documents,
  .lead,
  .faq {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .documents,
  .lead {
    margin-top: 24px;
  }

  .logistics,
  .documents,
  .lead {
    padding: 22px;
  }

  .lead-form {
    padding: 18px;
  }

  .map-card {
    min-height: 300px;
  }

  .footer {
    margin-bottom: 18px;
  }

  .mobile-telegram {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: inline-flex;
    justify-content: center;
    min-height: 54px;
    border-radius: 8px;
    background: var(--olive);
    color: #f7f5e9;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
