@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/montserrat-500.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/montserrat-600.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/montserrat-800.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/montserrat-500-italic.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/montserrat-700-italic.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/montserrat-800-italic.ttf") format("truetype");
}

:root {
  --loot-font-display: Montserrat, Arial, Helvetica, sans-serif;
  --loot-font-text: Montserrat, Arial, Helvetica, sans-serif;
  --green: #00a651;
  --green-dark: #008b45;
  --green-soft: #eaf8f1;
  --black: #101514;
  --muted: #64716c;
  --line: #e6ece9;
  --bg: #ffffff;
  --panel: #f7faf8;
  --shadow: 0 28px 80px rgba(16, 21, 20, 0.12);
  --shadow-soft: 0 18px 46px rgba(16, 21, 20, 0.08);
  --radius: 999px;
  --card-radius: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  background: #fff;
  line-height: 1.62;
  letter-spacing: 0;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
}

.site-bg::before,
.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-bg::before {
  background:
    url("assets/cdek-boxes-desktop.png") right -1vw top 84px / min(60vw, 860px) auto no-repeat,
    url("assets/cdek-boxes-desktop.png") left -220px bottom 210px / 560px auto no-repeat;
  opacity: 0.34;
  filter: blur(0.3px) saturate(0.82) contrast(0.96);
}

.site-bg::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.45) 52%, rgba(255, 255, 255, 0.68) 100%),
    radial-gradient(circle at 78% 26%, rgba(0, 166, 81, 0.06), transparent 32%),
    rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(0.4px);
}

.site-bg span {
  position: absolute;
  left: 78px;
  top: 342px;
  z-index: 1;
  color: rgba(16, 21, 20, 0.32);
  font-family: var(--loot-font-display);
  font-size: 34px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(-9deg);
}

.site-bg span strong {
  color: rgba(0, 166, 81, 0.42);
  font: inherit;
}

.site-header,
main,
.footer,
.mobile-sticky-cta {
  position: relative;
  z-index: 1;
}

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

button,
input,
select {
  font-family: var(--loot-font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-grid {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--loot-font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo span {
  color: var(--green);
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #26302c;
  font-family: var(--loot-font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
}

.nav a,
.phone {
  transition: color 0.2s ease;
}

.nav a:hover,
.phone:hover {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone {
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 14px 32px rgba(0, 166, 81, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 38px rgba(0, 166, 81, 0.32);
}

.btn-outline {
  color: var(--green-dark);
  border-color: var(--green);
  background: #fff;
}

.btn-outline:hover {
  color: #fff;
  background: var(--green);
}

.btn-small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 13px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--black);
}

.hero {
  position: relative;
  padding: 84px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 166, 81, 0.08), transparent 31%),
    radial-gradient(circle at 12% 82%, rgba(0, 166, 81, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(248, 252, 250, 0.52) 100%);
}

.hero::before {
  display: none;
}

.hero-wrap {
  position: relative;
  z-index: 1;
}

.hero-title {
  max-width: 100%;
  margin-bottom: 34px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: 46px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 1180px;
  margin-bottom: 20px;
  font-family: var(--loot-font-display);
  font-size: clamp(46px, 4.35vw, 68px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span,
h2 span {
  color: var(--green);
}

h1 span {
  display: block;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 14px;
  color: #303b37;
  font-family: var(--loot-font-text);
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.trust-line {
  max-width: 590px;
  margin-bottom: 12px;
  padding: 14px 16px;
  color: #25302c;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 166, 81, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(16, 21, 20, 0.05);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.trust-badge,
.scarcity-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(0, 166, 81, 0.18);
  border-radius: 999px;
  font-family: var(--loot-font-display);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.trust-badge {
  margin-bottom: 12px;
}

.trust-badge::before,
.scarcity-note span {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(0, 166, 81, 0.12);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.scarcity-note {
  margin-bottom: 28px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 14px;
  max-width: 760px;
}

.proof-row div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 48px;
  color: #26302c;
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.proof-row span {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 13px;
}

.logistics-card {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: linear-gradient(145deg, #ffffff 0%, #eef8f3 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logistics-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  pointer-events: none;
}

.map-shape {
  position: absolute;
  inset: 44px 42px auto;
  height: 210px;
  opacity: 0.18;
  background: #7c8b85;
  clip-path: polygon(3% 47%, 13% 29%, 27% 36%, 34% 22%, 49% 25%, 57% 8%, 70% 28%, 86% 22%, 95% 42%, 86% 58%, 92% 78%, 73% 74%, 62% 91%, 46% 78%, 30% 84%, 20% 66%);
}

.route {
  position: absolute;
  inset: 42px 36px auto;
  width: calc(100% - 72px);
  height: 280px;
}

.warehouse {
  position: absolute;
  right: 46px;
  bottom: 118px;
  width: 210px;
  height: 158px;
}

.warehouse .roof {
  height: 42px;
  background: linear-gradient(135deg, #dfe7e3, #ffffff);
  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
  border-bottom: 6px solid var(--green-dark);
}

.warehouse .wall {
  height: 116px;
  padding: 18px;
  background: linear-gradient(90deg, #e9efec, #ffffff);
  border-left: 8px solid var(--green-dark);
  box-shadow: inset 0 -28px 0 rgba(0, 166, 81, 0.08);
}

.warehouse span {
  display: block;
  height: 14px;
  margin-bottom: 12px;
  background: rgba(0, 166, 81, 0.22);
}

.van {
  position: absolute;
  left: 54px;
  bottom: 96px;
  width: 340px;
  height: 156px;
}

.van-body {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 220px;
  height: 104px;
  padding: 32px 24px;
  border-radius: 22px 14px 14px 18px;
  background: linear-gradient(180deg, #ffffff, #dfe7e3);
  border: 1px solid #cfdad5;
}

.van-body strong {
  color: var(--green);
  font-family: var(--loot-font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  font-style: italic;
}

.van-body span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 8px;
  background: var(--green);
}

.van-cab {
  position: absolute;
  left: 202px;
  bottom: 28px;
  width: 116px;
  height: 104px;
  border-radius: 16px 38px 16px 16px;
  background: linear-gradient(135deg, #f7faf8 0%, #c7d4ce 100%);
  border: 1px solid #c0ccc7;
  clip-path: polygon(0 24%, 58% 24%, 100% 58%, 100% 100%, 0 100%);
}

.wheel {
  position: absolute;
  bottom: 8px;
  width: 46px;
  height: 46px;
  border: 10px solid #252b29;
  border-radius: 50%;
  background: #aebbb5;
}

.wheel-one {
  left: 54px;
}

.wheel-two {
  left: 240px;
}

.parcel {
  position: absolute;
  right: 46px;
  bottom: 52px;
  display: grid;
  place-items: center;
  color: #6a512e;
  background: #c79b5b;
  border: 1px solid #a77d40;
  font-family: var(--loot-font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.parcel-one {
  width: 70px;
  height: 60px;
}

.parcel-two {
  right: 116px;
  bottom: 42px;
  width: 54px;
  height: 48px;
}

.metric {
  position: absolute;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(16, 21, 20, 0.12);
}

.metric strong {
  color: var(--green);
  font-family: var(--loot-font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.metric span {
  color: var(--muted);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.metric-top {
  top: 28px;
  right: 28px;
}

.metric-bottom {
  left: 28px;
  bottom: 28px;
}

.deal-panel {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  width: 178px;
  padding: 18px;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(135deg, #111a16, #24302b);
  box-shadow: 0 20px 48px rgba(16, 21, 20, 0.22);
}

.deal-panel span,
.deal-panel small {
  color: rgba(255, 255, 255, 0.72);
}

.deal-panel strong {
  color: #fff;
  font-family: var(--loot-font-display);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.section {
  padding: 88px 0;
}

.section-head {
  max-width: 690px;
  margin-bottom: 38px;
}

.section-head.compact {
  max-width: none;
}

h2 {
  margin-bottom: 0;
  font-family: var(--loot-font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-title {
  font-size: clamp(28px, 3.15vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--loot-font-display);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.feature-card,
.step-card,
.audience-cards article,
.reviews article,
.lead-form,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 21, 20, 0.02);
}

.feature-card {
  min-height: 248px;
  padding: 26px 22px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 166, 81, 0.35);
  box-shadow: var(--shadow-soft);
}

.section-cta,
.quick-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 166, 81, 0.16);
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 8% 40%, rgba(0, 166, 81, 0.12), transparent 26%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.section-cta strong,
.section-cta span {
  display: block;
}

.section-cta strong {
  margin-bottom: 4px;
  font-family: var(--loot-font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-cta span,
.quick-cta p {
  margin: 0;
  color: var(--muted);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.quick-cta {
  background: #fff;
}

.feature-card p,
.step-card p,
.audience-cards p,
.reviews p,
.form-head p,
.faq-item p {
  color: var(--muted);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
}

.cost::before {
  left: 14px;
  bottom: 16px;
  width: 28px;
  height: 22px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
}

.cost::after {
  left: 18px;
  top: 18px;
  width: 26px;
  height: 18px;
  border-bottom: 3px solid var(--green);
  border-right: 3px solid var(--green);
  transform: rotate(35deg);
}

.rocket::before {
  left: 18px;
  top: 10px;
  width: 20px;
  height: 34px;
  border: 3px solid var(--green);
  border-radius: 50% 50% 14px 14px;
  transform: rotate(40deg);
}

.rocket::after {
  left: 13px;
  bottom: 10px;
  width: 16px;
  height: 16px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
}

.pin::before {
  left: 17px;
  top: 9px;
  width: 22px;
  height: 22px;
  border: 3px solid var(--green);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin::after {
  left: 25px;
  top: 17px;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

.globe::before {
  inset: 12px;
  border: 3px solid var(--green);
  border-radius: 50%;
}

.globe::after {
  left: 13px;
  top: 26px;
  width: 30px;
  height: 3px;
  background: var(--green);
  box-shadow: 0 -10px 0 rgba(0, 166, 81, 0.45), 0 10px 0 rgba(0, 166, 81, 0.45);
}

.manager::before {
  left: 20px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 3px solid var(--green);
  border-radius: 50%;
}

.manager::after {
  left: 13px;
  bottom: 11px;
  width: 30px;
  height: 18px;
  border: 3px solid var(--green);
  border-radius: 18px 18px 12px 12px;
}

.steps-section {
  background: rgba(247, 250, 248, 0.72);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.step-card {
  position: relative;
  min-height: 190px;
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  right: -16px;
  width: 26px;
  height: 2px;
  background: var(--green);
  z-index: 2;
}

.step-card span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.audience-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.audience-cards article {
  padding: 26px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.audience-cards article:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 166, 81, 0.28);
  box-shadow: var(--shadow-soft);
}

.audience-cards span {
  color: var(--green);
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.lead-section {
  background: linear-gradient(180deg, rgba(248, 251, 249, 0.74), rgba(255, 255, 255, 0.76));
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.saving-card {
  position: relative;
  min-height: 520px;
  padding: 42px;
  color: #fff;
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
    radial-gradient(circle at 20% 88%, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(140deg, var(--green), #00783d);
  overflow: hidden;
}

.saving-card p {
  margin-bottom: 18px;
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  opacity: 0.88;
}

.saving-card h2 {
  max-width: 420px;
  margin-bottom: 22px;
}

.saving-card span {
  display: block;
  max-width: 440px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.saving-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.saving-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.saving-points li::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.86);
}

.calc-visual {
  position: absolute;
  right: -36px;
  bottom: -28px;
  display: grid;
  grid-template-columns: repeat(3, 62px);
  gap: 14px;
  padding: 34px;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--card-radius);
  transform: rotate(12deg);
}

.calc-visual i {
  width: 62px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.lead-form {
  padding: 36px;
  box-shadow: 0 18px 50px rgba(16, 21, 20, 0.08);
}

.form-head {
  margin-bottom: 24px;
}

.form-head strong {
  display: inline-flex;
  margin-top: 4px;
  padding: 8px 10px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.lead-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #2f3935;
  font-family: var(--loot-font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
}

.lead-form input,
.lead-form select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  color: var(--black);
  border: 1px solid #d8e2dd;
  border-radius: 999px;
  background: #fff;
  outline: none;
  font-family: var(--loot-font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input::placeholder,
.lead-form select::placeholder {
  font-family: var(--loot-font-text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 166, 81, 0.1);
}

.lead-form .btn {
  width: 100%;
  margin-top: 8px;
}

.form-success {
  display: none;
  margin: 18px 0 0;
  padding: 14px 16px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.lead-form.is-sent .form-success {
  display: block;
}

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

.reviews article {
  padding: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.reviews p {
  min-height: 108px;
}

.reviews strong,
.reviews span {
  display: block;
}

.reviews strong {
  margin-bottom: 4px;
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.reviews span {
  color: var(--muted);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.faq-section {
  background: rgba(247, 250, 248, 0.74);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  position: relative;
  width: 100%;
  padding: 24px 58px 24px 24px;
  text-align: left;
  cursor: pointer;
}

.faq-item span {
  display: block;
  color: var(--black);
  font-family: var(--loot-font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.faq-item i {
  position: absolute;
  top: 26px;
  right: 24px;
  width: 22px;
  height: 22px;
}

.faq-item i::before,
.faq-item i::after {
  content: "";
  position: absolute;
  inset: 10px 2px auto;
  height: 2px;
  background: var(--green);
}

.faq-item i::after {
  transform: rotate(90deg);
}

.faq-item p {
  display: none;
  margin: 14px 0 0;
}

.faq-item.is-open p {
  display: block;
}

.faq-item.is-open i::after {
  transform: rotate(0deg);
}

.cta-section {
  padding: 76px 0;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px;
  border: 1px solid rgba(0, 166, 81, 0.18);
  border-radius: var(--card-radius);
  background: linear-gradient(135deg, #f0fbf5, #ffffff);
  box-shadow: var(--shadow-soft);
}

.cta-card h2 {
  max-width: 760px;
}

.cta-card span {
  display: block;
  max-width: 640px;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--loot-font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.footer {
  padding: 44px 0;
  color: #dce6e1;
  background: #101514;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
}

.footer .logo,
.footer h3 {
  color: #fff;
}

.footer p {
  margin-bottom: 8px;
  color: #aebbb5;
}

.footer a {
  display: block;
  margin-bottom: 8px;
  color: #dce6e1;
}

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

.mobile-sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 56px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(0, 166, 81, 0.34);
  font-family: var(--loot-font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

@media (max-width: 1080px) {
  .hero {
    padding-top: 44px;
  }

  .site-header {
    position: sticky;
  }

  .site-header .container {
    position: relative;
  }

  .header-grid {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .site-header.is-open .nav,
  .site-header.is-open .header-actions {
    display: flex;
    justify-content: flex-start;
  }

  .site-header.is-open .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 30;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 28px 28px 18px 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 42px rgba(16, 21, 20, 0.12);
    backdrop-filter: blur(18px);
  }

  .site-header.is-open .nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 21, 20, 0.04);
  }

  .site-header.is-open .header-actions {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 82px);
    z-index: 31;
    justify-content: space-between;
    padding: 0;
  }

  .hero-grid,
  .audience-grid,
  .lead-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 5.1vw, 52px);
  }

  .section-title {
    font-size: clamp(25px, 3.8vw, 34px);
    line-height: 1.14;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .step-card::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-grid {
    min-height: 64px;
    gap: 12px;
  }

  .site-header.is-open .nav,
  .site-header.is-open .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header.is-open .nav {
    gap: 4px;
    padding: 14px;
  }

  .site-header.is-open .nav a {
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .site-header.is-open .header-actions {
    gap: 10px;
    top: calc(100% + 302px);
  }

  .site-header.is-open .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .hero {
    padding: 34px 0 46px;
    background:
      radial-gradient(circle at 82% 18%, rgba(0, 166, 81, 0.12), transparent 26%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(248, 252, 250, 0.72) 100%);
  }

  .site-bg {
    background: #fff;
  }

  .site-bg::before {
    background:
      url("assets/cdek-boxes-desktop.png") center 86px / min(118vw, 520px) auto no-repeat,
      url("assets/cdek-boxes-desktop.png") right -160px bottom -60px / 360px auto no-repeat;
    opacity: 0.31;
    filter: blur(0.25px) saturate(0.8) contrast(0.96);
  }

  .site-bg::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.91) 100%),
      rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(0.35px);
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-title {
    margin-bottom: 22px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(28px, 8.7vw, 36px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.12;
  }

  .section-title {
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1.16;
  }

  h3 {
    font-size: 17px;
  }

  .hero-text {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55;
  }

  .trust-line {
    margin-bottom: 10px;
    padding: 12px 14px;
    line-height: 1.5;
  }

  .trust-badge {
    margin-bottom: 10px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero-actions,
  .cta-card,
  .section-cta,
  .quick-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions .btn-outline {
    display: none;
  }

  .btn {
    min-height: 50px;
  }

  .scarcity-note {
    margin-bottom: 18px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .proof-row,
  .benefit-grid,
  .steps,
  .audience-cards,
  .reviews,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-row {
    gap: 8px;
  }

  .proof-row div {
    min-height: 0;
    padding: 10px 12px;
    border: 1px solid rgba(0, 166, 81, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
  }

  .logistics-card {
    min-height: 330px;
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(16, 21, 20, 0.1);
  }

  .logistics-card::before {
    inset: 10px;
    border-radius: 24px;
  }

  .route {
    inset: 22px 14px auto;
    width: calc(100% - 28px);
    height: 190px;
  }

  .map-shape {
    inset: 30px 22px auto;
    height: 150px;
  }

  .warehouse {
    right: 10px;
    bottom: 84px;
    width: 132px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .van {
    left: 14px;
    bottom: 66px;
    transform: scale(0.58);
    transform-origin: left bottom;
  }

  .metric {
    padding: 9px 10px;
    border-radius: 999px;
  }

  .deal-panel {
    right: 12px;
    bottom: 12px;
    width: 132px;
    padding: 12px;
    border-radius: 24px;
  }

  .metric strong {
    font-size: 18px;
  }

  .deal-panel strong {
    font-size: 20px;
  }

  .metric span,
  .deal-panel span,
  .deal-panel small {
    font-size: 11px;
  }

  .parcel {
    right: 18px;
    bottom: 42px;
    transform: scale(0.78);
    transform-origin: right bottom;
  }

  .parcel-two {
    right: 72px;
    bottom: 36px;
  }

  .section {
    padding: 52px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .feature-card,
  .step-card,
  .audience-cards article,
  .reviews article,
  .lead-form,
  .saving-card,
  .cta-card {
    padding: 20px;
  }

  .feature-card {
    min-height: 0;
  }

  .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
  }

  .section-cta,
  .quick-cta {
    padding: 18px;
    text-align: left;
  }

  .quick-cta .btn,
  .section-cta .btn {
    width: 100%;
  }

  .lead-grid {
    gap: 14px;
  }

  .saving-card {
    min-height: 0;
    border-radius: 28px;
  }

  .saving-card h2 {
    margin-bottom: 14px;
  }

  .saving-points {
    gap: 8px;
    margin-top: 18px;
  }

  .calc-visual {
    right: -96px;
    bottom: -72px;
    opacity: 0.45;
    transform: rotate(12deg) scale(0.68);
  }

  .lead-form {
    border-radius: 28px;
  }

  .form-head {
    margin-bottom: 18px;
  }

  .lead-form label {
    margin-bottom: 12px;
  }

  .lead-form input,
  .lead-form select {
    height: 50px;
  }

  .faq-grid {
    gap: 22px;
  }

  .faq-item {
    padding: 18px 52px 18px 18px;
  }

  .faq-item span {
    font-size: 16px;
    line-height: 1.2;
  }

  .faq-item i {
    top: 18px;
    right: 18px;
  }

  .cta-section {
    padding: 54px 0;
  }

  .footer {
    padding: 34px 0 96px;
  }

  .footer-grid {
    gap: 20px;
  }

  .reviews p {
    min-height: 0;
  }

  .mobile-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    min-height: 56px;
  }
}

@media (max-width: 430px) {
  .btn {
    width: 100%;
    padding-inline: 18px;
  }

  .logo {
    font-size: 18px;
  }

  .logo span {
    font-size: 24px;
  }

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

  .warehouse {
    transform: scale(0.7);
    transform-origin: right bottom;
  }

  .van {
    transform: scale(0.5);
  }

  .metric-top {
    top: 16px;
    right: 16px;
  }

  .metric-bottom {
    left: 16px;
    bottom: 16px;
  }

  .deal-panel {
    width: 124px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  h1 {
    font-size: 27px;
  }

  .logistics-card {
    min-height: 280px;
  }

  .van {
    transform: scale(0.45);
  }

  .warehouse {
    transform: scale(0.62);
  }
}
