/* ═════════════════════════════════════════════════════════════════════
   Alpenzaun — AGB / Obchodné podmienky
   Visual: terracotta accent, clean typography, A4-ready, PDF download
   ═════════════════════════════════════════════════════════════════════ */

.aze-agb-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f2937;
  line-height: 1.65;
}

/* ─── HERO ──────────────────────────────────────────────────────────── */
.aze-agb-hero {
  text-align: center;
  margin-bottom: 36px;
  padding: 24px 16px;
}
.aze-agb-logo {
  max-height: 56px;
  max-width: 220px;
  display: block;
  margin: 0 auto 18px;
  object-fit: contain;
}
.aze-agb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(240, 78, 35, 0.08);
  color: #f04e23;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.aze-agb-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f04e23;
  box-shadow: 0 0 8px rgba(240, 78, 35, 0.5);
}
.aze-agb-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #0f172a;
}
.aze-agb-title-accent {
  color: #f04e23;
}
.aze-agb-intro {
  font-size: 15px;
  color: #475569;
  max-width: 640px;
  margin: 0 auto 14px;
  line-height: 1.55;
}
.aze-agb-updated {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #64748b;
  margin: 0 0 18px;
}
.aze-agb-updated svg {
  width: 14px;
  height: 14px;
  color: #f04e23;
}

/* ─── PDF DOWNLOAD BUTTON ───────────────────────────────────────────── */
.aze-agb-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #f04e23;
  color: #fff !important;
  border-radius: 10px;
  font: 700 14px Inter, sans-serif;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(240, 78, 35, 0.28);
  transition: all 0.15s;
  border: 0;
  cursor: pointer;
}
.aze-agb-pdf-btn:hover {
  background: #d9431d;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(240, 78, 35, 0.4);
  color: #fff !important;
}
.aze-agb-pdf-btn svg {
  width: 16px;
  height: 16px;
}

/* ─── BODY — paragrafy ──────────────────────────────────────────────── */
.aze-agb-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.aze-agb-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.aze-agb-section:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.aze-agb-h2 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 800;        /* ← BOLD pre § paragrafy */
  color: #0f172a;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
  letter-spacing: -0.01em;
}
.aze-agb-text {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.65;
}
.aze-agb-text p {
  margin: 0 0 10px;
}
.aze-agb-text p:last-child {
  margin-bottom: 0;
}

/* Auto-link na Datenschutz/Widerruf v texte */
.aze-agb-link {
  color: #f04e23;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(240, 78, 35, 0.4);
  transition: border-color 0.15s;
}
.aze-agb-link:hover {
  border-bottom-color: #f04e23;
}

/* ─── FOOTER ────────────────────────────────────────────────────────── */
.aze-agb-foot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}
.aze-agb-foot-links {
  margin-top: 14px;
  font-size: 13px;
  color: #94a3b8;
}
.aze-agb-foot-links a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
}
.aze-agb-foot-links a:hover {
  color: #f04e23;
}
.aze-agb-foot-links span {
  margin: 0 8px;
  color: #cbd5e1;
}

/* ─── WC CHECKOUT TERMS CHECKBOX ────────────────────────────────────── */
.aze-agb-terms-box {
  margin: 14px 0 18px;
  padding: 14px 16px;
  background: rgba(240, 78, 35, 0.04);
  border: 1px solid rgba(240, 78, 35, 0.2);
  border-radius: 10px;
}
.aze-agb-terms-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  color: #1f2937;
  line-height: 1.55;
}
.aze-agb-terms-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #f04e23;
  flex-shrink: 0;
  cursor: pointer;
}
.aze-agb-terms-text em {
  color: #f04e23;
  font-style: normal;
  font-weight: 700;
  margin-left: 2px;
}
.aze-agb-terms-text a {
  color: #f04e23;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
}
.aze-agb-terms-text a:hover {
  text-decoration-style: solid;
}

@media (max-width: 640px) {
  .aze-agb-wrap { padding: 32px 16px 48px; }
  .aze-agb-section { padding: 18px 20px; }
  .aze-agb-h2 { font-size: 15px; }
  .aze-agb-text { font-size: 14px; }
}
