/* ============================================================
   ŠLEP.RS — Šlep služba Beograd 00–24h
   Design system + components
   Brand: signal yellow #FFDE01 on asphalt black
   ============================================================ */

/* ---------- 1. Fonts (self-hosted, no external requests) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- 2. Tokens ---------- */
:root {
  /* brand — signal yellow (preuzeto sa slep sajta) */
  --brand: #ffde01;
  --brand-deep: #ffb300;
  --brand-ink: #1a1500;
  --brand-soft: rgba(255, 222, 1, 0.14);
  --brand-glow: rgba(255, 222, 1, 0.38);

  /* površine — duboki slate-teal */
  --ink: #0d1418;
  --bg: #121a1e;
  --surface: #18232a;
  --surface-2: #1e2c33;
  --surface-3: #28373f;
  --line: rgba(214, 235, 240, 0.10);
  --line-strong: rgba(214, 235, 240, 0.19);

  /* tekst */
  --text: #eaf1f3;
  --text-dim: #a9bcc4;
  --muted: #7b8f98;

  /* type */
  --font-display: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --step--2: clamp(0.72rem, 0.70rem + 0.10vw, 0.78rem);
  --step--1: clamp(0.82rem, 0.79rem + 0.16vw, 0.92rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
  --step-1: clamp(1.12rem, 1.05rem + 0.35vw, 1.3rem);
  --step-2: clamp(1.35rem, 1.22rem + 0.65vw, 1.75rem);
  --step-3: clamp(1.65rem, 1.42rem + 1.1vw, 2.35rem);
  --step-4: clamp(2rem, 1.62rem + 1.9vw, 3.2rem);
  --step-5: clamp(2.45rem, 1.8rem + 3.2vw, 4.5rem);
  --step-6: clamp(2.9rem, 1.85rem + 5.2vw, 6.2rem);

  /* space */
  --sp-1: 0.375rem;
  --sp-2: 0.75rem;
  --sp-3: 1.125rem;
  --sp-4: 1.75rem;
  --sp-5: 2.5rem;
  --sp-6: 3.5rem;
  --sp-7: 5rem;
  --sp-8: 7rem;
  --section: clamp(4rem, 3rem + 6vw, 8.5rem);
  --gutter: clamp(1.15rem, 0.6rem + 2.6vw, 2.75rem);
  --maxw: 1280px;

  /* shape */
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --r-xl: 32px;

  /* motion */
  --e-out: cubic-bezier(0.22, 1, 0.36, 1);
  --e-in-out: cubic-bezier(0.76, 0, 0.24, 1);
  --e-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* fx */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow: 0 18px 45px -18px rgba(0, 0, 0, 0.75);
  --shadow-lg: 0 40px 90px -30px rgba(0, 0, 0, 0.85);
  --tape: repeating-linear-gradient(-45deg, var(--brand) 0 12px, #0d1418 12px 26px);

  --header-h: 76px;
}

/* ---------- 3. Reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* clip (ne hidden) — ne pravi scroll kontejner, pa sticky/pin rade */
  overflow-x: clip;
  font-synthesis-weight: none;
}

body.is-locked { overflow: hidden; }

/* Lenis smooth scroll — obavezna pravila */
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol { list-style: none; padding: 0; }

/* [hidden] mora da pobedi display:flex/grid na komponentama */
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }

p { text-wrap: pretty; }

::selection {
  background: var(--brand);
  color: #000;
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

/* thin custom scrollbar */
@supports selector(::-webkit-scrollbar) {
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: var(--ink); }
  ::-webkit-scrollbar-thumb {
    background: #2a2a34;
    border-radius: 99px;
    border: 2px solid var(--ink);
  }
  ::-webkit-scrollbar-thumb:hover { background: var(--brand); }
}

/* ---------- 4. Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 880px; }
.container--wide { max-width: 1500px; }

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * 0.6); }
.section--flush-top { padding-top: 0; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0; left: 50%;
  transform: translate(-50%, -120%);
  z-index: 999;
  background: var(--brand);
  color: #000;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 var(--r) var(--r);
  transition: transform 0.25s var(--e-out);
}
.skip-link:focus { transform: translate(-50%, 0); }

/* ---------- 5. Typography bits ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-display);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: var(--sp-3);
}
.eyebrow::before {
  content: '';
  width: 30px; height: 2px;
  background: currentColor;
  flex: none;
}
.eyebrow--center::after {
  content: '';
  width: 30px; height: 2px;
  background: currentColor;
  flex: none;
}

.lead {
  font-size: var(--step-1);
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 62ch;
}

.section-head { max-width: 780px; margin-bottom: var(--sp-6); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head p { margin-top: var(--sp-3); color: var(--text-dim); }

.mark { color: var(--brand); }
.outline-text {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.28);
}
.muted { color: var(--muted); }

/* ---------- 6. Buttons ---------- */
.btn {
  --btn-bg: var(--brand);
  --btn-fg: #0a0a0a;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65em;
  padding: 1.05em 1.9em;
  font-family: var(--font-display);
  font-size: var(--step-0);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: 1px solid transparent;
  border-radius: 99px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
  transition: transform 0.35s var(--e-out), box-shadow 0.35s var(--e-out),
    color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.btn > * { position: relative; z-index: 2; }

/* sliding sheen */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.55) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--e-out);
}
.btn:hover::after { transform: translateX(120%); }

.btn:hover {
  box-shadow: 0 12px 34px -8px var(--brand-glow);
  transform: translateY(-2px);
}
.btn:active { transform: translateY(0) scale(0.985); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--text);
  border-color: var(--line-strong);
  backdrop-filter: blur(6px);
}
.btn--ghost::after { background: linear-gradient(100deg, transparent 20%, rgba(255, 222, 1, 0.16) 50%, transparent 80%); }
.btn--ghost:hover {
  border-color: var(--brand);
  color: var(--brand);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.8);
}

.btn--dark {
  --btn-bg: #14141a;
  --btn-fg: var(--text);
  border-color: var(--line);
}

.btn--lg { padding: 1.2em 2.3em; font-size: var(--step-1); }
.btn--sm { padding: 0.8em 1.4em; font-size: var(--step--1); }
.btn--block { width: 100%; }

.btn__icon {
  display: grid;
  place-items: center;
  width: 1.35em;
  height: 1.35em;
  flex: none;
}
.btn__icon svg { width: 100%; height: 100%; }

/* pulsing emergency call button */
.btn--call { position: relative; }
.btn--call::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 99px;
  border: 2px solid var(--brand);
  animation: ring 2.6s var(--e-out) infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes ring {
  0% { opacity: 0.8; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1.28); }
}

/* text link with animated underline */
.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-weight: 600;
  color: var(--brand);
}
.link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--e-out);
}
.link:hover::after { transform: scaleX(1); }
.link svg { width: 1em; height: 1em; transition: transform 0.4s var(--e-out); }
.link:hover svg { transform: translateX(4px); }

/* ---------- 7. Preloader ---------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
  gap: var(--sp-4);
  background: var(--ink);
  transition: opacity 0.6s ease, visibility 0.6s;
}
.preloader::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: var(--tape);
  background-size: 39.6px 39.6px;
  animation: tape-slide 1.2s linear infinite;
}
@keyframes tape-slide { to { background-position: 39.6px 0; } }

.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__truck {
  width: min(240px, 55vw);
  color: var(--brand);
  animation: truck-in 1.1s var(--e-out) both;
}
@keyframes truck-in {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}
.preloader__truck .wheel { animation: spin 0.9s linear infinite; transform-box: fill-box; transform-origin: center; }
@keyframes spin { to { transform: rotate(360deg); } }

.preloader__word {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  overflow: hidden;
}
.preloader__word span {
  display: inline-block;
  animation: rise 0.7s var(--e-out) both;
}
@keyframes rise {
  from { transform: translateY(105%); }
  to { transform: translateY(0); }
}

.preloader__bar {
  width: min(280px, 60vw);
  height: 3px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  overflow: hidden;
}
.preloader__bar i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--brand);
  animation: fill 1.6s var(--e-out) forwards;
}
@keyframes fill { to { width: 100%; } }

.preloader__meta {
  text-align: center;
  font-size: var(--step--2);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- 8. Custom cursor ---------- */
.cursor,
.cursor-dot {
  position: fixed;
  top: 0; left: 0;
  z-index: 900;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cursor {
  width: 38px; height: 38px;
  border: 1.5px solid var(--brand);
  margin: -19px 0 0 -19px;
  transition: opacity 0.3s ease, width 0.35s var(--e-out), height 0.35s var(--e-out),
    margin 0.35s var(--e-out), background 0.35s ease, border-color 0.3s ease;
}
.cursor-dot {
  width: 5px; height: 5px;
  margin: -2.5px 0 0 -2.5px;
  background: var(--brand);
}
body.cursor-ready .cursor,
body.cursor-ready .cursor-dot { opacity: 1; }

body.cursor-hover .cursor {
  width: 66px; height: 66px;
  margin: -33px 0 0 -33px;
  background: var(--brand-soft);
  border-color: var(--brand);
}
body.cursor-hover .cursor-dot { opacity: 0; }

/* ---------- 9. Header / nav ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 500;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: transform 0.45s var(--e-out), background 0.35s ease, height 0.35s ease,
    border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}
.header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 7, 9, 0.85), rgba(7, 7, 9, 0));
  z-index: -1;
  transition: opacity 0.35s ease;
}
.header.is-stuck {
  height: 64px;
  background: rgba(9, 9, 12, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.header.is-stuck::before { opacity: 0; }
.header.is-hidden { transform: translateY(-105%); }

.header__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex: none;
  margin-right: auto;
}
.brand__mark {
  width: 42px; height: 42px;
  flex: none;
  transition: transform 0.5s var(--e-spring);
}
.brand:hover .brand__mark { transform: rotate(-6deg) scale(1.06); }
.brand__text { display: grid; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand__name i { color: var(--brand); font-style: normal; }
.brand__tag {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.2vw, 1.1rem);
}
.nav__link {
  position: relative;
  display: block;
  padding: 0.55rem 0.7rem;
  font-size: var(--step--1);
  font-weight: 500;
  color: var(--text-dim);
  transition: color 0.3s ease;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 0.7rem; right: 0.7rem;
  bottom: 0.28rem;
  height: 1.5px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--e-out);
}
.nav__link:hover { color: var(--text); }
.nav__link:hover::after,
.nav__link[aria-current='page']::after { transform: scaleX(1); }
.nav__link[aria-current='page'] { color: var(--text); }

.header__cta { display: flex; align-items: center; gap: 0.6rem; flex: none; }

.header__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--step-0);
  padding: 0.5rem 0.4rem;
  transition: color 0.3s ease;
}
.header__phone:hover { color: var(--brand); }
.header__phone svg { width: 1.15em; height: 1.15em; color: var(--brand); flex: none; }
.header__phone .pulse-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #34d058;
  box-shadow: 0 0 0 0 rgba(52, 208, 88, 0.7);
  animation: live 2s infinite;
  flex: none;
}
@keyframes live {
  0% { box-shadow: 0 0 0 0 rgba(52, 208, 88, 0.7); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(52, 208, 88, 0); }
}

/* scroll progress */
.scroll-progress {
  position: absolute;
  left: 0; bottom: -1px;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--brand), var(--brand-deep));
  z-index: 2;
}

/* burger */
.burger {
  display: none;
  position: relative;
  width: 46px; height: 46px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  cursor: pointer;
  flex: none;
}
.burger span {
  position: absolute;
  left: 50%; top: 50%;
  width: 18px; height: 1.8px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.4s var(--e-out), opacity 0.25s ease, width 0.4s var(--e-out);
}
.burger span:nth-child(1) { transform: translate(-50%, -6px); }
.burger span:nth-child(2) { transform: translate(-50%, 0); width: 12px; }
.burger span:nth-child(3) { transform: translate(-50%, 6px); }
.burger[aria-expanded='true'] span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }
.burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded='true'] span:nth-child(3) { transform: translate(-50%, 0) rotate(-45deg); }

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 490;
  display: grid;
  align-content: start;
  padding: calc(var(--header-h) + 1.5rem) var(--gutter)
           calc(2rem + env(safe-area-inset-bottom, 0px));
  background: rgba(7, 7, 9, 0.97);
  backdrop-filter: blur(14px);
  clip-path: circle(0% at calc(100% - 46px) 40px);
  transition: clip-path 0.7s var(--e-in-out);
  overflow-y: auto;
}
.drawer.is-open { clip-path: circle(150% at calc(100% - 46px) 40px); }
.drawer__list { display: grid; gap: 0.35rem; }
.drawer__link {
  display: block;
  padding: 0.6rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 8vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(26px);
  transition: color 0.3s ease;
}
.drawer.is-open .drawer__link {
  animation: drawer-in 0.6s var(--e-out) forwards;
  animation-delay: calc(0.12s + var(--i, 0) * 0.06s);
}
@keyframes drawer-in { to { opacity: 1; transform: translateY(0); } }
.drawer__link:hover { color: var(--brand); }
.drawer__foot {
  margin-top: var(--sp-5);
  display: grid;
  gap: 0.9rem;
}
.drawer__phone {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 7vw, 2rem);
  font-weight: 700;
  color: var(--brand);
}

/* niži ekrani telefona — ceo meni staje bez skrolovanja */
@media (max-width: 1040px) and (max-height: 780px) {
  .drawer { padding-top: calc(var(--header-h) + 0.75rem); }
  .drawer__list { gap: 0.1rem; }
  .drawer__link { padding: 0.4rem 0; font-size: clamp(1.3rem, 6.4vw, 1.9rem); }
  .drawer__foot { margin-top: var(--sp-3); gap: 0.6rem; }
  .drawer__phone { font-size: clamp(1.3rem, 6vw, 1.7rem); }
}

@media (max-width: 1040px) {
  .nav { display: none; }
  .burger { display: block; }
  .header__phone .txt { display: none; }
}
@media (max-width: 560px) {
  .header__cta .btn { display: none; }
  .brand__tag { display: none; }
}

/* ---------- 10. Hero ---------- */
.hero {
  position: relative;
  min-height: min(980px, 100svh);
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: grayscale(0.35) contrast(1.08) brightness(0.55);
  transform: scale(1.12);
  animation: kenburns 26s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.12) translate3d(0, 0, 0); }
  to { transform: scale(1.24) translate3d(-2%, -1.5%, 0); }
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 15% 90%, rgba(255, 222, 1, 0.12), transparent 60%),
    linear-gradient(to top, var(--bg) 2%, rgba(11, 11, 14, 0.86) 38%, rgba(11, 11, 14, 0.55) 70%, rgba(11, 11, 14, 0.8) 100%);
}

/* headlight streak canvas */
.hero__canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
}

/* grid + grain */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(120% 80% at 50% 25%, #000 25%, transparent 75%);
  pointer-events: none;
}

.grain {
  position: absolute;
  inset: -100%;
  z-index: -1;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 0.6s steps(2) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-2%, 1.5%); }
  100% { transform: translate(1%, -1%); }
}

.hero__inner {
  position: relative;
  width: 100%;
  display: grid;
  gap: var(--sp-5);
}

.hero__badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.45em 0.95em;
  font-size: var(--step--2);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  color: var(--text-dim);
}
.chip svg { width: 1.15em; height: 1.15em; color: var(--brand); }
.chip--live { border-color: rgba(52, 208, 88, 0.45); color: #a5f3b6; }
.chip--brand { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }

.hero__title {
  font-size: var(--step-6);
  line-height: 0.93;
  letter-spacing: -0.04em;
  max-width: 17ch;
  text-transform: uppercase;
}
.hero__title .row { display: block; }
.hero__title .stroke {
  color: transparent;
  -webkit-text-stroke: 2px var(--brand);
}

/* kinetička linija ispod naslova */
.hero__rotate {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: -0.6rem;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.hero__rotate::before {
  content: '';
  flex: none;
  width: 34px; height: 2px;
  background: var(--brand);
}

/* rotating word */
.rotator {
  display: inline-grid;
  align-items: center;
  vertical-align: bottom;
  overflow: hidden;
  height: 1.3em;
}
.rotator span {
  grid-area: 1 / 1;
  color: var(--brand);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.7s var(--e-out), opacity 0.5s ease;
}
.rotator span.is-active { opacity: 1; transform: translateY(0); }
.rotator span.is-out { opacity: 0; transform: translateY(-100%); }

.hero__desc { max-width: 54ch; color: var(--text-dim); font-size: var(--step-1); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  margin-top: var(--sp-3);
  /* full-bleed: od ivice do ivice browsera, van container gutera */
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid var(--line);
  background: var(--line);
}
.hero__stat {
  padding: var(--sp-3) var(--sp-3) var(--sp-2) var(--sp-3);
  background: var(--bg);
}
.hero__stat b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.hero__stat b .suffix {
  color: var(--brand);
  font-size: 0.68em;
  margin-left: 0.15em;
}
.hero__stat > span {
  font-size: var(--step--1);
  color: var(--muted);
  line-height: 1.35;
  display: block;
}

/* rotating 00-24 seal */
.seal {
  position: absolute;
  right: clamp(-10px, 2vw, 40px);
  top: clamp(90px, 16vh, 190px);
  width: clamp(112px, 15vw, 178px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  z-index: 3;
}
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }
.seal text { font-family: var(--font-display); font-size: 9.2px; font-weight: 700; letter-spacing: 0.34em; fill: var(--brand); text-transform: uppercase; }
.seal__core {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1;
}
.seal__core small { display: block; font-size: 0.42em; letter-spacing: 0.2em; color: var(--muted); margin-top: 4px; font-weight: 500; }

@media (max-width: 780px) { .seal { display: none; } }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  z-index: 3;
}
.scroll-cue i {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--brand), transparent);
  transform-origin: top;
  animation: cue 1.9s var(--e-in-out) infinite;
}
@keyframes cue {
  0%, 100% { transform: scaleY(0.25); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}
@media (max-width: 900px) { .scroll-cue { display: none; } }

/* mobilni hero — sve staje u prvi ekran */
@media (max-width: 640px) {
  .hero { padding-top: calc(var(--header-h) + 1rem); }
  .hero__inner { gap: var(--sp-3); }
  .hero__title { font-size: clamp(2.5rem, 12.5vw, 3.5rem); }
  .hero__rotate { font-size: var(--step-1); margin-top: -0.2rem; }
  .hero__desc { font-size: var(--step-0); }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .hero__stat { padding: var(--sp-2); }
  .chip { padding: 0.35em 0.8em; font-size: 0.66rem; }
  .hero__actions .btn { flex: 1 1 100%; }
}

/* page hero (inner pages) */
.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(3rem, 8vw, 6rem));
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(90% 120% at 85% -10%, rgba(255, 222, 1, 0.16), transparent 55%),
    radial-gradient(70% 90% at 0% 0%, rgba(255, 179, 0, 0.08), transparent 60%),
    var(--ink);
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent);
  pointer-events: none;
}
.page-hero__title { font-size: var(--step-5); text-transform: uppercase; letter-spacing: -0.035em; }
.page-hero .lead { margin-top: var(--sp-3); }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: var(--sp-4); }

/* breadcrumbs */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--step--1);
  color: var(--muted);
  margin-bottom: var(--sp-3);
}
.crumbs li { display: flex; align-items: center; gap: 0.5rem; }
.crumbs li + li::before { content: '/'; color: rgba(255, 255, 255, 0.25); }
.crumbs a { transition: color 0.25s ease; }
.crumbs a:hover { color: var(--brand); }
.crumbs [aria-current] { color: var(--text-dim); }

/* ---------- 11. Marquee ---------- */
.marquee {
  position: relative;
  padding-block: 1.05rem;
  background: var(--brand);
  color: #0a0a0a;
  overflow: hidden;
  border-block: 1px solid rgba(0, 0, 0, 0.2);
}
.marquee--dark {
  background: var(--surface);
  color: var(--text-dim);
  border-color: var(--line);
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: 2.2rem;
  animation: marquee var(--dur, 38s) linear infinite;
}
.marquee--rev .marquee__track { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee__item::after {
  content: '';
  width: 8px; height: 8px;
  background: currentColor;
  transform: rotate(45deg);
  flex: none;
  opacity: 0.55;
}

/* ---------- 12. Cards / surfaces ---------- */
.card {
  position: relative;
  padding: var(--sp-4);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.5s var(--e-out), border-color 0.4s ease, background 0.4s ease;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 222, 1, 0.13), transparent 62%);
  transition: opacity 0.45s ease;
}
.card:hover { border-color: rgba(255, 222, 1, 0.35); transform: translateY(-4px); }
.card:hover::before { opacity: 1; }

.card__index {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.14);
  transition: -webkit-text-stroke-color 0.4s ease;
}
.card:hover .card__index { -webkit-text-stroke-color: rgba(255, 222, 1, 0.6); }

.card__icon {
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--brand-soft);
  border: 1px solid rgba(255, 222, 1, 0.22);
  color: var(--brand);
  margin-bottom: var(--sp-3);
  transition: transform 0.5s var(--e-spring), background 0.4s ease;
}
.card__icon svg { width: 28px; height: 28px; }
.card:hover .card__icon { transform: translateY(-3px) rotate(-6deg); background: rgba(255, 222, 1, 0.22); }

.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--text-dim); font-size: var(--step--1); }

/* tilt wrapper */
.tilt { transform-style: preserve-3d; will-change: transform; }

/* feature grid */
.grid {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.5rem);
}
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

/* split section (text + media) */
.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
}
.split--rev > *:first-child { order: 2; }
@media (max-width: 860px) { .split--rev > *:first-child { order: 0; } }

/* framed media with mask wipe */
.media-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  isolation: isolate;
  background: var(--surface-2);
}
.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s var(--e-out), filter 0.6s ease;
  filter: saturate(0.9) contrast(1.05);
}
.media-frame:hover img { transform: scale(1.09); }
.media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 7, 9, 0.65), transparent 55%);
  pointer-events: none;
}
.media-frame--tall img { aspect-ratio: 3 / 4; }

/* cela fotografija — bez isecanja, uvek staje u viewport */
.media-frame--fit img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  transform: none;
  max-height: min(74vh, 620px);
  background: var(--surface-2);
}
.media-frame--fit:hover img { transform: none; }

.media-frame__tag {
  position: absolute;
  left: 1rem; bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  font-size: var(--step--2);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--brand);
  color: #0a0a0a;
  border-radius: 99px;
}

/* floating badge over media */
.float-badge {
  position: absolute;
  z-index: 3;
  padding: var(--sp-3) var(--sp-4);
  background: rgba(11, 11, 14, 0.86);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}
.float-badge b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--step-2);
  color: var(--brand);
  line-height: 1;
}
.float-badge > span { font-size: var(--step--2); color: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; }
.float-badge--br { right: -14px; bottom: -18px; }
.float-badge--tl { left: -14px; top: -18px; }
@media (max-width: 640px) {
  .float-badge--br { right: 8px; bottom: 8px; }
  .float-badge--tl { left: 8px; top: 8px; }
}

/* ---------- 12b. Pinovana horizontalna sekcija usluga ---------- */
.hscroll {
  position: relative;
  overflow: hidden;
  padding-block: var(--section);
}
/* kada je sekcija pinovana, mora da stane u jedan ekran */
@media (min-width: 1000px) {
  .hscroll {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: clamp(2.5rem, 7vh, 5rem);
  }
}
.hscroll__head { margin-bottom: var(--sp-5); }
.hscroll__viewport { width: 100%; }
.hscroll__track {
  display: flex;
  gap: clamp(0.8rem, 1.4vw, 1.4rem);
  width: max-content;
  padding-inline: var(--gutter);
  will-change: transform;
}
/* mobilni / bez GSAP-a: običan swipe */
.hscroll.is-native .hscroll__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.hscroll.is-native .hscroll__track > * { scroll-snap-align: center; }

.hscroll__bar {
  position: relative;
  height: 3px;
  margin-top: var(--sp-4);
  background: var(--line);
  border-radius: 99px;
  overflow: hidden;
}
.hscroll__bar i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--brand), var(--brand-deep));
  transform: scaleX(0);
  transform-origin: left;
}
.hscroll.is-native .hscroll__bar { display: none; }

.hcard {
  position: relative;
  flex: 0 0 clamp(260px, 27vw, 355px);
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.4s ease, transform 0.5s var(--e-out);
}
.hcard:hover { border-color: rgba(255, 222, 1, 0.4); }
.hcard__media { position: relative; overflow: hidden; }
.hcard__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.8) brightness(0.8);
  transition: transform 0.9s var(--e-out), filter 0.5s ease;
}
.hcard:hover .hcard__media img { transform: scale(1.07); filter: saturate(1) brightness(0.95); }
.hcard__num {
  position: absolute;
  top: 0.75rem; left: 0.9rem;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.55);
  transition: -webkit-text-stroke-color 0.4s ease;
}
.hcard:hover .hcard__num { -webkit-text-stroke-color: var(--brand); }
.hcard__body { padding: var(--sp-4); display: grid; gap: 0.55rem; align-content: start; }
.hcard__body h3 { font-size: var(--step-1); }
.hcard__body p { font-size: var(--step--1); color: var(--text-dim); }
.hcard__body .link { margin-top: 0.35rem; font-size: var(--step--1); }

/* ---------- 13. Stats band ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.stat {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: var(--surface);
  text-align: center;
  transition: background 0.4s ease;
}
.stat:hover { background: var(--surface-2); }
.stat b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--step-4);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.stat b .suffix { color: var(--brand); font-size: 0.72em; }
.stat > span { display: block; margin-top: 0.6rem; font-size: var(--step--1); color: var(--muted); }

/* ---------- 14. Process timeline ---------- */
.process { position: relative; }
.process__rail {
  position: absolute;
  left: 27px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--line);
  border-radius: 2px;
}
.process__rail i {
  display: block;
  width: 100%;
  height: var(--p, 0%);
  background: linear-gradient(to bottom, var(--brand), var(--brand-deep));
  border-radius: 2px;
  box-shadow: 0 0 16px var(--brand-glow);
  transition: height 0.15s linear;
}
.process__list { display: grid; gap: clamp(1.5rem, 3vw, 2.6rem); }
.process__step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
}
.process__num {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--line-strong);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--step-0);
  color: var(--muted);
  transition: all 0.5s var(--e-out);
}
.process__step.is-lit .process__num {
  background: var(--brand);
  border-color: var(--brand);
  color: #0a0a0a;
  box-shadow: 0 0 0 6px var(--brand-soft);
}
.process__body h3 { margin-bottom: 0.4rem; }
.process__body p { color: var(--text-dim); }
.process__time {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 0.7rem;
  font-size: var(--step--2);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}

/* ---------- 15. Price calculator ---------- */
.calc {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
}
@media (max-width: 900px) { .calc { grid-template-columns: 1fr; } }

.calc__panel {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
}
.calc__field + .calc__field { margin-top: var(--sp-4); }
.calc__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.9rem;
}
.calc__value {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.02em;
  text-transform: none;
}

input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  cursor: grab;
}
input[type='range']:active { cursor: grabbing; }
input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand) var(--fill, 0%), rgba(255, 255, 255, 0.1) var(--fill, 0%));
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px; height: 26px;
  margin-top: -9px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid var(--brand);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 0 0 var(--brand-glow);
  transition: box-shadow 0.3s ease, transform 0.2s var(--e-spring);
}
input[type='range']:hover::-webkit-slider-thumb { transform: scale(1.12); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 0 9px var(--brand-soft); }
input[type='range']::-moz-range-track { height: 8px; border-radius: 99px; background: rgba(255, 255, 255, 0.1); }
input[type='range']::-moz-range-progress { height: 8px; border-radius: 99px; background: var(--brand); }
input[type='range']::-moz-range-thumb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid var(--brand);
}

.calc__ticks {
  display: flex;
  justify-content: space-between;
  font-size: var(--step--2);
  color: var(--muted);
  margin-top: 0.35rem;
}

.seg {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.7em 1.15em;
  font-size: var(--step--1);
  font-weight: 600;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  cursor: pointer;
  color: var(--text-dim);
  transition: all 0.3s var(--e-out);
  user-select: none;
}
.seg label:hover { border-color: var(--brand); color: var(--text); }
.seg input:checked + label {
  background: var(--brand);
  border-color: var(--brand);
  color: #0a0a0a;
  transform: translateY(-1px);
}
.seg input:focus-visible + label { outline: 3px solid var(--brand); outline-offset: 3px; }
.seg label svg { width: 1.25em; height: 1.25em; }

.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}
.switch-row:first-of-type { border-top: 0; }
.switch-row span { font-size: var(--step--1); color: var(--text-dim); }
.switch { position: relative; flex: none; width: 50px; height: 28px; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch i {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  transition: background 0.3s ease;
  pointer-events: none;
}
.switch i::after {
  content: '';
  position: absolute;
  top: 4px; left: 4px;
  width: 20px; height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.35s var(--e-spring);
}
.switch input:checked + i { background: var(--brand); }
.switch input:checked + i::after { transform: translateX(22px); }
.switch input:focus-visible + i { outline: 3px solid var(--brand); outline-offset: 3px; }

/* result card */
.calc__result {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: var(--sp-4);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: var(--r-xl);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(255, 222, 1, 0.2), transparent 55%),
    linear-gradient(160deg, var(--surface-2), var(--ink));
  border: 1px solid rgba(255, 222, 1, 0.28);
  overflow: hidden;
  isolation: isolate;
}
.calc__result::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: var(--tape);
  background-size: 39.6px 39.6px;
  animation: tape-slide 2.4s linear infinite;
}
.calc__price {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.calc__price small { font-size: 0.34em; color: var(--muted); letter-spacing: 0.06em; margin-left: 0.35em; font-weight: 600; }
.calc__breakdown { display: grid; gap: 0.55rem; font-size: var(--step--1); }
.calc__breakdown li { display: flex; justify-content: space-between; gap: 1rem; color: var(--text-dim); }
.calc__breakdown li b { color: var(--text); font-variant-numeric: tabular-nums; }
.calc__note { font-size: var(--step--2); color: var(--muted); line-height: 1.5; }

/* ---------- 16. Price table ---------- */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
}
table.price {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
table.price caption {
  text-align: left;
  padding: var(--sp-3) var(--sp-4);
  font-size: var(--step--1);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
table.price th,
table.price td {
  padding: 1.05rem var(--sp-4);
  text-align: left;
  border-bottom: 1px solid var(--line);
}
table.price thead th {
  font-family: var(--font-display);
  font-size: var(--step--1);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(255, 222, 1, 0.05);
}
table.price tbody tr { transition: background 0.25s ease; }
table.price tbody tr:hover { background: rgba(255, 222, 1, 0.045); }
table.price tbody tr:last-child td { border-bottom: 0; }
table.price td.num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--step-1);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
table.price td small { display: block; font-size: var(--step--2); color: var(--muted); font-weight: 500; font-family: var(--font-body); }

/* ---------- 17. Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: clamp(0.6rem, 1.2vw, 1rem);
}
.gallery__item {
  position: relative;
  display: block;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--surface-2);
  cursor: pointer;
  border: 1px solid var(--line);
  isolation: isolate;
}
.gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.92);
  transform: scale(1.01);
  transition: transform 0.8s var(--e-out), filter 0.5s ease;
}
.gallery__item:hover img { transform: scale(1.08); filter: saturate(1.05) brightness(1); }
.gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 7, 9, 0.8), transparent 55%);
  opacity: 0.75;
  transition: opacity 0.4s ease;
}
.gallery__item:hover::after { opacity: 1; }
.gallery__cap {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 0.9rem 1rem;
  font-size: var(--step--1);
  font-weight: 600;
  transform: translateY(8px);
  opacity: 0;
  transition: all 0.45s var(--e-out);
}
.gallery__item:hover .gallery__cap { transform: translateY(0); opacity: 1; }
.gallery__zoom {
  position: absolute;
  top: 0.7rem; right: 0.7rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: #000;
  opacity: 0;
  transform: scale(0.6) rotate(-30deg);
  transition: all 0.45s var(--e-spring);
}
.gallery__item:hover .gallery__zoom { opacity: 1; transform: scale(1) rotate(0); }
.gallery__zoom svg { width: 18px; height: 18px; }

/* horizontal scroll strip */
.strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.strip > * { flex: 0 0 clamp(220px, 26vw, 320px); scroll-snap-align: start; }

/* lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 800;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(5, 5, 7, 0.95);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  transform: scale(0.92);
  transition: transform 0.5s var(--e-out);
}
.lightbox.is-open img { transform: scale(1); }
.lightbox__cap {
  position: absolute;
  left: 50%; bottom: clamp(1rem, 3vw, 2rem);
  transform: translateX(-50%);
  font-size: var(--step--1);
  color: var(--text-dim);
  text-align: center;
  max-width: 80%;
}
.lightbox__btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-strong);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s var(--e-out);
}
.lightbox__btn:hover { background: var(--brand); color: #000; border-color: var(--brand); }
.lightbox__btn svg { width: 22px; height: 22px; }
.lightbox__close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lightbox__prev { left: clamp(0.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(0.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }

/* ---------- 18. Testimonials ---------- */
.quotes { position: relative; overflow: hidden; }
.quotes__track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  transition: transform 0.7s var(--e-out);
  will-change: transform;
}
.quote {
  flex: 0 0 100%;
  padding: clamp(1.6rem, 3.5vw, 2.8rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  position: relative;
}
@media (min-width: 780px) { .quote { flex-basis: calc(50% - 0.75rem); } }
@media (min-width: 1120px) { .quote { flex-basis: calc(33.333% - 1rem); } }
.quote__mark {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.7;
  color: var(--brand);
  opacity: 0.35;
}
.quote p { margin: var(--sp-2) 0 var(--sp-3); color: var(--text-dim); }
.quote__who { display: flex; align-items: center; gap: 0.85rem; }
.quote__av {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--brand-soft);
  border: 1px solid rgba(255, 222, 1, 0.3);
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand);
  flex: none;
}
.quote__who b { display: block; font-size: var(--step--1); }
.quote__who span { font-size: var(--step--2); color: var(--muted); }
.stars { display: flex; gap: 2px; color: var(--brand); margin-bottom: 0.5rem; }
.stars svg { width: 15px; height: 15px; }

.slider-nav { display: flex; gap: 0.6rem; margin-top: var(--sp-4); justify-content: center; }
.slider-nav button {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s var(--e-out);
}
.slider-nav button:hover:not(:disabled) { background: var(--brand); color: #000; border-color: var(--brand); }
.slider-nav button:disabled { opacity: 0.3; cursor: not-allowed; }
.slider-nav svg { width: 20px; height: 20px; }

/* ---------- 19. Coverage chips (local SEO) ---------- */
.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.area {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.6em 1.05em;
  font-size: var(--step--1);
  font-weight: 500;
  color: var(--text-dim);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 99px;
  transition: all 0.32s var(--e-out);
}
.area::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.5;
  transition: all 0.32s ease;
  flex: none;
}
.area:hover {
  color: #0a0a0a;
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-2px);
}
.area:hover::before { background: #0a0a0a; opacity: 1; }

/* ---------- 20. FAQ ---------- */
.faq { display: grid; gap: 0.7rem; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color 0.35s ease, background 0.35s ease;
}
.faq__item.is-open { border-color: rgba(255, 222, 1, 0.35); background: var(--surface-2); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  padding: 1.15rem clamp(1rem, 2.5vw, 1.6rem);
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 600;
  letter-spacing: -0.015em;
  cursor: pointer;
  transition: color 0.3s ease;
}
.faq__q:hover { color: var(--brand); }
.faq__ico {
  position: relative;
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  transition: all 0.4s var(--e-out);
}
.faq__ico::before,
.faq__ico::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 1.8px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.4s var(--e-out);
}
.faq__ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.is-open .faq__ico { background: var(--brand); border-color: var(--brand); color: #000; transform: rotate(180deg); }
.faq__item.is-open .faq__ico::after { transform: translate(-50%, -50%) rotate(0); }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--e-out);
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p {
  padding: 0 clamp(1rem, 2.5vw, 1.6rem) 1.35rem;
  color: var(--text-dim);
  max-width: 75ch;
}

/* ---------- 21. CTA band ---------- */
.cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(140deg, #14140f, var(--ink) 60%);
  border-block: 1px solid var(--line);
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(70% 130% at 88% 15%, rgba(255, 222, 1, 0.2), transparent 58%);
}
.cta__tape {
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: var(--tape);
  background-size: 39.6px 39.6px;
  animation: tape-slide 3s linear infinite;
}
.cta__inner {
  display: grid;
  gap: var(--sp-5);
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}
@media (max-width: 860px) { .cta__inner { grid-template-columns: 1fr; } }
.cta h2 { font-size: var(--step-4); text-transform: uppercase; }
.cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 5.5vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--brand);
  transition: transform 0.4s var(--e-out);
}
.cta__phone:hover { transform: scale(1.03); }
.cta__phone svg { width: 0.85em; height: 0.85em; flex: none; }

/* contact channel tiles */
.channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 0.85rem; }
.channel {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.05rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: all 0.35s var(--e-out);
}
.channel:hover { transform: translateY(-3px); border-color: var(--brand); background: var(--surface-2); }
.channel__ico {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  flex: none;
  color: #fff;
}
.channel__ico svg { width: 22px; height: 22px; }
.channel__ico--wa { background: #25d366; color: #06371a; }
.channel__ico--vb { background: #7360f2; }
.channel__ico--tel { background: var(--brand); color: #0a0a0a; }
.channel__ico--mail { background: var(--surface-3); color: var(--brand); border: 1px solid var(--line-strong); }
.channel b { display: block; font-size: var(--step--1); }
.channel span { font-size: var(--step--2); color: var(--muted); }

/* ---------- 22. Forms ---------- */
.form { display: grid; gap: var(--sp-3); }
.form__row { display: grid; gap: var(--sp-3); grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.field { position: relative; display: grid; gap: 0.45rem; }
.field > label {
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-dim);
}
.field > label .req { color: var(--brand); }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.95rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  color: var(--text);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder,
.field textarea::placeholder { color: #6b6b76; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--brand);
  background: var(--surface-2);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
.field.has-error input,
.field.has-error textarea { border-color: #ff5a4d; }
.field__err {
  font-size: var(--step--2);
  color: #ff8a80;
  min-height: 1em;
}
.form__note { font-size: var(--step--2); color: var(--muted); }
.form__status {
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-sm);
  font-size: var(--step--1);
  display: none;
}
.form__status.is-ok { display: block; background: rgba(52, 208, 88, 0.12); border: 1px solid rgba(52, 208, 88, 0.4); color: #a5f3b6; }
.form__status.is-err { display: block; background: rgba(255, 90, 77, 0.12); border: 1px solid rgba(255, 90, 77, 0.4); color: #ffb3ac; }

/* ---------- 23. Map ---------- */
.map {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-2);
  aspect-ratio: 16 / 10;
}
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.35) contrast(1.05); }
.map__poster {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 1rem;
  align-content: center;
  text-align: center;
  padding: 1.5rem;
  background:
    radial-gradient(70% 70% at 50% 45%, rgba(255, 222, 1, 0.1), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 34px),
    var(--surface-2);
  cursor: pointer;
  border: 0;
  color: inherit;
  transition: opacity 0.4s ease;
}
.map__poster.is-hidden { opacity: 0; pointer-events: none; }
.map__pin { color: var(--brand); animation: float 3.4s ease-in-out infinite; }
.map__pin svg { width: 44px; height: 44px; }

/* ---------- 24. Footer ---------- */
.footer {
  position: relative;
  padding-top: var(--sp-7);
  background: var(--ink);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--tape);
  background-size: 39.6px 39.6px;
}
.footer__grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(150px, 1fr));
  padding-bottom: var(--sp-6);
}
.footer h4 {
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: var(--sp-3);
}
.footer__links { display: grid; gap: 0.6rem; }
.footer__links a,
.footer address a {
  font-size: var(--step--1);
  color: var(--text-dim);
  transition: color 0.28s ease, transform 0.28s ease;
  display: inline-block;
}
.footer__links a:hover { color: var(--brand); transform: translateX(4px); }
.footer address { font-style: normal; display: grid; gap: 0.75rem; }
.footer address > div { display: flex; gap: 0.7rem; font-size: var(--step--1); color: var(--text-dim); }
.footer address svg { width: 17px; height: 17px; color: var(--brand); flex: none; margin-top: 4px; }
.footer address a:hover { color: var(--brand); }
.footer__about p { font-size: var(--step--1); color: var(--muted); max-width: 42ch; margin-top: var(--sp-3); }

.footer__seo {
  padding-block: var(--sp-4);
  border-top: 1px solid var(--line);
  font-size: var(--step--2);
  color: #8b8b96;
  line-height: 1.9;
}
.footer__seo a { transition: color 0.25s ease; }
.footer__seo a:hover { color: var(--brand); }

.footer__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--sp-3);
  border-top: 1px solid var(--line);
  font-size: var(--step--2);
  color: var(--muted);
}
.footer__bar nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer__bar a:hover { color: var(--brand); }

.to-top {
  position: fixed;
  right: clamp(1rem, 2vw, 1.75rem);
  bottom: clamp(5.5rem, 8vw, 2rem);
  z-index: 400;
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--brand);
  color: #0a0a0a;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px) scale(0.85);
  pointer-events: none;
  box-shadow: 0 10px 28px -8px var(--brand-glow);
  transition: all 0.45s var(--e-out);
}
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { transform: translateY(-3px); }
.to-top svg { width: 22px; height: 22px; }
@media (max-width: 720px) { .to-top { bottom: 5.5rem; } }

/* ---------- 25. Mobile action bar ---------- */
.action-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 450;
  display: none;
  background: rgba(9, 9, 12, 0.92);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--line);
  padding: 0.5rem;
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
.action-bar__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 0.4rem; }
.action-bar a {
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 0.55rem 0.3rem;
  border-radius: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-dim);
}
.action-bar a svg { width: 20px; height: 20px; }
.action-bar a.is-primary { background: var(--brand); color: #0a0a0a; }
.action-bar a.is-wa { color: #25d366; }
.action-bar a.is-vb { color: #a99cff; }
@media (max-width: 720px) {
  .action-bar { display: block; }
  body { padding-bottom: 4.6rem; }
}

/* ---------- 26. Blog ---------- */
.posts { display: grid; gap: clamp(1rem, 2vw, 1.6rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.post {
  display: grid;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.45s var(--e-out), border-color 0.35s ease;
}
.post:hover { transform: translateY(-5px); border-color: rgba(255, 222, 1, 0.35); }
.post__media { overflow: hidden; }
.post__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.8s var(--e-out); }
.post:hover .post__media img { transform: scale(1.06); }
.post__body { padding: var(--sp-4); display: grid; gap: 0.7rem; align-content: start; }
.post__meta { display: flex; gap: 0.7rem; flex-wrap: wrap; font-size: var(--step--2); color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.post__meta .tag { color: var(--brand); }
.post h3 { font-size: var(--step-2); }
.post p { font-size: var(--step--1); color: var(--text-dim); }

.prose { max-width: 74ch; }
.prose h2 { font-size: var(--step-3); margin-top: var(--sp-5); margin-bottom: var(--sp-2); }
.prose h3 { font-size: var(--step-2); margin-top: var(--sp-4); margin-bottom: var(--sp-2); }
.prose p { margin-bottom: var(--sp-3); color: var(--text-dim); }
.prose ul { display: grid; gap: 0.6rem; margin-bottom: var(--sp-3); }
.prose ul li { display: flex; gap: 0.7rem; color: var(--text-dim); }
.prose ul li::before { content: '▸'; color: var(--brand); flex: none; }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--text); }
.prose blockquote {
  margin: var(--sp-4) 0;
  padding: var(--sp-3) var(--sp-4);
  border-left: 3px solid var(--brand);
  background: var(--surface);
  border-radius: 0 var(--r) var(--r) 0;
  color: var(--text);
}
.prose .law {
  margin-bottom: var(--sp-4);
  padding: var(--sp-4);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.prose .law h3 {
  margin: 0 0 0.7rem;
  font-size: var(--step-1);
  color: var(--brand);
  letter-spacing: 0.02em;
}
.prose .law p:last-child { margin-bottom: 0; }

/* ---------- 27. Reveal animations ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.85s var(--e-out), transform 0.95s var(--e-out), clip-path 1s var(--e-out);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
[data-reveal='left'] { transform: translateX(-42px); }
[data-reveal='right'] { transform: translateX(42px); }
[data-reveal='scale'] { transform: scale(0.92); }
[data-reveal='clip'] { opacity: 1; transform: none; clip-path: inset(0 100% 0 0); }
[data-reveal='blur'] { filter: blur(12px); transition-property: opacity, transform, filter; }
[data-reveal='pop'] { transform: translateY(14px) scale(0.9); transition-timing-function: var(--e-spring); }

[data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: none;
}
/* clip-path samo za 'clip' varijantu. Na svim ostalim reveal elementima je
   inset(0) trajno rezao decu koja izlaze iz border box-a — npr. .btn:hover
   (translateY(-2px) + box-shadow glow) unutar [data-reveal] wrapper-a. */
[data-reveal='clip'].is-in { clip-path: inset(0 0 0 0); }

/* headline split */
.split-line { display: block; overflow: hidden; }
.split-word { display: inline-block; overflow: hidden; vertical-align: top; }
.split-word > i {
  display: inline-block;
  font-style: inherit;
  transform: translateY(106%);
  transition: transform 0.95s var(--e-out);
  transition-delay: calc(var(--wi, 0) * 0.055s);
}
.is-split-in .split-word > i { transform: translateY(0); }

/* vertical side label */
.side-label {
  position: absolute;
  left: calc(var(--gutter) * -0.15);
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  font-size: var(--step--2);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
@media (max-width: 1400px) { .side-label { display: none; } }

/* decorative big word */
.ghost-word {
  position: absolute;
  right: -2%;
  top: -0.35em;
  font-family: var(--font-display);
  font-size: clamp(5rem, 18vw, 15rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
  pointer-events: none;
  user-select: none;
  z-index: -1;
  text-transform: uppercase;
}

/* section divider tape */
.tape-divider {
  height: 6px;
  background: var(--tape);
  background-size: 39.6px 39.6px;
  animation: tape-slide 4s linear infinite;
}

/* trust logos / badges row */
.badges { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.6em 1.05em;
  font-size: var(--step--2);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  border: 1px dashed var(--line-strong);
  border-radius: 99px;
}
.badge-pill svg { width: 1.2em; height: 1.2em; color: var(--brand); }

/* info list with icons */
.checks { display: grid; gap: 0.85rem; }
.checks li { display: flex; gap: 0.8rem; align-items: flex-start; color: var(--text-dim); }
.checks li svg { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: 3px; }
.checks li b { color: var(--text); }

/* ---------- 28. Reduced motion / print ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; filter: none !important; }
  .split-word > i { transform: none !important; }
  .cursor, .cursor-dot, .hero__canvas, .grain { display: none !important; }
  .hero__bg img { animation: none; transform: scale(1.05); }
}

@media print {
  .header, .drawer, .action-bar, .to-top, .preloader, .cursor, .cursor-dot,
  .hero__canvas, .grain, .marquee, .lightbox { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
}


/* ============================================================
   slep-3 — animacije "između": zadržan karakter, skinuta agresija
   ============================================================ */

/* akcentne trake su statične (bez klizanja) */
.cta__tape, .footer::before, .calc__result::before, .tape-divider, .preloader::after {
  animation: none !important;
}

/* pečat 00–24: jedan obrt na minut, umesto na 26 s */
.seal svg { animation-duration: 62s; }

/* svetlosni tragovi i grain — prisutni, ali suptilni */
.hero__canvas { opacity: 0.5; }
.grain { opacity: 0.028; }

/* mekši glow na hover-u */
.btn:hover { box-shadow: 0 10px 26px -12px var(--brand-glow); }
.process__rail i { box-shadow: 0 0 10px rgba(255, 222, 1, 0.28); }

/* slika u ramu se pomera parallax-om (JS), pa hover menja tonalitet
   umesto skale — inline transform iz GSAP-a bi pregazio CSS zoom */
.media-frame img {
  transform: scale(1.16);
  filter: saturate(0.85) contrast(1.05) brightness(0.92);
}
.media-frame:hover img { filter: saturate(1.05) contrast(1.06) brightness(1.02); }
.media-frame img { transition: filter 0.55s ease; }

/* scroll-cue: mirniji ritam */
.scroll-cue i { animation-duration: 2.6s; }

/* pečat: Inter je širi od prethodnog display fonta — uži razmak i
   veći odmak od ivice, da kružni tekst staje u krug */
.seal { right: clamp(10px, 3vw, 58px); }
.seal text { font-size: 7.8px; letter-spacing: 0.2em; }
