/* ─── VIC Shared Stylesheet ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: #030712; color: #d1d5db; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #030712; }
::-webkit-scrollbar-thumb { background: #D4AF37; border-radius: 3px; }

.text-gold  { color: #D4AF37; }
.border-gold{ border-color: #D4AF37; }
.bg-gold    { background-color: #D4AF37; }

.btn-gold {
  background: linear-gradient(135deg,#D4AF37 0%,#B8960C 100%);
  color: #030712; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  transition: all .3s ease;
}
.btn-gold:hover {
  background: linear-gradient(135deg,#E8C547 0%,#D4AF37 100%);
  box-shadow: 0 0 28px rgba(212,175,55,.45);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent; color: #D4AF37;
  border: 1.5px solid #D4AF37;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  transition: all .3s ease;
}
.btn-outline:hover {
  background: rgba(212,175,55,.1);
  box-shadow: 0 0 22px rgba(212,175,55,.2);
}

@keyframes pulse-green {
  0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); opacity:1; }
  50%      { box-shadow: 0 0 0 6px rgba(34,197,94,0); opacity:.7; }
}
.pulse-green { animation: pulse-green 2s infinite; }

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37 50%, transparent);
}

.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(212,175,55,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,.035) 1px, transparent 1px);
  background-size: 55px 55px;
}

.card {
  background: #0f1520;
  border: 1px solid rgba(212,175,55,.18);
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.card:hover {
  border-color: rgba(212,175,55,.5);
  box-shadow: 0 0 30px rgba(212,175,55,.09);
  transform: translateY(-2px);
}

.card-top { position: relative; overflow: hidden; }
.card-top::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.exec-card {
  background: linear-gradient(135deg,#0f1520 0%,#111827 50%,#0f1520 100%);
  border: 1px solid rgba(212,175,55,.22);
  position: relative; overflow: hidden;
}
.exec-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2.5px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.portrait {
  background: linear-gradient(135deg,#111827,#1f2937,#111827);
  border: 2px solid rgba(212,175,55,.35);
  position: relative; overflow: hidden;
}
.portrait::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(212,175,55,.04) 100%);
}

.sig-block {
  background: rgba(3,7,18,.8);
  border-top: 1px solid rgba(212,175,55,.25);
  position: relative;
}

.protected-asset {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.signature-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10; background: transparent; pointer-events: all; cursor: default;
}

.data-th {
  background: rgba(212,175,55,.08); color: #D4AF37;
  font-family: 'Roboto Mono', monospace;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 11px 16px; border-bottom: 1px solid rgba(212,175,55,.25);
  text-align: left;
}
.data-td {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-family: 'Roboto Mono', monospace; font-size: .78rem;
}
.data-tr:hover td { background: rgba(212,175,55,.035); }

.nav-link {
  color: #9ca3af; font-size: .875rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  transition: color .2s;
}
.nav-link:hover, .nav-link.active { color: #D4AF37; }

.nav-dropdown {
  position: relative;
}
.nav-dropdown-menu {
  display: none;
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 220px;
  background: #0f1520;
  border: 1px solid rgba(212,175,55,.22);
  box-shadow: 0 8px 32px rgba(0,0,0,.6);
  z-index: 100;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block; padding: 10px 16px;
  color: #9ca3af; font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none;
  transition: color .2s, background .2s;
  border-bottom: 1px solid rgba(212,175,55,.08);
}
.nav-dropdown-menu a:hover { color: #D4AF37; background: rgba(212,175,55,.05); }
.nav-dropdown-menu a:last-child { border-bottom: none; }

.ft-title {
  color: #D4AF37; font-family: 'Cinzel', serif;
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  padding-bottom: .6rem; margin-bottom: 1rem;
  border-bottom: 1px solid rgba(212,175,55,.28);
}

.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

#compliance-strip {
  background: #030712;
  border-bottom: 1px solid rgba(212,175,55,.28);
}

.stat-card {
  background: rgba(17,24,39,.85);
  border: 1px solid rgba(212,175,55,.18);
  backdrop-filter: blur(8px);
}

.corner-tl, .corner-tr, .corner-bl, .corner-br {
  position: absolute; width: 10px; height: 10px;
  border-color: #D4AF37;
}
.corner-tl { top: 6px; left: 6px;  border-top: 1.5px solid; border-left: 1.5px solid; }
.corner-tr { top: 6px; right: 6px; border-top: 1.5px solid; border-right: 1.5px solid; }
.corner-bl { bottom: 6px; left: 6px;  border-bottom: 1.5px solid; border-left: 1.5px solid; }
.corner-br { bottom: 6px; right: 6px; border-bottom: 1.5px solid; border-right: 1.5px solid; }

#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* Hero section */
.page-hero {
  position: relative;
  min-height: 380px;
  display: flex; align-items: center;
  background: linear-gradient(135deg, #030712 0%, #0a1018 40%, #111827 100%);
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(212,175,55,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,.03) 1px, transparent 1px);
  background-size: 55px 55px;
}

/* Section label */
.section-label {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
}
.section-label::before, .section-label::after {
  content: ''; display: block; width: 32px; height: 1px; background: #D4AF37;
}
.section-label span {
  font-family: 'Roboto Mono', monospace;
  font-size: .7rem; color: #D4AF37; letter-spacing: .2em; text-transform: uppercase;
}

/* VMV hero banners */
.vmv-banner {
  position: relative; min-height: 320px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.vmv-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(3,7,18,.6) 0%, rgba(3,7,18,.85) 100%);
}

/* Contract card */
.contract-card {
  background: #0f1520;
  border: 1px solid rgba(212,175,55,.22);
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.contract-card:hover {
  border-color: rgba(212,175,55,.5);
  box-shadow: 0 0 30px rgba(212,175,55,.09);
  transform: translateY(-2px);
}

/* Partner spinner */
@keyframes spin-cw  { to { transform: rotate(360deg); } }
@keyframes spin-ccw { to { transform: rotate(-360deg); } }
.spin-cw  { animation: spin-cw  18s linear infinite; }
.spin-ccw { animation: spin-ccw 18s linear infinite; }
.spin-item-fix { animation: spin-cw 18s linear infinite reverse; }

/* Capability icon box */
.cap-icon {
  width: 56px; height: 56px;
  border: 1px solid rgba(212,175,55,.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

/* ===== DROPDOWN FIX: Bridge the hover gap ===== */
.nav-dropdown { padding-bottom: 12px; margin-bottom: -12px; }
.nav-dropdown-menu { top: 100% !important; padding-top: 0; }

/* ===== MOTION BAR: Bigger + more realistic logos ===== */
.py-12.overflow-hidden img {
  width: 88px !important;
  height: 88px !important;
  filter: drop-shadow(0 2px 8px rgba(212,175,55,0.25)) !important;
  border-radius: 50%;
}
.py-12.overflow-hidden .flex.items-center.gap-3 { gap: 14px; }
.py-12.overflow-hidden .gap-12 { gap: 4.5rem; }
.py-12.overflow-hidden span {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: rgba(212,175,55,0.85);
  font-weight: 500;
}
.py-12.overflow-hidden {
  background: #050810 !important;
  border-top: 1px solid rgba(212,175,55,0.12);
  border-bottom: 1px solid rgba(212,175,55,0.12);
  padding: 2.5rem 0 !important;
}

/* ===== HERO BACKGROUND: Darker effect layers ===== */
.hero-grid {
  background-image:
    linear-gradient(rgba(212,175,55,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.015) 1px, transparent 1px) !important;
}
.earth-night {
  opacity: 0.25 !important;
}


/* ===== NAV: One-line text ===== */
.nav-link { white-space: nowrap; }
.nav-dropdown > .nav-link { white-space: nowrap; }
nav .font-cinzel { white-space: nowrap !important; letter-spacing: 0.05em !important; }


/* ===== 3D GOLD ICONS ===== */
.cap-icon { background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(245,208,96,0.08), rgba(212,175,55,0.15)); box-shadow: 0 4px 15px rgba(212,175,55,0.25), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.2); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; }
.cap-icon svg, .cap-icon i { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.cap-icon:hover { box-shadow: 0 6px 20px rgba(212,175,55,0.4), inset 0 1px 0 rgba(255,255,255,0.15); transform: translateY(-2px); transition: all 0.3s ease; }

/* ===== MOTION BACKGROUNDS ===== */
.page-hero { position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(212,175,55,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,0.02) 1px, transparent 1px); background-size: 60px 60px; animation: gridMove 20s linear infinite; z-index: 1; pointer-events: none; }
.page-hero::after { content: ''; position: absolute; top: -50%; right: -30%; width: 80%; height: 200%; background: radial-gradient(ellipse, rgba(212,175,55,0.04) 0%, transparent 70%); animation: glowPulse 8s ease-in-out infinite; z-index: 1; pointer-events: none; }
@keyframes gridMove { 0% { transform: translate(0,0); } 100% { transform: translate(60px,60px); } }
@keyframes glowPulse { 0%,100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.1); } }
