/* =========================================================
   DENIZ PLAST — общий CSS для городских страниц
   Файл: /templates/flex/css/deniz-city.css
   ========================================================= */

/* ===== Базовые настройки городских страниц ===== */

.city-page .breadcrumb {
  display: none !important;
}

.city-page #sp-main-body {
  padding-top: 0 !important;
}

.city-page #sp-page-title {
  margin-bottom: 0 !important;
}

.deniz-city-page,
.deniz-hero,
.deniz-categories-block,
.deniz-almaty-block,
.deniz-products,
.deniz-reviews-mini,
.deniz-why-mini,
.deniz-districts,
.deniz-gallery,
.deniz-faq,
.deniz-map-pro,
.deniz-cta {
  font-family: Roboto, Arial, sans-serif;
}

.deniz-city-page a,
.deniz-categories-block a,
.deniz-almaty-block a,
.deniz-products a,
.deniz-reviews-mini a,
.deniz-map-pro a,
.deniz-cta a {
  text-decoration: none;
}

/* ===== Универсальные кнопки ===== */

.deniz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all .2s ease;
}

.deniz-btn-primary {
  background: #fff;
  color: #134fa4 !important;
  border: 2px solid #fff;
}

.deniz-btn-primary:hover {
  background: #f3f7ff;
  color: #134fa4 !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.deniz-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

.deniz-btn-secondary:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff !important;
  border-color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ===== Hero / шапка города ===== */

.deniz-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 430px;
  display: flex;
  align-items: center;
  background: url('/images/trubi-almaty-deniz.jpg') center bottom / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.deniz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(19, 79, 164, .92) 0%,
    rgba(19, 79, 164, .78) 34%,
    rgba(19, 79, 164, .38) 56%,
    rgba(19, 79, 164, .08) 76%,
    rgba(19, 79, 164, 0) 100%
  );
}

.deniz-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 20px 66px;
  display: flex;
  justify-content: flex-start;
}

.deniz-hero-content {
  max-width: 650px;
  margin-left: 20px;
}

.deniz-hero-breadcrumbs {
  font-size: 14px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .75);
}

.deniz-hero-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.deniz-hero-breadcrumbs a:hover {
  text-decoration: underline;
}

.deniz-hero h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.deniz-subtitle {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

.deniz-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #fff;
}

.deniz-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 18px;
  margin-top: 24px;
  align-items: center;
}

.deniz-hero-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
}

.deniz-hero-benefit img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.deniz-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* Для других городов можно менять фон так:
.deniz-city-astana .deniz-hero {
  background-image: url('/images/trubi-astana-deniz.jpg');
}
*/

/* ===== Категории ===== */

.deniz-categories-block {
  padding: 45px 0;
}

.deniz-categories-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.deniz-categories-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #101827;
}

.deniz-categories-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

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

.deniz-category-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 35, 70, 0.08);
  display: flex;
  flex-direction: column;
  transition: .25s ease;
}

.deniz-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.14);
}

.deniz-category-img {
  height: 230px;
  background: #f7f9fc;
  overflow: hidden;
  display: block;
}

.deniz-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.deniz-category-body {
  padding: 20px 20px 18px;
}

.deniz-category-body h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.deniz-category-body h3 a {
  color: #101827;
  text-decoration: none;
}

.deniz-category-body h3 a:hover {
  color: #134fa4;
}

.deniz-category-body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #4b5563;
}

.deniz-category-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #134fa4;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.deniz-category-btn:hover {
  background: #0f4187;
  color: #fff !important;
}

.deniz-category-sizes {
  margin-top: auto;
  border-top: 1px solid #edf1f6;
  padding: 17px 20px 20px;
}

.deniz-category-sizes-title {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  color: #134fa4;
}

.deniz-category-sizes-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.deniz-category-sizes-row a {
  font-size: 15px;
  font-weight: 700;
  color: #101827;
  text-decoration: none;
}

.deniz-category-sizes-row a:hover {
  color: #134fa4;
}

.deniz-category-arrow {
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
  color: #101827;
}

/* ===== SEO-текст ===== */

.deniz-almaty-block {
  max-width: 1180px;
  margin: 40px auto;
  padding: 32px 34px;
  background: #f8fafc;
  border: 1px solid #e7ecf3;
  border-radius: 22px;
}

.deniz-almaty-block h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 28px;
  font-weight: 800;
  color: #101827;
}

.deniz-almaty-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 14px;
}

.deniz-almaty-list {
  margin: 16px 0 18px;
  padding-left: 20px;
}

.deniz-almaty-list li {
  margin-bottom: 8px;
  line-height: 1.7;
  color: #334155;
}

/* ===== Популярные товары ===== */

.deniz-products {
  padding: 40px 0;
}

.deniz-products h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 28px;
  font-weight: 800;
  color: #101827;
}

.deniz-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.deniz-product-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 8px 24px rgba(15, 35, 70, 0.06);
}

.deniz-product-img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  margin-bottom: 16px;
  text-decoration: none;
}

.deniz-product-img-link img {
  max-width: 100%;
  max-height: 135px;
  object-fit: contain;
  display: block;
}

.deniz-product-title {
  display: block;
  min-height: 64px;
  margin-bottom: 12px;
  color: #101827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.deniz-product-title:hover {
  color: #134fa4;
}

.deniz-stock {
  color: #16a34a;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.deniz-price {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  text-align: center;
}

.deniz-product-card .deniz-btn {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #134fa4;
  color: #134fa4 !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s;
}

.deniz-product-card .deniz-btn:hover {
  background: #134fa4;
  color: #fff !important;
}

.deniz-all {
  text-align: center;
  margin-top: 30px;
}

.deniz-all a {
  display: inline-block;
  border: 1px solid #134fa4;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  color: #134fa4;
  font-weight: 800;
}

.deniz-all a:hover {
  background: #134fa4;
  color: #fff;
}

/* ===== Отзывы ===== */

.deniz-reviews-mini {
  padding: 45px 0;
  background: #f5f7fb;
}

.deniz-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.deniz-reviews-head h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #101827;
}

.deniz-reviews-head h2 span {
  color: #134fa4;
}

.deniz-reviews-all {
  color: #134fa4;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

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

.deniz-review-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15, 35, 70, 0.07);
  text-decoration: none;
  color: inherit;
  transition: 0.25s;
}

.deniz-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.12);
}

.deniz-review-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.deniz-review-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.deniz-review-name {
  font-size: 18px;
  font-weight: 800;
  color: #101827;
}

.deniz-review-city {
  margin-top: 4px;
  color: #6b7280;
  font-size: 14px;
}

.deniz-review-stars {
  color: #f5a623;
  font-size: 20px;
  margin-bottom: 12px;
}

.deniz-review-text {
  font-size: 15px;
  line-height: 1.55;
  color: #2f3744;
}

/* ===== Почему выбирают ===== */

.deniz-why-mini {
  padding: 28px 0 22px;
  border-bottom: 1px solid #e8edf5;
}

.deniz-why-mini h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #101827;
}

.deniz-why-mini-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}

.deniz-why-mini-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.deniz-why-mini-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.deniz-why-mini-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.deniz-why-mini-title {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #101827;
}

.deniz-why-mini-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #4b5563;
}

/* ===== Поставка по районам ===== */

.deniz-districts {
  padding: 45px 0;
}

.deniz-districts-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px;
  background: #f8fafc;
  border: 1px solid #e7ecf3;
  border-radius: 22px;
}

.deniz-districts-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 30px;
}

.deniz-districts-head h2 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #101827;
}

.deniz-districts-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563;
}

.deniz-districts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.deniz-district-item {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 22px rgba(15, 35, 70, 0.05);
  transition: .22s ease;
}

.deniz-district-item:hover {
  transform: translateY(-4px);
  border-color: #134fa4;
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.1);
}

.deniz-district-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

.deniz-district-item span {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #101827;
}

.deniz-districts-note {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5eaf2;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 8px 22px rgba(15, 35, 70, 0.05);
}

.deniz-districts-note-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.deniz-districts-note-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.deniz-districts-note-text strong {
  color: #101827;
}

/* ===== Галерея ===== */

.deniz-gallery {
  padding: 50px 0;
}

.deniz-gallery h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 28px;
  color: #101827;
}

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

.deniz-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.deniz-gallery-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.deniz-gallery-item:hover img {
  transform: scale(1.05);
}

.deniz-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.deniz-lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 10px;
}

.deniz-lightbox.active {
  display: flex;
}

/* ===== FAQ ===== */

.deniz-faq {
  max-width: 1180px;
  margin: 55px auto;
  padding: 0 15px;
}

.deniz-faq h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 35px;
  color: #0f172a;
  text-align: center;
}

.deniz-faq-item {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.deniz-faq-question {
  position: relative;
  padding: 22px 70px 22px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #111;
  transition: .2s ease;
}

.deniz-faq-question:hover {
  background: #f7faff;
}

.deniz-faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #134fa4;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.deniz-faq-item.active .deniz-faq-question::after {
  content: "−";
}

.deniz-faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.deniz-faq-item.active .deniz-faq-answer {
  display: block;
}

.deniz-faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

/* ===== Карта ===== */

.deniz-map-pro {
  padding: 55px 0;
}

.deniz-map-pro-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}

.deniz-map-pro-info {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid #edf1f6;
}

.deniz-map-pro-info h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  color: #101827;
}

.deniz-map-pro-text {
  margin-bottom: 15px;
  color: #4b5563;
}

.deniz-rating {
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.deniz-stars {
  color: #f5a623;
}

.deniz-map-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.deniz-map-badge {
  background: #f1f5fb;
  color: #134fa4;
  padding: 7px 11px;
  border-radius: 999px;
  font-weight: 700;
}

.deniz-map-item {
  margin-bottom: 12px;
}

.deniz-map-item strong {
  display: block;
  margin-bottom: 3px;
}

.deniz-map-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.deniz-map-btn {
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none !important;
}

.deniz-map-btn-blue {
  background: #134fa4;
  color: #fff !important;
}

.deniz-map-btn-blue:hover {
  background: #0f3f85;
  color: #fff !important;
}

.deniz-map-btn-outline {
  border: 1px solid #134fa4;
  color: #134fa4 !important;
}

.deniz-map-btn-outline:hover {
  background: #134fa4;
  color: #fff !important;
}

.deniz-map-frame {
  display: flex;
}

.deniz-map-frame iframe {
  width: 100%;
  min-height: 420px;
  height: 100%;
  border-radius: 12px;
  border: 0;
}

/* ===== CTA ===== */

.deniz-cta {
  margin: 40px 0;
  padding: 26px 28px;
  border-radius: 14px;
  background: linear-gradient(90deg, #eef4fb 0%, #f6f9fe 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.deniz-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 600px;
}

.deniz-cta-icon {
  flex-shrink: 0;
}

.deniz-cta-icon img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  object-fit: contain;
  display: block;
}

.deniz-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #101827;
  margin-bottom: 4px;
}

.deniz-cta-text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

.deniz-cta-actions {
  display: flex;
  gap: 12px;
}

.deniz-cta-btn {
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 14px;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
}

.deniz-cta-btn-primary {
  background: #134fa4;
  color: #fff !important;
}

.deniz-cta-btn-primary:hover {
  background: #0f3f85;
  color: #fff !important;
}

.deniz-cta-btn-outline {
  border: 1px solid #134fa4;
  color: #134fa4 !important;
  background: transparent;
}

.deniz-cta-btn-outline:hover {
  background: #134fa4;
  color: #fff !important;
}

/* ===== Адаптив ===== */

@media (max-width: 1200px) {
  .deniz-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .deniz-hero {
    min-height: 390px;
  }

  .deniz-hero-inner {
    padding: 42px 20px 60px;
  }

  .deniz-hero h1 {
    font-size: 38px;
  }

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

  .deniz-categories-grid,
  .deniz-reviews-grid {
    grid-template-columns: 1fr;
  }

  .deniz-category-img {
    height: 220px;
  }

  .deniz-categories-head h2 {
    font-size: 28px;
  }

  .deniz-reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .deniz-reviews-head h2 {
    font-size: 26px;
  }

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

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

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

  .deniz-map-pro-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .deniz-products h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .deniz-products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .deniz-product-card {
    padding: 18px;
  }

  .deniz-product-img-link {
    height: 190px;
  }

  .deniz-product-img-link img {
    max-height: 190px;
  }

  .deniz-product-title {
    min-height: auto;
    font-size: 18px;
  }

  .deniz-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .deniz-cta-left {
    align-items: flex-start;
  }

  .deniz-cta-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .deniz-cta-text {
    font-size: 13px;
  }

  .deniz-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .deniz-cta-btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .deniz-hero::before {
    background: rgba(19, 79, 164, .86);
  }

  .deniz-hero-inner {
    padding: 34px 16px 46px;
  }

  .deniz-hero-content {
    margin-left: 0;
  }

  .deniz-hero h1 {
    font-size: 30px;
  }

  .deniz-subtitle {
    font-size: 18px;
  }

  .deniz-hero p {
    font-size: 16px;
  }

  .deniz-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .deniz-hero-actions {
    flex-direction: column;
  }

  .deniz-btn {
    width: 100%;
  }

  .deniz-almaty-block {
    padding: 22px 18px;
  }

  .deniz-almaty-block h2 {
    font-size: 22px;
  }

  .deniz-why-mini-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .deniz-districts {
    padding: 34px 0;
  }

  .deniz-districts-inner {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .deniz-districts-head h2 {
    font-size: 24px;
  }

  .deniz-districts-head p {
    font-size: 15px;
  }

  .deniz-districts-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .deniz-district-item {
    padding: 16px;
  }

  .deniz-district-item span {
    font-size: 16px;
  }

  .deniz-districts-note {
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  .deniz-districts-note-icon img {
    width: 44px;
    height: 44px;
  }

  .deniz-districts-note-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .deniz-gallery-grid {
    grid-template-columns: 1fr;
  }

  .deniz-gallery-item img {
    height: 200px;
  }
}

@media (max-width: 900px) {
  .deniz-faq {
    margin: 40px auto;
  }

  .deniz-faq h2 {
    font-size: 28px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }

  .deniz-faq-question {
    font-size: 16px;
    padding: 18px 58px 18px 18px;
  }

  .deniz-faq-answer {
    padding: 0 18px 18px;
  }

  .deniz-faq-answer p {
    font-size: 14px;
  }
}
