/* =========================================================
   LifeSaver — slog predstavitvenih strani funkcionalnosti
   ========================================================= */

.feature-hero {
    background:
        radial-gradient(800px 420px at 80% -10%, #d1fae5 0%, transparent 60%),
        linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
    padding: 140px 0 64px;
    border-bottom: 1px solid var(--c-line);
}
.feature-breadcrumb { font-size: 14px; color: var(--c-mute); margin-bottom: 22px; }
.feature-breadcrumb a { color: var(--c-primary-600); text-decoration: none; font-weight: 600; }
.feature-breadcrumb a:hover { text-decoration: underline; }

.feature-hero-icon {
    width: 66px; height: 66px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--c-line);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 12px 30px -12px rgba(16,185,129,.35);
}
.feature-hero-icon img { width: 40px; height: 40px; }
.feature-hero h1 { font-size: clamp(30px, 5vw, 50px); font-weight: 800; letter-spacing: -0.02em; max-width: 780px; color: #0f172a; }
.feature-hero .lead { margin-top: 18px; }
.feature-hero .hero-actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

/* Split: besedilo + posnetek */
.feature-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.feature-split.reverse .feature-split-text { order: 2; }
@media (max-width: 900px) {
    .feature-split { grid-template-columns: 1fr; gap: 36px; }
    .feature-split.reverse .feature-split-text { order: 0; }
}
.feature-split-text h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin-bottom: 16px; color: #0f172a; }
.feature-split-text p { font-size: 16px; color: var(--c-ink-soft); line-height: 1.7; }
.feature-shot {
    border-radius: 18px; overflow: hidden;
    box-shadow: 0 40px 80px -24px rgba(15,23,42,.30);
    border: 1px solid var(--c-line);
    background: #0f172a;
}
.feature-shot .bar { display: flex; gap: 7px; padding: 11px 14px; background: #1e293b; }
.feature-shot .bar span { width: 10px; height: 10px; border-radius: 50%; }
.feature-shot .bar span:nth-child(1){ background:#ef4444; }
.feature-shot .bar span:nth-child(2){ background:#f59e0b; }
.feature-shot .bar span:nth-child(3){ background:#22c55e; }
.feature-shot img { width: 100%; display: block; }

/* Kako deluje — koraki */
.feature-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 12px; }
@media (max-width: 800px) { .feature-steps { grid-template-columns: 1fr; } }
.feature-step { background: #fff; border: 1px solid var(--c-line); border-radius: 18px; padding: 28px; transition: transform .2s, box-shadow .2s; }
.feature-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-step .n { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg,#10b981,#059669); color:#fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 8px 18px -6px rgba(16,185,129,.5); }
.feature-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.feature-step p { font-size: 14px; color: var(--c-ink-soft); line-height: 1.6; }

/* Druge funkcionalnosti */
.feature-other { display: flex; flex-wrap: wrap; gap: 12px; }
.feature-other a {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 16px; border-radius: 12px;
    background: #fff; border: 1px solid var(--c-line);
    font-size: 14px; font-weight: 600; color: var(--c-ink-soft); text-decoration: none;
    transition: border-color .15s, color .15s, transform .15s;
}
.feature-other a:hover { border-color: var(--c-primary-100); color: var(--c-primary-600); transform: translateY(-2px); }
.feature-other a img { width: 20px; height: 20px; }

/* ===== STATUS REFERENCE (aktualni-statusi.html) ===== */
.status-wrap { max-width: 900px; margin: 0 auto; }
.status-group { margin-bottom: 52px; }
.status-group:last-child { margin-bottom: 0; }
.status-group > h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: #0f172a; margin: 0 0 6px; }
.status-group .status-intro { color: var(--c-ink-soft); line-height: 1.6; margin: 0 0 24px; max-width: 680px; }
.status-list { display: flex; flex-direction: column; gap: 14px; }
.status-row { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: start;
  background: #fff; border: 1px solid var(--c-line); border-radius: 16px; padding: 18px 22px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.status-badge { display: inline-flex; align-items: center; justify-self: start; font-weight: 700;
  font-size: 13.5px; padding: 6px 14px; border-radius: 999px; white-space: nowrap; line-height: 1.2; }
.status-desc { font-size: 14.5px; line-height: 1.65; color: var(--c-ink-soft); }
.status-desc b { color: #0f172a; font-weight: 700; }
.status-desc .when { display: block; margin-top: 4px; }
.s-blue   { background: #dbeafe; color: #1d4ed8; }
.s-amber  { background: #fef3c7; color: #b45309; }
.s-indigo { background: #e0e7ff; color: #4338ca; }
.s-green  { background: #d1fae5; color: #047857; }
.s-slate  { background: #f1f5f9; color: #475569; }
.s-red    { background: #fee2e2; color: #b91c1c; }
.s-sky    { background: #e0f2fe; color: #0369a1; }
@media (max-width: 640px) {
  .status-row { grid-template-columns: 1fr; gap: 10px; padding: 16px 18px; }
}
