/* ============================================================
   MOVE — page-specific stilovi
   Učitava se SAMO na /move/ (preko is_page('move')).
   Oslanja se na tokene i osnovne klase iz global.css.
   ============================================================ */

.move-hero{position:relative;padding:150px 0 64px;overflow:hidden;text-align:center;background:var(--navy-900)}
.move-hero-glow{
  position:absolute;top:-20%;left:50%;transform:translateX(-50%);
  width:130vw;height:90vw;max-width:1300px;max-height:900px;
  background:var(--spectar-soft);filter:blur(90px);border-radius:50%;
  pointer-events:none;z-index:0
}
.move-hero-in{position:relative;z-index:2;max-width:760px;margin:0 auto}
.move-hero-in .btn-row{justify-content:center}
.hero-note{margin-top:22px;font-size:12px;color:var(--grey-400);display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600;letter-spacing:.03em}
.hero-note .dot{width:6px;height:6px;border-radius:50%;background:var(--orange);flex:none;box-shadow:0 0 0 4px rgba(255,179,71,.18)}

.device-shots{display:flex;align-items:flex-end;gap:14px;justify-content:center}
.device-shot{border-radius:var(--r);box-shadow:0 30px 60px -24px rgba(0,0,0,.75);object-fit:cover}
.device-shot-tv{width:58%;aspect-ratio:16/10}
.device-shot-tablet{width:26%;aspect-ratio:3/4}
.device-shot-phone{width:16%;aspect-ratio:9/19}

.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:700;letter-spacing:.03em;color:var(--grey-300)}

.story{display:grid;gap:34px;align-items:center}
.story-media .ph{aspect-ratio:4/3}

.move-steps{display:grid;gap:0;margin-top:32px;counter-reset:s}
.move-step{position:relative;padding:0 0 30px 52px;counter-increment:s}
.move-step::before{
  content:counter(s,decimal-leading-zero);position:absolute;left:0;top:-2px;
  width:34px;height:34px;border-radius:50%;background:var(--spectar);color:#fff;
  font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center
}
.move-step::after{
  content:"";position:absolute;left:16.5px;top:36px;bottom:-2px;width:2px;
  background:linear-gradient(to bottom,rgba(255,255,255,.24),rgba(255,255,255,.04))
}
.move-step:last-child{padding-bottom:0}
.move-step:last-child::after{display:none}
.move-step h4{margin-bottom:5px}
.move-step p{font-size:14px;color:var(--grey-400);font-weight:300;margin:0;line-height:1.55}

.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;margin-top:40px}
.feat-ic{width:44px;height:44px;border-radius:12px;background:var(--spectar);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.feat-ic svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.7}
.feat h3{margin-bottom:6px;font-size:16px}
.feat p{font-size:13px;color:var(--grey-400);font-weight:300;margin:0;line-height:1.5}

.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px;margin-top:36px}
.spec-item{padding:18px 0;border-top:1px solid rgba(255,255,255,.11)}
.spec-k{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--grey-400);font-weight:700;margin-bottom:6px}
.spec-v{font-size:15px;font-weight:700;letter-spacing:-.01em}

.support-grid{display:grid;gap:0;margin-top:36px}
.support-item{padding:22px 0;border-top:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}
.support-item:last-child{border-bottom:1px solid rgba(255,255,255,.11)}
.support-ic{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex:none}
.support-ic svg{width:19px;height:19px;stroke:var(--white);fill:none;stroke-width:1.6}
.support-t{font-size:15px;font-weight:700;margin-bottom:3px}
.support-d{font-size:13px;color:var(--grey-400);font-weight:300;margin:0}
.support-d a{color:var(--orange);font-weight:600}

.final{position:relative;overflow:hidden;padding:70px 0;text-align:center}
.final-glow{position:absolute;inset:-40% -20%;background:var(--spectar-soft);filter:blur(80px)}
.final-in{position:relative;z-index:2}
.final .btn-row,.final .lead{justify-content:center;margin-left:auto;margin-right:auto}

@media(min-width:720px){
  .move-hero{padding:180px 0 76px}
  .story{grid-template-columns:1fr 1fr;gap:60px}
  .story-rev .story-media{order:2}
  .feat-grid{grid-template-columns:repeat(4,1fr);gap:32px 24px}
  .spec-grid{grid-template-columns:repeat(4,1fr)}
}

/* override WP theme.json global heading color (:root :where() specificity bug) */
.move-hero h1,
.move-hero h2,
.sec.on-night h2,
.sec.on-night h3,
.sec.on-night h4,
.final h2 {
  color: var(--white) !important;
}

/* override WP theme.json global heading color (:root :where() specificity bug) */
.move-hero h1,
.move-hero h2,
.sec.on-night h2,
.sec.on-night h3,
.sec.on-night h4,
.final h2 {
  color: var(--white) !important;
}
