@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/libre-baskerville-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/libre-baskerville-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/libre-baskerville-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/libre-baskerville-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Smart Lawyer — landing stranica ===== */

:root {
  --gold: #E3B94E;
  --gold-dark: #C99F35;
  --gold-soft: rgba(227, 185, 78, 0.14);
  --ink: #14130F;
  --ink-soft: #23221C;
  --text: #1A1A1A;
  --text-secondary: #55534C;
  --bg: #F8F7F4;
  --surface: #FFFFFF;
  --border: #E6E3DC;
  --radius: 12px;
  --shadow: 0 12px 36px rgba(20, 19, 15, 0.09);
  --shadow-sm: 0 4px 14px rgba(20, 19, 15, 0.06);
  --font-serif: "Libre Baskerville", Georgia, serif;
  --font-sans: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow { max-width: 800px; }

h1, h2, h3 { font-family: var(--font-serif); line-height: 1.22; }

h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 18px; max-width: 760px; }
h3 { font-size: 1.08rem; margin-bottom: 10px; }

.section > .container > h2 { margin-bottom: 48px; }

/* ===== Dugmad ===== */
.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
  border: none;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-lg { padding: 16px 34px; font-size: 1.05rem; }

.btn-gold {
  background: linear-gradient(180deg, #EDC55E 0%, var(--gold) 60%, var(--gold-dark) 100%);
  color: var(--ink);
  box-shadow: 0 6px 20px rgba(227, 185, 78, 0.35);
}
.btn-gold:hover { box-shadow: 0 10px 26px rgba(227, 185, 78, 0.5); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: #fff; }

/* ===== Navigacija ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20, 19, 15, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav.scrolled,
.nav.menu-open {
  background: rgba(20, 19, 15, 0.97);
  border-bottom-color: rgba(227, 185, 78, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 70px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex: 0 0 auto;
  margin-right: auto;
}

.nav-logo { height: 44px; width: auto; }

.nav-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
}
.nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.nav-links a.active {
  color: var(--gold);
  background: rgba(227, 185, 78, 0.12);
  box-shadow: inset 0 0 0 1px rgba(227, 185, 78, 0.18);
}

.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 8px;
  align-items: center;
  transition: background 0.15s ease;
}
.nav-burger:hover { background: rgba(255, 255, 255, 0.08); }
.nav-burger span {
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}

.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(227, 185, 78, 0.16), transparent 60%),
    linear-gradient(165deg, var(--ink) 0%, var(--ink-soft) 60%, #2E2A1D 100%);
  color: #fff;
  padding: 78px 0 56px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 15% 110%, rgba(227, 185, 78, 0.08), transparent 65%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 44px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.74rem;
  margin-bottom: 22px;
  border: 1px solid rgba(227, 185, 78, 0.35);
  background: rgba(227, 185, 78, 0.07);
  padding: 7px 14px 7px 9px;
  border-radius: 999px;
}

.hero-eyebrow img { height: 22px; width: auto; }

.hero-sub {
  margin-top: 20px;
  font-size: 1.14rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 18px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

/* --- Mockup aplikacije --- */
.hero-visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 510px;
}

.mock {
  background: #1D1C17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(227, 185, 78, 0.08);
  overflow: hidden;
  transform: rotate(0.6deg);
  transform-origin: center;
}

.mock-titlebar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.mock-app {
  margin-left: 10px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

.mock-body { padding: 20px; display: grid; gap: 10px; }

.mock-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: #fff;
  padding-bottom: 6px;
}

.mock-badge {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
  background: var(--gold);
  padding: 3px 10px;
  border-radius: 999px;
}

.mock-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px 14px;
}

.mock-row-active {
  border-color: rgba(227, 185, 78, 0.45);
  background: rgba(227, 185, 78, 0.08);
}

.mock-time {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--gold);
  flex-shrink: 0;
}

.mock-case { flex: 1; min-width: 0; }

.mock-case strong {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-case em {
  display: block;
  font-style: normal;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-tag {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 4px 10px;
}

.mock-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #F0D48A;
  background: rgba(227, 185, 78, 0.1);
  border: 1px dashed rgba(227, 185, 78, 0.4);
  border-radius: 10px;
  padding: 10px 14px;
}

.mock-alert-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Statistike --- */
.hero-stats {
  position: relative;
  list-style: none;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 26px;
}

.hero-stats strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--gold);
}

.hero-stats span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ===== Sekcije ===== */
.section {
  padding: 96px 0;
  scroll-margin-top: 86px;
}

.section-alt { background: var(--surface); }

.section-eyebrow {
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 14px;
}

.section-dark {
  background:
    radial-gradient(900px 400px at 50% -20%, rgba(227, 185, 78, 0.1), transparent 60%),
    var(--ink);
  color: #fff;
}
.section-dark .section-eyebrow { color: var(--gold); }

/* ===== Grid i kartice ===== */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(227, 185, 78, 0.5);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--gold-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card p { color: var(--text-secondary); font-size: 0.93rem; }

/* ===== Sistem u radu (showcase) ===== */
.showcase-intro {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 640px;
  margin-bottom: 56px;
}

.showcase { display: grid; gap: 72px; }

.showcase-row {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 56px;
  align-items: center;
}

.showcase-row:nth-child(even) { grid-template-columns: 0.75fr 1.25fr; }
.showcase-row:nth-child(even) .shot { order: 2; }

.shot {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shot:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(20, 19, 15, 0.14); }
.shot:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 4vw;
  background: rgba(20, 19, 15, 0.86);
  backdrop-filter: blur(3px);
  cursor: zoom-out;
  animation: lightbox-in 0.18s ease;
}

.lightbox[hidden] { display: none; }

@keyframes lightbox-in { from { opacity: 0; } to { opacity: 1; } }

.lightbox-img {
  max-width: 100%;
  max-height: 92vh;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  cursor: default;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lightbox-close:hover { background: rgba(255, 255, 255, 0.24); }

.shot-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 11px 14px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.shot-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--border);
}

.shot img {
  display: block;
  width: 100%;
  height: auto;
}

.shot picture { display: block; }

.showcase-text h3 {
  font-size: 1.32rem;
  margin-bottom: 12px;
}

.showcase-text p { color: var(--text-secondary); font-size: 0.98rem; }
.showcase-text strong { color: var(--text); }

/* ===== I još mnogo toga ===== */
.showcase-more {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.showcase-more h3 { font-size: 1.5rem; margin-bottom: 10px; }

.showcase-more > p {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
}

.more-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin: 28px auto;
  padding: 0;
}

.more-chips li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
}

.more-chips li::before {
  content: "✔";
  color: var(--gold-dark);
  font-size: 0.8rem;
  margin-right: 8px;
}

.more-note {
  margin-bottom: 24px;
  font-weight: 500;
}

/* ===== Kako funkcioniše ===== */
.kako-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.kako-intro { position: sticky; top: 110px; }

.kako-intro h2 { margin-bottom: 18px; }

.kako-sub {
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-size: 0.98rem;
}

.steps { list-style: none; position: relative; }

.steps::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--border) 100%);
}

.step {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 20px 0;
}

.step-num {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--gold);
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--bg);
}

.step p { color: var(--text-secondary); font-size: 0.94rem; }

/* ===== Tabela poređenja ===== */
.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 660px;
}

.compare th, .compare td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.compare tbody tr:last-child th,
.compare tbody tr:last-child td { border-bottom: none; }

.compare thead th {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.03);
}

.compare td { color: rgba(255, 255, 255, 0.65); }

.compare td:first-child { color: rgba(255, 255, 255, 0.88); font-weight: 500; }

.compare .compare-highlight {
  background: rgba(227, 185, 78, 0.09);
  color: var(--gold);
  font-weight: 600;
}

.compare thead .compare-highlight {
  color: var(--gold);
  border-bottom-color: rgba(227, 185, 78, 0.4);
}

.mark-yes { color: var(--gold); font-weight: 700; }
.mark-no { color: rgba(255, 110, 110, 0.85); font-weight: 700; }
.mark-mid { color: rgba(255, 255, 255, 0.35); }

.compare-source {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.55;
}

.compare-source a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.buyer-checklist {
  margin-top: 42px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid rgba(227, 185, 78, 0.34);
  border-radius: var(--radius);
  background: rgba(227, 185, 78, 0.08);
}

.buyer-checklist > div { max-width: 650px; }
.buyer-checklist .section-eyebrow { margin-bottom: 8px; }

.buyer-checklist h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.25rem;
}

.buyer-checklist p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.buyer-checklist .btn {
  flex: 0 0 auto;
  text-align: center;
}

/* ===== Cenovnik ===== */
.billing-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 0.95rem;
}

.toggle {
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: #D8D4CA;
  border: none;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}

.toggle[aria-checked="true"] { background: var(--gold); }

.toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transition: left 0.2s;
}

.toggle[aria-checked="true"] .toggle-knob { left: 27px; }

.toggle-badge {
  font-style: normal;
  background: var(--gold-soft);
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
}

.pricing { align-items: stretch; }

.price-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 38px 28px;
}

.price-featured {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
  position: relative;
  transform: scale(1.02);
}

.price-featured:hover { transform: scale(1.02) translateY(-5px); }

.price-flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #EDC55E, var(--gold-dark));
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(227, 185, 78, 0.4);
}

.price-target { color: var(--text-secondary); font-size: 0.88rem; margin-bottom: 20px; }

.price { margin-bottom: 24px; }

.price-amount {
  font-family: var(--font-serif);
  font-size: 3.1rem;
  font-weight: 700;
}

.price-unit { color: var(--text-secondary); font-size: 0.9rem; margin-left: 6px; }

.price-list {
  list-style: none;
  margin-bottom: 30px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  display: grid;
  gap: 9px;
}

.price-list li::before { content: "✔  "; color: var(--gold-dark); font-weight: 700; }

.price-card .btn { margin-top: auto; }

.pricing-note {
  margin-top: 30px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ===== Citati ===== */
.quote {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 30px 26px 58px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--ink-soft);
}

.quote::before {
  content: "„";
  position: absolute;
  left: 20px;
  top: 8px;
  font-size: 3rem;
  line-height: 1;
  color: var(--gold);
  font-style: normal;
}

/* ===== Naša priča ===== */
.prica-intro {
  color: var(--text-secondary);
  max-width: 720px;
  margin-bottom: 44px;
  font-size: 1.02rem;
}

.prica-grid {
  align-items: stretch;
  gap: 18px;
}

.person {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px;
  overflow: visible;
}

.person-avatar {
  width: 190px;
  height: auto;
  aspect-ratio: 19 / 26;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid rgba(227, 185, 78, 0.72);
  box-shadow: 0 12px 28px rgba(20, 19, 15, 0.14);
}

.person-avatar-jovica { object-position: center 17%; }
.person-avatar-djordje { object-position: center 20%; }

.person > picture {
  display: block;
  width: 100%;
}

.person > div {
  padding: 0;
}

.person-role {
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.person p:not(.person-role) { color: var(--text-secondary); font-size: 0.93rem; }

.prica-moto {
  margin-top: 40px;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; }

.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq details[open] { border-color: rgba(227, 185, 78, 0.55); }

.faq summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 0.98rem;
  list-style: none;
  position: relative;
  padding-right: 52px;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--gold-dark);
  transition: transform 0.2s;
}

.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.faq details p {
  padding: 0 24px 22px;
  color: var(--text-secondary);
  font-size: 0.94rem;
}

/* ===== Pitanje pre probe ===== */
.question-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
  padding-top: 78px;
  padding-bottom: 86px;
}

.question-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.question-copy h2 {
  margin-bottom: 16px;
}

.question-copy p:not(.section-eyebrow) {
  color: var(--text-secondary);
  max-width: 520px;
  font-size: 0.98rem;
}

.question-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(227, 185, 78, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(360px 180px at 100% 0%, rgba(227, 185, 78, 0.12), transparent 65%),
    var(--ink);
  box-shadow: var(--shadow);
}

.question-form label {
  display: grid;
  gap: 6px;
}

.question-form label span {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
}

.question-form input,
.question-form textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}

.question-form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.55;
}

.question-form input::placeholder,
.question-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.question-form input:focus,
.question-form textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.09);
}

.question-form .btn {
  justify-self: start;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.question-form .btn:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.form-privacy {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.question-form .form-privacy {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
}

.form-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.question-success {
  display: none;
  grid-column: 2;
  color: var(--gold-dark);
  font-weight: 700;
}

.question-success:not([hidden]) { display: block; }

.form-status.is-error {
  color: #ffb4a9;
}

.question-form .btn:disabled,
.cta-form .btn:disabled {
  cursor: progress;
  opacity: 0.72;
}

/* ===== Završni CTA ===== */
.cta-final {
  position: relative;
  background:
    radial-gradient(800px 360px at 50% 120%, rgba(227, 185, 78, 0.18), transparent 65%),
    linear-gradient(165deg, var(--ink) 0%, var(--ink-soft) 80%);
  color: #fff;
  text-align: center;
  padding: 110px 0;
  overflow: hidden;
  scroll-margin-top: 86px;
}

.cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 200px at 50% 0%, rgba(227, 185, 78, 0.07), transparent 70%);
  pointer-events: none;
}

.cta-logo {
  height: 84px;
  width: auto;
  margin: 0 auto 26px;
  filter: drop-shadow(0 8px 24px rgba(227, 185, 78, 0.35));
}

.cta-final h2 { margin: 0 auto 18px; }

.cta-final p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 38px;
  font-size: 1.08rem;
}

.cta-final .form-privacy {
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

.cta-form {
  max-width: 760px;
  margin: 0 auto;
}

.cta-form-fields {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  gap: 14px;
  margin-bottom: 22px;
  text-align: left;
}

.cta-form label { display: grid; gap: 6px; }

.cta-form label span {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.cta-form label span em {
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}

.cta-form input::placeholder { color: rgba(255, 255, 255, 0.35); }

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.cta-form select {
  appearance: none;
  cursor: pointer;
  padding-right: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
}

.select-wrap:hover select {
  border-color: rgba(227, 185, 78, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.08);
}

.select-wrap:focus-within::after {
  border-color: #fff;
  transform: translateY(-45%) rotate(45deg);
}

.cta-form select:invalid { color: rgba(255, 255, 255, 0.35); }
.cta-form select option {
  color: #fff;
  background: var(--ink);
}

.cta-form select option:checked {
  color: var(--ink);
  background: var(--gold);
}

.cta-form input:focus,
.cta-form select:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.09);
}

.cta-success {
  margin-top: 26px;
  font-weight: 600;
  color: var(--gold);
  font-size: 1.05rem;
}

@media (max-width: 680px) {
  .cta-form-fields { grid-template-columns: 1fr; }
}

/* ===== Footer ===== */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.6);
  padding: 60px 0 0;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
}

.footer-col { display: grid; gap: 10px; align-content: start; justify-items: start; }

.footer-col h4 {
  font-family: var(--font-serif);
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--gold); }

.footer-contact {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
  word-break: break-word;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.footer-brand img {
  width: auto;
  height: 40px;
  flex: 0 0 auto;
}

.footer-about p { max-width: 320px; }

.footer-firm {
  margin-top: 10px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-firm strong { color: rgba(255, 255, 255, 0.78); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.38);
}

.footer-consent-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font: inherit;
  cursor: pointer;
}

.footer-consent-link:hover { color: var(--gold); }

/* ===== 404 ===== */
.error-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 15%, rgba(227, 185, 78, 0.16), transparent 34rem),
    var(--ink);
  color: #fff;
}

.error-main {
  width: min(680px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #fff;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.12rem;
}

.error-brand img {
  width: auto;
  height: 42px;
}

.error-code {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 18vw, 8.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.error-main h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.4rem);
}

.error-copy {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.error-page .btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.error-page .btn-outline:hover {
  border-color: #fff;
  color: #fff;
}

.error-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 42px;
}

.error-links a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.error-links a:hover { color: var(--gold); }

/* ===== Informativni dokumenti ===== */
.legal-page {
  min-height: 100vh;
  background: var(--bg);
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 23, 17, 0.96);
  box-shadow: 0 8px 28px rgba(10, 10, 7, 0.12);
  backdrop-filter: blur(12px);
}

.legal-nav {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.legal-back {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 600;
}

.legal-header .nav-title { color: #fff; }

.legal-back:hover { color: var(--gold); }

.legal-main {
  padding: 78px 0 92px;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  max-width: 760px;
  margin-bottom: 10px;
}

.legal-updated {
  margin-bottom: 42px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.legal-content p {
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.legal-content a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content strong { color: var(--text); }

.legal-footer {
  padding: 26px 0;
  background: var(--ink);
}

.legal-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.legal-footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.legal-footer a:hover,
.legal-footer a[aria-current="page"] {
  color: var(--gold);
}

/* ===== Saglasnost za analitiku ===== */
.consent-banner {
  position: fixed;
  z-index: 1100;
  right: 20px;
  bottom: 20px;
  width: min(520px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(227, 185, 78, 0.42);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.consent-banner[hidden] { display: none; }

.consent-banner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.consent-banner p a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.consent-actions .btn {
  padding: 10px 15px;
  font-size: 0.82rem;
}

.consent-decline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}

.consent-decline:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

/* ===== Animacija pri skrolu ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Responsive ===== */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { justify-self: start; max-width: 560px; }
  .kako-inner { grid-template-columns: 1fr; gap: 40px; }
  .kako-intro { position: static; }
}

@media (max-width: 1180px) {
  .nav-inner { gap: 14px; }
  .nav-links a {
    font-size: 0.82rem;
    padding-inline: 8px;
  }
  .nav-cta {
    padding-inline: 14px;
    font-size: 0.84rem;
  }
}

@media (max-width: 880px) {
  .showcase { gap: 48px; }
  .showcase-row,
  .showcase-row:nth-child(even) { grid-template-columns: 1fr; gap: 24px; }
  .showcase-row:nth-child(even) .shot { order: 0; }
  .buyer-checklist { align-items: flex-start; flex-direction: column; }
  .question-inner { grid-template-columns: 1fr; gap: 28px; }
  .question-success { grid-column: auto; }
}

@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 1040px) {
  .nav-links {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--ink);
    flex-direction: column;
    padding: 18px 24px 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .nav.menu-open .nav-links,
  .nav-links.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
  }

  .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

@media (max-width: 680px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }

  .section { padding: 64px 0; }
  .question-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }
  .question-form { padding: 22px; }
  .question-form .btn { width: 100%; text-align: center; }
  .hero { padding: 52px 0 44px; }
  .hero-inner { gap: 30px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-stats {
    margin-top: 38px;
    padding-top: 24px;
  }
  .price-featured { transform: none; }
  .price-featured:hover { transform: translateY(-5px); }
  .mock { transform: none; }
  .mock-tag { display: none; }
  .person {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    overflow: hidden;
  }
  .person-avatar {
    width: 100%;
    height: auto;
    aspect-ratio: 19 / 26;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid rgba(227, 185, 78, 0.72);
    box-shadow: none;
  }
  .person > div { padding: 0 24px 26px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .consent-actions { align-items: stretch; flex-direction: column-reverse; }
  .consent-actions .btn { width: 100%; text-align: center; }
}
