/* ═══════════════════════════════════════════════════════════
   PT MAP Digital Works — style.css v9.0
   Premium Dark IT Agency Theme
═══════════════════════════════════════════════════════════ */

:root {
  /* Fonts */
  --font-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Sora", "Plus Jakarta Sans", ui-sans-serif, sans-serif;

  /* Core Palette — Dark Premium */
  --bg:         #050d1a;
  --bg-2:       #080f1f;
  --bg-card:    rgba(10, 20, 40, 0.72);
  --bg-card-2:  rgba(14, 26, 52, 0.80);
  --border:     rgba(255, 255, 255, 0.07);
  --border-2:   rgba(56, 182, 255, 0.14);
  --ink:        #e8f0ff;
  --ink-2:      #b0c4e8;
  --muted:      #6b86b0;
  --muted-2:    #4e6690;

  /* Brand Blues */
  --blue:       #1a6fff;
  --blue-2:     #38b6ff;
  --blue-3:     rgba(26, 111, 255, 0.18);
  --blue-glow:  rgba(26, 111, 255, 0.35);
  --blue-dim:   rgba(26, 111, 255, 0.10);

  /* Accent */
  --green:      #10d68e;
  --amber:      #f59e0b;
  --red:        #ef4444;

  /* Radius */
  --r-sm:  10px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  36px;
  --r-2xl: 48px;

  /* Shadows */
  --shadow-card:   0 8px 40px rgba(0, 0, 0, 0.5);
  --shadow-hover:  0 20px 60px rgba(26, 111, 255, 0.25);
  --shadow-glow:   0 0 60px rgba(26, 111, 255, 0.20);

  /* Layout */
  --container: 1240px;
  --header-h: 76px;

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ─── Reset ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  color-scheme: dark;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--blue-3); color: var(--ink); }

/* ─── Skip Link ────────────────────────────────────────── */
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform .22s ease;
}
.skip-link:focus { transform: translateY(0); }

/* ─── Scroll Progress ──────────────────────────────────── */
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 9999;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
  box-shadow: 0 0 12px rgba(56, 182, 255, 0.6);
  transition: width .1s linear;
}

/* ─── Background ───────────────────────────────────────── */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 10% 5%,  rgba(26, 80, 200, 0.20) 0%, transparent 42%),
    radial-gradient(ellipse at 90% 15%, rgba(26, 111, 255, 0.12) 0%, transparent 38%),
    radial-gradient(ellipse at 50% 90%, rgba(10, 60, 180, 0.15) 0%, transparent 48%),
    linear-gradient(180deg, #050d1a 0%, #060f1c 100%);
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(56, 182, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 182, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 40%, rgba(0,0,0,.8) 0%, transparent 72%);
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orbFloat 12s ease-in-out infinite;
}
.bg-orb--1 {
  width: 600px; height: 600px;
  top: -150px; left: -150px;
  background: radial-gradient(circle, rgba(26, 80, 200, 0.18) 0%, transparent 70%);
  animation-delay: 0s;
}
.bg-orb--2 {
  width: 500px; height: 500px;
  top: 20%; right: -100px;
  background: radial-gradient(circle, rgba(26, 111, 255, 0.12) 0%, transparent 70%);
  animation-delay: -4s;
}
.bg-orb--3 {
  width: 700px; height: 700px;
  bottom: -200px; left: 30%;
  background: radial-gradient(circle, rgba(10, 50, 160, 0.15) 0%, transparent 70%);
  animation-delay: -8s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(30px, -40px) scale(1.05); }
  66%       { transform: translate(-20px, 20px) scale(0.97); }
}

.tech-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.bg-circuit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  pointer-events: none;
  opacity: 0.5;
}

/* ─── Container ────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Reveal Animations ────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Typography ───────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; line-height: 1.1; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p  { color: var(--ink-2); }

/* ─── Section Tag ──────────────────────────────────────── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  background: rgba(26, 111, 255, 0.08);
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.section-tag--light {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
}

/* ─── Section Head ─────────────────────────────────────── */
.section-head {
  max-width: 760px;
  margin-bottom: 4rem;
}
.section-head.center {
  margin: 0 auto 4rem;
  text-align: center;
}
.section-head p {
  margin-top: .8rem;
  font-size: 1.05rem;
}

/* ─── Section Spacing ──────────────────────────────────── */
.section {
  padding: 100px 0;
}

/* ─── Buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.25s var(--ease-out);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background .2s ease;
}
.btn:hover::after { background: rgba(255,255,255,0.08); }

.btn--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 24px rgba(26, 111, 255, 0.35);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(26, 111, 255, 0.5);
}

.btn--outline {
  border: 1.5px solid var(--border-2);
  color: var(--ink);
  background: transparent;
}
.btn--outline:hover {
  border-color: var(--blue-2);
  color: var(--blue-2);
  transform: translateY(-2px);
}

.btn--outline-white {
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  background: transparent;
}
.btn--outline-white:hover {
  border-color: rgba(255,255,255,0.7);
  transform: translateY(-2px);
}

.btn--ghost {
  color: var(--ink-2);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.09);
  color: var(--ink);
}

.btn--white {
  background: #fff;
  color: #0a1a3c;
  font-weight: 800;
}
.btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.btn--lg { padding: 15px 30px; font-size: 15px; border-radius: var(--r-lg); }
.btn--sm { padding: 9px 18px; font-size: 13px; }

/* ═══════════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  background: rgba(5, 13, 26, 0.85);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 1px 0 var(--border), 0 8px 40px rgba(0,0,0,0.4);
}

.header-shell {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand__logo { width: 44px; height: 40px; flex-shrink: 0; }
.brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; }
.brand__text strong {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.brand__text small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.nav a {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  transition: color .2s, background .2s;
}
.nav a:hover,
.nav a.is-active { color: var(--ink); background: rgba(255,255,255,0.07); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: var(--r-sm);
  background: var(--bg-card);
  border: 1px solid var(--border);
}
.menu-toggle span {
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
  transform-origin: center;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-h);
}

.hero-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  flex: 1;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  background: rgba(26, 111, 255, 0.08);
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.7; transform: scale(1.3); }
}

.hero__copy h1 {
  color: var(--ink);
  margin-bottom: 1.4rem;
}
.hero__lead {
  font-size: 1.1rem;
  color: var(--ink-2);
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2.5rem;
}

.hero__stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.stat-pill {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat-pill strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(135deg, #fff 30%, var(--blue-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-pill span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}

/* ─── Hero Visual ──────────────────────────────────────── */
.hero__visual { position: relative; }

.hero-card-wrap {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .06s linear;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--border-2);
  pointer-events: none;
  animation: orbitSpin 20s linear infinite;
}
.hero-orbit--1 {
  width: 110%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
.hero-orbit--2 {
  width: 135%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  animation-direction: reverse;
  animation-duration: 30s;
  border-style: dashed;
}
@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ─── Dash Card ────────────────────────────────────────── */
.dash-card {
  background: var(--bg-card-2);
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(255,255,255,0.03) inset;
  position: relative;
}

.dash-card__topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}
.dash-card__topbar span {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  margin-right: auto;
}

.win-dots { display: flex; gap: 6px; }
.win-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
}
.win-dots span:nth-child(1) { background: #ff5f57; }
.win-dots span:nth-child(2) { background: #febc2e; }
.win-dots span:nth-child(3) { background: #28c840; }

.live-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.05em;
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}

.dash-card__body { padding: 20px; }

.dash-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.dash-metric {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  text-align: center;
}
.dash-metric small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.dash-metric strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
}
.metric-good { color: var(--green) !important; }
.metric-warn { color: var(--amber) !important; }

.dash-chart-area {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 14px;
  margin-bottom: 14px;
}
.chart-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.chart-label span { font-size: 12px; color: var(--muted); font-weight: 500; }
.chart-val { color: var(--blue-2) !important; font-weight: 700 !important; }
.dash-chart-area svg {
  width: 100%;
  height: 80px;
  display: block;
}

.dash-device-list { display: flex; flex-direction: column; gap: 6px; }
.device-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.03);
  font-size: 12px;
  color: var(--ink-2);
}
.device-row span:nth-child(2) { flex: 1; }
.dev-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dev-dot--on  { background: var(--green); box-shadow: 0 0 6px var(--green); }
.dev-dot--warn { background: var(--amber); box-shadow: 0 0 6px var(--amber); }
.dev-status { font-size: 11px; font-weight: 600; color: var(--green); }
.dev-status--warn { color: var(--amber); }

/* ─── Float Badges ─────────────────────────────────────── */
.float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(10, 20, 45, 0.9);
  border: 1px solid var(--border-2);
  border-radius: var(--r-md);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-card);
  animation: floatBadge 5s ease-in-out infinite;
}
.float-badge--web {
  bottom: 24px;
  left: -20px;
  animation-delay: 0s;
}
.float-badge--sys {
  top: 24px;
  right: -20px;
  animation-delay: -2.5s;
}
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
.float-badge img { width: 36px; height: 36px; border-radius: 8px; }
.float-badge strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.float-badge span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}

/* ─── Hero Trust Strip ─────────────────────────────────── */
.hero-trust {
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  padding: 20px 0;
}
.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.trust-item svg { color: var(--blue-2); opacity: 0.8; }
.trust-sep {
  width: 1px;
  height: 18px;
  background: var(--border);
}

/* ─── Ticker ───────────────────────────────────────────── */
.ticker-wrap {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}
.ticker-inner { display: flex; overflow: hidden; }
.ticker-track {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  animation: tickerMove 35s linear infinite;
  flex-shrink: 0;
}
.ticker-track span {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.ticker-track span[aria-hidden] {
  color: var(--blue);
  font-size: 8px;
}
@keyframes tickerMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.about-copy h2 { margin-bottom: 1.2rem; }
.about-copy p { margin-bottom: 1rem; }

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.5rem;
}
.about-tags span {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-2);
}

.steps-label {
  margin-bottom: 1.5rem;
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.step-item {
  display: flex;
  gap: 20px;
  position: relative;
}
.step-item:not(:last-child) { padding-bottom: 28px; }
.step-item:not(:last-child) .step-num::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 19px;
  width: 2px;
  bottom: 0;
  background: var(--border);
}

.step-num {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  font-family: var(--font-display);
  color: var(--blue-2);
}

.step-body { padding-top: 8px; }
.step-body strong {
  display: block;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  font-size: 15px;
}
.step-body p { font-size: 14px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════
   SERVICES GRID
═══════════════════════════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(26,111,255,.06), transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover {
  border-color: var(--border-2);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.service-card--highlight {
  border-color: var(--border-2);
  background: linear-gradient(135deg, rgba(26, 80, 200, 0.15), rgba(10, 20, 45, 0.8));
}
.service-card--highlight:hover {
  box-shadow: 0 24px 60px rgba(26, 111, 255, 0.3);
}

.service-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.service-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-2);
  margin-bottom: 1.2rem;
}

.service-card h3 {
  color: var(--ink);
  margin-bottom: .6rem;
  font-size: 1.05rem;
}
.service-card p {
  font-size: 13.5px;
  color: var(--ink-2);
  margin-bottom: 1rem;
}

.service-list { display: flex; flex-direction: column; gap: 6px; }
.service-list li {
  font-size: 13px;
  color: var(--muted);
  padding-left: 16px;
  position: relative;
}
.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-2);
  transition: gap .2s ease;
  gap: 4px;
}
.service-card__cta:hover { gap: 8px; }

/* ═══════════════════════════════════════════════════════════
   MANAGED SERVICE SECTION
═══════════════════════════════════════════════════════════ */
.ms-section {
  background: linear-gradient(180deg, transparent 0%, rgba(10, 30, 80, 0.15) 40%, transparent 100%);
  position: relative;
}
.ms-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-2), transparent);
}
.ms-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-2), transparent);
}

.ms-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.ms-header h2 { margin: 0 0 1rem; }
.ms-header p { font-size: 1.05rem; }

/* Benefit Row */
.ms-benefit-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 4rem;
}

.ms-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  backdrop-filter: blur(8px);
  transition: border-color .3s ease, transform .3s ease;
}
.ms-benefit-card:hover {
  border-color: var(--border-2);
  transform: translateY(-3px);
}
.ms-benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-2);
}
.ms-benefit-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.ms-benefit-card span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* Detail Grid */
.ms-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 28px;
  margin-bottom: 3rem;
}

.ms-detail-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
}

.ms-col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-2);
  margin-bottom: 1rem;
  font-family: var(--font-display);
}
.ms-col-title svg { opacity: 0.8; }

.ms-checklist { display: flex; flex-direction: column; gap: 10px; }
.ms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.ms-check svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--green);
  opacity: 0.8;
}

/* MS Visual Col */
.ms-visual-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-dashboard-preview {
  background: rgba(5, 12, 28, 0.9);
  border: 1px solid var(--border-2);
  border-radius: var(--r-lg);
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-card);
}

.ms-db-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}
.ms-db-header span {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-left: auto;
}

.ms-db-body { padding: 16px; }

.ms-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.ms-stat {
  padding: 10px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  text-align: center;
}
.ms-stat small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.ms-stat strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
}
.ms-stat--good strong { color: var(--green); }
.ms-stat--warn strong { color: var(--amber); }

.ms-devices { margin-bottom: 12px; }
.ms-device {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: var(--r-sm);
  font-size: 12px;
  color: var(--ink-2);
  transition: background .2s;
}
.ms-device:hover { background: rgba(255,255,255,0.04); }
.ms-device span:nth-child(2) { flex: 1; }
.ms-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ms-device--on .ms-dot  { background: var(--green); box-shadow: 0 0 6px var(--green); }
.ms-device--warn .ms-dot { background: var(--amber); box-shadow: 0 0 6px var(--amber); }
.ms-ping { font-size: 11px; font-weight: 700; color: var(--muted); }
.ms-ping--warn { color: var(--amber) !important; }

.ms-chart-mini {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 10px;
  margin-bottom: 10px;
}
.ms-chart-mini small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.ms-chart-mini svg { width: 100%; height: 50px; }

.ms-report-preview {
  background: rgba(26, 111, 255, 0.08);
  border: 1px solid var(--border-2);
  border-radius: var(--r-sm);
  padding: 10px 12px;
}
.ms-report-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue-2);
  margin-bottom: 6px;
}
.ms-report-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ms-report-items span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}

.ms-segments {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 16px;
}
.ms-segment-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.ms-segment-list { display: flex; flex-direction: column; gap: 8px; }
.ms-seg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
}
.seg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.seg-dot--1 { background: #1a6fff; }
.seg-dot--2 { background: #10d68e; }
.seg-dot--3 { background: #f59e0b; }
.seg-dot--4 { background: #8b5cf6; }

.ms-cocok {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 16px;
}
.ms-cocok-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.ms-cocok-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ms-cocok-tags span {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bg-card-2);
  border: 1px solid var(--border);
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 500;
}

/* MS CTA */
.ms-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 36px;
  background: linear-gradient(135deg, rgba(26, 111, 255, 0.12), rgba(10, 20, 50, 0.8));
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  backdrop-filter: blur(10px);
}
.ms-cta-copy { display: flex; flex-direction: column; gap: 4px; }
.ms-cta-copy strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  font-family: var(--font-display);
}
.ms-cta-copy span { font-size: 14px; color: var(--ink-2); }

/* ═══════════════════════════════════════════════════════════
   PRODUCT SECTION
═══════════════════════════════════════════════════════════ */
.product-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  transition: all .2s ease;
}
.filter-btn:hover {
  color: var(--ink);
  border-color: var(--border-2);
}
.filter-btn.is-active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 0 4px 20px rgba(26, 111, 255, 0.3);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  position: relative;
}
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(26,111,255,.07), transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 1;
}
.product-card:hover::before { opacity: 1; }
.product-card:hover {
  border-color: var(--border-2);
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.product-card.is-hidden {
  display: none;
}

.product-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid var(--border);
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s var(--ease-out);
}
.product-card:hover .product-card__media img { transform: scale(1.04); }

.product-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(5, 13, 26, 0.75);
  border: 1px solid var(--border-2);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--blue-2);
  letter-spacing: 0.05em;
  backdrop-filter: blur(6px);
  z-index: 2;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex: 1;
  gap: 0;
}
.product-card__info h3 {
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 6px;
}
.product-card__info p {
  font-size: 13px;
  color: var(--muted);
  flex: 1;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product-card__cta {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue-2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s ease;
}
.product-card:hover .product-card__cta { gap: 8px; }

/* ═══════════════════════════════════════════════════════════
   SECTORS
═══════════════════════════════════════════════════════════ */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sector-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.sector-card:hover {
  border-color: var(--border-2);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.sector-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-2);
  margin-bottom: 1.2rem;
}
.sector-card h3 { color: var(--ink); margin-bottom: .6rem; font-size: 1.05rem; }
.sector-card p { font-size: 13.5px; color: var(--muted); margin-bottom: 1rem; }
.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sector-tags span {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--blue-2);
}

/* ═══════════════════════════════════════════════════════════
   WHY SECTION
═══════════════════════════════════════════════════════════ */
.why-section {
  background: linear-gradient(180deg, transparent, rgba(10, 25, 70, 0.12) 50%, transparent);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.why-copy h2 { margin-bottom: 1rem; }
.why-copy p { margin-bottom: 2rem; }

.why-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.why-point {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  transition: background .3s ease;
}
.why-point:hover { background: rgba(255,255,255,0.02); }
.why-point:nth-child(even) { border-right: none; }
.why-point:nth-last-child(-n+2) { border-bottom: none; }

.why-point__num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--blue-dim);
  color: rgba(26, 111, 255, 0.25);
  line-height: 1;
  padding-top: 2px;
}

.why-point__body strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.why-point__body p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════════════════════════ */
.process-track { position: relative; margin-top: 1rem; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-2) 10%, var(--border-2) 90%, transparent);
  z-index: 0;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.process-step__node {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-card-2);
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-2);
  margin-bottom: 1.2rem;
  box-shadow: 0 0 0 6px var(--bg);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.process-step:hover .process-step__node {
  background: var(--blue-dim);
  box-shadow: 0 0 0 6px var(--bg), var(--shadow-glow);
  transform: scale(1.1);
}

.process-step__body span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue-2);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.process-step__body h3 {
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 6px;
}
.process-step__body p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.faq-copy h2 { margin-bottom: 1rem; }
.faq-copy p { margin-bottom: 2rem; font-size: 14.5px; }

.accordion { display: flex; flex-direction: column; }

.accordion details {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.accordion details:first-child { border-top: 1px solid var(--border); }

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  list-style: none;
  transition: color .2s ease;
}
.accordion summary:hover { color: var(--blue-2); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .3s ease, border-color .2s, color .2s;
  line-height: 1;
}
.accordion details[open] summary::after {
  content: '−';
  transform: rotate(180deg);
  border-color: var(--blue-2);
  color: var(--blue-2);
}

.accordion details p {
  padding: 0 0 20px;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.7;
  animation: accordionSlide .25s var(--ease-out);
}
@keyframes accordionSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════════════════ */
.cta-section { padding-bottom: 100px; }

.cta-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: linear-gradient(135deg, rgba(20, 55, 160, 0.25) 0%, rgba(5, 13, 26, 0.85) 60%);
  border: 1px solid rgba(56, 182, 255, 0.18);
  border-radius: var(--r-2xl);
  padding: 64px;
  overflow: hidden;
}

.cta-block__bg { position: absolute; inset: 0; pointer-events: none; }
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}
.cta-orb--1 {
  width: 400px; height: 400px;
  top: -100px; left: -100px;
  background: radial-gradient(circle, rgba(26, 111, 255, 0.2), transparent 70%);
}
.cta-orb--2 {
  width: 300px; height: 300px;
  bottom: -80px; right: -60px;
  background: radial-gradient(circle, rgba(56, 182, 255, 0.15), transparent 70%);
}

.cta-block__content { position: relative; z-index: 1; }
.cta-block__content h2 {
  color: #fff;
  margin-bottom: 1rem;
}
.cta-block__content p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
  font-size: 1rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2rem;
}
.cta-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cta-contacts span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* Form */
.cta-form-wrap { position: relative; z-index: 1; }
.contact-form {
  background: rgba(5, 12, 28, 0.7);
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  padding: 32px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form label > span {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 11px 14px;
  color: var(--ink);
  font-size: 14px;
  transition: border-color .2s ease;
  width: 100%;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--blue-2);
  box-shadow: 0 0 0 3px rgba(26, 111, 255, 0.12);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--muted-2); }
.contact-form select option { background: var(--bg-2); color: var(--ink); }
.contact-form textarea { resize: vertical; min-height: 90px; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(3, 8, 18, 0.95);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.brand--footer .brand__text strong { font-size: 16px; }

.footer-brand p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 280px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-contact a {
  font-size: 13px;
  color: var(--muted);
  transition: color .2s;
}
.footer-contact a:hover { color: var(--blue-2); }

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a {
  font-size: 13.5px;
  color: var(--muted);
  transition: color .2s ease;
}
.footer-col li a:hover { color: var(--blue-2); }

.footer-cta-wrap { margin-top: 20px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 13px;
  color: var(--muted-2);
}
.footer-bottom-sub {
  font-size: 12px;
  color: var(--muted-2);
}

/* ─── Back to Top ──────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bg-card-2);
  border: 1px solid var(--border-2);
  color: var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-card);
  pointer-events: none;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-3px);
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT MODAL
═══════════════════════════════════════════════════════════ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 20, 0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.modal__panel {
  position: relative;
  background: rgba(8, 15, 32, 0.95);
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  backdrop-filter: blur(24px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6), var(--shadow-glow);
  transform: scale(0.96) translateY(10px);
  transition: transform .35s var(--ease-out);
}
.modal.is-open .modal__panel {
  transform: scale(1) translateY(0);
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.modal__close:hover {
  background: rgba(255,255,255,0.14);
  color: var(--ink);
}

.modal__media {
  background: rgba(255,255,255,0.02);
  border-right: 1px solid var(--border);
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  font-size: 11px;
  font-weight: 700;
  color: var(--blue-2);
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

/* Scope Showcase */
.scope-showcase { display: flex; flex-direction: column; flex: 1; gap: 12px; }
.scope-showcase__screen {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
}
.scope-showcase__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 3;
}
.scope-showcase__scanner {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-2), transparent);
  opacity: 0.6;
  animation: scannerMove 3s ease-in-out infinite;
  z-index: 4;
}
@keyframes scannerMove {
  0%, 100% { top: -2px; opacity: 0; }
  10%       { opacity: 0.6; }
  90%       { opacity: 0.6; }
  100%      { top: calc(100% + 2px); opacity: 0; }
}
.scope-showcase__stage { position: absolute; inset: 0; z-index: 2; }
.scope-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
}
.scope-slide.is-active { opacity: 1; }
.scope-slide.is-leaving { opacity: 0; }
.scope-slide img { width: 100%; height: 100%; object-fit: cover; }

.scope-showcase__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scope-showcase__text small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.scope-showcase__text strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 2px;
}
.scope-showcase__text span {
  font-size: 12px;
  color: var(--muted);
}

.scope-showcase__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.scope-nav {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.scope-nav:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.scope-showcase__dots { display: flex; gap: 5px; }
.scope-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  transition: all .2s;
}
.scope-dot.is-active {
  background: var(--blue-2);
  width: 16px;
  border-radius: 3px;
}

.scope-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.scope-feature-strip span {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  font-size: 10px;
  font-weight: 600;
  color: var(--blue-2);
}

/* Modal Content */
.modal__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}
.modal__content h3 {
  font-size: 1.3rem;
  color: var(--ink);
  margin-bottom: 0;
}
.modal__content p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}
.modal__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.modal__chips span {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(16, 214, 142, 0.08);
  border: 1px solid rgba(16, 214, 142, 0.2);
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
}
.modal__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.modal__cols h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.modal-list { display: flex; flex-direction: column; gap: 7px; }
.modal-list li {
  font-size: 13px;
  color: var(--ink-2);
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.modal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
}
.modal-list--soft li::before { background: var(--blue-2); opacity: 0.5; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid  { grid-template-columns: repeat(3, 1fr); }
  .ms-detail-grid { grid-template-columns: 1fr 1fr; }
  .ms-visual-col { grid-column: 1 / -1; flex-direction: row; gap: 16px; }
  .ms-dashboard-preview { flex: 1; }
  .ms-segments, .ms-cocok { flex: 1; }
}

@media (max-width: 1024px) {
  .hero-frame       { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual     { display: none; }
  .hero-frame       { padding-top: 48px; }
  .about-grid       { grid-template-columns: 1fr; gap: 48px; }
  .sectors-grid     { grid-template-columns: repeat(2, 1fr); }
  .why-grid         { grid-template-columns: 1fr; gap: 48px; }
  .why-points       { margin-top: 0; }
  .faq-layout       { grid-template-columns: 1fr; gap: 36px; }
  .cta-block        { grid-template-columns: 1fr; gap: 36px; padding: 40px; }
  .modal__panel     { grid-template-columns: 1fr; }
  .modal__media     { border-right: none; border-bottom: 1px solid var(--border); }
  .process-steps    { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .process-steps::before { display: none; }
  .footer-grid      { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  :root { --header-h: 68px; }

  .section { padding: 72px 0; }

  .nav { display: none; }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: var(--header-h) 0 0;
    background: rgba(5, 13, 26, 0.98);
    backdrop-filter: blur(20px);
    padding: 32px 24px;
    gap: 4px;
    align-items: flex-start;
    z-index: 999;
    overflow-y: auto;
  }
  .nav.is-open a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: var(--r-md);
  }
  .menu-toggle { display: flex; }
  .header-actions .btn:not(.menu-toggle) {
    display: none;
  }
  .header-actions .btn--primary { display: inline-flex; }
  .header-actions .btn--ghost { display: none; }

  .hero-frame     { padding-top: 36px; }
  .hero__actions  { flex-direction: column; align-items: flex-start; }
  .hero__actions .btn { width: 100%; justify-content: center; }

  .trust-items    { gap: 16px; }
  .trust-sep      { display: none; }

  .services-grid  { grid-template-columns: 1fr; }
  .ms-benefit-row { grid-template-columns: 1fr 1fr; }
  .ms-detail-grid { grid-template-columns: 1fr; }
  .ms-visual-col  { flex-direction: column; }
  .ms-cta         { flex-direction: column; align-items: flex-start; }

  .product-grid   { grid-template-columns: repeat(2, 1fr); }
  .sectors-grid   { grid-template-columns: 1fr; }
  .why-points     { grid-template-columns: 1fr; }
  .why-point      { border-right: none !important; }
  .process-steps  { grid-template-columns: repeat(2, 1fr); }
  .footer-grid    { grid-template-columns: 1fr; }
  .footer-bottom  { flex-direction: column; align-items: flex-start; }

  .cta-block      { padding: 28px 24px; border-radius: var(--r-xl); }
  .ms-cta         { padding: 24px; border-radius: var(--r-lg); }
}

@media (max-width: 480px) {
  .container     { padding: 0 16px; }
  h1             { font-size: 2rem; }
  h2             { font-size: 1.55rem; }
  .ms-benefit-row { grid-template-columns: 1fr; }
  .product-grid  { grid-template-columns: 1fr; }
  .modal__cols   { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .dash-metrics-row { grid-template-columns: repeat(2, 1fr); }
  .ms-stat-row { grid-template-columns: repeat(3, 1fr); }
}

/* ─── Reduce Motion ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ═══════════════════════════════════════════════════════════
   HERO SLIDER PATCH — v9.1
═══════════════════════════════════════════════════════════ */
.hero-slider {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .06s linear;
}

/* Frame — browser chrome */
.hs-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border-2);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 32px 80px rgba(0,0,0,.55),
    0 0 60px rgba(26,111,255,.18);
  background: #080f1e;
}

/* Top bar */
.hs-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.hs-urlbar {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
}
.hs-urlbar svg { opacity: .5; flex-shrink: 0; }
.hs-urlbar span {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .01em;
  transition: color .4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hs-tag {
  flex-shrink: 0;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--blue-dim);
  border: 1px solid var(--border-2);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--blue-2);
  letter-spacing: .05em;
  transition: opacity .3s ease;
  white-space: nowrap;
}

/* Stage */
.hs-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #06111f;
}

/* Slides */
.hs-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  /* start: scaled up + slightly blurred */
  transform: scale(1.04);
  filter: blur(6px);
  transition:
    opacity .75s cubic-bezier(.4,0,.2,1),
    transform .75s cubic-bezier(.16,1,.3,1),
    filter .75s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform, filter;
}
.hs-slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  z-index: 2;
}
/* outgoing slide — subtle zoom out */
.hs-slide.is-leaving {
  opacity: 0;
  transform: scale(.97);
  filter: blur(3px);
  z-index: 1;
  transition:
    opacity .55s cubic-bezier(.4,0,1,1),
    transform .55s cubic-bezier(.4,0,1,1),
    filter .45s ease;
}
.hs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Subtle gradient fade at bottom so slide bleeds into frame */
.hs-fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(8,15,30,.7), transparent);
  z-index: 3;
  pointer-events: none;
}

/* Progress bar */
.hs-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255,255,255,.08);
  z-index: 4;
}
.hs-progress__bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
  box-shadow: 0 0 8px rgba(56,182,255,.6);
  transition: width .12s linear;
  /* reset animation driven by JS */
}

/* Dot indicators */
.hs-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}
.hs-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width .35s var(--ease-spring), background .3s ease;
}
.hs-dot.is-active {
  width: 24px;
  background: var(--blue-2);
  box-shadow: 0 0 8px rgba(56,182,255,.5);
}
.hs-dot:hover:not(.is-active) { background: rgba(255,255,255,.35); }

/* Orbits reused from hero-card-wrap, no change needed since class names match */

/* ── Modal Scope — Auto-slide Progress Bar (patch v9.2) ── */
.scope-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 5;
  overflow: hidden;
}
.scope-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
  box-shadow: 0 0 8px rgba(56, 182, 255, 0.7);
  will-change: width;
}
