/* ==========================================================================
   Smart Parking — Dark Urban (cyan + slate)
   Drugačiji od BASIC corporate (svijetli plavi) i DMS editorial (svijetli teal).
   ========================================================================== */

body.product-smart {
  --pc: #0ea5e9;
  --pc-bright: #38bdf8;
  --pc-deep: #0369a1;
  --pc-dark: #075985;
  --ink: #0b1929;
  --ink-deep: #050d17;
  --ink-soft: #0f2236;
  --muted: #94a3b8;
  --line: #1e2f44;
  --line-soft: #142133;
  --bg: #0a1424;
  --bg-soft: #0e1a2e;
  --bg-light: #f8fafc;
  --bg-light-soft: #f1f5f9;
  --line-light: #e2e8f0;
  --text-dark: #0f172a;
  --amber: #f59e0b;
  --green: #10b981;
  --red: #ef4444;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-glow: 0 0 60px rgba(14,165,233,.25);
  --shadow: 0 8px 24px rgba(0,0,0,.3);
  --shadow-light: 0 8px 24px rgba(15,23,42,.08);

  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; /* spriječi horizontalni scroll od float elemenata */
}

body.product-smart *,
body.product-smart *::before,
body.product-smart *::after { box-sizing: border-box; }

body.product-smart img { max-width: 100%; display: block; }

.sp-wrap { width: min(1780px, 90%); margin-inline: auto; }

/* ============ HEADER (dark sticky) ============ */
.pp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,20,36,.78);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.pp-header--scrolled { border-bottom-color: rgba(255,255,255,.08); background: rgba(10,20,36,.92); }
.pp-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100px; padding-block: 14px; }
.pp-logo { display: inline-flex; align-items: center; text-decoration: none; }
body.product-smart .pp-logo__img { width: 130px; height: auto; max-width: 130px; }
@media (max-width: 760px){
  .pp-header__inner { height: 76px; padding-block: 8px; }
  body.product-smart .pp-logo__img { width: 110px; }
}
.pp-logo__text { font-weight: 800; font-size: 22px; color: #fff; letter-spacing: .5px; }
.pp-nav { display: flex; align-items: center; gap: 30px; }
.pp-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-weight: 500; font-size: 15px; transition: color .2s; }
.pp-nav a:hover { color: var(--pc-bright); }
.pp-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.pp-burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* ============ Buttons ============ */
.sp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pc); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 15px; padding: 14px 26px;
  border-radius: 10px; border: 0; cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 8px 24px rgba(14,165,233,.4);
}
.sp-btn:hover { background: var(--pc-bright); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(14,165,233,.55); }
.sp-btn--lg { padding: 16px 30px; font-size: 16px; }
.sp-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.18); box-shadow: none; }
.sp-btn--ghost:hover { background: rgba(255,255,255,.06); border-color: var(--pc-bright); color: var(--pc-bright); box-shadow: none; }
.sp-btn--dark { background: var(--ink); color: #fff; box-shadow: var(--shadow-light); }
.sp-btn--dark:hover { background: var(--ink-soft); }

/* ============ HERO (dark) ============ */
.sp-hero {
  position: relative; overflow: hidden; padding: 158px 0 110px;
  background:
    radial-gradient(900px 540px at 80% 10%, rgba(14,165,233,.18), transparent 60%),
    radial-gradient(700px 480px at 10% 90%, rgba(56,189,248,.12), transparent 65%),
    linear-gradient(180deg, var(--ink-deep) 0%, var(--bg) 100%);
}
/* dot grid */
.sp-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(56,189,248,.12) 1.2px, transparent 1.2px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 0%, transparent 78%);
}
/* city skyline silhouette */
.sp-hero::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 70px; pointer-events: none; opacity: .25;
  background:
    linear-gradient(to top, rgba(14,165,233,.18), transparent),
    repeating-linear-gradient(90deg,
      transparent 0 30px, var(--pc-dark) 30px 70px,
      transparent 70px 95px, var(--pc-dark) 95px 130px,
      transparent 130px 160px);
  -webkit-mask-image: linear-gradient(to top, #000 30%, transparent);
  mask-image: linear-gradient(to top, #000 30%, transparent);
}
.sp-hero > .sp-wrap { position: relative; z-index: 1; }
.sp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }

.sp-pulse {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.3);
  color: #34d399; font-weight: 600; font-size: 13px; padding: 8px 14px;
  border-radius: 999px; margin-bottom: 26px;
}
.sp-pulse::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,.6); animation: sppulse 1.8s infinite;
}
@keyframes sppulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,.5) } 70% { box-shadow: 0 0 0 8px rgba(16,185,129,0) } 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0) } }
.sp-hero h1 { font-size: clamp(38px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -1.8px; margin: 0 0 22px; font-weight: 800; color: #fff; }
.sp-hero h1 em { font-style: normal; background: linear-gradient(115deg, var(--pc-bright), var(--pc)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sp-hero__lead { font-size: clamp(16px, 1.3vw, 18px); color: rgba(255,255,255,.7); margin: 0 0 32px; max-width: 520px; line-height: 1.65; }
.sp-hero__lead strong { color: var(--pc-bright); font-weight: 600; }
.sp-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.sp-hero__mini { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.sp-hero__mini-item { font-size: 13px; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 8px; }
.sp-hero__mini-item i { color: var(--pc-bright); font-size: 18px; }

/* ============ Phone mockup ============ */
.sp-hero__visual { position: relative; }
.sp-hero__visual::before {
  content: ""; position: absolute; inset: -60px; z-index: 0;
  background: radial-gradient(circle at 60% 50%, rgba(14,165,233,.28), transparent 65%);
  filter: blur(12px);
}
.sp-phone {
  position: relative; z-index: 2; max-width: 320px; margin: 0 auto;
  background: linear-gradient(180deg, #1a2638 0%, #0d1929 100%);
  border-radius: 38px; padding: 12px;
  box-shadow: var(--shadow-glow), 0 32px 80px rgba(0,0,0,.5), inset 0 0 0 2px rgba(255,255,255,.05);
  transform: rotate(-3deg);
}
.sp-phone::before {
  content: ""; position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 22px; background: #050d17; border-radius: 14px;
}
.sp-phone__screen {
  background: linear-gradient(180deg, #0d1d33 0%, #112443 100%);
  border-radius: 28px; padding: 50px 18px 22px; min-height: 580px;
  overflow: hidden; position: relative;
}
.sp-phone__statusbar { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.7); font-weight: 600; margin-bottom: 18px; padding: 0 4px; }
.sp-phone__statusbar span:last-child::after { content: " ●●●"; letter-spacing: -2px; }
.sp-phone__head {
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 0 4px;
}
.sp-phone__head i { color: var(--pc-bright); font-size: 22px; }
.sp-phone__head b { font-size: 15px; color: #fff; }
.sp-phone__head span { font-size: 11px; color: rgba(255,255,255,.55); }
.sp-phone__active {
  background: linear-gradient(135deg, var(--pc), var(--pc-deep));
  border-radius: 16px; padding: 18px; color: #fff;
  box-shadow: 0 16px 40px rgba(14,165,233,.4);
  position: relative; overflow: hidden;
}
.sp-phone__active::before {
  content: ""; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(255,255,255,.15), transparent 60%);
}
.sp-phone__active__label { font-size: 11px; opacity: .8; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.sp-phone__active__zone { font-size: 22px; font-weight: 800; margin: 3px 0 16px; }
.sp-phone__plate {
  display: inline-flex; align-items: center; gap: 0;
  background: #fff; color: var(--ink); border-radius: 6px; padding: 5px 9px;
  font-weight: 800; font-size: 13px; letter-spacing: 1.5px; font-family: 'Inter', monospace;
  border: 2px solid #fff; position: relative;
}
.sp-phone__plate::before {
  content: "MNE"; background: #003c80; color: #fff; padding: 2px 5px;
  border-radius: 3px 0 0 3px; font-size: 9px; margin-right: 7px; margin-left: -7px; letter-spacing: 0;
}
.sp-phone__timer { margin-top: 18px; display: flex; align-items: end; gap: 8px; }
.sp-phone__timer strong { font-size: 38px; font-weight: 800; line-height: 1; letter-spacing: -1.5px; }
.sp-phone__timer span { font-size: 12px; opacity: .8; padding-bottom: 4px; }
.sp-phone__progress { height: 4px; border-radius: 4px; background: rgba(255,255,255,.18); margin-top: 14px; overflow: hidden; }
.sp-phone__progress::after {
  content: ""; display: block; height: 100%; width: 68%;
  background: linear-gradient(90deg, #fff, var(--pc-bright));
  border-radius: 4px;
}
.sp-phone__actions { display: flex; gap: 6px; margin-top: 14px; }
.sp-phone__actions span { flex: 1; background: rgba(255,255,255,.16); padding: 9px; border-radius: 9px; text-align: center; font-size: 12px; font-weight: 600; }
.sp-phone__actions span:last-child { background: rgba(255,255,255,.9); color: var(--pc-dark); }
.sp-phone__sublist { margin-top: 18px; display: grid; gap: 9px; }
.sp-phone__sub {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 11px;
  padding: 11px 13px; display: flex; align-items: center; gap: 10px;
}
.sp-phone__sub i { color: var(--pc-bright); font-size: 17px; flex-shrink: 0; }
.sp-phone__sub__txt { flex: 1; font-size: 12.5px; color: rgba(255,255,255,.85); font-weight: 500; }
.sp-phone__sub__txt span { display: block; font-size: 10.5px; color: rgba(255,255,255,.5); margin-top: 1px; font-weight: 400; }
.sp-phone__sub__val { font-size: 12px; font-weight: 700; color: var(--pc-bright); }

/* Floating zone cards around phone */
.sp-zone-card {
  position: absolute; z-index: 3;
  background: rgba(13,29,51,.92); border: 1px solid rgba(56,189,248,.22);
  backdrop-filter: blur(8px); border-radius: 12px; padding: 12px 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
  display: flex; align-items: center; gap: 10px; color: #fff;
}
.sp-zone-card__dot { width: 10px; height: 10px; border-radius: 50%; }
.sp-zone-card b { font-size: 12px; font-weight: 700; }
.sp-zone-card span { font-size: 11px; color: rgba(255,255,255,.55); display: block; margin-top: 1px; }
.sp-zone-card--a { top: 60px; left: -40px; }
.sp-zone-card--a .sp-zone-card__dot { background: #10b981; }
.sp-zone-card--b { top: 220px; right: -50px; }
.sp-zone-card--b .sp-zone-card__dot { background: var(--amber); }
.sp-zone-card--c { bottom: 90px; left: -52px; }
.sp-zone-card--c .sp-zone-card__dot { background: var(--red); }

/* ============ STAT BANNER ============ */
.sp-stats {
  background: var(--bg-soft); padding: 56px 0;
  border-block: 1px solid var(--line);
}
.sp-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.sp-stat { text-align: center; }
.sp-stat__icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(14,165,233,.12); color: var(--pc-bright); display: grid; place-items: center; font-size: 22px; margin: 0 auto 14px; }
.sp-stat strong { display: block; font-size: 32px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 6px; letter-spacing: -1px; }
.sp-stat span { display: block; font-size: 13px; color: rgba(255,255,255,.55); font-weight: 500; }

/* ============ LIGHT SECTION ============ */
.sp-light {
  background: var(--bg-light); color: var(--text-dark);
  padding: 100px 0;
}
.sp-light--soft { background: var(--bg-light-soft); }
.sp-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.sp-head .sp-tag {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--pc-deep); background: rgba(14,165,233,.1);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 16px;
}
.sp-head h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -1px; margin: 0 0 14px; font-weight: 800; color: var(--text-dark); }
.sp-head h2 em { font-style: normal; color: var(--pc); }
.sp-head p { color: #64748b; font-size: 17px; margin: 0; }

/* ============ 3 AUDIENCE ROLES ============ */
.sp-roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sp-role {
  background: #fff; border: 1px solid var(--line-light); border-radius: 18px;
  padding: 36px 30px; box-shadow: var(--shadow-light);
  transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; overflow: hidden;
}
.sp-role:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(15,23,42,.12); border-color: var(--pc); }
.sp-role--driver { border-top: 4px solid var(--pc); }
.sp-role--inspector { border-top: 4px solid var(--amber); }
.sp-role--operator { border-top: 4px solid var(--ink); }
.sp-role__icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(14,165,233,.1); color: var(--pc); display: grid; place-items: center; font-size: 28px; margin-bottom: 22px; }
.sp-role--inspector .sp-role__icon { background: rgba(245,158,11,.12); color: var(--amber); }
.sp-role--operator .sp-role__icon { background: rgba(11,25,41,.08); color: var(--ink); }
.sp-role__name { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pc); margin-bottom: 6px; }
.sp-role--inspector .sp-role__name { color: var(--amber); }
.sp-role--operator .sp-role__name { color: var(--ink); }
.sp-role h3 { font-size: 22px; margin: 0 0 14px; color: var(--text-dark); }
.sp-role p { color: #64748b; font-size: 14.5px; margin: 0 0 20px; }
.sp-role ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.sp-role li { font-size: 13.5px; color: var(--text-dark); display: flex; gap: 9px; align-items: flex-start; }
.sp-role li i { color: var(--pc); font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.sp-role--inspector li i { color: var(--amber); }
.sp-role--operator li i { color: var(--ink); }

/* ============ WORKFLOW (vozač flow) ============ */
.sp-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; max-width: 1080px; margin: 0 auto; }
.sp-flow__step {
  background: #fff; border: 1px solid var(--line-light); border-radius: 14px;
  padding: 24px 18px; text-align: center; position: relative; box-shadow: var(--shadow-light);
  transition: transform .25s, box-shadow .25s;
}
.sp-flow__step:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(15,23,42,.1); }
.sp-flow__step:not(:last-child)::after {
  content: "→"; position: absolute; top: 50%; right: -14px; transform: translateY(-50%);
  font-size: 20px; color: var(--pc); font-weight: 800; z-index: 2;
}
.sp-flow__num {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pc), var(--pc-deep)); color: #fff;
  font-weight: 800; font-size: 15px; display: grid; place-items: center;
  margin: 0 auto 12px;
}
.sp-flow__step h4 { font-size: 15px; margin: 0 0 6px; color: var(--text-dark); }
.sp-flow__step p { font-size: 12px; color: #64748b; margin: 0; line-height: 1.5; }

/* ============ DASHBOARD PREVIEW ============ */
.sp-dash {
  background: #fff; border: 1px solid var(--line-light); border-radius: 18px;
  overflow: hidden; box-shadow: 0 32px 64px rgba(15,23,42,.12);
}
.sp-dash__head {
  background: var(--bg-light-soft); padding: 14px 22px; border-bottom: 1px solid var(--line-light);
  display: flex; align-items: center; gap: 12px;
}
.sp-dash__head__dots { display: flex; gap: 6px; }
.sp-dash__head__dots span { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.sp-dash__head__dots span:nth-child(1) { background: #ef4444; }
.sp-dash__head__dots span:nth-child(2) { background: var(--amber); }
.sp-dash__head__dots span:nth-child(3) { background: var(--green); }
.sp-dash__head__title { font-weight: 600; font-size: 14px; color: var(--text-dark); flex: 1; }
.sp-dash__head__title i { color: var(--pc); }
.sp-dash__head__live { background: rgba(16,185,129,.1); color: #047857; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.sp-dash__body { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; padding: 22px; }
.sp-card {
  background: var(--bg-light); border: 1px solid var(--line-light); border-radius: 12px; padding: 18px;
}
.sp-card__label { font-size: 11px; color: #64748b; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.sp-card__value { font-size: 28px; font-weight: 800; color: var(--text-dark); line-height: 1; letter-spacing: -1px; }
.sp-card__delta { font-size: 12px; color: var(--green); font-weight: 600; margin-top: 6px; }
.sp-card__delta--neg { color: var(--red); }
.sp-dash__row { padding: 0 22px 22px; }
.sp-dash__row-h { font-size: 12px; color: #64748b; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.sp-dash__zones { display: grid; gap: 8px; }
.sp-dash__zone { display: grid; grid-template-columns: 90px 1fr 80px; align-items: center; gap: 14px; padding: 10px 12px; background: var(--bg-light); border-radius: 9px; border: 1px solid var(--line-light); }
.sp-dash__zone b { font-size: 13px; color: var(--text-dark); }
.sp-dash__zone__bar { height: 8px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.sp-dash__zone__bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--pc), var(--pc-bright)); border-radius: 999px; }
.sp-dash__zone__val { font-size: 12px; color: #64748b; font-weight: 600; text-align: right; }
.sp-dash__zone--warn .sp-dash__zone__bar span { background: linear-gradient(90deg, var(--amber), #fbbf24); }
.sp-dash__zone--full .sp-dash__zone__bar span { background: linear-gradient(90deg, var(--red), #f87171); }
.sp-dash__caption { margin-top: 22px; text-align: center; font-size: 13px; color: #64748b; }

/* ============ KONTROLOR (plate check) ============ */
.sp-check {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
  max-width: 1080px; margin: 0 auto;
}
.sp-check h3 { font-size: 28px; font-weight: 800; margin: 0 0 16px; color: var(--text-dark); }
.sp-check__lead { color: #64748b; font-size: 16px; margin: 0 0 22px; line-height: 1.7; }
.sp-check__list { display: grid; gap: 12px; }
.sp-check__list-item { display: flex; gap: 14px; align-items: flex-start; }
.sp-check__list-item i { color: var(--amber); font-size: 22px; flex-shrink: 0; }
.sp-check__list-item b { display: block; font-size: 15px; color: var(--text-dark); margin-bottom: 2px; }
.sp-check__list-item span { font-size: 13.5px; color: #64748b; }
.sp-check__visual {
  background: #fff; border: 1px solid var(--line-light); border-radius: 18px;
  padding: 32px; box-shadow: var(--shadow-light); position: relative;
}
.sp-check__plate-input {
  display: flex; gap: 10px; align-items: center; padding: 14px 18px;
  background: var(--bg-light); border: 1.5px solid var(--line-light); border-radius: 12px;
  margin-bottom: 18px;
}
.sp-check__plate-input i { color: var(--amber); font-size: 22px; }
.sp-check__plate-input input {
  flex: 1; border: 0; background: none; outline: none;
  font-family: 'Inter', monospace; font-weight: 800; font-size: 17px; letter-spacing: 2px; color: var(--text-dark);
  text-transform: uppercase;
}
.sp-check__result {
  background: linear-gradient(135deg, rgba(16,185,129,.06), rgba(14,165,233,.06));
  border: 1px solid rgba(16,185,129,.3); border-radius: 12px; padding: 20px;
}
.sp-check__result__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.sp-check__result__badge { background: var(--green); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .5px; padding: 4px 10px; border-radius: 999px; }
.sp-check__result__title { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.sp-check__result__row { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid rgba(15,23,42,.08); font-size: 13.5px; }
.sp-check__result__row:first-of-type { border-top: 0; }
.sp-check__result__row span { color: #64748b; }
.sp-check__result__row b { color: var(--text-dark); font-weight: 600; }

/* ============ SUBSCRIPTIONS ============ */
.sp-subs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1080px; margin: 0 auto; }
.sp-sub {
  background: #fff; border: 1px solid var(--line-light); border-radius: 18px;
  padding: 32px 28px; box-shadow: var(--shadow-light); position: relative;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.sp-sub:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(15,23,42,.12); }
.sp-sub--featured { border-color: var(--pc); border-width: 2px; box-shadow: 0 24px 56px rgba(14,165,233,.18); }
.sp-sub--featured::before {
  content: "Najpopularnije"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--pc); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px;
  padding: 5px 14px; border-radius: 999px; text-transform: uppercase;
}
.sp-sub__name { font-size: 13px; font-weight: 700; color: var(--pc); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.sp-sub__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.sp-sub__price strong { font-size: 42px; font-weight: 800; color: var(--text-dark); line-height: 1; letter-spacing: -1.5px; }
.sp-sub__price span { font-size: 14px; color: #64748b; }
.sp-sub__desc { font-size: 14px; color: #64748b; margin: 0 0 24px; }
.sp-sub ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.sp-sub li { font-size: 14px; color: var(--text-dark); display: flex; gap: 10px; align-items: flex-start; }
.sp-sub li i { color: var(--pc); font-size: 17px; flex-shrink: 0; margin-top: 1px; }
.sp-sub li.muted { color: #94a3b8; text-decoration: line-through; }
.sp-sub li.muted i { color: #cbd5e1; }

/* ============ EXTRAS (EV + multi-country) ============ */
.sp-extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 1080px; margin: 0 auto; }
.sp-extra {
  background: linear-gradient(135deg, var(--ink-soft), var(--bg-soft));
  border: 1px solid var(--line); border-radius: 18px; padding: 36px; color: #fff;
  display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: center;
}
.sp-extra__icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, var(--pc), var(--pc-deep)); display: grid; place-items: center; font-size: 28px; color: #fff; }
.sp-extra h3 { font-size: 20px; margin: 0 0 6px; color: #fff; }
.sp-extra p { font-size: 14px; color: rgba(255,255,255,.65); margin: 0; }

/* ============ FAQ ============ */
.sp-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.sp-faq__item { background: #fff; border: 1px solid var(--line-light); border-radius: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.sp-faq__item.pp-faq__item--open { border-color: var(--pc); box-shadow: 0 16px 36px rgba(14,165,233,.16); }
.sp-faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 24px; font-size: 16px; font-weight: 600; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.sp-faq__q::after { content: "+"; font-size: 22px; color: var(--pc); flex-shrink: 0; transition: transform .25s; }
.pp-faq__item--open .sp-faq__q::after { transform: rotate(45deg); }
.sp-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.pp-faq__item--open .sp-faq__a { max-height: 600px; }
.sp-faq__a p { margin: 0; padding: 0 24px 24px; color: #64748b; font-size: 14.5px; }

/* ============ FOOTER (reuse pp-footer) ============ */
.pp-footer { background: var(--ink-deep); color: #fff; padding: 80px 0 36px; }
.pp-container { width: min(1780px, 90%); margin-inline: auto; }
.pp-footer__cta { text-align: center; max-width: 620px; margin: 0 auto 56px; }
.pp-footer__cta h2 { font-size: clamp(26px, 3vw, 38px); margin: 0 0 12px; font-weight: 800; }
.pp-footer__cta h2 span { color: var(--pc-bright); }
.pp-footer__cta p { color: rgba(255,255,255,.6); margin: 0; font-size: 17px; }
.pp-footer__contacts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 760px; margin: 0 auto 56px; }
.pp-contact { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 28px; }
.pp-contact h3 { margin: 0 0 4px; font-size: 19px; }
.pp-contact__role { display: block; color: var(--pc-bright); font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.pp-contact a { display: block; color: rgba(255,255,255,.8); text-decoration: none; font-size: 15px; margin-bottom: 6px; transition: color .2s; }
.pp-contact a:hover { color: #fff; }
.pp-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: 14px; color: rgba(255,255,255,.5); flex-wrap: wrap; }
.pp-footer__home { color: rgba(255,255,255,.8); text-decoration: none; font-weight: 600; }
.pp-footer__home:hover { color: #fff; }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
  .sp-flow { grid-template-columns: repeat(3, 1fr); }
  .sp-flow__step:not(:last-child)::after { display: none; }
}
@media (max-width: 980px) {
  .sp-hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .sp-hero__visual { max-width: 380px; margin-inline: auto; }
  .sp-zone-card--a, .sp-zone-card--b, .sp-zone-card--c { display: none; }
  .sp-roles, .sp-subs { grid-template-columns: 1fr; }
  .sp-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .sp-check { grid-template-columns: 1fr; gap: 40px; }
  .sp-dash__body { grid-template-columns: 1fr; }
  .sp-extras { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pp-nav {
    position: fixed; inset: 76px 0 auto 0; background: var(--bg); flex-direction: column;
    align-items: stretch; gap: 0; padding: 12px 6%; border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .3s ease; z-index: 99;
  }
  .pp-nav--open { transform: translateY(0); }
  .pp-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: #fff; }
  .pp-nav a:last-child { border-bottom: 0; }
  .pp-burger { display: flex; }
  .sp-hero { padding: 130px 0 70px; }
  .sp-light { padding: 70px 0; }
  .sp-flow { grid-template-columns: 1fr; }
  .sp-stats__grid { grid-template-columns: 1fr; }
  .sp-zone-card--a, .sp-zone-card--b, .sp-zone-card--c { display: none; }
  .pp-footer__contacts { grid-template-columns: 1fr; }
  .sp-extra { grid-template-columns: 1fr; text-align: center; }
  .sp-extra__icon { margin-inline: auto; }
}

/* ---------- Scroll reveal (shared JS u footer-product.php) ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); }
.rv.rv-in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; }
.rv-d3 { transition-delay: .24s; } .rv-d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* Naslovi: Space Grotesk (tekst ostaje Inter) */
body.product-smart h1, body.product-smart h2, body.product-smart h3, body.product-smart h4,
body.product-smart .sp-stat strong, body.product-smart .sp-card__value,
body.product-smart .sp-phone__timer strong, body.product-smart .sp-sub__price strong {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

/* ==========================================================================
   FAQ (tabbed po kategorijama) — Smart, svijetla sekcija + cyan akcent
   ========================================================================== */
.sp-faq-sec .sp-head { margin-bottom: 36px; }
.sp-faq-sec .sp-head p { color: #64748b; }

.pp-faq-tabs {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  max-width: 760px; margin: 0 auto 32px;
}
.pp-faq-tab {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1.5px solid var(--line-light); border-radius: 14px;
  padding: 13px 20px; cursor: pointer; font-family: inherit;
  font-size: 15px; font-weight: 600; color: #64748b;
  transition: border-color .2s, color .2s, background .2s, box-shadow .2s;
}
.pp-faq-tab i { font-size: 19px; color: #94a3b8; transition: color .2s; }
.pp-faq-tab em {
  font-style: normal; font-size: 12px; font-weight: 700;
  background: var(--bg-light); color: #64748b; border-radius: 999px;
  min-width: 22px; height: 22px; display: grid; place-items: center; transition: background .2s, color .2s;
}
.pp-faq-tab:hover { border-color: #bae6fd; color: var(--text-dark); }
.pp-faq-tab.is-active {
  border-color: var(--pc); background: var(--pc); color: #fff;
  box-shadow: 0 12px 28px rgba(14,165,233,.3);
}
.pp-faq-tab.is-active i, .pp-faq-tab.is-active em { color: #fff; }
.pp-faq-tab.is-active em { background: rgba(255,255,255,.25); }

.pp-faq-panel { display: none; }
.pp-faq-panel.is-active { display: block; animation: ppFaqIn .4s cubic-bezier(.22,1,.36,1) both; }
@keyframes ppFaqIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.pp-faq { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.pp-faq__item {
  position: relative; background: #fff; border: 1px solid var(--line-light); border-radius: 14px;
  overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.pp-faq__item--open { border-color: var(--pc); box-shadow: 0 16px 36px rgba(14,165,233,.14); }
.pp-faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 24px; font-family: inherit;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.pp-faq__qtxt { font-size: 16px; font-weight: 600; color: var(--text-dark); }
.pp-faq__ic {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px;
  background: rgba(14,165,233,.1); color: var(--pc);
  display: grid; place-items: center; font-size: 16px; transition: background .25s, transform .3s;
}
.pp-faq__item--open .pp-faq__ic { background: var(--pc); color: #fff; transform: rotate(135deg); }
.pp-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.pp-faq__item--open .pp-faq__a { max-height: 400px; }
.pp-faq__a p { margin: 0; padding: 0 24px 24px; color: #64748b; font-size: 14.5px; line-height: 1.65; }

.pp-faq-foot {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 40px; font-size: 15px; color: #64748b; flex-wrap: wrap;
}
.pp-faq-foot__link {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--pc); font-weight: 700; text-decoration: none;
  border-bottom: 1.5px solid transparent; padding-bottom: 2px; transition: border-color .2s;
}
.pp-faq-foot__link:hover { border-bottom-color: var(--pc); }

@media (max-width: 560px) {
  .pp-faq-tabs { flex-direction: column; }
  .pp-faq-tab { justify-content: flex-start; }
  .pp-faq__qtxt { font-size: 15px; }
}
