/* začetek clanstvo (cl26) css kode */
/* začetek clanstvo (cl26) css kode */
.cl26-page {
  --navy: #060f2b;
  --navy-soft: #0d1a3f;
  --crimson: #c81249;
  --crimson-dark: #970d38;
  --cream: #fdfaf6;
  --ink: #14172a;
  --space-sm: 10px;
  --space-base: 70px;
  --space-lg: 110px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

.cl26-page * { box-sizing: border-box; }

.cl26-page img { max-width: 100%; display: block; }

.cl26-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.cl26-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--crimson);
}

.cl26-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--crimson);
  display: inline-block;
}

/* ---------- gumbi ---------- */
.cl26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.cl26-btn:hover { transform: translateY(-2px); }

.cl26-btn-primary {
  background: var(--crimson);
  color: #fff;
  box-shadow: 0 10px 24px rgba(200, 18, 73, 0.35);
}
.cl26-btn-primary:hover { background: var(--crimson-dark); }

.cl26-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.cl26-btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }

.cl26-btn-dark {
  background: var(--navy);
  color: #fff;
}
.cl26-btn-dark:hover { background: var(--navy-soft); }

/* ---------- HERO ---------- */
.cl26-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  background: var(--navy);
  overflow: hidden;
}
.cl26-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  opacity: 0.55;
}
.cl26-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 15, 43, 0.55) 0%, rgba(6, 15, 43, 0.75) 55%, var(--navy) 100%),
    linear-gradient(90deg, var(--navy) 0%, rgba(6, 15, 43, 0.35) 55%);
}
.cl26-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-base);
}
.cl26-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 26px;
}
.cl26-hero-pill strong {
  background: var(--crimson);
  color: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 14px;
}
.cl26-hero-title {
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.94;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}
.cl26-hero-title em {
  font-style: normal;
  color: var(--crimson);
}
.cl26-hero-sub {
  max-width: 560px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 36px;
}
.cl26-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---------- INTRO / trditev ---------- */
.cl26-intro {
  background: var(--cream);
  padding: var(--space-base) 0;
}
.cl26-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.cl26-intro-statement {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
  margin: 0;
}
.cl26-intro-statement .cl26-hl {
  color: var(--crimson);
}
.cl26-intro-side {
  background: var(--navy);
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 34px 36px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cl26-intro-side-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 15, 43, 0.35) 0%, rgba(6, 15, 43, 0.92) 85%),
    linear-gradient(90deg, rgba(6, 15, 43, 0.55) 0%, rgba(6, 15, 43, 0.1) 60%);
}
.cl26-intro-side p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.cl26-intro-side .cl26-signoff {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 18px;
}

/* ---------- UGODNOSTI / benefits grid ---------- */
.cl26-benefits {
  background: var(--cream);
  padding: var(--space-sm) 0 var(--space-base);
}
.cl26-section-head {
  max-width: 640px;
  margin: 0 0 44px;
}
.cl26-section-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy);
  margin: 14px 0 0;
  line-height: 1.05;
}
.cl26-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cl26-benefit-card {
  background: #fff;
  border: 1px solid #eee4e0;
  border-radius: 18px;
  padding: 30px 24px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cl26-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6, 15, 43, 0.08);
}
.cl26-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cl26-benefit-icon svg { width: 24px; height: 24px; }
.cl26-benefit-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 10px;
  text-transform: uppercase;
}
.cl26-benefit-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #514f5c;
  margin: 0;
}

/* ---------- IZKAZNICA (signature) ---------- */
.cl26-card-section {
  background: var(--navy);
  padding: var(--space-base) 0;
  position: relative;
  overflow: hidden;
}
.cl26-card-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
}
.cl26-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}
.cl26-card-copy .cl26-eyebrow { color: #ff8fae; }
.cl26-card-copy h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.08;
  margin: 14px 0 18px;
}
.cl26-card-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 480px;
}
.cl26-card-list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 12px; }
.cl26-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.cl26-card-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--crimson);
}

/* -- vizualna izkaznica -- */
.cl26-idcard-wrap {
  perspective: 1400px;
  display: flex;
  justify-content: center;
}
.cl26-idcard {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1.586 / 1;
  border-radius: 24px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 255, 255, 0.18), transparent 55%),
    linear-gradient(135deg, var(--crimson) 0%, var(--crimson-dark) 60%, #6b0a29 100%);
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.45);
  transform: rotate3d(0.4, -1, 0.05, 10deg);
  position: relative;
  padding: 26px 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cl26-idcard::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 190px;
  height: 190px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cl26-idcard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cl26-idcard-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 14px;
  text-transform: uppercase;
}
.cl26-idcard-brand img { width: 26px; height: 26px; border-radius: 6px; background: #fff; padding: 2px; }
.cl26-idcard-year {
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.16);
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.cl26-idcard-mid {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cl26-idcard-avatar {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cl26-idcard-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cl26-idcard-name-label {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 3px;
}
.cl26-idcard-name {
  font-size: 19px;
  font-weight: 800;
}
.cl26-idcard-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cl26-idcard-num-label {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 3px;
}
.cl26-idcard-num {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.cl26-idcard-ball {
  width: 40px;
  height: 40px;
  opacity: 0.9;
}

/* ---------- ZGODBA / emocije ---------- */
.cl26-story {
  background: var(--cream);
  padding: var(--space-base) 0;
}
.cl26-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(6, 15, 43, 0.12);
}
.cl26-story-photo {
  min-height: 420px;
  background-size: cover;
  background-position: center;
}
.cl26-story-copy {
  background: #fff;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cl26-story-copy h2 {
  font-size: clamp(26px, 3.6vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy);
  margin: 14px 0 18px;
  line-height: 1.1;
}
.cl26-story-copy p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #514f5c;
  margin: 0 0 16px;
}
.cl26-story-quote {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--crimson);
  background: #fbf1f0;
  border-radius: 0 12px 12px 0;
  font-size: 15px;
  font-style: italic;
  color: var(--navy);
}
.cl26-story-quote span {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--crimson);
}

/* ---------- STATISTIKA ---------- */
.cl26-stats {
  background: var(--crimson);
  padding: var(--space-base) 0;
  position: relative;
}
.cl26-stats-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.cl26-stats-headline {
  color: #fff;
}
.cl26-stats-headline .cl26-eyebrow { color: rgba(255, 255, 255, 0.85); }
.cl26-stats-headline .cl26-eyebrow::before { background: #fff; }
.cl26-stats-number {
  font-size: clamp(72px, 10vw, 128px);
  font-weight: 900;
  line-height: 0.9;
  margin: 14px 0 6px;
}
.cl26-stats-headline p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  margin: 14px 0 0;
}
.cl26-stats-bars {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 22px;
  padding: 34px 34px 26px;
}
.cl26-bar-row {
  display: grid;
  grid-template-columns: 90px 1fr 60px;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.cl26-bar-row:last-child { margin-bottom: 0; }
.cl26-bar-label { color: #fff; font-weight: 700; font-size: 14px; }
.cl26-bar-track {
  height: 14px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
}
.cl26-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: #fff;
  width: 0%;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.cl26-bar-value { color: #fff; font-weight: 800; text-align: right; font-size: 15px; }

/* ---------- CENIK ---------- */
.cl26-pricing {
  background: var(--cream);
  padding: var(--space-base) 0;
}
.cl26-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.cl26-pricing-copy h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy);
  margin: 14px 0 18px;
  line-height: 1.08;
}
.cl26-pricing-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: #514f5c;
  max-width: 460px;
  margin: 0 0 20px;
}
.cl26-price-card {
  background: var(--navy);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cl26-price-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  background: var(--crimson);
  opacity: 0.25;
  border-radius: 50%;
}
.cl26-price-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.cl26-price-amount { font-size: 54px; font-weight: 900; }
.cl26-price-period { font-size: 15px; color: rgba(255, 255, 255, 0.7); font-weight: 600; }
.cl26-price-note {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 26px;
}
.cl26-price-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 13px;
}
.cl26-price-list li {
  font-size: 14.5px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.cl26-price-list li::before {
  content: "✓";
  color: var(--crimson);
  background: #fff;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.cl26-price-card .cl26-btn { position: relative; z-index: 1; width: 100%; }

/* form placeholder cona (za JetFormBuilder shortcode) */
.cl26-form-slot {
  margin-top: var(--space-base);
  background: #fff;
  border: 2px dashed #d8cfc9;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  color: #8a8792;
  font-size: 14px;
}

/* ---------- UGODNOSTI PRI PARTNERJIH ---------- */
.cl26-perks {
  background: var(--cream);
  padding: 0 0 var(--space-base);
}
.cl26-perks-strip {
  background: #fff;
  border: 1px solid #eee4e0;
  border-radius: 22px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cl26-perk-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 20px;
  border-right: 1px solid #eee2de;
}
.cl26-perk-item:last-child { border-right: none; padding-right: 0; }
.cl26-perk-pct {
  font-size: 30px;
  font-weight: 900;
  color: var(--crimson);
}
.cl26-perk-name { font-size: 14px; font-weight: 700; color: var(--navy); }

/* ---------- FAQ ---------- */
.cl26-faq {
  background: var(--cream);
  padding: 0 0 var(--space-base);
}
.cl26-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.cl26-faq-mascot {
  display: flex;
  justify-content: center;
}
.cl26-faq-mascot img { max-width: 260px; }
.cl26-faq-item {
  border-bottom: 1px solid #e6ddd7;
  padding: 22px 0;
}
.cl26-faq-item:first-child { padding-top: 0; }
.cl26-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
}
.cl26-faq-q .cl26-faq-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cl26-faq-item.is-open .cl26-faq-icon { background: var(--crimson); transform: rotate(45deg); }
.cl26-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.cl26-faq-item.is-open .cl26-faq-a { max-height: 240px; }
.cl26-faq-a p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #514f5c;
  max-width: 640px;
}

/* ---------- KONTAKT ---------- */
.cl26-contact {
  background: #fff;
  padding: var(--space-base) 0;
  border-top: 1px solid #eee2de;
}
.cl26-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cl26-contact-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 32px;
}
.cl26-contact-card h3 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--crimson);
  margin: 0 0 14px;
  font-weight: 800;
}
.cl26-contact-card p { margin: 0 0 6px; color: var(--navy); font-size: 15px; font-weight: 600; }
.cl26-contact-card a { color: var(--navy); text-decoration: none; }
.cl26-contact-card a:hover { color: var(--crimson); }

/* ---------- ZAKLJUČNI CTA ---------- */
.cl26-closing {
  background: var(--navy);
  padding: var(--space-base) 0;
  position: relative;
  overflow: hidden;
}
.cl26-closing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}
.cl26-closing h2 {
  color: #fff;
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 14px 0 18px;
}
.cl26-closing-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}
.cl26-closing-mascot img { width: 220px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .cl26-intro-grid,
  .cl26-card-grid,
  .cl26-story-grid,
  .cl26-stats-grid,
  .cl26-pricing-grid,
  .cl26-faq-grid,
  .cl26-contact-grid {
    grid-template-columns: 1fr;
  }
  .cl26-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .cl26-perks-strip { grid-template-columns: repeat(2, 1fr); }
  .cl26-perk-item { border-right: none; border-bottom: 1px solid #eee2de; padding-bottom: 18px; padding-right: 0; }
  .cl26-card-grid { gap: 40px; }
  .cl26-idcard { transform: none; max-width: 380px; }
  .cl26-closing-grid { grid-template-columns: 1fr; text-align: center; }
  .cl26-closing-mascot { display: flex; justify-content: center; }
}

@media (max-width: 600px) {
  .cl26-container { padding: 0 20px; }
  .cl26-hero { min-height: 560px; }
  .cl26-benefit-grid { grid-template-columns: 1fr; }
  .cl26-perks-strip { grid-template-columns: 1fr; padding: 28px; }
  .cl26-perk-item { border-bottom: 1px solid #eee2de; }
  .cl26-story-photo { min-height: 260px; }
  .cl26-story-copy { padding: 36px 26px; }
  .cl26-stats-bars { padding: 26px 22px; }
  .cl26-bar-row { grid-template-columns: 70px 1fr 46px; gap: 10px; }
}
/* konec clanstvo (cl26) css kode */
