/* ==========================================================================
   LLOGISTIKA — DESIGN TOKENS (v2, moderna/minimalistična redizajn)
   ========================================================================== */

:root {
  --ink: #0A1420;
  --panel: #12202F;
  --blue: #2F5FA8;
  --blue-hover: #24487F;
  --bronze: #C9A15A;
  --bronze-text: #88672C; /* temnejsa bronasta za besedilo na svetlem ozadju (WCAG AA 4.5:1) */
  --bg: #FAF9F6;
  --bg-alt: #F1EFEA;
  --text: #15202B;
  --text-muted: #5C6B78;
  --line: #E3E0D8;
  --line-dark: rgba(255,255,255,.14);
  --success: #2E9E5B;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(10,20,32,.07);
  --shadow-md: 0 14px 34px rgba(10,20,32,.12);
  --shadow-lg: 0 24px 60px rgba(10,20,32,.18);
  --shadow-bronze: 0 10px 28px rgba(201,161,90,.35);
  --ease: cubic-bezier(.4,0,.2,1);
  --font-display: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--font-display); margin: 0 0 .5em; line-height: 1.08;
  color: var(--ink); font-weight: 800; letter-spacing: -.02em;
}
p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1220px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700;
  color: var(--bronze-text); display: inline-block; margin-bottom: 14px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 15px 28px; border-radius: var(--radius); font-weight: 700; font-size: .84rem;
  text-transform: uppercase; letter-spacing: .07em;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s ease, border-color .2s ease, color .2s ease;
  font-family: var(--font-body); white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--blue-hover); box-shadow: 0 12px 26px rgba(47,95,168,.32); }
.btn-amber { background: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.btn-amber:hover { background: var(--blue); box-shadow: 0 12px 26px rgba(47,95,168,.32); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.btn-block { width: 100%; }
.btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.btn-ghost { background: none; border: none; color: var(--blue); font-weight: 700; cursor: pointer; padding: 8px 4px; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; transition: color .2s ease; }
.btn-ghost:hover { color: var(--blue-hover); }

/* ---- Header ---- */
.topbar { background: var(--ink); color: #fff; font-size: .78rem; border-bottom: 1px solid var(--line-dark); }
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding: 7px 32px; flex-wrap: wrap; gap: 8px; }
.topbar-contact { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-contact a { text-decoration: none; display: inline-flex; align-items: center; gap: 6px; color: #9FB0BF; letter-spacing: .02em; }
.topbar-social { display: flex; gap: 8px; }
.topbar-social a {
  width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-size: .78rem;
  transition: border-color .2s ease, transform .25s var(--ease);
}
.topbar-social a:hover { border-color: var(--bronze); transform: translateY(-2px); }

.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 60;
  background: transparent;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  border-bottom: 1px solid transparent;
  transform: translateY(0);
}
.site-header.scrolled { position: fixed; background: rgba(10,20,32,.82); backdrop-filter: blur(16px) saturate(1.4); border-color: var(--line-dark); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.site-header.hide-nav { transform: translateY(-100%); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 13px 32px; transition: padding .2s ease; }
.site-header.scrolled .container { padding: 11px 32px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { color: #fff; }
.logo-text { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.logo-sub { display: block; font-size: .52rem; letter-spacing: .24em; color: #8FA3B5; font-weight: 700; margin-top: 1px; }

.main-nav { display: flex; align-items: center; gap: 0; }
.main-nav a {
  color: rgba(255,255,255,.82); text-decoration: none; font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
  padding: 10px 11px; transition: color .15s ease; position: relative;
}
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a.nav-cta {
  background: var(--blue); color: #fff; margin-left: 8px; border-radius: var(--radius); padding: 11px 16px;
}
.main-nav a.nav-cta:hover { background: var(--blue-hover); }
.main-nav a.nav-cta-phone { background: var(--bronze); color: var(--ink); margin-left: 6px; padding: 11px 16px; }
.main-nav a.nav-cta-phone:hover { background: #dab671; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

@media (max-width: 1360px) {
  .main-nav { position: fixed; top: 0; right: -320px; height: 100vh; width: 300px; background: var(--ink);
    flex-direction: column; align-items: stretch; padding: 90px 24px 24px; transition: right .25s ease; box-shadow: -10px 0 30px rgba(0,0,0,.3); }
  .main-nav.open { right: 0; }
  .main-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line-dark); white-space: normal; }
  .main-nav a.nav-cta { margin: 14px 0 0; text-align: center; border-bottom: none; }
  .nav-toggle { display: block; }
}

/* ---- Hero ---- */
.hero {
  position: relative; color: #fff; overflow: visible;
  background-color: var(--ink); background-size: cover; background-position: center;
  min-height: 92vh; display: flex; align-items: flex-end;
}
/* samo neposredni otrok: sicer to pravilo zajame tudi .container znotraj .site-header,
   ki je vgnezdena v .hero, in meni potisne navzdol na visino hero besedila */
.hero > .container { padding-top: 135px; padding-bottom: 90px; position: relative; z-index: 2; width: 100%; }
.hero-eyebrow {
  color: var(--bronze); font-weight: 700; letter-spacing: .24em; text-transform: uppercase; font-size: .74rem;
  margin-bottom: 22px; display: block;
}
.hero h1 {
  color: #fff; font-size: clamp(2.6rem, 5.6vw, 4.6rem); max-width: 900px; margin-top: 0;
  font-weight: 800; letter-spacing: -.03em; line-height: 1.02;
}
.hero-lead { font-size: 1.1rem; color: rgba(255,255,255,.72); max-width: 480px; font-weight: 400; margin-top: 18px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 34px; }
.hero-phone-cta { display: flex; flex-direction: column; gap: 7px; }
.btn-phone-hero {
  background: var(--bronze); color: var(--ink); border-color: var(--bronze); font-weight: 800;
  box-shadow: 0 6px 20px rgba(201,161,90,.35);
}
.btn-phone-hero:hover { background: #dab671; border-color: #dab671; }
.hero-phone-caption { font-size: .78rem; color: rgba(255,255,255,.8); font-weight: 600; }

.hero-price-teaser {
  margin-top: 44px; max-width: 420px; border-top: 1px solid var(--line-dark); padding-top: 20px;
  font-size: .88rem; color: rgba(255,255,255,.62); font-weight: 400;
}
.hero-price-teaser strong { color: var(--bronze); font-weight: 700; }

.hero-scroll-dots {
  position: absolute; right: 40px; top: 50%; transform: translateY(-50%); z-index: 3;
  display: flex; flex-direction: column; gap: 14px;
}
.hero-scroll-dots span { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.28); display: block; }
.hero-scroll-dots span.on { background: var(--bronze); width: 7px; height: 7px; }
@media (max-width: 900px) { .hero-scroll-dots { display: none; } .hero { min-height: 78vh; } }

/* ---- Testimonials ---- */
.testimonials { background: var(--bg); padding: 100px 0; border-top: 1px solid var(--line); }
.section-title { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 46px; letter-spacing: -.02em; }
/* ---- Foto ekipe (pod naslovom mnenj) ---- */
.team-photo { margin: 44px 0 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.team-photo img {
  /* sirok pas: razmerje 2:1 z zasidranjem na vrh pokaze zgornjih ~60 % fotografije,
     torej od logotipa na majici navzgor (obraza in roke) */
  width: 100%; max-width: 900px; aspect-ratio: 2 / 1; object-fit: cover; object-position: center top;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.team-photo figcaption { font-size: .9rem; color: var(--text-muted); text-align: center; max-width: 620px; }
@media (max-width: 600px) { .team-photo img { aspect-ratio: 3 / 2; } }

/* ---- Ocene brez besedila (samo zvezdice + ime) ---- */
.testi-ratings {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 22px;
  margin-top: 30px; text-align: center;
}
.testi-ratings-label { font-size: .88rem; color: var(--text-muted); }
.testi-rating-item { display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; }
.testi-rating-item .stars { margin: 0; font-size: .8rem; letter-spacing: 1px; }

.testi-source { text-align: center; margin: 18px 0 0; font-size: .84rem; color: var(--text-muted); }
.testi-source a { color: var(--blue); font-weight: 600; }

/* ---- Poziv k oddaji ocene ---- */
.review-cta {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  flex-wrap: wrap; margin-top: 34px; text-align: center;
}
.review-cta-text { margin: 0; color: var(--text-muted); font-size: .95rem; font-weight: 500; }

/* ovije se in ostane centrirano tudi pri majhnem stevilu mnenj */
.testi-track { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 24px; padding: 6px 6px 4px; }
.testi-card {
  flex: 0 1 380px; background: var(--bg);
  padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.stars { color: var(--bronze); letter-spacing: 2px; margin-bottom: 14px; font-size: .9rem; }
.testi-card p { color: var(--text); font-size: 1rem; }
.testi-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .78rem; }
.testi-author strong { font-size: .86rem; font-weight: 600; }

/* ---- Services intro ---- */
.services { padding: 110px 0; }
.services > .container > .eyebrow { display: block; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.service-card {
  background: var(--bg); overflow: hidden; display: flex; flex-direction: column;
  border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-card img { height: 220px; object-fit: cover; filter: saturate(.92); }
.service-card-body { padding: 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.service-card-body h3 { font-size: 1.12rem; }
.service-card-body p { color: var(--text); font-weight: 500; font-size: .95rem; flex: 1; line-height: 1.65; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr; } }

/* ---- Detail sections ---- */
.detail-section { padding: 110px 0; }
.detail-section.alt { background: var(--bg-alt); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.detail-grid.reverse .detail-media { order: 2; }
.detail-media { position: relative; }
.detail-media img.main { border-radius: var(--radius); width: 100%; height: 420px; object-fit: cover; box-shadow: var(--shadow-md); }
.detail-media img.floating {
  position: absolute; bottom: -32px; right: -32px; width: 52%; height: 220px; object-fit: cover;
  border-radius: var(--radius); border: 6px solid var(--bg); box-shadow: var(--shadow-lg);
}
.detail-section.alt .detail-media img.floating { border-color: var(--bg-alt); }
.checklist { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: .96rem; }
.checklist li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 9px; }
.detail-actions { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .detail-grid, .detail-grid.reverse { grid-template-columns: 1fr; gap: 40px; }
  .detail-grid.reverse .detail-media { order: 0; }
  .detail-media img.floating { position: static; width: 100%; margin-top: 16px; border-width: 0; }
}

.detail-section.dark { background: var(--ink); color: #fff; }
.detail-section.dark h2, .detail-section.dark .eyebrow { color: #fff; }
.detail-section.dark .eyebrow { color: var(--bronze); }
.detail-section.dark .checklist li { color: rgba(255,255,255,.85); }
.detail-section.dark .checklist li::before { background: var(--bronze); }
.detail-section.dark p { color: rgba(255,255,255,.65); }

/* ---- Before / After (interaktivni drsnik za primerjavo) ---- */
.before-after { margin-top: 70px; padding-top: 60px; border-top: 1px solid var(--line); }
.before-after-heading { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); font-weight: 700; margin-bottom: 22px; text-align: center; }
.ba-slider {
  position: relative; max-width: 560px; margin: 0 auto; aspect-ratio: 4 / 3; overflow: hidden;
  border-radius: var(--radius); cursor: ew-resize; user-select: none; -webkit-user-select: none; touch-action: pan-y;
  box-shadow: var(--shadow-md, 0 8px 30px rgba(11,30,51,.14));
}
.ba-img-before, .ba-img-after { position: absolute; inset: 0; }
.ba-img-before img, .ba-img-after img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-img-after { clip-path: inset(0 0 0 50%); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(255,255,255,.85); transform: translateX(-50%); pointer-events: none; }
.ba-handle::after {
  content: "⇔"; position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; background: #fff; color: var(--ink);
  border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 2px 12px rgba(0,0,0,.35);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700;
}
.ba-tag {
  position: absolute; top: 14px; z-index: 2; background: var(--ink); color: #fff; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .12em; font-weight: 700; padding: 6px 12px; border-radius: var(--radius);
}
.ba-tag-before { left: 14px; }
.ba-tag-after { right: 14px; background: var(--blue); }
@media (max-width: 600px) { .ba-slider { max-width: 100%; } }

/* ---- Fleet ---- */
.fleet { padding: 110px 0; background: var(--bg-alt); }
.fleet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.fleet-card {
  background: var(--bg); overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.fleet-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.fleet-card img { height: 260px; object-fit: cover; width: 100%; filter: saturate(.9); }
.fleet-card-body { padding: 30px; }
.fleet-specs { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 9px; font-size: .9rem; color: var(--text-muted); }
.fleet-specs li { padding-left: 16px; position: relative; }
.fleet-specs li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); position: absolute; left: 0; top: 8px; }
@media (max-width: 780px) { .fleet-grid { grid-template-columns: 1fr; } }

/* ---- FAQ ---- */
.faq { padding: 110px 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.faq-item {
  background: var(--bg); padding: 28px 30px; border-radius: var(--radius-lg); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.faq-item:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.faq-item h3 { font-size: 1rem; margin-bottom: 10px; letter-spacing: -.01em; }
.faq-item p { color: var(--text-muted); font-size: .92rem; line-height: 1.65; margin: 0; }
.faq-item a { color: var(--blue); font-weight: 600; }
@media (max-width: 780px) { .faq-grid { grid-template-columns: 1fr; } }

/* ---- Contact ---- */
.contact { padding: 110px 0; }

.contact-intro { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.contact .contact-intro .section-title { margin-bottom: 14px; }
.contact-lead { color: var(--text-muted); font-size: 1.05rem; line-height: 1.65; margin: 0; }

.contact-cta-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; margin-bottom: 48px; }
@media (max-width: 780px) { .contact-cta-row { grid-template-columns: 1fr; } }

.contact-cta-phone {
  display: flex; align-items: center; gap: 18px; background: var(--ink); color: #fff;
  padding: 26px 30px; border-radius: var(--radius-lg); text-decoration: none; box-shadow: var(--shadow-md);
  transition: background .2s ease, transform .25s var(--ease), box-shadow .25s var(--ease);
}
.contact-cta-phone:hover { background: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.contact-cta-phone .cta-icon { font-size: 2.2rem; flex-shrink: 0; }
.contact-cta-phone .cta-text { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.contact-cta-phone .cta-text strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; letter-spacing: -.01em; }
.contact-cta-phone .cta-text span { font-size: .86rem; color: rgba(255,255,255,.7); }
.contact-cta-phone .cta-arrow { font-size: 1.4rem; opacity: .6; flex-shrink: 0; }

.contact-cta-secondary { display: flex; flex-direction: column; gap: 12px; }

.btn-lg { padding: 18px 26px; font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch; }
.contact-card { background: var(--bg); padding: 40px; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-icon { width: 40px; height: 40px; border: 1.5px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .9rem; }
.contact-item strong { display: block; font-size: .84rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); margin-bottom: 2px; }
.contact-item a { color: var(--text); font-weight: 600; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.contact-item a:hover { color: var(--blue); text-decoration-color: var(--blue); }
.form-card { background: var(--bg); padding: 40px; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-card-sub { color: var(--text-muted); font-size: .88rem; margin: -8px 0 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .74rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .07em; color: var(--text-muted); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 14px; border-radius: var(--radius); border: 1.5px solid var(--line);
  font-family: var(--font-body); font-size: .95rem; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,95,168,.12);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-msg { margin-top: 14px; font-size: .87rem; border-radius: var(--radius); padding: 12px 14px; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: #E7F6EC; color: #1B7A3F; }
.form-msg.err { background: #FBEAEA; color: #B3261E; }
.map-frame { overflow: hidden; margin-top: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.map-frame iframe { width: 100%; height: 300px; border: 0; display: block; filter: grayscale(.25); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-partner-row { text-align: center; margin-top: 34px; }
.btn-partner-link {
  display: inline-flex; align-items: center; gap: 8px; background: none; border: none;
  color: var(--text-muted); font-size: .84rem; font-weight: 600; cursor: pointer;
  text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; padding: 6px;
}
.btn-partner-link:hover { color: var(--blue); text-decoration-color: var(--blue); }

/* ---- Footer ---- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.6); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--line-dark); }
.footer-grid h4 { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; font-weight: 700; }
.footer-grid a { display: block; text-decoration: none; color: rgba(255,255,255,.55); padding: 6px 0; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 30px; height: 30px; border: 1px solid var(--line-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: border-color .2s ease, transform .25s var(--ease); }
.footer-social a:hover { border-color: var(--bronze); transform: translateY(-2px); }
.footer-bottom { text-align: center; padding: 26px 0; font-size: .78rem; color: rgba(255,255,255,.55); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---- Back to top ---- */
.to-top {
  position: fixed; bottom: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: #fff; border: none; display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; pointer-events: none; box-shadow: var(--shadow-md);
  transition: opacity .2s ease, background .2s ease, transform .25s var(--ease); z-index: 50;
}
.to-top:hover { background: var(--blue); transform: translateY(-3px); }
.to-top.show { opacity: 1; pointer-events: auto; }

/* ==========================================================================
   KALKULATOR CEN
   ========================================================================== */
.calc-section { padding: 110px 0 120px; background: var(--bg-alt); }
.calc-shell { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; margin-top: 40px; scroll-margin-top: 90px; box-shadow: var(--shadow-lg); }
.calc-progress { display: flex; align-items: center; gap: 12px; padding: 22px 30px; border-bottom: 1px solid var(--line); background: var(--bg); flex-wrap: wrap; }
.calc-progress .step-label { font-weight: 700; font-size: .74rem; color: var(--text-muted); white-space: nowrap; text-transform: uppercase; letter-spacing: .06em; }
.progress-bar { flex: 1; height: 2px; background: var(--line); overflow: hidden; min-width: 120px; }
.progress-bar-fill { height: 100%; background: var(--blue); width: 0%; transition: width .3s ease; }

.calc-body { display: grid; grid-template-columns: 1fr 340px; }
.calc-main { padding: 40px; min-height: 420px; }
.calc-summary { background: var(--ink); color: #fff; padding: 34px 30px; display: flex; flex-direction: column; }
.calc-summary h4 { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.calc-summary-sub { color: rgba(255,255,255,.55); font-size: .78rem; margin-bottom: 22px; }
.summary-lines { flex: 1; display: flex; flex-direction: column; gap: 12px; font-size: .84rem; color: rgba(255,255,255,.75); overflow-y: auto; max-height: 320px; padding-right: 4px; }
.summary-line { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line-dark); padding-bottom: 10px; }
.summary-line .lbl { color: rgba(255,255,255,.5); }
.summary-totals { margin-top: 20px; border-top: 1px solid var(--line-dark); padding-top: 18px; font-size: .86rem; }
.summary-totals .row { display: flex; justify-content: space-between; margin-bottom: 8px; color: rgba(255,255,255,.7); }
.summary-totals .grand { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: var(--bronze); display: flex; justify-content: space-between; margin-top: 12px; letter-spacing: -.02em; }
.summary-empty { color: rgba(255,255,255,.55); font-size: .86rem; }

@media (max-width: 900px) {
  .calc-body { grid-template-columns: 1fr; }
  .calc-summary { order: -1; }
  .calc-main { padding-bottom: 140px; }
}

.sticky-price-bar {
  display: none; position: sticky; bottom: 0; left: 0; right: 0; background: var(--ink); color: #fff;
  padding: 14px 20px; align-items: center; justify-content: space-between; z-index: 5; border-top: 2px solid var(--bronze);
}
@media (max-width: 900px) { .sticky-price-bar.active { display: flex; } }
.sticky-price-bar .amt { font-family: var(--font-display); font-weight: 800; color: var(--bronze); font-size: 1.2rem; }

.calc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 780px) { .calc-service-grid { grid-template-columns: 1fr; } }
.calc-service-card {
  border: 1.5px solid var(--line); border-radius: var(--radius); padding: 32px 24px; text-align: left; background: var(--bg);
  cursor: pointer; transition: background .2s ease, box-shadow .25s var(--ease), transform .25s var(--ease), border-color .2s ease;
  display: flex; flex-direction: column; gap: 12px;
}
.calc-service-card:hover { background: var(--bg-alt); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.calc-service-card.selected { background: var(--ink); color: #fff; }
.calc-service-card.selected span.desc { color: rgba(255,255,255,.6); }
.calc-service-card .icon { font-size: 1.6rem; }
.calc-service-card strong { font-size: 1rem; }
.calc-service-card span.desc { color: var(--text-muted); font-size: .84rem; line-height: 1.5; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 700px) { .form-row { grid-template-columns: 1fr; } }
.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  border: 1.5px solid var(--line); background: var(--bg); border-radius: 999px; padding: 9px 18px;
  font-size: .82rem; font-weight: 600; cursor: pointer; transition: all .2s var(--ease); user-select: none;
}
.chip:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.chip.selected { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.chip.heavy.selected { background: #A5342A; border-color: #A5342A; }

.step-title { font-size: 1.3rem; margin-bottom: 6px; letter-spacing: -.02em; }
.step-sub { color: var(--text-muted); font-size: .88rem; margin-bottom: 26px; }

.stepper-count { display: flex; align-items: center; gap: 16px; }
.stepper-count button {
  width: 36px; height: 36px; border-radius: var(--radius); border: 1.5px solid var(--line); background: var(--bg);
  font-size: 1.15rem; font-weight: 700; cursor: pointer; color: var(--blue);
}
.stepper-count button:hover { border-color: var(--blue); }
.stepper-count .val { font-weight: 800; font-size: 1.1rem; min-width: 24px; text-align: center; }

.slider-wrap { margin: 12px 0 28px; }
.slider-wrap input[type=range] {
  width: 100%; accent-color: var(--blue); height: 34px; margin: 0; cursor: pointer;
}
.slider-wrap input[type=range]::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; }
.slider-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--blue); border: 3px solid #fff; box-shadow: 0 1px 6px rgba(0,0,0,.3); margin-top: -10px; cursor: grab;
}
.slider-wrap input[type=range]::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.08); }
.slider-wrap input[type=range]::-moz-range-track { height: 6px; border-radius: 3px; }
.slider-wrap input[type=range]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%; background: var(--blue); border: 3px solid #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,.3); cursor: grab;
}
.slider-label { text-align: center; font-weight: 700; color: var(--ink); background: var(--bg-alt); padding: 11px 14px; margin-top: 12px; font-size: .88rem; border: 1px solid var(--line); }

.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 780px) { .checkbox-grid { grid-template-columns: repeat(2, 1fr); } }
.checkbox-item {
  display: flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1.5px solid var(--line);
  border-radius: var(--radius); font-size: .85rem; cursor: pointer; transition: border-color .2s ease, background .2s ease;
}
.checkbox-item input { accent-color: var(--blue); width: 16px; height: 16px; }
.checkbox-item.checked { border-color: var(--bronze); background: #FBF5E8; }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 780px) { .vehicle-grid { grid-template-columns: 1fr; } }
.vehicle-card {
  border: 1.5px solid var(--line); border-radius: var(--radius); padding: 20px; cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .25s var(--ease), transform .25s var(--ease);
}
.vehicle-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.vehicle-card.selected { border-color: var(--blue); background: var(--bg-alt); box-shadow: var(--shadow-sm); }
.vehicle-card ul { padding-left: 18px; margin: 10px 0 0; font-size: .8rem; color: var(--text-muted); }

.calc-nav { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }

.additional-services-list { display: grid; gap: 10px; }
.addsvc-row {
  display: flex; align-items: center; justify-content: space-between; border: 1.5px solid var(--line);
  border-radius: var(--radius); padding: 13px 16px; gap: 12px; transition: border-color .2s ease, background .2s ease;
}
.addsvc-row.active { border-color: var(--blue); background: var(--bg-alt); }
.addsvc-right { display: flex; align-items: center; gap: 10px; }
.addsvc-right input[type=number] { width: 60px; padding: 6px; border: 1.5px solid var(--line); }

.inquiry-callout {
  background: #FBF5E8; border: 1.5px solid var(--bronze); border-radius: var(--radius); padding: 17px 19px; margin-top: 22px; font-size: .88rem; color: #6B4E1E;
}
.inquiry-callout strong { display: block; margin-bottom: 4px; }

.disclaimer-box { background: var(--bg-alt); border-left: 3px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 15px 19px; font-size: .8rem; color: var(--text-muted); margin-top: 20px; }

.result-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* ---- Nov kalkulator: izbira storitve, gumbi v kotu ---- */
.calc-service-grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 780px) { .calc-service-grid-2 { grid-template-columns: 1fr; } }
.calc-step0-header { display: flex; justify-content: flex-end; margin-bottom: 6px; }
.calc-corner-btn {
  background: var(--bg-alt); border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 8px 14px; font-size: .78rem; font-weight: 700; cursor: pointer; color: var(--ink);
}
.calc-corner-btn:hover { border-color: var(--blue); color: var(--blue); }

.calc-partnership-row { display: flex; align-items: center; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.partnership-note { font-size: .8rem; color: var(--success); font-weight: 700; }
.partnership-callout { background: #FBF5E8; border-left: 3px solid var(--bronze); color: #6B4E1E; }

/* ---- Izbira vozila: 2 kartici, cena, pridrži-za-sliko ---- */
.vehicle-grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 780px) { .vehicle-grid-2 { grid-template-columns: 1fr; } }
.crew-label { font-weight: 600; color: var(--text-muted); font-size: .82rem; }
.vehicle-price { font-weight: 700; color: var(--blue); font-size: .86rem; margin: 8px 0; }
.btn-hold-preview {
  margin-top: 12px; width: 100%; background: var(--ink); color: #fff; border: none; border-radius: var(--radius);
  padding: 9px 12px; font-size: .78rem; font-weight: 700; cursor: pointer; touch-action: none; user-select: none;
}
.btn-hold-preview:active { background: var(--blue); }
.btn-fleet-link { margin-top: 14px; padding: 0; }

.vehicle-preview-overlay {
  position: fixed; inset: 0; background: rgba(10,20,32,.72); backdrop-filter: blur(6px); z-index: 50;
  display: flex; align-items: center; justify-content: center; padding: 24px; pointer-events: none;
}
.vehicle-preview-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; max-width: 420px; width: 100%; box-shadow: var(--shadow-lg); }
.vehicle-preview-card img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.vehicle-preview-info { padding: 16px 18px; }
.vehicle-preview-info strong { display: block; margin-bottom: 4px; }
.vehicle-preview-info span { color: var(--text-muted); font-size: .84rem; }

/* ---- Modal "Vozni park" ---- */
.calc-modal-backdrop {
  position: fixed; inset: 0; background: rgba(10,20,32,.55); backdrop-filter: blur(6px); z-index: 60;
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.calc-modal {
  background: var(--bg); border-radius: var(--radius-lg); max-width: 720px; width: 100%;
  max-height: 86vh; overflow-y: auto; padding: 34px; position: relative; box-shadow: var(--shadow-lg);
}
.calc-modal-close {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--line); background: var(--bg); font-size: 1.2rem; line-height: 1; cursor: pointer;
}
.calc-modal-close:hover { border-color: var(--blue); color: var(--blue); }

/* ---- Velik drsnik za obseg selitve (m3) ---- */
.big-slider-wrap input[type=range].big-range { height: 44px; }
.big-range::-webkit-slider-runnable-track { height: 10px; border-radius: 5px; background: var(--line); }
.big-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--bronze); border: 4px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,.35); margin-top: -11px; cursor: grab;
}
.big-range::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.08); }
.big-range::-moz-range-track { height: 10px; border-radius: 5px; background: var(--line); }
.big-range::-moz-range-thumb { width: 32px; height: 32px; border-radius: 50%; background: var(--bronze); border: 4px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,.35); cursor: grab; }
.big-slider-label { font-size: 1rem; }
.m3-badge { display: inline-block; margin-left: 8px; color: var(--bronze); font-weight: 800; }

@media print {
  @page { size: A4; margin: 14mm; }
  .site-header, .topbar, .to-top, .calc-nav, .calc-progress, .sticky-price-bar, .site-footer, .hero, .testimonials, .services, .detail-section, .fleet, .faq, .contact { display: none !important; }
  #print-summary { display: block !important; }
  body { background: #fff; }
}
#print-summary { display: none; padding: 20px; }
