/* LeafPOS spletna stran v4 — skupni slog (Toast-navdihnjen, topel/svetel) */

:root {
  --green: #0E7C4A;
  --green-dark: #0A5F39;
  --green-light: #EAF6EE;
  --cream: #FDF8F0;
  --cream-alt: #F7EFE0;
  --orange: #FF5B28;
  --orange-dark: #E24812;
  --ink: #1B1B18;
  --ink-soft: #4A4A44;
  --ink-faint: #7A7A72;
  --line: #E7E0D2;
  --dark-bg: #16241C;
  --dark-card: #1D3327;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px -20px rgba(27, 27, 24, 0.25);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Figtree', 'Inter', sans-serif;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--ink);
}

h1 { font-size: clamp(2.4rem, 5vw, 3.9rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 16px; color: var(--ink-soft); }
a { color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--green-light);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  padding: 16px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 30px -10px rgba(255, 91, 40, 0.55); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-ghost { background: #fff; color: var(--ink); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: var(--green); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-on-dark { background: #fff; color: var(--ink); }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 248, 240, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--ink);
}
.nav-logo span { color: var(--green); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.nav-links a:hover { color: var(--green); }
.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.nav-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green-dark);
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}
.nav-cta { white-space: nowrap; }
.nav-toggle { display: none; }

.lang-switch {
  display: flex;
  gap: 2px;
  background: var(--cream-alt);
  border-radius: 999px;
  padding: 3px;
  flex-shrink: 0;
}
.lang-btn {
  border: none;
  background: transparent;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 6px 13px;
  border-radius: 999px;
  cursor: pointer;
  color: var(--ink-faint);
  transition: background 0.15s ease, color 0.15s ease;
}
.lang-btn:hover { color: var(--ink); }
.lang-btn.active { background: var(--ink); color: #fff; }

/* Scenario switch (hero top) */
.scenario-switch {
  max-width: var(--container);
  margin: 0 auto 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px;
  width: fit-content;
}
.scenario-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink-faint);
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.scenario-tab .emoji { font-size: 1.05rem; }
.scenario-tab:hover { color: var(--ink); }
.scenario-tab.active { background: var(--green); color: #fff; }
.scenario-tab .soon-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.scenario-tab.active .soon-dot { background: #fff; }

/* Hero */
.hero {
  position: relative;
  padding: 72px 24px 0;
  overflow: hidden;
}
.hero-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hero-copy .eyebrow { }
.hero-copy p.lead {
  font-size: 1.15rem;
  max-width: 46ch;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 1600 / 1050;
}
.hero-media img.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media.is-seamless {
  background: transparent;
  box-shadow: none;
}
.hero-media.is-seamless img.hero-photo {
  filter: drop-shadow(0 16px 14px rgba(27, 27, 24, 0.14));
}
.hero-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 40px;
  background: var(--cream-alt);
  border: 2px dashed var(--line);
  border-radius: var(--radius-lg);
}
.hero-placeholder .icon { font-size: 2.4rem; }
.hero-placeholder p { color: var(--ink-faint); font-weight: 600; margin: 0; max-width: 30ch; }
.hero-media.is-placeholder .hero-placeholder { display: flex; }
.hero-media.is-placeholder .hero-photo { display: none; }

/* Trust bar */
.trust-bar {
  background: var(--ink);
  color: #fff;
  padding: 22px 0;
  margin-top: 64px;
}
.trust-bar .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #EDEAE0;
}
.trust-item .dot { color: var(--green); font-size: 1.2rem; }

/* Industries grid */
.industries { padding: 88px 0 96px; }
.industries-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.industry-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 4;
}
.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.industry-card:hover img { transform: scale(1.05); }
.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 55%);
}
.industry-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.25;
  z-index: 1;
}
@media (max-width: 960px) {
  .industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Small feature grid ("More features") */
.features { padding: 88px 0 96px; background: var(--cream-alt); }
.features-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 24px;
}
.feature-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-light);
  color: var(--green);
  margin-bottom: 14px;
}
.feature-card .icon svg { width: 22px; height: 22px; }
.feature-card h3 {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  margin: 0 0 8px;
}
.feature-card p { font-size: 0.9rem; line-height: 1.55; color: var(--ink-faint); margin: 0; }
@media (max-width: 960px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .feature-grid { grid-template-columns: 1fr; }
}

/* Placeholder for split-photo when a real photo isn't ready yet */
.split-photo.is-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 40px;
  background: var(--cream-alt);
  border: 2px dashed var(--line);
  box-shadow: none;
}
.split-photo.is-placeholder .icon { font-size: 2.4rem; }
.split-photo.is-placeholder p { color: var(--ink-faint); font-weight: 600; margin: 0; max-width: 30ch; }

/* Feature split sections */
.split {
  padding: 96px 0;
}
.split .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split.reverse .container { direction: rtl; }
.split.reverse .container > * { direction: ltr; }
.split-media {
  position: relative;
}
.split-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 5/4;
}
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
/* Ilustracije (ne fotografije): celotna risba mora biti vidna, zato "contain"
   namesto "cover" — sicer se robovi kompozicije odrežejo. */
.split-photo.is-figure {
  box-shadow: none;
  background: var(--cream-alt);
  border: 1px solid var(--line);
}
.split-photo.is-figure img { object-fit: contain; }
.split-screenshot {
  position: absolute;
  width: 46%;
  border-radius: 12px;
  box-shadow: 0 24px 50px -14px rgba(0, 0, 0, 0.4);
  border: 5px solid #0c0c0c;
}
.split-screenshot.tablet { bottom: -10%; left: -9%; width: 56%; border-radius: 10px; }
.split-screenshot.phone { bottom: -8%; right: -8%; width: 34%; border-radius: 22px; }
.split-screenshot.phone.compact { width: 22%; bottom: -6%; right: -4%; border-radius: 18px; }
.fine-print {
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--ink-faint);
  line-height: 1.5;
}
.split-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.split-list li {
  display: flex;
  gap: 12px;
  font-weight: 600;
  color: var(--ink);
}
.split-list li::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
.split-list--roles .role-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  column-gap: 12px;
  width: 100%;
}
.split-list--roles .role-row strong {
  white-space: nowrap;
}
.split-list--roles .role-desc {
  font-weight: 400;
}
.split-list--roles .role-desc::before {
  content: "— ";
  color: var(--ink-faint);
}
.section-tag { color: var(--ink-faint); font-weight: 600; }

.perms-detail {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.perms-detail summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--green-dark);
}
.perms-detail summary::-webkit-details-marker { display: none; }
.perms-detail summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.perms-detail[open] summary::after { transform: rotate(-135deg); }
.perms-detail ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.perms-detail li {
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--ink-soft);
  padding-left: 16px;
  position: relative;
}
.perms-detail li strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--ink);
}
.perms-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

/* Light green band */
.band-green {
  background: var(--green-light);
  padding: 96px 0;
}

/* Dark band */
.band-dark {
  background: var(--dark-bg);
  color: #EDEAE0;
  padding: 96px 0;
}
.band-dark h2 { color: #fff; }
.band-dark p { color: #C9CBBF; }
.band-dark .split-list li { color: #EDEAE0; }

/* Pricing / device table */
.device-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.device-table th, .device-table td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}
.device-table th {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  color: var(--ink-faint);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  background: var(--cream-alt);
}
.device-table tr:last-child td { border-bottom: none; }
.callout {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: #fff;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-family: 'Figtree', sans-serif;
}
.callout .badge { background: var(--orange); padding: 4px 12px; border-radius: 999px; font-size: 0.85rem; }

/* Cenik: uvodna ponudba in stroški, ki niso v mesečni naročnini.
   .callout je inline-flex, zato ga centrira ovoj, ne pravilo na njem samem. */
.pricing-extras { margin-top: 44px; text-align: center; }
.pricing-extras .fine-print { max-width: 64ch; margin-left: auto; margin-right: auto; }

/* Ogled aplikacije — vodoraven trak posnetkov zaslona */
.tour { padding: 96px 0; background: var(--cream-alt); }
.tour-head { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.tour-head p { color: var(--ink-soft); margin-top: 12px; }
.tour-strip {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 4px 26px;
  -webkit-overflow-scrolling: touch;
}
.tour-item { flex: 0 0 auto; scroll-snap-align: center; margin: 0; max-width: 78vw; }
.tour-shot {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.35);
}
/* Enotna višina, širina se ravna po razmerju posnetka (pokončni/ležeči).
   Atributa width/height na <img> dasta samo razmerje — višino določa to pravilo. */
.tour-shot img { height: 420px; width: auto; display: block; }
.tour .fine-print { text-align: center; }

/* Povečava posnetka */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px;
  background: rgba(12, 12, 10, 0.93);
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 76vh; width: auto; height: auto; border-radius: 10px; }
.lightbox p { color: #fff; max-width: 62ch; text-align: center; font-size: 0.95rem; line-height: 1.5; }
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.26); }


/* Pricing section */
.pricing { padding: 96px 0; }
.pricing-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 48px;
}
.billing-toggle span { font-weight: 700; color: var(--ink-faint); }
.billing-toggle span.active { color: var(--ink); }
.switch {
  position: relative;
  width: 56px;
  height: 30px;
  border-radius: 999px;
  background: var(--green);
  border: none;
  cursor: pointer;
}
.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}
.switch[data-on="true"]::after { transform: translateX(26px); }
.save-badge {
  background: var(--orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  box-shadow: var(--shadow);
  border: 2px solid transparent;
}
.price-card.featured { border-color: var(--green); position: relative; }
.price-card.featured .eyebrow { background: var(--green); color: #fff; }
.price-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.price-card .tagline { color: var(--ink-faint); font-weight: 600; margin-bottom: 24px; }
.price-amount {
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.price-amount .unit { font-size: 1rem; color: var(--ink-faint); font-weight: 700; }
.price-note { color: var(--ink-faint); font-size: 0.9rem; margin-bottom: 24px; }
.price-card .split-list { margin-bottom: 28px; }
.price-card .btn {
  width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  padding: 14px 18px;
  font-size: 0.92rem;
}
.price-soon {
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Install steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.step-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px 26px;
  box-shadow: var(--shadow);
}
.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-dark);
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* FAQ */
.faq { margin-top: 56px; max-width: 780px; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-q .icon { transition: transform 0.2s ease; color: var(--green); font-size: 1.4rem; }
.faq-item[data-open="true"] .faq-q .icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.faq-item[data-open="true"] .faq-a { max-height: 400px; }
.faq-a p { padding-bottom: 22px; margin: 0; }

/* Final CTA */
.final-cta {
  background: var(--orange);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.final-cta h2 { color: #fff; }
.final-cta p { color: #FFE3D6; font-size: 1.1rem; max-width: 560px; margin: 0 auto 32px; }
.final-cta .btn-primary { background: #fff; color: var(--orange-dark); box-shadow: none; }
.final-cta .btn-primary:hover { background: #FFF3EC; }

/* Footer */
.footer {
  background: var(--ink);
  color: #C9CBBF;
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #33362E;
}
.footer-brand .nav-logo { color: #fff; }
.footer-brand p { color: #9A9C90; max-width: 32ch; }
.footer h4 {
  font-family: 'Figtree', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9A9C90;
  margin-bottom: 16px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer a { text-decoration: none; color: #C9CBBF; font-size: 0.95rem; }
.footer a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  font-size: 0.85rem;
  color: #83857A;
}

/* Gostinstvo: okvir za posnetek zaslona.
   Za gostinstvo nimamo fotografij iz lokala, zato se prikaže sam posnetek
   aplikacije v okvirju — brez .split-photo (ta pričakuje fotografijo 5:4). */
.split-shot {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.split-shot img { width: 100%; height: auto; }
.split-shot.is-phone {
  max-width: 290px;
  margin: 0 auto;
  border-radius: 30px;
}
.split-shot.is-dark {
  background: #0D1520;
  border-color: #2A3A31;
  box-shadow: 0 26px 60px -24px rgba(0, 0, 0, 0.75);
}

.band-dark .section-tag { color: #9AA79E; }
.band-dark .eyebrow { background: #233A2C; color: #8FD3A8; }


/* Responsive */
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .hero-grid, .split .container, .footer-grid { grid-template-columns: 1fr; }
  .split.reverse .container { direction: ltr; }
  .hero-media { margin-top: 40px; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 720px) {
  .nav-inner {
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
  }
  .nav-logo {
    flex-shrink: 0;
    font-size: 1.2rem;
  }
  .nav-right { gap: 8px; }
  .nav-switch {
    padding: 6px 10px;
    font-size: 0.78rem;
  }
  .lang-btn { padding: 5px 9px; }
  .container { padding-left: 20px; padding-right: 20px; }
  .hero { padding: 52px 20px 0; }
  .hero h1 { font-size: clamp(2.15rem, 10vw, 2.4rem); }
  .hero-copy p.lead { font-size: 1.05rem; }
  .hero-ctas .btn {
    width: 100%;
    padding: 14px 18px;
    white-space: normal;
    text-align: center;
  }
  .hero-media { margin-top: 28px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card {
    min-width: 0;
    width: 100%;
    padding: 32px 22px;
  }
  .price-card .btn {
    padding: 14px 18px;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
  .price-amount {
    flex-wrap: wrap;
    gap: 4px;
    font-size: clamp(2.25rem, 12vw, 3rem);
  }
  .split-screenshot.tablet { left: 0; }
  .split-screenshot.phone,
  .split-screenshot.phone.compact { right: 0; }
  .device-table { display: block; overflow-x: auto; }
  .tour-shot img { height: 300px; }
  .tour-strip { gap: 18px; }
  body { font-size: 16px; }
}

@media (max-width: 400px) {
  .nav-inner {
    gap: 6px;
    padding: 10px 12px;
  }
  .nav-logo { font-size: 1.1rem; }
  .nav-switch {
    padding: 5px 8px;
    font-size: 0.72rem;
  }
  .lang-btn { padding: 5px 8px; }
  .billing-toggle { gap: 8px; }
  .billing-toggle > [data-period-label="annual"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    white-space: nowrap;
  }
  .save-badge {
    padding: 2px 8px;
    font-size: 0.68rem;
  }
}
