:root {
  --ink:        #03060f;
  --abyss:      #060d1e;
  --deep:       #0b1630;
  --mid:        #112248;
  --surface:    #162d5c;
  --teal:       #00d4c8;
  --teal-dim:   #00a89e;
  --gold:       #f0c060;
  --gold-dim:   #c8982a;
  --white:      #e8eef8;
  --muted:      #7a90b8;
  --danger:     #ff4d6d;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--white);
  font-family: 'Syne', sans-serif;
  overflow-x: hidden;
}

/* ─── CANVAS BACKGROUND ─── */
#cosmos-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-wrap { position: relative; z-index: 1; }

/* ─── NAVBAR ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  height: 72px;
  backdrop-filter: blur(18px);
  background: rgba(3,6,15,0.65);
  border-bottom: 1px solid rgba(0,212,200,0.12);
  transition: background 0.4s;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo-icon {
  width: 200px; height: 180px;
  position: relative;
  flex-shrink: 0;
}

.nav-logo-icon svg,
.nav-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nav-logo-text {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--white);
  line-height: 1;
}

.nav-logo-text span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--teal);
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  margin-top: 2px;
}

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

.nav-links > li {
  position: relative;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
}

.nav-links > li > a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--teal);
  transition: width 0.3s;
}

.nav-links > li:hover > a { color: var(--teal); }
.nav-links > li:hover > a::after { width: 100%; }

/* Dropdown */
.nav-item-has-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}

.nav-item-has-dropdown:hover .nav-dropdown-toggle { color: var(--teal); }

.nav-dropdown-toggle svg {
  flex-shrink: 0;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  min-width: 180px;
  padding: 8px 0;
  list-style: none;
  background: rgba(6,13,30,0.98);
  border: 1px solid rgba(0,212,200,0.2);
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  z-index: 1000;
}

.nav-item-has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown li { margin: 0; }

.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-dropdown a::after { display: none; }

.nav-dropdown a:hover {
  background: rgba(0,212,200,0.1);
  color: var(--teal);
}

.nav-cta {
  background: transparent;
  border: 1px solid var(--teal);
  color: var(--teal) !important;
  padding: 8px 22px;
  border-radius: 2px;
  transition: background 0.3s, color 0.3s !important;
}

.nav-cta:hover { background: var(--teal); color: var(--ink) !important; }
.nav-cta::after { display: none !important; }

/* ─── HERO SLIDER ─── */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 10vw;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* Slide 1: Cyber Security – custom background */
.slide-bg-cyber {
  background-image: linear-gradient(to right, rgba(3,6,15,0.92) 0%, rgba(3,6,15,0.6) 50%, transparent 100%), url('../assets/cs.jpg');
}

/* Slide 2: IT Leadership – keeps current canvas (no background image) */
.slide-bg-default {
  /* background-image: none; */
  background-image: linear-gradient(to right, rgba(3,6,15,0.92) 0%, rgba(3,6,15,0.6) 55%, transparent 100%), url('../assets/it.jpg');
}

/* Slide 3: Digital Transformation – custom background */
.slide-bg-digital {
  background-image: none;
}

/* Slide 4: Fleet Connectivity – custom background */
.slide-bg-fleet {
  background-image: linear-gradient(to right, rgba(3,6,15,0.92) 0%, rgba(3,6,15,0.6) 50%, transparent 100%), url('../assets/connectivity.jpg');
}

/* Hero video background (when video is used) */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(3,6,15,0.85) 0%, rgba(3,6,15,0.5) 55%, transparent 100%);
  pointer-events: none;
}

.slide-bg-video {
  background: none !important;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide.exit {
  opacity: 0;
}

.slide-content { max-width: 680px; }

.slide-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slide-tag::before {
  content: '';
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--teal);
}

.slide-title {
  font-size: clamp(1.75rem, 5.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 1.4rem;
  color: var(--white);
}

.slide-title em {
  font-style: normal;
  color: var(--gold);
}

.slide-desc {
  font-family: 'Crimson Pro', serif;
  font-size: 1.25rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2.4rem;
  max-width: 520px;
}

.slide-actions { display: flex; gap: 16px; align-items: center; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal);
  color: var(--ink);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 30px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.btn-primary:hover { background: var(--teal-dim); transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 14px 4px;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.btn-ghost:hover { color: var(--teal); }

/* Slider controls */
.slider-controls {
  position: absolute;
  bottom: 48px;
  left: 10vw;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: var(--teal);
  width: 28px;
  border-radius: 4px;
}

.slider-progress {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  background: var(--teal);
  transition: width linear;
  width: 0%;
  opacity: 0.6;
  z-index: 10;
}

/* Decorative corner */
.hero-corner {
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 320px; height: 320px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 2;
}

.hero-corner svg { width: 100%; height: 100%; }

/* Scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 50px;
  right: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  z-index: 10;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: scrollCue 2.4s ease-in-out infinite;
}

.scroll-cue::after {
  content: '';
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--muted), transparent);
}

@keyframes scrollCue {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(6px); }
}

/* ─── SECTION SHARED ─── */
section { padding: 120px 10vw; }

.section-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-tag::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--teal);
}

.section-title {
  font-size: clamp(1.65rem, 4.5vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  word-wrap: break-word;
}

.section-title em {
  font-style: normal;
  color: var(--gold);
}

.divider {
  width: 64px; height: 2px;
  background: linear-gradient(to right, var(--teal), transparent);
  margin-bottom: 2rem;
}

/* ─── ABOUT ─── */
#about {
  background: var(--abyss);
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-text {
  min-width: 0;
}

.about-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-text p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.15rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.about-text p strong { color: var(--white); font-weight: 400; }

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--mid);
  border: 1px solid rgba(0,212,200,0.15);
}

.stat-cell {
  background: var(--abyss);
  padding: 18px 16px;
  transition: background 0.3s;
}

.stat-cell:hover { background: var(--deep); }

.stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-num .stat-accent { color: var(--gold); }

.stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-image-wrap {
  background: var(--deep);
  border: 1px solid rgba(0,212,200,0.12);
  overflow: hidden;
  aspect-ratio: 16/10;
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-bg-glyph {
  position: absolute;
  right: -80px; bottom: -80px;
  width: 500px; height: 500px;
  opacity: 0.04;
  pointer-events: none;
}

/* ─── VISION & MISSION ─── */
#vision {
  background: var(--deep);
  position: relative;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-top: 60px;
  background: rgba(0,212,200,0.1);
}

.vm-card {
  background: var(--abyss);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s;
}

.vm-card:hover { transform: translateY(-4px); }

.vm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
}

.vm-card.vision::before { background: linear-gradient(to right, var(--teal), transparent); }
.vm-card.mission::before { background: linear-gradient(to right, var(--gold), transparent); }

.vm-icon {
  width: 56px; height: 56px;
  margin-bottom: 28px;
  opacity: 0.9;
}

.vm-card h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.vm-card.vision h3 { color: var(--teal); }
.vm-card.mission h3 { color: var(--gold); }

.vm-card p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.vm-card-watermark {
  position: absolute;
  bottom: -20px; right: -20px;
  font-size: 7rem;
  font-weight: 800;
  opacity: 0.04;
  line-height: 1;
  user-select: none;
}

/* ─── SERVICES ─── */
#services {
  background: var(--ink);
  position: relative;
}

.services-intro {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  margin-bottom: 72px;
  align-items: end;
}

.services-intro p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,212,200,0.08);
}

.services-grid-four {
  grid-template-columns: repeat(2, 1fr);
}

.service-card {
  background: var(--abyss);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: background 0.4s, transform 0.4s;
  border-bottom: 2px solid transparent;
}

.service-card:hover {
  background: var(--deep);
  transform: translateY(-6px);
  border-bottom-color: var(--teal);
}

.service-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--surface);
  letter-spacing: 0.14em;
  margin-bottom: 28px;
  transition: color 0.3s;
}

.service-card:hover .service-num { color: var(--teal); }

.service-icon {
  width: 44px; height: 44px;
  margin-bottom: 22px;
  color: var(--teal);
  transition: transform 0.3s;
}

.service-card:hover .service-icon { transform: scale(1.1); }

.service-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--white);
}

.service-card p {
  font-family: 'Crimson Pro', serif;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.service-card-lead {
  font-weight: 600;
  color: var(--white) !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 0.95rem !important;
  margin-bottom: 10px !important;
}

.service-list {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  font-family: 'Crimson Pro', serif;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}

.service-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background: var(--teal);
  border-radius: 50%;
}

.service-card-footer {
  margin-top: 12px;
  margin-bottom: 0 !important;
  font-size: 0.95rem;
}

.service-card .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  text-decoration: none;
  transition: color 0.3s, gap 0.3s;
}

.service-card .btn-readmore:hover {
  color: var(--gold);
  gap: 12px;
}

.service-card .btn-readmore svg {
  flex-shrink: 0;
}

/* ─── WHY CHOOSE US ─── */
#why {
  background: var(--abyss);
  position: relative;
  overflow: hidden;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}

.why-visual {
  position: relative;
  height: 480px;
}

.why-hexagon {
  position: absolute;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-hexagon svg { width: 100%; height: 100%; }

.why-features { display: flex; flex-direction: column; gap: 32px; }

.feature-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px;
  border-left: 2px solid transparent;
  background: rgba(11,22,48,0.6);
  transition: border-color 0.3s, background 0.3s;
}

.feature-item:hover {
  border-left-color: var(--teal);
  background: var(--deep);
}

.feature-icon-wrap {
  flex-shrink: 0;
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,212,200,0.1);
  border: 1px solid rgba(0,212,200,0.2);
  color: var(--teal);
}

.feature-icon-wrap svg { width: 22px; height: 22px; }

.feature-item h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--white);
}

.feature-item p {
  font-family: 'Crimson Pro', serif;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ─── CONTACT ─── */
#contact {
  background: var(--deep);
  position: relative;
  overflow: hidden;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  margin-top: 60px;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: var(--white);
}

.contact-info p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.contact-details { display: flex; flex-direction: column; gap: 20px; }

.contact-detail-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-detail-icon {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,212,200,0.1);
  border: 1px solid rgba(0,212,200,0.15);
  color: var(--teal);
  flex-shrink: 0;
}

.contact-detail-icon svg { width: 18px; height: 18px; }

.contact-detail-text { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.contact-detail-text strong { display: block; color: var(--white); font-size: 0.82rem; font-weight: 600; margin-bottom: 2px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.08em; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}

.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(3,6,15,0.8);
  border: 1px solid rgba(0,212,200,0.18);
  color: var(--white);
  font-family: 'Syne', sans-serif;
  font-size: 0.9rem;
  padding: 12px 16px;
  outline: none;
  border-radius: 2px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,212,200,0.08);
}

.form-group textarea { min-height: 120px; resize: vertical; }
.form-group select option { background: var(--abyss); }

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--teal);
  color: var(--ink);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s, transform 0.2s;
}

.btn-submit:hover { background: var(--teal-dim); transform: translateY(-2px); }

.btn-submit.success {
  background: var(--gold);
}

.contact-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,212,200,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,200,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* ─── SERVICE PAGES (inner) ─── */
.site-wrap-inner { background: var(--ink); }

.service-page-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
  padding: 0 10vw 80px;
  background-color: var(--deep);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background:bottom;
}

.hero-image-fallback {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--deep);
}

.service-page-hero-inner { position: relative; z-index: 1; max-width: 800px; }

.service-page-hero .section-tag { margin-bottom: 0.6rem; }

.service-page-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.service-page-title em { font-style: normal; color: var(--gold); }

.service-page-subtitle {
  font-family: 'Crimson Pro', serif;
  font-size: 1.15rem;
  color: var(--muted);
  line-height: 1.5;
}

.service-page-content {
  padding: 80px 10vw 100px;
  background: var(--ink);
}

.service-page-container {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-page-main h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  margin: 2rem 0 1rem;
}

.service-page-intro p,
.service-page-outro {
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.service-page-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.service-page-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-family: 'Crimson Pro', serif;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.6;
}

.service-page-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}

.service-page-cta { margin-top: 1rem; }

.service-page-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-page-image-wrap {
  background: var(--deep);
  border: 1px solid rgba(0,212,200,0.15);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.service-page-image-wrap picture,
.service-page-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-page-image-wrap picture {
  height: 100%;
}

.service-page-image-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page-back {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--teal);
  text-decoration: none;
  transition: color 0.3s;
}

.service-page-back:hover { color: var(--gold); }

@media (max-width: 900px) {
  .service-page-hero { min-height: 36vh; padding: 0 6vw 60px; }
  .service-page-content { padding: 60px 6vw 80px; }
  .service-page-container { grid-template-columns: 1fr; gap: 48px; }
  .service-page-sidebar { order: -1; }
  .service-page-image-wrap { max-height: 280px; aspect-ratio: 16/9; }
}

@media (max-width: 600px) {
  .service-page-hero { min-height: 30vh; padding: 0 5vw 48px; }
  .service-page-content { padding: 48px 5vw 64px; }
  .service-page-title { font-size: 1.5rem; }
}

/* ─── FOOTER ─── */
footer {
  background: var(--ink);
  border-top: 1px solid rgba(0,212,200,0.1);
  padding: 40px 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  font-size: 0.82rem;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
}

.footer-brand strong { color: var(--teal); }

.footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.footer-links a {
  font-size: 0.78rem;
  color: var(--muted);
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--teal); }

/* ─── ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}

.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Hamburger (mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

/* Mobile menu overlay */
.nav-links.mobile-open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(3,6,15,0.98);
  padding: 24px 6vw;
  gap: 0;
  border-bottom: 1px solid rgba(0,212,200,0.15);
  z-index: 99;
}

.nav-links.mobile-open > li {
  border-bottom: 1px solid rgba(0,212,200,0.08);
}

.nav-links.mobile-open > li:last-child {
  border-bottom: none;
}

.nav-links.mobile-open .nav-item-has-dropdown {
  flex-wrap: wrap;
}

.nav-links.mobile-open .nav-item-has-dropdown > a {
  flex: 1;
  padding: 14px 0;
}

.nav-links.mobile-open .nav-dropdown-toggle {
  padding: 14px 8px;
  margin: -14px 0 -14px auto;
}

.nav-links.mobile-open .nav-dropdown {
  position: static;
  width: 100%;
  margin: 0;
  padding: 0 0 8px 16px;
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.nav-links.mobile-open .nav-item-has-dropdown.open .nav-dropdown {
  max-height: 280px;
  padding: 0 0 12px 16px;
}

.nav-links.mobile-open .nav-item-has-dropdown.open .nav-dropdown-toggle {
  transform: rotate(180deg);
}

.nav-links.mobile-open .nav-dropdown a {
  padding: 10px 0;
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-logo-icon { width: 140px; height: 126px; }
  .about-grid, .vm-grid, .why-layout, .contact-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-intro { grid-template-columns: 1fr; margin-bottom: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-corner { display: none; }
  section { padding: 80px 6vw; }
  nav { padding: 0 6vw; }
  .why-visual { height: 280px; min-height: 240px; }
  footer { flex-direction: column; gap: 20px; text-align: center; }

  /* Who We Are (About) – mobile */
  .about-grid { gap: 48px; }
  .about-text p { font-size: 1.05rem; }
  .about-stats { gap: 2px; }
  .stat-cell { padding: 16px 14px; }
  .stat-num { font-size: 1.5rem; }
  .stat-label { font-size: 0.65rem; }
  .about-bg-glyph { width: 320px; height: 320px; right: -120px; bottom: -120px; }

  /* Hero – mobile */
  .slide { padding: 0 6vw; }
  .slide-content { max-width: 100%; }
  .slide-desc { font-size: 1.1rem; margin-bottom: 1.8rem; }
  .slide-actions { flex-wrap: wrap; gap: 12px; }
  .slider-controls { left: 6vw; bottom: 36px; }
  .scroll-cue { right: 6vw; bottom: 36px; }

  /* Vision & Mission – mobile */
  .vm-grid { margin-top: 40px; gap: 2px; }
  .vm-card { padding: 36px 28px; }
  .vm-card h3 { font-size: 1.35rem; }
  .vm-card p { font-size: 1rem; }
  .vm-icon { width: 48px; height: 48px; margin-bottom: 20px; }

  /* Services – mobile */
  .service-card { padding: 32px 24px; }
  .service-card h4 { font-size: 1rem; }
  .service-card p { font-size: 0.95rem; }

  /* Why Us – mobile */
  .why-layout { gap: 48px; margin-top: 40px; }
  .feature-item { padding: 20px 20px; gap: 16px; }
  .feature-item h4 { font-size: 0.95rem; }
  .feature-item p { font-size: 0.9rem; }

  /* Contact – mobile */
  .contact-layout { gap: 48px; margin-top: 40px; }
  .contact-info h3 { font-size: 1.2rem; }
  .contact-info p { font-size: 1rem; margin-bottom: 1.8rem; }
}

@media (max-width: 600px) {
  .nav-logo-icon { width: 120px; height: 108px; }
  section { padding: 60px 5vw; }
  .section-title { font-size: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }

  /* Who We Are – small mobile */
  .about-grid { gap: 36px; }
  .about-text p { font-size: 1rem; margin-bottom: 1.2rem; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .stat-cell { padding: 14px 12px; }
  .stat-num { font-size: 1.35rem; }
  .stat-label { font-size: 0.55rem; letter-spacing: 0.08em; }
  .about-image-wrap { aspect-ratio: 16/9; }

  /* Hero – small mobile */
  .slide { padding: 0 5vw; }
  .slide-title { font-size: 1.6rem; }
  .slide-desc { font-size: 1rem; }
  .btn-primary, .btn-ghost { padding: 12px 20px; font-size: 0.8rem; }
  .slider-controls { bottom: 28px; }
  .scroll-cue { bottom: 28px; font-size: 0.6rem; }

  /* Vision & Mission – small mobile */
  .vm-grid { margin-top: 32px; }
  .vm-card { padding: 28px 20px; }
  .vm-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
  .vm-card p { font-size: 0.95rem; }
  .vm-card-watermark { font-size: 5rem; }

  /* Services – small mobile */
  .services-intro { margin-bottom: 36px; }
  .service-card { padding: 28px 20px; }

  /* Why Us – small mobile */
  .why-layout { gap: 36px; margin-top: 32px; }
  .why-visual { height: 220px; min-height: 200px; }
  .feature-item { padding: 18px 16px; flex-direction: column; gap: 12px; align-items: flex-start; }
  .feature-icon-wrap { width: 44px; height: 44px; }
  .feature-icon-wrap svg { width: 20px; height: 20px; }

  /* Contact – small mobile */
  .contact-layout { gap: 36px; margin-top: 32px; }
  .contact-detail-item { flex-wrap: wrap; }
  .contact-detail-icon { width: 36px; height: 36px; }
  .contact-detail-icon svg { width: 16px; height: 16px; }
  .form-group input, .form-group textarea, .form-group select { padding: 10px 14px; font-size: 0.85rem; }

  /* Footer – small mobile */
  footer { padding: 32px 5vw; gap: 16px; }
  .footer-brand { font-size: 0.75rem; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
}

/* Navbar scroll state */
nav.scrolled {
  background: rgba(3,6,15,0.92);
}

/* Pulse ring on logo */
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}
