/* =========================================================
   Legal Gradnja – stil stranice
   Plavkasto-zeleni (teal) ton s decentnim sivim nijansama
   ========================================================= */
:root {
  --teal-950: #062a2e;
  --teal-900: #0a3b40;
  --teal-800: #0c4f55;
  --teal-700: #0f6e74;
  --teal-600: #148189;
  --teal-500: #1b9aa0;
  --teal-400: #3fb4b0;
  --teal-300: #8fdcd2;
  --teal-100: #e2f3f1;
  --teal-50: #f1f9f8;
  --grey-900: #1d2427;
  --grey-800: #2b3438;
  --grey-700: #465157;
  --grey-600: #5d696f;
  --grey-500: #7a868b;
  --grey-300: #cfd6d8;
  --grey-200: #e3e8e9;
  --grey-100: #f2f4f5;
  --white: #fff;
  --star: #f0b43c;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(10, 40, 45, .06), 0 2px 8px rgba(10, 40, 45, .05);
  --shadow: 0 6px 24px rgba(10, 40, 45, .09);
  --shadow-lg: 0 20px 50px rgba(10, 40, 45, .16);
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-h: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --wrap: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16.5px; line-height: 1.65; color: var(--grey-800); background: var(--white); -webkit-font-smoothing: antialiased; }
img, video, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--teal-700); text-decoration: none; }
a:hover { color: var(--teal-600); }
h1, h2, h3, h4 { font-family: var(--font-h); color: var(--teal-950); line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.015em; }
h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.3vw, 2.35rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1em; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: 880px; }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: -999px; top: 0; background: var(--teal-700); color: #fff; padding: 10px 16px; z-index: 999; }
.skip:focus { left: 10px; }
:focus-visible { outline: 3px solid var(--teal-400); outline-offset: 2px; border-radius: 6px; }

/* ---------- gumbi ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .78em 1.3em; border-radius: 999px; font-weight: 600; font-size: .98rem; border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; font-family: var(--font); line-height: 1.2; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--teal-600), var(--teal-700)); color: #fff; box-shadow: 0 6px 18px rgba(15, 110, 116, .28); }
.btn-primary:hover { color: #fff; box-shadow: 0 10px 26px rgba(15, 110, 116, .36); }
.btn-ghost { background: var(--white); color: var(--teal-800); border-color: var(--grey-200); }
.btn-ghost:hover { border-color: var(--teal-400); color: var(--teal-700); }
.btn-glass { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .35); backdrop-filter: blur(6px); }
.btn-glass:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.btn-light { background: #fff; color: var(--teal-800); }
.btn-light:hover { color: var(--teal-700); }
.btn-lg { padding: .95em 1.55em; font-size: 1.02rem; }
.btn-block { width: 100%; }
.more { font-weight: 600; display: inline-flex; align-items: center; gap: .35em; }
.eyebrow { display: inline-flex; align-items: center; gap: .45em; font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--teal-600); margin-bottom: .7rem; }
.eyebrow.light { color: var(--teal-300); }
.lead { font-size: 1.14rem; color: var(--grey-700); }

/* ---------- gornja traka i zaglavlje ---------- */
.topbar { background: var(--teal-950); color: #cfe7e5; font-size: .88rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar svg { display: inline; vertical-align: -3px; margin-right: 6px; color: var(--teal-300); }
.tb-contacts { display: flex; gap: 22px; }
.tb-contacts a { color: #fff; display: inline-flex; align-items: center; }
.tb-contacts b { font-weight: 600; letter-spacing: .01em; }
.tb-phone b { font-size: 1.02rem; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.6) blur(10px); border-bottom: 1px solid var(--grey-200); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow); }
.header-in { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--teal-950); flex: none; }
.logo-mark { width: 44px; height: 44px; }
.logo-text { font-family: var(--font-h); font-size: 1.32rem; font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.logo-text b { color: var(--teal-700); font-weight: 800; }
.logo-text small { display: block; font-family: var(--font); font-size: .66rem; font-weight: 500; color: var(--grey-500); letter-spacing: .06em; margin-top: 4px; text-transform: uppercase; }
.logo-light { color: #fff; }
.logo-light .logo-text b { color: var(--teal-300); }
.logo-light small { color: #9fbfbd; }
.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.main-nav > ul > li > a { display: flex; align-items: center; gap: 4px; padding: 10px 12px; border-radius: 10px; color: var(--grey-800); font-weight: 500; font-size: .95rem; white-space: nowrap; }
.main-nav > ul > li > a svg { width: .9em; transition: transform .2s; }
.main-nav > ul > li > a:hover, .main-nav > ul > li.active > a { color: var(--teal-700); background: var(--teal-50); }
.main-nav li.open > a svg { transform: rotate(180deg); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { padding: .65em 1.1em; font-size: .92rem; }
.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--teal-900); }
.burger svg { width: 28px; height: 28px; }

/* mega izbornik */
.has-mega { position: static; }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--grey-200); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s; max-height: calc(100vh - 130px); overflow: auto; }
.has-mega.open .mega { opacity: 1; visibility: visible; transform: none; }
.mega-inner { max-width: var(--wrap); margin: 0 auto; padding: 28px 20px 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.mega-cat { display: flex; align-items: center; gap: 10px; font-family: var(--font-h); font-weight: 700; color: var(--teal-900); margin-bottom: 10px; font-size: 1rem; }
.mega-cat .ico { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--teal-100); color: var(--teal-700); }
.mega ul { list-style: none; padding: 0; margin: 0; }
.mega li a { display: block; padding: 5px 8px; border-radius: 8px; color: var(--grey-700); font-size: .92rem; }
.mega li a:hover { background: var(--teal-50); color: var(--teal-700); }
.mega-foot { max-width: var(--wrap); margin: 0 auto; padding: 14px 20px 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--grey-100); color: var(--grey-500); font-size: .88rem; gap: 12px; flex-wrap: wrap; }
.mega-foot a { font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.mega .nm summary { cursor: pointer; padding: 5px 8px; border-radius: 8px; color: var(--grey-800); font-size: .92rem; list-style: none; font-weight: 500; }
.mega .nm summary::-webkit-details-marker { display: none; }
.mega .nm summary::before { content: '+'; display: inline-block; width: 1em; color: var(--teal-500); font-weight: 700; }
.mega .nm[open] summary::before { content: '–'; }
.mega .nm summary:hover { background: var(--teal-50); }
.mega .nm ul { padding-left: 14px; border-left: 2px solid var(--teal-100); margin: 2px 0 8px 12px; }
.mega .nm li a { font-size: .86rem; line-height: 1.35; }

/* mobilni izbornik */
.drawer { position: fixed; inset: 0; z-index: 100; display: none; }
.drawer.open { display: block; }
.drawer-bg { position: absolute; inset: 0; background: rgba(6, 42, 46, .5); }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(420px, 92vw); background: #fff; overflow: auto; padding: 18px 18px 110px; box-shadow: var(--shadow-lg); animation: slidein .25s ease; }
@keyframes slidein { from { transform: translateX(40px); opacity: 0; } }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.drawer-top button { background: none; border: 0; padding: 6px; cursor: pointer; }
.drawer-top button svg { width: 28px; height: 28px; }
.drawer nav a { display: block; padding: 12px 6px; border-bottom: 1px solid var(--grey-100); color: var(--grey-900); font-weight: 600; }
.drawer details summary { list-style: none; padding: 12px 6px; border-bottom: 1px solid var(--grey-100); font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; color: var(--grey-900); }
.drawer details summary::-webkit-details-marker { display: none; }
.drawer details[open] > summary svg { transform: rotate(180deg); }
.drawer details details summary { font-weight: 500; font-size: .95rem; padding-left: 14px; color: var(--teal-800); }
.drawer details a { font-weight: 400; font-size: .93rem; padding: 8px 6px 8px 22px; color: var(--grey-700); }
.drawer .dr-contacts { margin-top: 18px; display: grid; gap: 10px; }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-home { min-height: min(88vh, 820px); display: flex; align-items: center; }
.hero-media, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 42, 46, .92) 0%, rgba(6, 42, 46, .72) 45%, rgba(10, 59, 64, .35) 100%); }
.hero-in { position: relative; display: grid; grid-template-columns: 1.35fr .9fr; gap: 48px; align-items: center; padding-top: 70px; padding-bottom: 80px; }
.hero h1 { color: #fff; }
.hero .lead { color: #d9ecea; max-width: 640px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 22px; }
.hero-trust { list-style: none; padding: 0; margin: 0; display: flex; gap: 24px; flex-wrap: wrap; color: #cfe7e5; font-size: .93rem; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust b { color: #fff; }
.hero-trust svg { color: var(--teal-300); }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars svg { fill: currentColor; stroke: none; width: 16px; height: 16px; }
.hero-card { background: rgba(255, 255, 255, .97); color: var(--grey-800); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-lg); }
.hero-card h2 { font-size: 1.45rem; margin-bottom: .3em; }
.hero-card p { color: var(--grey-600); font-size: .95rem; }
.svc-search { display: flex; gap: 8px; margin: 14px 0; }
.svc-search input { flex: 1; min-width: 0; }
.quick { display: flex; flex-wrap: wrap; gap: 8px; }
.quick a { font-size: .85rem; padding: 6px 12px; border-radius: 999px; background: var(--teal-50); color: var(--teal-800); border: 1px solid var(--teal-100); }
.quick a:hover { background: var(--teal-100); }
.hc-mail { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--grey-200); font-weight: 600; }

.stats { background: var(--teal-700); color: #fff; }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stats-in div { padding: 26px 10px; border-right: 1px solid rgba(255, 255, 255, .14); }
.stats-in div:last-child { border: 0; }
.stats b { display: block; font-family: var(--font-h); font-size: 2.2rem; line-height: 1.1; }
.stats span { color: #cfe7e5; font-size: .92rem; }

.page-hero { position: relative; background: var(--teal-900); color: #fff; overflow: hidden; }
.page-hero .ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 42, 46, .9), rgba(6, 42, 46, .45)); }
.ph-in { position: relative; z-index: 1; padding-top: 46px; padding-bottom: 56px; }
.page-hero h1 { color: #fff; max-width: 900px; }
.page-hero .lead { color: #d9ecea; max-width: 760px; }
.page-hero.slim { background: var(--teal-900); }
.page-hero .meta { color: #cfe7e5; font-size: .95rem; }

.crumbs ol { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 4px; font-size: .86rem; color: #a9cfcb; }
.crumbs li + li::before { content: '›'; margin: 0 6px; opacity: .7; }
.crumbs a { color: #d9ecea; }
.crumbs a:hover { color: #fff; text-decoration: underline; }

/* stranica usluge */
.svc-hero, .loc-hero { position: relative; color: #fff; overflow: hidden; background: var(--teal-950); }
.sh-bg, .lh-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sh-shade, .lh-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 42, 46, .94) 0%, rgba(6, 42, 46, .78) 50%, rgba(6, 42, 46, .4) 100%); }
.sh-in { position: relative; display: grid; grid-template-columns: 1.5fr .8fr; gap: 44px; align-items: center; padding-top: 44px; padding-bottom: 64px; }
.lh-in { position: relative; padding-top: 44px; padding-bottom: 60px; max-width: 980px; margin-left: max(0px, calc((100vw - var(--wrap)) / 2)); }
.svc-hero h1, .loc-hero h1 { color: #fff; }
.svc-hero .lead, .loc-hero .lead { color: #d9ecea; }
.sh-points { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #e2f3f1; font-size: .95rem; }
.sh-points li { display: flex; align-items: center; gap: 7px; }
.sh-points svg { color: var(--teal-300); }
.sh-card { background: #fff; color: var(--grey-800); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-lg); display: grid; gap: 12px; }
.shc-rating { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--grey-600); }
.shc-rating b { font-family: var(--font-h); font-size: 1.3rem; color: var(--teal-950); }
.shc-price { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: 12px; padding: 12px 14px; }
.shc-price small { display: block; color: var(--grey-600); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.shc-price b { font-family: var(--font-h); font-size: 1.5rem; color: var(--teal-800); }
.shc-price span { color: var(--grey-600); font-size: .9rem; margin-left: 4px; }
.subnav { position: sticky; top: 76px; z-index: 40; background: #fff; border-bottom: 1px solid var(--grey-200); }
.subnav .wrap { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-top: 8px; padding-bottom: 8px; }
.subnav .wrap::-webkit-scrollbar { display: none; }
.subnav a { flex: none; padding: 7px 14px; border-radius: 999px; color: var(--grey-700); font-weight: 500; font-size: .92rem; }
.subnav a:hover, .subnav a.on { background: var(--teal-50); color: var(--teal-700); }

.big-contact { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--grey-200); color: var(--grey-900); margin-bottom: 10px; transition: border-color .2s, box-shadow .2s; }
.big-contact:hover { border-color: var(--teal-400); box-shadow: var(--shadow-sm); color: var(--grey-900); }
.big-contact small { display: block; color: var(--grey-500); font-size: .8rem; }
.big-contact b { font-family: var(--font-h); font-size: 1.25rem; color: var(--teal-800); word-break: break-word; }
.big-contact.sm { margin: 0; padding: 10px 12px; }
.big-contact.sm b { font-size: 1.05rem; }
.bc-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--teal-700); color: #fff; flex: none; }
.bc-ico svg { width: 22px; height: 22px; }
.big-contact.sm .bc-ico { width: 38px; height: 38px; }

/* ---------- sekcije ---------- */
.section { padding: clamp(56px, 7vw, 96px) 0; }
.section.alt { background: var(--grey-100); }
.section.dark { background: linear-gradient(160deg, var(--teal-950), var(--teal-800)); color: #d9ecea; }
.section.dark h2 { color: #fff; }
.sec-head { max-width: 780px; margin-bottom: 36px; }
.sec-head p { color: var(--grey-600); font-size: 1.05rem; }
.section.dark .sec-head p { color: #b9d8d5; }
.sec-head.row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.sec-head h2 a { color: inherit; }

.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.cat-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .25s, transform .25s; display: flex; flex-direction: column; }
.cat-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.cat-img { position: relative; display: block; aspect-ratio: 16/8.5; overflow: hidden; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cat-card:hover .cat-img img { transform: scale(1.04); }
.cat-ico { position: absolute; left: 18px; bottom: -22px; width: 54px; height: 54px; border-radius: 16px; background: var(--teal-700); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow); border: 3px solid #fff; }
.cat-ico svg { width: 24px; height: 24px; }
.cat-body { padding: 34px 24px 24px; }
.cat-body h3 { font-size: 1.3rem; }
.cat-body h3 a { color: var(--teal-950); }
.cat-body p { color: var(--grey-600); }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.chips a { display: inline-block; font-size: .84rem; padding: 5px 11px; border-radius: 999px; background: var(--grey-100); color: var(--grey-700); border: 1px solid var(--grey-200); }
.chips a:hover { background: var(--teal-50); border-color: var(--teal-300); color: var(--teal-800); }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc-grid.sm { grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.svc-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-200); color: var(--grey-800); transition: all .25s; }
.svc-card:hover { border-color: var(--teal-300); box-shadow: var(--shadow); transform: translateY(-3px); color: var(--grey-800); }
.svc-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.svc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.svc-body b { font-family: var(--font-h); color: var(--teal-950); font-size: 1.04rem; line-height: 1.3; }
.svc-body small { color: var(--grey-600); font-size: .86rem; line-height: 1.45; }
.svc-body .from { margin-top: auto; padding-top: 8px; color: var(--teal-700); font-weight: 700; font-size: .9rem; }

.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.why-media { position: relative; padding-bottom: 60px; }
.why-media .wm-1 { border-radius: var(--radius-lg); width: 82%; object-fit: cover; aspect-ratio: 5/4; box-shadow: var(--shadow); }
.why-media .wm-2 { position: absolute; right: 0; bottom: 0; width: 52%; border-radius: var(--radius-lg); border: 6px solid #fff; box-shadow: var(--shadow-lg); aspect-ratio: 5/4; object-fit: cover; }
.wm-badge { position: absolute; left: 24px; bottom: 20px; background: var(--teal-700); color: #fff; border-radius: 18px; padding: 16px 20px; display: flex; gap: 10px; align-items: center; box-shadow: var(--shadow-lg); }
.wm-badge b { font-family: var(--font-h); font-size: 2.3rem; line-height: 1; }
.wm-badge span { font-size: .85rem; line-height: 1.2; color: #cfe7e5; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 26px; margin-top: 26px; }
.feat { display: flex; gap: 14px; }
.f-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-100); color: var(--teal-700); display: grid; place-items: center; flex: none; }
.f-ico svg { width: 22px; height: 22px; }
.feat h3 { font-size: 1.02rem; margin-bottom: .2em; }
.feat p { font-size: .92rem; color: var(--grey-600); margin: 0; }

.videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 22px; }
.videos.three { grid-template-columns: repeat(3, 1fr); margin-top: 0; }
.videos.one { grid-template-columns: 1fr; max-width: 860px; }
.video { margin: 0; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: var(--shadow); }
.video video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #0a3b40; }
.video figcaption { background: #fff; color: var(--grey-700); font-size: .9rem; padding: 10px 14px; font-weight: 500; }
.section.dark .video figcaption { background: rgba(255, 255, 255, .06); color: #d9ecea; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.steps li { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 22px; position: relative; }
.steps li::after { content: ''; position: absolute; top: 40px; right: -21px; width: 22px; height: 2px; background: var(--teal-300); }
.steps li:last-child::after { display: none; }
.steps .n { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--teal-700); color: #fff; font-family: var(--font-h); font-weight: 800; margin-bottom: 12px; }
.steps p { margin: 0; font-weight: 500; color: var(--grey-800); }
.steps-sec { background: linear-gradient(180deg, var(--teal-50), #fff); }

.map-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: 50px; align-items: center; }
.map-box { background: #fff; border-radius: var(--radius-lg); padding: 10px; box-shadow: var(--shadow); }
.map-box.wide { max-width: 980px; margin: 0 auto 34px; }
.hr-map { width: 100%; height: auto; }
.hr-map .land { fill: url(#land); stroke: var(--teal-700); stroke-width: 2; stroke-linejoin: round; }
.hr-map .nb { fill: #f4f6f6; stroke: #d5dcdd; stroke-width: 1; }
.hr-map .dot circle { fill: var(--teal-500); stroke: #fff; stroke-width: 1.5; transition: r .2s, fill .2s; }
.hr-map .dot.big circle { fill: var(--teal-700); }
.hr-map .dot text { font: 600 15px var(--font); fill: var(--teal-950); paint-order: stroke; stroke: #fff; stroke-width: 4px; pointer-events: none; }
.hr-map .dot:hover circle, .hr-map .dot.hl circle { fill: #e08a1e; r: 10; }
.top-cities { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.top-cities a { display: inline-flex; align-items: center; gap: 5px; padding: 7px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--grey-200); color: var(--grey-800); font-size: .92rem; font-weight: 500; }
.top-cities a:hover { border-color: var(--teal-400); color: var(--teal-700); }
.top-cities svg { color: var(--teal-500); }

.loc-acc { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-items: start; }
.loc-acc details { background: #fff; border: 1px solid var(--grey-200); border-radius: 12px; }
.loc-acc summary { list-style: none; cursor: pointer; padding: 14px 18px; display: flex; align-items: center; gap: 10px; }
.loc-acc summary::-webkit-details-marker { display: none; }
.loc-acc summary span { font-weight: 600; color: var(--teal-950); flex: 1; }
.loc-acc summary small { color: var(--grey-500); font-size: .82rem; }
.loc-acc details[open] summary svg { transform: rotate(180deg); }
.loc-acc details[open] { box-shadow: var(--shadow-sm); border-color: var(--teal-300); }
.loc-body { padding: 0 18px 16px; }
.loc-body h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--grey-500); margin: 10px 0 6px; }
.loc-list { list-style: none; padding: 0; margin: 0; columns: 3 150px; column-gap: 16px; }
.loc-list > li { break-inside: avoid; padding: 2px 0; font-size: .92rem; }
.loc-list .kv { list-style: none; padding: 2px 0 6px 10px; margin: 0; border-left: 2px solid var(--teal-100); }
.loc-list .kv a { font-size: .82rem; color: var(--grey-600); }

/* O usluzi */
.about-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 50px; align-items: start; }
.about-copy p { color: var(--grey-700); }
.about-copy h3 { margin-top: 1.4em; }
.about-side { display: grid; gap: 20px; position: sticky; top: 150px; }
.rounded { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.side-box { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: var(--radius-lg); padding: 22px; }
.side-box h3 { font-size: 1.1rem; }
.ticks { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 9px; }
.ticks.cols { grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; }
.ticks svg { color: #fff; background: var(--teal-600); border-radius: 50%; padding: 3px; width: 20px; height: 20px; margin-top: 3px; stroke-width: 3; }
.kw { font-size: .85rem; color: var(--grey-500); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 18px; }
.kw span { background: var(--grey-100); padding: 3px 10px; border-radius: 999px; }
.info-box dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 0 0 16px; font-size: .94rem; }
.info-box dt { color: var(--grey-500); }
.info-box dd { margin: 0; font-weight: 600; color: var(--grey-900); }
.side-contact { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-weight: 600; font-size: .98rem; word-break: break-all; }
.plain { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .93rem; }
.stats-box { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--teal-700); color: #fff; border-radius: var(--radius-lg); text-align: center; padding: 18px 8px; }
.stats-box b { display: block; font-family: var(--font-h); font-size: 1.8rem; }
.stats-box span { font-size: .85rem; color: #cfe7e5; }

/* galerija */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery.g3 { grid-template-columns: repeat(3, 1fr); }
.g-item { display: block; border-radius: 12px; overflow: hidden; position: relative; }
.g-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform .5s; }
.g-item:hover img { transform: scale(1.05); }
.g-wide { grid-column: span 2; grid-row: span 2; }
.g-wide img { aspect-ratio: auto; height: 100%; }
.lightbox { position: fixed; inset: 0; background: rgba(4, 22, 24, .92); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 30px; }
.lightbox img { max-height: 88vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox .lb-x { top: 20px; right: 20px; }
.lightbox .lb-p { left: 20px; top: 50%; }
.lightbox .lb-n { right: 20px; top: 50%; }
.lightbox .lb-p svg { transform: rotate(90deg); }
.lightbox .lb-n svg { transform: rotate(-90deg); }

/* kalkulator */
.calc-sec { background: var(--teal-50); }
.calc { display: grid; grid-template-columns: 1.4fr 1fr; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--teal-100); }
.calc-in { padding: 30px; display: grid; gap: 22px; }
.calc-field { border: 0; padding: 0; margin: 0; }
.calc-field > label, .calc-field legend { font-weight: 600; color: var(--grey-900); margin-bottom: 10px; display: block; padding: 0; }
.qty { display: flex; align-items: center; gap: 14px; }
.qty input[type=range] { flex: 1; accent-color: var(--teal-600); height: 6px; }
.qty input[type=number] { width: 110px; text-align: right; }
.unit { font-weight: 600; color: var(--grey-600); min-width: 34px; }
.tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tier { position: relative; cursor: pointer; }
.tier input { position: absolute; opacity: 0; }
.tier span { display: block; padding: 12px 14px; border: 1.5px solid var(--grey-200); border-radius: 12px; font-size: .93rem; transition: all .15s; height: 100%; }
.tier input:checked + span { border-color: var(--teal-600); background: var(--teal-50); color: var(--teal-900); font-weight: 600; box-shadow: inset 0 0 0 1px var(--teal-600); }
.tier input:focus-visible + span { outline: 3px solid var(--teal-300); }
.extras { display: grid; gap: 8px; }
.extra { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--grey-200); border-radius: 10px; cursor: pointer; font-size: .93rem; }
.extra input { accent-color: var(--teal-600); width: 18px; height: 18px; }
.extra span { flex: 1; }
.extra em { font-style: normal; color: var(--teal-700); font-weight: 600; white-space: nowrap; }
.calc-region { display: flex; gap: 8px; align-items: center; margin: 0; font-size: .93rem; color: var(--grey-700); background: var(--grey-100); padding: 10px 14px; border-radius: 10px; }
.calc-region svg { color: var(--teal-600); }
.calc-out { background: linear-gradient(160deg, var(--teal-800), var(--teal-950)); color: #fff; padding: 32px 28px; display: flex; flex-direction: column; gap: 8px; }
.co-label { text-transform: uppercase; font-size: .8rem; letter-spacing: .1em; color: var(--teal-300); font-weight: 700; }
.co-price { font-family: var(--font-h); font-size: clamp(1.9rem, 1.4rem + 1.5vw, 2.6rem); font-weight: 800; line-height: 1.1; }
.co-market { color: #a9cfcb; font-size: .95rem; }
.co-market s { color: #d9ecea; }
.co-market .save { display: inline-block; background: rgba(143, 220, 210, .18); color: var(--teal-300); padding: 2px 9px; border-radius: 999px; font-weight: 700; margin-left: 6px; font-size: .85rem; }
.co-unit { color: #cfe7e5; font-size: .92rem; }
.co-notes { list-style: none; padding: 16px 0; margin: 8px 0; border-top: 1px solid rgba(255, 255, 255, .12); display: grid; gap: 8px; font-size: .92rem; color: #d9ecea; }
.co-notes li { display: flex; gap: 8px; align-items: center; }
.co-notes svg { color: var(--teal-300); }
.co-phone { color: #fff; display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 6px; font-weight: 600; }
.co-phone:hover { color: var(--teal-300); }

/* recenzije */
.rev-head { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 16px; margin-bottom: 26px; }
.rev-head > div { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 18px 20px; }
.rev-score { display: flex; align-items: center; gap: 16px; background: var(--teal-700) !important; color: #fff; border: 0 !important; }
.rev-score > b { font-family: var(--font-h); font-size: 3rem; line-height: 1; }
.rev-score small { display: block; color: #cfe7e5; font-size: .85rem; margin-top: 4px; }
.rev-score .stars svg { width: 20px; height: 20px; }
.rev-stat b { display: block; font-family: var(--font-h); font-size: 1.7rem; color: var(--teal-800); line-height: 1.1; }
.rev-stat small { color: var(--grey-600); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-sm); }
.rev-card header { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .85rem; color: var(--grey-500); }
.rev-card p { margin: 0; color: var(--grey-700); flex: 1; }
.rev-card footer { display: flex; gap: 12px; align-items: center; }
.rev-card footer small { display: block; color: var(--grey-500); font-size: .83rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); display: grid; place-items: center; font-weight: 700; font-family: var(--font-h); }
.rev-example { border-style: dashed; }
.rev-example p { color: var(--grey-500); font-style: italic; }
.badge { background: #fff4df; color: #8a5a00; border-radius: 999px; padding: 2px 10px; font-size: .74rem; font-weight: 600; }
.rev-cta { text-align: center; margin: 26px 0 0; }
.rev-cta svg { color: var(--star); fill: var(--star); }

/* novosti */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-200); display: flex; flex-direction: column; transition: all .25s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.pc-img { position: relative; display: block; overflow: hidden; }
.pc-img img { aspect-ratio: 16/9.5; object-fit: cover; width: 100%; transition: transform .5s; }
.post-card:hover .pc-img img { transform: scale(1.04); }
.pc-tag { position: absolute; left: 14px; top: 14px; background: rgba(255, 255, 255, .94); color: var(--teal-800); font-size: .78rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.pc-tag.static { position: static; display: inline-block; margin-bottom: 14px; }
.pc-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.pc-body time { font-size: .82rem; color: var(--grey-500); }
.pc-body h3, .pc-body h4 { font-size: 1.1rem; margin: 6px 0 8px; line-height: 1.35; }
.pc-body h3 a, .pc-body h4 a { color: var(--teal-950); }
.pc-body p { color: var(--grey-600); font-size: .93rem; flex: 1; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; position: sticky; top: 86px; z-index: 5; background: #fff; padding: 10px 0; }
.chip { border: 1px solid var(--grey-200); background: #fff; border-radius: 999px; padding: 8px 16px; cursor: pointer; font: 500 .92rem var(--font); color: var(--grey-700); }
.chip.active, .chip:hover { background: var(--teal-700); color: #fff; border-color: var(--teal-700); }
.news-cat { margin-bottom: 30px; }
.news-cat > h2 { display: flex; gap: 10px; align-items: center; padding-bottom: 12px; border-bottom: 2px solid var(--teal-100); }
.news-cat > h2 svg { color: var(--teal-600); }
.news-svc { margin: 26px 0 36px; }
.news-svc h3 { font-size: 1.2rem; }

.post-grid-l { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; padding-top: 50px; padding-bottom: 60px; }
.post-body { max-width: 760px; }
.post-body h2 { font-size: 1.55rem; margin-top: 1.6em; }
.post-body p { color: var(--grey-700); font-size: 1.05rem; }
.post-body figure { margin: 24px 0; }
.post-body figure img { border-radius: var(--radius); }
.post-body figcaption { font-size: .85rem; color: var(--grey-500); margin-top: 6px; }
.post-body .video { margin: 24px 0; }
.toc { background: var(--teal-50); border-left: 4px solid var(--teal-500); padding: 16px 22px; border-radius: 0 12px 12px 0; margin: 20px 0; }
.toc ol { margin: 8px 0 0; padding-left: 20px; }
.post-faq { margin: 30px 0; }
.post-faq details, .faq details { border: 1px solid var(--grey-200); border-radius: 12px; margin-bottom: 10px; background: #fff; }
.post-side { display: grid; gap: 20px; align-content: start; position: sticky; top: 100px; }
.svc-box img { border-radius: 12px; margin-bottom: 14px; }
.svc-box .from { color: var(--grey-600); }
.svc-box .from b { color: var(--teal-800); font-size: 1.2rem; }
.share { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--grey-200); }
.share a { padding: 7px 14px; border-radius: 999px; background: var(--grey-100); font-size: .9rem; font-weight: 500; }
.prose h2 { font-size: 1.35rem; margin-top: 1.5em; }

/* FAQ */
.faq summary { list-style: none; cursor: pointer; padding: 16px 20px; font-weight: 600; color: var(--teal-950); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker, .post-faq summary::-webkit-details-marker { display: none; }
.faq summary svg, .post-faq summary svg { transition: transform .2s; color: var(--teal-600); }
.faq details[open] summary svg, .post-faq details[open] summary svg { transform: rotate(180deg); }
.faq details > div, .post-faq details > div { padding: 0 20px 6px; color: var(--grey-700); }
.post-faq summary { list-style: none; cursor: pointer; padding: 14px 18px; font-weight: 600; display: flex; justify-content: space-between; }
.faq details[open] { border-color: var(--teal-300); box-shadow: var(--shadow-sm); }
.faq-cat { display: flex; gap: 10px; align-items: center; margin: 30px 0 14px; }
.faq-cat svg { color: var(--teal-600); }

/* lokalne stranice */
.table-wrap { overflow-x: auto; margin: 20px 0; border-radius: var(--radius); border: 1px solid var(--grey-200); }
.price-table { width: 100%; border-collapse: collapse; font-size: .94rem; background: #fff; }
.price-table caption { text-align: left; padding: 12px 16px; font-weight: 700; color: var(--teal-900); background: var(--teal-50); }
.price-table th, .price-table td { padding: 11px 16px; text-align: left; border-top: 1px solid var(--grey-200); }
.price-table th { font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: var(--grey-500); }
.price-table s { color: var(--grey-500); }
.price-table b { color: var(--teal-700); white-space: nowrap; }
.mini-map { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: #e3f1f1; }
.mini-map img { width: 100%; }
.pin { position: absolute; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: #e08a1e; border: 3px solid #fff; box-shadow: 0 0 0 6px rgba(224, 138, 30, .25); }
.pin-label { position: absolute; transform: translate(14px, -50%); background: var(--teal-900); color: #fff; font-size: .78rem; font-weight: 600; padding: 3px 9px; border-radius: 6px; white-space: nowrap; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.link-grid { list-style: none; padding: 0; margin: 0 0 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.link-grid a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border: 1px solid var(--grey-200); border-radius: 10px; color: var(--grey-800); font-size: .93rem; font-weight: 500; }
.link-grid a:hover { border-color: var(--teal-400); color: var(--teal-700); }
.link-grid svg { color: var(--teal-500); }
.link-grid small { margin-left: auto; color: var(--grey-500); font-weight: 400; }
.h3 { font-size: 1.25rem; display: flex; gap: 10px; align-items: center; margin-top: 10px; }
.h3 svg { color: var(--teal-600); }
.zup-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.zup { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 22px; scroll-margin-top: 120px; }
.zup h2 { font-size: 1.25rem; }
.zup h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--grey-500); margin: 12px 0 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.tags a { font-size: .86rem; padding: 4px 10px; border-radius: 8px; background: var(--grey-100); color: var(--grey-800); }
.tags a:hover { background: var(--teal-100); color: var(--teal-800); }
.tags a.kvart { background: var(--teal-50); color: var(--teal-700); font-size: .8rem; }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.c-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 4px; color: var(--grey-800); box-shadow: var(--shadow-sm); }
.c-card .bc-ico { margin-bottom: 12px; }
.c-card small { color: var(--grey-500); }
.c-card b { font-family: var(--font-h); font-size: 1.2rem; color: var(--teal-800); word-break: break-word; }
.c-card span:last-child { color: var(--grey-600); font-size: .9rem; }
.nf { text-align: center; }

/* forma */
.inquiry { background: linear-gradient(180deg, #fff, var(--teal-50)); scroll-margin-top: 90px; }
.inquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.inq-info p { color: var(--grey-600); }
.inq-form { background: #fff; padding: 30px; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--grey-200); display: grid; gap: 14px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inq-form label { display: grid; gap: 6px; font-weight: 600; font-size: .9rem; color: var(--grey-800); }
input, select, textarea { font: 400 1rem var(--font); padding: 12px 14px; border: 1.5px solid var(--grey-200); border-radius: 10px; background: #fff; color: var(--grey-900); width: 100%; transition: border-color .15s, box-shadow .15s; }
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(27, 154, 160, .14); }
.inq-form .consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .86rem; color: var(--grey-600); }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal-600); flex: none; }
.form-msg { margin: 0; font-weight: 600; }
.form-msg.ok { color: var(--teal-700); }
.form-msg.err { color: #b3261e; }

/* podnožje */
.contact-band { background: linear-gradient(120deg, var(--teal-700), var(--teal-600)); color: #fff; }
.band-in { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 38px; padding-bottom: 38px; flex-wrap: wrap; }
.band-in h2 { color: #fff; margin-bottom: .2em; font-size: 1.8rem; }
.band-in p { margin: 0; color: #d9ecea; }
.band-contacts { display: flex; gap: 16px; flex-wrap: wrap; }
.band-contacts a { display: flex; align-items: center; gap: 14px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: 16px; padding: 14px 20px; color: #fff; transition: background .2s; }
.band-contacts a:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.band-contacts svg { width: 26px; height: 26px; }
.band-contacts small { display: block; color: #cfe7e5; font-size: .8rem; }
.band-contacts span { font-family: var(--font-h); font-weight: 700; font-size: 1.3rem; line-height: 1.2; }
.site-footer { background: var(--teal-950); color: #a9c7c4; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 34px; padding-top: 60px; padding-bottom: 40px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer h3 a { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.site-footer a { color: #cfe3e1; }
.site-footer a:hover { color: #fff; }
.f-about p { margin: 18px 0; }
.f-contacts li { display: flex; gap: 10px; align-items: center; }
.f-contacts a { display: flex; gap: 10px; align-items: center; color: #fff; font-weight: 600; font-size: 1.02rem; }
.f-contacts svg { color: var(--teal-300); }
.f-cities { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 26px; padding-bottom: 26px; }
.f-cities p { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0; }
.f-cities .more { color: var(--teal-300); }
.f-bottom { background: #041e21; }
.f-bottom-in { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; font-size: .85rem; }
.f-bottom p { margin: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.mobile-bar { display: none; }
.to-top { position: fixed; right: 20px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--teal-700); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 50; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top svg { transform: rotate(180deg); }
.to-top:hover { color: #fff; }

/* animacije */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- responzivno ---------- */
@media (max-width: 1180px) {
  .main-nav > ul > li > a { padding: 10px 8px; font-size: .9rem; }
  .hide-sm { display: none !important; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .f-about { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .burger { display: block; }
  .header-cta { margin-left: auto; }
  .hero-in, .sh-in { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid, .map-grid, .about-grid, .inquiry-grid, .post-grid-l { grid-template-columns: 1fr; }
  .about-side, .post-side { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li::after { display: none; }
  .rev-head { grid-template-columns: 1fr 1fr; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .subnav { top: 76px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 64px; }
  .topbar .tb-hours { display: none; }
  .topbar-in { justify-content: center; }
  .tb-contacts { gap: 14px; font-size: .84rem; }
  .header-in { min-height: 64px; }
  .logo-mark { width: 38px; height: 38px; }
  .logo-text { font-size: 1.15rem; }
  .logo-text small { display: none; }
  .header-cta .btn-primary { display: none; }
  .subnav { top: 64px; }
  .hero-home { min-height: auto; }
  .hero-in { padding-top: 44px; padding-bottom: 50px; }
  .stats-in { grid-template-columns: 1fr 1fr; }
  .stats-in div:nth-child(2) { border-right: 0; }
  .stats-in div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .cat-grid, .post-grid, .rev-grid, .videos, .videos.three, .zup-grid, .loc-acc, .two-col, .features { grid-template-columns: 1fr; }
  .svc-grid, .svc-grid.sm { grid-template-columns: 1fr 1fr; gap: 12px; }
  .svc-body small { display: none; }
  .gallery, .gallery.g3 { grid-template-columns: 1fr 1fr; }
  .calc { grid-template-columns: 1fr; }
  .calc-in { padding: 22px; }
  .tiers, .ticks.cols, .f-row, .link-grid { grid-template-columns: 1fr; }
  .rev-head { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inq-form { padding: 20px; }
  .band-contacts a { width: 100%; }
  .filters { top: 64px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr 1.2fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #fff; border-top: 1px solid var(--grey-200); box-shadow: 0 -4px 20px rgba(0, 0, 0, .08); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 9px 4px; font-size: .75rem; font-weight: 600; color: var(--teal-800); }
  .mobile-bar svg { width: 22px; height: 22px; }
  .mobile-bar .mb-cta { background: var(--teal-700); color: #fff; }
  .to-top { bottom: 80px; }
  .lh-in { margin-left: 0; }
  .price-table th:nth-child(2), .price-table td:nth-child(2) { display: none; }
}
@media (max-width: 420px) {
  .svc-grid, .svc-grid.sm { grid-template-columns: 1fr; }
  .tb-contacts { flex-wrap: wrap; justify-content: center; gap: 2px 12px; font-size: .8rem; } .topbar-in { padding-top: 4px; padding-bottom: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
}
.post-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.post-list a { display: block; padding: 18px 22px; border: 1px solid var(--grey-200); border-radius: var(--radius); background: #fff; border-left: 4px solid var(--teal-500); transition: box-shadow .2s; }
.post-list a:hover { box-shadow: var(--shadow); }
.post-list b { display: block; font-family: var(--font-h); color: var(--teal-950); font-size: 1.08rem; }
.post-list span { color: var(--grey-600); font-size: .93rem; }
.calc > * { min-width: 0; }
.calc-field, .tiers, .qty { min-width: 0; }
.qty input[type=range] { min-width: 0; }
@media (max-width: 1440px) { .header-cta .btn-ghost { display: none; } .main-nav > ul > li > a { padding: 10px 9px; font-size: .92rem; } }
@media (max-width: 1280px) { .main-nav > ul > li:nth-child(6) { display: none; } }
@media (max-width: 760px) { .qty input[type=number] { width: 84px; } .calc-in { padding: 18px; } }
@media (max-width: 1600px) { .header-cta .btn-ghost { display: none; } }
@media (max-width: 1320px) { .main-nav > ul > li:nth-child(6) { display: none; } }
@media (max-width: 1180px) { .main-nav > ul > li:nth-child(5) { display: none; } }
.rev-src { color: var(--teal-700) !important; font-weight: 600; margin-top: 2px; }
/* specijalnosti */
.featured { background: linear-gradient(180deg, var(--teal-50), #fff); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feat-card { background: #fff; border: 2px solid var(--teal-300); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.fc-img { position: relative; display: block; }
.fc-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.fc-badge { position: absolute; left: 16px; top: 16px; background: var(--teal-700); color: #fff; font-weight: 700; font-size: .85rem; padding: 6px 14px; border-radius: 999px; box-shadow: var(--shadow); z-index: 1; }
.fc-badge.sm { left: 10px; top: 10px; font-size: .74rem; padding: 4px 10px; }
.fc-body { padding: 26px 28px 28px; }
.fc-body h3 { font-size: 1.45rem; }
.fc-body h3 a { color: var(--teal-950); }
.fc-body > p { color: var(--grey-600); }
.fc-price { font-size: 1rem; color: var(--grey-700); }
.fc-price b { color: var(--teal-700); font-family: var(--font-h); font-size: 1.2rem; }
.svc-card { position: relative; }
.svc-card.is-feat { border: 2px solid var(--teal-400); }
.mega li a.mega-feat { color: var(--teal-700); font-weight: 600; background: var(--teal-50); }
@media (max-width: 760px) { .feat-grid { grid-template-columns: 1fr; } .fc-body { padding: 20px; } }
