/* ============================================================
   APC Ruma — Premium CSS
   ============================================================ */
@font-face {
  font-family: 'Vivaldi';
  src: url('../fonts/Vivaldi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue:       #1a9fd4;
  --blue-dark:  #1480ad;
  --blue-light: #42aae1;
  --navy:       #1e2d3d;
  --navy-2:     #2b3e52;
  --white:      #ffffff;
  --off:        #f4f8fb;
  --g100:       #f8f9fa;
  --g200:       #e9ecef;
  --g500:       #6c757d;
  --g800:       #343a40;
  --text:       #4a4a5a;
  --dark:       #1a1a2e;
  --s-sm: 0 2px 8px rgba(0,0,0,.07);
  --s-md: 0 8px 28px rgba(0,0,0,.11);
  --s-lg: 0 20px 56px rgba(0,0,0,.15);
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --ease: all .3s cubic-bezier(.4,0,.2,1);
}
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0 }
html { scroll-behavior:smooth }
body { font-family:'Inter',sans-serif; color:var(--text); line-height:1.6; overflow-x:hidden }
h1,h2,h3,h4,h5 { font-family:'Poppins',sans-serif; color:var(--dark); line-height:1.25 }
a { text-decoration:none; color:inherit }
img { max-width:100%; display:block }
ul { list-style:none }
.container { max-width:1200px; margin:0 auto; padding:0 24px }

/* ── TOPBAR ── */
.topbar { background:var(--navy); padding:9px 0; font-size:13px }
.topbar .container { display:flex; justify-content:space-between; align-items:center }
.topbar-left { display:flex; gap:22px }
.topbar-left a { color:rgba(255,255,255,.75); display:flex; align-items:center; gap:7px; transition:var(--ease) }
.topbar-left a:hover { color:var(--blue-light) }
.topbar-left i { color:var(--blue-light); font-size:12px }
.topbar-right { display:flex; gap:8px }
.topbar-right a { color:rgba(255,255,255,.45); width:36px; height:36px; display:flex; align-items:center; justify-content:center; border-radius:50%; border:1px solid rgba(255,255,255,.15); font-size:13px; transition:var(--ease) }
.topbar-right a:hover { color:#fff; background:var(--blue); border-color:var(--blue) }

/* ── NAVBAR ── */
.navbar { background:#fff; position:sticky; top:0; z-index:1000; box-shadow:0 2px 18px rgba(0,0,0,.08) }
.navbar .container { display:flex; align-items:center; justify-content:space-between; height:70px }
.navbar-logo img { height:46px; width:auto }
.nav-links { display:flex; align-items:center; gap:4px }
.nav-links a { padding:8px 12px; font-size:14px; font-weight:500; color:var(--g800); border-radius:var(--r-sm); position:relative; transition:var(--ease) }
.nav-links a::after { content:''; position:absolute; bottom:2px; left:50%; transform:translateX(-50%); width:0; height:2px; background:var(--blue); border-radius:2px; transition:var(--ease) }
.nav-links a:hover,.nav-links a.active { color:var(--blue); background:rgba(26,159,212,.06) }
.nav-links a:hover::after,.nav-links a.active::after { width:calc(100% - 24px) }
.nav-cta { background:var(--blue)!important; color:#fff!important; padding:9px 20px!important; font-weight:600!important; border-radius:var(--r-sm)!important }
.nav-cta::after { display:none!important }
.nav-cta:hover { background:var(--blue-dark)!important; transform:translateY(-1px); box-shadow:0 4px 14px rgba(26,159,212,.35) }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px }
.hamburger span { display:block; width:24px; height:2px; background:var(--navy); border-radius:2px; transition:var(--ease) }

/* ── MOBILE NAV ── */
.mobile-nav { position:fixed; inset:0; background:#fff; z-index:2000; display:flex; flex-direction:column; padding:24px; transform:translateX(100%); transition:transform .35s cubic-bezier(.4,0,.2,1) }
.mobile-nav.open { transform:translateX(0) }
.mobile-nav-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:32px }
.mobile-nav-header img { height:40px }
.mobile-nav-close { width:38px; height:38px; border:none; background:var(--g100); border-radius:50%; cursor:pointer; font-size:17px; display:flex; align-items:center; justify-content:center }
.mobile-nav-links { display:flex; flex-direction:column; gap:2px }
.mobile-nav-links a { padding:13px 16px; font-size:16px; font-weight:500; color:var(--navy); border-radius:var(--r-sm); transition:var(--ease) }
.mobile-nav-links a:hover { background:var(--off); color:var(--blue) }

/* ── PAGE HEADER (unutrašnje stranice) ── */
.page-header { background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%); padding:56px 0; position:relative; overflow:hidden }
.page-header::before { content:''; position:absolute; inset:0; background:url('../assets/images/pattern.svg') repeat; opacity:.04 }
.page-header .container { position:relative; z-index:1 }
.page-header h1 { font-size:clamp(24px,3vw,38px); font-weight:700; color:#fff; margin-bottom:10px }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(255,255,255,.6) }
.breadcrumb a { color:var(--blue-light); transition:var(--ease) }
.breadcrumb a:hover { color:#fff }
.breadcrumb i { font-size:10px }

/* ── HERO ── */
.hero { position:relative; height:600px; overflow:hidden }
.hero-slide { position:absolute; inset:0; opacity:0; transition:opacity 1.2s ease }
.hero-slide.active { opacity:1 }
.hero-slide img { width:100%; height:100%; object-fit:cover }
.hero-slide::after { content:''; position:absolute; inset:0; background:linear-gradient(to right,rgba(10,25,47,.78) 0%,rgba(10,25,47,.42) 55%,rgba(10,25,47,.08) 100%) }
.hero-content { position:absolute; inset:0; z-index:10; display:flex; align-items:center }
.hero-content .container { padding-top:40px }
.hero-tag { display:inline-flex; align-items:center; gap:8px; background:var(--blue); color:#fff; padding:6px 16px; border-radius:100px; font-size:12px; font-weight:700; letter-spacing:.6px; text-transform:uppercase; margin-bottom:18px; opacity:0; transform:translateY(18px); animation:fadeUp .8s .3s forwards }
.hero-h1 { font-size:clamp(28px,4.8vw,56px); font-weight:800; color:#fff; max-width:600px; margin-bottom:18px; opacity:0; transform:translateY(18px); animation:fadeUp .8s .5s forwards }
.hero-h1 span { color:var(--blue-light) }
.hero-p { font-size:16px; color:rgba(255,255,255,.85); max-width:480px; margin-bottom:32px; line-height:1.75; opacity:0; transform:translateY(18px); animation:fadeUp .8s .7s forwards }
.hero-btns { display:flex; gap:14px; flex-wrap:wrap; opacity:0; transform:translateY(18px); animation:fadeUp .8s .9s forwards }
.hero-dots { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); display:flex; gap:8px; z-index:10 }
.hero-dot { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.35); cursor:pointer; border:none; padding:0; transition:var(--ease) }
.hero-dot.active { background:var(--blue-light); width:24px; border-radius:4px }

/* ── BUTTONS ── */
.btn-pri { background:var(--blue); color:#fff; padding:13px 30px; border-radius:var(--r-sm); font-weight:600; font-size:15px; display:inline-flex; align-items:center; gap:8px; transition:var(--ease); border:2px solid var(--blue); cursor:pointer; font-family:'Inter',sans-serif }
.btn-pri:hover { background:var(--blue-dark); border-color:var(--blue-dark); transform:translateY(-2px); box-shadow:0 8px 24px rgba(26,159,212,.4) }
.btn-ghost { background:transparent; color:#fff; padding:13px 30px; border-radius:var(--r-sm); font-weight:600; font-size:15px; display:inline-flex; align-items:center; gap:8px; transition:var(--ease); border:2px solid rgba(255,255,255,.55) }
.btn-ghost:hover { background:#fff; color:var(--navy); border-color:#fff; transform:translateY(-2px) }
.btn-outline { background:transparent; color:var(--blue); padding:11px 26px; border-radius:var(--r-sm); font-weight:600; font-size:14px; display:inline-flex; align-items:center; gap:8px; transition:var(--ease); border:2px solid var(--blue) }
.btn-outline:hover { background:var(--blue); color:#fff; transform:translateY(-1px) }

/* ── TAGLINE BAR ── */
.tagline-bar { background:var(--blue); padding:17px 0 }
.tagline-bar .container { display:flex; align-items:center; justify-content:center; gap:14px }
.tagline-bar span { color:#fff; font-size:16px; font-weight:500; text-align:center }
.tagline-bar i { color:rgba(255,255,255,.6); font-size:18px }

/* ── SECTIONS ── */
.section { padding:96px 0 }
.section-alt { background:var(--off) }
.section-hd { text-align:center; margin-bottom:60px }
.s-label { display:inline-flex; align-items:center; color:var(--blue); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:2px; margin-bottom:14px; background:rgba(26,159,212,.08); padding:5px 14px; border-radius:100px; border:1px solid rgba(26,159,212,.15) }
.s-title { font-size:clamp(22px,3vw,36px); font-weight:700; color:var(--navy); margin-bottom:12px }
.s-title-script { font-family:'Vivaldi','Pinyon Script',cursive; font-weight:400; font-size:clamp(34px,5vw,60px); color:var(--blue-dark) }
.s-desc { font-size:15px; color:var(--g500); max-width:540px; margin:0 auto; line-height:1.75 }
.s-line { width:48px; height:4px; background:linear-gradient(90deg,var(--blue),var(--blue-light)); border-radius:2px; margin:14px auto 0 }

/* ── SERVICE CARDS ── */
.srv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px }
.srv-card { background:#fff; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--s-sm); transition:var(--ease) }
.srv-card:hover { transform:translateY(-8px); box-shadow:var(--s-lg) }
.srv-img { position:relative; height:238px; overflow:hidden }
.srv-img img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease }
.srv-card:hover .srv-img img { transform:scale(1.06) }
.srv-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(10,25,47,.25),transparent) }
.srv-icon { position:absolute; bottom:-20px; left:22px; width:46px; height:46px; background:var(--blue); border-radius:var(--r-sm); display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; z-index:2; box-shadow:0 4px 16px rgba(26,159,212,.4) }
.srv-icon.green { background:#27ae60 }
.srv-icon.dark  { background:var(--navy) }
.srv-body { padding:34px 22px 26px }
.srv-title { font-size:19px; font-weight:700; color:var(--navy); margin-bottom:10px }
.srv-text { font-size:14px; color:var(--g500); line-height:1.7; margin-bottom:18px }
.srv-link { display:inline-flex; align-items:center; gap:6px; color:var(--blue); font-size:14px; font-weight:600; transition:var(--ease) }
.srv-link:hover { gap:10px }

/* ── ABOUT ── */
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center }
.about-img-wrap { position:relative }
.about-img-main { border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--s-lg) }
.about-img-main img { width:100%; height:460px; object-fit:cover }
.about-badge { position:absolute; bottom:-22px; right:-22px; background:var(--blue); color:#fff; padding:22px 26px; border-radius:var(--r-md); text-align:center; box-shadow:var(--s-md) }
.about-badge strong { display:block; font-size:40px; font-weight:800; line-height:1 }
.about-badge .bar { width:32px; height:2px; background:rgba(255,255,255,.4); margin:8px auto }
.about-badge span { font-size:11px; opacity:.9; text-transform:uppercase; letter-spacing:.5px }
.about-txt h2 { font-size:clamp(22px,2.5vw,34px); font-weight:700; color:var(--navy); margin-bottom:14px }
.about-txt .lead { font-size:16px; color:var(--g500); line-height:1.75; margin-bottom:18px }
.about-txt p { font-size:14px; line-height:1.75; margin-bottom:14px }
.about-feats { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:28px }
.about-feat { display:flex; align-items:flex-start; gap:12px }
.about-feat-ico { width:38px; height:38px; background:rgba(26,159,212,.1); border-radius:var(--r-sm); display:flex; align-items:center; justify-content:center; color:var(--blue); flex-shrink:0; font-size:15px }
.about-feat-txt strong { display:block; font-size:13px; color:var(--navy); margin-bottom:2px }
.about-feat-txt span { font-size:12px; color:var(--g500) }

/* ── STATS ── */
.stats-sec { background:var(--navy); padding:72px 0 }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:40px; text-align:center }
.stat-n { font-family:'Poppins',sans-serif; font-size:50px; font-weight:800; color:var(--blue-light); line-height:1; margin-bottom:6px }
.stat-line { width:36px; height:2px; background:var(--blue); margin:10px auto; border-radius:2px }
.stat-l { font-size:13px; color:rgba(255,255,255,.65); text-transform:uppercase; letter-spacing:.8px }

/* ── FEATURES ── */
.feat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px }
.feat-card { text-align:center; padding:38px 24px 32px; border-radius:var(--r-md); background:#fff; box-shadow:var(--s-sm); transition:transform .3s ease, box-shadow .3s ease; position:relative; overflow:hidden }
.feat-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--blue),var(--blue-light)); transform:scaleX(0); transform-origin:left; transition:transform .35s ease }
.feat-card:hover { transform:translateY(-6px); box-shadow:0 12px 32px rgba(26,159,212,.14) }
.feat-card:hover::before { transform:scaleX(1) }

/* ── Icon ── */
.feat-ico {
  width:76px; height:76px;
  border-radius:50%;
  background:linear-gradient(145deg, var(--blue), var(--blue-light));
  display:flex; align-items:center; justify-content:center;
  font-size:28px; color:#fff;
  margin:0 auto 20px;
  position:relative;
  box-shadow:0 8px 20px rgba(26,159,212,.3);
  transition:transform .3s ease, box-shadow .3s ease;
}
.feat-ico::before {
  content:'';
  position:absolute;
  inset:-7px;
  border-radius:50%;
  border:2px dashed var(--blue);
  opacity:.2;
  transition:opacity .3s, transform .6s linear;
}
.feat-card:hover .feat-ico { transform:scale(1.07); box-shadow:0 12px 28px rgba(26,159,212,.38) }
.feat-card:hover .feat-ico::before { opacity:.4; transform:rotate(45deg) }

.feat-title { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:9px }
.feat-text { font-size:13.5px; color:var(--g500); line-height:1.7 }

/* ── PANELS ── */
.pan-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px }
.pan-card { position:relative; border-radius:var(--r-md); overflow:hidden; box-shadow:var(--s-sm); transition:var(--ease) }
.pan-card:hover { transform:translateY(-6px); box-shadow:var(--s-lg) }
.pan-card img { width:100%; height:278px; object-fit:cover; transition:transform .5s ease }
.pan-card:hover img { transform:scale(1.06) }
.pan-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(10,25,47,.84) 0%,transparent 55%); display:flex; flex-direction:column; justify-content:flex-end; padding:18px }
.pan-title { color:#fff; font-weight:700; font-size:15px; margin-bottom:8px }
.pan-btn { display:inline-flex; align-items:center; gap:6px; background:var(--blue); color:#fff; padding:5px 13px; border-radius:100px; font-size:12px; font-weight:600; width:fit-content; opacity:0; transform:translateY(8px); transition:var(--ease) }
.pan-card:hover .pan-btn { opacity:1; transform:translateY(0) }

/* ── GALLERY ── */
.gal-filters { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:36px; justify-content:center }
.gal-filter-btn { padding:8px 20px; border-radius:100px; border:2px solid var(--g200); background:#fff; font-size:13px; font-weight:600; cursor:pointer; transition:var(--ease); color:var(--g800) }
.gal-filter-btn:hover,.gal-filter-btn.active { background:var(--blue); border-color:var(--blue); color:#fff }
.gal-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px }
.gal-item { position:relative; border-radius:var(--r-md); overflow:hidden; aspect-ratio:4/3; cursor:pointer }
.gal-item img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease }
.gal-item:hover img { transform:scale(1.08) }
.gal-item-overlay { position:absolute; inset:0; background:rgba(26,159,212,.0); display:flex; align-items:center; justify-content:center; transition:var(--ease) }
.gal-item:hover .gal-item-overlay { background:rgba(26,159,212,.5) }
.gal-item-overlay i { color:#fff; font-size:24px; opacity:0; transform:scale(.5); transition:var(--ease) }
.gal-item:hover .gal-item-overlay i { opacity:1; transform:scale(1) }
.gal-empty { text-align:center; color:var(--g500); padding:60px 0; grid-column:1/-1 }

/* ── LIGHTBOX ── */
#lightbox { position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .3s }
#lightbox.open { opacity:1; pointer-events:all }
.lb-bg { position:absolute; inset:0; background:rgba(0,0,0,.92) }
.lb-img { position:relative; z-index:1; max-width:90vw; max-height:85vh; border-radius:var(--r-sm); object-fit:contain }
.lb-caption { position:absolute; bottom:24px; left:50%; transform:translateX(-50%); color:#fff; font-size:14px; z-index:2; background:rgba(0,0,0,.5); padding:6px 16px; border-radius:100px }
.lb-close,.lb-prev,.lb-next { position:absolute; z-index:2; background:rgba(255,255,255,.15); border:none; color:#fff; cursor:pointer; border-radius:50%; width:44px; height:44px; display:flex; align-items:center; justify-content:center; font-size:18px; transition:var(--ease) }
.lb-close:hover,.lb-prev:hover,.lb-next:hover { background:var(--blue) }
.lb-close { top:20px; right:20px }
.lb-prev { left:20px; top:50%; transform:translateY(-50%) }
.lb-next { right:20px; top:50%; transform:translateY(-50%) }

/* ── NEWS ── */
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px }
.news-card { background:#fff; border-radius:var(--r-md); overflow:hidden; box-shadow:var(--s-sm); transition:var(--ease) }
.news-card:hover { transform:translateY(-6px); box-shadow:var(--s-md) }
.news-img { height:196px; overflow:hidden }
.news-img img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease }
.news-card:hover .news-img img { transform:scale(1.05) }
.news-body { padding:22px }
.news-date { display:inline-flex; align-items:center; gap:6px; font-size:12px; color:var(--blue); font-weight:600; margin-bottom:9px }
.news-h3 { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:9px; line-height:1.4 }
.news-p { font-size:13px; color:var(--g500); line-height:1.65; margin-bottom:14px }
.news-link { display:inline-flex; align-items:center; gap:6px; color:var(--blue); font-size:13px; font-weight:600; transition:var(--ease) }
.news-link:hover { gap:10px }
/* Single novost */
.novost-wrap { max-width:800px; margin:0 auto }
.novost-meta { display:flex; align-items:center; gap:16px; margin-bottom:24px; padding-bottom:24px; border-bottom:1px solid var(--g200) }
.novost-meta .date { font-size:13px; color:var(--g500); display:flex; align-items:center; gap:6px }
.novost-content { font-size:15px; line-height:1.85; color:var(--text) }
.novost-content p { margin-bottom:16px }
.novost-img { width:100%; max-height:420px; object-fit:cover; border-radius:var(--r-md); margin-bottom:32px }
.back-link { display:inline-flex; align-items:center; gap:7px; color:var(--blue); font-weight:600; margin-bottom:32px; transition:var(--ease) }
.back-link:hover { gap:11px }

/* ── INSTRUCTIONS ── */
.inst-wrap { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start }
.inst-block { margin-bottom:48px }
.inst-block h3 { font-size:18px; font-weight:700; color:var(--navy); margin-bottom:14px; padding-bottom:10px; border-bottom:2px solid var(--blue); display:inline-block }
.inst-list li { display:flex; align-items:flex-start; gap:10px; padding:10px 0; border-bottom:1px solid var(--g200); font-size:14px }
.inst-list li:last-child { border-bottom:none }
.inst-list li::before { content:'→'; color:var(--blue); font-weight:700; flex-shrink:0 }
.inst-img { border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--s-lg); position:sticky; top:90px }
.inst-img img { width:100%; object-fit:cover }

/* ── CONTACT ── */
.contact-grid { display:grid; grid-template-columns:1fr 1.4fr; gap:60px }
.contact-info h3 { font-size:24px; font-weight:700; color:var(--navy); margin-bottom:8px }
.contact-info>p { color:var(--g500); line-height:1.7; margin-bottom:28px; font-size:14px }
.ci { display:flex; align-items:flex-start; gap:14px; margin-bottom:20px }
.ci-ico { width:44px; height:44px; background:rgba(26,159,212,.1); border-radius:var(--r-sm); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:16px; flex-shrink:0 }
.ci-txt strong { display:block; font-size:13px; color:var(--navy); margin-bottom:3px; font-weight:600 }
.ci-txt span,.ci-txt a { font-size:13px; color:var(--g500); display:block; line-height:1.6 }
.ci-txt a:hover { color:var(--blue) }
.contact-form-wrap { background:#fff; padding:38px; border-radius:var(--r-lg); box-shadow:var(--s-md) }
.contact-form-wrap h3 { font-size:20px; font-weight:700; color:var(--navy); margin-bottom:22px }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px }
.fg { margin-bottom:16px }
.fg label { display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:5px }
.fg input,.fg textarea,.fg select { width:100%; padding:11px 14px; border:2px solid var(--g200); border-radius:var(--r-sm); font-size:16px; font-family:'Inter',sans-serif; color:var(--text); transition:var(--ease); outline:none; background:var(--g100) }
.fg input:focus,.fg textarea:focus,.fg select:focus { border-color:var(--blue); background:#fff; box-shadow:0 0 0 3px rgba(26,159,212,.1) }
.fg input.err,.fg textarea.err { border-color:#e74c3c }
.fg textarea { height:110px; resize:vertical }
.btn-sub { background:var(--blue); color:#fff; border:none; padding:13px; border-radius:var(--r-sm); font-size:15px; font-weight:600; font-family:'Poppins',sans-serif; cursor:pointer; transition:var(--ease); display:flex; align-items:center; justify-content:center; gap:8px; width:100% }
.btn-sub:hover { background:var(--blue-dark); transform:translateY(-2px); box-shadow:0 8px 24px rgba(26,159,212,.38) }
.form-success { background:#d4edda; color:#155724; padding:14px 18px; border-radius:var(--r-sm); margin-bottom:20px; font-size:14px; display:flex; align-items:center; gap:8px }
.form-error-msg { background:#f8d7da; color:#721c24; padding:14px 18px; border-radius:var(--r-sm); margin-bottom:20px; font-size:14px }

/* ── STOLARIJA PAGE ── */
.stol-section { margin-bottom:64px; padding-bottom:64px; border-bottom:1px solid var(--g200) }
.stol-section:last-child { border-bottom:none; margin-bottom:0 }
.stol-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start }
.stol-grid.reverse { direction:rtl }
.stol-grid.reverse>* { direction:ltr }
.stol-img { border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--s-md) }
.stol-img img { width:100%; height:340px; object-fit:cover }
.stol-content h2 { font-size:26px; font-weight:700; color:var(--navy); margin-bottom:14px }
.stol-content p { font-size:14px; line-height:1.75; color:var(--text); margin-bottom:14px }
.stol-list { margin-bottom:20px }
.stol-list li { padding:8px 0; border-bottom:1px solid var(--g200); font-size:14px; display:flex; align-items:flex-start; gap:10px }
.stol-list li:last-child { border-bottom:none }
.stol-list li i { color:var(--blue); flex-shrink:0; margin-top:3px }
.stol-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(26,159,212,.08); color:var(--blue); padding:8px 16px; border-radius:var(--r-sm); font-size:13px; font-weight:600; margin-bottom:8px; margin-right:8px }

/* ── FOOTER ── */
.footer { background:var(--navy); padding:72px 0 0 }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:44px; margin-bottom:52px }
.foot-brand img { height:50px; width:auto; margin-bottom:14px; filter:brightness(0) invert(1); opacity:.9 }
.foot-brand p { color:rgba(255,255,255,.72); font-size:13px; line-height:1.75; margin-bottom:22px }
.foot-social { display:flex; gap:9px }
.foot-social a { width:44px; height:44px; border-radius:var(--r-sm); background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.70); font-size:14px; transition:var(--ease) }
.foot-social a:hover { background:var(--blue); color:#fff }
.foot-col h4 { font-family:'Poppins',sans-serif; font-size:15px; font-weight:600; color:#fff; margin-bottom:18px; padding-bottom:10px; position:relative }
.foot-col h4::after { content:''; position:absolute; bottom:0; left:0; width:28px; height:2px; background:var(--blue); border-radius:2px }
.foot-links { display:flex; flex-direction:column; gap:9px }
.foot-links a { color:rgba(255,255,255,.72); font-size:13px; display:flex; align-items:center; gap:7px; transition:var(--ease) }
.foot-links a i { font-size:9px }
.foot-links a:hover { color:var(--blue-light); gap:11px }
.fci { display:flex; align-items:flex-start; gap:11px; margin-bottom:12px }
.fci i { color:var(--blue-light); margin-top:2px; flex-shrink:0; font-size:12px }
.fci span,.fci a { color:rgba(255,255,255,.72); font-size:13px; line-height:1.6 }
.fci a:hover { color:var(--blue-light) }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding:22px 0 }
.footer-bottom .container { display:flex; justify-content:space-between; align-items:center }
.footer-bottom p { color:rgba(255,255,255,.62); font-size:12px }

/* ── SCROLL TOP ── */
.scroll-top { position:fixed; bottom:30px; right:30px; width:46px; height:46px; background:var(--blue); color:#fff; border:none; border-radius:var(--r-sm); cursor:pointer; font-size:17px; display:flex; align-items:center; justify-content:center; opacity:0; transform:translateY(14px); transition:var(--ease); z-index:999; box-shadow:0 4px 16px rgba(26,159,212,.4) }
.scroll-top.visible { opacity:1; transform:translateY(0) }
.scroll-top:hover { background:var(--blue-dark); transform:translateY(-3px) }

/* ── ANIMATIONS ── */
@keyframes fadeUp { to { opacity:1; transform:translateY(0) } }
.fi { opacity:0; transform:translateY(28px); transition:opacity .7s ease,transform .7s ease }
.fi.visible { opacity:1; transform:translateY(0) }
.fi-d1 { transition-delay:.1s }
.fi-d2 { transition-delay:.2s }
.fi-d3 { transition-delay:.3s }

/* ── PAGINATION ── */
.pagination { display:flex; justify-content:center; gap:8px; margin-top:48px }
.pagination a,.pagination span { width:40px; height:40px; display:flex; align-items:center; justify-content:center; border-radius:var(--r-sm); font-size:14px; font-weight:600; transition:var(--ease); border:2px solid var(--g200) }
.pagination a { color:var(--navy); background:#fff }
.pagination a:hover { border-color:var(--blue); color:var(--blue) }
.pagination span.current { background:var(--blue); color:#fff; border-color:var(--blue) }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .srv-grid { grid-template-columns:repeat(2,1fr) }
  .feat-grid { grid-template-columns:repeat(2,1fr) }
  .pan-grid { grid-template-columns:repeat(2,1fr) }
  .stats-grid { grid-template-columns:repeat(2,1fr) }
  .footer-grid { grid-template-columns:repeat(2,1fr) }
  .gal-grid { grid-template-columns:repeat(3,1fr) }
  .about-grid { gap:48px }
  .stol-grid { gap:40px }
}
@media(max-width:768px) {
  .container { padding:0 16px }
  .paneli-intro-grid { grid-template-columns:1fr !important; gap:28px !important }
  .topbar { display:none }
  .nav-links { display:none }
  .hamburger { display:flex }
  .hero { height:480px }
  .hero-p { font-size:15px }
  .about-grid,.inst-wrap,.contact-grid,.stol-grid,.stol-grid.reverse { grid-template-columns:1fr; direction:ltr }
  .about-badge { right:16px; bottom:-10px }
  .about-img-main img { height:300px }
  .srv-grid,.news-grid { grid-template-columns:1fr }
  .form-row { grid-template-columns:1fr }
  .section { padding:60px 0 }
  .section-hd { margin-bottom:40px }
  .gal-grid { grid-template-columns:repeat(2,1fr) }
  .stol-img img { height:250px }
  .page-header { padding:40px 0 }
  .tagline-bar span { font-size:14px }
  .stats-sec { padding:52px 0 }
  .stat-n { font-size:40px }
  .btn-pri,.btn-ghost { padding:11px 22px; font-size:14px }
  #lightbox-img { max-width:94vw; max-height:80vh }
}
@media(max-width:480px) {
  .container { padding:0 14px }
  .feat-grid,.pan-grid { grid-template-columns:1fr }
  .hero { height:420px }
  .hero-p { font-size:11px; max-width:100%; margin-bottom:12px; line-height:1.55 }
  .hero-btns { flex-direction:column; align-items:flex-start }
  .hero-btns .btn-pri,.hero-btns .btn-ghost { width:100%; justify-content:center }
  .footer-grid { grid-template-columns:1fr }
  .stats-grid { grid-template-columns:repeat(2,1fr) }
  .stats-sec { padding:44px 0 }
  .stat-n { font-size:34px }
  .footer-bottom .container { flex-direction:column; gap:6px; text-align:center }
  .gal-grid { grid-template-columns:1fr 1fr }
  .about-feats { grid-template-columns:1fr }
  .about-badge { display:none }
  .section { padding:48px 0 }
  .section-hd { margin-bottom:32px }
  .news-card-body { padding:20px 16px }
  .pagination { gap:4px }
  .pagination a,.pagination span { width:44px; height:44px; font-size:13px }
  .scroll-top { bottom:16px; right:16px; width:40px; height:40px }
  .tagline-bar .container { flex-wrap:wrap }
  .tagline-bar i { display:none }
  .s-title-script { font-size:clamp(28px,8vw,44px) }
  /* iOS zoom prevention — inputi moraju biti ≥16px */
  .kalk-select,.kalk-input { font-size:16px }
  input,select,textarea { font-size:16px }
  /* Hero dots — veći tap target na mobilnom */
  .hero-dot { width:12px; height:12px }
}

/* ── Partners ──────────────────────────────────────────── */
.partner-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px }
.partner-card { background:#fff; border-radius:var(--r-md); padding:28px 20px; text-align:center; box-shadow:var(--s-sm); border:1.5px solid var(--g200); transition:var(--ease); position:relative }
.partner-card:hover { border-color:var(--blue); transform:translateY(-4px); box-shadow:var(--s-md) }
.prt-icon { width:56px; height:56px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-size:22px }
.prt-brand { font-size:22px; font-weight:800; color:var(--navy); letter-spacing:.5px; margin-bottom:4px }
.prt-desc { font-size:12px; color:var(--g500) }
.prt-badge { display:inline-block; background:rgba(26,159,212,.1); color:var(--blue); font-size:11px; font-weight:600; padding:3px 10px; border-radius:100px; margin-top:10px }

/* ── Calculator ────────────────────────────────────────── */
.kalkulator-sec { background:var(--navy); padding:80px 0 }
.kalk-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center }
.kalk-info h2 { font-size:clamp(22px,3vw,30px); font-weight:700; color:#fff; margin-bottom:14px; line-height:1.3 }
.kalk-info p { color:rgba(255,255,255,.65); font-size:14px; line-height:1.7; margin-bottom:20px }
.kalk-info ul { list-style:none; padding:0 }
.kalk-info ul li { display:flex; align-items:center; gap:10px; padding:9px 0; color:rgba(255,255,255,.7); font-size:14px; border-bottom:1px solid rgba(255,255,255,.07) }
.kalk-info ul li i { color:var(--blue); flex-shrink:0 }
.kalk-form-wrap { background:rgba(255,255,255,.06); border-radius:var(--r-md); padding:32px; border:1px solid rgba(255,255,255,.1) }
.kalk-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px; margin-bottom:12px }
.kalk-label { display:block; font-size:12px; color:rgba(255,255,255,.65); margin-bottom:5px; font-weight:500 }
.kalk-select, .kalk-input { width:100%; padding:11px 13px; border:1.5px solid rgba(255,255,255,.18); border-radius:8px; background:rgba(255,255,255,.07); color:#fff; font-size:14px; outline:none; font-family:'Inter',sans-serif; transition:border-color .25s }
.kalk-select option { background:var(--navy); color:#fff }
.kalk-input::placeholder { color:rgba(255,255,255,.35) }
.kalk-select:focus, .kalk-input:focus { border-color:var(--blue); background:rgba(255,255,255,.1) }
.kalk-btn { width:100%; padding:14px; background:var(--blue); color:#fff; border:none; border-radius:8px; font-size:15px; font-weight:600; cursor:pointer; transition:var(--ease); margin-top:12px; font-family:'Inter',sans-serif; display:flex; align-items:center; justify-content:center; gap:8px }
.kalk-btn:hover { background:#1480ad }
.kalk-result { margin-top:18px; padding:20px; background:rgba(255,255,255,.1); border-radius:8px; display:none; border-left:3px solid var(--blue) }
.kalk-result.show { display:block }
.kalk-result-main { font-size:26px; font-weight:800; color:#fff; margin-bottom:4px }
.kalk-result-sub { font-size:13px; color:rgba(255,255,255,.55) }
.kalk-cta-btn { display:inline-flex; align-items:center; gap:7px; margin-top:14px; padding:10px 20px; background:var(--blue); color:#fff; border-radius:6px; font-size:13px; font-weight:600; text-decoration:none; transition:var(--ease) }
.kalk-cta-btn:hover { background:#1480ad }
.kalk-note { font-size:12px; color:rgba(255,255,255,.55); margin-top:14px; line-height:1.7 }
.kalk-note i { margin-right:4px }

/* ── Reviews ───────────────────────────────────────────── */
.recenzije-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px }
.recenzija-card { background:#fff; border-radius:var(--r-md); padding:22px; box-shadow:var(--s-sm); border:1.5px solid var(--g200); transition:var(--ease) }
.recenzija-card:hover { border-color:var(--blue); transform:translateY(-3px); box-shadow:var(--s-md) }
.rec-header { display:flex; align-items:center; gap:12px; margin-bottom:13px }
.rec-avatar { width:44px; height:44px; border-radius:50%; object-fit:cover; flex-shrink:0 }
.rec-avatar-placeholder { width:44px; height:44px; border-radius:50%; background:var(--off); display:flex; align-items:center; justify-content:center; color:var(--g500); font-size:18px; flex-shrink:0 }
.rec-info strong { display:block; font-size:14px; color:var(--navy); font-weight:600 }
.rec-stars { display:flex; gap:2px; margin-top:2px }
.rec-stars i { font-size:12px; color:#dee2e6 }
.rec-stars i.filled { color:#f39c12 }
.rec-tekst { font-size:13px; color:var(--g500); line-height:1.75; font-style:italic }
.rec-datum { font-size:11px; color:#adb5bd; margin-top:11px; display:flex; align-items:center; gap:5px }
.rec-overall { display:flex; align-items:center; justify-content:center; gap:14px; margin:12px 0 36px; padding:16px 24px; background:var(--off); border-radius:var(--r-md); max-width:380px; margin-left:auto; margin-right:auto }
.rec-score-big { font-size:42px; font-weight:800; color:var(--navy); line-height:1 }
.rec-stars-overall { display:flex; gap:3px; margin-bottom:3px }
.rec-stars-overall i { font-size:18px; color:#f39c12 }
.rec-cnt { font-size:12px; color:var(--g500) }

/* ── Cookie banner ─────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9998;
  background: var(--navy);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.3);
  border-top: 2px solid rgba(26,159,212,.35);
}
.cookie-icon { color:rgba(255,255,255,.45); font-size:20px; flex-shrink:0 }
.cookie-banner p { color:rgba(255,255,255,.75); font-size:13px; line-height:1.55; flex:1; margin:0 }
.cookie-btns { display:flex; align-items:center; gap:10px; flex-shrink:0 }
.cookie-accept {
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  transition: background .2s;
  min-height: 40px;
}
.cookie-accept:hover { background: #1480ad }
.cookie-more {
  color: rgba(255,255,255,.45);
  font-size: 12px;
  white-space: nowrap;
  transition: color .2s;
  text-decoration: none;
  padding: 4px 0;
}
.cookie-more:hover { color:rgba(255,255,255,.8) }

/* ── Legal pages ───────────────────────────────────────── */
.legal-content { max-width:820px; margin:0 auto }
.legal-content h2 { font-size:19px; font-weight:700; color:var(--navy); margin:36px 0 12px; padding-bottom:10px; border-bottom:2px solid var(--g200) }
.legal-content h3 { font-size:15px; font-weight:600; color:var(--navy); margin:20px 0 8px }
.legal-content p { font-size:15px; color:var(--g500); line-height:1.85; margin-bottom:12px }
.legal-content ul, .legal-content ol { padding-left:24px; margin-bottom:14px }
.legal-content li { font-size:15px; color:var(--g500); line-height:1.85; margin-bottom:4px }
.legal-content a { color:var(--blue) }
.legal-content a:hover { text-decoration:underline }
.legal-content strong { color:#344054 }
.legal-box { background:var(--off); border-radius:var(--r-md); padding:18px 22px; margin:0 0 28px; border-left:3px solid var(--blue) }
.legal-box strong { color:var(--navy); display:block; margin-bottom:6px; font-size:14px }
.legal-updated { font-size:12px; color:#adb5bd; margin-bottom:28px; display:flex; align-items:center; gap:6px }
.legal-table { width:100%; border-collapse:collapse; margin-bottom:16px; font-size:14px }
.legal-table th { padding:10px 14px; background:var(--off); text-align:left; font-size:12px; font-weight:600; color:var(--navy); border-bottom:2px solid var(--g200) }
.legal-table td { padding:10px 14px; border-bottom:1px solid var(--g200); color:var(--g500); vertical-align:top; line-height:1.6 }
.legal-table tr:last-child td { border-bottom:none }
.legal-table code { background:var(--off); padding:2px 6px; border-radius:4px; font-size:12px; color:var(--navy) }

/* Impressum grid */
.impressum-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:8px }
.impressum-card { display:flex; align-items:flex-start; gap:14px; background:var(--off); border-radius:var(--r-md); padding:18px 20px; border:1.5px solid var(--g200) }
.imp-icon { width:40px; height:40px; background:rgba(26,159,212,.1); border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:16px; flex-shrink:0 }
.imp-body h3 { font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.5px; color:var(--g500); margin-bottom:4px }
.imp-body p { font-size:14px; color:var(--navy); font-weight:500; margin:0; line-height:1.6 }
.imp-body a { color:var(--blue) }

/* ── New responsive ─────────────────────────────────────── */
@media(max-width:991px) {
  .partner-grid { grid-template-columns:repeat(2,1fr) }
  .kalk-grid { grid-template-columns:1fr }
  .kalk-info { display:none }
  .recenzije-grid { grid-template-columns:repeat(2,1fr) }
}
@media(max-width:576px) {
  .partner-grid { grid-template-columns:1fr 1fr; gap:12px }
  .partner-card { padding:20px 14px }
  .prt-brand { font-size:18px }
  .kalk-row { grid-template-columns:1fr }
  .recenzije-grid { grid-template-columns:1fr }

  /* Cookie banner — vertikalni layout na mobilnom */
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
  }
  .cookie-icon { display:none }
  .cookie-banner p { font-size:13px; line-height:1.6 }
  .cookie-btns { display:flex; gap:10px }
  .cookie-accept { flex:1; min-height:44px }
  .cookie-more { align-self:center; flex-shrink:0 }

  .impressum-grid { grid-template-columns:1fr }
  .legal-table { font-size:13px }
  .legal-table th,.legal-table td { padding:8px 10px }
  .footer-legal { flex-wrap:wrap; justify-content:center; gap:6px 8px }
}

/* ── Footer legal links ─────────────────────────────────── */
.footer-legal { display:flex; align-items:center; gap:8px; flex-wrap:wrap }
.footer-legal a { color:rgba(255,255,255,.58); font-size:12px; transition:color .25s; text-decoration:none; white-space:nowrap }
.footer-legal a:hover { color:rgba(255,255,255,.8) }
.footer-legal span { color:rgba(255,255,255,.32); font-size:12px; flex-shrink:0 }
.footer-bottom .container { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px }
.footer-bottom p { color:rgba(255,255,255,.65); font-size:12px }

/* ── Scroll-top above cookie banner ─────────────────────── */
body.has-cookie .scroll-top { bottom:80px }
@media(max-width:576px) {
  body.has-cookie .scroll-top { bottom:110px }
}

/* ── Promo banner ────────────────────────────────────────── */
.promo-banner { display:none; position:fixed; top:0; left:0; right:0; z-index:9999;
  background:linear-gradient(90deg,#1a9fd4,#0e7fb0); color:#fff;
  padding:10px 48px 10px 16px; box-shadow:0 2px 8px rgba(0,0,0,.18) }
.promo-inner { display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:center }
.promo-inner strong { font-size:14px; font-weight:700 }
.promo-inner span { font-size:13px; opacity:.9 }
.promo-btn { background:#fff; color:#1a9fd4; border-radius:6px; padding:5px 14px;
  font-size:12.5px; font-weight:700; text-decoration:none; white-space:nowrap; flex-shrink:0 }
.promo-close { position:absolute; right:12px; top:50%; transform:translateY(-50%);
  background:none; border:none; color:#fff; font-size:18px; cursor:pointer; opacity:.7; line-height:1 }
.promo-close:hover { opacity:1 }
body.has-banner { padding-top:44px }

/* ── Popup overlay ───────────────────────────────────────── */
.popup-overlay { display:none; position:fixed; inset:0; z-index:9998;
  background:rgba(0,0,0,.5); align-items:center; justify-content:center; padding:24px }
.popup-overlay.open { display:flex }
.popup-box { background:#fff; border-radius:16px; padding:36px 32px; max-width:460px; width:100%;
  position:relative; box-shadow:0 8px 40px rgba(0,0,0,.2); animation:popIn .25s ease }
@keyframes popIn { from{opacity:0;transform:scale(.92)} to{opacity:1;transform:scale(1)} }
.popup-close { position:absolute; top:14px; right:16px; background:none; border:none;
  font-size:20px; cursor:pointer; color:#94a3b8; line-height:1 }
.popup-close:hover { color:#344054 }
.popup-title { font-size:20px; font-weight:700; color:#1e2d3d; margin-bottom:10px }
.popup-tekst { font-size:14px; color:#64748b; line-height:1.6; margin-bottom:16px }

/* ═══════════════════════════════════════════════════════════
   PREMIUM UX — Modern enhancements
   ═══════════════════════════════════════════════════════════ */

/* Custom scrollbar ─────────────────────────────────────── */
::-webkit-scrollbar { width:5px }
::-webkit-scrollbar-track { background:transparent }
::-webkit-scrollbar-thumb { background:rgba(26,159,212,.45); border-radius:10px }
::-webkit-scrollbar-thumb:hover { background:var(--blue) }

/* Text selection ───────────────────────────────────────── */
::selection { background:rgba(26,159,212,.18); color:var(--navy) }

/* Keyboard focus states ────────────────────────────────── */
:focus-visible { outline:2px solid var(--blue); outline-offset:3px; border-radius:var(--r-sm) }
.nav-cta:focus-visible { outline-offset:2px }

/* Navbar — glassmorphism on scroll ─────────────────────── */
.navbar.scrolled {
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  box-shadow:0 1px 0 rgba(0,0,0,.06), 0 4px 24px rgba(0,0,0,.08);
}

/* Topbar social icons — more visible ───────────────────── */
.topbar-right a { color:rgba(255,255,255,.60) }

/* Section divider line — glow ──────────────────────────── */
.s-line { width:56px; box-shadow:0 2px 10px rgba(26,159,212,.30) }

/* Service cards — hover border glow ───────────────────── */
.srv-card { border:1.5px solid rgba(0,0,0,.04) }
.srv-card:hover { border-color:rgba(26,159,212,.20) }

/* News cards — border refinement ───────────────────────── */
.news-card { border:1.5px solid transparent }
.news-card:hover { border-color:rgba(26,159,212,.20) }

/* Feature cards — border refinement ───────────────────── */
.feat-card { border:1.5px solid rgba(0,0,0,.04) }
.feat-card:hover { border-color:rgba(26,159,212,.14) }

/* Partner cards — more distinct hover ──────────────────── */
.partner-card:hover { box-shadow:var(--s-md); transform:translateY(-5px) }

/* Stats — gradient numbers on dark bg ──────────────────── */
.stat-n {
  background:linear-gradient(160deg,#fff 0%,var(--blue-light) 65%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Calculator form — tighter border ─────────────────────── */
.kalk-form-wrap { border-color:rgba(255,255,255,.14) }

/* Form inputs — deeper focus ring ──────────────────────── */
.fg input:focus,.fg textarea:focus,.fg select:focus {
  box-shadow:0 0 0 4px rgba(26,159,212,.13);
}

/* Button active states ──────────────────────────────────── */
.btn-pri:active  { transform:translateY(0)!important; box-shadow:none!important }
.btn-ghost:active { transform:translateY(0)!important }
.btn-outline:active { transform:translateY(0)!important }
.btn-sub:active { transform:translateY(0)!important; box-shadow:none!important }

/* Scroll-to-top — modern pill shape ────────────────────── */
.scroll-top { border-radius:14px }

/* Reduced motion support ───────────────────────────────── */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  html { scroll-behavior:auto }
  .fi { opacity:1; transform:none }
  .hero-tag,.hero-h1,.hero-p,.hero-btns { opacity:1; transform:none; animation:none }
}
