/* AZ11 — conversion-first reseller homepage. */

.az11-home {
  background: #fff;
  color: #19191b;
}

.az11-hero { padding: 24px 0 0; }

.az11-hero__card {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef1f5;
}

.az11-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: az11-ad-in 700ms cubic-bezier(.16, 1, .3, 1) both;
}

.az11-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 249, 252, .98) 0%, rgba(247, 249, 252, .94) 29%, rgba(247, 249, 252, .48) 47%, transparent 67%);
}

.az11-hero__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(30px, 5vw, 72px);
  width: min(490px, 44%);
  transform: translateY(-50%);
}

html[dir="rtl"] .az11-hero__copy { direction: rtl; text-align: right; }

.az11-hero__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.az11-hero__tags span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #171719;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.az11-hero__tags span:first-child { background: #cf1726; }
html[dir="rtl"] .az11-hero__tags span { letter-spacing: 0; text-transform: none; }

.az11-hero h1 {
  max-width: 10.5ch;
  color: #111113;
  font-size: clamp(3.15rem, 5.2vw, 5rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .96;
}

.az11-hero__copy > p {
  max-width: 44ch;
  margin-top: 18px;
  color: #55575d;
  font-size: 1rem;
  line-height: 1.6;
}

.az11-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 22px; }
.az11-hero__actions .m-btn { min-width: 176px; background: #171719; border-color: #171719; color: #fff; }
.az11-secondary-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid #171719; font-size: .82rem; font-weight: 600; }

.az11-hero__sale {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 94px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #cf1726;
  color: #fff;
  text-align: center;
  direction: ltr;
  transform: rotate(5deg);
}

.az11-hero__sale small { font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.az11-hero__sale strong { font-size: 1.55rem; line-height: 1.1; }

@keyframes az11-ad-in {
  from { opacity: .8; transform: scale(1.025); filter: blur(3px); }
  to { opacity: 1; transform: none; filter: none; }
}

.az11-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #dedfe3;
  border-radius: 14px;
  background: #f7f7f8;
}

.az11-assurance > div {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
}

.az11-assurance > div + div { border-inline-start: 1px solid #dedfe3; }
.az11-assurance .m-i { width: 22px; height: 22px; flex: 0 0 auto; }
.az11-assurance b,
.az11-assurance small { display: block; }
.az11-assurance b { font-size: .86rem; font-weight: 600; }
.az11-assurance small { margin-top: 2px; color: #66686e; font-size: .72rem; }

.az11-section { padding: clamp(56px, 6vw, 84px) 0; }
.az11-offers { background: #fff; }
.az11-categories,
.az11-new { background: #f5f5f7; }

.az11-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.az11-section-head h2 {
  color: #19191b;
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.az11-section-head p { margin-top: 7px; color: #686a70; font-size: .9rem; }
.az11-section-head > a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; font-size: .8rem; font-weight: 600; }

.az11-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
.az11-product-grid .m-card,
.az11-product-grid .m-card-body { min-width: 0; }
.az11-product-grid .m-card-media { border-radius: 16px; background: #f5f5f7; box-shadow: none; }
.az11-product-grid .m-card-quick { transform: translateY(0); border-radius: 0 0 14px 14px; }
.az11-product-grid .m-card-body { padding-top: 12px; }
.az11-product-grid .m-card-name {
  min-height: 2.5em;
  display: -webkit-box;
  overflow: hidden;
  font-size: .98rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.az11-product-grid .m-card-price { flex-wrap: wrap; }
.az11-product-grid .m-card-price strong { font-size: 1rem; font-weight: 700; }

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

.az11-category {
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1);
}

.az11-category:hover { transform: translateY(-3px); }
.az11-category__image { height: 190px; display: grid; place-items: center; overflow: hidden; background: #eceef2; }
.az11-category__image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform 260ms cubic-bezier(.16, 1, .3, 1); }
.az11-category:hover img { transform: scale(1.04); }
.az11-category__label { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; }
.az11-category__label b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .9rem; font-weight: 600; }

.az11-order { padding: 0; background: #111113; color: #fff; }
.az11-order__inner { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(540px, 1.3fr); gap: clamp(42px, 7vw, 110px); align-items: center; padding-top: 64px; padding-bottom: 64px; }
.az11-order__heading h2 { max-width: 12ch; color: #fff; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; letter-spacing: -.035em; }
.az11-order__heading .m-btn { margin-top: 24px; }
.az11-order__steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.az11-order__steps li { min-height: 170px; padding: 18px 24px; border-inline-start: 1px solid rgba(255, 255, 255, .18); }
.az11-order__steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: #111; font-size: .78rem; font-weight: 700; }
.az11-order__steps b,
.az11-order__steps small { display: block; }
.az11-order__steps b { margin-top: 28px; font-size: .9rem; font-weight: 600; }
.az11-order__steps small { margin-top: 7px; color: rgba(255, 255, 255, .62); font-size: .76rem; line-height: 1.5; }

.az11-help { padding-top: 60px; }
.az11-help > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  border-radius: 16px;
  background: #f1f3f5;
}
.az11-help > div > .m-i { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: #25d366; color: #111; }
.az11-help h2 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; }
.az11-help p { margin-top: 4px; color: #63666c; font-size: .82rem; }

.az11-home + * .m-socials a,
.m-footer .m-socials a { border-radius: 12px; }

/* AZ12 — generated 3D order journey, driven directly by scroll progress. */
.az12-process {
  --process-progress: 0;
  position: relative;
  padding: clamp(64px, 7vw, 96px) 0;
  overflow: hidden;
  background: #111113;
  color: #fff;
}

.az12-process__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.az12-process__head h2 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -.035em;
}

.az12-process__head p {
  max-width: 48ch;
  margin-top: 8px;
  color: rgba(255, 255, 255, .64);
  font-size: .88rem;
}

.az12-process__track {
  position: relative;
  height: 3px;
  margin: 0 3% 22px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
}

.az12-process__track i {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(var(--process-progress));
  transform-origin: left;
  will-change: transform;
}

[dir="rtl"] .az12-process__track i { transform-origin: right; }

.az12-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.az12-process__step {
  --step-y: 34px;
  --step-scale: .94;
  --step-turn: 0deg;
  --step-opacity: .5;
  min-width: 0;
  opacity: var(--step-opacity);
  transform: translateY(var(--step-y));
  will-change: transform, opacity;
}

.az12-process__step figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef0f3;
  transform: rotate(var(--step-turn)) scale(var(--step-scale));
  transform-origin: 50% 82%;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .22);
  will-change: transform;
}

.az12-process__step figure::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
  content: "";
  pointer-events: none;
}

.az12-process__step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.az12-process__copy {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 18px 6px 0;
}

.az12-process__copy > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  transition: background 220ms ease, color 220ms ease;
}

.az12-process__step.is-active .az12-process__copy > span { background: #fff; color: #111113; }
.az12-process__copy b,
.az12-process__copy small { display: block; }
.az12-process__copy b { font-size: .93rem; font-weight: 600; }
.az12-process__copy small { max-width: 34ch; margin-top: 5px; color: rgba(255, 255, 255, .6); font-size: .76rem; line-height: 1.5; }

/* AZ13 — one photoreal scene that changes as its vertical timeline is scrolled. */
.az13-journey {
  --timeline-progress: 0;
  position: relative;
  height: 310svh;
  background: #111113;
  color: #fff;
}

.az13-journey__sticky {
  position: sticky;
  top: 76px;
  height: calc(100svh - 76px);
  overflow: hidden;
}

.az13-journey__inner {
  height: 100%;
  display: grid;
  align-content: center;
  gap: clamp(20px, 3vh, 32px);
  padding-block: clamp(24px, 4vh, 44px);
}

.az13-journey__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.az13-journey__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .48);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .15em;
}

.az13-journey__head h2 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.az13-journey__head p {
  max-width: 48ch;
  margin-top: 9px;
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
}

.az13-journey__stage {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.az13-journey__visual {
  position: relative;
  width: 100%;
  max-height: 56vh;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, .98) 0 22%, rgba(247, 244, 240, .93) 50%, rgba(232, 226, 220, .95) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  isolation: isolate;
}

.az13-journey__visual::before {
  position: absolute;
  right: 8%;
  bottom: 6%;
  left: 8%;
  z-index: 0;
  height: 13%;
  border-radius: 50%;
  background: rgba(30, 25, 23, .13);
  filter: blur(24px);
  content: "";
}

.az13-journey__scene {
  --scene-opacity: 0;
  --scene-scale: 1.035;
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: var(--scene-opacity);
  transform: scale(var(--scene-scale));
  will-change: opacity, transform;
}

.az13-journey__scene:first-child { --scene-opacity: 1; --scene-scale: 1; }
.az13-journey__scene img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(28, 22, 20, .2));
  will-change: transform;
}

.az13-journey__scene:nth-child(1) img,
.az13-journey__scene:nth-child(2) img { padding: 2.5% 14%; }
.az13-journey__scene:nth-child(3) img { padding: 3% 5%; }

.az13-journey__scene:nth-child(1).is-active img { animation: az13-order-float 2.7s ease-in-out infinite; }
.az13-journey__scene:nth-child(2).is-active img { animation: az13-phone-ring 1.7s ease-in-out infinite; }
.az13-journey__scene:nth-child(3).is-active img { animation: az13-ship-drive 2.4s ease-in-out infinite; }

.az13-journey__tap {
  position: absolute;
  right: 40.5%;
  bottom: 9.5%;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 2px solid #bd1325;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.az13-journey__scene.is-active .az13-journey__tap { animation: az13-tap 2.2s ease-out infinite; }

@keyframes az13-order-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes az13-phone-ring {
  0%, 45%, 100% { transform: rotate(0); }
  50% { transform: rotate(-1.5deg); }
  56% { transform: rotate(1.5deg); }
  62% { transform: rotate(-1deg); }
  68% { transform: rotate(1deg); }
  74% { transform: rotate(0); }
}

@keyframes az13-ship-drive {
  0%, 100% { transform: translateX(-7px); }
  50% { transform: translateX(9px); }
}

@keyframes az13-tap {
  0%, 52% { opacity: 0; transform: scale(.35); }
  58% { opacity: .9; }
  82%, 100% { opacity: 0; transform: scale(2); }
}

.az13-journey__visual::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), inset 0 -90px 90px -90px rgba(0, 0, 0, .52);
  content: "";
  pointer-events: none;
}

.az13-journey__counter {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 10px;
  background: rgba(17, 17, 19, .62);
  color: #fff;
  backdrop-filter: blur(8px);
}

.az13-journey__counter b { font-size: .9rem; }
.az13-journey__counter i { color: rgba(255, 255, 255, .58); font-size: .7rem; font-style: normal; }
[dir="rtl"] .az13-journey__counter { right: auto; left: 18px; }

.az13-journey__timeline {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.az13-journey__timeline::before,
.az13-journey__timeline::after {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 19px;
  width: 2px;
  border-radius: 999px;
  content: "";
}

.az13-journey__timeline::before { background: rgba(255, 255, 255, .14); }
.az13-journey__timeline::after {
  background: #fff;
  transform: scaleY(var(--timeline-progress));
  transform-origin: top;
  will-change: transform;
}

[dir="rtl"] .az13-journey__timeline::before,
[dir="rtl"] .az13-journey__timeline::after { right: 19px; left: auto; }

.az13-journey__step {
  position: relative;
  z-index: 1;
  min-height: 112px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .34);
  transition: color 240ms ease;
}

.az13-journey__dot {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: #1c1c1f;
  color: rgba(255, 255, 255, .48);
  font-size: .72rem;
  font-weight: 700;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.az13-journey__step b,
.az13-journey__step small { display: block; }
.az13-journey__step b { font-size: 1rem; font-weight: 650; }
.az13-journey__step small { max-width: 33ch; margin-top: 6px; font-size: .76rem; line-height: 1.52; }
.az13-journey__step.is-complete { color: rgba(255, 255, 255, .62); }
.az13-journey__step.is-active { color: #fff; }
.az13-journey__step.is-complete .az13-journey__dot,
.az13-journey__step.is-active .az13-journey__dot { border-color: #fff; background: #fff; color: #111113; }
.az13-journey__step.is-active .az13-journey__dot { transform: scale(1.08); }

/* AZ14 — compact store features; practical information, not another showcase. */
.az14-features {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
}

.az14-features::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 23, 25, .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

[dir="rtl"] .az14-features::before { right: auto; left: -130px; }

.az14-features__head {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.az14-features__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #be1726;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

[dir="rtl"] .az14-features__eyebrow { letter-spacing: 0; }
.az14-features__head h2 { max-width: 18ch; font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.04; }
.az14-features__head p { max-width: 55ch; margin-top: 10px; color: #696c71; font-size: .86rem; line-height: 1.6; }

.az14-features__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 0 17px;
  border: 1px solid #d8dade;
  border-radius: 12px;
  background: #fff;
  color: #171719;
  font-size: .72rem;
  font-weight: 650;
  transition: transform 180ms ease, border-color 180ms ease;
}

.az14-features__link:hover { border-color: #a9abb0; transform: translateY(-2px); }

.az14-features__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.az14-feature {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #e0e1e4;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(25, 27, 30, .04);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.az14-feature:hover { border-color: #c9cbd0; box-shadow: 0 18px 38px rgba(25, 27, 30, .08); transform: translateY(-4px); }
.az14-feature--accent { background: #171719; color: #fff; }
.az14-feature--accent:hover { border-color: #171719; }

.az14-feature__top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.az14-feature__top small { color: #9b9ea3; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }

.az14-feature__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #f1f2f4;
  color: #171719;
}

.az14-feature__icon .m-i { width: 21px; height: 21px; }
.az14-feature--accent .az14-feature__icon { background: #fff; }
.az14-feature--accent .az14-feature__top small { color: rgba(255, 255, 255, .5); }
.az14-feature h3 { max-width: 18ch; margin-top: auto; padding-top: 30px; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.3; }
.az14-feature p { max-width: 32ch; margin-top: 8px; color: #72757a; font-size: .76rem; line-height: 1.58; }
.az14-feature--accent p { color: rgba(255, 255, 255, .62); }

@media (max-width: 980px) {
  .az11-hero__card { min-height: 580px; }
  .az11-hero__copy { width: 48%; }
  .az11-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .az11-order__inner { grid-template-columns: 1fr; }
  .az13-journey__stage { grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 32px; }
  .az13-journey__step { min-height: 100px; }
  .az14-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .az11-hero { padding-top: 10px; }
  .az11-hero__card { min-height: 720px; display: flex; flex-direction: column; }
  .az11-hero__image { height: 43%; object-position: 68% center; }
  .az11-hero__shade { background: linear-gradient(0deg, #f7f8fa 51%, rgba(247, 248, 250, .9) 60%, transparent 74%); }
  .az11-hero__copy { top: auto; right: 20px; bottom: 26px; left: 20px; width: auto; transform: none; }
  .az11-hero h1 { max-width: 11ch; font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .az11-hero__copy > p { margin-top: 13px; font-size: .9rem; }
  .az11-hero__actions { margin-top: 15px; }
  .az11-hero__actions .m-btn { flex: 1 1 180px; }
  .az11-hero__sale { top: 12px; right: 12px; width: 76px; }
  .az11-hero__sale strong { font-size: 1.25rem; }

  .az11-assurance { grid-template-columns: 1fr; padding: 8px 14px; }
  .az11-assurance > div { min-height: 58px; justify-content: flex-start; padding: 8px 4px; }
  .az11-assurance > div + div { border-inline-start: 0; border-top: 1px solid #dedfe3; }

  .az11-section { padding: 52px 0; }
  .az11-section-head { align-items: center; margin-bottom: 22px; }
  .az11-section-head h2 { font-size: 1.75rem; }
  .az11-section-head p { max-width: 28ch; font-size: .8rem; }
  .az11-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .az11-product-grid .m-card-quick { min-height: 42px; }
  .az11-product-grid .m-card-name { font-size: .86rem; }
  .az11-product-grid .m-card-price { gap: 3px 7px; }
  .az11-product-grid .m-card-price strong { font-size: .88rem; }
  .az11-product-grid .m-card-price s { font-size: .72rem; }
  .az11-category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .az11-category-grid::-webkit-scrollbar { display: none; }
  .az11-category { flex: 0 0 72%; scroll-snap-align: start; }
  .az11-category__image { height: 170px; }

  .az11-order__inner { padding-top: 52px; padding-bottom: 52px; }
  .az11-order__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .az11-order__heading h2 { max-width: 9ch; font-size: 2rem; }
  .az11-order__heading .m-btn { min-width: 0; margin-top: 0; padding-inline: 14px; }
  .az11-order__steps { grid-template-columns: 1fr; margin-top: 8px; }
  .az11-order__steps li { min-height: 0; display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-inline-start: 0; border-top: 1px solid rgba(255, 255, 255, .18); }
  .az11-order__steps b { margin-top: 0; }
  .az11-help { padding-top: 44px; }
  .az11-help > div { grid-template-columns: 42px 1fr; padding: 20px; }
  .az11-help > div > .m-i { width: 42px; height: 42px; }
  .az11-help .m-btn { grid-column: 1 / -1; width: 100%; }

  .az13-journey { height: 330svh; }
  .az13-journey__sticky { top: 64px; height: calc(100svh - 64px); }
  .az13-journey__inner { align-content: start; gap: 14px; padding-block: 16px 18px; }
  .az13-journey__head { align-items: center; gap: 12px; }
  .az13-journey__head h2 { font-size: clamp(1.62rem, 7.2vw, 2rem); }
  .az13-journey__head p { max-width: 39ch; margin-top: 5px; font-size: .73rem; line-height: 1.4; }
  .az13-journey__eyebrow { margin-bottom: 4px; font-size: .59rem; }
  .az13-journey__head .m-btn { min-height: 42px; padding-inline: 13px; font-size: .66rem; white-space: nowrap; }
  .az13-journey__stage { grid-template-columns: 1fr; gap: 8px; }
  .az13-journey__visual { max-height: none; aspect-ratio: 16 / 9; border-radius: 15px; }
  .az13-journey__counter { right: 12px; bottom: 10px; padding: 6px 8px; }
  [dir="rtl"] .az13-journey__counter { right: auto; left: 12px; }
  .az13-journey__timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px; }
  .az13-journey__timeline::before,
  .az13-journey__timeline::after { top: 19px; right: 16.66%; bottom: auto; left: 16.66%; width: auto; height: 2px; }
  .az13-journey__timeline::after { transform: scaleX(var(--timeline-progress)); transform-origin: left; }
  [dir="rtl"] .az13-journey__timeline::before,
  [dir="rtl"] .az13-journey__timeline::after { right: 16.66%; left: 16.66%; }
  [dir="rtl"] .az13-journey__timeline::after { transform-origin: right; }
  .az13-journey__step { min-height: 0; display: flex; flex-direction: column; gap: 9px; align-items: center; padding-inline: 4px; text-align: center; }
  .az13-journey__dot { width: 34px; height: 34px; border-radius: 10px; }
  .az13-journey__step b { font-size: .74rem; line-height: 1.3; }
  .az13-journey__step small { display: none; }
  .az14-features__head { display: grid; gap: 18px; margin-bottom: 24px; }
  .az14-features__head h2 { font-size: 2rem; }
  .az14-features__head p { max-width: 42ch; }
  .az14-features__link { width: fit-content; }
  .az14-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .az14-feature { min-height: 208px; padding: 16px; border-radius: 15px; }
  .az14-feature__icon { width: 40px; height: 40px; border-radius: 11px; }
  .az14-feature__icon .m-i { width: 18px; height: 18px; }
  .az14-feature h3 { padding-top: 20px; font-size: .88rem; }
  .az14-feature p { margin-top: 6px; font-size: .68rem; line-height: 1.5; }
}

@media (max-width: 420px) {
  .az11-hero__card { min-height: 745px; }
  .az11-hero__image { height: 40%; }
  .az11-hero__shade { background: linear-gradient(0deg, #f7f8fa 54%, rgba(247, 248, 250, .91) 63%, transparent 77%); }
  .az11-hero h1 { font-size: 2.65rem; }
  .az11-hero__tags { margin-bottom: 11px; }
  .az11-secondary-link { font-size: .76rem; }
  .az11-order__heading { display: grid; }
  .az11-order__heading h2 { max-width: 12ch; }
  .az11-order__heading .m-btn { width: 100%; }
  .az13-journey__head .m-btn { width: 42px; min-width: 42px; padding: 0; }
  .az13-journey__head .m-btn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .az13-journey__head .m-btn .m-i { margin: 0; }
  .az13-journey__visual { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  .az11-hero__image { animation: none; }
  .az11-category,
  .az11-category__image img { transition: none; }
  .az13-journey { height: auto; }
  .az13-journey__sticky { position: relative; top: auto; height: auto; min-height: 100svh; }
  .az13-journey__scene { opacity: 0; transform: none; }
  .az13-journey__scene:first-child { opacity: 1; }
  .az13-journey__scene img,
  .az13-journey__scene.is-active img,
  .az13-journey__scene.is-active .az13-journey__tap { animation: none; }
  .az13-journey__timeline::after { display: none; }
}
