/* ==========================================================================
   RocketTV — Premium IPTV
   style.css — custom design system (no frameworks)
   ========================================================================== */

:root {
  --void: #05060c;
  --panel: #0b0f1c;
  --panel-2: #080a14;
  --ink: #e8eaf4;
  --ink-70: rgba(255, 255, 255, 0.7);
  --ink-60: rgba(255, 255, 255, 0.6);
  --ink-55: rgba(255, 255, 255, 0.55);
  --ink-50: rgba(255, 255, 255, 0.5);
  --ink-45: rgba(255, 255, 255, 0.45);
  --ink-40: rgba(255, 255, 255, 0.4);
  --ink-35: rgba(255, 255, 255, 0.35);
  --flame: #ff4d18;
  --ember: #ff8a3d;
  --gold: #f5c542;
  --orbit: #6b5cff;
  --pink: #ff2d55;
  --wa: #25d366;
  --line: rgba(255, 255, 255, 0.08);
  --line-10: rgba(255, 255, 255, 0.1);
  --line-15: rgba(255, 255, 255, 0.15);
  --card: rgba(255, 255, 255, 0.03);
  --card-2: rgba(255, 255, 255, 0.05);
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Orbitron", sans-serif;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --container: 1280px;
  --header-h: 72px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- targeted reset ---------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, figure,
figcaption, blockquote, button, input, select, textarea, label, img, svg,
header, footer, main, section, article, nav, aside, table, form {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  background: var(--void);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-x: clip;
}

*, *::before, *::after { box-sizing: border-box; }

img, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; background: none; border: 0; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

::selection { background: var(--flame); color: #fff; }

/* sprečavanje horizontalnog prelivanja (mobile hardening) */
h1, h2, h3, h4, p, li, blockquote, span { overflow-wrap: break-word; }
.hero-inner > *, .features-grid > *, .cats-grid > *, .plans-grid > *,
.devices-grid > *, .steps-grid > *, .voices-grid > *, .guides-grid > *,
.contact-grid > *, .footer-grid > *, .included > *, .order-planbox > * { min-width: 0; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb { background: #1c2238; border-radius: 8px; border: 2px solid var(--void); }
::-webkit-scrollbar-thumb:hover { background: var(--flame); }

/* ---------- utility primitives ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

.section { padding: 96px 0; position: relative; }
.section-tight { padding: 64px 0; }

.font-display, .display {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--flame);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ember), var(--flame));
  box-shadow: 0 0 12px rgba(255, 77, 24, 0.8);
}

.h1 {
  font-size: clamp(2.6rem, 7vw, 4.5rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.h2 {
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-top: 14px;
  max-width: 800px;
}
.lead {
  margin-top: 16px;
  color: var(--ink-60);
  font-size: clamp(0.95rem, 1.4vw, 1.075rem);
  line-height: 1.7;
  max-width: 620px;
}

.flame-text {
  background: linear-gradient(135deg, #ffd08a, var(--flame) 48%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 15px 30px;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
    background 0.25s var(--ease), border-color 0.25s var(--ease), filter 0.25s var(--ease);
  white-space: nowrap;
  user-select: none;
}
.btn svg { width: 17px; height: 17px; }

.btn-primary {
  background: linear-gradient(90deg, var(--ember), var(--flame));
  color: #fff;
  box-shadow: 0 12px 40px rgba(255, 77, 24, 0.4);
}
.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 18px 55px rgba(255, 77, 24, 0.55);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line-15);
  color: var(--ink);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.25); transform: translateY(-2px); }

.btn-flame {
  background: var(--flame);
  color: #fff;
  box-shadow: 0 8px 30px rgba(255, 77, 24, 0.35);
}
.btn-flame:hover { filter: brightness(1.1); transform: translateY(-2px); }

.btn-wa { background: var(--wa); color: #052e16; }
.btn-wa:hover { filter: brightness(1.07); transform: translateY(-2px); }

.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-block { width: 100%; }

/* ---------- pills / chips ---------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-70);
  white-space: nowrap;
}
.chip .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--flame);
  box-shadow: 0 0 10px var(--flame);
}
.chip-flame {
  border-color: rgba(255, 77, 24, 0.35);
  background: rgba(255, 77, 24, 0.1);
  color: #ffc9a8;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(8, 10, 20, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo-mark {
  width: 40px; height: 40px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--ember), var(--flame) 60%, var(--pink));
  box-shadow: 0 8px 26px rgba(255, 77, 24, 0.45);
  transition: transform 0.35s var(--ease-out);
}
.logo:hover .logo-mark { transform: rotate(-8deg) scale(1.06); }
.logo-mark svg { width: 22px; height: 22px; color: #fff; }
.logo-text {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.logo-text .tv { color: var(--flame); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  position: relative;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-70);
  transition: color 0.2s, background 0.2s;
}
.nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.05); }
.nav a.active { color: #fff; }
.nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--flame);
  box-shadow: 0 0 8px var(--flame);
}

.header-right { display: flex; align-items: center; gap: 12px; }

/* language dropdown */
.lang { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ink-70);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.lang-btn:hover { border-color: rgba(255, 255, 255, 0.25); color: #fff; }
.lang-btn svg { width: 15px; height: 15px; color: var(--flame); }
.lang-btn .chev { width: 12px; height: 12px; color: var(--ink-40); transition: transform 0.25s; }
.lang.open .lang-btn .chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 168px;
  background: var(--panel);
  border: 1px solid var(--line-10);
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.lang.open .lang-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.lang-item {
  display: flex; align-items: center; gap: 10px;
  width: 100%;
  text-align: left;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-70);
  transition: background 0.15s, color 0.15s;
}
.lang-item:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.lang-item.active { color: var(--flame); }
.lang-item .code {
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  border: 1px solid var(--line-15); border-radius: 6px;
  padding: 2px 6px; color: var(--ink-50);
}
.lang-item.active .code { border-color: rgba(255, 77, 24, 0.5); color: var(--flame); }

.burger {
  display: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.04);
  place-items: center;
  color: var(--ink);
}
.burger svg { width: 20px; height: 20px; }

/* mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(5, 6, 12, 0.96);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 28px 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a.mm-link {
  font-family: var(--font-display);
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 12px 0;
  color: var(--ink-70);
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s, padding-left 0.25s var(--ease-out);
}
.mobile-menu a.mm-link:hover, .mobile-menu a.mm-link.active { color: #fff; padding-left: 10px; }
.mobile-menu a.mm-link.active { color: var(--flame); }
.mobile-menu .mm-trust { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.mobile-menu .mm-cta { margin-top: 22px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(1.15) contrast(1.05);
}
.hero-bg .ov-1 {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 12, 0.92), rgba(5, 6, 12, 0.42));
}
.hero-bg .ov-2 {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.3) 0%, rgba(5, 6, 12, 0.2) 55%, var(--void) 100%);
}
.hero-bg .ov-3 {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 20%, rgba(255, 77, 24, 0.22), transparent 45%);
}
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 30% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 40%, black 20%, transparent 70%);
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 56px;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1.15fr 0.85fr; }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 138, 61, 0.3);
  background: rgba(255, 77, 24, 0.08);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffd0a8;
}
.hero-badge .pulse {
  position: relative;
  width: 8px; height: 8px;
}
.hero-badge .pulse::before,
.hero-badge .pulse::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  background: var(--flame);
}
.hero-badge .pulse::after { animation: ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite; }
@keyframes ping {
  0% { transform: scale(1); opacity: 0.9; }
  80%, 100% { transform: scale(2.6); opacity: 0; }
}

.hero h1 {
  font-size: clamp(2.7rem, 6.6vw, 4.6rem);
  line-height: 1.01;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 22px;
}
.hero-sub {
  margin-top: 22px;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.7;
  color: var(--ink-65, rgba(255, 255, 255, 0.65));
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-trust .chip svg { width: 13px; height: 13px; color: var(--gold); }

/* hero stats */
.hero-stats {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
  max-width: 520px;
}
@media (min-width: 640px) { .hero-stats { grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: none; } }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #fff, #ffd0a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-45);
}

/* hero visual */
.hero-visual { position: relative; height: 480px; display: none; }
@media (min-width: 1024px) { .hero-visual { display: block; } }

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
.ring-1 { inset: 26px; animation: spin-slow 26s linear infinite; }
.ring-2 { inset: 74px; border-color: rgba(255, 77, 24, 0.25); animation: spin-slow 40s linear infinite reverse; }
.ring-3 { inset: 122px; border-color: rgba(107, 92, 255, 0.22); animation: spin-slow 55s linear infinite; }
.ring .sat {
  position: absolute;
  top: -5px; left: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--flame);
  box-shadow: 0 0 18px var(--flame);
}
.ring-2 .sat { background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.ring-3 .sat { background: var(--orbit); box-shadow: 0 0 18px var(--orbit); }

@keyframes spin-slow { to { transform: rotate(360deg); } }

.tv-card {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  border-radius: 26px;
  border: 1px solid var(--line-15);
  background: rgba(8, 10, 20, 0.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding: 18px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  animation: floaty 5.5s ease-in-out infinite;
}
.tv-card-top { display: flex; align-items: center; justify-content: space-between; }
.live-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display);
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.22em;
  color: #ff5f5f;
}
.live-tag i {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ff3b3b;
  box-shadow: 0 0 10px #ff3b3b;
  animation: blink 1.4s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: 0.35; } }
.tv-card-top .chan { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--ink-45); text-transform: uppercase; }

.tv-screen {
  position: relative;
  margin-top: 14px;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255, 138, 61, 0.28), transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(107, 92, 255, 0.3), transparent 55%),
    linear-gradient(160deg, #131a30, #0a0e1c 70%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: grid; place-items: center;
}
.tv-screen img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: tvZoom 12s ease-in-out infinite;
}
@keyframes tvZoom {
  0%, 100% { transform: scale(1.02); }
  50% { transform: scale(1.12); }
}
.tv-screen::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.05) 40%, rgba(5, 6, 12, 0.55) 100%);
  pointer-events: none;
}
.tv-screen::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 2;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.08) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: shine 4.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes shine { 30%, 100% { transform: translateX(130%); } }
.play-btn {
  position: relative;
  z-index: 3;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--ember), var(--flame));
  color: #fff;
  box-shadow: 0 12px 34px rgba(255, 77, 24, 0.55);
  animation: glowpulse 2.4s ease-out infinite;
}
.play-btn svg { width: 24px; height: 24px; margin-left: 3px; fill: currentColor; }
@keyframes glowpulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 24, 0.45); }
  70% { box-shadow: 0 0 0 18px rgba(255, 77, 24, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 24, 0); }
}
.tv-match {
  position: absolute;
  left: 12px; bottom: 10px;
  z-index: 3;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.tv-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; font-size: 11px; color: var(--ink-50); font-weight: 700; }
.tv-bar { margin-top: 10px; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.tv-bar i {
  display: block; height: 100%; width: 42%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ember), var(--flame));
  animation: bar 7s ease-in-out infinite;
}
@keyframes bar { 0%, 100% { width: 32%; } 50% { width: 74%; } }

.float-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--line-15);
  background: rgba(8, 10, 20, 0.85);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 10px 16px;
  font-family: var(--font-display);
  font-size: 10px; font-weight: 800; letter-spacing: 0.16em;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  animation: floaty 4.5s ease-in-out infinite;
}
.float-chip svg { width: 14px; height: 14px; }
.fc-1 { top: 34px; right: 6px; color: #ffb27d; animation-delay: 0.6s; }
.fc-1 svg { color: var(--flame); }
.fc-2 { bottom: 88px; left: -6px; color: #cfe0ff; animation-delay: 1.4s; }
.fc-2 svg { color: var(--orbit); }
.fc-3 { bottom: 8px; right: 28px; color: #ffe9a8; animation-delay: 2.1s; }
.fc-3 svg { color: var(--gold); }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.tv-card { animation-name: floaty-c; }
@keyframes floaty-c {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 12px)); }
}

.scroll-hint {
  position: absolute;
  left: 50%; bottom: 26px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--ink-35);
  font-size: 10px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase;
}
.scroll-hint i {
  width: 1px; height: 44px;
  background: linear-gradient(180deg, var(--flame), transparent);
  animation: drip 1.8s ease-in-out infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.marquee-band::before,
.marquee-band::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  pointer-events: none;
}
.marquee-band::before { left: 0; background: linear-gradient(90deg, var(--void), transparent); }
.marquee-band::after { right: 0; background: linear-gradient(-90deg, var(--void), transparent); }
.marquee-row { display: flex; width: max-content; }
.marquee-row + .marquee-row { margin-top: 14px; }
.mq-track { display: flex; align-items: center; gap: 14px; padding-right: 14px; animation: marquee 42s linear infinite; }
.mq-rev .mq-track { animation: marquee-rev 48s linear infinite; }
.mq-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink-50);
  text-transform: uppercase;
  white-space: nowrap;
}
.mq-item::after { content: "•"; color: var(--flame); font-size: 14px; }
.marquee-row:hover .mq-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-rev { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ==========================================================================
   FEATURES (why)
   ========================================================================== */
.features-grid {
  margin-top: 48px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .features-grid { grid-template-columns: repeat(4, 1fr); } }

.feature-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--r-lg);
  padding: 26px;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, background 0.35s;
}
.feature-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(255, 77, 24, 0.14), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255, 77, 24, 0.4); background: rgba(255, 255, 255, 0.05); }
.feature-card:hover::before { opacity: 1; }
.f-icon {
  position: relative;
  width: 46px; height: 46px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(255, 77, 24, 0.12);
  border: 1px solid rgba(255, 77, 24, 0.25);
  color: var(--flame);
  transition: transform 0.35s var(--ease-out);
}
.feature-card:hover .f-icon { transform: scale(1.1) rotate(-6deg); }
.f-icon svg { width: 21px; height: 21px; }
.feature-card h3 { position: relative; margin-top: 18px; font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; }
.feature-card p { position: relative; margin-top: 8px; font-size: 13px; line-height: 1.65; color: var(--ink-55); }

/* ==========================================================================
   CATEGORY CARDS
   ========================================================================== */
.cats-grid {
  margin-top: 48px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .cats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cats-grid { grid-template-columns: repeat(3, 1fr); } }

.cat-card {
  position: relative;
  display: block;
  height: 300px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: border-color 0.35s, transform 0.35s var(--ease-out);
}
.cat-card:hover { border-color: rgba(255, 77, 24, 0.45); transform: translateY(-5px); }
.cat-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out), opacity 0.4s;
  opacity: 0.85;
}
.cat-card:hover img { transform: scale(1.06); }
.cat-card .cat-ov {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.05) 0%, rgba(5, 6, 12, 0.55) 55%, rgba(5, 6, 12, 0.96) 100%);
  transition: background 0.4s;
}
.cat-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; }
.cat-count {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 800; letter-spacing: 0.18em;
  color: var(--flame);
  text-transform: uppercase;
}
.cat-title { margin-top: 6px; font-size: 21px; font-weight: 800; letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px; }
.cat-title svg { width: 17px; height: 17px; color: var(--ink-35); transition: transform 0.3s var(--ease-out), color 0.3s; }
.cat-card:hover .cat-title svg { transform: translate(3px, -3px); color: var(--flame); }
.cat-desc { margin-top: 6px; font-size: 13px; color: var(--ink-55); line-height: 1.55; }

/* ==========================================================================
   DEVICES
   ========================================================================== */
.devices-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 640px) { .devices-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .devices-grid { grid-template-columns: repeat(6, 1fr); } }
.device-card {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 18px;
  padding: 20px 16px;
  text-align: center;
  transition: transform 0.3s var(--ease-out), border-color 0.3s, background 0.3s;
}
.device-card:hover { transform: translateY(-4px); border-color: rgba(255, 77, 24, 0.4); background: rgba(255, 77, 24, 0.06); }
.device-card svg { width: 26px; height: 26px; margin-inline: auto; color: var(--ember); }
.device-card h4 { margin-top: 12px; font-size: 13px; font-weight: 800; }
.device-card p { margin-top: 4px; font-size: 11px; color: var(--ink-45); }

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing-wrap { position: relative; }
.pricing-wrap .glow {
  position: absolute; inset: -10% -20%;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 77, 24, 0.12), transparent 55%);
  pointer-events: none;
}
.plans-grid {
  margin-top: 48px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .plans-grid { grid-template-columns: repeat(4, 1fr); } }

.plan-card {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}
.plan-card:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, 0.25); }
.plan-card.featured {
  border-color: rgba(255, 77, 24, 0.6);
  background: linear-gradient(180deg, rgba(255, 77, 24, 0.18), rgba(255, 77, 24, 0.05) 55%, rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 80px rgba(255, 77, 24, 0.18);
}
@media (min-width: 1100px) { .plan-card.featured { transform: scale(1.04); } .plan-card.featured:hover { transform: scale(1.04) translateY(-6px); } }
.plan-badge {
  position: absolute;
  z-index: 2;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--ember), var(--flame));
  color: #fff;
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 14px;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(255, 77, 24, 0.45);
}
.plan-badge.gold { background: linear-gradient(90deg, #e0a92e, var(--gold)); color: #241a02; box-shadow: 0 8px 24px rgba(245, 197, 66, 0.35); }
.plan-duration { font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-60); }
.plan-price { margin-top: 14px; display: flex; align-items: baseline; gap: 6px; }
.plan-price .amount { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.plan-card.featured .amount { background: linear-gradient(135deg, #ffd08a, var(--flame)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plan-price .cur { font-size: 20px; font-weight: 800; color: var(--ink-60); }
.plan-per { margin-top: 10px; font-size: 12.5px; color: var(--ink-50); font-weight: 600; }
.plan-per .save { color: var(--gold); font-weight: 800; }
.plan-card .btn { margin-top: 24px; margin-top: auto; }
.plan-spacer { flex: 1; min-height: 24px; }

.included {
  margin-top: 40px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--card);
  padding: 30px;
}
.included h3 { font-size: 15px; font-weight: 800; letter-spacing: 0.02em; display: flex; align-items: center; gap: 10px; }
.included h3 svg { width: 18px; height: 18px; color: var(--flame); }
.included-grid {
  margin-top: 20px;
  display: grid;
  gap: 12px 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .included-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .included-grid { grid-template-columns: repeat(3, 1fr); } }
.included-grid li { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--ink-70); font-weight: 600; }
.included-grid li svg { width: 16px; height: 16px; color: var(--flame); flex-shrink: 0; }

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps-grid { margin-top: 48px; display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--r-lg);
  padding: 30px;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), border-color 0.35s;
}
.step-card:hover { transform: translateY(-5px); border-color: rgba(255, 77, 24, 0.35); }
.step-num {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 77, 24, 0.25);
  letter-spacing: 0.02em;
}
.step-card h3 { margin-top: 18px; font-size: 18px; font-weight: 800; }
.step-card p { margin-top: 9px; font-size: 13.5px; line-height: 1.65; color: var(--ink-55); }
.step-line { position: absolute; top: 38px; right: 26px; color: var(--ink-35); }
.step-line svg { width: 22px; height: 22px; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.voices-grid { margin-top: 48px; display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .voices-grid { grid-template-columns: repeat(3, 1fr); } }
.voice-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex; flex-direction: column;
  transition: transform 0.35s var(--ease-out), border-color 0.35s;
}
.voice-card:hover { transform: translateY(-5px); border-color: rgba(255, 77, 24, 0.35); }
.voice-card .q-icon, .voice-card > svg { width: 30px; height: 30px; color: rgba(255, 77, 24, 0.5); }
.voice-card blockquote { margin-top: 14px; font-size: 14px; line-height: 1.7; color: var(--ink-70); flex: 1; }
.voice-meta { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.voice-meta img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255, 77, 24, 0.5); }
.voice-meta .n { font-size: 13.5px; font-weight: 800; }
.voice-meta .c { font-size: 12px; color: var(--ink-45); margin-top: 2px; }
.stars { display: flex; gap: 3px; margin-top: 14px; }
.stars svg { width: 13px; height: 13px; color: var(--gold); fill: var(--gold); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-wrap { margin-top: 44px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.faq-item { border-top: 1px solid var(--line); background: rgba(255, 255, 255, 0.02); }
.faq-item:first-child { border-top: 0; }
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  text-align: left;
  padding: 20px 22px;
  font-size: 14.5px; font-weight: 700;
  transition: background 0.2s;
}
.faq-q:hover { background: rgba(255, 255, 255, 0.04); }
.faq-q svg { width: 17px; height: 17px; color: var(--flame); flex-shrink: 0; transition: transform 0.3s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a p { padding: 0 22px 20px; font-size: 13.5px; line-height: 1.7; color: var(--ink-55); max-width: 860px; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta { padding: 32px 0 110px; }
.cta-panel {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid var(--line-10);
}
.cta-panel img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-panel .cta-ov {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 12, 0.93), rgba(5, 6, 12, 0.6));
}
.cta-inner {
  position: relative;
  display: grid;
  gap: 32px;
  padding: 56px 32px;
}
@media (min-width: 1024px) {
  .cta-inner { grid-template-columns: 1.2fr 0.8fr; align-items: center; padding: 72px 60px; }
}
.cta-inner h2 { margin-top: 14px; font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.06; font-weight: 800; letter-spacing: -0.025em; max-width: 620px; }
.cta-inner .lead { max-width: 500px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 1024px) { .cta-actions { align-items: flex-end; } }
.cta-actions .btn { width: 100%; }
@media (min-width: 480px) { .cta-actions .btn { width: auto; } }

/* ==========================================================================
   PAGE HEADERS (subpages)
   ========================================================================== */
.page-head {
  position: relative;
  padding: 160px 0 70px;
  border-bottom: 1px solid var(--line-10);
  overflow: hidden;
}
.page-head img.ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-head .ph-ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 12, 0.5), var(--void)); }
.page-head .ph-ov2 { position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 20%, rgba(255, 77, 24, 0.16), transparent 50%); }
.page-head .container { position: relative; }
.page-head h1 { font-size: clamp(2.2rem, 5.4vw, 3.8rem); line-height: 1.03; font-weight: 800; letter-spacing: -0.028em; margin-top: 14px; max-width: 780px; }

/* ==========================================================================
   CHANNELS PAGE
   ========================================================================== */
.kanali-controls { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 1024px) { .kanali-controls { flex-direction: row; align-items: center; justify-content: space-between; } }
.cat-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  border-radius: 999px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink-70);
  padding: 8px 17px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.04em;
  transition: all 0.2s var(--ease);
}
.pill:hover { color: #fff; border-color: rgba(255, 255, 255, 0.25); }
.pill.active { background: var(--flame); border-color: var(--flame); color: #fff; box-shadow: 0 6px 22px rgba(255, 77, 24, 0.4); }

.search-box { position: relative; width: 100%; }
@media (min-width: 1024px) { .search-box { width: 300px; } }
.search-box svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--ink-35); pointer-events: none; }
.search-box input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.05);
  padding: 11px 16px 11px 40px;
  font-size: 13.5px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.search-box input:focus { border-color: var(--flame); background: rgba(255, 77, 24, 0.06); }
.search-box input::placeholder { color: var(--ink-35); }

.count-line { margin-top: 26px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-40); }
.chan-table { margin-top: 16px; border: 1px solid var(--line); border-radius: var(--r-md); overflow-x: auto; }
.chan-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.5fr 0.7fr;
  gap: 12px;
  padding: 13px 18px;
  font-size: 13.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 560px;
  align-items: center;
  transition: background 0.15s;
}
.chan-row:not(.head):hover { background: rgba(255, 255, 255, 0.03); }
.chan-row.head {
  border-top: 0;
  background: rgba(255, 255, 255, 0.05);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-40);
}
.chan-row .name { font-weight: 700; }
.chan-row .cat { color: var(--ink-55); }
.chan-row .reg { color: var(--ink-45); }
.chan-row .q { color: var(--ink-70); font-weight: 700; }
.chan-row .q.k4 { color: var(--gold); font-weight: 800; }
.chan-empty { padding: 44px 18px; text-align: center; font-size: 13.5px; color: var(--ink-40); border-top: 1px solid var(--line); }

.cta-box {
  margin-top: 42px;
  border: 1px solid rgba(255, 77, 24, 0.3);
  background: rgba(255, 77, 24, 0.08);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  text-align: center;
}
.cta-box h3 { font-size: 19px; font-weight: 800; }
.cta-box p { margin-top: 8px; font-size: 13.5px; color: var(--ink-55); }
.cta-box .row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ==========================================================================
   SUPPORT PAGE
   ========================================================================== */
.contact-grid { margin-top: 44px; display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }
.contact-card {
  border: 1px solid var(--line-10);
  background: var(--card);
  border-radius: var(--r-lg);
  padding: 28px;
  display: block;
  transition: transform 0.3s var(--ease-out), border-color 0.3s;
}
.contact-card:hover { transform: translateY(-4px); border-color: rgba(255, 77, 24, 0.4); }
.contact-card .c-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
}
.contact-card .c-icon svg { width: 23px; height: 23px; }
.ci-wa { background: rgba(37, 211, 102, 0.12); border: 1px solid rgba(37, 211, 102, 0.3); color: var(--wa); }
.ci-tg { background: rgba(42, 171, 238, 0.12); border: 1px solid rgba(42, 171, 238, 0.3); color: #2aabee; }
.ci-ml { background: rgba(255, 77, 24, 0.12); border: 1px solid rgba(255, 77, 24, 0.3); color: var(--flame); }
.contact-card h4 { margin-top: 18px; font-size: 16px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.contact-card h4 svg { width: 14px; height: 14px; color: var(--ink-35); }
.contact-card .handle { margin-top: 5px; font-size: 13.5px; color: var(--ink-55); font-weight: 600; }
.contact-card .ans { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-40); }

.guides-grid { margin-top: 36px; display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
.guide-card { border: 1px solid var(--line); background: var(--card); border-radius: var(--r-lg); padding: 30px; transition: border-color 0.3s; }
.guide-card:hover { border-color: rgba(255, 77, 24, 0.3); }
.guide-card h3 { font-size: 17px; font-weight: 800; }
.guide-card ol { margin-top: 18px; display: flex; flex-direction: column; gap: 13px; }
.guide-card li { display: flex; gap: 13px; font-size: 13.5px; line-height: 1.6; color: var(--ink-65, rgba(255,255,255,0.65)); color: rgba(255, 255, 255, 0.65); }
.guide-card li .n { font-family: var(--font-display); font-size: 13px; font-weight: 800; color: var(--flame); padding-top: 1px; flex-shrink: 0; }

/* ==========================================================================
   TERMS
   ========================================================================== */
.terms-body { max-width: 760px; }
.terms-body .updated { margin-top: 10px; font-size: 13px; color: var(--ink-40); }
.terms-body .intro { margin-top: 28px; font-size: 14.5px; line-height: 1.8; color: var(--ink-70); }
.terms-sec { margin-top: 34px; }
.terms-sec h2 { font-size: 18px; font-weight: 800; display: flex; align-items: center; gap: 12px; }
.terms-sec h2::before { content: ""; width: 18px; height: 2px; background: var(--flame); border-radius: 2px; }
.terms-sec p { margin-top: 10px; font-size: 14px; line-height: 1.8; color: var(--ink-60); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  border-top: 1px solid var(--line-10);
  background: #070910;
  padding: 64px 0 34px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -10%, rgba(255, 77, 24, 0.09), transparent 50%);
  pointer-events: none;
}
.footer-grid {
  position: relative;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 28px; } }
.footer-brand p { margin-top: 16px; font-size: 13px; line-height: 1.7; color: var(--ink-50); max-width: 320px; }
.footer h5 { font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-40); }
.footer-col ul { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.footer-col a, .footer-col .f-item {
  font-size: 13.5px; color: var(--ink-60); font-weight: 600;
  display: inline-flex; align-items: center; gap: 9px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--flame); }
.footer-col svg { width: 15px; height: 15px; color: var(--flame); flex-shrink: 0; }
.footer-social { margin-top: 20px; display: flex; gap: 10px; }
.fs-btn {
  width: 40px; height: 40px;
  border-radius: 12px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.04);
  display: grid; place-items: center;
  color: var(--ink-60);
  transition: all 0.25s var(--ease);
}
.fs-btn:hover { background: rgba(255, 77, 24, 0.15); border-color: rgba(255, 77, 24, 0.4); color: #fff; transform: translateY(-2px); }
.fs-btn svg { width: 18px; height: 18px; }
.footer-bottom {
  position: relative;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 10px;
  align-items: center; justify-content: space-between;
  font-size: 12px; color: var(--ink-40);
}
.footer-bottom .eur { display: inline-flex; align-items: center; gap: 7px; }
.footer-bottom .eur i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }

/* ==========================================================================
   FLOATING WHATSAPP
   ========================================================================== */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 50;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--wa);
  color: #052e16;
  display: grid; place-items: center;
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.4);
  animation: wapulse 2.4s ease-out infinite;
  transition: transform 0.25s var(--ease-out);
}
.wa-float:hover { transform: scale(1.1) rotate(6deg); }
.wa-float svg { width: 28px; height: 28px; }
@keyframes wapulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   ORDER MODAL
   ========================================================================== */
.modal {
  position: fixed; inset: 0;
  z-index: 80;
  display: grid; place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(3, 4, 9, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.modal-panel {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--panel);
  border: 1px solid var(--line-15);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s var(--ease-out);
}
.modal.open .modal-panel { transform: translateY(0) scale(1); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.modal-head h3 { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; margin-top: 8px; }
.modal-close {
  width: 38px; height: 38px;
  border-radius: 12px;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.05);
  display: grid; place-items: center;
  color: var(--ink-60);
  flex-shrink: 0;
  transition: all 0.2s;
}
.modal-close:hover { background: rgba(255, 77, 24, 0.15); color: #fff; border-color: rgba(255, 77, 24, 0.4); }
.modal-close svg { width: 17px; height: 17px; }

.order-planbox {
  margin-top: 20px;
  border: 1px solid rgba(255, 77, 24, 0.35);
  background: linear-gradient(90deg, rgba(255, 77, 24, 0.14), rgba(255, 138, 61, 0.06));
  border-radius: 16px;
  padding: 14px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.order-planbox .p-name { font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #ffc9a8; }
.order-planbox .p-price { font-size: 21px; font-weight: 800; }
.order-planbox.trial { border-color: rgba(245, 197, 66, 0.4); background: linear-gradient(90deg, rgba(245, 197, 66, 0.12), rgba(255, 138, 61, 0.05)); }
.order-planbox.trial .p-name { color: #ffe9a8; }

.form-grid { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; }
.field label { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-45); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line-10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 12px 15px;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink-50) 50%), linear-gradient(135deg, var(--ink-50) 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { background: var(--panel); color: var(--ink); }
.field textarea { resize: vertical; min-height: 76px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--flame); background: rgba(255, 77, 24, 0.06); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-35); }

.modal-actions { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.modal-hint { margin-top: 14px; font-size: 12px; line-height: 1.6; color: var(--ink-40); text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }
.modal-hint svg { width: 13px; height: 13px; color: var(--gold); flex-shrink: 0; }

/* order form — validacija */
.field input.valid-ok, .field select.valid-ok { border-color: rgba(37, 211, 102, 0.45); }
.field input.invalid, .field select.invalid, .field textarea.invalid {
  border-color: rgba(255, 45, 85, 0.7);
  background: rgba(255, 45, 85, 0.07);
}
.field-err {
  display: none;
  margin-top: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #ff8a9b;
}
.field-err.visible { display: block; }
@keyframes shakeX {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(3px); }
  30%, 50%, 70% { transform: translateX(-5px); }
  40%, 60% { transform: translateX(5px); }
}
.modal-panel.shake { animation: shakeX 0.45s ease; }

/* ==========================================================================
   REVEAL ANIMATIONS
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
/* failsafe: bez aktivnog JS-a svi elementi moraju biti vidljivi */
html:not(.js) .reveal { opacity: 1; transform: none; transition: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mq-track, .ring-1, .ring-2, .ring-3, .tv-card, .float-chip, .play-btn,
  .wa-float, .hero-badge .pulse::after, .live-tag i, .tv-screen::after,
  .tv-screen img, .tv-bar i, .scroll-hint i { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- header responsive ---------- */
@media (max-width: 1023px) {
  .nav, .header-cta { display: none; }
  .burger { display: grid; }
}
@media (min-width: 1024px) {
  .mobile-menu { display: none; }
}

body.locked { overflow: hidden; }

/* ==========================================================================
   MOBILE POLISH
   ========================================================================== */
@media (max-width: 1023px) {
  /* dinamična visina viewport-a (mobilni browser UI) */
  .hero { min-height: 100vh; min-height: 100svh; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .hero { padding: 126px 0 76px; }
  .page-head { padding: 130px 0 54px; }
  .final-cta { padding: 16px 0 84px; }
  .cta-inner { padding: 44px 24px; border-radius: 26px; }
  .cta-panel { border-radius: 26px; }

  /* iOS: font >= 16px sprečava auto-zoom na input focus */
  .field input, .field select, .field textarea, .search-box input { font-size: 16px; }

  /* kompaktan order modal — da forma stane na jedan ekran */
  .modal { padding: 12px; align-items: start; }
  .modal-panel {
    padding: 20px;
    border-radius: 22px;
    margin-top: max(10px, env(safe-area-inset-top, 0px));
  }
  .modal-head h3 { font-size: 19px; margin-top: 5px; }
  .order-planbox { margin-top: 14px; padding: 11px 16px; }
  .form-grid { margin-top: 14px; gap: 10px; }
  .field label { margin-bottom: 5px; }
  .field input, .field select, .field textarea { padding: 10px 13px; border-radius: 12px; }
  .field textarea { min-height: 0; height: 56px; resize: none; }
  .field-err { margin-top: 4px; font-size: 11px; }
  .modal-actions { margin-top: 14px; gap: 8px; }
  .modal-actions .btn { padding: 13px 24px; }
  .modal-hint { margin-top: 10px; font-size: 11.5px; }

  /* malo kompaktnije kartice na telefonu */
  .feature-card, .step-card, .voice-card, .guide-card { padding: 22px; }
  .cat-card { height: 240px; }
  .included { padding: 24px; }

  .wa-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    width: 54px; height: 54px;
    z-index: 54;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .footer { padding: 52px 0 30px; }
}

@media (max-width: 480px) {
  /* CTA dugmad preko cele širine */
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .cta-box .row { flex-direction: column; }
  .cta-box .row .btn { width: 100%; }

  /* bedž ne sme biti širi od ekrana — tekst sme da prelomi */
  .hero-badge {
    font-size: 9px;
    letter-spacing: 0.13em;
    padding: 7px 12px;
    max-width: 100%;
    white-space: normal;
    line-height: 1.55;
    text-align: center;
  }

  /* Orbitron cifre da stanu u dve kolone */
  .stat-num { font-size: 1.45rem; letter-spacing: 0.01em; }
  .hero-stats { gap: 18px 20px; max-width: 100%; }
  .stat-label { font-size: 11px; letter-spacing: 0.05em; }

  /* dodatno zbijanje modala na malim telefonima */
  .modal-panel { padding: 18px; }
  .order-planbox { flex-direction: column; align-items: flex-start; gap: 4px; }
  .order-planbox .p-price { font-size: 19px; }

  .scroll-hint { display: none; }
}

@media (max-width: 380px) {
  /* header staje i na najmanje ekrane (npr. 320px) */
  .header-inner { gap: 8px; }
  .logo { gap: 8px; }
  .logo-mark { width: 34px; height: 34px; border-radius: 11px; }
  .logo-mark svg { width: 19px; height: 19px; }
  .logo-text { font-size: 16px; letter-spacing: 0.05em; }
  .lang-btn { padding: 8px 11px; gap: 5px; }
  .lang-btn svg:first-child { display: none; }

  .hero-badge {
    font-size: 8.5px;
    letter-spacing: 0.14em;
    padding: 7px 12px;
    white-space: normal;
    line-height: 1.5;
  }
  .container { padding-inline: 16px; }
}
