/* Vozi povoljno · Auto centar Dragsi — site styles
   Palette: deep navy night, electric blue accent (from the navy logo),
   LED green reserved for the savings instrument and the call button. */

:root {
  --night: #0d1428;
  --night-deep: #090f1f;
  --panel: #152040;
  --panel-2: #1b2850;
  --line: rgba(140, 170, 255, 0.16);
  --line-strong: rgba(140, 170, 255, 0.32);
  --logo: #20367a;
  --sky: #5b8cff;
  --sky-soft: rgba(91, 140, 255, 0.14);
  --led: #3ddc84;
  --led-dim: #1c3f30;
  --led-red: #ff5a5f;
  --text: #eef2ff;
  --muted: #a9b4d0;
  --ink: #0b1020;
  --viber: #7360f2;
  --wa: #25d366;

  --display: "Barlow Condensed", "Arial Narrow", "Segoe UI", sans-serif;
  --body: "IBM Plex Sans", "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  --wrap: 1120px;
  --r: 14px;
  --r-s: 8px;
  --header-h: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--night);
}
@media (max-width: 899px) { body { padding-bottom: 72px; } }

img { max-width: 100%; display: block; }
a { color: var(--sky); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #86a9ff; }
:focus-visible { outline: 3px solid var(--led); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.skip {
  position: absolute; left: 12px; top: -60px;
  background: var(--led); color: var(--ink); padding: 8px 12px; border-radius: var(--r-s);
  font-weight: 600; z-index: 100;
}
.skip:focus { top: 12px; }

/* ---------- type ---------- */
h1, h2, h3 {
  font-family: var(--display);
  margin: 0 0 0.4em;
  line-height: 1.02;
  letter-spacing: -0.005em;
  color: var(--text);
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.4rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 600; }
h3 { font-size: 1.45rem; font-weight: 600; line-height: 1.15; }
p { margin: 0 0 1em; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 44rem; }
.eyebrow {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky);
  margin: 0 0 1.1em;
}
.section-head { max-width: 46rem; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head p:last-child { margin-bottom: 0; }

/* Unverified numbers / claims: visible only on the test host (body[data-test]) */
body[data-test] .proveri {
  text-decoration: underline dotted #ffcc66;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: help;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 20px;
  border-radius: var(--r-s);
  font-family: var(--body); font-weight: 600; font-size: 1rem;
  text-decoration: none; border: 1px solid transparent;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-call { background: var(--led); color: var(--ink); }
.btn-call:hover { background: #56e796; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--sky); color: var(--text); background: var(--sky-soft); }
.btn-viber { background: transparent; color: var(--text); border-color: var(--line-strong); }
.btn-viber svg { color: #9d8cff; }
.btn-viber:hover { border-color: var(--viber); color: var(--text); background: rgba(115, 96, 242, 0.16); }
.btn-wa { background: transparent; color: var(--text); border-color: var(--line-strong); }
.btn-wa svg { color: var(--wa); }
.btn-wa:hover { border-color: var(--wa); color: var(--text); background: rgba(37, 211, 102, 0.12); }
.btn-sky { background: var(--sky); color: var(--ink); }
.btn-sky:hover { background: #7aa1ff; color: var(--ink); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(13, 20, 40, 0.88);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-row {
  min-height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.logo-plate {
  background: #fff; border-radius: var(--r-s); padding: 5px 10px; display: inline-flex; align-items: center;
}
.logo-plate img { height: 30px; width: auto; }
.brand-word {
  font-family: var(--display); font-weight: 600; font-size: 1.15rem; letter-spacing: 0.01em;
  color: var(--text); line-height: 1;
}
.brand-word small { display: none; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: var(--text); text-decoration: none; font-weight: 500; font-size: 0.95rem; white-space: nowrap;
  padding: 10px 11px; border-radius: var(--r-s);
}
.site-nav a:hover { background: var(--sky-soft); color: var(--text); }
.site-nav a[aria-current="page"] { color: var(--sky); }
.header-call { display: inline-flex; }
.menu-btn {
  display: none; background: transparent; border: 1px solid var(--line-strong); color: var(--text);
  width: 44px; height: 44px; border-radius: var(--r-s); align-items: center; justify-content: center; cursor: pointer;
}
.menu-btn svg { width: 22px; height: 22px; }
@media (max-width: 899px) {
  .menu-btn { display: inline-flex; }
  .header-call { display: none; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--night-deep); border-bottom: 1px solid var(--line); padding: 8px 12px 14px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .site-nav a:last-child { border-bottom: 0; }
  .brand-word { display: none; }
}
@media (max-width: 380px) { .logo-plate img { height: 26px; } }
@media (min-width: 1200px) { .brand-word small { display: block; white-space: nowrap; } }

/* ---------- bands ---------- */
.band { padding: clamp(60px, 9vw, 112px) 0; }
.band--panel { background: var(--panel); }
.band--tight { padding: clamp(40px, 6vw, 72px) 0; }

/* ---------- hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.hero::before {
  /* faint road-marking diagonal, echoes the slant in the logo */
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 55%; height: 140%;
  background: linear-gradient(115deg, transparent 0 48%, rgba(91, 140, 255, 0.07) 48% 50%, transparent 50%);
  pointer-events: none;
}
.hero-grid { display: grid; gap: 40px; align-items: center; position: relative; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 56px; } }
.hero h1 { margin-bottom: 0.15em; }
.tagline {
  font-family: var(--display); font-weight: 700; color: var(--sky);
  font-size: clamp(2.6rem, 6.4vw, 4.4rem); line-height: 1; margin: 0 0 0.5em;
  letter-spacing: -0.005em;
}
.hero .lead { margin-top: 0.6em; }

/* the instrument: styled after the petrol/gas switch in the cabin */
.instrument {
  background: linear-gradient(180deg, #111a33 0%, #0b1226 100%);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  max-width: 480px;
  width: 100%;
  justify-self: end;
}
@media (max-width: 899px) { .instrument { justify-self: stretch; max-width: none; } }
.inst-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.inst-label { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.inst-leds { display: inline-flex; align-items: center; gap: 7px; }
.inst-leds i {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--led-dim); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}
.inst-leds i.on { background: var(--led); box-shadow: 0 0 10px rgba(61, 220, 132, 0.7); }
.inst-leds i.mode { margin-left: 8px; background: #4a1a1c; }
.inst-leds i.mode.petrol { background: var(--led-red); box-shadow: 0 0 10px rgba(255, 90, 95, 0.6); }
.inst-leds i.mode.gas { background: var(--led); box-shadow: 0 0 10px rgba(61, 220, 132, 0.7); }
.inst-readout { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.inst-num {
  font-family: var(--mono); font-weight: 500; font-variant-numeric: tabular-nums;
  font-size: clamp(2.8rem, 8vw, 4rem); line-height: 1; color: var(--led);
  text-shadow: 0 0 24px rgba(61, 220, 132, 0.35);
}
.inst-unit { font-family: var(--mono); font-size: 0.95rem; color: var(--muted); }
.inst-sub { color: var(--muted); margin: 8px 0 18px; font-size: 0.98rem; }
.inst-sub b { color: var(--text); font-weight: 600; }
.inst-km { display: block; }
.inst-km-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.95rem; color: var(--muted); margin-bottom: 6px; }
.inst-km-row output { font-family: var(--mono); color: var(--text); font-variant-numeric: tabular-nums; }
.inst-km input[type="range"] { width: 100%; accent-color: var(--led); height: 32px; margin: 0; cursor: pointer; }
.inst-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px;
  font-family: var(--mono); font-size: 0.86rem; color: var(--muted);
}
.inst-split span { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); border-radius: var(--r-s); padding: 10px 12px; }
.inst-split b { display: block; color: var(--text); font-weight: 500; font-variant-numeric: tabular-nums; font-size: 1rem; margin-top: 2px; }
.inst-split .is-gas b { color: var(--led); }
.inst-link { display: inline-block; margin-top: 14px; font-size: 0.95rem; }
.inst-note { font-size: 0.82rem; color: var(--muted); margin: 10px 0 0; }

/* trust rail */
.rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rail-row {
  display: flex; flex-wrap: wrap; gap: 8px 28px; padding-top: 14px; padding-bottom: 14px;
  font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--muted);
}
.rail-row span { display: inline-flex; align-items: center; gap: 8px; }
.rail-row b { color: var(--text); font-weight: 500; }
.rail-row .star { color: #ffcc66; }

/* ---------- cards ---------- */
.cards { display: grid; gap: 16px; }
@media (min-width: 700px) { .cards { grid-template-columns: 1fr 1fr; gap: 20px; } }
.card {
  position: relative;
  background: var(--night);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 24px 24px;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 160ms ease, transform 160ms ease;
}
.band--panel .card { background: var(--night); }
.card:hover { border-color: var(--sky); transform: translateY(-2px); }
.card h3 { margin: 0; }
.card p { color: var(--muted); margin: 0; }
.card .card-link { margin-top: auto; padding-top: 10px; font-weight: 600; text-decoration: none; }
.card .card-link::after { content: " →"; }
.card--hot { border-color: var(--led); }
.tag {
  position: absolute; top: -12px; left: 20px;
  background: var(--led); color: var(--ink);
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500;
  padding: 4px 10px; border-radius: 999px;
}

/* ---------- specialty band ---------- */
.spec-grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .spec-grid { grid-template-columns: 1.1fr 0.9fr; gap: 56px; } }
.signs { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.signs li {
  display: flex; align-items: center; gap: 14px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 14px 16px; font-weight: 500;
}
.signs .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--led-red); flex: none; box-shadow: 0 0 10px rgba(255, 90, 95, 0.5); }
.signs-note { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }

/* ---------- price band ---------- */
.price-grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .price-grid { grid-template-columns: 0.9fr 1.1fr; gap: 56px; } }
.price-big { font-family: var(--display); font-weight: 700; font-size: clamp(3rem, 8vw, 5rem); line-height: 1; margin: 0 0 6px; color: var(--text); }
.price-big small { font-size: 0.45em; font-weight: 600; color: var(--muted); margin-right: 8px; vertical-align: 0.15em; }
.price-note { color: var(--muted); margin: 0 0 18px; }
.factors { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 600px) { .factors { grid-template-columns: repeat(3, 1fr); } }
.factors li { background: var(--night); border: 1px solid var(--line); border-radius: var(--r-s); padding: 16px; }
.factors b { display: block; font-family: var(--display); font-size: 1.25rem; font-weight: 600; margin-bottom: 4px; }
.factors span { color: var(--muted); font-size: 0.95rem; }

/* ---------- reviews ---------- */
.review-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin: -8px 0 28px; }
.score { font-family: var(--display); font-size: clamp(3rem, 8vw, 4.6rem); font-weight: 700; line-height: 1; }
.score-meta { color: var(--muted); }
.score-meta .stars { color: #ffcc66; letter-spacing: 0.1em; }
.quotes { display: grid; gap: 16px; }
@media (min-width: 900px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 22px 18px; margin: 0; display: flex; flex-direction: column; gap: 12px;
}
.quote p { margin: 0; }
.quote footer { font-family: var(--mono); font-size: 0.8rem; color: var(--muted); letter-spacing: 0.04em; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 28px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.contact-btns { display: grid; gap: 12px; }
.contact-btns .btn { justify-content: flex-start; min-height: 56px; font-size: 1.05rem; }
.contact-btns .btn small { font-weight: 400; color: var(--muted); margin-left: auto; font-size: 0.85rem; }
.contact-btns .btn-call small { color: rgba(11, 16, 32, 0.7); }
.info { display: grid; gap: 18px; }
.info dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; }
.info dt { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.info dd { margin: 0; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; font-variant-numeric: tabular-nums; }
.hours span:nth-child(odd) { color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 36px 0 28px; color: var(--muted); font-size: 0.92rem; }
.footer-grid { display: grid; gap: 24px; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.site-footer h4 { font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.site-footer a { color: var(--text); text-decoration: none; }
.site-footer a:hover { color: var(--sky); }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.04em; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* mobile action bar */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(9, 15, 31, 0.94); border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.action-bar .btn { min-height: 50px; }
.action-bar .btn-viber { background: var(--viber); border-color: var(--viber); color: #fff; }
.action-bar .btn-viber svg { color: #fff; }
@media (min-width: 900px) { .action-bar { display: none; } }

/* ---------- subpages ---------- */
.page-hero { padding: clamp(40px, 6vw, 72px) 0 clamp(28px, 4vw, 48px); }
.crumbs { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 10px; }
.crumbs li + li::before { content: "/"; margin-right: 10px; color: var(--line-strong); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--sky); }
.page-hero h1 { font-size: clamp(2.2rem, 5.4vw, 3.6rem); }

.prose { max-width: 46rem; }
.prose h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: 0.35em; }
.prose li::marker { color: var(--sky); }
.two-col { display: grid; gap: 28px 48px; align-items: start; }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; } }

.checklist { list-style: none; margin: 0 0 1em; padding: 0; display: grid; gap: 8px; counter-reset: item; }
.checklist li {
  display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-s); padding: 12px 14px;
}
.checklist li::before {
  counter-increment: item; content: counter(item);
  font-family: var(--mono); font-size: 0.85rem; color: var(--sky);
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center;
}
.checklist li b { display: block; font-weight: 600; }
.checklist li span { color: var(--muted); font-size: 0.95rem; }

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 18px 16px; }
.steps li::before {
  counter-increment: step; content: counter(step) ".";
  display: block; font-family: var(--display); font-size: 1.6rem; font-weight: 700; color: var(--sky); margin-bottom: 4px;
}
.steps b { display: block; font-family: var(--display); font-size: 1.25rem; font-weight: 600; margin-bottom: 4px; }
.steps span { color: var(--muted); font-size: 0.95rem; }

.faq { max-width: 46rem; display: grid; gap: 10px; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-s); }
.faq details[open] { border-color: var(--line-strong); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 48px 16px 18px; font-weight: 600; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 18px; top: 12px;
  font-family: var(--display); font-size: 1.5rem; color: var(--sky); transition: transform 160ms ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 18px 16px; color: var(--muted); }
.faq .faq-body p:last-child { margin-bottom: 0; }

.cta-band { background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .cta-inner { display: grid; gap: 20px; align-items: center; }
@media (min-width: 900px) { .cta-band .cta-inner { grid-template-columns: 1.2fr 1fr; } .cta-band .cta-row { justify-content: flex-end; margin-top: 0; } }
.cta-band h2 { margin-bottom: 0.2em; }
.cta-band p { color: var(--muted); margin: 0; }

/* calculator page */
.calc-grid { display: grid; gap: 24px; align-items: start; }
@media (min-width: 900px) { .calc-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
.calc-form { display: grid; gap: 16px; }
.field label { display: block; font-size: 0.95rem; color: var(--muted); margin-bottom: 6px; }
.field input {
  width: 100%; min-height: 50px; padding: 0 14px;
  background: var(--night); color: var(--text); border: 1px solid var(--line-strong); border-radius: var(--r-s);
  font: 500 1.05rem var(--mono); font-variant-numeric: tabular-nums;
}
.field input:focus { border-color: var(--sky); outline: none; box-shadow: 0 0 0 3px var(--sky-soft); }
.field small { display: block; color: var(--muted); font-size: 0.85rem; margin-top: 6px; }
.result { position: sticky; top: calc(var(--header-h) + 16px); }
.result-rows { display: grid; gap: 10px; margin-top: 18px; }
.result-rows div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 10px; font-size: 0.95rem; color: var(--muted); }
.result-rows b { color: var(--text); font-family: var(--mono); font-weight: 500; font-variant-numeric: tabular-nums; }
.result-rows div[hidden] { display: none; }

/* 404 */
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }

/* review fixes */
/* checklist: counter spans both rows, title + description share the second column */
.checklist li::before { grid-row: 1 / span 2; }
.checklist li b, .checklist li span { grid-column: 2; }
.checklist li span { margin-top: 2px; }
/* calculator readout: keep "101.363 din" on one line on narrow screens */
.result .inst-num { white-space: nowrap; font-size: clamp(2rem, 9vw, 4rem); }
/* CTA band on mobile: call button full width, Viber/WhatsApp share the second row */
@media (max-width: 599px) {
  .cta-band .cta-row .btn-call { flex: 1 1 100%; }
  .cta-band .cta-row .btn-viber, .cta-band .cta-row .btn-wa { flex: 1 1 0; }
}
