/*
  ============================================
  STIG GROUP – Diamond / Metallic Theme
  Palette: Platinum · Silver · Charcoal · White
  ============================================
*/

:root {
  --d-silver:    #D8D8D8;
  --d-platinum:  #E8E8E8;
  --d-white:     #FFFFFF;
  --d-mid:       #A0A0A0;
  --d-dark:      #404040;
  --d-bg:        #080808;
  --d-glow:      rgba(220, 220, 220, 0.25);

  --fs-eyebrow: 0.68rem;
  --fs-body:    0.92rem;
  --fs-body-sm: 0.78rem;
  --ls-eyebrow: 0.22em;
  --ls-btn:     0.14em;
  --lh-body:    1.85;
}

/* ══════════════════════════════════════════
   UNIVERSAL MONTSERRAT RESET
   ══════════════════════════════════════════ */
*,
*::before,
*::after {
  font-family: 'Montserrat', sans-serif !important;
}

/* ── Body ── */
body {
  background: radial-gradient(ellipse at top, #111111 0%, #050505 55%, #000000 100%) !important;
}

body::before {
  background:
    radial-gradient(circle at 20% 80%, rgba(180,180,180,0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.03) 0%, transparent 50%) !important;
}

/* ── Topbar – Metallic ── */
.topbar {
  background: linear-gradient(90deg,
    #050505 0%,
    #101010 25%,
    #181818 50%,
    #101010 75%,
    #050505 100%) !important;
  border-bottom: 1px solid rgba(180, 180, 180, 0.15) !important;
}

.topbar::before {
  background: radial-gradient(ellipse at center,
    rgba(220, 220, 220, 0.07) 0%, transparent 65%) !important;
}

.topbar::after {
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(160, 160, 160, 0.3) 20%,
    rgba(220, 220, 220, 0.7) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(220, 220, 220, 0.7) 60%,
    rgba(160, 160, 160, 0.3) 80%,
    transparent 100%) !important;
}

.topbar-link {
  color: rgba(200, 200, 200, 0.65) !important;
}

.topbar-link:hover {
  color: rgba(255, 255, 255, 0.95) !important;
}

.topbar-divider {
  background: rgba(180, 180, 180, 0.25) !important;
}

.topbar-lang-btn {
  color: rgba(190, 190, 190, 0.6) !important;
}

.topbar-lang-btn:hover,
.topbar-lang-btn.active {
  color: rgba(255, 255, 255, 0.95) !important;
}

.topbar-lang-sep {
  color: rgba(160, 160, 160, 0.3) !important;
}

.topbar-lang {
  border-left: 1px solid rgba(160, 160, 160, 0.2) !important;
}

/* ── Navbar ── */
.header {
  background: rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgba(200, 200, 200, 0.08) !important;
}

.header.scrolled {
  background: rgba(5, 5, 5, 0.92) !important;
  border-bottom: 1px solid rgba(200, 200, 200, 0.12) !important;
}

.nav-links li a {
  color: rgba(200, 200, 200, 0.75) !important;
}

.nav-links li a:hover {
  color: #ffffff !important;
}

.nav-links li a::after {
  background: linear-gradient(90deg, var(--d-silver), var(--d-white)) !important;
}

.presave-nav-btn {
  background: linear-gradient(135deg, #C8C8C8 0%, #F0F0F0 50%, #C0C0C0 100%) !important;
  color: #050505 !important;
  border-color: transparent !important;
  font-weight: 600 !important;
}

.presave-nav-btn:hover {
  box-shadow: 0 6px 24px rgba(200, 200, 200, 0.3) !important;
}

/* ── Hero ── */
.hero-section {
  background: #050505 !important;
}

.hero-section::after {
  background:
    linear-gradient(to right,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.3) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.7) 100%) !important;
}

.hero-section::before {
  background: linear-gradient(to bottom, transparent, #050505) !important;
}

.hero-title {
  background: linear-gradient(135deg,
    #ffffff 0%,
    #e8e8e8 40%,
    #c0c0c0 70%,
    #e8e8e8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hero-subtitle {
  color: rgba(200, 200, 200, 0.6) !important;
}

.hero-btn.primary {
  background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 50%, #d0d0d0 100%) !important;
  color: #080808 !important;
}

.hero-btn.primary:hover {
  box-shadow: 0 12px 32px rgba(220, 220, 220, 0.25) !important;
}

/* ── Section titles ── */
.section-title,
.mission-headline {
  background: linear-gradient(135deg, #ffffff 0%, #c8c8c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}

.mission-eyebrow {
  color: rgba(200, 200, 200, 0.4) !important;
}

/* ── Mission / Stig-International Section ── */
.mission-section {
  background: linear-gradient(135deg, #050505 0%, #0e0e0e 60%, #141414 100%) !important;
  border-top: 1px solid rgba(180, 180, 180, 0.08);
}

/* Mobile gradient override */
@media (max-width: 768px) {
  .mission-section {
    background: linear-gradient(to bottom,
      #000000 0%,
      #0a0a0a 50%,
      #141414 100%) !important;
  }
}

/* ── Vision Section ── */
.vision-section {
  background: linear-gradient(135deg, #050505 0%, #0d0d0d 100%) !important;
}

/* ── Footer ── */
.footer {
  background: #050505 !important;
  border-top: 1px solid rgba(180, 180, 180, 0.08) !important;
}

.footer-heading {
  color: rgba(220, 220, 220, 0.5) !important;
  letter-spacing: var(--ls-eyebrow) !important;
  font-size: var(--fs-eyebrow) !important;
}

.footer-links a {
  color: rgba(180, 180, 180, 0.55) !important;
}

.footer-links a:hover {
  color: #ffffff !important;
}

.footer-description {
  color: rgba(160, 160, 160, 0.5) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(180, 180, 180, 0.08) !important;
}

.footer-copyright,
.footer-legal a,
.footer-bottom * {
  color: rgba(150, 150, 150, 0.45) !important;
  font-size: var(--fs-body-sm) !important;
  font-weight: 300 !important;
}

.footer-legal a:hover {
  color: rgba(220, 220, 220, 0.85) !important;
}

/* ── Scroll / Arrow indicators ── */
.hero-scroll-line {
  background: linear-gradient(to bottom, rgba(200,200,200,0.5), transparent) !important;
}

.hero-scroll-indicator span {
  color: rgba(180,180,180,0.35) !important;
}

/* Metallic arrow chevrons */
@keyframes arrowBounce {
  0%, 100% { transform: translateY(0);   opacity: 0.2; }
  50%       { transform: translateY(6px); opacity: 0.85; }
}
