/* ==========================================================================
   PT BERKAH SERIKAT MANDIRI (BSM) — ULTRA CLEAN MINIMAL TECH EDITION
   Theme: Pure Obsidian Black (#030303) × Electric Neon Orange (#FF5500 / #FF7700)
   Design Language: Linear.app & Vercel Aesthetic — Razor-sharp, Crisp, High-Contrast, Native Cursor
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  /* Core Darks */
  --bg-void: #000000;
  --bg-deep: #050505;
  --bg-main: #080808;
  --bg-card: #0c0c0c;
  --bg-card-hover: #121212;
  --bg-card-active: #161616;
  --bg-glass: rgba(10, 10, 10, 0.85);
  --bg-glass-heavy: rgba(4, 4, 4, 0.94);
  --bg-terminal: #070707;

  /* Neon Orange Spectrum */
  --orange-primary: #ff5500;
  --orange-vivid: #ff6a00;
  --orange-bright: #ff7d1a;
  --orange-amber: #ff9d00;
  --orange-dark: #b83a00;
  
  /* Refined Glows & Subtle Accents */
  --orange-glow: rgba(255, 85, 0, 0.5);
  --orange-glow-sm: 0 0 16px rgba(255, 85, 0, 0.35);
  --orange-glow-md: 0 0 30px rgba(255, 85, 0, 0.45);
  --orange-subtle: rgba(255, 85, 0, 0.06);
  --orange-subtle-hover: rgba(255, 85, 0, 0.12);
  --orange-border: rgba(255, 85, 0, 0.25);
  --orange-border-bright: rgba(255, 85, 0, 0.75);

  /* Monochromes & Zinc Scale */
  --text-white: #ffffff;
  --text-bright: #f4f4f5;
  --text-muted: #a1a1aa;
  --text-dim: #71717a;
  --text-dark: #3f3f46;
  --border-light: rgba(255, 255, 255, 0.12);
  --border-dark: rgba(255, 255, 255, 0.07);
  --border-subtle: rgba(255, 255, 255, 0.04);

  /* Clean Typography */
  --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-tech: 'Space Grotesk', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Clean Radii */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Easing */
  --ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* =========================================================================
   GLOBAL RESET & BASE (CLEAN NATIVE CURSOR)
   ========================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: var(--bg-void);
  color: var(--text-bright);
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  background-color: var(--bg-void);
  color: var(--text-bright);
  overflow-x: hidden;
  position: relative;
  line-height: 1.65;
  letter-spacing: -0.01em;
  cursor: default;
}

a, button, input, textarea, select, .topo-node, .cockpit-tab-btn, .term-quick-btn, .pin-ctrl-btn, .hub-city-node {
  cursor: pointer !important;
}

a { color: inherit; text-decoration: none; }
button { background: none; border: none; font: inherit; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

::selection {
  background: var(--orange-primary);
  color: #000000;
  text-shadow: none;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #030303; }
::-webkit-scrollbar-thumb { background: #222; border-radius: 4px; border: 1px solid var(--border-dark); }
::-webkit-scrollbar-thumb:hover { background: var(--orange-primary); }

/* =========================================================================
   CLEAN AMBIENT CANVAS & BACKGROUND
   ========================================================================= */
.ambient-glow-mesh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(180px);
  pointer-events: none;
}

.glow-orb-1 {
  top: -15%;
  right: -5%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.15) 0%, rgba(255, 85, 0, 0) 70%);
}

.glow-orb-2 {
  bottom: 5%;
  left: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 100, 0, 0.12) 0%, rgba(255, 85, 0, 0) 70%);
}

.cyber-grid-bg {
  position: absolute;
  inset: 0;
  background-size: 60px 60px;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 80%);
  pointer-events: none;
}

/* =========================================================================
   PRELOADER
   ========================================================================= */
.cyber-preloader {
  position: fixed;
  inset: 0;
  background: var(--bg-void);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.preloader-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 650px;
}

.preloader-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-bright);
  margin-bottom: 1.75rem;
  background: rgba(255, 85, 0, 0.06);
  border: 1px solid var(--orange-border);
  padding: 0.4rem 1.25rem;
  border-radius: var(--radius-full);
  font-weight: 700;
}

.preloader-brand-tag .tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-primary);
  box-shadow: 0 0 10px var(--orange-primary);
  animation: pulseDot 0.8s infinite alternate;
}

.preloader-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6.5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 2.5rem;
}

.preloader-title span { display: inline-block; }
.preloader-title .accent-orange {
  color: var(--orange-primary);
}

.preloader-progress-box {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.preloader-bar-bg {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.preloader-bar-fill {
  width: 0%;
  height: 100%;
  background: var(--orange-primary);
  box-shadow: 0 0 12px var(--orange-primary);
  transition: width 0.1s linear;
}

.preloader-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-dim);
}

.preloader-percent {
  color: var(--orange-bright);
  font-weight: 700;
}

@keyframes pulseDot {
  from { opacity: 0.4; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1.2); }
}

/* =========================================================================
   NAVIGATION BAR (CLEAN GLASS)
   ========================================================================= */
.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 2.5rem;
  transition: all 0.3s var(--ease-smooth);
}

.site-navbar.scrolled {
  padding: 0.85rem 2.5rem;
  background: var(--bg-glass-heavy);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.nav-container {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-logo-badge {
  width: 42px;
  height: 42px;
  background: #111111;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s var(--ease-smooth);
}

.brand-logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 3px;
}

.nav-brand:hover .brand-logo-badge {
  border-color: var(--orange-primary);
  transform: scale(1.05);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-white);
  line-height: 1.1;
}

.brand-name span {
  color: var(--orange-primary);
}

.brand-tagline {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-link {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.25s var(--ease-smooth);
  position: relative;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-link .nav-num {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--orange-bright);
  opacity: 0.8;
}

.nav-link:hover, .nav-link.active { color: var(--text-white); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.audio-toggle-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: all 0.25s;
}

.audio-toggle-btn:hover {
  color: var(--orange-bright);
  border-color: var(--orange-border);
  background: var(--orange-subtle);
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-bright);
}

.pulse-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00ff66;
  box-shadow: 0 0 10px #00ff66;
  animation: pulseLiveGreen 1.6s infinite;
}

@keyframes pulseLiveGreen {
  0% { transform: scale(0.85); opacity: 0.6; }
  50% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(0.85); opacity: 0.6; }
}

.btn-cyber {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all 0.25s var(--ease-smooth);
}

.btn-cyber-primary {
  background: var(--orange-primary);
  color: #000000;
  box-shadow: 0 4px 20px rgba(255, 85, 0, 0.35);
}

.btn-cyber-primary:hover {
  background: #ff6a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 85, 0, 0.5);
}

.btn-cyber-outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-white);
  border: 1px solid var(--border-light);
  backdrop-filter: blur(10px);
}

.btn-cyber-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--orange-primary);
  color: var(--orange-bright);
  transform: translateY(-2px);
}

.nav-toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  background: #111;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-bright);
}

/* =========================================================================
   MOBILE MENU DRAWER
   ========================================================================= */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  background: #080808;
  border-left: 1px solid var(--border-dark);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  transform: translateX(100%);
  transition: transform 0.35s var(--ease-smooth);
}

.mobile-drawer.open { transform: translateX(0); }

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #141414;
  border: 1px solid var(--border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-bright);
  font-size: 1.1rem;
}

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  margin: 2rem 0;
}

.drawer-link {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.drawer-link span.num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--orange-primary);
}

.drawer-link:hover { color: var(--orange-primary); }

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

/* =========================================================================
   HERO SECTION (CLEAN EDITORIAL HUD)
   ========================================================================= */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 8.5rem 2.5rem 4.5rem 2.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-hud-layout {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 10;
}

.hero-left-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-tags-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-hud-pill {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--orange-bright);
  background: rgba(255, 85, 0, 0.06);
  border: 1px solid var(--orange-border);
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-title-massive {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--text-white);
}

.hero-title-massive .gradient-orange {
  color: var(--orange-primary);
}

.hero-desc-lead {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 650px;
  font-weight: 400;
}

.hero-desc-lead strong {
  color: var(--text-white);
  font-weight: 600;
}

.hero-oscilloscope-box {
  background: #090909;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 600px;
}

.osc-info {
  display: flex;
  flex-direction: column;
}

.osc-info label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 600;
}

.osc-info .val {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--orange-bright);
}

#hero-wave-canvas {
  width: 220px;
  height: 40px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.hero-right-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.hologram-stage-container {
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hologram-3d-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hud-float-card {
  position: absolute;
  background: rgba(12, 12, 12, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.15rem;
  z-index: 5;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
  animation: floatHud 6s ease-in-out infinite alternate;
}

.hud-float-card.top-right { top: 10%; right: -5%; }
.hud-float-card.bottom-left { bottom: 10%; left: -5%; animation-delay: -3s; }

@keyframes floatHud {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-12px); }
}

.hud-card-header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.hud-card-val {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--orange-bright);
}

/* =========================================================================
   DUAL MARQUEE TICKER (CLEAN & SUBTLE)
   ========================================================================= */
.dual-marquee-wrap {
  width: 100%;
  background: #040404;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  padding: 1.1rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.marquee-track-left {
  display: flex;
  width: max-content;
  gap: 3.5rem;
  animation: slideLeft 32s linear infinite;
  will-change: transform;
}

.marquee-track-right {
  display: flex;
  width: max-content;
  gap: 3.5rem;
  animation: slideRight 32s linear infinite;
  will-change: transform;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  white-space: nowrap;
}

.ticker-item.highlight {
  color: var(--text-bright);
}

.ticker-sep {
  color: var(--orange-primary);
  font-size: 0.75rem;
}

@keyframes slideLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes slideRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/* =========================================================================
   SECTION HEADERS
   ========================================================================= */
.section-pad {
  padding: 7.5rem 2.5rem;
  position: relative;
  z-index: 10;
}

.section-head { margin-bottom: 4rem; }
.section-head.center { text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange-bright);
  margin-bottom: 1rem;
  padding: 0.25rem 0.85rem;
  background: var(--orange-subtle);
  border: 1px solid var(--orange-border);
  border-radius: var(--radius-full);
}

.eyebrow-badge::before { content: '//'; color: var(--orange-primary); }

.section-title-main {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 1.25rem;
}

.section-title-main span.orange {
  color: var(--orange-primary);
}

.section-desc-sub {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 400;
}

/* =========================================================================
   HORIZONTAL PIN-SCROLL SHOWCASE SECTION
   ========================================================================= */
.horizontal-pin-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #030303;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pin-section-top-bar {
  padding: 1.5rem 3.5rem 1rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.pin-title-wrap h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--text-white);
}

.pin-title-wrap h2 span {
  color: var(--orange-primary);
}

.pin-slider-controls {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.slide-indicator-box {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
}

.slide-indicator-box .curr-slide {
  color: var(--orange-bright);
}

.slide-indicator-box .sep { color: var(--text-dark); }
.slide-indicator-box .total-slide { color: var(--text-dim); }

.pin-progress-bar-wrap {
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.pin-progress-fill {
  width: 20%;
  height: 100%;
  background: var(--orange-primary);
  transition: width 0.3s ease-out;
}

.pin-ctrl-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #111;
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-bright);
  font-size: 1rem;
  transition: all 0.2s var(--ease-smooth);
}

.pin-ctrl-btn:hover {
  background: var(--orange-primary);
  color: #000;
  border-color: var(--orange-primary);
}

.horizontal-track {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 3.5rem;
  width: max-content;
  will-change: transform;
}

.slide-showcase-card {
  width: 440px;
  height: 500px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s var(--ease-smooth), border-color 0.3s;
}

.slide-showcase-card:hover {
  transform: translateY(-8px);
  border-color: var(--orange-primary);
}

.slide-card-bg-img {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  opacity: 0.22;
  filter: grayscale(30%);
  transition: opacity 0.3s;
  will-change: transform;
}

.slide-showcase-card:hover .slide-card-bg-img {
  opacity: 0.38;
}

.slide-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-badge-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--orange-bright);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid var(--border-light);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
}

.slide-cat-tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.slide-card-bottom {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(6,6,6,0.96) 40%);
  margin: -1.5rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.slide-card-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}

.slide-card-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.15rem;
}

.slide-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-dark);
  padding-top: 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--orange-bright);
  font-weight: 600;
}

/* =========================================================================
   CENTRAL JAVA REGIONAL FIBER MATRIX
   ========================================================================= */
.regional-matrix-container {
  max-width: 1520px;
  margin: 0 auto;
  background: #070707;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 4rem 3rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.8);
}

.matrix-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
}

.matrix-map-wrap {
  position: relative;
  background: #030303;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#central-java-svg-map { width: 100%; height: 100%; }

.map-laser-pulse { animation: laserStream 3.5s linear infinite; }
.laser-1 { animation-delay: 0s; }
.laser-2 { animation-delay: 0.7s; }
.laser-3 { animation-delay: 1.4s; }
.laser-4 { animation-delay: 2.1s; }
.laser-5 { animation-delay: 2.8s; }

@keyframes laserStream {
  0% { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: -200; }
}

.radar-ring {
  animation: radarPulse 2.4s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  transform-origin: center;
}

@keyframes radarPulse {
  0% { r: 8; opacity: 0.9; }
  100% { r: 32; opacity: 0; }
}

.hub-city-node { transition: all 0.3s; }
.hub-city-node:hover circle, .hub-city-node.active circle {
  fill: #ffaa00;
}

.matrix-info-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #0c0c0c;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
}

.hub-name-selected {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-white);
}

.hub-name-selected span { color: var(--orange-primary); }

.hub-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.hub-stat-item {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--orange-primary);
  padding-left: 0.85rem;
}

.hub-stat-item label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 600;
}

.hub-stat-item .val {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--orange-bright);
}

/* =========================================================================
   BENTO GRID 2.0 & DIVISION COCKPIT
   ========================================================================= */
.bento-showcase-grid {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 2.5rem;
}

.bento-cockpit-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cockpit-tabs-header {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-dark);
  padding-bottom: 1.25rem;
}

.cockpit-tab-btn {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  background: #111;
  border: 1px solid var(--border-dark);
  color: var(--text-muted);
  transition: all 0.2s;
}

.cockpit-tab-btn.active, .cockpit-tab-btn:hover {
  background: var(--orange-primary);
  color: #000;
  border-color: var(--orange-primary);
}

.cockpit-content-pane {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.cockpit-spec-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.cockpit-spec-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-bright);
}

.cockpit-spec-item i { color: var(--orange-primary); }

.cockpit-photo-box {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 260px;
  border: 1px solid var(--border-light);
}

.cockpit-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Side Bento: CLI Terminal */
.terminal-card {
  background: var(--bg-terminal);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.terminal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-dark);
  padding-bottom: 0.85rem;
  margin-bottom: 1.25rem;
}

.terminal-dots { display: flex; gap: 6px; }
.terminal-dots span { width: 9px; height: 9px; border-radius: 50%; background: #333; }
.terminal-dots span:nth-child(1) { background: #ff5500; }
.terminal-dots span:nth-child(2) { background: #ffaa00; }
.terminal-dots span:nth-child(3) { background: #00ff66; }

.terminal-title { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-dim); }

.terminal-body {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--text-bright);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 260px;
}

.term-cmd { color: var(--orange-bright); }
.term-res { color: var(--text-muted); line-height: 1.5; }

.terminal-input-bar {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-top: 1px solid var(--border-dark);
  padding-top: 1rem;
  margin-top: 1rem;
}

.terminal-quick-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.term-quick-btn {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-bright);
  background: #141414;
  border: 1px solid var(--border-light);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-xs);
  transition: all 0.2s;
  font-weight: 600;
}
.term-quick-btn:hover { background: var(--orange-primary); color: #000; border-color: var(--orange-primary); }

/* =========================================================================
   TOPOLOGY PIPELINE
   ========================================================================= */
.topology-container {
  max-width: 1520px;
  margin: 0 auto;
  background: #070707;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 4rem 3rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.8);
}

.topo-flow-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  position: relative;
  margin: 3rem 0;
}

.topo-flow-row::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, var(--orange-dark), var(--orange-primary), var(--orange-dark));
  z-index: 1;
  transform: translateY(-50%);
}

.topo-node {
  position: relative;
  z-index: 2;
  background: #111111;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition: all 0.25s var(--ease-smooth);
}

.topo-node:hover {
  background: #181818;
  border-color: var(--orange-primary);
  transform: translateY(-4px);
}

.topo-node-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 85, 0, 0.08);
  border: 1px solid var(--orange-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange-bright);
  font-size: 1.35rem;
  margin: 0 auto 1.1rem auto;
  transition: transform 0.25s;
}

.topo-node:hover .topo-node-icon {
  background: var(--orange-primary);
  color: #000;
}

.topo-node-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.topo-node-desc {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.topo-tester-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.telemetry-metrics-grid {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.telemetry-item { display: flex; flex-direction: column; }
.telemetry-item label { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-dim); text-transform: uppercase; font-weight: 600; }
.telemetry-item .value { font-family: var(--font-mono); font-size: 1.05rem; font-weight: 700; color: var(--orange-bright); }

/* =========================================================================
   OPTICAL REDAMAN CALCULATOR
   ========================================================================= */
.calculator-box {
  max-width: 1520px;
  margin: 3rem auto 0 auto;
  background: #0a0a0a;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3.25rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.calc-inputs { display: flex; flex-direction: column; gap: 1.75rem; }
.calc-control-group { display: flex; flex-direction: column; gap: 0.65rem; }
.calc-control-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
}

.calc-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #222;
  outline: none;
}

.calc-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange-primary);
  cursor: pointer;
}

.calc-result-panel {
  background: #050505;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.redaman-meter-val {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--orange-bright);
  line-height: 1;
  margin: 0.85rem 0 0.5rem 0;
}

.redaman-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1.15rem;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.redaman-status-badge.optimal {
  background: rgba(0, 255, 102, 0.1);
  border: 1px solid rgba(0, 255, 102, 0.5);
  color: #00ff66;
}

/* =========================================================================
   RESOURCES & GAUGES
   ========================================================================= */
.resources-grid {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.res-stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 2.75rem 1.75rem;
  text-align: center;
  transition: all 0.3s var(--ease-smooth);
}

.res-stat-card:hover {
  border-color: var(--orange-primary);
  transform: translateY(-6px);
}

.res-gauge-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.res-gauge-svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.res-gauge-bg { fill: none; stroke: rgba(255, 255, 255, 0.08); stroke-width: 6; }
.res-gauge-fill {
  fill: none;
  stroke: var(--orange-primary);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 2s var(--ease-smooth);
}

.res-gauge-icon { position: absolute; font-size: 1.6rem; color: var(--orange-bright); }

.res-stat-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.res-stat-num .plus { color: var(--orange-primary); }

.res-stat-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-bright);
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}

.res-stat-sub { font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-dim); }

/* =========================================================================
   VALUES & PARTNERS
   ========================================================================= */
.values-container {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.value-box {
  background: #0a0a0a;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem 2.25rem;
  transition: all 0.3s var(--ease-smooth);
}

.value-box:hover {
  border-color: var(--orange-primary);
  transform: translateY(-8px);
}

.value-huge-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 0.8;
  margin-bottom: 1.5rem;
}

.value-title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.value-title span.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-primary);
}

.value-desc {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.partners-grid {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

.partner-box {
  background: #0a0a0a;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2rem 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
  transition: all 0.25s var(--ease-smooth);
}

.partner-box:hover {
  background: #121212;
  border-color: var(--orange-primary);
  transform: translateY(-4px);
}

.partner-badge-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange-bright);
  font-size: 1.35rem;
}

.partner-box:hover .partner-badge-icon {
  background: var(--orange-primary);
  color: #000;
}

.partner-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: -0.01em;
}

.partner-role {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-dim);
  text-transform: uppercase;
}

/* =========================================================================
   CTA BANNER & FOOTER
   ========================================================================= */
.cta-banner-box {
  max-width: 1520px;
  margin: 0 auto;
  background: #090909;
  border: 1px solid var(--orange-border);
  border-radius: var(--radius-xl);
  padding: 5.5rem 3.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8);
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.cta-banner-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 1.5rem;
}

.cta-banner-title .orange-glow {
  color: var(--orange-primary);
}

.cta-banner-desc {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 2.75rem;
}

.cta-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.cta-buttons-row .btn-cyber {
  padding: 0.95rem 2.4rem;
  font-size: 0.95rem;
}

.site-footer {
  background: #020202;
  border-top: 1px solid var(--border-dark);
  padding: 5.5rem 2.5rem 2.5rem 2.5rem;
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

.footer-brand-col { display: flex; flex-direction: column; gap: 1.25rem; }
.footer-logo { display: flex; align-items: center; gap: 0.85rem; }
.footer-logo-img {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: #111;
  border: 1px solid var(--border-light);
  padding: 5px;
}

.footer-logo-text h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-white);
}

.footer-logo-text h3 span { color: var(--orange-primary); }
.footer-tagline { color: var(--text-dim); font-size: 0.92rem; line-height: 1.65; max-width: 380px; }

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-white);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--orange-primary);
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.footer-links a {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.footer-links a:hover { color: var(--orange-bright); transform: translateX(4px); }

.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 1.15rem; }
.footer-contact-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.footer-contact-item i { color: var(--orange-primary); margin-top: 4px; flex-shrink: 0; font-size: 1rem; }

.footer-bottom-bar {
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-dim);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-bar span.accent { color: var(--orange-primary); font-weight: 700; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1200px) {
  .hero-hud-layout { grid-template-columns: 1fr; }
  .hero-right-col { order: -1; min-height: 380px; }
  .hologram-stage-container { max-width: 380px; height: 380px; }
  .matrix-grid { grid-template-columns: 1fr; }
  .bento-showcase-grid { grid-template-columns: 1fr; }
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-container { grid-template-columns: repeat(2, 1fr); }
  .topo-flow-row { grid-template-columns: repeat(3, 1fr); }
  .topo-flow-row::before { display: none; }
  .horizontal-pin-section { height: auto; padding: 4rem 1rem; }
  .horizontal-track { flex-direction: column; width: 100%; padding: 1rem; }
  .slide-showcase-card { width: 100%; height: 420px; }
}

@media (max-width: 900px) {
  .site-navbar { padding: 1rem 1.5rem; }
  .nav-menu, .nav-actions .status-pill { display: none; }
  .nav-toggle-btn { display: flex; }
  .values-container { grid-template-columns: 1fr; }
  .cta-banner-box { padding: 3.5rem 1.75rem; }
  .topo-flow-row { grid-template-columns: 1fr; }
  .cockpit-content-pane { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero-section { padding: 7rem 1rem 3rem 1rem; }
  .section-pad { padding: 5rem 1.25rem; }
  .resources-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-container { grid-template-columns: 1fr; }
  .footer-bottom-bar { flex-direction: column; text-align: center; }
}
