:root {
      --green: #8bc319;
      --green-dark: #6fa20f;
      --yellow: #ffd600;
      --dark: #2f3947;
      --ink: #1f2937;
      --muted: #667085;
      --bg: #f4f6f8;
      --white: #ffffff;
      --border: rgba(15, 23, 42, 0.12);
      --shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    }

    * { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

.btn-dark-text {
  color: #111827;
}

.hero-kicker {
  letter-spacing: 0.3em;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-panel-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: contain;
}

.section-left {
  text-align: left;
}

.section-title-tight {
  margin-bottom: 16px;
}

.section-subtitle-tight {
  margin-bottom: 18px;
}

.section-kicker {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #047857;
  font-weight: 600;
}

.section-alt {
  background: #f8fafc;
}

.price-title {
  margin: 0;
  font-size: 2rem;
}

.price-subtitle {
  color: #e2e8f0;
  line-height: 1.6;
}

.subtle-mb {
  margin: 0 0 16px;
}

.section-title-light {
  color: #fff;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-24 {
  margin-top: 24px;
}

.fw-700 {
  font-weight: 700;
}

.mb-8 {
  margin-bottom: 8px;
}

.offer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

    a { color: inherit; text-decoration: none; }

    .container {
      width: min(1200px, 92vw);
      margin: 0 auto;
    }

    header {
      background: #fff;
      box-shadow: none;
      position: static;
      top: auto;
      z-index: auto;
    }

    .nav-shell {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 60;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .nav-shell-spacer {
      display: none;
      height: var(--nav-shell-h, 0px);
    }

    .topbar {
      background: #f1f5f9;
      border-bottom: 1px solid var(--border);
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 8px 0;
      font-size: 0.9rem;
      color: #1f2937;
      flex-wrap: wrap;
    }

    .topbar-left,
    .topbar-right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .topbar-left .dot {
      color: #64748b;
      font-weight: 700;
    }

    .topbar a {
      color: #0f172a;
      font-weight: 700;
    }

    .nav-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 8px 0;
    }

    .nav-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .nav-toggle {
      display: none;
      align-items: center;
      gap: 8px;
      padding: 12px 18px;
      border-radius: 8px;
      border: none;
      background: var(--yellow);
      font-weight: 700;
      font-size: 0.9rem;
      color: #1f2937;
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
      cursor: pointer;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-size: 1.2rem;
    }

    .brand img {
      width: 266px;
      height: 122px;
      object-fit: contain;
      border-radius: 12px;
      background: #fff;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 22px;
      font-size: 0.95rem;
      font-weight: 600;
      color: #4b5563;
    }

    nav a {
      position: relative;
      padding-bottom: 6px;
    }

    nav a.active::after,
    nav a:hover::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: var(--green);
    }

    .hero {
      background: var(--green);
      color: #fff;
      padding: 70px 0;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(255, 214, 0, 0.25), transparent 45%);
      opacity: 0.65;
      pointer-events: none;
    }

    .hero::after {
      box-shadow: inset 0 0 0 9999px rgba(15, 23, 42, 0.12);
    }

    .hero::after {
      content: "";
      position: absolute;
      right: -120px;
      top: -40px;
      width: 520px;
      height: 520px;
      background: #ffd600;
      clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
      opacity: 0.95;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-family: "Montserrat", sans-serif;
      font-size: clamp(2.4rem, 4vw, 3.6rem);
      margin: 40px 0 40px;
      position: relative;
      display: inline-block;
      text-shadow: 0 2px 10px rgba(15, 23, 42, 0.35);
    }

    .hero h1::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 90px;
      height: 4px;
      border-radius: 999px;
      background: #ffd600;
    }

    .hero p {
      font-size: 1.4rem;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.9);
      margin: 0 0 24px;
      text-shadow: 0 1px 8px rgba(15, 23, 42, 0.3);
    }

    .hero-list {
      list-style: none;
      padding: 0;
      margin: 0 0 28px;
      display: grid;
      gap: 10px;
    }

    .hero-list li::before {
      content: "›";
      margin-right: 10px;
      font-weight: 700;
    }

    .btn-primary {
      background: var(--yellow);
      color: #1f2937;
      border: none;
      padding: 12px 22px;
      border-radius: 6px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .ghost-btn {
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
      padding: 12px 22px;
      border-radius: 6px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
    }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

    .hero-list-cards {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      margin-top: 22px;
    }

    .hero-list-card {
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 14px;
      font-size: 0.95rem;
      color: #111827;
      font-weight: 700;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .hero-list-card:hover {
      transform: translateY(-4px);
      background: rgba(255, 255, 255, 0.32);
      border-color: rgba(255, 255, 255, 0.55);
      box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
    }

    .hero-list-card .id {
      font-weight: 700;
      margin-bottom: 6px;
    }

    .hero-panel {
      position: relative;
      border-radius: 14px;
      padding: 20px;
      color: #1f2937;
    }

    .hero-panel img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
      box-shadow: none;
      border: none;
      background: transparent;
    }

    .hero-panel-inner {
      background: #1f2937;
      border-radius: 12px;
      padding: 20px;
      color: #fff;
    }

    .hero-panel-inner .title {
      text-transform: uppercase;
      letter-spacing: 0.25em;
      font-size: 0.75rem;
      color: #bbf7d0;
    }

    .hero-panel-inner h3 {
      margin: 10px 0 0;
      font-size: 1.4rem;
    }

    .hero-panel-tags {
      margin-top: 16px;
      display: grid;
      gap: 10px;
    }

    .hero-panel-tag {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.08);
      padding: 10px 12px;
    }

    .hero-panel-tag span { font-weight: 600; }

    .hero-panel-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #86efac;
    }

    .hero-qr {
      width: 64px;
      height: 64px;
      background: #fff;
      color: #1f2937;
      border-radius: 12px;
      font-weight: 800;
      display: grid;
      place-items: center;
      margin-top: 12px;
    }

    .hero-stats {
      display: grid;
      gap: 10px;
      margin-top: 18px;
      background: #fff;
      border-radius: 12px;
      padding: 12px;
      box-shadow: var(--shadow);
    }

    .hero-stat {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.95rem;
      color: #1f2937;
      font-weight: 600;
    }

    .section { padding: 80px 0; }

    .section-title {
      font-family: "Montserrat", sans-serif;
      font-size: clamp(1.9rem, 3vw, 2.6rem);
      text-align: center;
      margin-bottom: 40px;
      color: #111827;
    }

    .split {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      align-items: center;
    }

    .panel {
      background: #fff;
      border-radius: 14px;
      padding: 24px;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
      border: 1px solid #e5e7eb;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .panel:hover {
      transform: translateY(-6px);
      border-color: rgba(111, 162, 15, 0.35);
      background: #f8fff0;
      box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
    }
    .panel-icon {
      width: 56px;
      height: 56px;
      margin-bottom: 12px;
      padding: 10px;
      border-radius: 14px;
      background: #f4f6f8;
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
      object-fit: contain;
    }

    .icon-row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 24px;
      text-align: center;
    }

    .icon-card {
      display: grid;
      gap: 8px;
      justify-items: center;
      color: #374151;
    }

    .icon-wrap {
      width: 80px;
      height: 80px;
      border-radius: 999px;
      border: 2px solid #e5e7eb;
      display: grid;
      place-items: center;
      color: var(--green-dark);
      background: #fff;
      font-size: 1.6rem;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
    }

    .feature-card {
      background: #fff;
      border-radius: 16px;
      padding: 22px;
      border: 1px solid #e5e7eb;
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .feature-card:hover {
      transform: translateY(-6px);
      background: #f8fff0;
      border-color: rgba(111, 162, 15, 0.35);
      box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
    }

    .feature-card .id {
      color: var(--green-dark);
      font-weight: 700;
      margin-bottom: 6px;
    }
    .feature-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 10px;
      padding: 9px;
      border-radius: 12px;
      background: #f4f6f8;
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
      object-fit: contain;
    }
    .step-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 8px;
      padding: 7px;
      border-radius: 10px;
      background: #f4f6f8;
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 6px 12px rgba(15, 23, 42, 0.1);
      object-fit: contain;
    }

.entry-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .entry-panel {
      text-align: center;
    }

    .entry-panel .entry-links {
      justify-content: center;
    }

    .entry-links a {
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: #fff;
      font-weight: 600;
      color: var(--dark);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .entry-links a:hover {
      background: #eef2f6;
      transform: translateY(-1px);
    }

    .benefit-list { display: grid; gap: 12px; }

    .benefit-item {
      display: flex;
      gap: 12px;
      align-items: center;
      border-radius: 18px;
      border: 1px solid #e5e7eb;
      padding: 16px;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .benefit-item:hover {
      transform: translateY(-4px);
      background: #f8fff0;
      border-color: rgba(111, 162, 15, 0.35);
      box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
    }

    .fun-section .panel {
      height: 100%;
    }

    .fun-panel {
      position: relative;
      overflow: hidden;
      display: grid;
      gap: 16px;
      align-content: start;
      --fun-map-size: 180% auto;
      background-image: linear-gradient(160deg, rgba(249, 255, 233, 0.45) 0%, rgba(255, 255, 255, 0.55) 55%, rgba(244, 246, 248, 0.65) 100%),
        url('levels/mapa.webp');
      background-size: var(--fun-map-size);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      border: 1px solid rgba(111, 162, 15, 0.25);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-position 0.2s ease;
    }

    .fun-panel::before {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      right: -80px;
      top: -80px;
      background: radial-gradient(circle, rgba(139, 195, 25, 0.35), rgba(139, 195, 25, 0) 70%);
      pointer-events: none;
    }

    .fun-panel-head {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 8px;
    }

    .fun-panel-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 12px;
      border-radius: 999px;
      background: var(--green-dark);
      color: #fff;
      font-weight: 700;
      font-size: 0.85rem;
      letter-spacing: 0.02em;
      width: max-content;
    }

    .fun-panel-head h3,
    .fun-panel-head p {
      margin: 0;
      background: rgba(139, 195, 25, 0.60);
      padding: 10px 12px;
      border-radius: 12px;
    }

    .fun-panel-head h3 {
      font-size: 1.45rem;
      color: var(--ink);
    }

    .fun-panel-head p {
      color: var(--muted);
      line-height: 1.6;
    }

    .fun-badge-stack {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      align-items: end;
    }

    .fun-badge-card {
      background: rgba(255, 255, 255, 0.5);
      border: 5px solid rgba(139, 195, 25, 0.55);
      border-radius: 18px;
      padding: 14px 12px;
      text-align: center;
      box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .fun-badge-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 34px rgba(15, 23, 42, 0.22);
    }

    .fun-badge-card img {
      width: 84px;
      height: 84px;
      object-fit: contain;
      display: block;
      margin: 0 auto;
      filter: drop-shadow(0 10px 16px rgba(15, 23, 42, 0.15));
    }

    .fun-badge-card span {
      display: block;
      margin-top: 8px;
      font-weight: 700;
      color: var(--ink);
      background: rgba(139, 195, 25, 0.60);
      padding: 6px 8px;
      border-radius: 10px;
    }

    .fun-badge-card.is-left {
      transform: rotate(-2deg);
    }

    .fun-badge-card.is-right {
      transform: rotate(2deg);
    }

    .fun-badge-card.is-left:hover {
      transform: rotate(-2deg) translateY(-10px);
    }

    .fun-badge-card.is-right:hover {
      transform: rotate(2deg) translateY(-10px);
    }

    .fun-badge-card.is-center {
      transform: translateY(-8px);
      border-color: rgba(139, 195, 25, 0.5);
      box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
    }

    .fun-badge-card.is-center:hover {
      transform: translateY(-16px);
    }

    .fun-panel-foot {
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 12px 14px;
      border-radius: 14px;
      background: rgba(139, 195, 25, 0.60);
      color: var(--dark);
      font-weight: 600;
      line-height: 1.6;
    }

    .benefit-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--green);
    }

    .highlight {
      background: var(--dark);
      color: #fff;
      border-radius: 18px;
      padding: 26px;
      display: grid;
      gap: 16px;
      box-shadow: var(--shadow);
    }

    .highlight .pill {
      background: rgba(255, 255, 255, 0.12);
      border-radius: 999px;
      padding: 6px 12px;
      width: fit-content;
      font-size: 0.85rem;
    }

    .pill-row {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .pill-row span {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      padding: 10px;
      text-align: center;
    }

    .testimonial { display: grid; gap: 10px; }

    .sector-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .sector-list span {
      border: 1px solid #e5e7eb;
      border-radius: 999px;
      padding: 8px 14px;
      font-weight: 600;
      color: var(--muted);
    }

    .sector-center {
      text-align: center;
    }

    .sector-center .sector-list {
      justify-content: center;
    }

.contact-section {
      background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)),
        url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&fm=jpg&q=80&w=1600');
      background-size: 180% auto;
      background-position: center;
      color: #fff;
    }

    .contact-section .section-title-light {
      color: var(--green);
    }

    .contact-form {
      background: #fff;
      border-radius: 10px;
      padding: 26px;
      color: #111827;
      max-width: 720px;
      margin: 0 auto;
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px 18px;
    }

    .contact-form .contact-field {
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .contact-form .contact-field.full {
      grid-column: 1 / -1;
    }

    .contact-form label {
      font-weight: 600;
      display: block;
      margin-bottom: 6px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px 14px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      margin-bottom: 0;
      font-family: inherit;
      font-size: 0.95rem;
    }

.contact-form button {
  background: var(--yellow);
  border: none;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
}


    .footer {
      background: #5f8b0a;
      color: #fff;
      padding: 28px 0;
      font-size: 0.9rem;
    }

    .feature-card .id,
    .hero-list-card .id {
      color: #111827;
    }

    @media (max-width: 900px) {
      .nav-bar { flex-wrap: wrap; }
      .topbar-inner {
        justify-content: center;
      }
      .topbar-left,
      .topbar-right {
        justify-content: center;
      }
      .nav-shell { position: fixed; }
      body { padding-top: var(--nav-shell-h, 120px); }
      .nav-shell-spacer { display: none; }
    }

    @media (max-width: 720px) {
      .contact-form {
        grid-template-columns: 1fr;
      }
      .fun-badge-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .fun-panel {
        --fun-map-size: 300% auto;
        background-position: center;
      }
    }
    @media (max-width: 720px) {
      nav { display: none; }
      .hero::after { display: none; }
      .hero-bubble { position: static; margin-top: 16px; }
      .nav-bar { flex-direction: column; align-items: stretch; text-align: center; }
      .nav-top { align-items: center; justify-content: center; position: relative; }
      .brand { justify-content: center; width: 100%; }
      .nav-toggle { display: inline-flex; }
      .nav-toggle { position: absolute; right: 0; }
      .nav-shell.nav-open nav { display: flex; }
      nav { flex-direction: column; gap: 12px; font-size: 0.95rem; }
      .topbar-inner { flex-direction: column; }
      .topbar-left,
      .topbar-right {
        width: 100%;
        justify-content: center;
      }
      .topbar-right .btn-primary {
        width: 100%;
        justify-content: center;
      }
      .brand img { width: 200px; height: auto; }
    }
    @media (max-width: 520px) {
      .brand img { width: 170px; }
      .contact-mini { font-size: 0.85rem; }
      .fun-badge-stack {
        grid-template-columns: 1fr;
      }
      .fun-panel {
        --fun-map-size: 300% auto;
        background-position: center;
      }
    }
  .fun-panel:hover {
    background-image: linear-gradient(160deg, rgba(249, 255, 233, 0.45) 0%, rgba(255, 255, 255, 0.55) 55%, rgba(244, 246, 248, 0.65) 100%),
      url('levels/mapa.webp');
    background-size: var(--fun-map-size);
    background-repeat: no-repeat;
  }

/* --- Mapa: detail partnera (vernostni styl) --- */
.verka-modal {
  --verka-red: #e02020;
  --verka-red-2: #b10000;
  --verka-bg: #f5f5f5;
  --verka-card: #fff;
  --verka-text: #111827;
  --verka-muted: #6b7280;
  --verka-border: #e5e7eb;
  --verka-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  padding: 16px;
}

#review-modal {
  z-index: 2300;
}

.verka-modal.is-open {
  display: flex;
}

.verka-modal-card {
  width: min(420px, 92vw);
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  max-height: 92vh;
  overflow: auto;
}

.verka-modal-close-row {
  position: sticky;
  top: 12px;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.verka-modal-close-btn {
  white-space: nowrap;
}

.verka-modal button {
  border: none;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #a80000 0%, #e02020 60%, #b10000 100%);
}

.verka-modal button:hover {
  filter: brightness(1.05);
}

.verka-modal button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.verka-modal .button-secondary {
  background: #fff;
  color: var(--verka-red);
  border: 1px solid var(--verka-red);
}

.verka-modal .verka-note {
  margin: 6px 0;
  font-size: 0.85rem;
  color: var(--verka-muted);
}

.review-card {
  max-width: 520px;
  width: min(92vw, 520px);
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.review-title {
  font-size: 1.1rem;
  font-weight: 700;
  flex: 1 1 0;
}

.verka-modal .review-close {
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

.review-partner {
  font-weight: 600;
  margin-bottom: 8px;
}

.review-stars {
  display: flex;
  gap: 6px;
  font-size: 24px;
  margin-bottom: 8px;
}

.verka-modal .review-star {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #d1d5db;
  padding: 0;
}

.verka-modal .review-star.is-active {
  color: #f59e0b;
}

#review-comment {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

.review-counter {
  text-align: right;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 4px;
}

.review-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.review-actions button {
  padding: 8px 12px;
}

.review-status {
  margin-top: 8px;
  font-size: 0.9rem;
}

.partner-detail-card {
  width: min(760px, 94vw);
  max-height: 92vh;
  overflow: auto;
  --partner-rating-col: clamp(140px, 38vw, 220px);
  padding: 12px;
}

.partner-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.partner-detail-header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.partner-detail-header-text {
  min-width: 0;
  order: 1;
}

.partner-detail-logo {
  width: min(320px, 100%);
  max-width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 6px;
  order: 2;
}

.partner-detail-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.partner-detail-header-right {
  padding-right: 12px;
  width: var(--partner-rating-col);
  flex: 0 1 var(--partner-rating-col);
  min-width: 0;
  max-width: 100%;
}

.partner-detail-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.verka-modal .partner-detail-close {
  border: 1px solid var(--verka-border);
  background: #fff;
  color: #111827;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  line-height: 30px;
  font-size: 20px;
  padding: 0;
}

.partner-detail-section {
  margin-top: 12px;
}

.partner-detail-rating-line {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: right;
  margin-left: auto;
  gap: 8px;
  flex-wrap: wrap;
}

.partner-detail-review-action {
  align-self: flex-end;
  font-size: 0.82rem;
  padding: 6px 10px;
}

.partner-detail-rating-count {
  margin-left: 6px;
  color: #6b7280;
}

.partner-detail-reviews-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.partner-detail-rating-stars {
  position: relative;
  display: inline-block;
  height: 1em;
  line-height: 1;
  font-size: 1.05rem;
  color: #e5e7eb;
  vertical-align: middle;
  overflow: hidden;
}

.partner-detail-rating-stars .stars-base,
.partner-detail-rating-stars .stars-fill {
  display: block;
  white-space: nowrap;
}

.partner-detail-rating-stars .stars-base {
  position: relative;
  z-index: 1;
}

.partner-detail-rating-stars .stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 1em;
  color: #f59e0b;
  overflow: hidden;
  z-index: 2;
}

.partner-detail-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  margin-bottom: 4px;
}

.partner-detail-value {
  color: var(--verka-text);
}

.partner-detail-map-wrap iframe {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: 12px;
}

.partner-detail-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.verka-modal .partner-map-zoom {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  border: 1px solid var(--verka-border);
  font-size: 20px;
  line-height: 34px;
}

.verka-modal .partner-map-zoom:hover {
  filter: brightness(0.98);
}

.partner-detail-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 8px;
}

.partner-detail-photos img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.partner-detail-list {
  display: grid;
  gap: 10px;
}

.partner-detail-link {
  color: var(--verka-red);
  text-decoration: none;
}

.partner-detail-link:hover {
  text-decoration: underline;
}

.partner-detail-referral {
  padding: 10px;
  border: 1px dashed var(--verka-border);
  border-radius: 12px;
  background: #fff7ed;
}

.partner-detail-reviews {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
}

.partner-detail-reviews-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 4px;
}

.partner-detail-reviews-label {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 600;
}

.partner-detail-reviews-sort {
  border: 1px solid var(--verka-border);
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
  font-size: 0.9rem;
}

.verka-modal .partner-detail-reviews-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
}

.verka-modal .partner-detail-reviews-toggle .review-score-count {
  margin-top: 0;
  font-size: 0.85rem;
  color: var(--verka-muted);
  flex: 0 0 auto;
}

.partner-detail-reviews-toggle-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-detail-toggle-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--verka-muted);
  transition: transform 0.2s ease;
}

.verka-modal .partner-detail-reviews-toggle.is-open .partner-detail-toggle-caret {
  transform: rotate(180deg);
}

.partner-review-item {
  border: 1px solid var(--verka-border);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.partner-review-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  align-items: center;
}

.partner-review-name-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
}

.partner-review-name-col {
  display: flex;
  flex-direction: column;
}

.partner-review-level {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-review-level-badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.partner-review-stars {
  position: relative;
  display: inline-block;
  height: 1em;
  line-height: 1;
  font-size: 1.05rem;
  color: #e5e7eb;
  overflow: hidden;
}

.partner-review-stars .stars-base,
.partner-review-stars .stars-fill {
  display: inline-block;
  white-space: nowrap;
}

.partner-review-stars .stars-fill {
  position: absolute;
  color: #f59e0b;
  overflow: hidden;
  inset: auto;
  left: 0;
  top: 0;
  height: 1em;
}

.partner-review-text {
  margin-top: 6px;
}

.partner-review-meta {
  margin-top: 4px;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 400;
}

.verka-modal .partner-review-report {
  margin-top: 6px;
  font-size: 0.85rem;
  background: #f3f4f6;
  color: #111827;
  border: 1px solid var(--verka-border);
  border-radius: 8px;
  padding: 4px 8px;
}

.review-summary {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 14px;
}

.review-summary-main {
  min-width: 140px;
}

.review-summary-title {
  font-size: 0.85rem;
  color: var(--verka-muted);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.review-score-value {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.review-score-count {
  margin-top: 6px;
  color: var(--verka-muted);
  font-size: 0.9rem;
}

.review-summary-compact {
  gap: 12px;
  margin-bottom: 0;
  align-items: flex-start;
}

.review-summary-compact .review-summary-main {
  min-width: 110px;
}

.review-summary-compact .review-score-value {
  font-size: 1.6rem;
}

.review-summary-compact .review-score-count {
  margin-top: 4px;
  font-size: 0.8rem;
}

.review-summary-compact .partner-detail-rating-stars {
  font-size: 1rem;
  margin-top: 4px;
}

.partner-reviews-sentinel {
  padding: 8px 0;
  text-align: center;
  color: var(--verka-muted);
  font-size: 0.85rem;
}

.partner-photo-viewer .partner-photo-viewer-card {
  position: relative;
  width: min(900px, 96vw);
  height: min(80vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.partner-photo-viewer img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.verka-modal .partner-photo-viewer-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  pointer-events: auto;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 20px;
  padding: 0;
}

.verka-modal .partner-photo-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.verka-modal .partner-photo-nav.prev {
  left: 0;
}

.verka-modal .partner-photo-nav.next {
  right: 0;
}

.verka-modal .partner-photo-nav::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 0.8;
  transform: translateY(-50%) rotate(45deg);
}

.verka-modal .partner-photo-nav.prev::after {
  left: 16px;
  transform: translateY(-50%) rotate(225deg);
}

.verka-modal .partner-photo-nav.next::after {
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.verka-notice-list {
  margin: 0;
  padding-left: 18px;
  color: var(--verka-text);
}

.verka-notice-list li {
  margin: 6px 0;
}

@media (max-width: 700px) {
  .partner-photo-viewer .partner-photo-viewer-card {
    height: min(70vh, 520px);
  }
  .partner-photo-nav {
    width: 40%;
  }
}

@media (max-width: 520px) {
  .partner-detail-card {
    padding: 10px;
  }
  .partner-detail-logo {
    padding: 4px;
  }
  .partner-detail-logo img {
    max-height: 140px;
  }
}

/* --- Mapa katalog --- */
.section-title.section-left {
  text-align: left;
}

.section-subtitle {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.mapa-page {
  background: var(--bg);
  padding-bottom: 80px;
}

.mapa-hero-card {
  background: linear-gradient(135deg, rgba(139, 195, 25, 0.12), rgba(255, 214, 0, 0.12));
  border-color: rgba(139, 195, 25, 0.25);
}

.mapa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: center;
}

.mapa-hero-brand {
  display: grid;
  gap: 10px;
}

.mapa-logo {
  width: min(240px, 60vw);
  height: auto;
  border-radius: 12px;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.1);
}

.mapa-hero-meta {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.mapa-meta-pill {
  background: var(--dark);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mapa-meta-ghost {
  background: rgba(15, 23, 42, 0.08);
  color: var(--dark);
}

.mapa-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.mapa-side {
  display: grid;
  gap: 18px;
  flex: 1 1 360px;
  min-width: 280px;
}

.mapa-main {
  flex: 1 1 520px;
  min-width: 320px;
}

.mapa-layout .panel:hover {
  transform: none;
  background: #fff;
  border-color: #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.mapa-map-tools {
  display: grid;
  gap: 12px;
  background: #f8fff0;
  border: 1px solid rgba(111, 162, 15, 0.25);
  border-radius: 14px;
  padding: 14px;
}

.mapa-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.mapa-search input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
  background: #fff;
  font-family: inherit;
}

.mapa-search button {
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: none;
}

.mapa-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mapa-filters select {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 0.9rem;
  font-family: inherit;
}

.mapa-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 0.85rem;
  color: var(--dark);
}

.mapa-filter-pill input {
  margin: 0;
  accent-color: var(--green);
}

.mapa-results {
  display: grid;
  gap: 12px;
}

.mapa-results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.mapa-results-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.mapa-results-subtitle,
.mapa-list-count {
  font-size: 0.85rem;
  color: var(--muted);
}

.mapa-list {
  display: grid;
  gap: 12px;
}

.mapa-list-item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mapa-list-item:hover {
  transform: translateY(-4px);
  border-color: rgba(111, 162, 15, 0.35);
  background: #f8fff0;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
}

.mapa-list-item:focus {
  outline: 2px solid rgba(139, 195, 25, 0.45);
  outline-offset: 2px;
}

.mapa-list-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.mapa-list-name {
  font-weight: 800;
  color: #111827;
}

.mapa-list-address {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 2px;
}

.mapa-list-type {
  font-size: 0.85rem;
  color: #374151;
  margin-top: 8px;
}

.mapa-list-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mapa-chip {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1f2937;
  font-weight: 700;
}

.mapa-chip-rating {
  background: #fff4d1;
  color: #9a6000;
}

.mapa-chip-offer {
  background: #e8f8ee;
  color: #1b7a40;
}

.mapa-list-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--muted);
}

.mapa-list-cta {
  color: var(--dark);
  font-weight: 700;
}

.mapa-map-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.mapa-map {
  height: min(70vh, 720px);
  min-height: 420px;
}

.mapa-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
}

.mapa-modal-card {
  width: min(960px, 92vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: var(--shadow);
  position: relative;
}

.mapa-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  background: var(--dark);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.mapa-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-right: 80px;
}

.mapa-modal-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
}

.mapa-modal-meta,
.mapa-modal-address {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 4px;
}

.mapa-modal-rating {
  min-width: 140px;
  text-align: right;
}

.mapa-modal .review-summary {
  margin-top: 12px;
  margin-bottom: 6px;
}

.mapa-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.mapa-modal-section {
  margin-bottom: 12px;
}

.mapa-modal-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

.mapa-modal-text {
  font-size: 0.95rem;
  color: var(--ink);
}

.mapa-modal-actions {
  margin-top: 10px;
}

.mapa-modal-actions button {
  border-radius: 10px;
  border: none;
  background: var(--green);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.mapa-modal-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 120px;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 10px;
  color: #6b7280;
}

.mapa-modal-photos img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.review-summary {
  display: grid;
  gap: 8px;
}

.review-summary-main {
  display: grid;
  gap: 6px;
}

.review-summary-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.review-score-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
}

.partner-detail-rating-stars {
  color: #f5b000;
  font-size: 1rem;
}

.review-score-count {
  font-size: 0.85rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .mapa-hero-grid {
    grid-template-columns: 1fr;
  }
  .mapa-main {
    order: 1;
  }
  .mapa-side {
    order: 2;
  }
  .mapa-map {
    height: 55vh;
  }
  .mapa-modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mapa-search {
    grid-template-columns: 1fr;
  }
  .mapa-map {
    height: 45vh;
    min-height: 320px;
  }
  .mapa-modal-header {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
  .mapa-modal-rating {
    text-align: left;
  }
  .mapa-results-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
