/* začetek sponzorji (spn26) css kode */
.spn26-page {
  --navy: #060f2b;
  --navy-2: #0f1a2e;
  --navy-3: #16233d;
  --crimson: #c81249;
  --crimson-dark: #9c0e39;
  --crimson-light: #e8285f;
  --muted: #5a5f6b;
  --line: #e7e5e9;
  --card-bg: #f4f3f5;
  --gold: #d4a94a;
  --ink: #1b1b1f;

  font-family: 'Poppins', -apple-system, 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.spn26-page *, .spn26-page *::before, .spn26-page *::after { box-sizing: border-box; }
.spn26-page img { max-width: 100%; display: block; }
.spn26-page a { color: inherit; text-decoration: none; }

.spn26-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ HERO ============ */
.spn26-hero {
  position: relative;
  background: linear-gradient(120deg, var(--crimson-dark) 0%, var(--crimson) 55%, var(--crimson) 100%);
  padding: 84px 24px 64px;
  text-align: center;
  overflow: hidden;
}

.spn26-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
}

.spn26-hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
}

.spn26-hero-eyebrow {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
}

.spn26-hero h1 {
  color: #fff;
  font-size: 46px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 18px;
  position: relative;
}

.spn26-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.spn26-hero-mascot {
  position: absolute;
  right: 40px;
  bottom: -10px;
  width: 150px;
  opacity: 0.95;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.25));
}

@media (max-width: 760px) {
  .spn26-hero-mascot { display: none; }
  .spn26-hero h1 { font-size: 32px; }
}

/* ============ SECTION SHELL ============ */
.spn26-section { padding: 76px 0; }
.spn26-section--tight { padding: 56px 0; }

.spn26-section-label {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 12px;
}

.spn26-section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  max-width: 700px;
  margin: 0 auto 16px;
}

.spn26-section-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  color: var(--muted);
  font-size: 16px;
}

/* ============ AKTUALNI SPONZORJI ============ */
.spn26-tier-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9A9DA6;
  margin: 40px 0 26px;
}
.spn26-tier-label:first-of-type { margin-top: 0; }

.spn26-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.spn26-sponsor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.spn26-sponsor-card:hover {
  box-shadow: 0 14px 30px rgba(200,18,73,0.12);
  transform: translateY(-3px);
  border-color: rgba(200,18,73,0.25);
}
.spn26-sponsor-card img { max-height: 46px; width: auto; margin: 0 auto; }

.spn26-sponsor-card--featured {
  max-width: 320px;
  padding: 36px 48px;
  min-height: 130px;
}
.spn26-sponsor-card--featured img { max-height: 64px; }

.spn26-sponsor-card--text {
  min-height: auto;
  padding: 16px 24px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}

.spn26-partner-row {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}
.spn26-partner-col { text-align: center; }
.spn26-partner-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9A9DA6;
  margin-bottom: 16px;
}

.spn26-thanks-strip {
  background: var(--card-bg);
  border-radius: 16px;
  max-width: 980px;
  margin: 44px auto 0;
  padding: 26px 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  color: #42454E;
}
.spn26-thanks-icon { flex-shrink: 0; color: var(--crimson); display: flex; }

/* ============ SKUPAJ POD OBROČI ============ */
.spn26-spo {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-3) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.spn26-spo::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(200,18,73,0.18) 0%, rgba(200,18,73,0) 70%);
  pointer-events: none;
}

.spn26-spo-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 860px) {
  .spn26-spo-inner { grid-template-columns: 1fr; }
}

.spn26-spo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,18,73,0.18);
  border: 1px solid rgba(200,18,73,0.4);
  color: #FF9DB6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.spn26-spo-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 20px;
  color: #fff;
}
.spn26-spo-title em {
  font-style: normal;
  color: #FF6B8F;
}

.spn26-spo-text {
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  margin: 0 0 18px;
}
.spn26-spo-text:last-of-type { margin-bottom: 30px; }

.spn26-spo-quote {
  border-left: 3px solid var(--crimson);
  padding-left: 18px;
  margin: 26px 0 30px;
  font-size: 15.5px;
  font-style: italic;
  color: rgba(255,255,255,0.9);
}

.spn26-spo-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Card panel: mesečni podporniki */
.spn26-spo-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 36px 32px;
  backdrop-filter: blur(4px);
}
.spn26-spo-card-mascot {
  width: 92px;
  margin: 0 auto 18px;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,0.35));
}
.spn26-spo-card h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}
.spn26-spo-card-center {
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  margin: 0 0 26px;
}

.spn26-spo-ways { display: flex; flex-direction: column; gap: 12px; }
.spn26-spo-way {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.spn26-spo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--crimson);
  margin-top: 6px;
  flex-shrink: 0;
  display: block;
}
.spn26-spo-way strong { color: #fff; }
.spn26-spo-card-btn { width: 100%; text-align: center; margin-top: 22px; }

/* ============ BUTTONS ============ */
.spn26-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.spn26-btn--primary { background: var(--crimson); color: #fff; }
.spn26-btn--primary:hover { background: var(--crimson-dark); }
.spn26-btn--outline { border-color: rgba(255,255,255,0.35); color: #fff; }
.spn26-btn--outline:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.spn26-btn--white { background: #fff; color: var(--crimson); }
.spn26-btn--white:hover { background: rgba(255,255,255,0.9); }

/* ============ 3 STOPNJE PODPORE ============ */
.spn26-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .spn26-levels { grid-template-columns: 1fr; }
}

.spn26-level-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  position: relative;
}
.spn26-level-card--featured {
  border-color: var(--crimson);
  box-shadow: 0 20px 40px rgba(200,18,73,0.12);
}
.spn26-level-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--crimson);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  white-space: nowrap;
}
.spn26-level-icon { font-size: 30px; margin-bottom: 14px; }
.spn26-level-card h4 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: var(--navy); }
.spn26-level-range { font-size: 13px; color: var(--crimson); font-weight: 700; margin-bottom: 14px; }
.spn26-level-card p { font-size: 14px; color: var(--muted); margin: 0; }

/* ============ SKOZI LETA Z NAMI ============ */
.spn26-legacy { background: var(--card-bg); text-align: center; }
.spn26-legacy-wrap { max-width: 760px; }
.spn26-legacy-mascot { width: 70px; margin: 0 auto 20px; opacity: 0.9; }
.spn26-legacy-text {
  font-size: 16px;
  color: #4A4D56;
  font-style: italic;
  line-height: 1.75;
  margin: 0;
}
.spn26-legacy-sig {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A9DA6;
}

/* ============ POSTANI SPONZOR CTA ============ */
.spn26-final-cta {
  background: linear-gradient(120deg, var(--crimson) 0%, var(--crimson-dark) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.spn26-final-cta::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.spn26-final-cta h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
  position: relative;
}
.spn26-final-cta p {
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin: 0 auto 30px;
  font-size: 15.5px;
  position: relative;
}
.spn26-final-cta .spn26-btn--white { position: relative; }

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .spn26-partner-row { gap: 32px; }
}
@media (max-width: 640px) {
  .spn26-section { padding: 52px 0; }
  .spn26-hero { padding: 56px 20px 48px; }
  .spn26-hero h1 { font-size: 28px; }
  .spn26-thanks-strip { flex-direction: column; text-align: center; padding: 22px; }
  .spn26-spo-cta-row { flex-direction: column; }
  .spn26-btn { text-align: center; }
}
/* konec sponzorji (spn26) css kode */