/* ================================================================
   GSBD — Generator Service Bangladesh
   Services Page — services.css
   Premium Futuristic Cyberpunk UI
   ================================================================ */

/* ======================== CSS VARIABLES ======================== */
:root {
  --cyan:         #00f5ff;
  --cyan-dim:     rgba(0, 245, 255, 0.12);
  --cyan-mid:     rgba(0, 245, 255, 0.25);
  --cyan-glow:    rgba(0, 245, 255, 0.4);
  --orange:       #ff6a00;
  --orange-dim:   rgba(255, 106, 0, 0.12);
  --orange-mid:   rgba(255, 106, 0, 0.25);
  --orange-glow:  rgba(255, 106, 0, 0.4);
  --red:          #ff3b3b;
  --green:        #00ff88;
  --bg:           #030c16;
  --bg2:          #050f1c;
  --card-bg:      rgba(5, 18, 35, 0.78);
  --border:       rgba(0, 245, 255, 0.1);
  --border-hover: rgba(0, 245, 255, 0.5);
  --text:         #ddeeff;
  --muted:        #6a8ba8;
  --font-d:       'Orbitron', monospace;
  --font-b:       'Poppins', sans-serif;
  --radius:       14px;
  --ease:         cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --trans:        0.35s var(--ease);
}

/* ======================== RESET ======================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-b);
  overflow-x: hidden;
  line-height: 1.65;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ======================== UTILITY ======================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.cyan    { color: var(--cyan);   text-shadow: 0 0 18px var(--cyan-glow); }
.orange  { color: var(--orange); text-shadow: 0 0 18px var(--orange-glow); }

/* ======================== ANIMATED GRID BG ======================== */
.bg-grid {
  position: fixed; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(0, 245, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.035) 1px, transparent 1px);
  background-size: 55px 55px;
  animation: gridDrift 25s linear infinite;
  pointer-events: none;
}
@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 55px 55px, 55px 55px; }
}

/* Scan-line effect */
.bg-scanline {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 245, 255, 0.008) 2px,
    rgba(0, 245, 255, 0.008) 4px
  );
}

/* ======================== PARTICLES ======================== */
.particles {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}
.particles span {
  position: absolute; border-radius: 50%;
  animation: particleFloat linear infinite; opacity: 0;
}
.particles span:nth-child(odd)  { background: var(--cyan); }
.particles span:nth-child(even) { background: var(--orange); }
/* Sizes & positions */
.particles span:nth-child(1)  { width:3px; height:3px; left:5%;   animation-duration:16s; animation-delay:0s;    box-shadow:0 0 6px var(--cyan); }
.particles span:nth-child(2)  { width:5px; height:5px; left:12%;  animation-duration:21s; animation-delay:1.5s;  box-shadow:0 0 8px var(--orange); }
.particles span:nth-child(3)  { width:4px; height:4px; left:22%;  animation-duration:18s; animation-delay:3s;    box-shadow:0 0 7px var(--cyan); }
.particles span:nth-child(4)  { width:6px; height:6px; left:35%;  animation-duration:24s; animation-delay:0.5s;  box-shadow:0 0 10px var(--orange); }
.particles span:nth-child(5)  { width:3px; height:3px; left:47%;  animation-duration:14s; animation-delay:4s;    box-shadow:0 0 6px var(--cyan); }
.particles span:nth-child(6)  { width:5px; height:5px; left:58%;  animation-duration:20s; animation-delay:2s;    box-shadow:0 0 8px var(--orange); }
.particles span:nth-child(7)  { width:4px; height:4px; left:68%;  animation-duration:17s; animation-delay:5s;    box-shadow:0 0 7px var(--cyan); }
.particles span:nth-child(8)  { width:7px; height:7px; left:79%;  animation-duration:26s; animation-delay:1s;    box-shadow:0 0 12px var(--orange); }
.particles span:nth-child(9)  { width:3px; height:3px; left:88%;  animation-duration:15s; animation-delay:3.5s;  box-shadow:0 0 6px var(--cyan); }
.particles span:nth-child(10) { width:5px; height:5px; left:94%;  animation-duration:22s; animation-delay:6s;    box-shadow:0 0 8px var(--orange); }
.particles span:nth-child(11) { width:4px; height:4px; left:30%;  animation-duration:19s; animation-delay:2.5s;  box-shadow:0 0 7px var(--cyan); }
.particles span:nth-child(12) { width:3px; height:3px; left:42%;  animation-duration:13s; animation-delay:7s;    box-shadow:0 0 6px var(--orange); }
.particles span:nth-child(13) { width:6px; height:6px; left:55%;  animation-duration:23s; animation-delay:0.8s;  box-shadow:0 0 10px var(--cyan); }
.particles span:nth-child(14) { width:4px; height:4px; left:74%;  animation-duration:18s; animation-delay:4.5s;  box-shadow:0 0 7px var(--orange); }
.particles span:nth-child(15) { width:3px; height:3px; left:18%;  animation-duration:16s; animation-delay:8s;    box-shadow:0 0 6px var(--cyan); }
.particles span:nth-child(16) { width:5px; height:5px; left:82%;  animation-duration:20s; animation-delay:1.2s;  box-shadow:0 0 8px var(--orange); }
.particles span:nth-child(17) { width:4px; height:4px; left:63%;  animation-duration:17s; animation-delay:3.8s;  box-shadow:0 0 7px var(--cyan); }
.particles span:nth-child(18) { width:6px; height:6px; left:8%;   animation-duration:25s; animation-delay:0.3s;  box-shadow:0 0 10px var(--orange); }
@keyframes particleFloat {
  0%   { bottom:-20px; opacity:0; transform:translateX(0); }
  10%  { opacity:0.9; }
  90%  { opacity:0.5; }
  100% { bottom:108vh; opacity:0; transform:translateX(60px); }
}

/* ======================== GLASS CARD ======================== */
.glass-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  transition: var(--trans);
}
.glass-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(0,245,255,0.04) 0%, transparent 55%);
  pointer-events: none;
}

/* Entrance animation */
.svc-card, .why-card, .ps-item, .stat-card, .testi-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease), box-shadow var(--trans), border-color var(--trans);
}
.svc-card  { transition-delay: var(--delay, 0s); }
.svc-card.visible,
.why-card.visible,
.ps-item.visible,
.stat-card.visible,
.testi-card.visible { opacity:1; transform:translateY(0); }

/* ======================== SECTION COMMON ======================== */
.section-header { text-align:center; margin-bottom:64px; }
.section-tag {
  font-family: var(--font-d);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  color: var(--cyan);
  opacity: 0.65;
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-d);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
}
.section-desc {
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ======================== BUTTONS ======================== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-d); font-size: 0.72rem; letter-spacing: 0.1em; font-weight: 700;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--cyan), #0088cc);
  color: var(--bg);
  border-radius: 8px;
  border: none;
  position: relative; overflow: hidden;
  box-shadow: 0 0 30px var(--cyan-glow);
  transition: var(--trans);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 50px var(--cyan), 0 10px 30px rgba(0,245,255,0.3);
}
.btn-shine {
  position: absolute; top: -50%; left: -75%;
  width: 50%; height: 200%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-15deg);
  animation: shineMove 3s ease-in-out infinite 1s;
}
@keyframes shineMove {
  0%   { left: -75%; }
  40%  { left: 150%; }
  100% { left: 150%; }
}
.btn-xl { padding: 18px 42px; font-size: 0.82rem; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-d); font-size: 0.72rem; letter-spacing: 0.1em;
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  transition: var(--trans);
}
.btn-ghost:hover {
  border-color: var(--cyan); color: var(--cyan); background: var(--cyan-dim);
}

.btn-emg {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-d); font-size: 0.75rem; letter-spacing: 0.1em; font-weight: 700;
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--orange), #cc4400);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px var(--orange-glow);
  transition: var(--trans);
  animation: emgPulse 2.5s ease-in-out infinite;
}
.btn-emg:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 50px var(--orange), 0 10px 30px rgba(255,106,0,0.4);
  animation: none;
}
@keyframes emgPulse {
  0%,100% { box-shadow: 0 0 20px var(--orange-glow); }
  50%      { box-shadow: 0 0 50px var(--orange), 0 0 80px rgba(255,106,0,0.3); }
}

.btn-emg-outline {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-d); font-size: 0.72rem; letter-spacing: 0.1em;
  padding: 14px 32px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  color: var(--orange);
  background: var(--orange-dim);
  transition: var(--trans);
}
.btn-emg-outline:hover {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 0 30px var(--orange-glow);
  transform: translateY(-3px);
}

/* ======================== NAVBAR ======================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background var(--trans), border-color var(--trans), padding var(--trans);
}
.navbar.scrolled {
  background: rgba(3, 12, 22, 0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  transition: padding var(--trans);
}
.navbar.scrolled .nav-inner { padding: 12px 32px; }

.nav-logo { display:flex; align-items:center; gap:12px; }
.logo-hex {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--cyan), #006699);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--bg); font-size: 1rem;
  box-shadow: 0 0 20px var(--cyan-glow);
}
.logo-words { display:flex; flex-direction:column; line-height:1.1; }
.logo-main {
  font-family: var(--font-d); font-weight: 900; font-size: 1.3rem;
  color: var(--text);
}
.logo-sub { font-size: 0.6rem; color: var(--muted); letter-spacing: 0.05em; }

.nav-links { display:flex; gap:32px; }
.nav-links a {
  font-family: var(--font-d); font-size: 0.68rem; letter-spacing: 0.14em;
  color: var(--muted);
  position: relative; padding-bottom: 4px;
  transition: color var(--trans);
}
.nav-links a::after {
  content: ''; position:absolute; bottom:0; left:0;
  width:0; height:2px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  transition: width var(--trans);
}
.nav-links a:hover, .nav-links a.active { color: var(--cyan); }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }

.nav-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-d); font-size: 0.65rem; letter-spacing: 0.1em;
  padding: 10px 22px;
  border: 1px solid var(--orange);
  border-radius: 7px;
  color: var(--orange);
  background: var(--orange-dim);
  transition: var(--trans);
}
.nav-cta-btn:hover {
  background: var(--orange); color: #fff;
  box-shadow: 0 0 20px var(--orange-glow);
}

/* Hamburger */
.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(--cyan);
  border-radius: 2px;
  transition: var(--trans);
  box-shadow: 0 0 6px var(--cyan);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
  display: none; flex-direction: column; gap: 0;
  background: rgba(3, 12, 22, 0.97);
  border-top: 1px solid var(--border);
  padding: 0;
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.mobile-menu.open { max-height: 320px; }
.mobile-menu a {
  font-family: var(--font-d); font-size: 0.7rem; letter-spacing: 0.15em;
  color: var(--muted);
  padding: 16px 32px;
  border-bottom: 1px solid var(--border);
  transition: color var(--trans), background var(--trans);
}
.mobile-menu a:hover, .mobile-menu a.active {
  color: var(--cyan); background: var(--cyan-dim);
}

/* ======================== HERO ======================== */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: space-between;
  padding: 130px 60px 90px;
  position: relative; z-index: 2; gap: 40px;
  overflow: hidden;
}
.hero-diagonal {
  position: absolute;
  top: 0; right: -10%;
  width: 55%; height: 100%;
  background: linear-gradient(165deg, rgba(0,245,255,0.04) 0%, transparent 60%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}

.hero-content { flex: 1; max-width: 580px; position: relative; z-index: 2; }

.hero-eyebrow {
  font-family: var(--font-d);
  font-size: 0.58rem; letter-spacing: 0.22em;
  color: var(--cyan);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px; opacity: 0.8;
}
.eyebrow-dot {
  display: inline-block; width: 6px; height: 6px;
  background: var(--cyan); border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
  animation: pDot 1.8s ease infinite;
}
.eyebrow-dot:last-child { animation-delay: 0.6s; }
@keyframes pDot {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:0.3; transform:scale(0.6); }
}

.hero-title {
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.title-cyan {
  font-style: normal; color: var(--cyan);
  text-shadow: 0 0 30px rgba(0,245,255,0.7), 0 0 60px rgba(0,245,255,0.3);
}
.title-orange {
  font-style: normal; color: var(--orange);
  text-shadow: 0 0 30px rgba(255,106,0,0.7), 0 0 60px rgba(255,106,0,0.3);
}

.hero-desc {
  font-size: 0.97rem; color: var(--muted);
  line-height: 1.85; margin-bottom: 36px;
}

.hero-btns { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:32px; }

.hero-chips {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.chip {
  font-family: var(--font-d); font-size: 0.6rem; letter-spacing: 0.1em;
  display: flex; align-items: center; gap: 7px;
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--muted);
  background: rgba(0,245,255,0.03);
}
.chip i { color: var(--cyan); font-size: 0.55rem; }

/* ======================== 3D GENERATOR (HERO VISUAL) ======================== */
.hero-visual {
  flex: 0 0 460px;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  animation: heroVisualFloat 5s ease-in-out infinite;
}
@keyframes heroVisualFloat {
  0%,100% { transform: translateY(0) rotateY(0deg); }
  50%      { transform: translateY(-20px) rotateY(6deg); }
}

.gen-scene {
  position: relative; width: 320px; height: 320px;
  display: flex; align-items: center; justify-content: center;
}

.gen-wrap {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(800px) rotateX(-6deg) rotateY(-16deg);
}

/* Main housing */
.gen-housing {
  position: relative; width: 260px; height: 180px;
}

.gen-front-face {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #0a2540, #061828);
  border: 1px solid rgba(0,245,255,0.35);
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0,245,255,0.18), inset 0 0 30px rgba(0,245,255,0.04);
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-around;
  padding: 16px 20px;
  overflow: hidden;
}
.gen-front-face::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: topScan 3s ease-in-out infinite;
  box-shadow: 0 0 8px var(--cyan);
}
@keyframes topScan {
  0%,100% { opacity:0.5; }
  50%      { opacity:1; }
}

/* Digital display */
.gen-display {
  width: 100%;
  display: flex; gap: 16px; align-items: flex-end;
}
.gd-screen {
  flex: 1;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,245,255,0.2);
  border-radius: 6px;
  padding: 8px 10px;
  display: flex; flex-direction: column; gap: 4px;
  position: relative;
}
.gd-bar {
  height: 4px; border-radius: 2px;
  background: var(--cyan); opacity: 0.7;
  animation: barPulse 2s ease-in-out infinite;
}
.gd-bar.b1 { width: 70%; animation-delay: 0s; }
.gd-bar.b2 { width: 90%; animation-delay: 0.3s; }
.gd-bar.b3 { width: 55%; animation-delay: 0.6s; }
.gd-bar.b4 { width: 80%; background: var(--orange); animation-delay: 0.9s; }
@keyframes barPulse {
  0%,100% { opacity:0.5; }
  50%      { opacity:1; }
}
.gd-label {
  font-family: var(--font-d); font-size: 0.45rem; letter-spacing: 0.2em;
  color: var(--cyan); opacity: 0.6; margin-top: 2px;
}

.gd-indicators {
  display: flex; flex-direction: column; gap: 6px;
}
.gd-ind {
  font-family: var(--font-d); font-size: 0.42rem; letter-spacing: 0.1em;
  color: var(--muted);
  display: flex; align-items: center; gap: 5px;
}
.gd-ind span {
  display: block; width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
}
.i-on span  { background: var(--green); box-shadow: 0 0 6px var(--green); animation: blinkInd 2s ease infinite; }
.i-run span { background: var(--cyan);  box-shadow: 0 0 6px var(--cyan);  animation: blinkInd 1.5s ease infinite 0.5s; }
.i-ok span  { background: var(--orange);box-shadow: 0 0 6px var(--orange); animation: blinkInd 3s ease infinite 1s; }
@keyframes blinkInd {
  0%,100% { opacity:1; }
  50%      { opacity:0.2; }
}

/* Vent group */
.gen-vent-group {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.gen-vent-col {
  display: flex; flex-direction: column; gap: 4px; flex: 1;
}
.gen-vent-col span {
  display: block; height: 3px;
  background: rgba(0,245,255,0.25); border-radius: 2px;
}
.gen-logo-badge {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-family: var(--font-d); font-size: 0.5rem; letter-spacing: 0.15em;
  color: var(--cyan);
  border: 1px solid rgba(0,245,255,0.25);
  padding: 6px 10px; border-radius: 6px;
  background: rgba(0,245,255,0.05);
  white-space: nowrap;
}
.gen-logo-badge i { font-size: 0.9rem; }

/* 3D faces */
.gen-top-face {
  position: absolute;
  width: 260px; height: 44px;
  background: linear-gradient(90deg, #0a2030, #112a3e, #0a2030);
  border: 1px solid rgba(0,245,255,0.2);
  top: -43px; left: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  border-radius: 6px 6px 0 0;
}
.gen-right-face {
  position: absolute;
  width: 55px; height: 180px;
  background: linear-gradient(90deg, #071520, #0a1e30);
  border: 1px solid rgba(0,245,255,0.12);
  right: -54px; top: 0;
  transform: rotateY(90deg);
  transform-origin: left;
  border-radius: 0 6px 6px 0;
}

/* Exhaust stack */
.gen-stack {
  position: absolute; top: -70px; right: 24px;
  display: flex; flex-direction: column; align-items: center;
}
.gen-stack-tube {
  width: 24px; height: 64px;
  background: linear-gradient(90deg, #0a1e30, #132d45, #0a1e30);
  border: 1px solid rgba(0,245,255,0.3);
  border-radius: 4px 4px 0 0;
}
.gen-puffs {
  position: absolute; top: -32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column-reverse; align-items: center; gap: 2px;
}
.puff {
  display: block; border-radius: 50%;
  background: rgba(0,245,255,0.08);
  border: 1px solid rgba(0,245,255,0.2);
  animation: puffAnim 2s ease-in-out infinite;
}
.puff.p1 { width:18px; height:18px; animation-delay:0s; }
.puff.p2 { width:13px; height:13px; animation-delay:0.35s; }
.puff.p3 { width:9px;  height:9px;  animation-delay:0.7s; }
@keyframes puffAnim {
  0%   { transform:translateY(0) scale(0.5); opacity:0.6; }
  100% { transform:translateY(-30px) scale(1.8); opacity:0; }
}

/* Feet */
.gen-feet {
  position: absolute; bottom: -18px; left: 0; right: 0;
  display: flex; justify-content: space-between; padding: 0 20px;
}
.gen-foot {
  width: 50px; height: 18px;
  background: linear-gradient(90deg, #071520, #0a1e30);
  border: 1px solid rgba(0,245,255,0.2);
  border-radius: 0 0 4px 4px;
}

/* Cable */
.gen-cable {
  position: absolute; bottom: -30px; left: 30px;
  width: 80px; height: 12px;
  border: 2px solid rgba(0,245,255,0.3);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

/* Orbit rings */
.orbit {
  position: absolute; border-radius: 50%;
  border: 1px solid transparent;
  pointer-events: none;
}
.orbit-1 {
  width: 300px; height: 300px; top:50%; left:50%;
  transform: translate(-50%,-50%) rotateX(70deg);
  border-color: rgba(0,245,255,0.12);
  animation: orbitSpin 12s linear infinite;
  box-shadow: 0 0 20px rgba(0,245,255,0.06);
}
.orbit-2 {
  width: 360px; height: 360px; top:50%; left:50%;
  transform: translate(-50%,-50%) rotateX(70deg) rotateZ(45deg);
  border-color: rgba(255,106,0,0.08);
  animation: orbitSpin 20s linear infinite reverse;
}
@keyframes orbitSpin {
  from { transform: translate(-50%,-50%) rotateX(70deg) rotateZ(0deg); }
  to   { transform: translate(-50%,-50%) rotateX(70deg) rotateZ(360deg); }
}

/* Ground glow */
.gen-ground-glow {
  position: absolute; bottom: -20px; left:50%;
  transform: translateX(-50%);
  width: 300px; height: 50px;
  background: radial-gradient(ellipse, rgba(0,245,255,0.22), transparent 70%);
  filter: blur(10px);
  animation: groundPulse 4s ease-in-out infinite;
}
@keyframes groundPulse {
  0%,100% { opacity:0.6; transform:translateX(-50%) scaleX(1); }
  50%      { opacity:1;   transform:translateX(-50%) scaleX(1.15); }
}

/* Floating data nodes */
.data-node {
  position: absolute;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(0,245,255,0.08);
  border: 1px solid rgba(0,245,255,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan); font-size: 0.8rem;
  box-shadow: 0 0 14px var(--cyan-glow);
  animation: nodeFloat ease-in-out infinite;
}
.dn1 { top:5%;  left:0%; animation-duration:4s; animation-delay:0s; }
.dn2 { top:50%; right:0%; animation-duration:5s; animation-delay:1s; }
.dn3 { bottom:10%; left:8%; animation-duration:3.5s; animation-delay:0.5s; }
@keyframes nodeFloat {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-12px); }
}

/* ======================== SERVICES OVERVIEW ======================== */
.services-overview {
  padding: 130px 0;
  position: relative; z-index: 2;
}
.services-overview::before {
  content: '';
  position: absolute; top:-100px; left:0; right:0; height:400px;
  background: radial-gradient(ellipse at 50% 0, rgba(0,245,255,0.05), transparent 70%);
  pointer-events: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.svc-card {
  padding: 0;
  cursor: default;
}
.svc-card:hover {
  transform: translateY(-10px) scale(1.01);
}
.svc-card:nth-child(odd):hover {
  border-color: var(--cyan);
  box-shadow: 0 0 40px var(--cyan-glow), 0 20px 60px rgba(0,0,0,0.5);
}
.svc-card:nth-child(even):hover {
  border-color: var(--orange);
  box-shadow: 0 0 40px var(--orange-glow), 0 20px 60px rgba(0,0,0,0.5);
}

.svc-card-inner {
  padding: 36px 32px 30px;
  position: relative; z-index: 1;
}

.svc-icon-wrap {
  width: 58px; height: 58px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 18px;
  transition: transform var(--trans);
}
.svc-card:hover .svc-icon-wrap { transform: scale(1.1) rotate(-6deg); }

.svc-cyan {
  background: var(--cyan-dim); border: 1px solid var(--cyan);
  color: var(--cyan); box-shadow: 0 0 20px var(--cyan-glow);
}
.svc-orange {
  background: var(--orange-dim); border: 1px solid var(--orange);
  color: var(--orange); box-shadow: 0 0 20px var(--orange-glow);
}

.svc-number {
  font-family: var(--font-d); font-size: 0.58rem; letter-spacing: 0.2em;
  color: var(--muted); margin-bottom: 8px;
}

.svc-card h3 {
  font-family: var(--font-d); font-size: 0.95rem; font-weight: 700;
  margin-bottom: 12px; line-height: 1.3;
}

.svc-card p {
  font-size: 0.82rem; color: var(--muted); line-height: 1.8; margin-bottom: 18px;
}

.svc-features {
  display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px;
}
.svc-features li {
  font-size: 0.78rem; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.svc-features li i { color: var(--cyan); font-size: 0.65rem; }
.svc-card:nth-child(even) .svc-features li i { color: var(--orange); }

.svc-link {
  font-family: var(--font-d); font-size: 0.65rem; letter-spacing: 0.12em;
  color: var(--cyan);
  display: inline-flex; align-items: center; gap: 7px;
  transition: gap var(--trans), opacity var(--trans);
  opacity: 0.7;
}
.svc-link:hover { gap: 12px; opacity: 1; }
.svc-link-orange { color: var(--orange); }

.svc-glow {
  position: absolute; bottom: -40px; right: -40px;
  width: 140px; height: 140px; border-radius: 50%;
  pointer-events: none; opacity: 0; transition: opacity var(--trans);
}
.svc-card:hover .svc-glow { opacity: 0.25; }
.svc-glow-cyan   { background: radial-gradient(circle, var(--cyan), transparent); }
.svc-glow-orange { background: radial-gradient(circle, var(--orange), transparent); }

/* ======================== EMERGENCY SECTION ======================== */
.emergency {
  padding: 130px 0;
  position: relative; z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(255,106,0,0.04), transparent);
  overflow: hidden;
}

/* Pulsing rings background */
.emg-bg-rings {
  position: absolute; top:50%; left:50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.emg-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,106,0,0.12);
  transform: translate(-50%,-50%);
  animation: emgRingExpand 5s ease-in-out infinite;
}
.r1 { width:400px; height:400px; animation-delay:0s; }
.r2 { width:600px; height:600px; animation-delay:1.2s; }
.r3 { width:800px; height:800px; animation-delay:2.4s; }
@keyframes emgRingExpand {
  0%   { opacity:0.5; transform:translate(-50%,-50%) scale(0.9); }
  50%  { opacity:0.2; }
  100% { opacity:0;   transform:translate(-50%,-50%) scale(1.1); }
}

.emg-inner {
  display: flex; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}

.emg-left { flex: 1; }

.emg-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-d); font-size: 0.58rem; letter-spacing: 0.22em;
  color: var(--orange);
  border: 1px solid var(--orange);
  padding: 8px 18px; border-radius: 100px;
  background: var(--orange-dim);
  margin-bottom: 24px;
  box-shadow: 0 0 20px var(--orange-glow);
}
.emg-pulse {
  display: block; width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulseDot 1.4s ease-in-out infinite;
  box-shadow: 0 0 8px var(--orange);
}
@keyframes pulseDot {
  0%,100% { transform:scale(1); opacity:1; }
  50%      { transform:scale(1.6); opacity:0.4; }
}

.emg-title {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; line-height: 1.1;
  margin-bottom: 18px;
}

.emg-desc {
  font-size: 0.92rem; color: var(--muted); line-height: 1.85; margin-bottom: 32px;
}

.emg-features { display: flex; flex-direction: column; gap: 18px; margin-bottom: 36px; }

.emg-feat {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,106,0,0.1);
  background: rgba(255,106,0,0.04);
  transition: var(--trans);
}
.emg-feat:hover {
  border-color: rgba(255,106,0,0.35);
  background: rgba(255,106,0,0.08);
  transform: translateX(6px);
}
.emg-feat-icon {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink:0;
  background: var(--orange-dim); border: 1px solid var(--orange);
  color: var(--orange); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 12px var(--orange-glow);
}
.emg-feat strong {
  display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 3px;
}
.emg-feat span { font-size: 0.78rem; color: var(--muted); }

.emg-cta-row { display: flex; flex-wrap: wrap; gap: 16px; }

/* Emergency monitor card */
.emg-right { flex: 0 0 420px; }

.emg-card {
  padding: 0; overflow: hidden;
  border-color: rgba(255,106,0,0.2);
}
.emg-card:hover {
  border-color: var(--orange);
  box-shadow: 0 0 40px var(--orange-glow);
  transform: none;
}

.emg-card-head {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,106,0,0.15);
  background: rgba(255,106,0,0.05);
}
.ecl {
  width: 10px; height: 10px; border-radius: 50%;
}
.ecl.red    { background: #ff5f57; box-shadow: 0 0 6px #ff5f57; }
.ecl.yellow { background: #ffbd2e; box-shadow: 0 0 6px #ffbd2e; }
.ecl.green  { background: #28c840; box-shadow: 0 0 6px #28c840; }
.ecl-label {
  font-family: var(--font-d); font-size: 0.55rem; letter-spacing: 0.2em;
  color: var(--muted); margin-left: auto;
}

.emg-map-area {
  position: relative; height: 200px;
  background: radial-gradient(ellipse at 50% 50%, rgba(255,106,0,0.07), rgba(3,12,22,0.9));
  overflow: hidden;
}

.emg-grid-overlay {
  position: absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,106,0,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,106,0,0.07) 1px, transparent 1px);
  background-size: 30px 30px;
}

.map-line {
  position: absolute; background: rgba(255,106,0,0.2);
}
.ml1 { top:30%; left:10%; width:80%; height:1px; transform: rotate(-8deg); }
.ml2 { top:55%; left:5%; width:60%; height:1px; transform: rotate(4deg); }
.ml3 { top:70%; left:30%; width:50%; height:1px; transform: rotate(-3deg); }
.ml4 { top:45%; left:50%; width:40%; height:1px; transform: rotate(12deg); }

/* Ping dots on map */
.emg-ping {
  position: absolute;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px var(--orange);
  animation: mapPing 2s ease-in-out infinite;
}
.emg-ping::after {
  content:''; position:absolute;
  inset: -8px; border-radius: 50%;
  border: 2px solid var(--orange);
  animation: mapPingRing 2s ease-in-out infinite;
}
.p1 { top:30%; left:25%; animation-delay:0s; }
.p2 { top:55%; left:60%; animation-delay:0.8s; }
.p3 { top:20%; left:70%; animation-delay:1.5s; }
@keyframes mapPing {
  0%,100% { opacity:1; }
  50%      { opacity:0.4; }
}
@keyframes mapPingRing {
  0%   { opacity:0.8; transform:scale(1); }
  100% { opacity:0; transform:scale(2); }
}

.emg-status-row {
  display: flex; gap: 20px;
  padding: 12px 20px;
  border-top: 1px solid rgba(255,106,0,0.15);
  border-bottom: 1px solid rgba(255,106,0,0.15);
}
.emg-status {
  font-family: var(--font-d); font-size: 0.6rem; letter-spacing: 0.1em;
  color: var(--muted);
  display: flex; align-items: center; gap: 7px;
}
.emg-status span {
  display: block; width:8px; height:8px; border-radius:50%;
  background: rgba(255,255,255,0.1);
}
.emg-status.active span {
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
  animation: pulseDot 1.5s ease infinite;
}

.emg-readout {
  padding: 16px 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.readout-line {
  display: flex; justify-content: space-between; align-items: center;
}
.readout-line span {
  font-family: var(--font-d); font-size: 0.55rem; letter-spacing: 0.15em; color: var(--muted);
}
.readout-line em {
  font-style: normal;
  font-family: var(--font-d); font-size: 0.62rem; letter-spacing: 0.1em;
  color: var(--cyan);
}
.status-live {
  color: var(--orange) !important;
  animation: pulseDot 1.5s ease infinite;
}

/* ======================== PROCESS SECTION ======================== */
.process-section {
  padding: 130px 0;
  position: relative; z-index: 2;
}

.process-track { position: relative; }

/* Horizontal connector line */
.process-line {
  position: absolute;
  top: 36px; left: 10%; right: 10%;
  height: 2px;
  background: rgba(0,245,255,0.1);
  z-index: 0;
}
.process-line-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--orange), var(--cyan));
  box-shadow: 0 0 8px var(--cyan);
  animation: lineFill 4s ease-in-out infinite;
}
@keyframes lineFill {
  0%   { width:0%; opacity:0; }
  20%  { opacity:1; }
  80%  { opacity:1; }
  100% { width:100%; opacity:0; }
}

.process-steps {
  display: flex; gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; z-index: 1;
}

.ps-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center;
  gap: 18px;
  padding: 0 10px;
  animation-delay: calc(var(--i, 0) * 0.1s);
}
.ps-item:nth-child(1) { --i:0; }
.ps-item:nth-child(2) { --i:1; }
.ps-item:nth-child(3) { --i:2; }
.ps-item:nth-child(4) { --i:3; }
.ps-item:nth-child(5) { --i:4; }

.ps-node {
  position: relative;
  width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ps-ring {
  position: absolute; inset:0; border-radius:50%;
  border: 2px solid var(--cyan);
  animation: psRingPulse 3s ease-in-out infinite;
  box-shadow: 0 0 15px var(--cyan-glow);
}
.ps-ring-orange { border-color: var(--orange); box-shadow: 0 0 15px var(--orange-glow); }
.ps-node-orange .ps-ring { border-color: var(--orange); box-shadow: 0 0 15px var(--orange-glow); }
@keyframes psRingPulse {
  0%,100% { transform:scale(1); opacity:1; }
  50%      { transform:scale(1.12); opacity:0.5; }
}

.ps-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #0a2035, #061520);
  border: 1px solid rgba(0,245,255,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--cyan);
  box-shadow: 0 0 16px var(--cyan-glow);
  animation: psIconFloat 4s ease-in-out infinite;
}
.ps-node-orange .ps-icon {
  border-color: rgba(255,106,0,0.3);
  color: var(--orange);
  box-shadow: 0 0 16px var(--orange-glow);
}
@keyframes psIconFloat {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-6px); }
}

.ps-card {
  width: 100%; padding: 22px 20px; text-align: center;
}
.ps-card:hover { transform: translateY(-6px); border-color: var(--cyan); }
.ps-num {
  font-family: var(--font-d); font-size: 0.55rem; letter-spacing: 0.2em;
  color: var(--cyan); margin-bottom: 6px; opacity: 0.65;
}
.orange-num { color: var(--orange) !important; }
.ps-card h4 {
  font-family: var(--font-d); font-size: 0.78rem; font-weight: 700;
  margin-bottom: 8px;
}
.ps-card p { font-size: 0.75rem; color: var(--muted); line-height: 1.7; }

/* ======================== WHY CHOOSE US ======================== */
.why-us {
  padding: 130px 0;
  position: relative; z-index: 2;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  padding: 36px 28px;
  position: relative; overflow: visible;
  cursor: default;
}
.why-card:hover {
  transform: translateY(-10px) translateZ(20px);
}
.why-card:nth-child(odd):hover {
  border-color: var(--cyan);
  box-shadow: 0 0 35px var(--cyan-glow), 0 20px 50px rgba(0,0,0,0.45);
}
.why-card:nth-child(even):hover {
  border-color: var(--orange);
  box-shadow: 0 0 35px var(--orange-glow), 0 20px 50px rgba(0,0,0,0.45);
}

.why-icon {
  width: 58px; height: 58px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 20px;
  transition: transform var(--trans);
}
.why-card:hover .why-icon { transform: scale(1.1) rotate(-5deg); }

.cyan-icon   { background: var(--cyan-dim);   border: 1px solid var(--cyan);   color: var(--cyan);   box-shadow: 0 0 18px var(--cyan-glow); }
.orange-icon { background: var(--orange-dim); border: 1px solid var(--orange); color: var(--orange); box-shadow: 0 0 18px var(--orange-glow); }

.why-card h4 {
  font-family: var(--font-d); font-size: 0.87rem; font-weight: 700;
  margin-bottom: 12px; letter-spacing: 0.04em;
}
.why-card p {
  font-size: 0.82rem; color: var(--muted); line-height: 1.8; margin-bottom: 20px;
}

.why-bar {
  height: 2px; border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease) 0.1s;
}
.why-card:hover .why-bar { transform: scaleX(1); }
.cyan-bar   { background: linear-gradient(90deg, var(--cyan), transparent);   box-shadow: 0 0 8px var(--cyan-glow); }
.orange-bar { background: linear-gradient(90deg, var(--orange), transparent); box-shadow: 0 0 8px var(--orange-glow); }

/* ======================== STATS SECTION ======================== */
.stats-section {
  padding: 130px 0;
  position: relative; z-index: 2;
  overflow: hidden;
}
.stats-bg-accent {
  position: absolute; top:50%; left:50%;
  transform: translate(-50%,-50%);
  width: 900px; height: 300px;
  background: radial-gradient(ellipse, rgba(0,245,255,0.05) 0%, rgba(255,106,0,0.03) 50%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  animation: statsBgPulse 6s ease-in-out infinite;
}
@keyframes statsBgPulse {
  0%,100% { opacity:0.6; }
  50%      { opacity:1; }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-card {
  padding: 40px 28px;
  text-align: center;
  animation: statFloat ease-in-out infinite;
}
.stat-card:nth-child(1) { animation-duration:4.2s; animation-delay:0s; }
.stat-card:nth-child(2) { animation-duration:4.8s; animation-delay:0.4s; }
.stat-card:nth-child(3) { animation-duration:3.9s; animation-delay:0.8s; }
.stat-card:nth-child(4) { animation-duration:4.5s; animation-delay:0.2s; }
@keyframes statFloat {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-10px); }
}
.stat-card:hover {
  transform: translateY(-12px) !important;
}
.stat-card:nth-child(odd):hover  { border-color:var(--cyan);   box-shadow:0 0 40px var(--cyan-glow); }
.stat-card:nth-child(even):hover { border-color:var(--orange); box-shadow:0 0 40px var(--orange-glow); }

.stat-ring {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 22px;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid transparent;
  position: relative;
}
.cyan-ring {
  background: linear-gradient(var(--card-bg),var(--card-bg)) padding-box,
              linear-gradient(135deg, var(--cyan), transparent, var(--cyan)) border-box;
  box-shadow: 0 0 20px var(--cyan-glow);
  animation: ringRotate 8s linear infinite;
}
.orange-ring {
  background: linear-gradient(var(--card-bg),var(--card-bg)) padding-box,
              linear-gradient(135deg, var(--orange), transparent, var(--orange)) border-box;
  box-shadow: 0 0 20px var(--orange-glow);
  animation: ringRotate 8s linear infinite reverse;
}
@keyframes ringRotate {
  from { filter:hue-rotate(0deg); }
  to   { filter:hue-rotate(360deg); }
}

.stat-ring-inner {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, #0a2035, #061520);
  display: flex; align-items: center; justify-content: center;
}
.cyan-ring   .stat-ring-inner { color:var(--cyan);   font-size:1.2rem; }
.orange-ring .stat-ring-inner { color:var(--orange); font-size:1.2rem; }

.stat-val {
  font-family: var(--font-d);
  font-size: 3.2rem; font-weight: 900;
  display: inline; line-height: 1;
}
.stat-val small { font-size:1.4rem; }
.cyan-val   { color:var(--cyan);   text-shadow:0 0 24px rgba(0,245,255,0.55); }
.orange-val { color:var(--orange); text-shadow:0 0 24px rgba(255,106,0,0.55); }

.stat-sym {
  font-family: var(--font-d); font-size: 2rem; font-weight: 700;
  color: var(--cyan); display: inline;
}
.orange-sym { color:var(--orange); }

.stat-lbl {
  font-size: 0.78rem; color: var(--muted); margin-top: 8px; letter-spacing: 0.05em;
}

.stat-progress {
  height: 3px; background: rgba(255,255,255,0.06);
  border-radius: 2px; margin-top: 18px; overflow: hidden;
}
.sp-fill {
  display: block; height: 100%;
  width: var(--fill, 0%);
  border-radius: 2px;
  animation: fillGrow 2s ease-out both;
}
.sp-cyan   { background: linear-gradient(90deg,var(--cyan), transparent);   box-shadow: 0 0 6px var(--cyan); }
.sp-orange { background: linear-gradient(90deg,var(--orange),transparent);  box-shadow: 0 0 6px var(--orange); }
@keyframes fillGrow {
  from { width: 0 !important; }
}

/* ======================== TESTIMONIALS ======================== */
.testimonials {
  padding: 130px 0;
  position: relative; z-index: 2;
}

.testi-slider-wrap { position: relative; overflow: hidden; }

.testi-track {
  display: flex; gap: 24px;
  transition: transform 0.5s var(--ease);
}

.testi-card {
  min-width: calc((100% - 48px) / 3);
  flex-shrink: 0;
  padding: 36px 30px;
  cursor: default;
}
.testi-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 35px var(--cyan-glow);
  transform: translateY(-8px);
}

.testi-top {
  display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px;
}

.testi-avatar {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink:0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.cyan-avatar   { background:var(--cyan-dim);   border:2px solid var(--cyan);   color:var(--cyan);   box-shadow:0 0 16px var(--cyan-glow); }
.orange-avatar { background:var(--orange-dim); border:2px solid var(--orange); color:var(--orange); box-shadow:0 0 16px var(--orange-glow); }

.testi-meta strong {
  display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 3px;
}
.testi-meta span {
  font-size: 0.75rem; color: var(--muted); display: block; margin-bottom: 6px;
}
.stars { color: #ffb800; font-size: 0.75rem; letter-spacing: 2px; }

.testi-card blockquote {
  font-size: 0.84rem; color: var(--muted); line-height: 1.85;
  font-style: italic; margin-bottom: 18px;
  border-left: 2px solid var(--cyan);
  padding-left: 14px;
}
.testi-card:nth-child(even) blockquote { border-color: var(--orange); }

.testi-badge {
  font-family: var(--font-d); font-size: 0.55rem; letter-spacing: 0.15em;
  color: var(--cyan); opacity: 0.6;
  display: flex; align-items: center; gap: 6px;
}

.testi-controls {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  margin-top: 36px;
}
.testi-btn {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--cyan-dim); border: 1px solid var(--cyan);
  color: var(--cyan); font-size: 0.9rem;
  cursor: pointer; transition: var(--trans);
  display: flex; align-items: center; justify-content: center;
}
.testi-btn:hover {
  background: var(--cyan); color: var(--bg);
  box-shadow: 0 0 20px var(--cyan-glow);
}

.testi-dots { display:flex; gap:8px; align-items: center; }
.testi-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border);
  cursor: pointer; transition: var(--trans);
}
.testi-dot.active {
  background: var(--cyan); box-shadow: 0 0 8px var(--cyan);
  width: 24px; border-radius: 4px;
}

/* ======================== CTA SECTION ======================== */
.cta-section {
  padding: 150px 0;
  position: relative; z-index: 2;
  text-align: center; overflow: hidden;
}

.cta-grid-overlay {
  position: absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(0,245,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,245,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black, transparent);
}
.cta-glow-left {
  position: absolute; top:50%; left:-10%;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,245,255,0.12), transparent 70%);
  filter: blur(30px); pointer-events:none;
  animation: ctaGlowPulse 5s ease-in-out infinite;
}
.cta-glow-right {
  position: absolute; top:50%; right:-10%;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,106,0,0.1), transparent 70%);
  filter: blur(30px); pointer-events:none;
  animation: ctaGlowPulse 5s ease-in-out infinite 1.5s;
}
@keyframes ctaGlowPulse {
  0%,100% { opacity:0.6; transform:translateY(-50%) scale(1); }
  50%      { opacity:1;   transform:translateY(-50%) scale(1.1); }
}

.cta-inner { position: relative; z-index:1; }

.cta-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-d); font-size: 0.58rem; letter-spacing: 0.22em;
  color: var(--cyan);
  border: 1px solid var(--cyan);
  padding: 8px 20px; border-radius: 100px;
  background: var(--cyan-dim);
  margin-bottom: 28px;
  box-shadow: 0 0 20px var(--cyan-glow);
}
.cta-pulse {
  display: block; width:8px; height:8px; border-radius:50%;
  background: var(--cyan); animation: pulseDot 1.4s ease infinite;
  box-shadow: 0 0 8px var(--cyan);
}

.cta-title {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900; line-height: 1.1;
  margin-bottom: 18px;
}
.cta-desc {
  font-size: 0.96rem; color: var(--muted); max-width:520px; margin: 0 auto 44px; line-height:1.8;
}
.cta-btns {
  display: flex; justify-content:center; gap:20px; flex-wrap:wrap; margin-bottom:40px;
}

.cta-contact-strip {
  display: flex; align-items:center; justify-content:center;
  gap: 24px; flex-wrap: wrap;
}
.cta-contact-item {
  display: flex; align-items:center; gap:8px;
  font-size: 0.82rem; color: var(--muted);
  transition: color var(--trans);
}
.cta-contact-item i { color:var(--cyan); }
.cta-contact-item:hover { color:var(--text); }
.cta-divider {
  width:1px; height:20px; background: var(--border);
}

/* ======================== FOOTER ======================== */
.footer {
  position: relative; z-index:2;
  border-top: 1px solid var(--border);
}
.footer-glow {
  position: absolute; top:0; left:50%; transform:translateX(-50%);
  width:600px; height:1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 20px var(--cyan);
  pointer-events:none;
}

.footer-inner {
  max-width:1280px; margin:0 auto;
  display:flex; gap:60px;
  padding: 70px 40px 50px;
  align-items:flex-start;
}

.footer-brand { flex: 0 0 280px; }
.footer-logo {
  display:flex; align-items:center; gap:12px;
  font-family: var(--font-d); font-size:1.3rem; font-weight:900;
  margin-bottom:14px;
}
.footer-brand > p {
  font-size:0.8rem; color:var(--muted); line-height:1.85; margin-bottom:24px;
}

.footer-socials { display:flex; gap:10px; }
.footer-socials a {
  width:38px; height:38px; border-radius:9px;
  border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  font-size:0.9rem; color:var(--muted);
  transition: var(--trans);
}
.footer-socials a:hover {
  border-color:var(--cyan); color:var(--cyan);
  background:var(--cyan-dim); box-shadow:0 0 16px var(--cyan-glow);
  transform:translateY(-3px);
}

.footer-nav { flex:1; display:flex; gap:50px; flex-wrap:wrap; }
.footer-col { display:flex; flex-direction:column; gap:10px; }
.footer-col h5 {
  font-family: var(--font-d); font-size:0.62rem; letter-spacing:0.22em;
  color:var(--cyan); margin-bottom:4px;
}
.footer-col a {
  font-size:0.8rem; color:var(--muted);
  display:flex; align-items:center; gap:8px;
  transition: color var(--trans);
}
.footer-col a i { color:var(--cyan); font-size:0.7rem; width:14px; }
.footer-col a:hover { color:var(--cyan); }

.footer-bottom {
  border-top:1px solid var(--border);
  padding:20px 40px;
  display:flex; justify-content:space-between; align-items:center;
  font-size:0.75rem; color:var(--muted); flex-wrap:wrap; gap:10px;
  max-width:1280px; margin:0 auto;
}
.footer-right i { margin:0 3px; }

/* ======================== SCROLLBAR ======================== */
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--cyan); border-radius:3px; }

/* ======================== RESPONSIVE — TABLET ======================== */
@media (max-width:1100px) {
  .services-grid { grid-template-columns:repeat(2, 1fr); }
  .stats-grid    { grid-template-columns:repeat(2, 1fr); }
  .testi-card    { min-width:calc((100% - 24px) / 2); }
}

@media (max-width:1000px) {
  .process-steps { flex-wrap:wrap; gap:30px; }
  .ps-item { flex:0 0 calc(50% - 16px); }
  .process-line { display:none; }
  .emg-inner { flex-direction:column; gap:40px; }
  .emg-right { width:100%; flex:none; }
  .why-grid { grid-template-columns:repeat(2, 1fr); }
}

@media (max-width:860px) {
  .hero { flex-direction:column; padding:110px 28px 70px; text-align:center; }
  .hero-btns { justify-content:center; }
  .hero-chips { justify-content:center; }
  .hero-visual { flex:none; }
  .gen-wrap { transform: perspective(700px) rotateX(-5deg) rotateY(0deg); }

  .nav-links  { display:none; }
  .nav-cta-btn { display:none; }
  .hamburger  { display:flex; }
  .mobile-menu { display:flex; }

  .services-grid { grid-template-columns:1fr; }
  .why-grid      { grid-template-columns:1fr; }
  .footer-inner  { flex-direction:column; gap:40px; }
  .footer-nav    { gap:30px; }
  .footer-brand  { flex:none; }
}

@media (max-width:640px) {
  .stats-grid { grid-template-columns:1fr 1fr; }
  .testi-card { min-width:100%; }
  .ps-item    { flex:0 0 100%; }
  .cta-contact-strip { flex-direction:column; gap:12px; }
  .cta-divider { display:none; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .footer-nav { flex-direction:column; }
}
