.city-product-page{
  --bg:#f7f8ff;
  --card:#ffffff;
  --text:#13243e;
  --muted:#56657d;
  --line:rgba(19,36,62,.10);

  --accent-a:#16a34a;
  --accent-b:#2563eb;
  --accent-c:#7c3aed;
  --accent-d:#f97316;
  --accent-e:#ec4899;

  --shadow:0 18px 46px rgba(20,35,61,.10);

  --hero-bg:url('/images/background4.webp');
  --geo-bg:url('/images/background6.webp');
  --cta-bg:url('/images/background7.webp');

  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(96,165,250,.15) 0, transparent 28%),
    radial-gradient(circle at top right, rgba(251,146,60,.10) 0, transparent 24%),
    linear-gradient(180deg,#fbfdff 0%, #f7f8ff 100%);
  padding-bottom:32px;
}

.city-product-page *,
.city-product-page *::before,
.city-product-page *::after{box-sizing:border-box}

.city-product-page .wrap{
  max-width:1280px;
  margin:0 auto;
  padding:18px 14px 28px;
}

.city-product-page img{
  max-width:100%;
  height:auto;
  display:block;
}

.city-product-page a{text-decoration:none}

.city-product-page .crumbs{
  margin:0 0 18px;
  padding:13px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 10px 24px rgba(20,35,61,.06);
  font-size:14px;
  line-height:1.5;
  color:#3d4b64;
}
.city-product-page .crumbs a{color:#1d4ed8;font-weight:900}
.city-product-page .crumbs a:hover{color:#7c3aed}

.city-product-page .hero{margin:0 0 30px}
.city-product-page .hero__box{
  position:relative;
  overflow:hidden;
  border-radius:40px;
  padding:38px;
  background:
    linear-gradient(135deg, rgba(3,8,18,.70) 0%, rgba(3,8,18,.54) 34%, rgba(3,8,18,.82) 100%),
    var(--hero-bg) center center / cover no-repeat;
  color:#fff;
  box-shadow:0 36px 90px rgba(20,35,61,.22), inset 0 1px 0 rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  isolation:isolate;
}
.city-product-page .hero__box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 22%),
    radial-gradient(circle at 84% 20%, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 20%),
    linear-gradient(180deg, rgba(2,6,14,.68) 0%, rgba(2,6,14,.42) 36%, rgba(2,6,14,.82) 100%);
  z-index:0;
}
.city-product-page .hero__box::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.04), rgba(0,0,0,.12));
  z-index:1;
}
.city-product-page .hero__glow,
.city-product-page .hero__glow2,
.city-product-page .hero__glow3{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
}
.city-product-page .hero__glow{
  right:-80px;top:-70px;width:300px;height:300px;
  background:radial-gradient(circle, rgba(22,163,74,.18) 0%, rgba(255,255,255,0) 72%);
  filter:blur(10px);
}
.city-product-page .hero__glow2{
  left:-90px;bottom:-90px;width:280px;height:280px;
  background:radial-gradient(circle, rgba(37,99,235,.16) 0%, rgba(255,255,255,0) 74%);
  filter:blur(10px);
}
.city-product-page .hero__glow3{
  left:44%;top:10%;width:190px;height:190px;
  background:radial-gradient(circle, rgba(124,58,237,.14) 0%, rgba(255,255,255,0) 72%);
  filter:blur(14px);
}

.city-product-page .hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);
  gap:24px;
  align-items:start;
}
.city-product-page .hero__topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
}
.city-product-page .hero__eyebrow,
.city-product-page .hero__fast-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  font-size:13px;
  line-height:1.2;
  font-weight:1000;
  color:#fff;
}
.city-product-page .hero__eyebrow{
  background:rgba(255,255,255,.10);
  letter-spacing:.04em;
  text-transform:uppercase;
}
.city-product-page .hero__eyebrow::before{
  content:"";
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent-a),var(--accent-b));
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
  flex:0 0 auto;
}
.city-product-page .hero__fast-badge{
  background:linear-gradient(135deg, rgba(22,163,74,.18), rgba(37,99,235,.18));
}
.city-product-page .hero__fast-badge::before{content:"✉";font-size:13px;line-height:1}

.city-product-page .hero__title{
  margin:0 0 16px;
  font-size:clamp(38px,5.6vw,74px);
  line-height:1.02;
  font-weight:1000;
  letter-spacing:-.05em;
  color:#fff;
  text-wrap:balance;
  text-shadow:0 10px 26px rgba(0,0,0,.38);
  max-width:980px;
}
.city-product-page .hero__lead{
  margin:0 0 20px;
  max-width:920px;
  font-size:clamp(18px,2vw,23px);
  line-height:1.86;
  font-weight:760;
  color:rgba(255,255,255,.98);
  text-shadow:0 4px 18px rgba(0,0,0,.34);
}

.city-product-page .hero__premium-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 18px;
}
.city-product-page .hero__price-chip,
.city-product-page .hero__wa-chip{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:56px;
  padding:12px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 26px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.city-product-page .hero__price-chip{background:linear-gradient(135deg, rgba(22,163,74,.26), rgba(37,99,235,.20))}
.city-product-page .hero__wa-chip{background:linear-gradient(135deg, rgba(37,99,235,.22), rgba(22,163,74,.18))}
.city-product-page .hero__chip-label{
  display:block;
  font-size:11px;
  line-height:1.2;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(255,255,255,.74);
  margin-bottom:3px;
}
.city-product-page .hero__chip-value{
  display:block;
  font-size:18px;
  line-height:1.2;
  font-weight:1000;
  color:#fff;
}

.city-product-page .hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.city-product-page .hero__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 15px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
  font-size:14px;
  line-height:1.2;
  font-weight:1000;
  color:#fff;
}

.city-product-page .hero__chips{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}
.city-product-page .hero__chips li{
  position:relative;
  margin:0;
  padding:16px 16px 16px 18px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
  font-size:15px;
  line-height:1.66;
  font-weight:850;
  color:#fff;
}
.city-product-page .hero__chips li::before{
  content:"";
  position:absolute;
  left:10px;top:18px;width:4px;height:22px;border-radius:999px;
  background:linear-gradient(180deg,var(--accent-a),var(--accent-b));
  box-shadow:0 0 14px rgba(22,163,74,.26);
}

.city-product-page .hero__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 18px;
}
.city-product-page .hero__fact{
  padding:16px 14px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
  font-size:15px;
  line-height:1.45;
  font-weight:1000;
  color:#fff;
  text-align:center;
}

.city-product-page .hero__actions,
.city-product-page .btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.city-product-page .btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:15px 22px;
  border-radius:18px;
  text-decoration:none !important;
  font-size:16px;
  line-height:1.2;
  font-weight:1000;
  box-shadow:0 18px 32px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.14);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
  text-align:center;
}
.city-product-page .btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,0) 20%, rgba(255,255,255,.18) 50%, rgba(255,255,255,0) 80%);
  transform:translateX(-140%);
  transition:transform .65s ease;
}
.city-product-page .btn:hover{
  transform:translateY(-3px) scale(1.01);
  filter:saturate(1.05);
  box-shadow:0 24px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.16);
}
.city-product-page .btn:hover::before{transform:translateX(140%)}
.city-product-page .btn--white{background:linear-gradient(135deg,#ffffff,#edf4ff);color:#0b2a66 !important}
.city-product-page .btn--wa{background:linear-gradient(135deg,#15803d,#22c55e);color:#fff !important}
.city-product-page .btn--tg{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff !important}
.city-product-page .btn--violet{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff !important}
.city-product-page .btn--orange{background:linear-gradient(135deg,#ea580c,#fb923c);color:#fff !important}

.city-product-page .hero__note{
  margin:18px 0 0;
  max-width:860px;
  font-size:15px;
  line-height:1.82;
  font-weight:760;
  color:rgba(255,255,255,.95);
  text-shadow:0 3px 12px rgba(0,0,0,.28);
}

.city-product-page .hero__side{display:grid;gap:14px}
.city-product-page .hero__card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  padding:20px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.city-product-page .hero__card::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,var(--accent-a),var(--accent-b),var(--accent-c));
}
.city-product-page .hero__card--highlight{background:linear-gradient(135deg, rgba(22,163,74,.14), rgba(255,255,255,.08))}
.city-product-page .hero__card h2{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.12;
  font-weight:1000;
  color:#fff;
  text-shadow:0 4px 14px rgba(0,0,0,.26);
}
.city-product-page .hero__card p{
  margin:0;
  font-size:16px;
  line-height:1.82;
  font-weight:760;
  color:rgba(255,255,255,.98);
}
.city-product-page .hero__mini-list{
  margin:10px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.city-product-page .hero__mini-list li{
  position:relative;
  padding-left:18px;
  font-size:14px;
  line-height:1.58;
  font-weight:900;
  color:rgba(255,255,255,.96);
}
.city-product-page .hero__mini-list li::before{
  content:"";
  position:absolute;
  left:0;top:8px;width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent-a),var(--accent-b));
  box-shadow:0 0 0 4px rgba(22,163,74,.12);
}

.city-product-page .section{margin-top:24px}
.city-product-page .section-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:26px;
}
.city-product-page .section-card--blue{background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(255,255,255,.98))}
.city-product-page .section-card--green{background:linear-gradient(135deg,rgba(240,253,244,.98),rgba(255,255,255,.98))}
.city-product-page .section-card--violet{background:linear-gradient(135deg,rgba(245,243,255,.98),rgba(255,255,255,.98))}
.city-product-page .section-card--orange{background:linear-gradient(135deg,rgba(255,247,237,.98),rgba(255,255,255,.98))}
.city-product-page .section-card--rose{background:linear-gradient(135deg,rgba(255,241,242,.98),rgba(255,255,255,.98))}

.city-product-page .section-card--image{
  position:relative;
  overflow:hidden;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 30px 70px rgba(20,35,61,.20), inset 0 1px 0 rgba(255,255,255,.08);
  isolation:isolate;
}
.city-product-page .section-card--image::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(2,6,14,.78) 0%, rgba(2,6,14,.58) 36%, rgba(2,6,14,.88) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.14));
  z-index:0;
}
.city-product-page .section-card--image > *{position:relative;z-index:2}
.city-product-page .section-card--geo{background:var(--geo-bg) center center / cover no-repeat}
.city-product-page .section-card--image .section-title,
.city-product-page .section-card--image .section-subtitle{color:#fff}
.city-product-page .section-card--image .section-subtitle{color:rgba(255,255,255,.97)}
.city-product-page .section-card--image .accent-box{
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
.city-product-page .section-card--image .accent-box h3{color:#fff}
.city-product-page .section-card--image .accent-box p{color:rgba(255,255,255,.97)}

.city-product-page .section-title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,46px);
  line-height:1.08;
  font-weight:1000;
  color:#0d2f74;
  letter-spacing:-.025em;
}
.city-product-page .section-subtitle{
  margin:0;
  font-size:18px;
  line-height:1.92;
  color:#56657d;
  font-weight:740;
  max-width:1080px;
}

.city-product-page .grid-2,
.city-product-page .grid-3,
.city-product-page .grid-4{
  margin-top:18px;
  display:grid;
  gap:16px;
}
.city-product-page .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.city-product-page .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.city-product-page .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.city-product-page .card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  padding:20px;
  box-shadow:0 14px 30px rgba(20,35,61,.08);
  background:#fff;
  border:1px solid rgba(20,35,61,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.city-product-page .card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(20,35,61,.12);
}
.city-product-page .card::before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg,var(--accent-a),var(--accent-b),var(--accent-c));
}
.city-product-page .card strong,
.city-product-page .card h3{
  display:block;
  margin:0 0 8px;
  font-size:22px;
  line-height:1.14;
  font-weight:1000;
  color:#0d2f74;
}
.city-product-page .card span,
.city-product-page .card p{
  display:block;
  margin:0;
  color:#46546d;
  font-size:16px;
  line-height:1.9;
  font-weight:740;
}

.city-product-page .accent-box{
  border-radius:24px;
  padding:18px;
  border:1px solid rgba(20,35,61,.08);
  box-shadow:0 14px 30px rgba(20,35,61,.07);
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease;
}
.city-product-page .accent-box:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(20,35,61,.10);
}
.city-product-page .accent-box--blue{background:linear-gradient(135deg,#eff6ff,#ffffff)}
.city-product-page .accent-box--green{background:linear-gradient(135deg,#f0fdf4,#ffffff)}
.city-product-page .accent-box--violet{background:linear-gradient(135deg,#f5f3ff,#ffffff)}
.city-product-page .accent-box--orange{background:linear-gradient(135deg,#fff7ed,#ffffff)}
.city-product-page .accent-box--rose{background:linear-gradient(135deg,#fff1f2,#ffffff)}
.city-product-page .accent-box h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.14;
  font-weight:1000;
  color:#0d2f74;
}
.city-product-page .accent-box p{
  margin:0;
  font-size:16px;
  line-height:1.9;
  font-weight:740;
  color:#46546d;
}

.city-product-page .price-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  padding:20px;
  color:#fff;
  box-shadow:0 18px 34px rgba(20,35,61,.12);
  transition:transform .18s ease, filter .18s ease;
}
.city-product-page .price-card:hover{transform:translateY(-2px);filter:saturate(1.04)}
.city-product-page .price-card--green{background:linear-gradient(135deg,#15803d,#4ade80)}
.city-product-page .price-card--blue{background:linear-gradient(135deg,#1d4ed8,#60a5fa)}
.city-product-page .price-card--violet{background:linear-gradient(135deg,#6d28d9,#a855f7)}
.city-product-page .price-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.city-product-page .price-card__title{
  margin:0;
  font-size:22px;
  line-height:1.1;
  font-weight:1000;
  color:#fff;
}
.city-product-page .price-card__label{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
  font-size:13px;
  line-height:1.2;
  font-weight:1000;
  white-space:nowrap;
}
.city-product-page .price-card__value{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,42px);
  line-height:1;
  font-weight:1000;
  color:#fff;
}
.city-product-page .price-card__text{
  margin:0;
  font-size:15px;
  line-height:1.76;
  font-weight:780;
  color:rgba(255,255,255,.97);
}

.city-product-page .gallery{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.city-product-page .gallery figure{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(20,35,61,.08);
  box-shadow:0 14px 32px rgba(20,35,61,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.city-product-page .gallery figure:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(20,35,61,.12);
}
.city-product-page .gallery img{
  width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
}
.city-product-page .gallery figcaption{
  padding:12px 14px;
  font-size:15px;
  line-height:1.66;
  color:#31415f;
  font-weight:860;
}

.city-product-page .link-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.city-product-page .link-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:78px;
  padding:14px 16px;
  border-radius:20px;
  text-align:center;
  font-size:15px;
  line-height:1.35;
  font-weight:1000;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
  box-shadow:0 12px 24px rgba(20,35,61,.08);
}
.city-product-page .link-card:hover{
  transform:translateY(-2px);
  filter:saturate(1.04);
}
.city-product-page .link-card--city{
  color:#173262;
  background:linear-gradient(135deg,#eef4ff,#ffffff);
  border:1px solid rgba(37,99,235,.14);
}
.city-product-page .link-card--product{
  color:#fff;
  border:1px solid transparent;
}
.city-product-page .products-grid .link-card--product:nth-child(1){background:linear-gradient(135deg,#2563eb,#60a5fa)}
.city-product-page .products-grid .link-card--product:nth-child(2){background:linear-gradient(135deg,#16a34a,#4ade80)}
.city-product-page .products-grid .link-card--product:nth-child(3){background:linear-gradient(135deg,#f97316,#fb923c)}
.city-product-page .products-grid .link-card--product:nth-child(4){background:linear-gradient(135deg,#7c3aed,#a855f7)}
.city-product-page .products-grid .link-card--product:nth-child(5){background:linear-gradient(135deg,#ec4899,#fb7185)}
.city-product-page .products-grid .link-card--product:nth-child(6){background:linear-gradient(135deg,#0284c7,#38bdf8)}
.city-product-page .products-grid .link-card--product:nth-child(7){background:linear-gradient(135deg,#8b5e34,#b08968)}
.city-product-page .products-grid .link-card--product:nth-child(8){background:linear-gradient(135deg,#1f2937,#4b5563)}

.city-product-page .cities-grid .link-card--city:nth-child(1){background:linear-gradient(135deg,#eff6ff,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(2){background:linear-gradient(135deg,#f0fdf4,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(3){background:linear-gradient(135deg,#fff7ed,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(4){background:linear-gradient(135deg,#f5f3ff,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(5){background:linear-gradient(135deg,#fff1f2,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(6){background:linear-gradient(135deg,#ecfeff,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(7){background:linear-gradient(135deg,#f8fafc,#ffffff)}
.city-product-page .cities-grid .link-card--city:nth-child(8){background:linear-gradient(135deg,#eef2ff,#ffffff)}

.city-product-page .qa-list{
  margin-top:18px;
  display:grid;
  gap:14px;
}
.city-product-page .qa-item{
  border-radius:24px;
  padding:18px;
  background:#fff;
  border:1px solid rgba(20,35,61,.08);
  box-shadow:0 14px 30px rgba(20,35,61,.07);
}
.city-product-page .qa-item h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.14;
  font-weight:1000;
  color:#0d2f74;
}
.city-product-page .qa-item p{
  margin:0;
  font-size:16px;
  line-height:1.9;
  color:#46546d;
  font-weight:740;
}

.city-product-page .cta{margin-top:28px}
.city-product-page .cta__box{
  position:relative;
  overflow:hidden;
  border-radius:40px;
  padding:34px;
  background:
    linear-gradient(135deg, rgba(3,8,18,.72) 0%, rgba(3,8,18,.56) 36%, rgba(3,8,18,.84) 100%),
    var(--cta-bg) center center / cover no-repeat;
  color:#fff;
  box-shadow:0 34px 80px rgba(20,35,61,.22), inset 0 1px 0 rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.10);
  isolation:isolate;
}
.city-product-page .cta__box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(2,6,14,.76) 0%, rgba(22,163,74,.10) 52%, rgba(0,0,0,.66) 100%),
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.20));
  z-index:0;
}
.city-product-page .cta__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:22px;
  align-items:start;
}
.city-product-page .cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  font-size:13px;
  line-height:1.2;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(255,255,255,.96);
}
.city-product-page .cta__eyebrow::before{
  content:"";
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent-a),var(--accent-b));
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
  flex:0 0 auto;
}
.city-product-page .cta h2{
  margin:0 0 12px;
  font-size:clamp(32px,4.2vw,54px);
  line-height:1.04;
  font-weight:1000;
  text-shadow:0 8px 22px rgba(0,0,0,.34);
}
.city-product-page .cta p{
  margin:0 0 18px;
  max-width:960px;
  font-size:18px;
  line-height:1.92;
  color:rgba(255,255,255,.98);
  font-weight:740;
  text-shadow:0 4px 14px rgba(0,0,0,.28);
}
.city-product-page .cta__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.city-product-page .cta__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 15px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
  font-size:14px;
  line-height:1.2;
  font-weight:1000;
  color:#fff;
}
.city-product-page .cta__stats{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.city-product-page .cta__stat{
  border-radius:22px;
  padding:16px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.city-product-page .cta__stat-label{
  display:block;
  margin:0 0 4px;
  font-size:12px;
  line-height:1.2;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(255,255,255,.72);
}
.city-product-page .cta__stat-value{
  display:block;
  font-size:20px;
  line-height:1.2;
  font-weight:1000;
  color:#fff;
}
.city-product-page .cta__side{display:grid;gap:14px}
.city-product-page .cta__card{
  border-radius:24px;
  padding:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.city-product-page .cta__card h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.14;
  font-weight:1000;
  color:#fff;
}
.city-product-page .cta__card p{
  margin:0;
  font-size:15px;
  line-height:1.78;
  color:rgba(255,255,255,.96);
  font-weight:740;
}
.city-product-page .cta__mini-list{
  margin:10px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.city-product-page .cta__mini-list li{
  position:relative;
  padding-left:18px;
  font-size:14px;
  line-height:1.58;
  font-weight:900;
  color:rgba(255,255,255,.96);
}
.city-product-page .cta__mini-list li::before{
  content:"";
  position:absolute;
  left:0;top:8px;width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent-a),var(--accent-b));
  box-shadow:0 0 0 4px rgba(22,163,74,.12);
}

@media (max-width:1120px){
  .city-product-page .grid-4,
  .city-product-page .gallery,
  .city-product-page .link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  .city-product-page .hero__grid,
  .city-product-page .cta__content{grid-template-columns:1fr}
}
@media (max-width:780px){
  .city-product-page .grid-3,
  .city-product-page .grid-2,
  .city-product-page .gallery{grid-template-columns:1fr}
}
@media (max-width:680px){
  .city-product-page .wrap{padding:14px 10px 12px}
  .city-product-page .hero__box,
  .city-product-page .cta__box,
  .city-product-page .section-card{padding:20px;border-radius:26px}
  .city-product-page .hero__title{font-size:clamp(30px,9vw,44px)}
  .city-product-page .hero__lead{font-size:17px;line-height:1.78}
  .city-product-page .hero__chips,
  .city-product-page .hero__facts,
  .city-product-page .grid-4,
  .city-product-page .link-grid,
  .city-product-page .cta__stats{grid-template-columns:1fr}
  .city-product-page .hero__premium-row,
  .city-product-page .hero__actions,
  .city-product-page .btn-row,
  .city-product-page .cta__chips{flex-direction:column}
  .city-product-page .btn,
  .city-product-page .hero__badge,
  .city-product-page .hero__price-chip,
  .city-product-page .hero__wa-chip,
  .city-product-page .cta__chip{width:100%}
  .city-product-page .hero__topline{flex-direction:column;align-items:stretch}
  .city-product-page .hero__eyebrow,
  .city-product-page .hero__fast-badge{width:100%;justify-content:center;text-align:center}
}
@media (prefers-reduced-motion: reduce){
  .city-product-page .btn,
  .city-product-page .card,
  .city-product-page .accent-box,
  .city-product-page .gallery figure{transition:none !important}
}