/* =========================================================
   FOOTER (enostaven) – dodatek za CSS-za-Customizer.css
   Prilepi ta blok na KONEC obstoječe datoteke.

   Footer je samostojen (deluje ne glede na to, ali je znotraj
   .cp26-wrap vsebine ali v ločenem globalnem footer področju),
   ker .cp26-ftr sam definira vse potrebne barvne spremenljivke.
   ========================================================= */

.cp26-ftr {
  --navy: #060f2b;
  --navy-card: #0c1a3f;
  --navy-card-2: #0e1c45;
  --crimson: #c81249;
  --crimson-2: #e8235e;
  --maroon: #6e0f34;
  --white: #ffffff;
  display: block;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  background: var(--navy-card);
  color: #fff;
  overflow-x: hidden;
}
.cp26-ftr * { box-sizing: border-box; }
.cp26-ftr a { text-decoration: none; color: inherit; }
.cp26-ftr img { max-width: 100%; display: block; }
.cp26-ftr .cp26-container { max-width: 1180px !important; width: 100% !important; margin: 0 auto !important; padding: 0 24px !important; box-sizing: border-box !important; }

/* ---------- GLAVNI DEL FOOTERJA ---------- */
.cp26-ftr-top { padding: 56px 0; }
.cp26-ftr-main-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr 1fr !important;
  width: 100% !important;
  max-width: none !important;
  gap: 50px;
  align-items: start;
}

/* Logotip je transparenten - brez vsiljene bele podlage */
.cp26-footer-brand img {
  background: transparent;
  padding: 0;
  border-radius: 0;
  height: 44px;
}
.cp26-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.cp26-footer-brand strong { display: block; font-size: 16px; font-weight: 800; color: #fff; }
.cp26-footer-brand span { display: block; font-size: 12.5px; color: rgba(255,255,255,.55); }

/* LEVO: opis + social */
.cp26-ftr-idcard-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  max-width: 340px;
  margin: 0 0 22px;
  line-height: 1.6;
}
.cp26-footer-social { display: flex; gap: 12px; }
.cp26-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.75);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.cp26-footer-social a:hover {
  color: #fff;
  border-color: var(--crimson-2);
  background: rgba(200,18,73,.15);
}
.cp26-footer-social a svg { width: 17px; height: 17px; }

/* DESNO: kontakt */
.cp26-ftr-contact-col h6 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--crimson-2);
  margin: 0 0 18px;
}
.cp26-ftr-idcard-contacts {
  list-style: none;
  margin: 0;
  padding: 18px 20px;
  background: var(--navy-card-2);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  display: grid;
  gap: 13px;
}
.cp26-ftr-idcard-contacts li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13.5px;
  color: rgba(255,255,255,.8);
}
.cp26-ftr-idcard-contacts svg { flex: none; width: 16px; height: 16px; color: var(--crimson-2); }
.cp26-ftr-idcard-contacts a { color: rgba(255,255,255,.8); }
.cp26-ftr-idcard-contacts a:hover { color: #fff; }
.cp26-ftr-idcard-matnum {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 13px;
  color: rgba(255,255,255,.5) !important;
  font-size: 12px !important;
}

/* CTA kartica za sponzorje (skrajno desno) */
.cp26-ftr-var-h6 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--crimson-2);
  margin: 0 0 12px;
}
.cp26-ftr-cta-box {
  background: linear-gradient(155deg, var(--navy-card-2) 0%, rgba(200,18,73,.18) 140%);
  border: 1.5px solid rgba(232,35,94,.4);
  border-radius: 16px;
  padding: 22px;
}
.cp26-ftr-cta-box p {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.5;
  margin: 0 0 16px;
}
.cp26-ftr-cta-box .cp26-pill-fill {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ---------- ZAKLJUČEK (spodnja vrstica) ---------- */
.cp26-ftr-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
}
.cp26-ftr-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.cp26-ftr-bottom-trad {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
}
.cp26-ftr-legal {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  font-size: 12.5px;
}
.cp26-ftr-legal a { color: rgba(255,255,255,.55); }
.cp26-ftr-legal a:hover { color: #fff; text-decoration: underline; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .cp26-ftr-main-grid { grid-template-columns: 1fr; gap: 34px; }
  .cp26-ftr-idcard-desc { max-width: none; }
  .cp26-ftr-bottom-inner { flex-direction: column; text-align: center; }
  .cp26-ftr-legal { justify-content: center; flex-wrap: wrap; }
}
