:root {
  --color-primary:   #7D5FFF;
  --color-secondary: #C7B8FF;
  --color-accent:    #8EE5C3;
  --color-dark:      #2C2C34;
  --color-light:     #F9FAFB;
}
p{
    margin-block-end:1.2rem !important; 
}
.hero-cleaning .hero-glassy {
  background: rgba(20, 20, 30, 0.55);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 24px;
  padding: 3.5rem 2rem;
  margin: 0 auto;
  max-width: 780px;

  /* hloubka a světlo */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.6),    /* hlavní stín */
    inset 0 1px 2px rgba(255, 255, 255, 0.1), /* lehké vnitřní světlo */
    0 0 20px rgba(125, 95, 255, 0.25); /* jemné fialové záření */
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-cleaning .hero-glassy h1 {
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.hero-cleaning .hero-glassy p {
  color: #ddd;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.hero-cleaning .wp-block-button__link {
  font-family: var(--font-heading);
  font-size: 17px;
  padding: 0.9em 2.2em;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hero-cleaning .wp-block-button__link:hover {
  background-color: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
.hero-glassy{position:relative;}
.hero-badge{
  position:absolute;
  top:-25px;right:-25px;
  width:150px;height:auto;
  z-index:5;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.35));
  transform:rotate(5deg);
  transition:.7s;
}
.hero-badge:hover{
  transform:rotate(0deg)scale(1.05);
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.5));
}
@media(max-width:768px){
  .hero-badge{top:-45px;right:-10px;width:100px;}
}

.about-section {
  padding: 6rem 2rem;

}

.about-section .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  gap: 2.5rem;
  align-items: center;
}

.about-image img {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 🟣 Bílá karta s akcentem */
.about-card-inner {
  background: #ffffff;
  border-left: 5px solid var(--color-primary);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  color: var(--color-dark);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 6px 15px rgba(125, 95, 255, 0.15);
}

.about-card-inner h2 {
  color: var(--color-primary);
  margin-bottom: 1rem;
  font-size: 2rem;
}

.about-card-inner p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}


/* 📱 Responzivní */
@media (max-width: 992px) {
  .about-section .wp-block-columns {
    flex-direction: column;
  }

  .about-card-inner {
    margin-top: 2rem;
    text-align: center;
  }
  .about-card-inner .wp-block-buttons {
    justify-content: center !important;
  }
}
.about-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(125,95,255,0.05) 100%);
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.15),    /* hlavní stín */
    0 5px 10px rgba(125, 95, 255, 0.12), /* jemný fialový podtón */
    inset 0 1px 2px rgba(255,255,255,0.5); /* světelný nádech */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* volitelný jemný efekt při najetí (není nutný) */
.about-image img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 8px 18px rgba(125, 95, 255, 0.18);
}
.about-features {
  margin-top: 4rem;
  gap: 2rem;
  justify-content: center;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow:
    0 8px 25px rgba(0,0,0,0.08),
    0 4px 10px rgba(125,95,255,0.1);
  border-top: 4px solid var(--color-primary);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.feature-icon {
  font-size: 2rem;
  color: var(--color-primary);
  background: rgba(125,95,255,0.1);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
  transition: all 0.35s ease;
  box-shadow: 0 0 0 rgba(125,95,255,0.3);
}

/* ✨ Hover efekty */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.08),
    0 8px 18px rgba(125,95,255,0.15);
}

.feature-card:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(125,95,255,0.07), transparent 70%);
  opacity: 1;
}

.feature-card:hover .feature-icon {
  background: rgba(125,95,255,0.15);
  color: var(--color-primary);
  box-shadow: 0 0 12px rgba(125,95,255,0.25);
  transform: scale(1.1);
}

/* 🧹 Sekce služeb */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* 💎 Karta služby */
.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(125, 95, 255, 0.1);
  border-top: 5px solid var(--color-primary);
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(125, 95, 255, 0.15);
}


.service-icon {
  font-size: 2.5rem !important;
  color: var(--color-primary) !important;
  background: linear-gradient(135deg, rgba(125,95,255,0.12), rgba(125,95,255,0.08));
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
}

/* 🪶 Nadpis a text */
.service-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.service-card p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 90%;
}

.services-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
  padding: 6rem 0;
  position: relative;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125,95,255,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 📱 Responzivní úpravy */
@media (max-width: 992px) {
  .service-card {
    padding: 2rem 1.5rem;
  }

  .service-icon {
    font-size: 2.4rem;
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card {
    padding: 1.8rem 1.2rem;
  }

  .service-icon {
    font-size: 2.2rem;
    width: 70px;
    height: 70px;
  }
}
/* 🌸 Sekce galerie */
.gallery-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  position: relative;
}

.gallery-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125, 95, 255, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

/* 🖼️ Intro */
.gallery-intro h2 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}

.gallery-intro p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* 📸 Grid */
.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 🪞 Obrázky */
.gallery-item figure {
  overflow: hidden;
  border-radius: 16px;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(125, 95, 255, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
  filter: brightness(0.96);
}

.gallery-item:hover figure {
  transform: translateY(-4px);
  box-shadow:
    0 12px 25px rgba(0, 0, 0, 0.1),
    0 6px 15px rgba(125, 95, 255, 0.15);
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1);
}

/* 📱 Responsivita */
@media (max-width: 768px) {
  .gallery-intro h2 {
    font-size: 1.8rem;
  }
  .gallery-grid {
    gap: 1rem;
  }
}
/* 💜 Sekce recenzí */
.reviews-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  position: relative;
}

.reviews-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125, 95, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 🧾 Nadpis a text */
.reviews-intro h2 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}

.reviews-intro p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* 🧼 Grid */
.reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* 💬 Karta recenze */
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.8rem;
  text-align: center;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(125, 95, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.08),
    0 6px 15px rgba(125, 95, 255, 0.12);
}

.review-stars {
  color: #f7b500;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.review-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.review-author {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .reviews-intro h2 {
    font-size: 1.8rem;
  }
  .review-card {
    padding: 1.6rem;
  }
}
.cta-section {
  overflow: hidden;
}

.cta-cover {
  background: radial-gradient(circle at top right, rgba(125,95,255,0.25) 0%, rgba(255,255,255,0) 70%);
  align-items: center;
  justify-content: center;
}

.cta-glass {
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.15),
    inset 0 0 30px rgba(255,255,255,0.5);
  padding: 4rem 2.5rem;
  text-align: center;
  max-width: 780px;
  margin: 0 auto; /* jistota centrování */
}

.cta-cover::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(142,229,195,0.4) 0%, rgba(125,95,255,0.3) 60%, transparent 90%);
  filter: blur(40px);
  z-index: 0;
  animation: floatGlow 10s ease-in-out infinite alternate;
}

.cta-glass h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.cta-glass p {
  color: #f1f1f1;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto 2rem;
}

.cta-glass .wp-block-button__link {
  font-size: 1.1rem;
  padding: 1rem 2.6rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #7D5FFF, #27d894);
  box-shadow: 0 0 25px rgba(125,95,255,0.45);
  color: #fff !important;
  transition: all 0.35s ease;
}

.cta-glass .wp-block-button__link:hover {
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(125,95,255,0.6);
}

@media (max-width: 768px) {
  .cta-glass {
    padding: 3rem 1.8rem;
  }
  .cta-glass h2 {
    font-size: 1.9rem;
  }
  .cta-glass p {
    font-size: 1rem;
  }
}
/* 📮 Footer – kontakt (světlý podklad) */
.footer-widget.footer-contact {
  color: #333;
}

.footer-widget .footer-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c2c34; /* tmavý text */
  position: relative;
}

.footer-widget .footer-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary, #7D5FFF);
  border-radius: 3px;
  margin-top: 6px;
}

/* 🧾 Kontakt – seznam */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  line-height: 1.6;
  color: #444; /* čitelný šedý odstín */
  font-size: 0.95rem;
}

/* ✉️ Ikony */
.footer-contact-list i {
  color: var(--color-primary, #7D5FFF);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 3px;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-contact-list i:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* 🔗 Odkazy */


/* 📱 Responsivita */
@media (max-width: 768px) {
  .footer-widget .footer-title {
    font-size: 1.2rem;
  }
  .footer-contact-list li {
    font-size: 0.9rem;
  }
}
.footer-widget.footer-social {
  color: #333;
}

.footer-widget.footer-social .footer-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c2c34;
}

.footer-facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-facebook-link i {
  color: var(--color-primary, #7D5FFF);
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-facebook-link:hover {
  color: var(--color-primary, #7D5FFF);
  transform: translateX(4px);
}

.footer-facebook-link:hover i {
  color: var(--color-accent, #8EE5C3);
  transform: scale(1.1);
}
/* 🌐 Odkazy ve footeru */
footer a {
  color: #2c2c34; /* tmavý text pro světlý footer */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

/* 🔹 Link hover efekt – decentní underline animace */
footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: var(--color-primary, #7D5FFF);
  transition: width 0.3s ease;
  border-radius: 3px;
}

footer a:hover::after {
  width: 100%;
}
/* 🌐 FOOTER MENU – underline jen pod textem */
.ct-footer .footer-menu-inline .menu > li {
  list-style: none;
}

.ct-footer .footer-menu-inline .ct-menu-link {
  position: relative;
  display: inline-block; /* důležité: aby underline měřil text, ne flex box */
  text-decoration: none;
  color: var(--theme-headings-color, #2c2c34);
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 2px 0;
}

/* ✨ Animované podtržení */
.ct-footer .footer-menu-inline .ct-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--color-primary, #7D5FFF);
  border-radius: 3px;
  transition: width 0.3s ease;
}

/* 🔹 Hover & active link */
.ct-footer .footer-menu-inline .ct-menu-link:hover,
.ct-footer .footer-menu-inline .current-menu-item > .ct-menu-link {
  color: var(--color-primary, #7D5FFF);
}

.ct-footer .footer-menu-inline .ct-menu-link:hover::after,
.ct-footer .footer-menu-inline .current-menu-item > .ct-menu-link::after {
  width: 20%; /* podtrhne jen text */
}

/* 📱 Responsivita */
@media (max-width: 768px) {
  .ct-footer .footer-menu-inline .ct-menu-link {
    margin-bottom: 0.6rem;
  }
}


/* 🧽 Sekce – Čím čistíme (sjednoceno se službami a recenzemi) */
.equipment-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
  position: relative;
  padding: 6rem 0;
}

.equipment-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125, 95, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 🔹 Nadpis a úvod */
.equipment-intro h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.equipment-intro p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* 🔸 Grid */
.equipment-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); /* přesně 4 sloupce na velkých obrazovkách */
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
/* 💎 Karta značky */
.equipment-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(125, 95, 255, 0.1);
  border-top: 5px solid var(--color-primary);
  transition: all 0.3s ease;
}

.equipment-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(125, 95, 255, 0.15);
}

/* 🧴 Ikony */
.equipment-icon {
  font-size: 2.8rem !important;
  color: var(--color-primary, #7D5FFF) !important;
  background: linear-gradient(135deg, rgba(125,95,255,0.12), rgba(125,95,255,0.08));
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.2rem !important;
  filter: drop-shadow(0 0 6px rgba(125, 95, 255, 0.2));
}

/* 🧾 Text */
.equipment-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 0.8rem;
}

.equipment-card p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

/* 📱 Responsivita */
@media (max-width: 992px) {
  .equipment-card {
    padding: 2rem 1.5rem;
  }
  .equipment-icon {
    width: 75px;
    height: 75px;
    font-size: 2.4rem;
  }
}

@media (max-width: 600px) {
  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .equipment-card {
    padding: 1.8rem 1.2rem;
  }
  .equipment-icon {
    width: 70px;
    height: 70px;
    font-size: 2.2rem;
  }
}
/* 🧽 Sekce – Naše filozofie */
.philosophy-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
}

.philosophy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125, 95, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.philosophy-intro h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.philosophy-intro p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* 💎 Dvousloupcové rozvržení */
.philosophy-columns {
  max-width: 1200px;
  margin: 0 auto;
  gap: 2.5rem;
  align-items: center;
}

/* Levý textový sloupec */
.philosophy-columns .wp-block-column:first-child p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: justify;
}

/* Pravý sloupec – obrázek */
.philosophy-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.12),
    0 6px 14px rgba(125, 95, 255, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.5);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(125,95,255,0.05) 100%);
}

/* Hover efekt pro obrázek */
.philosophy-image img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.15),
    0 8px 20px rgba(125, 95, 255, 0.18);
}


/* 📱 Responsivita */
@media (max-width: 992px) {
  .philosophy-columns {
    flex-direction: column;
  }

  .philosophy-intro h2 {
    font-size: 1.9rem;
  }
}
/* 📱 Mobilní úprava filozofie */
@media (max-width: 992px) {
  .philosophy-columns {
    flex-direction: column;
    align-items: center;
  }

  .philosophy-columns .wp-block-column:first-child {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 2rem;

  }

  .philosophy-columns .wp-block-column.about-card-inner {
    padding: 2.5rem 2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.06),
      0 4px 12px rgba(125, 95, 255, 0.08);
  }

  /* 🖼️ Obrázek – stejně široký jako text */
  .philosophy-image {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 2rem;
  }

  .philosophy-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.06),
      0 4px 12px rgba(125, 95, 255, 0.08);
  }

  /* Nadpis a odstavce */
  .philosophy-intro h2 {
    font-size: 1.9rem;
  }

  .philosophy-columns .wp-block-column:first-child p {
    font-size: 1rem;
    text-align: left;
  }
}
/* 💎 Varianta karty pro stránku SLUŽBY */
.service-card--page {
  background: #fff;
  border-radius: 18px;
  overflow: hidden; /* aby obrazek kopíroval radius */
  text-align: center;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(125, 95, 255, 0.1);
  border-top: 5px solid var(--color-primary);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card--page:hover {
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(125, 95, 255, 0.15);
}

/* 📸 Obrázek nahoře bez paddingu */
.service-card--page .service-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0; /* odstraníme všechny vnější mezery */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card--page:hover .service-image img {
  transform: scale(1.04);
}

/* 🪶 Obsah pod obrázkem */
.service-card--page h3,
.service-card--page p,
.service-card--page .wp-block-button {
  padding: 0 1.6rem;
}

.service-card--page h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

.service-card--page p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}

/* 🧭 Tlačítko */
.service-card--page .wp-block-button__link {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding: 0.8rem 1.8rem;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card--page .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(125, 95, 255, 0.25);
}

/* 📱 Responsivita */
@media (max-width: 600px) {
  .service-card--page .service-image img {
    height: 180px;
  }
  .service-card--page h3 {
    font-size: 1.2rem;
  }
}
.ct-toggle-dropdown-mobile {
  width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-toggle-dropdown-mobile svg {
  width: 90px;
  height: 36px;
  transition: transform 0.3s ease;
}
/* 💎 Sekce ceníku – sjednoceno se službami */
.pricing-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
  position: relative;
  padding: 6rem 0;
}

.pricing-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125, 95, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 🧭 Úvod */
.pricing-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.pricing-section p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* 💰 Grid */
.pricing-columns {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 85%;
  margin: 0 auto;
}

/* 💎 Karty */
.price-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(125, 95, 255, 0.1);
  border-top: 5px solid var(--color-primary);
  transition: all 0.35s ease;
  position: relative;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(125, 95, 255, 0.15);
}

.price-card.highlighted {
  border-top-color: var(--color-accent, #8EE5C3);
}

/* 🏷️ Nadpis a cena */
.price-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c34;
  margin-bottom: 0.8rem;
}

.price-card h3 i {
  color: var(--color-primary);
  margin-right: 0.4rem;
}

.price-card .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

/* 📋 Seznam služeb */
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  text-align: left;
  max-width: 85%;
  margin-inline: auto;
  font-size: 0.95rem;
  color: #444;
}

.price-card ul li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(125, 95, 255, 0.08);
  line-height: 1.5;
}

.price-card ul li:last-child {
  border-bottom: none;
}

.price-card ul li::before {
  content: "•";
  color: var(--color-primary);
  font-weight: bold;
  margin-right: 8px;
}

/* 🔘 Tlačítka */
.price-card .wp-block-button__link {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.8rem 1.8rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-primary), #27d894);
  color: #fff !important;
  box-shadow: 0 0 18px rgba(125, 95, 255, 0.35);
  transition: all 0.35s ease;
}

.price-card .wp-block-button__link:hover {
  transform: scale(1.06);
  box-shadow: 0 0 30px rgba(125, 95, 255, 0.5);
}

/* 🧾 Poznámka pod ceníkem */
.pricing-section p.has-foreground-color {
  color: #666;
  font-style: italic;
  opacity: 0.9;
}

.pricing-section p.has-foreground-color i {
  color: var(--color-primary);
  margin-right: 6px;
}

/* 📱 Responsivita */
@media (max-width: 768px) {
  .price-card {
    padding: 2rem 1.5rem;
  }
  .price-card ul {
    max-width: 100%;
  }
  .price-card h3 {
    font-size: 1.2rem;
  }
  .price-card .price {
    font-size: 1.2rem;
  }
}
.beforeafter-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  position: relative;
  padding: 6rem 0;
}

.beforeafter-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 0%, rgba(125,95,255,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 🖼️ Grid & karty */
.beforeafter-grid {
  gap: 1.5rem !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.beforeafter-section .gallery-item figure {
  overflow: hidden;
  border-radius: 16px;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(125, 95, 255, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.beforeafter-section .gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.96);
}

.beforeafter-section .gallery-item:hover figure {
  transform: translateY(-4px);
  box-shadow:
    0 12px 25px rgba(0, 0, 0, 0.1),
    0 6px 15px rgba(125, 95, 255, 0.15);
}

.beforeafter-section .gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

/* 🏷️ Popisky */
.beforeafter-section p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}

.beforeafter-section p.accent {
  color: var(--color-primary);
  font-weight: 600;
}

/* 📱 Responsivita */
@media (max-width: 768px) {
  .beforeafter-grid {
    gap: 1rem !important;
  }
}
/* 🧊 Kontejner obrázku */
.beforeafter-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

/* Obrázek */
.beforeafter-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover efekt */
.beforeafter-image:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* ✨ Overlay text uvnitř obrázku */
.beforeafter-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  color: var(--color-primary);
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 1.1rem;
  letter-spacing: normal;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0.95;
  transition: all 0.3s ease;
  z-index: 2;
}

/* “Po čištění” – barevný akcent */
.beforeafter-overlay.accent {
  background: rgba(125, 95, 255, 0.4);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

/* Hover efekt – mírné vystoupení */
.beforeafter-image:hover .beforeafter-overlay {
  transform: translateY(-3px);
  opacity: 1;
}

/* 📱 Responsivita */
@media (max-width: 768px) {
  .beforeafter-overlay {
    font-size: 1rem;
    bottom: 8px;
    right: 8px;
    padding: 4px 10px;
  }
}
/* 🌟 Hero sekce pro kontaktní stránku */
.contact-hero {
  position: relative;
  background: linear-gradient(135deg, #7D5FFF 0%, #5b47cc 50%, #2c1f66 100%);
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4rem 2rem 6rem;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(142, 229, 195, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
  pointer-events: none;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-hero h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.8s ease-out;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  line-height: 1.7;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 1s ease-out;
}

/* 🎨 Floating elementy v hero */
.contact-hero-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  animation: float 8s ease-in-out infinite;
}

.contact-hero-decoration:nth-child(1) {
  width: 300px;
  height: 300px;
  top: -100px;
  right: 10%;
  background: rgba(142, 229, 195, 0.3);
  animation-delay: 0s;
}

.contact-hero-decoration:nth-child(2) {
  width: 250px;
  height: 250px;
  bottom: -50px;
  left: 15%;
  background: rgba(255, 255, 255, 0.15);
  animation-delay: 2s;
}

/* 📮 Kontaktní karta */
.contact-card {
  position: relative;
  margin: -3rem auto 4rem;
  padding: 0 1.5rem;
  z-index: 10;
}

.contact-card > .wp-block-columns {
  background: #ffffff;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.08),
    0 8px 20px rgba(125, 95, 255, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* 📝 Nadpisy v kartě */
.contact-card h3 {
  color: var(--color-primary, #7D5FFF);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.8rem;
}

.contact-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary, #7D5FFF), rgba(125, 95, 255, 0.3));
  border-radius: 4px;
}

.contact-card h4 {
  color: #2c2c34;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

/* 📞 Kontaktní řádky */
.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-line i {
  color: var(--color-primary, #7D5FFF);
  font-size: 1.2rem;
  margin-top: 3px;
  flex-shrink: 0;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-line a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.contact-line a:hover {
  color: var(--color-primary, #7D5FFF);
}

.contact-line a:hover i {
  transform: scale(1.15);
  opacity: 1;
}

/* 🔗 Sociální sítě */
.social-links {
  margin-top: 1rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  padding: 0.4rem 0;
}

.social-links a i {
  color: var(--color-primary, #7D5FFF);
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-links a:hover {
  color: var(--color-primary, #7D5FFF);
  transform: translateX(6px);
}

.social-links a:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* 🎭 Animace */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-25px) translateX(15px);
  }
}

/* 📱 Responsivita */
@media (max-width: 968px) {
  .contact-hero {
    min-height: 320px;
    padding: 3rem 1.5rem 5rem;
  }

  .contact-hero h1 {
    font-size: 2.3rem;
  }

  .contact-hero p {
    font-size: 1.1rem;
  }

  .contact-card {
    margin: -2rem auto 3rem;
  }

  .contact-card > .wp-block-columns {
    padding: 2.5rem 2rem;
  }

  .contact-card h3 {
    font-size: 1.7rem;
  }

  .contact-card h4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    min-height: 280px;
    padding: 2.5rem 1rem 4rem;
  }

  .contact-hero h1 {
    font-size: 1.9rem;
  }

  .contact-hero p {
    font-size: 1rem;
  }

  .contact-card {
    margin: -1.5rem auto 2rem;
    padding: 0 1rem;
  }

  .contact-card > .wp-block-columns {
    padding: 2rem 1.5rem;
  }

  .contact-card h3 {
    font-size: 1.5rem;
  }

  .contact-card h4 {
    font-size: 1.3rem;
  }

  .contact-line,
  .social-links a {
    font-size: 0.95rem;
  }
}

.hero-btn.primary {
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  color: #7D5FFF !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.hero-btn.primary:hover {
  background: linear-gradient(135deg, #fff, #fff);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.4);
}

.hero-btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.hero-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}
/* ═══════════════════════════════════════════════════════════
   🌙 TMAVÁ KONTAKTNÍ STRÁNKA - KOMPLETNÍ STYLY S HERO
   ═══════════════════════════════════════════════════════════ */

/* 🎯 Tmavé pozadí pro kontaktní stránku */
body.page-id-81,
body.page-id-81 #primary,
body.page-id-81 #main,
body.page-id-81 .site-content,
.page-id-81 article.page {
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%) !important;
  min-height: 100vh;
}

.page-id-81 article.page {
  padding: 0 !important;
}

.page-id-81 .entry-content {
  padding: 0 !important;
  max-width: 100% !important;
}

/* 🌟 Hero sekce s gradientem */
section.contact-hero-gradient {
  position: relative;
  background: linear-gradient(135deg, #7D5FFF 0%, #5b47cc 30%, #27d894 100%);
  min-height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5rem 2rem !important;
  margin: 0 !important;
  width: 100%;
}

section.contact-hero-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(142, 229, 195, 0.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(125, 95, 255, 0.15) 0%, transparent 80%);
  pointer-events: none;
  z-index: 1;
}

section.contact-hero-gradient::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, transparent 0%, #1a1a2e 100%);
  pointer-events: none;
  z-index: 2;
}

/* 🎨 Animované dekorace */
.contact-hero-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  z-index: 1;
}

.contact-hero-decoration:nth-child(1) {
  width: 400px;
  height: 400px;
  top: -120px;
  right: 8%;
  background: rgba(142, 229, 195, 0.4);
  animation: float 12s ease-in-out infinite;
}

.contact-hero-decoration:nth-child(2) {
  width: 350px;
  height: 350px;
  bottom: -100px;
  left: 12%;
  background: rgba(255, 255, 255, 0.25);
  animation: float 15s ease-in-out infinite reverse;
}

/* 💎 Glassmorphism karta */
.hero-glassy-contact {
  position: relative;
  z-index: 3;
  max-width: 850px;
  margin: 150px auto 0;
  padding: 4rem 3rem;
  text-align: center;
  
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 80px rgba(125, 95, 255, 0.2);
  
  transition: all 0.4s ease;
}

.hero-glassy-contact:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 100px rgba(125, 95, 255, 0.3);
}

/* 🏆 Badge */
.hero-badge-contact {
  margin: 0 auto 2rem;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badgeFloat 3s ease-in-out infinite;
}

.hero-badge-contact img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* 📝 Nadpis */
.hero-glassy-contact h1 {
  color: #ffffff !important;
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.3) !important;
  letter-spacing: -0.5px;
  line-height: 1.2 !important;
}

/* 📄 Popis */
.hero-glassy-contact p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  margin-bottom: 2.5rem !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

/* 🔘 Tlačítka */
.hero-buttons {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.hero-btn i {
  font-size: 1.1rem;
}

.hero-btn.primary {
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  color: #7D5FFF !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.hero-btn.primary:hover {
  background: linear-gradient(135deg, #fff, #fff);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.4);
}

.hero-btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.hero-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* 📮 Kontaktní karta */
div.contact-card,
.wp-block-group.contact-card {
  position: relative;
  max-width: 1150px;
  margin: -4rem auto 5rem !important;
  padding: 0 1.5rem !important;
  z-index: 10;
  background: transparent !important;
}

.contact-card .wp-block-columns,
.contact-card > .wp-block-columns {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  border-radius: 28px !important;
  padding: 3.5rem 3rem !important;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.4),
    0 10px 30px rgba(125, 95, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.4s ease !important;
  gap: 2rem !important;
}

/* 🎯 Sloupce */
.contact-card .wp-block-column {
  padding: 1rem !important;
  background: transparent !important;
}

/* 📝 Nadpisy */
.contact-card h3.wp-block-heading,
.contact-card .wp-block-heading {
  color: #7D5FFF !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 2rem !important;
  position: relative;
  padding-bottom: 1rem !important;
}

.contact-card h3.wp-block-heading::after,
.contact-card .wp-block-heading:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, #7D5FFF 0%, rgba(125, 95, 255, 0.3) 100%);
  border-radius: 5px;
}

.contact-card h4.wp-block-heading {
  color: #2c2c34 !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
  position: relative;
  padding-bottom: 0.8rem !important;
}

.contact-card h4.wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #7D5FFF 0%, rgba(125, 95, 255, 0.3) 100%);
  border-radius: 4px;
}

/* 📞 Kontaktní řádky */
p.contact-line {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
  color: #333 !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  padding: 0.5rem 0 !important;
}

p.contact-line i {
  color: #7D5FFF !important;
  font-size: 1.3rem !important;
  margin-top: 4px !important;
  flex-shrink: 0;
  opacity: 0.9;
  transition: all 0.3s ease !important;
}

p.contact-line:hover i {
  transform: scale(1.2) rotate(5deg) !important;
  opacity: 1 !important;
}

p.contact-line a {
  color: #2c2c34 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  font-weight: 500 !important;
}

p.contact-line a:hover {
  color: #7D5FFF !important;
  transform: translateX(4px) !important;
}

/* 🔗 Sociální sítě */
p.social-links {
  margin-top: 1rem !important;
}

p.social-links a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
  color: #2c2c34 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  margin-bottom: 1rem !important;
  padding: 0.6rem 0 !important;
  transition: all 0.3s ease !important;
}

p.social-links a i {
  color: #7D5FFF !important;
  font-size: 1.4rem !important;
  transition: all 0.3s ease !important;
}

p.social-links a:hover {
  color: #7D5FFF !important;
  transform: translateX(8px) !important;
}

p.social-links a:hover i {
  transform: scale(1.25) rotate(10deg) !important;
}

/* 🎭 Animace */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
  }
  33% {
    transform: translateY(-30px) translateX(20px) scale(1.05);
  }
  66% {
    transform: translateY(-15px) translateX(-15px) scale(0.95);
  }
}

/* 🌙 Světelný efekt pod kartou */
.contact-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(125, 95, 255, 0.15) 0%, transparent 70%);
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}

/* 🎨 Spacer */
.page-id-81 .wp-block-spacer {
  background: transparent !important;
}

/* 📱 RESPONSIVITA */

@media (max-width: 1024px) {
  section.contact-hero-gradient {
    min-height: 90vh !important;
    padding: 4rem 1.5rem !important;
  }

  .hero-glassy-contact {
    margin-top: 100px;
    padding: 3.5rem 2.5rem;
  }

  .hero-glassy-contact h1 {
    font-size: 2.6rem !important;
  }

  .hero-glassy-contact p {
    font-size: 1.15rem !important;
  }

  .contact-card {
    margin: -3rem auto 4rem !important;
  }

  .contact-card .wp-block-columns {
    padding: 3rem 2.5rem !important;
  }
}

@media (max-width: 782px) {
  section.contact-hero-gradient {
    min-height: 80vh !important;
    padding: 3rem 1.5rem !important;
  }

  .hero-glassy-contact {
    margin-top: 80px;
    padding: 3rem 2rem;
  }

  .hero-badge-contact {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
  }

  .hero-glassy-contact h1 {
    font-size: 2.2rem !important;
  }

  .hero-glassy-contact p {
    font-size: 1.1rem !important;
    margin-bottom: 2rem !important;
  }

  .hero-buttons {
    gap: 1rem;
  }

  .hero-btn {
    padding: 0.9rem 1.6rem;
    font-size: 1rem;
  }

  .contact-card {
    margin: -2.5rem auto 3rem !important;
    padding: 0 1rem !important;
  }

  .contact-card .wp-block-columns {
    padding: 2.5rem 2rem !important;
    flex-direction: column !important;
  }

  .contact-card .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .contact-card h3.wp-block-heading {
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem !important;
  }

  .contact-card h4.wp-block-heading {
    font-size: 1.5rem !important;
    margin-top: 2rem !important;
  }

  p.contact-line,
  p.social-links a {
    font-size: 1rem !important;
  }
}

@media (max-width: 600px) {
  section.contact-hero-gradient {
    min-height: 75vh !important;
    padding: 2.5rem 1rem !important;
  }

  .hero-glassy-contact {
    margin-top: 60px;
    padding: 2.5rem 1.5rem;
  }

  .hero-badge-contact {
    width: 90px;
    height: 90px;
    margin-bottom: 1.2rem;
  }

  .hero-glassy-contact h1 {
    font-size: 1.9rem !important;
    margin-bottom: 1rem !important;
  }

  .hero-glassy-contact p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.8rem !important;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    width: 100%;
    justify-content: center;
  }

  .contact-card {
    margin: -2rem auto 2rem !important;
  }

  .contact-card .wp-block-columns {
    padding: 2rem 1.5rem !important;
  }

  .contact-card .wp-block-column {
    padding: 0.5rem !important;
  }

  .contact-card h3.wp-block-heading {
    font-size: 1.6rem !important;
    margin-bottom: 1.2rem !important;
  }

  .contact-card h4.wp-block-heading {
    font-size: 1.4rem !important;
    margin-top: 1.5rem !important;
  }

  p.contact-line {
    font-size: 0.95rem !important;
    margin-bottom: 1.2rem !important;
  }

  p.contact-line i {
    font-size: 1.1rem !important;
  }

  p.social-links a {
    font-size: 0.95rem !important;
  }

  p.social-links a i {
    font-size: 1.2rem !important;
  }

  .contact-hero-decoration {
    opacity: 0.3;
  }

  .contact-hero-decoration:nth-child(1) {
    width: 250px;
    height: 250px;
  }

  .contact-hero-decoration:nth-child(2) {
    width: 200px;
    height: 200px;
  }
}
label {
  color: #fff !important;
}
.cenik-uklidu {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.cenik-uklidu h2, .cenik-uklidu h3 {
  color: var(--wp--preset--color--contrast, #0b3b2e);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: .5rem;
}
.cenik-uklidu ul {
  list-style: none;
  padding-left: 0;
}
.cenik-uklidu li {
  padding: .3rem 0;
  border-bottom: 1px dotted rgba(0,0,0,0.08);
}
