/* Základní styly patičky */
.footer-section {
  background-color: #f7f7f7;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #e0e0e0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Dropdown řádek */
.footer-dropdown-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

/* Dropdown kontejner */
.footer-dropdown {
  position: relative;
  display: inline-block;
}

.footer-dropbtn {
  background-color: #fff;
  color: #333;
  padding: 10px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}

.footer-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
  z-index: 999;
  border-radius: 4px;
}

.footer-dropdown-content a {
  color: #333;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}

.footer-dropdown-content a:hover {
  background-color: #f0f0f0;
}

/* Zobraz dropdown při hoveru */
.footer-dropdown:hover .footer-dropdown-content {
  display: block;
}

/* Standardní sloupce v patičce */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s;
}

.footer-column ul li a:hover {
  color: #0074e4;
}

/* Sociální ikony */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer-social img {
  width: 24px;
  height: 24px;
}

/* Vycentrování konkrétního bloku 'Sledujte nás' */

.footer-column.social-center h4 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}




.footer-column.social-center .footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}


/* Dolní část patičky */
.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* Responzivita - menší zařízení */
@media (max-width: 600px) {
  .footer-dropdown-row {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-dropbtn {
    width: 100%;
    text-align: center;
  }
  
  .footer-dropdown-content {
    position: static;
    box-shadow: none;
    margin-top: 8px;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
  }
}
/* =========================
   SEO odkazy v patičce
========================= */
.footer-seo-links {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 15px 0;
    color: #666;
}

.footer-seo-links a {
    color: #555;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
}

.footer-seo-links a:hover {
    color: #0074e4;
    text-decoration: underline;
}

.footer-seo-links span {
    margin: 0 6px;
    color: #aaa;
}
/* SEO patička */

.footer-seo-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
margin-top:30px;
padding-top:25px;
border-top:1px solid #e5e5e5;
}

.seo-column{
font-size:13px;
line-height:1.6;
}

.seo-column h5{
font-size:14px;
margin-bottom:10px;
color:#333;
font-weight:600;
}

.seo-column a{
display:block;
color:#555;
text-decoration:none;
margin-bottom:5px;
}

.seo-column a:hover{
color:#0074e4;
text-decoration:underline;
}
.city-list{
display:none;
margin-top:10px;
}

.city-list a{
display:block;
margin:4px 0;
font-size:14px;
}

.city-toggle{
background:none;
border:none;
color:#0078e7;
cursor:pointer;
font-size:14px;
padding:0;
margin-top:6px;
}
/* ======================================================
   SEO PATIČKA – ZILLOW CLEAN (v2)
   ====================================================== */

.footer-seo-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;

  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  padding-top: 20px;

  border-top: 1px solid #e5e7eb;
}

/* 🔲 BLOKY (jemnější, méně „card UI“) */
.footer-seo-group {
  background: transparent;
  border: none;
  padding: 10px 12px;

  max-width: 300px;
  min-width: 240px;

  text-align: center;
}

/* 🧠 NADPIS */
.footer-seo-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #111827;
}

/* 🔗 ODKAZY (méně button, víc Zillow) */
.footer-seo-group a {
  display: inline-block;

  padding: 3px 6px;
  margin: 3px 4px;

  font-size: 13px;
  font-weight: 400;
  color: #374151;
  text-decoration: none;

  border-radius: 4px;
  background: transparent;

  transition: all 0.15s ease;
}

/* ✨ jemný hover */
.footer-seo-group a:hover {
  background: #eef4ff;
  color: #0074e4;
}

/* ❌ TEČKY PRYČ */
.footer-seo-group span {
  display: none;
}

/* 📱 TABLET */
@media (max-width: 992px) {
  .footer-seo-links {
    gap: 18px;
    padding: 0 10px;
  }
}

/* 📱 MOBIL */
@media (max-width: 600px) {
  .footer-seo-links {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .footer-seo-group {
    width: 100%;
    text-align: left;
  }

  .footer-seo-title {
    text-align: left;
  }

  .footer-seo-group a {
    white-space: normal;
  }
}