/* ===== ZooMag Delivery 2026 (inline CMS block) ===== */
.zm-delivery-2026 {
  --zm-bg: linear-gradient(180deg, #fff8ee 0%, #fffdf9 42%, #f8fcff 100%);
  --zm-surface: #ffffff;
  --zm-surface-soft: #fffaf4;
  --zm-text: #2d2d2d;
  --zm-muted: #6b7280;
  --zm-line: #f1e3d4;
  --zm-orange: #ff6b35;
  --zm-orange-2: #ff9b63;
  --zm-teal: #38c9c0;
  --zm-teal-2: #6fe1db;
  --zm-blue: #667eea;
  --zm-purple: #764ba2;
  --zm-green: #38b36a;
  --zm-shadow: 0 14px 30px rgba(20, 24, 33, 0.08);

  margin: 0 auto 34px;
  color: var(--zm-text);
}

.zm-delivery-2026 * { box-sizing: border-box; }

.zm-delivery-2026__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 22px;
  background: var(--zm-bg);
  border: 1px solid #f8eadb;
  box-shadow: 0 12px 28px rgba(20,24,33,.04);
}

/* Common */
.zm-delivery-2026__section-head {
  text-align: center;
  margin-bottom: 16px;
}
.zm-delivery-2026__section-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  line-height: 1.2;
  font-weight: 900;
  background: linear-gradient(135deg, #ff6b35, #36c9c0 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zm-delivery-2026__section-note {
  margin: 7px 0 0;
  color: var(--zm-muted);
  font-size: .92rem;
}

/* Buttons */
.zm-delivery-2026__btn {
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  min-height: 42px;
  padding: 0 14px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.zm-delivery-2026__btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.03);
}
.zm-delivery-2026__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--zm-orange), var(--zm-teal));
  box-shadow: 0 10px 20px rgba(255, 107, 53, .22);
}
.zm-delivery-2026__btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  box-shadow: 0 10px 20px rgba(68, 160, 141, .18);
}
.zm-delivery-2026__btn--call {
  color: #fff;
  background: linear-gradient(135deg, var(--zm-orange), var(--zm-orange-2));
  box-shadow: 0 8px 18px rgba(255,107,53,.18);
}
.zm-delivery-2026__btn--map {
  color: #fff;
  background: linear-gradient(135deg, var(--zm-teal), var(--zm-teal-2));
  box-shadow: 0 8px 18px rgba(56,201,192,.18);
}

/* Hero */
.zm-delivery-2026__hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(18px, 4vw, 34px);
  margin-bottom: 14px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.12), transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,.10), transparent 45%),
    linear-gradient(135deg, var(--zm-blue), var(--zm-purple));
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: center;
  box-shadow: var(--zm-shadow);
}

.zm-delivery-2026__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.zm-delivery-2026__hero-bg span {
  position: absolute;
  opacity: .12;
  font-size: clamp(1rem, 2vw, 1.4rem);
  animation: zmDeliveryFloatSoft 7s ease-in-out infinite;
}
.zm-delivery-2026__hero-bg span:nth-child(1){ top: 12%; left: 5%; animation-delay: 0s; }
.zm-delivery-2026__hero-bg span:nth-child(2){ top: 18%; right: 7%; animation-delay: .8s; }
.zm-delivery-2026__hero-bg span:nth-child(3){ bottom: 18%; left: 12%; animation-delay: 1.6s; }
.zm-delivery-2026__hero-bg span:nth-child(4){ bottom: 14%; right: 14%; animation-delay: 2.2s; }

.zm-delivery-2026__hero-content {
  position: relative;
  z-index: 1;
}
.zm-delivery-2026__hero-title {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 4vw, 2.5rem);
  line-height: 1.15;
  font-weight: 900;
}
.zm-delivery-2026__pet-text {
  background: linear-gradient(135deg, #ffd26f, #67f5ec);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zm-delivery-2026__hero-subtitle {
  margin: 0 0 14px;
  font-size: clamp(.95rem, 1.8vw, 1.08rem);
  color: rgba(255,255,255,.92);
}
.zm-delivery-2026__hero-paws {
  font-size: 1.3rem;
  letter-spacing: 3px;
  opacity: .95;
  margin-bottom: 14px;
}
.zm-delivery-2026__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zm-delivery-2026__hero-visual {
  position: relative;
  min-height: 170px;
}
.zm-delivery-2026__float {
  position: absolute;
  font-size: clamp(2rem, 4vw, 3rem);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.22));
  animation: zmDeliveryFloat 5.8s ease-in-out infinite;
}
.zm-delivery-2026__float--1 { top: 10%; left: 12%; animation-delay: 0s; }
.zm-delivery-2026__float--2 { top: 38%; right: 12%; animation-delay: 1.2s; }
.zm-delivery-2026__float--3 { bottom: 6%; left: 36%; animation-delay: 2.4s; }

/* Processing */
.zm-delivery-2026__processing-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e8eeff;
  box-shadow: var(--zm-shadow);
  padding: 16px;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
}
.zm-delivery-2026__processing-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #eef3ff, #f7fbff);
  border: 1px solid #e4eaff;
  animation: zmDeliveryPulse 2s ease-in-out infinite;
}
.zm-delivery-2026__block-title {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #263246;
  font-weight: 800;
}
.zm-delivery-2026__processing-time {
  margin: 0;
  color: #425466;
  font-weight: 600;
}
.zm-delivery-2026__processing-time span {
  color: var(--zm-orange);
  font-weight: 800;
}
.zm-delivery-2026__progress {
  height: 8px;
  border-radius: 999px;
  background: #edf0f4;
  overflow: hidden;
  margin: 10px 0 8px;
}
.zm-delivery-2026__progress-fill {
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, var(--zm-teal), #44a08d);
  border-radius: inherit;
  animation: zmDeliveryProgress 2.8s ease-in-out infinite;
}
.zm-delivery-2026__processing-note {
  margin: 0;
  color: #5a6875;
  font-size: .92rem;
}

/* Methods */
.zm-delivery-2026__methods {
  margin-bottom: 14px;
}
.zm-delivery-2026__methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.zm-delivery-2026__method-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid #efe5d9;
  box-shadow: 0 10px 20px rgba(20,24,33,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  text-align: center;
}
.zm-delivery-2026__method-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(20,24,33,.07);
}
.zm-delivery-2026__method-card--pickup { border-top: 3px solid #4ecdc4; }
.zm-delivery-2026__method-card--eu { border-top: 3px solid #667eea; }
.zm-delivery-2026__method-card--bel { border-top: 3px solid #ff6b6b; }

.zm-delivery-2026__method-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  background: linear-gradient(135deg, #fff6ee, #f5fffd);
  border: 1px solid #f0e5d9;
}
.zm-delivery-2026__method-title {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #253746;
}
.zm-delivery-2026__method-desc {
  margin: 0;
  color: var(--zm-muted);
  font-size: .9rem;
}
.zm-delivery-2026__method-highlight {
  margin: 12px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  color: #304254;
  font-weight: 600;
}
.zm-delivery-2026__badge-free {
  color: #fff;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .78rem;
  font-weight: 800;
}
.zm-delivery-2026__features {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
  color: #33485d;
  font-size: .9rem;
  display: grid;
  gap: 6px;
}
.zm-delivery-2026__method-body {
  margin-top: 10px;
  display: grid;
  gap: 8px;
  justify-items: center;
}
.zm-delivery-2026__method-text {
  margin: 0;
  color: #364a5d;
  font-weight: 600;
}
.zm-delivery-2026__link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #dfe4f5;
  background: #f7f9ff;
  color: #475ccf;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
.zm-delivery-2026__link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(102,126,234,.14);
}
.zm-delivery-2026__tariff-note {
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff5f2;
  border: 1px solid #ffe0d6;
  color: #9a4a2f;
  font-weight: 600;
  font-size: .88rem;
}
.zm-delivery-2026__delivery-time {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f5f8fb;
  border: 1px solid #e7ecf2;
  color: #445465;
  font-weight: 700;
  font-size: .9rem;
}

/* Stores section */
.zm-delivery-2026__stores {
  margin-bottom: 14px;
}
.zm-delivery-2026__stores-box {
  background: linear-gradient(135deg, #f8fdf8 0%, #f4fbff 100%);
  border: 1px solid #ebf2ea;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(20,24,33,.04);
}
.zm-delivery-2026__store-list {
  display: grid;
  gap: 12px;
}
.zm-delivery-2026__store-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #efe4d7;
  box-shadow: 0 8px 16px rgba(20,24,33,.04);
  padding: 14px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.zm-delivery-2026__store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(20,24,33,.06);
  border-color: #ffd2b7;
}
.zm-delivery-2026__store-card.is-active {
  background: linear-gradient(180deg, #ffffff, #fffaf6);
  border-color: #ffb489;
  box-shadow: 0 16px 28px rgba(255,107,53,.12);
}
.zm-delivery-2026__store-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--zm-orange), var(--zm-teal));
}
.zm-delivery-2026__store-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1ece4;
}
.zm-delivery-2026__store-emoji {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #fff0e7, #ebfcfa);
  border: 1px solid #f2e4d6;
}
.zm-delivery-2026__store-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
  color: #2a3441;
}
.zm-delivery-2026__store-subtitle {
  margin: 4px 0 0;
  color: var(--zm-muted);
  font-size: .85rem;
}
.zm-delivery-2026__store-meta {
  display: grid;
  gap: 8px;
}
.zm-delivery-2026__store-meta-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255,107,53,.03);
  border: 1px solid rgba(255,107,53,.06);
}
.zm-delivery-2026__store-card.is-active .zm-delivery-2026__store-meta-item {
  background: rgba(255,107,53,.05);
  border-color: rgba(255,107,53,.12);
}
.zm-delivery-2026__store-meta-icon {
  text-align: center;
  font-size: 1.05rem;
}
.zm-delivery-2026__store-line {
  margin: 0;
  color: #2f3f4c;
  line-height: 1.45;
  font-size: .93rem;
}
.zm-delivery-2026__store-line a {
  color: #e35b1f;
  text-decoration: none;
  font-weight: 700;
}
.zm-delivery-2026__store-line a:hover { text-decoration: underline; }
.zm-delivery-2026__store-hint {
  margin: 3px 0 0;
  color: var(--zm-muted);
  font-size: .88rem;
}
.zm-delivery-2026__store-line--hours {
  color: #1f8f88;
  font-weight: 700;
}
.zm-delivery-2026__store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.zm-delivery-2026__map-wrap {
  margin-top: 14px;
}
.zm-delivery-2026__map-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #2f3944;
}
.zm-delivery-2026__map {
  width: 100%;
  height: clamp(300px, 42vw, 450px);
  border-radius: 15px;
  border: 2px solid #e7efe7;
  background: #f8fdf8;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  overflow: hidden;
  scroll-margin-top: 90px;
}
.zm-delivery-2026__map.is-focus {
  border-color: #ffc7a5;
  box-shadow: 0 12px 24px rgba(255,107,53,.14);
}
.zm-delivery-2026__map-fallback {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #fff7f1;
  border: 1px solid #ffe1ca;
  color: #7c4a2f;
  text-align: center;
  font-size: .92rem;
}
.zm-delivery-2026__map-fallback p { margin: 4px 0; }
.zm-delivery-2026__map-fallback-icon {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

/* Balloon */
.zm-delivery-2026__balloon {
  padding: 6px 2px 2px;
  color: #2d2d2d;
  font-family: Arial, sans-serif;
}
.zm-delivery-2026__balloon-title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
}
.zm-delivery-2026__balloon-row {
  margin: 4px 0;
  font-size: .9rem;
  line-height: 1.35;
}
.zm-delivery-2026__balloon-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff !important;
  background: var(--zm-orange);
  font-weight: 700;
}

/* Payment */
.zm-delivery-2026__payment {
  margin-bottom: 14px;
}
.zm-delivery-2026__payment-card {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.12), transparent 36%),
    linear-gradient(135deg, var(--zm-blue), var(--zm-purple));
  border-radius: 18px;
  padding: 16px;
  color: #fff;
  box-shadow: var(--zm-shadow);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.zm-delivery-2026__payment-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}
.zm-delivery-2026__payment-title {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
}
.zm-delivery-2026__payment-text {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: .92rem;
}
.zm-delivery-2026__payment-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zm-delivery-2026__payment-badge {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
}

/* About */
.zm-delivery-2026__about {
  margin-bottom: 14px;
}
.zm-delivery-2026__about-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.zm-delivery-2026__years-badge {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--zm-orange), var(--zm-teal));
  box-shadow: 0 12px 22px rgba(255,107,53,.18);
  border: 2px solid rgba(255,255,255,.35);
}
.zm-delivery-2026__years-num {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}
.zm-delivery-2026__years-text {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.zm-delivery-2026__about-box {
  background: #fff;
  border: 1px solid #efe3d6;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 20px rgba(20,24,33,.04);
}
.zm-delivery-2026__about-intro {
  margin: 0;
  text-align: center;
  color: #33485d;
  line-height: 1.55;
}
.zm-delivery-2026__highlight {
  font-weight: 800;
  color: #1f5b43;
  background: linear-gradient(120deg, rgba(56,179,106,.16), rgba(56,179,106,.16));
  background-repeat: no-repeat;
  background-size: 100% .35em;
  background-position: 0 92%;
}
.zm-delivery-2026__stats {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.zm-delivery-2026__stat {
  text-align: center;
  padding: 12px;
  background: linear-gradient(135deg, #fffaf4, #fff);
  border: 1px solid #f1e5d7;
  border-radius: 14px;
}
.zm-delivery-2026__stat-number {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--zm-orange), var(--zm-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zm-delivery-2026__stat-label {
  margin-top: 4px;
  color: #5c6a78;
  font-size: .82rem;
  font-weight: 600;
}

/* Support */
.zm-delivery-2026__support {
  background: #fff;
  border: 1px solid #e8eeff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--zm-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}
.zm-delivery-2026__support-title {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #263246;
}
.zm-delivery-2026__support-text {
  margin: 0;
  color: #5a6875;
  font-size: .92rem;
  line-height: 1.45;
}
.zm-delivery-2026__support-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zm-delivery-2026__support-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff6ee;
  border: 1px solid #ffe0cc;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.zm-delivery-2026__support-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(255,107,53,.12);
  background: #fff2e8;
}
.zm-delivery-2026__support-phone-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--zm-orange), var(--zm-orange-2));
  color: #fff;
  font-size: 1.05rem;
}
.zm-delivery-2026__support-phone-text {
  display: grid;
  gap: 2px;
}
.zm-delivery-2026__support-phone-number {
  font-weight: 900;
  color: #22313c;
  line-height: 1.2;
}
.zm-delivery-2026__support-phone-label {
  color: var(--zm-muted);
  font-size: .8rem;
  line-height: 1.2;
}
.zm-delivery-2026__chat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f7faf8;
  border: 1px solid #e7efe9;
}
.zm-delivery-2026__chat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e7efe9;
}
.zm-delivery-2026__chat-text {
  display: grid;
  gap: 2px;
}
.zm-delivery-2026__chat-title {
  color: #24313c;
  font-weight: 800;
  font-size: .88rem;
  line-height: 1.1;
}
.zm-delivery-2026__chat-status {
  color: #2da36f;
  font-weight: 700;
  font-size: .8rem;
  line-height: 1.1;
}

/* Responsive */
@media (max-width: 991px) {
  .zm-delivery-2026__hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .zm-delivery-2026__hero-actions {
    justify-content: center;
  }
  .zm-delivery-2026__hero-visual {
    min-height: 120px;
  }

  .zm-delivery-2026__methods-grid {
    grid-template-columns: 1fr;
  }

  .zm-delivery-2026__payment-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .zm-delivery-2026__payment-badges {
    justify-content: center;
  }

  .zm-delivery-2026__about-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .zm-delivery-2026__stats {
    grid-template-columns: 1fr;
  }

  .zm-delivery-2026__support {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .zm-delivery-2026__support-right {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .zm-delivery-2026__shell {
    padding: 10px;
    border-radius: 18px;
  }

  .zm-delivery-2026__processing-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .zm-delivery-2026__features {
    text-align: left;
  }

  .zm-delivery-2026__stores-box {
    padding: 10px;
  }

  .zm-delivery-2026__store-head {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .zm-delivery-2026__store-meta-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 6px;
  }

  .zm-delivery-2026__store-meta-icon {
    text-align: center;
  }

  .zm-delivery-2026__store-actions {
    flex-direction: column;
  }
  .zm-delivery-2026__store-actions .zm-delivery-2026__btn {
    width: 100%;
  }

  .zm-delivery-2026__map {
    scroll-margin-top: 72px;
  }

  .zm-delivery-2026__support-phone {
    width: 100%;
    justify-content: center;
  }

  .zm-delivery-2026__chat {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zm-delivery-2026 * {
    animation: none !important;
    transition: none !important;
  }
}

/* Animations */
@keyframes zmDeliveryFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes zmDeliveryFloatSoft {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes zmDeliveryPulse {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
@keyframes zmDeliveryProgress {
  0%,100% { width: 72%; }
  50% { width: 78%; }
}

/* R21 wide-screen adaptation */
.zm-delivery-2026__shell { max-width: 1760px; width: 100%; }
@media (min-width: 1100px) {
  .zm-delivery-2026__store-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .zm-delivery-2026__map { height: clamp(430px, 28vw, 560px); }
}
@media (min-width: 1700px) {
  .zm-delivery-2026__shell { max-width: 1840px; padding: 24px; }
  .zm-delivery-2026__hero { grid-template-columns: 1.45fr .55fr; padding: 38px 44px; }
  .zm-delivery-2026__methods-grid { gap: 20px; }
  .zm-delivery-2026__method-card { padding: 22px; }
  .zm-delivery-2026__store-card { padding: 20px; }
  .zm-delivery-2026__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 2400px) { .zm-delivery-2026__shell { max-width: 2100px; } }


/* R22: true full-width layout and keyless Yandex widget */
#information-information.zm-info-page-3 .zm-delivery-2026,
#information-information.zm-info-page-3 .zm-delivery-2026__shell {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
.zm-delivery-2026__map {
  position: relative;
  height: clamp(380px, 30vw, 580px) !important;
  min-height: 380px;
}
.zm-delivery-2026__map iframe,
.zm-delivery-2026__map .zm-yandex-widget-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: #f8fdf8;
}
.zm-delivery-2026__map-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}
.zm-delivery-2026__map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dce8e5;
  border-radius: 12px;
  color: #245f59;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
.zm-delivery-2026__map-link:hover { background: #effaf8; color: #174a45; }
@media (min-width: 1700px) {
  .zm-delivery-2026__shell { padding: 26px 30px !important; }
  .zm-delivery-2026__store-list { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .zm-delivery-2026__map { height: 570px !important; }
}
@media (min-width: 2400px) {
  .zm-delivery-2026__map { height: 640px !important; }
}
@media (max-width: 767px) {
  .zm-delivery-2026__map { height: 360px !important; min-height: 360px; }
  .zm-delivery-2026__map-links { flex-direction: column; }
  .zm-delivery-2026__map-link { width: 100%; }
}
