/**
 * Apostila a superlegalizace – stránkové styly
 * Srovnávací tabulka Apostila vs. Superlegalizace (desktop + mobil)
 */

/* Offset pro kotvy, aby se scrollovalo nad nadpis sekce */
html {
  scroll-padding-top: 80px;
}

/* ---- Desktop: nadpisy sloupců ---- */
.apostila-heading {
  font-size: 22px;
  color: #26ace3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

/* ---- Desktop: levý sloupec – názvy parametrů ---- */
.apostila-param-title {
  background-color: #f0f8fc;
  border-left: 4px solid #26ace3;
  font-weight: 700;
  color: #333;
}

/* ---- Desktop: buňky s obsahem (karty) ---- */
.apostila-content-box {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

/* ---- Mobil: nadpis bloku ---- */
.apostila-mobile-heading {
  font-size: 20px;
  color: #26ace3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* ---- Mobil: obal bloku Apostila / Superlegalizace ---- */
.apostila-mobile-box {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* ---- Mobil: název parametru ---- */
.apostila-mobile-param-title {
  background-color: #f0f8fc;
  border-left: 4px solid #26ace3;
  font-weight: 700;
  color: #333;
}

/* ---- Sekce Jak to funguje – kroky (bez boxu) ---- */
.apostila-step-number {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #26ace3;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 2px 8px rgba(38, 172, 227, 0.3);
  transition: transform 0.3s ease;
}

.apostila-step-item:hover .apostila-step-number {
  transform: scale(1.05);
}

.apostila-step-heading {
  font-size: 1.1rem;
  color: #26ace3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.apostila-step-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ---- Sekce Proč svěřit ověření dokumentu nám? – ikony ---- */
.apostila-icon-blue {
  color: #26ace3;
}
