/* Panoramix3D – strony miast (wirtualne spacery) */

/* Breadcrumb */
.city-breadcrumb {
  background: #f5f5f5;
  padding: 10px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.city-breadcrumb .seo-breadcrumb-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.city-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.city-breadcrumb li {
  color: #666;
}

.city-breadcrumb li + li::before {
  content: "›";
  margin-right: 6px;
  color: #999;
}

.city-breadcrumb a {
  color: #23bdf3;
  text-decoration: none;
}

.city-breadcrumb a:hover {
  text-decoration: underline;
}

.city-breadcrumb [aria-current="page"] {
  color: #4a5560;
  font-weight: 600;
}

/* Powrót do strony głównej */
.city-article-back {
  text-align: center;
  margin: 8px 0 0;
}

.city-article-back a {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23bdf3;
  text-decoration: none;
}

.city-article-back a:hover {
  text-decoration: underline;
}

/* Sekcja artykułu */
#sec-city {
  background: linear-gradient(180deg, #f8fbfd 0%, #f0f4f7 100%);
  padding: 40px 0 56px;
}

#sec-city.u-section-1{min-height:0!important}

#sec-city .u-sheet-1 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 0 !important;
}

/* Karta treści */
.city-article-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 40px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(13, 33, 55, 0.08);
  border: 1px solid rgba(35, 189, 243, 0.12);
  border-top: 4px solid #23bdf3;
}

/* Nagłówek H1 */
.city-article-content h1 {
  font-family: Anton, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.15;
  color: #5a5a5a;
  text-align: center;
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}

.city-article-content h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #23bdf3, #0d8ecf);
}

/* Zdjęcie miasta */
.city-article-hero {
  margin: 0 0 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(13, 33, 55, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.city-article-hero img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 440px;
  object-fit: cover;
  vertical-align: middle;
}

/* Tekst artykułu */
.city-article-content p {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #4a5560;
  margin: 0 0 1.15rem;
  text-align: justify;
}


.city-article-content a {
  color: #23bdf3;
  text-decoration: none;
  font-weight: 600;
}

.city-article-content a:hover {
  text-decoration: underline;
}

/* Przycisk CTA */
.city-article-cta {
  text-align: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(35, 189, 243, 0.15);
}

.city-article-cta .u-btn,
.city-article-cta a {
  display: inline-block;
  background: linear-gradient(135deg, #23bdf3 0%, #0d8ecf 100%) !important;
  color: #fff !important;
  font-family: "Open Sans", Roboto, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(35, 189, 243, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.city-article-cta .u-btn:hover,
.city-article-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(35, 189, 243, 0.45);
  background: linear-gradient(135deg, #2ecaff 0%, #23bdf3 100%) !important;
  color: #fff !important;
}

/* Stopka na stronach miast */
body:has(#sec-city) .u-footer {
  margin-top: 0;
}

body:has(#sec-city) .u-footer .u-sheet-1 {
  padding-top: 24px;
}

/* Tablet */
@media (max-width: 991px) {
  #sec-city {
    padding: 32px 0 48px;
  }

  .city-article-content {
    padding: 28px 28px 32px;
  }

  .city-article-content h1 {
    font-size: 2.25rem;
  }
}

/* Mobile */
@media (max-width: 575px) {
  #sec-city {
    padding: 24px 0 40px;
  }

  #sec-city.u-section-1{min-height:0!important}

#sec-city .u-sheet-1 {
    padding: 0 12px;
  }

  .city-article-content {
    padding: 22px 18px 26px;
    border-radius: 12px;
  }

  .city-article-content h1 {
    font-size: 1.85rem;
  }

  .city-article-content p {
    font-size: 1rem;
    text-align: left;
  }


  .city-article-hero img {
    min-height: 180px;
    max-height: 280px;
  }

  .city-article-cta .u-btn,
  .city-article-cta a {
    font-size: 0.9rem !important;
    padding: 12px 22px !important;
    white-space: normal;
    line-height: 1.35;
    max-width: 100%;
  }
}
