:root {
  --ms-green: #667F03;
  --ms-green-dark: #515D25;
  --ms-green-darker: #373F1D;
  --ms-accent: #A4AA04;
}

body {
  background-color: #f5f4ea;
  color: #444;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* ── Hlavička ── */
.site-header {
  background-color: var(--ms-green);
  padding: 1rem 0;
  text-align: center;
}
.site-header .logo-img {
  max-height: 160px;
  max-width: 100%;
}

/* ── Navigace ── */
.navbar {
  background-color: var(--ms-green-dark) !important;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.9) !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.75rem 1rem !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #CDF63E !important;
  background-color: var(--ms-green-darker);
}
.navbar-toggler {
  border-color: rgba(255,255,255,0.4);
}
.navbar-toggler-icon {
  filter: invert(1);
}

/* ── Obsah ── */
.content-card {
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* ── Sidebar ── */
.sidebar-card {
  background: #eef2db;
  border-left: 4px solid var(--ms-accent);
  border-radius: 4px;
  padding: 1.25rem;
}
.sidebar-card h5 {
  color: var(--ms-green-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}

/* ── Typografie ── */
h1 { color: #43423F; border-bottom: 2px solid var(--ms-accent); padding-bottom: 0.5rem; margin-bottom: 1.25rem; font-size: 1.7rem; }
h2 { color: var(--ms-green); font-size: 1.35rem; margin-top: 1.5rem; }
h4 { color: var(--ms-green-dark); font-size: 1.05rem; margin-top: 1rem; }
a { color: var(--ms-accent); }
a:hover { color: var(--ms-green); }

/* ── Tabulky ── */
.table thead th {
  background-color: var(--ms-green-dark);
  color: #fff;
}

/* ── Footer ── */
footer {
  background-color: var(--ms-green-darker);
  color: #bbb;
  font-size: 0.78rem;
  padding: 1.25rem 0;
  margin-top: 3rem;
}
footer a { color: #999; text-decoration: none; }
footer a:hover { color: #ccc; }

/* ── Novinky alert ── */
.alert-news {
  background-color: #e8f0c8;
  border-color: var(--ms-accent);
  color: #333;
}

/* ── Karta procedury ── */
.treatment-card {
  border-left: 3px solid var(--ms-accent);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.treatment-card h4 { margin-top: 0; }

/* ── Citát ── */
blockquote.custom-quote {
  border-left: 3px solid var(--ms-accent);
  padding: 0.5rem 1rem;
  background: #f7f6ed;
  font-style: italic;
  margin: 1rem 0;
  color: #555;
}
blockquote.custom-quote footer {
  background: transparent;
  color: #777;
  font-size: 0.88rem;
  padding: 0;
  margin-top: 0.25rem;
}

/* ── Úvodní stránka ── */
.hero-caption {
  text-align: center;
  font-weight: bold;
  color: var(--ms-green-dark);
  margin-bottom: 1.5rem;
}
.feature-card {
  background: #fff;
  border-radius: 6px;
  border-top: 3px solid var(--ms-accent);
  padding: 1.5rem 1.25rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  height: 100%;
}
.feature-card .bi {
  font-size: 2rem;
  color: var(--ms-green);
  margin-bottom: 0.75rem;
  display: block;
}
.feature-card h5 {
  color: var(--ms-green-dark);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feature-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0;
}

/* ── Přehled masáží ── */
.massage-section {
  border-bottom: 1px solid #e0e0d0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.massage-section:last-of-type { border-bottom: none; }
.massage-section h2 { margin-top: 0; }
.massage-thumb {
  max-width: 140px;
  width: 100%;
  border-radius: 4px;
  float: right;
  margin: 0 0 0.75rem 1.25rem;
}
.tip-box {
  background: #f0f3e0;
  border-left: 3px solid var(--ms-green);
  padding: 0.75rem 1rem;
  border-radius: 3px;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}
.tip-box strong { color: var(--ms-green-dark); }

/* ── Lymfatické masáže ── */
.info-note {
  background: #f0f3e0;
  border-left: 3px solid var(--ms-green);
  padding: 0.6rem 1rem;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
}

/* ── Kontakt ── */
.contact-info {
  background: #f7f6ed;
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}
.contact-info p { margin-bottom: 0.35rem; }
.contact-info .bi {
  color: var(--ms-green);
  margin-right: 0.4rem;
  width: 1.2em;
}
.photo-float {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 160px;
  border-radius: 4px;
  border: 2px solid #d8ddc0;
}

/* ── Rezervace ── */
.mandala-float {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 180px;
  border-radius: 4px;
}
.reservio-wrap {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f7f6ed;
  border-radius: 4px;
  border: 1px solid #d8ddc0;
}

/* ── Dárkové poukazy ── */
.voucher-float {
  float: right;
  margin: 0 0 1rem 1.5rem;
  width: 250px;
  max-width: 100%;
  border-radius: 4px;
  border: 2px solid #d8ddc0;
}

/* ── Stres (stres.php) ── */
.highlight-quote { font-weight: 600; color: #333; }
.source-attr { font-size: 0.9rem; color: #777; }

/* ── Stres 2 (stres2.php) ── */
.qa-question {
  font-weight: 600;
  color: var(--ms-green-dark);
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}
.citation {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  border-top: 1px solid #e0ddd0;
  padding-top: 1rem;
  margin-top: 1.5rem;
}

/* ── Slezina ── */
.lit-ref {
  font-size: 0.88rem;
  color: #666;
  border-top: 1px solid #e0ddd0;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
