/* ============================================================
   AARYANS.CZ — FOOTER OVERHAUL v8
   Upload: /usr/documents/upload/CSSkodyCLAUDE/aaryans-footer-overhaul.css
   ============================================================ */

/* ─── Hide original banner26 badge column ───────────────── */
#footer .custom-footer__banner26 {
  display: none !important;
}

/* ══════════════════════════════════════════════════════════
   CERT STRIP
   ══════════════════════════════════════════════════════════ */
.aar-cert-strip {
  border-top: 1px solid rgba(255,255,255,0.13);
  padding: 20px 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.aar-cert-heading {
  font-family: 'Cocogoose', 'Bahnschrift', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88) !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  text-align: center !important;
  font-weight: normal !important;
  border: none !important;
}
.aar-badge-triptych {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 660px;
  width: 100%;
}
.aar-badge-card {
  flex: 0 0 170px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 18px 12px 12px;
  box-sizing: border-box;
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
  cursor: pointer;
}
.aar-badge-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-2px);
}
.aar-badge-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  overflow: hidden;
}
.aar-badge-card-inner a {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
}
.aar-badge-card-inner img {
  width: 100% !important;
  max-width: 145px !important;
  max-height: 76px !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
}
.aar-badge-card-label {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.38);
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  font-family: 'Bahnschrift', 'Cocogoose', Arial, sans-serif;
  white-space: nowrap;
}
.aar-badge-card--retino {
  flex: 0 0 195px;
  width: 195px;
}
.aar-retino-slot {
  width: 180px;
  height: 85px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aar-retino-slot .retino-badge-container-icon {
  display: block !important;
  width: 330px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.72) !important;
  transform-origin: center center !important;
}

/* Desktop ≥ 1024px */
@media (min-width: 1024px) {
  .aar-badge-triptych { gap: 24px; max-width: 720px; }
  .aar-badge-card { flex: 0 0 200px; width: 200px; padding: 20px 14px 14px; }
  .aar-badge-card-inner { min-height: 98px; }
  .aar-badge-card-inner img { max-width: 165px !important; max-height: 82px !important; }
  .aar-badge-card-label { font-size: 10px; }
  .aar-badge-card--retino { flex: 0 0 220px; width: 220px; }
  .aar-retino-slot { width: 210px; height: 98px; }
  .aar-retino-slot .retino-badge-container-icon { transform: translate(-50%, -50%) scale(0.88) !important; }
}

/* Tablet 768–1023px */
@media (max-width: 1023px) and (min-width: 768px) {
  .aar-cert-strip { padding: 18px 24px 22px; }
  .aar-badge-triptych { gap: 14px; max-width: 540px; }
  .aar-badge-card { flex: 0 0 160px; width: 160px; padding: 16px 10px 10px; }
  .aar-badge-card-inner { min-height: 96px; }
  .aar-badge-card-inner img { max-width: 140px !important; max-height: 80px !important; }
  .aar-badge-card--retino { flex: 0 0 185px; width: 185px; }
  .aar-retino-slot { width: 175px; height: 96px; }
  .aar-retino-slot .retino-badge-container-icon { transform: translate(-50%, -50%) scale(1.05) !important; }
}

/* Mobile ≤ 767px */
@media (max-width: 767px) {
  .aar-cert-strip { padding: 14px 16px 18px; }
  .aar-badge-triptych { gap: 8px; max-width: none; }
  .aar-badge-card { flex: 1; min-width: 0; width: auto; padding: 10px 6px 8px; border-radius: 10px; }
  .aar-badge-card-inner { min-height: 96px; }
  .aar-badge-card-inner img { max-width: 95px !important; max-height: 70px !important; }
  .aar-badge-card-label { font-size: 8px; margin-top: 6px; }
  .aar-badge-card--retino { flex: 2; }
  .aar-retino-slot { width: 100%; height: 96px; }
  .aar-retino-slot .retino-badge-container-icon { transform: translate(-50%, -50%) scale(1.5) !important; }
}

/* ══════════════════════════════════════════════════════════
   SEPARATORS
   ══════════════════════════════════════════════════════════ */
#footer .footer-logos {
  border-top: 2px solid rgba(255,255,255,0.22) !important;
  padding-top: 28px !important;
}
.aar-trust-strip {
  border-top: 1px solid rgba(255,255,255,0.13) !important;
  padding: 18px 24px;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07) !important;
}

/* ══════════════════════════════════════════════════════════
   MOBILE: footer sections
   ══════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  #footer .custom-footer > div {
    width: 100% !important; min-width: 0 !important; margin: 0 !important;
    box-sizing: border-box !important; padding: 20px 20px 4px !important;
    border-top: 1px solid rgba(255,255,255,0.13) !important;
  }
  #footer .custom-footer > div:first-child { border-top: none !important; }
  #footer .custom-footer > div h4 { margin-bottom: 12px !important; }
  #footer .custom-footer__facebook { padding-bottom: 16px !important; }
  #footer .footer-logos {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 16px !important;
    padding: 24px 16px !important; width: 100% !important; box-sizing: border-box !important;
  }
  #footer .footer-logos .logo,
  #footer .footer-logos .delivery,
  #footer .footer-logos .payment {
    display: flex !important; justify-content: center !important;
    width: 100% !important; height: auto !important;
  }
  #footer .footer-logos .delivery img { width: 100% !important; max-width: 460px !important; height: auto !important; display: block !important; }
  #footer .footer-logos .payment img  { width: 100% !important; max-width: 380px !important; height: auto !important; display: block !important; }
}

/* ══════════════════════════════════════════════════════════
   TRUST STRIP
   ══════════════════════════════════════════════════════════ */
.aar-trust-strip ul {
  display: flex; justify-content: center; align-items: center;
  flex-wrap: wrap; gap: 16px 36px; list-style: none; margin: 0; padding: 0;
}
.aar-trust-strip li {
  display: flex; align-items: center; gap: 9px; font-size: 12px;
  color: rgba(255,255,255,0.9);
  font-family: 'Cocogoose', 'Bahnschrift', Arial, sans-serif;
  letter-spacing: 0.4px; white-space: nowrap;
}
.aar-trust-strip li svg { flex-shrink: 0; }
@media (max-width: 767px) {
  .aar-trust-strip { padding: 14px 20px; }
  .aar-trust-strip ul { gap: 12px 20px; }
  .aar-trust-strip li { font-size: 11px; }
}
