:root {
  --az-red: #e4002b;
  --az-red-dark: #c30025;
  --az-red-ink: #8f001b;
  --az-red-soft: #fff3f5;
  --az-red-soft-strong: #ffe1e7;
  --az-yellow: #fbe122;
  --az-black: #0d0d0d;
  --az-white: #ffffff;
  --az-gray: #b1b3b3;
  --az-gray-text: #868686;
  --az-graphite: #494949;
  --az-line: #e7e7e7;
  --az-line-mid: #d8d8d8;
  --az-fill-light: #f0f0f0;
  --az-gutter: 8.33vw;
  --az-gutter-m: 24px;
  --az-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--az-white);
  color: var(--az-black);
  font-family: "RFDewi", "Bahnschrift", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

main {
  overflow-x: clip;
}

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

button,
input {
  font: inherit;
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--az-white);
  pointer-events: none;
}

.site-header.is-scrolled {
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.is-scrolled .nav {
  background: rgba(13, 13, 13, 0.72);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled .header-phone {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.55);
}

.brand {
  position: fixed;
  z-index: 101;
  top: 0;
  left: var(--az-gutter);
  display: flex;
  width: clamp(176px, 15vw, 244px);
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: var(--az-red);
  color: var(--az-white);
  pointer-events: auto;
}

.brand__logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand__mark {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.12em;
  line-height: 0.82;
}

.brand__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
}

.nav {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(14px, 1.35vw, 24px);
  padding: 30px calc(var(--az-gutter) + 220px) 30px var(--az-gutter);
  color: var(--az-white);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  pointer-events: auto;
}

.nav a {
  position: relative;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--az-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--az-ease);
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav__mobile-actions {
  display: none;
}

.header-phone {
  position: absolute;
  z-index: 101;
  top: 20px;
  right: var(--az-gutter);
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  background: var(--az-red);
  color: var(--az-white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  pointer-events: auto;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.header-phone:hover {
  background: var(--az-red-dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: transparent;
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--az-black);
}

.hero__sticky {
  position: relative;
  height: 100vh;
  min-height: 780px;
  overflow: hidden;
}

.hero__video {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--az-black);
  transform: scale(1.12);
  transform-origin: center;
  object-fit: cover;
}

.hero__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.12);
  transform-origin: center;
  transition: opacity 0.45s ease;
}

.hero.is-video-ready .hero__poster {
  opacity: 0;
}

.hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(#0d0d0d61 0%, #0d0d0d00 32% 48%, #0d0d0d9e 100%);
  pointer-events: none;
}

.hero__orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__orbit path:first-child {
  animation: az-draw 2.4s 0.5s var(--az-ease) forwards;
}

.hero__orbit circle {
  opacity: 0;
  animation: az-fade 0.7s 2.7s forwards;
}

.hero__coords {
  position: absolute;
  right: 30px;
  bottom: 110px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__content {
  position: absolute;
  right: var(--az-gutter);
  bottom: 9vh;
  left: var(--az-gutter);
  z-index: 3;
  display: block;
  width: auto;
  color: var(--az-white);
  animation: az-up 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s backwards;
}

.hero__content h1 {
  margin: 0;
  font-family: "RFDewi Extended", "Arial Narrow", "Bahnschrift", Arial, sans-serif;
  font-size: clamp(54px, 7vw, 108px);
  letter-spacing: 0.004em;
  line-height: 1.04;
  text-transform: uppercase;
}

.hero__content h1 span {
  display: block;
  white-space: normal;
}

.hero__light {
  font-weight: 300;
}

.hero__light strong {
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero__black {
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero__subtitle {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "RFDewi", "Bahnschrift", Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.32em;
}

.hero__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-top: 30px;
}

.hero__lead {
  max-width: 540px;
  margin: 0;
  color: var(--az-white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 24px;
  font-family: "RFDewi", "Bahnschrift", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  transition: transform 0.3s var(--az-ease), background 0.3s ease, color 0.3s ease;
}

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

.button--red {
  padding: 21px 42px;
  background: var(--az-red);
  box-shadow: none;
  color: var(--az-white);
  font-weight: 700;
}

.button--red:hover {
  background: var(--az-red-dark);
}

.button--ghost {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0 0 4px;
  color: var(--az-white);
  font-weight: 400;
}

/* ===== AZIMUT SECTIONS ===== */
.az-section {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter) 120px;
}

.az-section--light {
  background: var(--az-white);
  color: var(--az-black);
}

.az-section--dark {
  background: var(--az-black);
  color: var(--az-white);
}

.az-eyebrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.az-eyebrow span {
  font-family: "RFDewi", "Arial Narrow", "Bahnschrift", Arial, sans-serif;
  letter-spacing: 0.22em;
}

.az-eyebrow em {
  color: var(--az-gray);
  font-style: normal;
  font-weight: 300;
}

.az-eyebrow strong {
  color: currentColor;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.az-eyebrow--light {
  color: var(--az-red);
}

.az-eyebrow--dark {
  color: var(--az-white);
}

.az-h2 {
  margin: 34px 0 0;
  color: var(--az-black);
  font-family: "RFDewi", "Arial Narrow", "Bahnschrift", Arial, sans-serif;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 1.06;
  text-transform: uppercase;
}

.az-h2--dark {
  color: var(--az-white);
}

.az-h2 span {
  display: block;
}

.az-h2__light {
  font-weight: 300;
}

.az-h2__black {
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.az-tagline,
.az-hint {
  margin: 14px 0 0;
  color: var(--az-gray-text);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.az-circles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 84px;
}

.az-circle {
  --az-circle-size: min(100%, 232px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.az-circle::before {
  display: block;
  width: var(--az-circle-size);
  aspect-ratio: 1;
  border: 1.5px solid var(--az-red);
  border-radius: 50%;
  content: "";
}

.az-circle strong {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--az-red);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 1;
}

.az-circle small {
  position: absolute;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--az-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.az-circle__dot {
  position: absolute;
  top: 38px;
  right: calc(50% - 82px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--az-red);
}

.az-circle p {
  margin: 0;
  color: var(--az-black);
  font-size: 16px;
  font-weight: 700;
}

.az-circle em {
  margin-top: -22px;
  color: var(--az-gray-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.18em;
}

/* ===== ABOUT / RESORT REFERENCE ===== */
.az-about {
  min-height: 92vh;
  padding: 140px var(--az-gutter);
  background: var(--az-black);
  color: var(--az-white);
}

.az-about .az-eyebrow em,
.az-about .az-eyebrow strong {
  color: rgba(255, 255, 255, 0.66);
}

.az-about__orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.az-about__orbit circle,
.az-about__orbit path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.az-about__orbit .az-about__satellite {
  fill: var(--az-red);
  stroke: none;
  filter: drop-shadow(0 0 10px rgba(228, 0, 43, 0.72));
}

.az-about__inner {
  position: relative;
  z-index: 1;
}

.az-about__title {
  max-width: 1120px;
  margin-top: 38px;
  color: var(--az-white);
  font-size: clamp(44px, 5.6vw, 88px);
  text-transform: none;
}

.az-about__tagline {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1.6;
  text-transform: uppercase;
}

.az-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 56px;
  align-items: stretch;
  margin-top: 58px;
}

.az-about__copy {
  max-width: 780px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  padding-top: 34px;
}

.az-about__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 300;
  line-height: 1.68;
}

.az-about__copy p + p {
  margin-top: 18px;
}

.az-about__copy strong {
  color: var(--az-white);
  font-weight: 900;
}

.az-about__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0;
  padding: 38px 42px;
  background: var(--az-red);
  color: var(--az-white);
}

.az-about__card > span {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.az-about__card p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  margin: 0;
  padding: 17px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.az-about__card em {
  font-style: normal;
  font-weight: 300;
}

.az-about__card b {
  color: var(--az-white);
  text-align: right;
}

.az-about__card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 20px 0 0;
  color: var(--az-white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.az-about__card a b {
  font-size: 20px;
  transition: transform 0.24s var(--az-ease);
}

.az-about__card a:hover b {
  transform: translateX(5px);
}

/* ===== AUTOVOZ VS PEREGON ===== */
.az-compare {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter);
  background: var(--az-white);
  color: var(--az-black);
}

.az-compare::before {
  position: absolute;
  top: 0;
  right: var(--az-gutter);
  width: min(480px, 34vw);
  height: 5px;
  background: var(--az-red);
  content: "";
}

.az-compare__head,
.az-compare__intro,
.az-compare__table-wrap,
.az-compare__cta,
.az-compare .az-eyebrow {
  position: relative;
  z-index: 1;
}

.az-compare__head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-compare__head .az-h2 {
  margin: 0;
}

.az-compare__head p {
  margin: 0 0 8px;
  color: var(--az-graphite);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.az-compare__intro {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--az-line);
  margin-top: 58px;
  background: var(--az-line);
}

.az-compare__intro article {
  min-width: 0;
  padding: 28px;
  background: var(--az-fill-light);
}

.az-compare__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(228, 0, 43, 0.18);
  border-radius: 8px;
  margin-bottom: 22px;
  background: var(--az-white);
  color: var(--az-red);
  box-shadow: 0 14px 32px rgba(13, 13, 13, 0.06);
}

.az-compare__icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.az-compare__intro strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.az-compare__intro p {
  margin: 14px 0 0;
  color: var(--az-graphite);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.55;
}

.az-compare__table-wrap {
  border: 1px solid var(--az-line-mid);
  border-radius: 8px;
  margin-top: 44px;
  overflow-x: auto;
  background: var(--az-white);
  box-shadow: 0 24px 70px rgba(13, 13, 13, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.az-compare__table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.az-compare__table caption {
  padding: 20px 22px;
  background: var(--az-white);
  color: var(--az-graphite);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

.az-compare__table th,
.az-compare__table td {
  border-right: 1px solid var(--az-line);
  border-bottom: 1px solid var(--az-line);
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
}

.az-compare__table th:last-child,
.az-compare__table td:last-child {
  border-right: 0;
}

.az-compare__table tbody tr:last-child th,
.az-compare__table tbody tr:last-child td {
  border-bottom: 0;
}

.az-compare__table thead th {
  background: var(--az-black);
  color: var(--az-white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.az-compare__table tbody th {
  width: 23%;
  color: var(--az-black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.az-compare__table tbody td {
  width: 38.5%;
  color: var(--az-graphite);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.az-compare__table .az-compare__win {
  background: var(--az-red-soft);
  color: var(--az-red-ink);
  font-weight: 700;
}

.az-compare__table thead .az-compare__win {
  background:
    linear-gradient(180deg, rgba(228, 0, 43, 0.16), rgba(228, 0, 43, 0.04)),
    var(--az-black);
  color: var(--az-white);
  box-shadow: inset 0 -4px 0 var(--az-red);
}

.az-compare__badge {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  border-radius: 999px;
  margin: 10px 0 0;
  padding: 7px 10px;
  background: var(--az-red);
  color: var(--az-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.az-compare__badge svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.az-compare__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--az-line-mid);
  margin-top: 42px;
  padding-top: 30px;
}

.az-compare__cta strong {
  max-width: 620px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.16;
}

/* ===== CALCULATOR ===== */
.az-calc {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter);
  background: var(--az-black);
  color: var(--az-white);
}

.az-calc::before {
  position: absolute;
  inset: auto -18vw -28vw auto;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.az-calc__head {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-calc__head .az-h2 {
  margin: 0;
}

.az-calc__head p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-calc__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 28px;
  margin-top: 64px;
}

.az-calc__grid--quiz {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.az-calc__controls {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px 48px;
  background: var(--az-fill-light);
  color: var(--az-black);
}

.az-quiz {
  height: 100%;
  min-height: 580px;
}

.az-quiz__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--az-line-mid);
  padding-bottom: 24px;
}

.az-quiz__step-label {
  color: var(--az-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.az-quiz__progress {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 8px;
}

.az-quiz__progress span {
  width: 38px;
  height: 4px;
  background: var(--az-line-mid);
  transition: background 0.25s ease, width 0.25s var(--az-ease);
}

.az-quiz__progress span.is-active,
.az-quiz__progress span.is-passed {
  background: var(--az-red);
}

.az-quiz__progress span.is-active {
  width: 58px;
}

.az-quiz__step {
  display: none;
  min-height: 332px;
  align-content: start;
  gap: 18px;
}

.az-quiz__step.is-active {
  display: grid;
  animation: az-quiz-in 0.34s var(--az-ease) both;
}

.az-quiz__step h3 {
  max-width: 620px;
  margin: 6px 0 8px;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
}

.az-quiz__step .az-select {
  max-width: 560px;
}

.az-quiz__step--result {
  grid-template-columns: 1fr;
  gap: 18px;
}

.az-quiz__step--result > .az-num,
.az-quiz__step--result > .az-field__label {
  grid-column: auto;
}

.az-quiz__lead {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  padding: 34px 36px;
  background: var(--az-white);
  color: var(--az-black);
}

.az-quiz__lead label {
  color: var(--az-gray-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.az-quiz__lead input {
  width: 100%;
  border: 1px solid var(--az-line-mid);
  outline: none;
  margin-top: 8px;
  padding: 16px 18px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 15px;
  letter-spacing: 0;
}

.az-quiz__lead input:focus {
  border-color: var(--az-red);
  background: var(--az-white);
}

.az-quiz__lead p {
  margin: 6px 0 0;
  color: var(--az-gray-text);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.az-quiz__lead p.is-success {
  color: var(--az-red);
  font-weight: 700;
}

.az-quiz__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--az-line-mid);
  margin-top: auto;
  padding-top: 24px;
}

.az-quiz__back {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 5px;
  background: transparent;
  color: var(--az-black);
  cursor: pointer;
  font-size: 15px;
}

.az-quiz.is-first .az-quiz__back {
  visibility: hidden;
  pointer-events: none;
}

.az-calc__cta--submit,
.az-quiz.is-final [data-quiz-next] {
  display: none;
}

.az-quiz.is-final .az-calc__cta--submit {
  display: flex;
}

.az-quiz__side {
  display: flex;
  height: 100%;
  min-height: 580px;
  flex-direction: column;
  padding: 42px 44px;
  background: var(--az-red);
  color: var(--az-white);
}

.az-quiz__side .az-calc__tablo {
  padding: 34px 0 0;
  background: transparent;
}

.az-quiz__side-result {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  margin-top: 32px;
}

.az-calc.is-quiz-final .az-quiz__side-result {
  display: block;
}

.az-calc.is-quiz-final .az-quiz__side-hint {
  display: none;
}

.az-quiz__side .az-calc__tablo strong {
  font-size: clamp(56px, 6.4vw, 104px);
}

.az-quiz__side .az-calc__tablo small {
  margin-top: 22px;
}

.az-quiz__side > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.az-quiz__side p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  margin: 0;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.az-quiz__side em {
  font-style: normal;
  font-weight: 300;
}

.az-quiz__side b {
  text-align: right;
}

.az-quiz__side small,
.az-quiz__side-hint {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.az-field {
  display: grid;
  grid-template-columns: 46px 150px 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--az-line-mid);
  padding-bottom: 22px;
}

.az-field--stack {
  align-items: start;
}

.az-num {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--az-red);
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 14px;
}

.az-field__label {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.az-field__label em {
  display: block;
  margin-top: 4px;
  color: var(--az-gray-text);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.16em;
}

.az-field input {
  width: 100%;
  border: 1px solid var(--az-line-mid);
  border-radius: 0;
  outline: none;
  padding: 18px 20px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 16px;
}

.az-field input:focus {
  border-color: var(--az-red);
  background: var(--az-white);
}

.az-segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--az-line-mid);
}

.az-segments button {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--az-line-mid);
  padding: 15px 8px;
  background: var(--az-white);
  color: var(--az-black);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  transition: background 0.2s ease, color 0.2s ease;
}

.az-segments button:last-child {
  border-right: 0;
}

.az-segments button.is-active {
  background: var(--az-red);
  color: var(--az-white);
}

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

/* --- Тип авто: иконки --- */
.az-segments--cars {
  border: 0;
  gap: 10px;
}

.az-segments--cars .az-seg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--az-line-mid);
  border-radius: 6px;
  padding: 16px 8px;
  background: var(--az-white);
  color: var(--az-black);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.az-segments--cars .az-seg__icon {
  display: block;
  width: 58px;
  height: 42px;
  object-fit: contain;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.az-segments--cars .az-seg span {
  font-size: 12px;
  font-weight: 700;
}

.az-segments--cars .az-seg:hover {
  border-color: var(--az-red);
}

.az-segments--cars .az-seg:hover .az-seg__icon {
  transform: translateY(-2px);
}

.az-segments--cars .az-seg.is-active {
  border-color: var(--az-red);
  background: var(--az-red);
  color: var(--az-white);
}

.az-segments--cars .az-seg.is-active .az-seg__icon {
  filter: brightness(0) invert(1);
}

/* --- Кастомный дропдаун города --- */
.az-select {
  position: relative;
  width: 100%;
}

.az-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 1px solid var(--az-line-mid);
  padding: 18px 20px;
  background: var(--az-fill-light);
  color: var(--az-black);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  transition: border-color 0.2s ease;
}

.az-select.is-open .az-select__trigger,
.az-select__trigger:hover {
  border-color: var(--az-red);
  background: var(--az-white);
}

.az-select__value--empty {
  color: var(--az-gray-text);
  font-weight: 400;
}

.az-select__caret {
  flex: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--az-graphite);
  border-bottom: 2px solid var(--az-graphite);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.25s var(--az-ease);
}

.az-select.is-open .az-select__caret {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.az-select__panel {
  position: absolute;
  z-index: 12;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  display: none;
  border: 1px solid var(--az-line-mid);
  background: var(--az-white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.az-select.is-open .az-select__panel {
  display: block;
}

.az-select__search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--az-line);
  border-radius: 0;
  outline: none;
  padding: 14px 18px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 14px;
}

.az-select__list {
  max-height: 232px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  overflow-y: auto;
}

.az-select__option {
  padding: 11px 18px;
  color: var(--az-black);
  cursor: pointer;
  font-size: 15px;
  transition: background 0.15s ease, color 0.15s ease;
}

.az-select__option:hover {
  background: var(--az-fill-light);
}

.az-select__option.is-selected {
  color: var(--az-red);
  font-weight: 700;
}

.az-select__empty {
  padding: 14px 18px;
  color: var(--az-gray-text);
  font-size: 14px;
}

.az-calc__cta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 21px 26px;
  background: var(--az-red);
  color: var(--az-white);
  font-size: 15px;
  font-weight: 700;
}

.az-calc__tablo {
  padding: 46px 52px;
  background: var(--az-red);
  color: var(--az-white);
}

.az-calc__overline {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.az-calc__tablo strong {
  display: block;
  margin-top: 18px;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(50px, 7vw, 110px);
  line-height: 0.9;
}

.az-calc__rule {
  height: 1px;
  margin: 34px 0 24px;
  background: rgba(255, 255, 255, 0.42);
}

.az-calc__tablo p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  margin: 0;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.az-calc__tablo small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  line-height: 1.5;
}

/* ===== ROUTES ===== */
.az-rooms__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: start;
  gap: 72px;
  margin-top: 72px;
}

.az-room {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: baseline;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: color 0.25s ease;
}

.az-room:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.az-room span {
  color: var(--az-gray-text);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 15px;
}

.az-room strong {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 300;
  text-transform: uppercase;
}

.az-room em {
  font-style: normal;
  font-weight: 300;
}

.az-room.is-active,
.az-room.is-active span {
  color: var(--az-white);
}

.az-room.is-active span {
  color: var(--az-red);
}

.az-rooms__media {
  position: relative;
  overflow: visible;
  background: transparent;
}

.az-route-map__figure {
  position: relative;
  overflow: visible;
  background: transparent;
}

.az-route-map__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  padding: 0;
  mix-blend-mode: screen;
}

.az-rooms__media p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 300;
}

.az-route-map__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.az-route-map__line {
  fill: none;
  stroke: var(--az-red);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--route-length, 1200);
  stroke-dashoffset: var(--route-length, 1200);
  filter: drop-shadow(0 0 9px rgba(228, 0, 43, 0.7));
}

.az-route-map.is-active .az-route-map__line {
  animation: az-route-draw 1.1s var(--az-ease) forwards;
}

.az-route-map__cities {
  pointer-events: none;
}

.az-route-map__city {
  opacity: 1;
}

.az-route-map__city-ring {
  fill: rgba(228, 0, 43, 0.2);
  stroke: var(--az-red);
  stroke-width: 3;
}

.az-route-map__city-dot {
  fill: var(--az-red);
  stroke: var(--az-white);
  stroke-width: 2.4;
}

.az-route-map__label {
  fill: var(--az-white);
  stroke: rgba(13, 13, 13, 0.9);
  stroke-width: 6;
  paint-order: stroke;
  stroke-linejoin: round;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-anchor: middle;
}

.az-route-map__point {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.az-route-map.is-active .az-route-map__point {
  opacity: 1;
}

.az-route-map.is-active .az-route-map__point--via {
  opacity: 0;
}

.az-route-map__pulse {
  fill: rgba(255, 255, 255, 0.22);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
}

.az-route-map.is-active .az-route-map__pulse {
  animation: az-route-pulse 1.35s ease-out infinite;
}

.az-route-map__dot {
  fill: var(--az-red);
  stroke: var(--az-white);
  stroke-width: 2.5;
}

.az-route-map__via-dot {
  fill: var(--az-white);
  stroke: var(--az-red);
  stroke-width: 2.2;
  opacity: 0.94;
}

@keyframes az-route-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes az-route-pulse {
  0% {
    opacity: 0.85;
    transform: scale(0.45);
  }

  70% {
    opacity: 0;
    transform: scale(1.22);
  }

  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

/* ===== FLEET ===== */
.fleet {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 130px var(--az-gutter) 90px;
  background: var(--az-black);
  color: var(--az-white);
}

.fleet__media,
.fleet__shade,
.fleet__video {
  position: absolute;
  inset: 0;
}

.fleet__media {
  z-index: 0;
  background: var(--az-black);
}

.fleet__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.7s ease, transform 1.1s var(--az-ease);
}

.fleet__video.is-active {
  opacity: 1;
  transform: scale(1);
}

.fleet__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.94) 0%, rgba(13, 13, 13, 0.72) 38%, rgba(13, 13, 13, 0.2) 72%, rgba(13, 13, 13, 0.42) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, 0.82) 0%, rgba(13, 13, 13, 0) 44%, rgba(13, 13, 13, 0.42) 100%);
  pointer-events: none;
}

.fleet__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 220px);
  flex-direction: column;
}

.fleet__layout {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(300px, 520px) 1fr;
  align-items: end;
  gap: 72px;
  padding-top: 68px;
}

.fleet__info {
  max-width: 520px;
}

.fleet__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--az-red);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
}

.fleet__counter b {
  font-size: 46px;
  line-height: 1;
}

.fleet__counter em {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
}

.fleet__kicker {
  margin: 28px 0 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.fleet__info h2 {
  margin: 0;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 68px;
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.fleet__lead {
  max-width: 460px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.fleet__specs {
  margin-top: 38px;
}

.fleet__specs p {
  display: flex;
  align-items: baseline;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 0;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.fleet__specs p:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fleet__specs p::after {
  order: 2;
  flex: 1;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.36);
  content: "";
  transform: translateY(-4px);
}

.fleet__specs span {
  order: 1;
}

.fleet__specs b {
  order: 3;
  color: var(--az-white);
  font-weight: 700;
}

.fleet__controls {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.fleet__arrow {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  background: rgba(13, 13, 13, 0.22);
  color: var(--az-white);
  cursor: pointer;
  font-size: 24px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--az-ease);
}

.fleet__arrow:hover {
  border-color: var(--az-red);
  background: var(--az-red);
  transform: translateY(-2px);
}

.fleet__models {
  align-self: end;
  justify-self: end;
  width: min(520px, 100%);
}

.fleet__models button {
  display: grid;
  width: 100%;
  grid-template-columns: 68px 1fr;
  align-items: center;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  transition: color 0.25s ease, padding-left 0.25s var(--az-ease);
}

.fleet__models button:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fleet__models span {
  color: var(--az-red);
  font-family: "RFDewi", "Bahnschrift", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.fleet__models button.is-active,
.fleet__models button:hover {
  color: var(--az-white);
  padding-left: 16px;
}

/* ===== PATH ===== */
.path {
  position: relative;
  overflow: visible;
  padding: 0;
  background: var(--az-black);
  color: var(--az-white);
}

.path::before {
  position: absolute;
  top: 0;
  left: var(--az-gutter);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.path::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228, 0, 43, 0.12) 0, transparent 30%),
    radial-gradient(circle at 78% 40%, rgba(255, 255, 255, 0.08), transparent 36%);
  content: "";
  pointer-events: none;
}

.path__motion {
  position: relative;
  height: auto;
  min-height: 0;
}

.path__stage {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 118px var(--az-gutter) 72px;
}

.path__title {
  position: relative;
  z-index: 1;
}

.path__eyebrow {
  color: var(--az-white);
}

.path__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.path__title-row .az-h2 {
  margin: 0;
}

.path__title-row p {
  max-width: 520px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.path__scene {
  position: relative;
  z-index: 1;
  height: clamp(610px, 54vw, 760px);
  margin-top: clamp(42px, 5vw, 70px);
  --track-top: clamp(450px, 39vw, 540px);
  --track-left: 17%;
  --track-right: 17%;
  --step-gap: 20%;
  --truck-y-offset: clamp(124px, 13vw, 178px);
}

.path__road {
  position: absolute;
  right: var(--track-right);
  top: var(--track-top);
  left: var(--track-left);
  height: 6px;
  overflow: visible;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.path__road-base {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
}

.path__road-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: inherit;
  background: var(--az-red);
  transition: width 0.42s var(--az-ease);
}

.path__dots,
.path__dots button {
  position: absolute;
}

.path__dots {
  inset: 0;
}

.path__dots button {
  top: 50%;
  left: calc(var(--dot-i) * var(--step-gap));
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: #191919;
  box-shadow: 0 0 0 0 rgba(227, 28, 36, 0);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 17px;
  transform: translate(-50%, -50%);
  transition: border-color 0.32s ease, background 0.32s ease, box-shadow 0.32s ease, color 0.32s ease, transform 0.32s var(--az-ease);
}

.path__dots button:nth-child(1) { --dot-i: 0; }
.path__dots button:nth-child(2) { --dot-i: 1; }
.path__dots button:nth-child(3) { --dot-i: 2; }
.path__dots button:nth-child(4) { --dot-i: 3; }
.path__dots button:nth-child(5) { --dot-i: 4; }
.path__dots button:nth-child(6) { --dot-i: 5; }

.path__dots button:nth-child(1)::before { content: "1"; }
.path__dots button:nth-child(2)::before { content: "2"; }
.path__dots button:nth-child(3)::before { content: "3"; }
.path__dots button:nth-child(4)::before { content: "4"; }
.path__dots button:nth-child(5)::before { content: "5"; }
.path__dots button:nth-child(6)::before { content: "6"; }

.path__dots button.is-passed,
.path__dots button.is-active {
  border-color: var(--az-red);
  background: var(--az-red);
  color: var(--az-white);
}

.path__dots button.is-active {
  box-shadow: 0 0 0 22px rgba(228, 0, 43, 0.14);
  transform: translate(-50%, -50%) scale(1.08);
}

.path__truck {
  position: absolute;
  z-index: 2;
  top: calc(var(--track-top) - var(--truck-y-offset));
  left: var(--track-left);
  display: block;
  width: clamp(240px, 26vw, 390px);
  height: auto;
  min-width: 0;
  object-fit: contain;
  filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.52));
  transform: translateX(calc(var(--truck-x, 0px) - 50%));
  transform-origin: center top;
  transition: opacity 0.18s ease, transform 0.48s var(--az-ease);
  will-change: transform;
}

.steps {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.step {
  position: absolute;
  top: 4px;
  right: 0;
  width: min(420px, 35vw);
  min-height: 270px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--az-red);
  border-radius: 0;
  padding: 30px 34px 28px;
  background: rgba(13, 13, 13, 0.78);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateY(22px);
  transition:
    opacity 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s var(--az-ease);
}

.step h3 {
  margin: 22px 0 12px;
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-transform: none;
}

.step.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  border-color: rgba(227, 28, 36, 0.46);
}

.step span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--az-red);
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 18px;
}

.step p {
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  line-height: 1.55;
}

.step em {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.path__card-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.path__card-nav b {
  color: rgba(255, 255, 255, 0.62);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.path__arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--az-white);
  cursor: pointer;
  font-size: 20px;
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s var(--az-ease), opacity 0.24s ease;
}

.path__arrow:hover:not(:disabled),
.path__arrow:focus-visible {
  border-color: var(--az-red);
  background: var(--az-red);
  transform: translateY(-2px);
}

.path__arrow:disabled {
  cursor: default;
  opacity: 0.36;
}

/* ===== MODEL ===== */
.az-model__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 80px;
}

.az-model__steps strong {
  color: var(--az-red);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 58px;
  line-height: 1;
}

.az-model__steps h3 {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.az-model__steps em {
  display: block;
  margin-top: 4px;
  color: var(--az-gray-text);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.18em;
}

.az-model__steps p {
  margin: 14px 0 0;
  color: var(--az-graphite);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.az-model__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 88px;
}

.az-model-card {
  padding: 48px 52px;
  background: var(--az-line);
}

.az-model-card--dark {
  background: var(--az-black);
  color: var(--az-white);
}

.az-model-card h3 {
  margin: 0 0 28px;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.az-model-card h3 em {
  color: var(--az-gray-text);
  font-style: normal;
  font-weight: 300;
}

.az-model-card p {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 18px;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
}

.az-model-card p::after {
  order: 2;
  flex: 1;
  border-bottom: 1.5px dotted var(--az-red);
  content: "";
  transform: translateY(-4px);
}

.az-model-card p span {
  order: 1;
}

.az-model-card p b {
  order: 3;
  color: var(--az-red);
}

.az-model-card small {
  display: block;
  margin-top: 26px;
  color: var(--az-graphite);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.az-model-card--dark small {
  color: rgba(255, 255, 255, 0.62);
}

/* ===== BAND ===== */
.az-band {
  background: var(--az-white);
  color: var(--az-black);
}

.az-band__inner {
  padding: 130px var(--az-gutter) 80px;
}

.az-band__head {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-band__head .az-h2 {
  margin: 0;
}

.az-band__head p {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-band__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  border-top: 1px solid var(--az-line);
  margin-top: 64px;
  padding-top: 36px;
}

.az-band__stats strong {
  display: block;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 42px;
}

.az-band__stats span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}

.az-band__stats em {
  display: block;
  margin-top: 4px;
  color: var(--az-gray-text);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.16em;
}

.az-band__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--az-black);
}

.az-band__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 80px var(--az-gutter);
  transform: scale(1.08);
}

.az-band__caption {
  position: absolute;
  bottom: 0;
  left: var(--az-gutter);
  max-width: 360px;
  padding: 30px 34px;
  background: var(--az-white);
  color: var(--az-black);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.az-band__caption em {
  display: block;
  margin-top: 8px;
  color: var(--az-gray-text);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.18em;
}

/* ===== GALLERY ===== */
.az-gallery {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter);
  background: var(--az-black);
  color: var(--az-white);
}

.az-gallery::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228, 0, 43, 0.12), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.08), transparent 30%);
  content: "";
  pointer-events: none;
}

.az-gallery__head,
.az-gallery__grid,
.az-gallery__more-wrap,
.az-gallery .az-eyebrow {
  position: relative;
  z-index: 1;
}

.az-gallery__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-gallery__head .az-h2 {
  margin: 0;
}

.az-gallery__head p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 70px;
}

.az-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0;
  background: #151515;
  cursor: pointer;
}

.az-gallery__item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.58));
  content: "";
  opacity: 0;
  transition: opacity 0.32s ease;
}

.az-gallery__item::before {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  color: var(--az-white);
  content: "Открыть";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s var(--az-ease);
}

.az-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s var(--az-ease), filter 0.32s ease;
}

.az-gallery__item:hover::after,
.az-gallery__item:hover::before {
  opacity: 1;
}

.az-gallery__item:hover::before {
  transform: none;
}

.az-gallery__item:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

.az-gallery__grid::-webkit-scrollbar {
  display: none;
}

.az-gallery__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.az-gallery__more-wrap[hidden] {
  display: none;
}

.az-gallery__more {
  cursor: pointer;
}

@media (min-width: 721px) {
  .az-gallery__grid[data-gallery-collapsed] .az-gallery__item:nth-child(n + 7) {
    display: none;
  }
}

/* ===== REVIEWS ===== */
.az-reviews {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter);
  background: var(--az-white);
  color: var(--az-black);
}

.az-reviews::before {
  position: absolute;
  top: 0;
  right: var(--az-gutter);
  width: min(420px, 32vw);
  height: 5px;
  background: var(--az-red);
  content: "";
}

.az-reviews__head,
.az-reviews__grid,
.az-reviews .az-eyebrow {
  position: relative;
  z-index: 1;
}

.az-reviews__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-reviews__head .az-h2 {
  margin: 0;
}

.az-reviews__head p {
  margin: 0 0 8px;
  color: var(--az-gray-text);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-reviews__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.az-reviews__intro p {
  margin: 0;
}

.az-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.az-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 18px 28px;
  background: var(--az-red);
  color: var(--az-white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 0.25s ease, transform 0.25s var(--az-ease);
}

.az-reviews__button:hover {
  background: var(--az-red-dark);
  transform: translateY(-2px);
}

.az-reviews__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.az-reviews__arrow {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--az-line-mid);
  border-radius: 50%;
  background: var(--az-white);
  color: var(--az-black);
  cursor: pointer;
  font-size: 20px;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.az-reviews__arrow:hover {
  border-color: var(--az-red);
  background: var(--az-red);
  color: var(--az-white);
}

.az-reviews__arrow[disabled] {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}

.az-reviews__grid {
  --reviews-fade: clamp(56px, var(--az-gutter), 150px);
  display: flex;
  gap: 18px;
  margin-inline: calc(var(--az-gutter) * -1);
  margin-top: 64px;
  overflow-x: auto;
  padding-inline: var(--az-gutter);
  padding-bottom: 10px;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--az-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--reviews-fade), #000 calc(100% - var(--reviews-fade)), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 var(--reviews-fade), #000 calc(100% - var(--reviews-fade)), transparent 100%);
}

.az-reviews__grid::-webkit-scrollbar {
  display: none;
}

.az-review {
  display: flex;
  flex: 0 0 clamp(300px, calc((100vw - (var(--az-gutter) * 2) - 36px) / 3), 430px);
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--az-line-mid);
  border-radius: 8px;
  padding: 24px;
  background: var(--az-fill-light);
  color: var(--az-black);
  scroll-snap-align: start;
}

.az-review__top {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
}

.az-review__avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--az-red);
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.az-review__top strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.az-review__top em {
  display: block;
  margin-top: 4px;
  color: var(--az-gray-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
}

.az-review__stars {
  display: block;
  margin-top: 7px;
  color: #ffb000;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1;
}

.az-review__text {
  margin: 22px 0 0;
  color: var(--az-graphite);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.62;
}

.az-review__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.az-review__photo {
  position: relative;
  display: block;
  flex: 0 0 92px;
  width: 92px;
  aspect-ratio: 1.16;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: #161616;
  cursor: pointer;
}

.az-review__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.5));
  content: "";
  opacity: 0;
  transition: opacity 0.28s ease;
}

.az-review__photo::before {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 7px;
  color: var(--az-white);
  content: "Открыть";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s var(--az-ease);
}

.az-review__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s var(--az-ease), filter 0.28s ease;
}

.az-review__photo:hover::after,
.az-review__photo:hover::before {
  opacity: 1;
}

.az-review__photo:hover::before {
  transform: none;
}

.az-review__photo:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

/* ===== SERVICES ===== */
.az-services {
  padding: 130px var(--az-gutter);
  background: var(--az-white);
  color: var(--az-black);
}

.az-services__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-services__head .az-h2 {
  margin: 0;
}

.az-services__head p {
  margin: 0 0 8px;
  color: var(--az-gray-text);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 70px;
}

.az-service {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  background: #151515;
  color: var(--az-white);
}

.az-service__video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.7s var(--az-ease);
}

.az-service__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 28%, rgba(0, 0, 0, 0.82));
  transition: background 0.4s ease;
}

.az-service__num {
  position: absolute;
  top: 24px;
  left: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.az-service__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
  padding: 30px 28px;
}

.az-service h3 {
  margin: 0;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 23px;
  line-height: 1.06;
  text-transform: uppercase;
}

.az-service p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.5;
}

.az-service__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--az-white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.az-service__cta b {
  transition: transform 0.25s var(--az-ease);
}

.az-service:hover .az-service__video {
  transform: scale(1.12);
}

.az-service.is-preview-only:hover .az-service__video {
  transform: scale(1.04);
}

.az-service:hover .az-service__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.72));
}

.az-service.is-preview-only:hover .az-service__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 28%, rgba(0, 0, 0, 0.82));
}

.az-service__cta:hover {
  border-color: var(--az-red);
  background: var(--az-red);
}

.az-service__cta:hover b {
  transform: translateX(4px);
}

/* ===== DOCS ===== */
.az-docs {
  padding: 130px var(--az-gutter);
  background: var(--az-fill-light);
  color: var(--az-black);
}

.az-docs__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-docs__head .az-h2 {
  margin: 0;
}

.az-docs__head p {
  margin: 0 0 8px;
  color: var(--az-gray-text);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-docs__list {
  margin-top: 60px;
  border-top: 1px solid var(--az-line-mid);
}

.az-doc {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: start;
  gap: 24px;
  border-bottom: 1px solid var(--az-line-mid);
  padding: 30px 0;
}

.az-doc span {
  color: var(--az-red);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.az-doc strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.az-doc p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--az-gray-text);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.5;
}

/* ===== FAQ ===== */
.az-faq {
  padding: 130px var(--az-gutter);
  background: var(--az-white);
  color: var(--az-black);
}

.az-faq__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-faq__head .az-h2 {
  margin: 0;
}

.az-faq__head p {
  margin: 0 0 8px;
  color: var(--az-gray-text);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-faq__list {
  margin-top: 60px;
  border-top: 1px solid var(--az-line-mid);
}

.az-faq__item {
  border-bottom: 1px solid var(--az-line-mid);
}

.az-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  border: 0;
  padding: 28px 0;
  background: transparent;
  color: var(--az-black);
  cursor: pointer;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(17px, 2vw, 23px);
  text-align: left;
  transition: color 0.2s ease;
}

.az-faq__q:hover {
  color: var(--az-red);
}

.az-faq__q i {
  position: relative;
  flex: none;
  width: 20px;
  height: 20px;
}

.az-faq__q i::before,
.az-faq__q i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--az-red);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--az-ease), opacity 0.3s ease;
}

.az-faq__q i::before {
  width: 20px;
  height: 2px;
}

.az-faq__q i::after {
  width: 2px;
  height: 20px;
}

.az-faq__item.is-open .az-faq__q i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.az-faq__a {
  overflow: hidden;
}

.az-faq__item.is-open .az-faq__a {
  grid-template-rows: 1fr;
}

.az-faq__a p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--az-gray-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.35s var(--az-ease), opacity 0.35s var(--az-ease);
}

.az-faq__item.is-open .az-faq__a p {
  height: auto;
  opacity: 1;
}

/* ===== MAX / CALLBACK (contacts) ===== */
.az-contact__actions .az-contact__wa,
.az-contact__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 14px 24px;
  background: transparent;
  color: var(--az-white);
  cursor: pointer;
  font-family: "RFDewi", sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.az-contact__callback {
  background: var(--az-white);
  color: var(--az-red);
  border-color: var(--az-white);
}

.az-contact__actions .az-contact__wa b {
  transition: transform 0.25s var(--az-ease);
}

.az-contact__actions .az-contact__wa:hover {
  border-color: var(--az-white);
  background: var(--az-white);
  color: var(--az-red);
}

.az-contact__callback:hover {
  background: var(--az-black);
  color: var(--az-white);
  border-color: var(--az-black);
}

.az-contact__actions .az-contact__wa:hover b {
  transform: translateX(4px);
}

/* ===== SHORTS ===== */
.az-shorts {
  position: relative;
  overflow: hidden;
  padding: 130px var(--az-gutter);
  background: var(--az-black);
  color: var(--az-white);
}

.az-shorts::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228, 0, 43, 0.12), transparent 40%),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.07), transparent 34%);
  content: "";
  pointer-events: none;
}

.az-shorts__head,
.az-shorts__grid,
.az-shorts .az-eyebrow {
  position: relative;
  z-index: 1;
}

.az-shorts__head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-top: 34px;
}

.az-shorts__head .az-h2 {
  margin: 0;
}

.az-shorts__head p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-shorts__grid {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 70px;
}

.az-shorts__item {
  position: relative;
  display: block;
  flex: 0 0 calc((100% - 66px) / 4);
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0;
  background: #151515;
  cursor: pointer;
}

.az-shorts__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s var(--az-ease);
}

.az-shorts__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.az-shorts__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.32);
  backdrop-filter: blur(2px);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--az-ease), background 0.3s ease;
}

.az-shorts__play::before {
  content: "";
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--az-white);
}

.az-shorts__tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(228, 0, 43, 0.9);
  color: var(--az-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.az-shorts__item:hover .az-shorts__preview {
  transform: scale(1.08);
}

.az-shorts__item:hover .az-shorts__play {
  background: var(--az-red);
  transform: translate(-50%, -50%) scale(1.08);
}

/* ===== REELS PLAYER ===== */
.reels {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(14px);
}

.reels[hidden] {
  display: none;
}

.reels__track {
  width: min(430px, 100vw);
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.reels__track::-webkit-scrollbar {
  display: none;
}

.reels__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.reels__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

@media (min-width: 861px) {
  .reels__slide {
    padding: 22px 0;
  }
  .reels__video {
    border-radius: 18px;
  }
}

.reels__progress {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 3;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.reels__progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--az-white);
}

.reels__pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.42);
  color: var(--az-white);
  font-size: 30px;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s var(--az-ease);
}

.reels__slide.is-paused .reels__pause-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.reels__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 18px 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
  pointer-events: none;
}

.reels__caption {
  max-width: 74%;
}

.reels__caption strong {
  display: block;
  margin-bottom: 8px;
  color: var(--az-white);
  font-family: "RFDewi Extended", "RFDewi", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.46);
}

.reels__caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.5;
}

.reels__rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  pointer-events: auto;
}

.reels__act {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: var(--az-white);
  cursor: pointer;
}

.reels__act b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  line-height: 1;
  transition: color 0.2s ease;
}

.reels__icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  transition: fill 0.2s ease, stroke 0.2s ease, transform 0.2s var(--az-ease);
}

.reels__act em {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.reels__act:hover .reels__icon {
  transform: scale(1.18);
}

.reels__act.is-liked b {
  color: var(--az-red);
}

.reels__act.is-liked .reels__icon--heart {
  fill: currentColor;
}

.reels__close,
.reels__sound {
  position: absolute;
  z-index: 4;
  top: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.5);
  color: var(--az-white);
  cursor: pointer;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.reels__close {
  right: 24px;
  font-size: 32px;
}

.reels__close:hover {
  border-color: var(--az-red);
  background: var(--az-red);
}

.reels__sound {
  left: 24px;
}

.reels__sound:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.reels__sound-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reels__sound-on {
  display: none;
}

.reels.is-unmuted .reels__sound-off {
  display: none;
}

.reels.is-unmuted .reels__sound-on {
  display: block;
}

.reels__nav {
  position: absolute;
  right: 30px;
  z-index: 4;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.42);
  color: var(--az-white);
  cursor: pointer;
  font-size: 20px;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.reels__nav:hover {
  background: var(--az-red);
  border-color: var(--az-red);
}

.reels__nav--up {
  top: calc(50% - 56px);
}

.reels__nav--down {
  top: calc(50% + 10px);
}

.reels__nav[disabled] {
  opacity: 0.28;
  cursor: default;
  pointer-events: none;
}

body.reels-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__stage {
  display: flex;
  max-width: min(1120px, 92vw);
  max-height: 86vh;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox__stage img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.55);
}

.gallery-lightbox__close {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.44);
  color: var(--az-white);
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.gallery-lightbox__close:hover {
  border-color: var(--az-red);
  background: var(--az-red);
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(13, 13, 13, 0.44);
  color: var(--az-white);
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(-50%);
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.gallery-lightbox__nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: "";
}

.gallery-lightbox__nav--prev::before {
  transform: translate(-42%, -50%) rotate(135deg);
}

.gallery-lightbox__nav--next::before {
  transform: translate(-58%, -50%) rotate(-45deg);
}

.gallery-lightbox__nav:focus-visible {
  border-color: var(--az-red);
  background: var(--az-red);
}

@media (hover: hover) and (pointer: fine) {
  .gallery-lightbox__nav:hover {
    border-color: var(--az-red);
    background: var(--az-red);
  }
}

.gallery-lightbox__nav[hidden],
.gallery-lightbox__counter[hidden] {
  display: none;
}

.gallery-lightbox__nav--prev {
  left: clamp(18px, 4vw, 56px);
}

.gallery-lightbox__nav--next {
  right: clamp(18px, 4vw, 56px);
}

.gallery-lightbox__counter {
  position: absolute;
  right: 50%;
  bottom: 28px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(13, 13, 13, 0.54);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(50%);
  white-space: nowrap;
}

body.gallery-open {
  overflow: hidden;
}

/* ===== CALLBACK MODAL ===== */
.callback-modal {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(13, 13, 13, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.callback-modal[hidden] {
  display: none;
}

.callback-modal__panel {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(34px, 5vw, 58px);
  background: var(--az-red);
  color: var(--az-white);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46);
}

.callback-modal__panel::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
  content: "";
}

.callback-modal__close {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.22);
  color: var(--az-white);
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.callback-modal__close:hover {
  border-color: var(--az-white);
  background: rgba(13, 13, 13, 0.58);
}

.callback-modal__eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.callback-modal h2 {
  position: relative;
  margin: 18px 0 0;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.96;
  text-transform: uppercase;
}

.callback-modal p {
  position: relative;
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.callback-modal__form {
  position: relative;
  display: grid;
  gap: 15px;
  margin-top: 34px;
}

.callback-modal__form label {
  display: grid;
  gap: 8px;
}

.callback-modal__form span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.callback-modal__form input {
  width: 100%;
  border: 1px solid rgba(13, 13, 13, 0.22);
  outline: none;
  padding: 18px 20px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 16px;
  font-weight: 300;
}

.callback-modal__form input::placeholder {
  color: rgba(13, 13, 13, 0.48);
}

.callback-modal__form input:focus {
  border-color: var(--az-red);
  background: var(--az-white);
  box-shadow: 0 0 0 3px rgba(228, 0, 43, 0.18);
}

.callback-modal__form button {
  border: 0;
  margin-top: 8px;
  padding: 20px 26px;
  background: var(--az-white);
  color: var(--az-red);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.callback-modal__form small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.callback-modal__form small.is-success {
  color: var(--az-white);
  font-weight: 700;
}

.az-policy-check,
.callback-modal__form .az-policy-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.az-policy-check input {
  display: grid;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  place-content: center;
  border: 1px solid rgba(13, 13, 13, 0.32);
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  margin: 2px 0 0;
  padding: 0 !important;
  background: var(--az-white);
  accent-color: var(--az-red);
  cursor: pointer;
}

.az-policy-check input::before {
  width: 9px;
  height: 5px;
  border: solid var(--az-red);
  border-width: 0 0 2px 2px;
  content: "";
  transform: translateY(-1px) rotate(-45deg) scale(0);
  transition: transform 0.16s ease;
}

.az-policy-check input:checked::before {
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

.az-policy-check input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 3px;
}

.az-policy-check span,
.callback-modal__form .az-policy-check span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.az-policy-check a {
  color: var(--az-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-modal__panel {
  width: min(720px, 100%);
  max-height: min(860px, calc(100vh - 36px));
  overflow-y: auto;
}

.review-modal h2 {
  font-size: clamp(34px, 4vw, 58px);
}

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

.review-modal__form .review-modal__text,
.review-modal__form .review-modal__file,
.review-modal__form .az-policy-check,
.review-modal__form button,
.review-modal__form > small {
  grid-column: 1 / -1;
}

.review-modal__rating {
  display: grid;
  gap: 8px;
}

.review-rating {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 2px;
}

.callback-modal__form .review-rating__star {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  touch-action: manipulation;
  transition: color 0.18s ease, transform 0.18s var(--az-ease);
}

.callback-modal__form .review-rating__star svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.callback-modal__form .review-rating__star.is-active,
.callback-modal__form .review-rating__star:hover {
  color: #ffb000;
}

.callback-modal__form .review-rating__star:hover {
  transform: translateY(-1px);
}

.callback-modal__form .review-rating__star:focus-visible {
  outline: 2px solid var(--az-red);
  outline-offset: 2px;
}

.callback-modal__form textarea,
.callback-modal__form select {
  width: 100%;
  border: 1px solid rgba(13, 13, 13, 0.22);
  outline: none;
  padding: 18px 20px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 16px;
  font-weight: 300;
}

.callback-modal__form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.5;
}

.callback-modal__form textarea::placeholder {
  color: rgba(13, 13, 13, 0.48);
}

.callback-modal__form textarea:focus,
.callback-modal__form select:focus {
  border-color: var(--az-red);
  background: var(--az-white);
  box-shadow: 0 0 0 3px rgba(228, 0, 43, 0.18);
}

.callback-modal__form select option {
  color: var(--az-black);
}

.review-modal__file input {
  border-style: dashed;
  cursor: pointer;
}

.review-modal__file small {
  display: block;
  margin-top: 2px;
}

.callback-modal__form button[disabled] {
  cursor: progress;
  opacity: 0.68;
}

body.callback-open,
body.review-open {
  overflow: hidden;
}

/* ===== PRIVACY PAGE ===== */
.privacy-page {
  background: var(--az-black);
  color: var(--az-white);
}

.privacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px var(--az-gutter);
  background: var(--az-red);
}

.privacy-header img {
  display: block;
  width: clamp(150px, 14vw, 220px);
  height: auto;
}

.privacy-header a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--az-white);
  font-size: 13px;
  font-weight: 800;
}

.privacy-main {
  padding: clamp(70px, 9vw, 130px) var(--az-gutter);
}

.privacy-main article {
  max-width: 980px;
}

.privacy-main h1 {
  margin: 0;
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 0.98;
  text-transform: uppercase;
}

.privacy-main h2 {
  margin: 54px 0 0;
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
  text-transform: uppercase;
}

.privacy-main p,
.privacy-main li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.privacy-main p {
  margin: 18px 0 0;
}

.privacy-main ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.privacy-main a {
  color: var(--az-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-note {
  display: inline-block;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

/* ===== COOKIE CONSENT ===== */
.cookie-consent {
  position: fixed;
  z-index: 260;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 42px);
  display: grid;
  width: min(560px, calc(100vw - 32px));
  gap: 20px;
  padding: 26px;
  background: var(--az-black);
  color: var(--az-white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.cookie-consent a {
  color: var(--az-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-consent__actions button {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 13px 24px;
  background: transparent;
  color: var(--az-white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.cookie-consent__actions button:first-child {
  border-color: var(--az-red);
  background: var(--az-red);
}

.cookie-consent__actions button:hover {
  border-color: var(--az-white);
  background: var(--az-white);
  color: var(--az-red);
}

/* ===== CONTACT ===== */
.az-contact {
  position: relative;
  overflow: hidden;
  padding: 150px var(--az-gutter) 56px;
  background: var(--az-red);
  color: var(--az-white);
}

.az-contact__orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.az-contact__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start;
}

.az-contact h2 {
  margin: 0;
  font-family: "RFDewi", "Arial Narrow", "Bahnschrift", Arial, sans-serif;
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 1.06;
  text-transform: uppercase;
}

.az-contact h2 span {
  display: block;
}

.az-contact h2 span:first-child {
  font-weight: 300;
}

.az-contact h2 span:last-child {
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-weight: 900;
}

.az-contact__tagline {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3em;
}

.az-contact__copy p:not(.az-contact__tagline) {
  max-width: 460px;
  margin: 36px 0 0;
  color: var(--az-white);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.az-contact__copy > a {
  display: inline-block;
  margin-top: 48px;
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: clamp(26px, 2.4vw, 38px);
  text-decoration: none;
}

.az-contact__locations {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.az-contact__copy address {
  display: grid;
  gap: 6px;
  max-width: 520px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 0;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 300;
}

.az-contact__copy address strong {
  color: var(--az-white);
  font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-contact__copy address span,
.az-contact__copy address em {
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
  line-height: 1.45;
}

.az-contact__copy address a {
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  color: var(--az-white);
  font-size: 17px;
  font-weight: 700;
}

.az-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.az-contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}

.az-contact__form label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.22em;
}

.az-contact__form input {
  border: 1px solid rgba(13, 13, 13, 0.22);
  border-radius: 0;
  outline: none;
  padding: 19px 20px;
  background: var(--az-fill-light);
  color: var(--az-black);
  font-size: 16px;
  font-weight: 300;
}

.az-contact__form input::placeholder {
  color: rgba(13, 13, 13, 0.48);
}

.az-contact__form input:focus {
  border-color: var(--az-red);
  background: var(--az-white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

.az-contact__form button {
  border: 0;
  margin-top: 10px;
  padding: 21px 42px;
  background: var(--az-white);
  color: var(--az-red);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.az-contact__form p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.az-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.6);
  margin-top: 110px;
  padding-top: 28px;
  color: var(--az-white);
  font-size: 13.5px;
  font-weight: 500;
}

.az-footer a {
  color: var(--az-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ===== REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--az-ease), transform 0.8s var(--az-ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.path .step.reveal,
.path .step.reveal.is-visible {
  opacity: 0;
  transform: translateY(22px);
}

.path .step.reveal.is-active {
  opacity: 1;
  transform: none;
}

/* ===== ANIMATIONS ===== */
@keyframes az-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes az-fade {
  to { opacity: 1; }
}

@keyframes az-up {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: none; }
}

@keyframes az-quiz-in {
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1099px) {
  .site-header {
    position: fixed;
  }

  .brand {
    left: 18px;
    width: 154px;
    padding: 12px 14px;
  }

  .brand__mark {
    font-size: 20px;
  }

  .brand__text {
    font-size: 6px;
  }

  .nav {
    position: fixed;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 86px 24px 34px;
    background: var(--az-black);
    font-family: "RFDewi Extended", "Arial Black", Impact, sans-serif;
    font-size: clamp(26px, 8.4vw, 34px);
    font-weight: 900;
    letter-spacing: 0.01em;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.5s var(--az-ease), opacity 0.4s ease;
  }

  body.menu-open .nav {
    display: flex;
    transform: none;
  }

  .nav a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 0;
  }

  .nav__mobile-actions {
    display: grid;
    width: 100%;
    gap: 10px;
    margin-top: 22px;
    font-family: "RFDewi", "Bahnschrift", "Arial Narrow", Arial, sans-serif;
  }

  .nav__mobile-actions a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
  }

  .nav__mobile-actions a::after {
    display: none;
  }

  .nav__mobile-phone {
    background: var(--az-white);
    color: var(--az-black);
  }

  .nav__mobile-max {
    background: var(--az-red);
    color: var(--az-white);
  }

  .header-phone {
    display: none;
  }

  .menu-toggle {
    position: fixed;
    z-index: 102;
    top: 16px;
    right: 18px;
    display: flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 0;
    background: rgba(13, 13, 13, 0.18);
    backdrop-filter: blur(6px);
    pointer-events: auto;
  }

  .menu-toggle span {
    width: 20px;
    height: 1.6px;
    margin: 0;
  }

  .hero {
    min-height: 100svh;
  }

  .hero__sticky {
    min-height: 100svh;
  }

  .hero__gradient {
    background: linear-gradient(#0d0d0d80 0%, #0d0d0d0d 24%, #0d0d0d1f 46%, #0d0d0d9e 74%, #0d0d0de6 100%);
  }

  .hero__orbit {
    opacity: 0.78;
  }

  .hero__coords {
    display: none;
  }

  .hero__content {
    right: var(--az-gutter-m);
    bottom: 96px;
    left: var(--az-gutter-m);
  }

  .hero__content h1 {
    max-width: 100%;
    font-size: clamp(36px, 10.8vw, 50px);
    line-height: 1.02;
  }

  .hero__route-from {
    font-size: 0.92em;
  }

  .hero__subtitle {
    margin-top: 16px;
    font-size: 11.5px;
    letter-spacing: 0.3em;
  }

  .hero__row {
    display: block;
    margin-top: 24px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__actions {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .button--red {
    padding: 18px 24px;
  }

  .button {
    width: auto;
  }

  .az-section,
  .az-calc {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-eyebrow {
    gap: 16px;
    font-size: 11px;
  }

  .az-eyebrow strong {
    display: none;
  }

  .az-h2 {
    margin-top: 22px;
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.07;
  }

  .az-circles {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .az-circle::before {
    width: 100%;
  }

  .az-circle strong {
    top: 30%;
    font-size: clamp(38px, 13vw, 50px);
  }

  .az-circle small {
    top: 52%;
    font-size: 11px;
  }

  .az-circle__dot {
    top: 12%;
    right: 19%;
  }

  .az-circle p {
    font-size: 13.5px;
  }

  .az-about {
    min-height: 0;
    padding: 86px var(--az-gutter-m);
  }

  .az-about__title {
    margin-top: 26px;
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.04;
  }

  .az-about__tagline {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .az-about__grid {
    display: block;
    margin-top: 36px;
  }

  .az-about__copy {
    max-width: none;
    padding-top: 26px;
  }

  .az-about__copy p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .az-about__card {
    margin-top: 28px;
    padding: 28px 22px;
  }

  .az-about__card p {
    display: block;
    padding: 14px 0;
    font-size: 14px;
  }

  .az-about__card b {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .az-compare {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-compare::before {
    right: var(--az-gutter-m);
    width: min(300px, 62vw);
  }

  .az-compare__head {
    display: block;
    margin-top: 22px;
  }

  .az-compare__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-compare__intro {
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
  }

  .az-compare__table-wrap {
    margin-inline: calc(var(--az-gutter-m) * -1);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

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

  .az-calc__head,
  .az-calc__grid,
  .az-rooms__grid,
  .az-band__head,
  .az-contact__grid {
    display: block;
  }

  .az-calc__head p,
  .az-band__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-calc__grid {
    margin-top: 28px;
  }

  .az-calc__controls {
    gap: 22px;
    padding: 28px 22px;
  }

  .az-quiz {
    min-height: 600px;
  }

  .az-quiz__top {
    display: block;
  }

  .az-quiz__progress {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .az-quiz__progress span {
    width: 28px;
  }

  .az-quiz__progress span.is-active {
    width: 44px;
  }

  .az-quiz__step {
    min-height: 348px;
  }

  .az-quiz__step h3 {
    font-size: clamp(26px, 8vw, 38px);
  }

  .az-quiz__step--result {
    grid-template-columns: 1fr;
  }

  .az-quiz__lead {
    padding: 24px 22px;
  }

  .az-quiz__side {
    margin-top: 14px;
    min-height: 0;
    padding: 30px 22px;
  }

  .az-field,
  .az-field--stack {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .az-field input,
  .az-select,
  .az-segments {
    grid-column: 1 / -1;
  }

  .az-segments {
    grid-template-columns: 1fr 1fr;
  }

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

  .az-calc__tablo {
    margin-top: 14px;
    padding: 30px 22px 28px;
  }

  .az-rooms__grid {
    margin-top: 34px;
  }

  .az-room {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .az-room em {
    grid-column: 2;
  }

  .az-rooms__media {
    margin-top: 28px;
  }

  .az-route-map__figure img {
    height: auto;
    padding: 0;
  }

  .az-route-map__overlay {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .az-route-map__label {
    font-size: 34px;
  }

  .fleet {
    min-height: 820px;
    padding: 82px var(--az-gutter-m) 72px;
  }

  .fleet__shade {
    background:
      linear-gradient(90deg, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.58) 58%, rgba(13, 13, 13, 0.26) 100%),
      linear-gradient(0deg, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.08) 48%, rgba(13, 13, 13, 0.5) 100%);
  }

  .fleet__inner {
    min-height: auto;
  }

  .fleet__layout {
    display: block;
    padding-top: 42px;
  }

  .fleet__info {
    max-width: 560px;
  }

  .fleet__counter b {
    font-size: 38px;
  }

  .fleet__info h2 {
    font-size: 44px;
    line-height: 1.02;
  }

  .fleet__lead {
    max-width: 520px;
    font-size: 15.5px;
  }

  .fleet__specs {
    margin-top: 30px;
  }

  .fleet__models {
    width: 100%;
    margin-top: 44px;
  }

  .fleet__models button {
    grid-template-columns: 52px 1fr;
    padding: 18px 0;
    font-size: 22px;
  }

  .az-model__steps {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
    margin-top: 38px;
  }

  .az-model__steps strong {
    font-size: 42px;
  }

  .az-model__cards {
    display: block;
    margin-top: 40px;
  }

  .az-model-card {
    padding: 28px 22px;
  }

  .az-model-card + .az-model-card {
    margin-top: 14px;
  }

  .az-model-card p {
    justify-content: space-between;
    border-bottom: 1px solid var(--az-line-mid);
    padding: 12px 0;
    font-size: 14px;
  }

  .az-model-card p::after {
    display: none;
  }

  .az-band__inner {
    padding: 82px var(--az-gutter-m) 44px;
  }

  .az-band__stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    margin-top: 34px;
    padding-top: 28px;
  }

  .az-band__media {
    min-height: 430px;
  }

  .az-band__media img {
    padding: 48px 24px;
  }

  .az-band__caption {
    left: 0;
    max-width: 82%;
    padding: 18px 22px;
    font-size: 15px;
  }

  .az-services {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-services__head {
    display: block;
    margin-top: 22px;
  }

  .az-services__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .az-service {
    aspect-ratio: 3 / 4;
  }

  .az-docs,
  .az-faq {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-docs__head,
  .az-faq__head {
    display: block;
    margin-top: 22px;
  }

  .az-docs__head p,
  .az-faq__head p {
    margin-top: 18px;
    font-size: 16px;
  }

  .az-docs__list,
  .az-faq__list {
    margin-top: 40px;
  }

  .az-doc {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .az-shorts {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-shorts__head {
    display: block;
    margin-top: 22px;
  }

  .az-shorts__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-shorts__grid {
    justify-content: flex-start;
    gap: 14px;
    margin-inline: calc(var(--az-gutter-m) * -1);
    margin-top: 38px;
    overflow-x: auto;
    padding-inline: var(--az-gutter-m);
    scroll-padding-inline: var(--az-gutter-m);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .az-shorts__grid::-webkit-scrollbar {
    display: none;
  }

  .az-shorts__item {
    flex: 0 0 min(78vw, 330px);
    scroll-snap-align: center;
  }

  .reels__close {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .reels__sound {
    top: 16px;
    left: 16px;
    width: 44px;
    height: 44px;
  }

  .reels__nav {
    display: none;
  }

  .az-gallery {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-gallery__head {
    display: block;
    margin-top: 22px;
  }

  .az-gallery__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-gallery__grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .az-reviews {
    padding: 82px var(--az-gutter-m) 86px;
  }

  .az-reviews::before {
    right: var(--az-gutter-m);
    width: min(260px, 58vw);
  }

  .az-reviews__head {
    display: block;
    margin-top: 22px;
  }

  .az-reviews__head p {
    margin-top: 22px;
    font-size: 16px;
  }

  .az-reviews__intro {
    gap: 18px;
  }

  .az-reviews__grid {
    --reviews-fade: var(--az-gutter-m);
    gap: 14px;
    margin-inline: calc(var(--az-gutter-m) * -1);
    margin-top: 38px;
    padding-inline: var(--az-gutter-m);
    scroll-padding-inline: var(--az-gutter-m);
  }

  .az-review {
    flex-basis: min(72vw, 360px);
  }

  .review-modal__form {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox__close {
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
    font-size: 32px;
  }

  .az-contact {
    padding: 84px var(--az-gutter-m) 48px;
  }

  .az-contact h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.03;
  }

  .az-contact__copy p:not(.az-contact__tagline) {
    margin-top: 26px;
    font-size: 15.5px;
  }

  .az-contact__copy > a {
    display: block;
    margin-top: 30px;
    font-size: clamp(26px, 8vw, 34px);
  }

  .az-contact__actions {
    display: grid;
  }

  .az-contact__actions .az-contact__wa,
  .az-contact__callback {
    width: 100%;
  }

  .az-contact__form {
    margin-top: 36px;
  }

  .az-contact__form button {
    padding: 18px 32px;
  }

  .az-footer {
    flex-direction: column;
    gap: 9px;
    margin-top: 44px;
    padding-top: 22px;
    font-size: 13px;
  }

  .path__scene {
    height: 700px;
    margin-top: 42px;
    --track-top: 545px;
    --track-left: 16%;
    --track-right: 16%;
    --step-gap: 20%;
    --truck-y-offset: 96px;
  }

  .path__motion {
    height: auto;
    min-height: 0;
  }

  .path__stage {
    padding: 86px 18px 44px;
  }

  .path__title-row {
    display: block;
    margin-top: 22px;
  }

  .path__title-row p {
    margin-top: 20px;
    font-size: 15.5px;
  }

  .step {
    top: 0;
    right: auto;
    left: 0;
    width: min(100%, 420px);
    min-height: 230px;
    padding: 24px 24px 22px;
  }

  .step h3 {
    font-size: 24px;
  }

  .step p {
    font-size: 14px;
  }

  .step em {
    margin-top: 22px;
  }

  .path__truck {
    top: calc(var(--track-top) - var(--truck-y-offset));
    width: clamp(176px, 34vw, 260px);
    height: auto;
    min-width: 0;
    object-fit: contain;
    transform: translateX(calc(var(--truck-x, 0px) - 50%));
  }

  .path__dots button {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .path__dots button.is-active {
    box-shadow: 0 0 0 14px rgba(228, 0, 43, 0.14);
  }

  .steps {
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .privacy-header {
    display: grid;
    padding: 18px var(--az-gutter-m);
  }

  .privacy-header a:last-child {
    width: fit-content;
  }

  .privacy-main {
    padding: 58px var(--az-gutter-m) 76px;
  }

  .privacy-main p,
  .privacy-main li {
    font-size: 15.5px;
  }

  .cookie-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 20px;
  }

  .cookie-consent__actions {
    display: grid;
  }

  .cookie-consent__actions button {
    width: 100%;
  }

  .site-header {
    gap: 12px;
    padding: 14px 16px;
  }

  .brand {
    min-width: auto;
  }

  .brand__text {
    display: none;
  }

  .header-phone {
    padding: 10px 12px;
    font-size: 11px;
  }

  .hero {
    height: auto;
    min-height: 100svh;
  }

  .hero__content {
    justify-content: flex-end;
    width: auto;
    max-width: calc(100vw - (var(--az-gutter-m) * 2));
    min-width: 0;
  }

  .hero__content h1 {
    font-size: clamp(31px, 9.5vw, 44px);
  }

  .hero__content h1 span {
    white-space: normal;
  }

  .hero__route-from {
    font-size: 0.9em;
  }

  .hero__layout {
    padding: 96px 18px 32px;
  }

  .az-compare__intro {
    grid-template-columns: 1fr;
  }

  .az-compare__intro article {
    padding: 22px;
  }

  .az-compare__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }

  .az-compare__icon svg {
    width: 27px;
    height: 27px;
  }

  .az-compare__table {
    min-width: 760px;
  }

  .az-compare__table th,
  .az-compare__table td {
    padding: 16px;
  }

  .az-compare__table thead th {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .az-compare__table tbody th,
  .az-compare__table tbody td {
    font-size: 13.5px;
  }

  .az-compare__badge {
    padding: 6px 9px;
    font-size: 10px;
  }

  .az-compare__cta .button {
    width: 100%;
  }

  .az-circles {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .az-quiz {
    min-height: 620px;
  }

  .az-quiz__progress span {
    flex: 1;
    width: auto;
  }

  .az-quiz__progress span.is-active {
    width: auto;
  }

  .az-quiz__step {
    min-height: 372px;
  }

  .az-quiz__nav {
    align-items: stretch;
    flex-direction: column;
  }

  .az-quiz__back,
  .az-quiz__nav .az-calc__cta {
    width: 100%;
    justify-content: center;
    padding: 18px 20px;
  }

  .az-segments--three {
    grid-template-columns: 1fr;
  }

  .az-segments--cars {
    grid-template-columns: 1fr 1fr;
  }

  .az-quiz__side p {
    display: block;
  }

  .az-quiz__side b {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .fleet {
    min-height: 760px;
    padding-top: 86px;
    padding-bottom: 54px;
  }

  .fleet__video {
    object-position: center;
  }

  .fleet__layout {
    padding-top: 34px;
  }

  .fleet__kicker {
    margin-top: 22px;
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .fleet__info h2 {
    font-size: 36px;
  }

  .fleet__lead {
    margin-top: 20px;
    font-size: 14.5px;
  }

  .fleet__specs p {
    display: block;
    padding: 14px 0;
    font-size: 14px;
  }

  .fleet__specs p::after {
    display: none;
  }

  .fleet__specs b {
    display: block;
    margin-top: 5px;
  }

  .fleet__arrow {
    width: 52px;
    height: 52px;
  }

  .fleet__models {
    margin-top: 34px;
  }

  .fleet__models button {
    grid-template-columns: 42px 1fr;
    padding: 15px 0;
    font-size: 18px;
  }

  .path::before {
    left: 18px;
  }

  .path__motion {
    min-height: 0;
  }

  .path__scene {
    height: 660px;
    --track-top: 505px;
    --track-left: 24%;
    --track-right: 24%;
    --truck-y-offset: 84px;
  }

  .path__title-row p {
    font-size: 14.5px;
  }

  .step {
    min-height: 238px;
    padding: 22px 20px 20px;
  }

  .step span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .step h3 {
    margin-top: 18px;
    font-size: 22px;
  }

  .path__truck {
    top: calc(var(--track-top) - var(--truck-y-offset));
    width: clamp(150px, 46vw, 210px);
    height: auto;
  }

  .path__dots button {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .az-circle strong {
    font-size: 32px;
  }

  .az-circle small {
    font-size: 10px;
  }

  .az-model__steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .az-band__stats {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .az-gallery__grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-inline: calc(var(--az-gutter-m) * -1);
    overflow-x: auto;
    padding-inline: var(--az-gutter-m);
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scroll-padding-inline: var(--az-gutter-m);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .az-gallery__more-wrap {
    display: none;
  }

  .az-gallery__item {
    flex: 0 0 min(86vw, 340px);
    aspect-ratio: 1.22;
    scroll-snap-align: center;
  }

  .az-reviews__grid {
    gap: 12px;
  }

  .az-review {
    flex-basis: min(86vw, 340px);
    padding: 22px;
  }

  .az-review__top {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .az-review__avatar {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .az-review__photo {
    flex-basis: 88px;
    width: 88px;
  }

  .az-reviews__actions {
    width: 100%;
  }

  .az-reviews__button {
    flex: 1 1 100%;
    width: 100%;
  }

  .az-reviews__nav {
    width: 100%;
    justify-content: space-between;
  }

  .az-reviews__arrow {
    width: 46px;
    height: 46px;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-lightbox__stage {
    max-width: 100%;
    max-height: 78vh;
  }

  .gallery-lightbox img {
    max-width: 100%;
    max-height: 78vh;
  }

  .gallery-lightbox__nav {
    top: auto;
    bottom: 24px;
    width: 48px;
    height: 48px;
    font-size: 22px;
    transform: none;
  }

  .gallery-lightbox__nav--prev {
    left: 18px;
  }

  .gallery-lightbox__nav--next {
    right: 18px;
  }

  .gallery-lightbox__counter {
    bottom: 36px;
    font-size: 12px;
  }

  .az-contact__grid {
    gap: 32px;
  }

  .az-contact__form input {
    font-size: 15px;
    padding: 16px 18px;
  }

  .az-contact__form .az-policy-check,
  .callback-modal__form .az-policy-check,
  .review-modal__form .az-policy-check {
    grid-template-columns: 18px 1fr;
    gap: 9px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .az-contact__form .az-policy-check input[type="checkbox"],
  .callback-modal__form .az-policy-check input[type="checkbox"],
  .review-modal__form .az-policy-check input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
  }

  .az-contact__form button {
    width: 100%;
    justify-content: center;
  }
}

.gallery-lightbox__close,
.reels__close,
.reels__sound,
.callback-modal__close {
  aspect-ratio: 1 / 1;
  min-width: 0;
  min-height: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

.gallery-lightbox__close,
.reels__close,
.callback-modal__close {
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after,
.reels__close::before,
.reels__close::after,
.callback-modal__close::before,
.callback-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.gallery-lightbox__close::before,
.reels__close::before,
.callback-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-lightbox__close::after,
.reels__close::after,
.callback-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@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;
  }
}
