/* ══════════════════════════════════════════════════════════════
   MSC SMART CONTROL - GLOBAL STYLES
   Main stylesheet for theme, layout, and components
   ══════════════════════════════════════════════════════════════ */

/* ── COLOR VARIABLES ── */
:root {
  --navy:       #020d1a;
  --navy-mid:   #041525;
  --navy-light: #072035;
  --gold:       #c9a84c;
  --gold-light: #e8c97a;
  --gold-glow:  #f0d060;
  --cyan:       #00c8ff;
  --cyan-dim:   #0099cc;
  --text:       #c8dde8;
  --text-dim:   #7a9bb0;
  --white:      #ffffff;
}

/* ── GLOBAL RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rajdhani', sans-serif;
  background: var(--navy);
  color: var(--text);
  overflow-x: hidden;
}

/* ═══════════════════════════════════════════════════════════════
   NAVBAR STYLES
   ═══════════════════════════════════════════════════════════════ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(2, 13, 26, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 68px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

nav .nav-logo {
  width: clamp(56px, 7vw, 78px);
  height: clamp(56px, 7vw, 78px);
  overflow: hidden;
  gap: 0;
  flex-shrink: 0;
  border-radius: 12px;
}

.nav-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none;
  transform-origin: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal;
  opacity: 1;
  filter: contrast(1.12) brightness(1.04) drop-shadow(0 0 8px rgba(0, 200, 255, 0.24));
}

footer .nav-logo {
  width: clamp(66px, 9vw, 96px);
  height: clamp(66px, 9vw, 96px);
  overflow: hidden;
  border-radius: 14px;
}

footer .nav-logo img {
  object-position: center;
  transform: none;
  transform-origin: center;
  mix-blend-mode: normal;
  opacity: 1;
  filter: contrast(1.14) brightness(1.05) drop-shadow(0 0 10px rgba(201, 168, 76, 0.25));
}

.hero-company-logo {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 280px;
  object-fit: contain;
  mix-blend-mode: normal;
  opacity: 1;
  filter: contrast(1.1) brightness(1.04) drop-shadow(0 0 24px rgba(0, 200, 255, 0.3)) drop-shadow(0 0 10px rgba(201, 168, 76, 0.25));
}

.logo-hex {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-hex svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.logo-hex span {
  position: relative;
  z-index: 2;
  font-family: 'Orbitron', monospace;
  font-weight: 900;
  font-size: 15px;
  color: var(--navy);
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-wordmark .msc {
  font-family: 'Orbitron', monospace;
  font-size: 8px;
  letter-spacing: 5px;
  color: var(--cyan);
  font-weight: 600;
}

.logo-wordmark .full {
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
}

.logo-wordmark .full span {
  color: var(--gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.btn-nav {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  border: none;
  padding: 10px 22px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-nav:hover {
  box-shadow: 0 0 22px rgba(201, 168, 76, 0.55);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 68px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 75% at 72% 38%, rgba(0, 100, 180, 0.2) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 18% 78%, rgba(0, 50, 100, 0.14) 0%, transparent 60%),
    linear-gradient(180deg, #020d1a 0%, #041525 55%, #020d1a 100%);
}

.circuit-lines {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.circuit-lines svg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

@keyframes breathe {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes glow-breathe {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.24;
  }
}

@media (max-width: 768px) {
  .circuit-lines svg {
    opacity: 0.4;
  }
}

@media (max-width: 480px) {
  .circuit-lines svg {
    opacity: 0.28;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 48px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 5px 14px;
  margin-bottom: 18px;
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
}

.hero-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.4);
  }
  50% {
    opacity: 0.6;
    box-shadow: 0 0 0 6px rgba(201, 168, 76, 0);
  }
}

.hero-eyebrow {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-title {
  font-family: 'Orbitron', monospace;
  font-size: clamp(26px, 3.8vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-subtitle {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(14px, 1.8vw, 19px);
  font-weight: 700;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.pill {
  border: 1px solid rgba(0, 200, 255, 0.25);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--cyan);
  text-transform: uppercase;
}

.hero-desc {
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 34px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  border: none;
  padding: 14px 30px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.6);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 30px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.2);
}

/* ── HERO EMBLEM ── */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.emblem-outer {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid;
  animation: spin linear infinite;
}

.e-ring-1 {
  width: 400px;
  height: 400px;
  border-color: rgba(0, 200, 255, 0.22);
  animation-duration: 22s;
}

.e-ring-2 {
  width: 330px;
  height: 330px;
  border-color: rgba(0, 200, 255, 0.38);
  border-style: dashed;
  animation-duration: 16s;
  animation-direction: reverse;
}

.e-ring-3 {
  width: 260px;
  height: 260px;
  border-color: rgba(201, 168, 76, 0.32);
  animation-duration: 13s;
}

.e-ring-4 {
  width: 200px;
  height: 200px;
  border-color: rgba(0, 200, 255, 0.5);
  animation-duration: 9s;
  animation-direction: reverse;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.e-ring-1::before,
.e-ring-3::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--cyan);
  transform: translateX(-50%);
}

.e-ring-3::before {
  width: 6px;
  height: 6px;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}

.emblem-core {
  position: relative;
  z-index: 4;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(145deg, #041525, #072035);
  border: 2px solid var(--cyan-dim);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px rgba(0, 200, 255, 0.3), inset 0 0 30px rgba(0, 80, 160, 0.15);
}

.emblem-m {
  font-family: 'Orbitron', monospace;
  font-size: 60px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 30px rgba(201, 168, 76, 0.9);
}

.emblem-label {
  font-family: 'Orbitron', monospace;
  font-size: 6px;
  letter-spacing: 1px;
  color: var(--cyan);
  text-align: center;
  line-height: 1.5;
  margin-top: 3px;
  text-transform: uppercase;
}

/* ── CONTACT BAR ── */
.contact-bar {
  position: relative;
  z-index: 2;
  background: rgba(4, 21, 37, 0.92);
  border-top: 1px solid rgba(201, 168, 76, 0.18);
  border-bottom: 1px solid rgba(201, 168, 76, 0.18);
  padding: 13px 48px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.cbar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-dim);
}

.cbar-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cbar-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--gold);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION BASE STYLES
   ═══════════════════════════════════════════════════════════════ */
section {
  position: relative;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}

.sec-hd {
  text-align: center;
  margin-bottom: 60px;
}

.sec-ey {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sec-ey::before,
.sec-ey::after {
  content: '';
  flex: 0 0 40px;
  height: 1px;
}

.sec-ey::before {
  background: linear-gradient(90deg, transparent, var(--gold));
}

.sec-ey::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.sec-title {
  font-family: 'Orbitron', monospace;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}

.sec-sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--cyan);
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════════════════════════ */
#about {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-text h2 {
  font-family: 'Orbitron', monospace;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 6px;
}

.about-text .cyan-sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 18px;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0 30px;
}

.vm-card {
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 22px;
  background: linear-gradient(135deg, rgba(7, 32, 53, 0.6), rgba(4, 21, 37, 0.8));
  position: relative;
  overflow: hidden;
}

.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.vm-card h3 {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vm-card p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
}

.tech-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.tech-group h4 {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 2px solid var(--gold);
  padding-left: 10px;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-tag {
  border: 1px solid rgba(0, 200, 255, 0.2);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dim);
  background: rgba(0, 200, 255, 0.04);
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES SECTION
   ═══════════════════════════════════════════════════════════════ */
#services {
  padding: 100px 0;
  background: var(--navy-mid);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.svc-card {
  background: linear-gradient(135deg, rgba(7, 32, 53, 0.85), rgba(4, 21, 37, 0.9));
  border: 1px solid rgba(0, 200, 255, 0.12);
  padding: 36px 24px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
}

.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.svc-card:hover::before {
  transform: translateX(0);
}

.svc-card:hover {
  border-color: rgba(201, 168, 76, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
}

.svc-num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: 'Orbitron', monospace;
  font-size: 38px;
  font-weight: 900;
  color: rgba(0, 200, 255, 0.05);
}

.svc-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.3);
}

.svc-icon svg,
.cap-icon svg,
.why-icon svg,
.c-detail-icon svg {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.25));
}

.svc-icon svg {
  width: 26px;
  height: 26px;
}

.svc-card h3 {
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.svc-card p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   CAPABILITIES SECTION
   ═══════════════════════════════════════════════════════════════ */
#capabilities {
  padding: 100px 0;
  background: var(--navy);
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cap-card {
  border: 1px solid rgba(0, 200, 255, 0.12);
  padding: 28px 22px;
  background: linear-gradient(135deg, rgba(7, 32, 53, 0.7), rgba(4, 21, 37, 0.85));
  transition: all 0.3s;
}

.cap-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-3px);
}

.cap-icon {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.cap-icon svg {
  width: 30px;
  height: 30px;
}

.cap-card h3 {
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.cap-card p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   INDUSTRIES SECTION
   ═══════════════════════════════════════════════════════════════ */
#industries {
  padding: 100px 0;
  background: var(--navy-mid);
}

.ind-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.ind-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 8px;
}

.ind-card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.ind-card:hover .ind-card-image {
  transform: scale(1.08);
}

.ind-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.ind-card-content {
  position: relative;
  z-index: 2;
  padding: 32px 26px;
  color: var(--white);
}

.ind-card-content h3 {
  font-family: 'Orbitron', monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}

.ind-card-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  font-weight: 300;
}

/* ═══════════════════════════════════════════════════════════════
   TECHNOLOGIES SECTION
   ═══════════════════════════════════════════════════════════════ */
#technologies {
  padding: 100px 0;
  background: var(--navy);
}

.tech-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tech-col {
  border: 1px solid rgba(0, 200, 255, 0.12);
  background: linear-gradient(135deg, rgba(7, 32, 53, 0.7), rgba(4, 21, 37, 0.85));
  padding: 30px 22px;
  position: relative;
  overflow: hidden;
}

.tech-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
}

.tech-col h3 {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding-left: 14px;
}

.tech-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tech-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-dim);
  padding-left: 14px;
}

.tech-list li::before {
  content: '▸';
  color: var(--gold);
  font-size: 10px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   WHY CHOOSE US SECTION
   ═══════════════════════════════════════════════════════════════ */
#why {
  padding: 100px 0;
  background: var(--navy-mid);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 30px 22px;
  background: linear-gradient(135deg, rgba(7, 32, 53, 0.6), rgba(4, 21, 37, 0.8));
  text-align: center;
  transition: all 0.3s;
}

.why-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.why-icon {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  width: 34px;
  height: 34px;
}

.why-card h3 {
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   CORE VALUES SECTION
   ═══════════════════════════════════════════════════════════════ */
#values {
  padding: 100px 0;
  background: var(--navy);
}

.values-belt {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.value-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 12px 20px;
  background: rgba(201, 168, 76, 0.04);
  transition: all 0.3s;
}

.value-chip:hover {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.08);
}

.value-chip::before {
  content: '◆';
  color: var(--gold);
  font-size: 8px;
}

.value-chip span {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--text);
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════════════════════════ */
#contact {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy));
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info h2 {
  font-family: 'Orbitron', monospace;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 6px;
}

.contact-info .sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.c-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.c-detail-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(201, 168, 76, 0.05);
}

.c-detail-icon svg {
  width: 22px;
  height: 22px;
}

.c-detail-text strong {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.c-detail-text span {
  font-size: 14px;
  color: var(--text);
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: rgba(7, 32, 53, 0.6);
  border: 1px solid rgba(0, 200, 255, 0.18);
  color: var(--white);
  padding: 11px 14px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 14px rgba(201, 168, 76, 0.1);
}

.form-group textarea {
  height: 110px;
  resize: vertical;
}

.form-group select option {
  background: var(--navy-mid);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER STYLES
   ═══════════════════════════════════════════════════════════════ */
footer {
  background: #010a14;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  padding: 60px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.75;
  margin-top: 14px;
  max-width: 260px;
}

.footer-col h4 {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-size: 13px;
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-dim);
}

/* ═══════════════════════════════════════════════════════════════
   WHATSAPP FAB
   ═══════════════════════════════════════════════════════════════ */
.wa-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 300;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.wa-fab:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.7);
}

.wa-fab svg {
  width: 26px;
  height: 26px;
  fill: white;
}

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .services-grid,
  .ind-grid-cards,
  .tech-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .cap-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  nav {
    padding: 0 16px;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .hero-right {
    display: none;
  }

  .contact-bar {
    padding: 12px 20px;
    gap: 16px;
    flex-wrap: wrap;
  }

  .container {
    padding: 0 20px;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .ind-grid-cards,
  .tech-cols,
  .cap-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .vm-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .ind-grid-cards {
    gap: 12px;
  }

  .ind-card-content {
    padding: 20px 16px;
  }

  .ind-card-content h3 {
    font-size: 14px;
  }
}
