/* ===== Landing page: Domácí vodárna ===== */
.lp-domaci-vodarna {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  box-sizing: border-box;
}

.lp-domaci-vodarna * {
  box-sizing: border-box;
}

.lp-domaci-vodarna h1,
.lp-domaci-vodarna h2,
.lp-domaci-vodarna h3 {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.lp-domaci-vodarna p {
  margin: 0 0 0.75rem;
}

/* Buttons */
.lp-dv-btn-primary,
.lp-dv-btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.lp-dv-btn-primary {
  background: #0052b3;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 82, 179, 0.2);
}

.lp-dv-btn-primary:hover {
  background: #003f88;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 63, 136, 0.25);
  color: #fff;
}

.lp-dv-btn-secondary {
  background: #f5f7fb;
  color: #003f88;
  border-color: #c7d4f5;
}

.lp-dv-btn-secondary:hover {
  background: #e6ebf9;
  transform: translateY(-1px);
}

/* Hero */
.lp-dv-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
  gap: 1.8rem;
  align-items: center;
  margin-bottom: 3rem;
}

.lp-dv-hero-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0052b3;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.lp-dv-hero h1 {
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}

.lp-dv-hero-sub {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.2rem;
}

.lp-dv-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.lp-dv-hero-note {
  font-size: 0.85rem;
  color: #666;
}

.lp-dv-hero-aside {
  background: #f5f7fb;
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dde4f7;
}

.lp-dv-hero-aside h2 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.lp-dv-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-dv-hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.lp-dv-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #0052b3;
  color: #fff;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Benefits */
.lp-dv-section {
  margin-bottom: 3rem;
}

.lp-dv-section-header {
  margin-bottom: 1.5rem;
}

.lp-dv-section-header p {
  max-width: 650px;
}

.lp-dv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lp-dv-benefit {
  background: #f9fafc;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e3e8f5;
  font-size: 0.9rem;
}

.lp-dv-benefit-icon {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

/* Wizard / rozcestník */
.lp-dv-wizard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lp-dv-wizard-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e3e8f5;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-dv-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #f0f3ff;
  color: #003f88;
  margin-bottom: 0.3rem;
}

/* Produkty */
.lp-dv-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-dv-product-card {
  border-radius: 1rem;
  border: 1px solid #e3e8f5;
  padding: 1rem;
  background: #fff;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-dv-product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #d7e3ff, #f7f9ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #003f88;
  margin-bottom: 0.7rem;
}

.lp-dv-product-meta {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.4rem;
}

.lp-dv-product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.7rem;
}

.lp-dv-product-list li {
  font-size: 0.82rem;
}

/* Edukace */
.lp-dv-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-dv-step {
  background: #f9fafc;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e3e8f5;
  font-size: 0.9rem;
}

.lp-dv-step-number {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #0052b3;
  color: #fff;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

/* Lokální sekce */
.lp-dv-local {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.lp-dv-local-box {
  background: #f9fafc;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e3e8f5;
  font-size: 0.9rem;
}

/* Recenze */
.lp-dv-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-dv-review {
  border-radius: 1rem;
  border: 1px solid #e3e8f5;
  padding: 1rem;
  background: #ffffff;
  font-size: 0.88rem;
}

.lp-dv-review-stars {
  color: #f5a623;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.lp-dv-review-author {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.5rem;
}

/* FAQ */
.lp-dv-faq {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 1.5rem;
}

.lp-dv-faq-list details {
  border-radius: 0.8rem;
  border: 1px solid #e3e8f5;
  padding: 0.7rem 0.9rem;
  margin-bottom: 0.6rem;
  background: #f9fafc;
}

.lp-dv-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
}

.lp-dv-faq-list p {
  margin-top: 0.4rem;
  font-size: 0.88rem;
}

/* Kontakt / CTA */
.lp-dv-contact-box {
  border-radius: 1rem;
  border: 1px solid #c7d4f5;
  padding: 1.2rem;
  background: #f5f7fb;
  font-size: 0.9rem;
}

.lp-dv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

/* Responsivita */
@media (max-width: 960px) {
  .lp-dv-hero,
  .lp-dv-wizard-grid,
  .lp-dv-products-grid,
  .lp-dv-steps,
  .lp-dv-local,
  .lp-dv-reviews,
  .lp-dv-faq,
  .lp-dv-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-dv-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-dv-wizard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-dv-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lp-dv-benefits-grid,
  .lp-dv-wizard-grid,
  .lp-dv-products-grid,
  .lp-dv-steps,
  .lp-dv-reviews {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-domaci-vodarna {
    padding-inline: 0.5rem;
  }

  .lp-dv-hero h1 {
    font-size: 1.6rem;
  }
}