/* === Source: src/app/globals.css === */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Orbitron:wght@400..900&family=Share+Tech+Mono&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* === VARIABLES === */
:root {
  --red: #e8000e;
  --red2: #ff2030;
  --rg: rgba(232, 0, 14, 0.4);
  --bk: #060606;
  --bk2: #0e0e0e;
  --bk3: #161616;
  --bk4: #1e1e1e;
  --g1: #2a2a2a;
  --g2: #444;
  --g3: #666;
  --g4: #999;
  --w: #fff;
  --w7: rgba(255, 255, 255, 0.7);
  --w4: rgba(255, 255, 255, 0.4);
  --bd: rgba(255, 255, 255, 0.07);
  --br: rgba(232, 0, 14, 0.22);
  --fd: 'Barlow Condensed', Impact, 'Arial Black', sans-serif;
  --fc: 'Outfit', 'Arial Narrow', sans-serif;
  --fb: 'Outfit', Arial, Helvetica, sans-serif;
  --fm: 'Space Mono', 'Courier New', Courier, monospace;
}

/* Light Theme */
[data-theme="light"] {
  --bk: #f8f9fa;
  --bk2: #ffffff;
  --bk3: #e9ecef;
  --bk4: #dee2e6;
  --g1: #adb5bd;
  --g2: #6c757d;
  --g3: #495057;
  --g4: #343a40;
  --w: #212529;
  --w7: rgba(33, 37, 41, 0.7);
  --w4: rgba(33, 37, 41, 0.4);
  --bd: rgba(0, 0, 0, 0.07);
  --br: rgba(232, 0, 14, 0.15);
}

/* === RESET & COMMON === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
  width: 100%;
}

body {
  background: var(--bk);
  color: var(--w);
  font-family: var(--fb);
  overflow-x: hidden;
  width: 100%;
  transition: background 0.4s, color 0.4s;
}

/* Allow text selection in form elements only */
input, textarea, select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

::selection {
  background: var(--red);
  color: #fff;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--bk);
}

::-webkit-scrollbar-thumb {
  background: var(--red);
}

[data-theme="light"] ::-webkit-scrollbar {
  background: var(--bk3);
}

/* Subtle background grid and glow (body-wide overlay in services/internship) */
.subtle-bg-grid::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(160,0,0,0.1) 0%, transparent 65%),
    linear-gradient(rgba(180,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180,0,0,0.015) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  transition: background 0.4s;
}

/* === CANVAS BG === */
#bgc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.055;
}

/* === CUSTOM CURSOR (desktop only) === */
.cursor-dot, .cursor-ring {
  position: fixed;
  pointer-events: none;
  z-index: 9000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.cursor-dot {
  width: 5px;
  height: 5px;
  background: var(--red);
}

.cursor-ring {
  width: 30px;
  height: 30px;
  border: 1.5px solid rgba(232, 0, 14, 0.6);
  transition: width 0.15s, height 0.15s, border-color 0.15s, background 0.15s;
}

.cursor-ring.active {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(232, 0, 14, 0.8);
  background: rgba(232, 0, 14, 0.06);
}

.cursor-white .cursor-dot {
  background: #c5c5c5;
}

.cursor-white .cursor-ring {
  border-color: rgba(219, 219, 219, 0.8);
  background: rgba(255, 255, 255, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none;
  }
  a, button, .svc-card, .testi-card, .threat-card, .why-item, .tab-item {
    cursor: none;
  }
  .cursor-dot, .cursor-ring {
    display: block;
  }
}



.btn-red {
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  border: none;
  padding: 11px 24px;
  cursor: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%) !important;
}

.btn-red::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--red2);
  transform: translateX(-101%);
  transition: transform 0.3s;
}

.btn-red:hover {
  color: #fff;
  box-shadow: 0 0 36px var(--rg);
}

.btn-red:hover::after {
  transform: translateX(0);
}

.btn-red .t {
  position: relative;
  z-index: 1;
}

.btn-outline {
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--w7);
  background: transparent;
  border: 1px solid var(--br);
  padding: 10px 24px;
  cursor: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline:hover {
  color: var(--w);
  border-color: var(--red);
  background: rgba(232, 0, 14, 0.07);
  box-shadow: 0 0 22px rgba(232, 0, 14, 0.18);
}





/* === MARQUEE === */
.marquee {
  overflow: hidden;
  background: var(--bk3);
  border-top: 1px solid rgba(255, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 0, 0, 0.2);
  padding: 10px 0;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.marquee-track span {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 60px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.marquee-track span:hover {
  color: #ffffff;
}

.marquee-track span b {
  color: #ff0000;
  margin-left: 20px;
  font-weight: bold;
}

[data-theme="light"] .marquee {
  background: var(--bk2);
  border-top: 1px solid rgba(232, 0, 0, 0.2);
  border-bottom: 1px solid rgba(232, 0, 0, 0.2);
}

[data-theme="light"] .marquee-track span {
  color: #000000;
}

[data-theme="light"] .marquee-track span:hover {
  color: #ff0000;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* === SECTION LAYOUT HELPERS === */
.section {
  position: relative;
  z-index: 2;
  padding: 110px 48px;
}

.section-sm {
  padding: 80px 48px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.sec-tag {
  font-family: var(--fm);
  font-size: 0.68rem;
  color: var(--red);
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.sec-tag::before {
  content: '//';
  opacity: 0.45;
}

/* All Headings across the website inherit the bold, condensed hero typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--fd) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-title {
  font-family: var(--fd) !important;
  font-size: clamp(2.5rem, 6vw, 4.8rem) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 0.92 !important;
  letter-spacing: 1.5px !important;
  color: var(--w) !important;
}

.sec-title .a {
  color: var(--red) !important;
}

.sec-title .d {
  color: #8C8C8C !important;
}

.sec-rule {
  width: 42px;
  height: 2px;
  background: var(--red);
  margin: 20px 0;
  position: relative;
}

.sec-rule::after {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  width: 7px;
  height: 2px;
  background: rgba(232, 0, 14, 0.35);
}

.sec-lead {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--g3);
  line-height: 1.85;
  max-width: 480px;
}

/* Scroll animation reveal classes */
.rev {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.rev.l { transform: translateX(-28px); }
.rev.r { transform: translateX(28px); }
.rev.vis {
  opacity: 1;
  transform: none;
}

.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }
.d5 { transition-delay: 0.5s; }
.d6 { transition-delay: 0.6s; }

/* === SERVICES SECTION (MAIN PAGE GRID) === */
.services-section {
  background: var(--bk);
}

.svc-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 56px;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bk2);
  border: 1px solid var(--br);
}

.svc-card {
  background: var(--bk2);
  padding: 38px 30px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}

.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.svc-card:hover {
  background: var(--bk3);
}

.svc-card:hover::before {
  transform: scaleX(1);
}

.svc-no {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--fd);
  font-size: 0.78rem;
  color: rgba(232, 0, 14, 0.22);
  letter-spacing: 1px;
}

.svc-ico {
  width: 52px;
  height: 52px;
  border: 1px solid var(--br);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1.3rem;
  color: var(--red);
  transition: all 0.4s;
}

.svc-card:hover .svc-ico {
  border-color: var(--red);
  background: rgba(232, 0, 14, 0.1);
  box-shadow: 0 0 18px rgba(232, 0, 14, 0.22);
}

.svc-title {
  font-family: var(--fd) !important;
  font-size: 1.35rem;
  font-weight: 800 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 11px;
  line-height: 1.1;
  transition: color 0.3s;
}

.svc-card:hover .svc-title {
  color: var(--red);
}

.svc-desc {
  font-size: 0.86rem;
  color: var(--g3);
  line-height: 1.75;
  margin-bottom: 20px;
  transition: color 0.3s;
}

.svc-card:hover .svc-desc {
  color: var(--w);
}

.svc-link {
  font-family: var(--fm);
  font-size: 0.65rem;
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: gap 0.3s;
}

.svc-link:hover {
  gap: 13px;
}

.cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232, 0, 14, 0.1);
  border: 1px solid rgba(232, 0, 14, 0.28);
  padding: 3px 10px;
  font-family: var(--fm);
  font-size: 0.58rem;
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  animation: csBorder 2s ease infinite;
}

@keyframes csBorder {
  0%, 100% { border-color: rgba(232, 0, 14, 0.28); }
  50% { border-color: rgba(232, 0, 14, 0.7); }
}

.cs-badge::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 0.9s infinite;
}

.svc-last-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 1px;
}

.svc-last-row .svc-card {
  width: calc((100% - 2px) / 3);
  max-width: calc(100% / 3);
}

/* Services workspace styles have been moved to services.css */






/* === LIVE MONITOR === */







/* === BACK TO TOP === */
#topbtn {
  position: fixed;
  bottom: 50px;
  right: 28px;
  z-index: 600;
  width: 42px;
  height: 42px;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(14px);
  transition: all 0.3s;
  border: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

#topbtn.show {
  opacity: 1;
  transform: translateY(0);
}

#topbtn:hover {
  background: var(--red2);
  box-shadow: 0 0 18px var(--rg);
}

/* === RESPONSIVE BREAKPOINTS === */

/* Large tablet / small laptop ≤ 1200px */
@media (max-width: 1200px) {


  .section {
    padding: 90px 28px;
  }
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-last-row {
    grid-column: 1 / -1;
  }
  .svc-last-row .svc-card {
    width: 100%;
    max-width: 100%;
  }







}

/* Tablet / Mobile ≤ 992px */
@media (max-width: 992px) {


  .about-layout, .why-layout, .team-hdr, .svc-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sec-rule {
    margin: 20px 0;
  }
  .sec-lead {
    margin: 0;
  }
  .about-visual {
    height: 380px;
  }




}

/* Mobile ≤ 768px */
@media (max-width: 768px) {
  .btn-red, .btn-outline {
    font-size: 0.74rem;
    padding: 10px 18px;
    width: 100%;
    justify-content: center;
  }
  .section {
    padding: 60px 16px;
  }
  .section-sm {
    padding: 40px 16px;
  }

}

/* Small Mobile ≤ 480px */
@media (max-width: 480px) {

  .section, .section-sm {
    padding: 50px 14px;
  }



}

/* ==================== INTERNSHIP ROADMAP SPECIFIC STYLES ==================== */
:root {
  --red-bright: #e81c1c;
  --red-dim:    #7a0000;
  --offwhite:   #e8e0d8;
  --offwhite2:  #c0b8ae;
  --muted:      #665850;
  --node-size:  96px;
  --col-centre: 140px;
  
  --node-grad-light: #2a0505;
  --node-grad-dark:  #0b0101;
  --road-surface:    #1c1c1c;
  --gold-primary:    #c8940a;
  --gold-bright:     #e6aa00;
  --cert-grad-light: #1e1500;
  --cert-grad-dark:  #0c0b00;
}

[data-theme="light"] {
  --offwhite:        #212529;
  --offwhite2:       #495057;
  --muted:           #6c757d;
  --node-grad-light: #f0e6e6;
  --node-grad-dark:  #e8d4d4;
  --road-surface:    #dee2e6;
  --gold-primary:    #856404;
  --gold-bright:     #b8860b;
  --cert-grad-light: #f5e6d3;
  --cert-grad-dark:  #e6d4b8;
}



[data-theme="light"] body::before {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(160,0,0,0.08) 0%, transparent 65%),
    linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);
}

[data-theme="light"] .header {
  color: var(--offwhite);
}

[data-theme="light"] .main-title,
[data-theme="light"] .main-title .tw {
  color: var(--offwhite);
}

[data-theme="light"] .sub-title,
[data-theme="light"] .divider-row span {
  color: var(--muted);
}

[data-theme="light"] .dl,
[data-theme="light"] .dr {
  background-image: linear-gradient(90deg, transparent, var(--muted));
}

[data-theme="light"] .dr {
  background-image: linear-gradient(90deg, var(--muted), transparent);
}

[data-theme="light"] .scanbar {
  background: rgba(180,0,0,.06);
}

[data-theme="light"] .phase-lbl {
  color: var(--red-dim);
}

[data-theme="light"] .step-tag {
  border-color: rgba(180,0,0,.15);
  background: rgba(180,0,0,.04);
  color: var(--red-bright);
}

[data-theme="light"] .step-title {
  color: var(--red-bright);
  text-shadow: 0 0 14px rgba(200,0,0,.15);
}

[data-theme="light"] .bullets li {
  color: var(--offwhite2);
}

[data-theme="light"] .bullets li::before {
  color: var(--red);
}

[data-theme="light"] .node {
  background: radial-gradient(circle at 38% 32%, var(--node-grad-light), var(--node-grad-dark));
  border-color: var(--red);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.08),
    0 0 20px rgba(200,0,0,.15),
    inset 0 0 12px rgba(200,0,0,.05);
}

[data-theme="light"] .node:hover {
  box-shadow:
    0 0 0 1px rgba(220,0,0,.15),
    0 0 36px rgba(200,0,0,.25),
    inset 0 0 18px rgba(200,0,0,.08);
}

[data-theme="light"] .node::before {
  border-color: rgba(180,0,0,.15);
}

[data-theme="light"] .num {
  background: var(--red);
  color: var(--offwhite);
  border-color: var(--red-bright);
}

[data-theme="light"] .cert .node {
  background: radial-gradient(circle at 38% 32%, var(--cert-grad-light), var(--cert-grad-dark));
  border-color: var(--gold-primary);
}

[data-theme="light"] .cert .num {
  background: var(--gold-primary);
  border-color: var(--gold-bright);
}

[data-theme="light"] .cert .phase-lbl {
  color: var(--gold-primary);
}

[data-theme="light"] .cert .step-title {
  color: var(--gold-bright);
  text-shadow: 0 0 16px rgba(200,130,0,.2);
}

[data-theme="light"] .cert .step-tag {
  border-color: rgba(190,130,0,.2);
  color: var(--gold-primary);
  background: rgba(190,130,0,.04);
}

[data-theme="light"] .cert .bullets li::before {
  color: var(--gold-primary);
}

[data-theme="light"] .orb {
  background: radial-gradient(circle, rgba(140,0,0,.04), transparent 70%);
}

[data-theme="light"] .wrapper {
  background: var(--bg);
}



[data-theme="light"] .abt-frame {
  background: var(--bg);
}

[data-theme="light"] .abt-inner {
  background: var(--road-surface);
  border-color: rgba(0,0,0,.1);
}

/* ─── WRAPPER ─── */
.wrapper {
  position: relative; z-index:1;
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 32px 80px;
}

/* ─── HEADER ─── */
.header { text-align:center; margin-bottom:36px; }

.logo-row {
  display: flex; align-items: center; justify-content: center; gap:14px;
  margin-bottom: 24px;
}
.logo-svg { width:56px; height:56px; flex-shrink:0; }

.brand-name {
  font-family:'Orbitron', monospace;
  font-size: clamp(13px, 2.2vw, 19px);
  font-weight: 900; letter-spacing:.18em; text-transform:uppercase;
  color: var(--offwhite); line-height:1.2; text-align:left;
}
.brand-name b { color:var(--red-bright); font-weight:900; }
.brand-tag {
  font-family:'Share Tech Mono', monospace;
  font-size:9.5px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--muted); margin-top:3px; text-align:left;
}

.divider-row {
  display:flex; align-items:center; gap:10px;
  justify-content:center; margin-bottom:18px;
}
.divider-row span {
  font-family:'Share Tech Mono', monospace;
  font-size:9.5px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--muted);
}
.dl { flex:1; max-width:110px; height:1px; background:linear-gradient(90deg,transparent,var(--red-dim)); }
.dr { flex:1; max-width:110px; height:1px; background:linear-gradient(90deg,var(--red-dim),transparent); }

.main-title {
  font-family:'Orbitron', monospace;
  font-size: clamp(30px, 5.5vw, 58px);
  font-weight:900; letter-spacing:.06em; line-height:1;
  margin-bottom:10px;
}
.main-title .tr { color:var(--red-bright); text-shadow:0 0 28px rgba(220,0,0,.45); }
.main-title .tw { color:var(--offwhite); }

[data-theme="light"] .main-title .tw { color:#212529; }

.sub-title {
  font-family:'Share Tech Mono', monospace;
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--muted); margin-bottom:16px;
}

/* animated scan line */
.scanbar {
  width:80%; height:2px; margin:0 auto;
  background:rgba(180,0,0,.12); position:relative; overflow:hidden;
}
.scanbar::after {
  content:''; position:absolute; top:0; left:-80%; width:50%; height:100%;
  background:linear-gradient(90deg,transparent,var(--red-bright),transparent);
  animation:scan 2.5s ease-in-out infinite;
}
.scanbar1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
@keyframes scan { to { left:130%; } }

/* Internship roadmap layout and timeline styles have been moved to internship.css */




/* === Source: src/app/page.css === */
/* Homepage specific overrides and layout adjustments (extracted from inline styles) */

.orbit-node-top {
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node-bottom {
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node-right {
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
}

.orbit-node-left {
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}

.hero-fc-val-secure {
  font-size: 0.85rem;
  color: #22c55e;
  margin-top: 4px;
}

.about-check-list {
  margin-top: 32px;
}



.process-header-center {
  text-align: center;
}

.process-tag-center {
  justify-content: center !important;
}

.process-rule-center {
  margin: 20px auto !important;
}

.process-lead-center {
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 540px;
}

.monitor-hdr-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.testi-hdr-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 0;
}

.cta-row-dimmed {
  color: var(--w4);
}

/* ==========================================================================
   V2 HOMEPAGE SPECIFIC STYLES (COPIED TO MAIN PAGE)
   ========================================================================== */

/* --- Layout Override to Hide Global Elements --- */
body:has(#v2-page-root) #mainNav,
body:has(#v2-page-root) .mob-nav,
body:has(#v2-page-root) .footer {
  display: none !important;
}

#v2-page-root {
  min-height: 100vh;
  background: var(--bk);
  color: var(--w);
  font-family: var(--fb);
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

/* --- Theme Color Tweaks for V2 --- */
:root, #v2-page-root {
  --v2-card-bg: rgba(9, 9, 9, 0.85);
  --v2-card-border: rgba(255, 255, 255, 0.05);
  --v2-card-hover-border: rgba(232, 0, 14, 0.25);
  --v2-sparkline-green: #22c55e;
  --v2-hud-glow: rgba(232, 0, 14, 0.06);
}

[data-theme="light"], [data-theme="light"] #v2-page-root {
  --v2-card-bg: rgba(255, 255, 255, 0.92);
  --v2-card-border: rgba(0, 0, 0, 0.07);
  --v2-card-hover-border: rgba(232, 0, 14, 0.35);
  --v2-sparkline-green: #16a34a;
  --v2-hud-glow: rgba(232, 0, 14, 0.04);
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */

.v2-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  overflow: hidden;
}

.v2-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 0, 14, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 0, 14, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 25s linear infinite;
  pointer-events: none;
  opacity: 0.85;
}

.v2-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* --- Hero Left Column --- */
.v2-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.v2-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--fm);
  font-size: 0.72rem;
  color: var(--red);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  opacity: 0;
  animation: v2FadeUp 0.8s ease 0.2s forwards;
}

.v2-hero-eyebrow::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: var(--red);
}

.v2-hero-title {
  font-family: var(--fd);
  font-size: clamp(2.8rem, 6.2vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 1px;
  color: var(--w);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.v2-hero-title .t-white {
  display: block;
  font-weight: 800;
  opacity: 0;
  animation: v2FadeUp 0.8s cubic-bezier(0.2, 1, 0.2, 1) 0.3s forwards;
}

.v2-hero-title .t-grey {
  display: block;
  font-weight: 800;
  color: var(--g2);
  opacity: 0;
  animation: v2FadeUp 0.8s cubic-bezier(0.2, 1, 0.2, 1) 0.45s forwards;
}

[data-theme="light"] .v2-hero-title .t-grey {
  color: var(--g1);
}

.v2-hero-title .t-red {
  display: block;
  font-weight: 800;
  color: var(--red);
  opacity: 0;
  animation: v2FadeUp 0.8s cubic-bezier(0.2, 1, 0.2, 1) 0.6s forwards;
}

.v2-hero-desc {
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--g4);
  max-width: 520px;
  margin-bottom: 38px;
  opacity: 0;
  animation: v2FadeUp 0.8s ease 0.75s forwards;
}

[data-theme="light"] .v2-hero-desc {
  color: var(--g3);
}

.v2-hero-desc strong {
  font-weight: 600;
  color: var(--w);
}

.v2-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  opacity: 0;
  animation: v2FadeUp 0.8s ease 0.9s forwards;
}

/* Buttons */
.v2-btn-red {
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--red);
  border: none;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.35s cubic-bezier(0.2, 1, 0.2, 1);
  box-shadow: 0 4px 20px rgba(232, 0, 14, 0.2);
  cursor: pointer;
}

.v2-btn-red:hover {
  background: var(--red2);
  box-shadow: 0 8px 30px var(--rg);
  transform: translateY(-2px);
}

.v2-btn-outline-white {
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--w) !important;
  background: transparent;
  border: 1px solid var(--v2-card-border);
  padding: 13px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.35s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}

.v2-btn-outline-white:hover {
  border-color: var(--red);
  background: rgba(232, 0, 14, 0.04);
  transform: translateY(-2px);
}

/* --- Hero Right Column (Globe & HUD) --- */
.v2-hero-visual {
  position: relative;
  width: 100%;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: v2FadeIn 1.2s ease 0.5s forwards;
}

.v2-globe-wrapper {
  position: relative;
  width: 520px;
  height: 520px;
}

/* Floating HUD Cards */
.v2-hud-card {
  position: absolute;
  background: var(--v2-card-bg);
  border: 1px solid var(--v2-card-border);
  padding: 10px 14px;
  backdrop-filter: blur(12px);
  min-width: 168px;
  z-index: 10;
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.v2-hud-card:hover {
  border-color: var(--v2-card-hover-border);
  box-shadow: 0 15px 35px var(--v2-hud-glow);
  transform: translateY(-4px);
}

/* Box Positions */
.card-tl { top: 3%; left: -6%; }
.card-tr { top: 22%; right: -8%; }
.card-bl { bottom: 26%; left: -10%; }
.card-br { bottom: 8%; right: -6%; }

/* HUD Header Details */
.hud-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.hud-tag {
  font-family: var(--fm);
  font-size: 0.54rem;
  color: var(--red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}

.hud-tag::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1.2s infinite;
}

.card-tr .hud-tag {
  color: var(--v2-sparkline-green);
}

.card-tr .hud-tag::before {
  background: var(--v2-sparkline-green);
}

/* Badge floating next to HUD */
.hud-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(232, 0, 14, 0.08);
  border: 1px solid rgba(232, 0, 14, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--red);
}

.card-tr .hud-badge {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  color: var(--v2-sparkline-green);
}

.hud-body {
  display: flex;
  flex-direction: column;
}

.hud-val {
  font-family: var(--fd);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--w);
  line-height: 1;
}

.hud-sub {
  font-size: 0.65rem;
  color: var(--g3);
  margin-top: 1px;
}

/* Inline Sparkline styling */
.hud-sparkline {
  width: 100%;
  height: 22px;
  margin-top: 6px;
}

.sparkpath {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: sparkDraw 4s linear infinite;
}

.card-tr .sparkpath {
  stroke: var(--v2-sparkline-green);
}

@keyframes sparkDraw {
  0% { stroke-dashoffset: 200; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -200; }
}

/* HUD Connecting Lines Overlay */
.v2-hud-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

/* ==========================================================================
   2. COUNTERS SECTION
   ========================================================================== */

.v2-stats-section {
  position: relative;
  background: var(--bk2);
  border-top: 1px solid var(--v2-card-border);
  border-bottom: 1px solid var(--v2-card-border);
  padding: 44px 48px;
  z-index: 10;
}

.v2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.v2-stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}

.v2-stat-item:not(:last-child) {
  border-right: 1px solid var(--v2-card-border);
}

.v2-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(232, 0, 14, 0.05);
  border: 1px solid rgba(232, 0, 14, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--red);
  flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}

.v2-stat-item:hover .v2-stat-icon {
  background: var(--red);
  color: #fff;
  transform: scale(1.08);
}

.v2-stat-info {
  display: flex;
  flex-direction: column;
}

.v2-stat-num {
  font-family: var(--fd);
  font-size: 1.95rem;
  font-weight: 800;
  color: var(--w);
  line-height: 1.1;
}

.v2-stat-lbl {
  font-size: 0.78rem;
  color: var(--g3);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   3. SERVICES SECTION
   ========================================================================== */

.v2-services-section {
  position: relative;
  padding: 100px 48px 120px;
  background: var(--bk);
  z-index: 10;
}

.v2-services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.v2-sec-tag {
  font-family: var(--fm);
  font-size: 0.65rem;
  color: var(--red);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.v2-sec-title {
  font-family: var(--fd);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 0.95;
  font-weight: 800;
  color: var(--w);
}

.v2-sec-desc {
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--g3);
  max-width: 580px;
}

.v2-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Premium V2 Service Card */
.v2-svc-card {
  background: var(--v2-card-bg);
  border: 1px solid var(--v2-card-border);
  padding: 38px 26px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 290px;
  overflow: hidden;
}

.v2-svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.v2-svc-card:hover::before {
  transform: scaleX(1);
}

.v2-svc-card:hover {
  border-color: var(--v2-card-hover-border);
  box-shadow: 0 15px 35px var(--v2-hud-glow);
  transform: translateY(-6px);
}

/* Arrow in Top-Right */
.v2-svc-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0.85rem;
  color: var(--g3);
  transition: transform 0.3s, color 0.3s;
}

.v2-svc-card:hover .v2-svc-arrow {
  color: var(--red);
  transform: translate(3px, -3px);
}

/* Card Content Details */
.v2-svc-top {
  display: flex;
  flex-direction: column;
}

.v2-svc-icon {
  font-size: 1.8rem;
  color: var(--red);
  margin-bottom: 24px;
  transition: transform 0.4s;
}

.v2-svc-card:hover .v2-svc-icon {
  transform: scale(1.08);
}

.v2-svc-title {
  font-family: var(--fc);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--w);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.v2-svc-desc {
  font-size: 0.84rem;
  color: var(--g3);
  line-height: 1.6;
  margin: 0;
}

.v2-svc-card:hover .v2-svc-desc {
  color: var(--w7);
}

/* ==========================================================================
   ANIMATIONS & KEYFRAMES
   ========================================================================== */

@keyframes v2FadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes v2FadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes gridMove {
  0% { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}

@keyframes blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

@media (max-width: 1300px) {
  .v2-hero-visual {
    height: 520px;
  }
  .v2-globe-wrapper {
    width: 440px;
    height: 440px;
  }
  .card-tl { left: -10%; }
  .card-tr { right: -12%; }
  .card-bl { left: -12%; }
  .card-br { right: -10%; }
}

@media (max-width: 1200px) {
  .v2-hero {
    padding: 100px 24px 60px;
  }
  .v2-hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .v2-hero-content {
    align-items: center;
  }
  .v2-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .v2-hero-btns {
    justify-content: center;
  }
  .v2-hero-visual {
    height: 500px;
  }
  .v2-globe-wrapper {
    margin: 0 auto;
  }
  .v2-stats-section {
    padding: 30px 24px;
  }
  .v2-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .v2-stat-item:nth-child(2) {
    border-right: none;
  }
  .v2-services-section {
    padding: 80px 24px;
  }
  .v2-services-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .v2-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .v2-hero {
    padding: 90px 16px 40px;
  }
  .v2-hero-title {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
  }
  .v2-hero-visual {
    height: 480px;
  }
  .v2-globe-wrapper {
    width: 340px;
    height: 340px;
  }
  .v2-hud-card {
    display: none; /* Hide cards on mobile to prevent overlapping visual clutter */
  }
  .v2-hud-lines {
    display: none;
  }
  .v2-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .v2-stat-item {
    border-right: none !important;
    padding: 10px 0;
  }
  .v2-stat-item:not(:last-child) {
    border-bottom: 1px solid var(--v2-card-border);
  }
  .v2-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .v2-svc-card {
    height: 250px;
    padding: 28px 22px;
  }
}


/* === Source: src/components/Navbar.css === */
/* === NAV === */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  display: block !important;
  transition: background 0.4s, box-shadow 0.4s, border-bottom 0.4s;
  background: rgba(6, 6, 6, 0.75);
  backdrop-filter: blur(10px);
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.nav:hover {
  background: rgba(6, 6, 6, 0.95);
  box-shadow: 0 0 20px rgba(232, 0, 15, 0.4);
}

.nav.scrolled {
  background: rgba(6, 6, 6, 0.97);
  border-bottom: 1px solid rgba(232, 0, 15, 0.54);
}

[data-theme="light"] .nav {
  background: rgba(248, 249, 250, 0.85);
  border-bottom: 1px solid rgba(232, 0, 15, 0.18);
}

[data-theme="light"] .nav:hover {
  background: rgba(248, 249, 250, 0.95);
  box-shadow: 0 0 20px rgba(232, 0, 14, 0.15);
}

[data-theme="light"] .nav.scrolled {
  background: rgba(248, 249, 250, 0.97);
  border-bottom: 1px solid rgba(232, 0, 15, 0.54);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 48px;
  min-width: 0;
  box-sizing: border-box;
}

.logo {
  font-family: var(--fd);
  font-size: 1.85rem;
  letter-spacing: 3px;
  color: var(--w);
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.logo span {
  color: var(--red);
}

[data-theme="light"] .logo {
  color: var(--w7);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  gap: 2px;
  flex: 0 0 auto;
}

.nav-links a {
  font-family: var(--fc);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--g4);
  padding: 8px 14px;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--w);
}

.nav-links a:hover::after, .nav-links a.active::after {
  transform: scaleX(1);
}

[data-theme="light"] .nav-links a {
  color: var(--g3);
}

[data-theme="light"] .nav-links a:hover,
[data-theme="light"] .nav-links a.active {
  color: var(--w);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 1 0 0;
}

.theme-toggle {
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--g4);
  background: transparent;
  border: 1px solid var(--br);
  padding: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.theme-toggle:hover {
  color: var(--w);
  border-color: var(--red);
  background: rgba(232, 0, 14, 0.07);
  box-shadow: 0 0 22px rgba(232, 0, 14, 0.18);
}

.theme-toggle i {
  transition: transform 0.3s;
}

[data-theme="light"] .theme-toggle i {
  transform: rotate(180deg);
}

/* Hamburger - mobile only */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  z-index: 810;
  position: relative;
  padding: 6px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--w);
  transition: all 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile Nav Drawer */
.mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 6, 6, 0.98);
  z-index: 799;
  padding: 80px 28px 36px;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.35s ease, visibility 0.35s ease;
  border-top: 1px solid var(--br);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mob-nav.open {
  transform: translateX(0);
  visibility: visible;
}

[data-theme="light"] .mob-nav {
  background: rgba(248, 249, 250, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mob-link {
  display: block;
  font-family: var(--fc);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--g3);
  padding: 14px 0;
  border-bottom: 1px solid var(--bd);
  transition: color 0.3s;
}

.mob-link:hover, .mob-link:active {
  color: var(--red);
}

.mob-btn {
  margin-top: 28px;
  display: block;
  text-align: center;
}

.mob-btn .btn-red {
  width: 100%;
  justify-content: center;
  clip-path: none;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .nav-wrap {
    padding: 16px 24px;
    justify-content: space-between;
  }
  .nav-phone {
    display: none;
  }
  .nav-links a {
    padding: 8px 10px;
    font-size: 0.78rem;
  }
}

@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }
  .nav-links {
    display: none;
  }
  .nav-actions .header-cta {
    display: none;
  }
  .nav-wrap {
    padding: 13px 18px;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .nav-wrap {
    padding: 12px 16px;
    justify-content: space-between;
  }
  .logo img {
    height: 35px !important;
  }
  .mob-nav {
    padding-top: 74px;
  }
}

@media (max-width: 480px) {
  .mob-link {
    font-size: 1.3rem;
    padding: 12px 0;
  }
}


/* === Source: src/components/HeroSection.css === */
/* === HERO === */
.hero {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 48px 80px;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 0, 14, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 0, 14, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: gridMove 22s linear infinite;
  pointer-events: none;
}

@keyframes gridMove {
  0% { background-position: 0 0; }
  100% { background-position: 70px 70px; }
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232, 0, 14, 0.15) 0%, transparent 70%);
  top: -150px;
  left: -200px;
  animation: glowPulse 9s ease-in-out infinite;
}

.hero-glow-2 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(232, 0, 14, 0.08) 0%, transparent 70%);
  bottom: -80px;
  right: 8%;
  animation: glowPulse 13s ease-in-out infinite reverse;
}

@keyframes glowPulse {
  0%, 100% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.1) translate(15px, -20px); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--fm);
  font-size: 0.9rem;
  color: var(--red);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
  font-weight: 600;
}

.hero-eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--red);
}

.hero-eyebrow::after {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1.4s ease infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0; transform: scale(0.5); }
}

.hero-title {
  font-family: var(--fd) !important;
  font-size: clamp(3.5rem, 8vw, 8.5rem);
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 0.88;
  letter-spacing: 2px;
  color: var(--w);
}

.hero-row {
  overflow: hidden;
  display: block;
}

.hero-row span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  animation: rowSlide 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.r1 span { animation-delay: 0.25s; }
.r2 span { animation-delay: 0.38s; }
.r3 span { animation-delay: 0.51s; }
.r4 span { animation-delay: 0.64s; }

.txt-red {
  color: var(--red);
}

.txt-ghost {
  color: #8C8C8C;
}

@keyframes rowSlide {
  to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.glitch {
  position: relative;
  display: inline-block;
}

.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.glitch::before {
  color: rgba(232, 0, 14, 0.7);
  animation: gl1 5s infinite;
}

.glitch::after {
  color: rgba(255, 80, 80, 0.5);
  animation: gl2 5s infinite;
}

@keyframes gl1 {
  0%, 93%, 100% { clip-path: none; transform: none; }
  94% { clip-path: rect(12px, 9999px, 40px, 0); transform: translateX(-4px); }
  96% { clip-path: rect(58px, 9999px, 78px, 0); transform: translateX(3px); }
}

@keyframes gl2 {
  0%, 90%, 100% { clip-path: none; transform: none; }
  91% { clip-path: rect(42px, 9999px, 66px, 0); transform: translateX(3px); }
  93% { clip-path: rect(6px, 9999px, 24px, 0); transform: translateX(-3px); }
}

.hero-sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--g4);
  max-width: 480px;
  margin: 26px 0 36px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.7s forwards;
}

[data-theme="light"] .hero-sub {
  color: var(--g3);
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.85s forwards;
  position: relative;
  z-index: 6;
}

/* Hero Visual Graphic */
.hero-vis {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.4s forwards;
}

.shield-wrap {
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shield-hex {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(135deg, rgba(232, 0, 14, 0.18), rgba(232, 0, 14, 0.04));
  animation: hexGlow 3s ease-in-out infinite;
}

@keyframes hexGlow {
  0%, 100% { filter: drop-shadow(0 0 18px rgba(232, 0, 14, 0.3)); }
  50% { filter: drop-shadow(0 0 48px rgba(232, 0, 14, 0.65)); }
}

.shield-icon {
  font-size: 76px;
  color: var(--red);
  position: relative;
  z-index: 1;
  animation: iconBob 4.5s ease-in-out infinite;
}

@keyframes iconBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.orbit-container {
  position: absolute;
  inset: -130px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(232, 0, 14, 0.12);
  animation: spinRing linear infinite;
}

.orbit-ring-1 { width: 340px; height: 340px; animation-duration: 25s; }
.orbit-ring-2 { width: 480px; height: 480px; animation-duration: 40s; animation-direction: reverse; }

@keyframes spinRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Floating HUD elements */
.fc {
  position: absolute;
  background: rgba(12, 12, 12, 0.95);
  border: 1px solid var(--br);
  padding: 12px 15px;
  backdrop-filter: blur(10px);
  min-width: 160px;
  z-index: 3;
}

.fc-lbl {
  font-family: var(--fm);
  font-size: 0.68rem;
  color: var(--red);
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  font-weight: 700;
}

.fc-lbl::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1.3s infinite;
}

.fc-lbl span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--fc);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--g3);
}

.fc-val {
  font-family: var(--fd);
  font-size: 1.4rem;
  color: var(--w);
  line-height: 1;
}

.fc-sub {
  font-size: 0.65rem;
  color: var(--g3);
  margin-top: 2px;
}

.fc-a { top: 30px; left: -20px; animation: floatA 5s ease-in-out infinite; }
.fc-b { bottom: 80px; left: -40px; animation: floatB 7s ease-in-out infinite; }
.fc-c { top: 50px; right: -10px; animation: floatC 6s ease-in-out infinite; }
.fc-d { bottom: 30px; right: -30px; animation: floatA 4.5s ease-in-out infinite reverse; }

@keyframes floatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(9px); }
}

@keyframes floatC {
  0%, 100% { transform: translateY(-5px); }
  50% { transform: translateY(5px); }
}

.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: fadeUp 0.8s ease 1.2s forwards;
  pointer-events: none;
  z-index: 10;
}

.scroll-hint p {
  font-family: var(--fm);
  font-size: 0.58rem;
  color: var(--g3);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--red), transparent);
  animation: scrollAnim 2s ease-in-out infinite;
}

@keyframes scrollAnim {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.4); opacity: 0.3; }
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .hero {
    padding: 120px 24px 60px;
    flex-direction: column;
    justify-content: center;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .hero-content {
    align-items: center;
  }
  .hero-sub {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-btns {
    justify-content: center;
  }
  .scroll-hint {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 36px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
}

@media (max-width: 992px) {
  .hero {
    padding: 100px 20px 50px;
    min-height: auto;
  }
  .hero-eyebrow {
    justify-content: center;
    text-align: center;
  }
  .hero-title {
    text-align: center;
  }
  .hero-sub {
    text-align: center;
    margin: 20px auto 30px;
  }
  .hero-btns {
    justify-content: center;
  }
  .scroll-hint {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 28px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .scroll-hint p {
    font-size: 0.55rem;
    letter-spacing: 2.5px;
  }
  .scroll-line {
    height: 28px;
  }
  .hero-vis {
    height: 400px;
  }
  .shield-wrap {
    width: 180px;
    height: 180px;
  }
  .shield-icon {
    font-size: 56px;
  }
  .orbit-container {
    inset: -70px;
  }
  .orbit-ring-1 { width: 240px; height: 240px; }
  .orbit-ring-2 { width: 340px; height: 340px; }
  .fc {
    display: none;
  }
}

@media (max-width: 768px) {
  .scroll-hint {
    margin: 24px auto 0;
    gap: 4px;
  }
  .scroll-hint p {
    font-size: 0.52rem;
    letter-spacing: 2px;
  }
  .scroll-line {
    height: 24px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 85px 14px 40px;
  }
  .hero-title {
    font-size: clamp(2rem, 12vw, 3rem);
  }
  .scroll-hint {
    margin: 20px auto 0;
  }
  .scroll-hint p {
    font-size: 0.5rem;
    letter-spacing: 2px;
  }
  .scroll-line {
    height: 20px;
  }
  .hero-vis {
    height: 250px;
  }
  .shield-wrap {
    width: 120px;
    height: 120px;
  }
  .shield-icon {
    font-size: 36px;
  }
  .orbit-container {
    inset: -40px;
  }
  .orbit-ring-1 { width: 160px; height: 160px; }
  .orbit-ring-2 { width: 220px; height: 220px; }
}


/* === Source: src/components/RotateGlobe.css === */
.v2-hero-visual {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: v2FadeIn 1.2s ease 0.5s forwards;
}

.v2-globe-wrapper {
    position: relative;
    width: 520px;
    height: 520px;
}

/* Floating HUD Cards */
.v2-hud-card {
    position: absolute;
    background: var(--v2-card-bg);
    border: 1px solid var(--v2-card-border);
    padding: 10px 14px;
    backdrop-filter: blur(12px);
    min-width: 168px;
    z-index: 10;
    transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.v2-hud-card:hover {
    border-color: var(--v2-card-hover-border);
    box-shadow: 0 15px 35px var(--v2-hud-glow);
    transform: translateY(-4px);
}

/* Box Positions */
.card-tl { top: 3%; left: -6%; }
.card-tr { top: 22%; right: -8%; }
.card-bl { bottom: 26%; left: -10%; }
.card-br { bottom: 8%; right: -6%; }

/* HUD Header Details */
.hud-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.hud-tag {
    font-family: var(--fm);
    font-size: 0.54rem;
    color: var(--red);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
}

.hud-tag::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--red);
    border-radius: 50%;
    animation: blink 1.2s infinite;
}

.card-tr .hud-tag {
    color: var(--v2-sparkline-green);
}

.card-tr .hud-tag::before {
    background: var(--v2-sparkline-green);
}

/* Badge floating next to HUD */
.hud-badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(232, 0, 14, 0.08);
    border: 1px solid rgba(232, 0, 14, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: var(--red);
}

.card-tr .hud-badge {
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.2);
    color: var(--v2-sparkline-green);
}

.hud-body {
    display: flex;
    flex-direction: column;
}

.hud-val {
    font-family: var(--fd);
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--w);
    line-height: 1;
}

.hud-sub {
    font-size: 0.65rem;
    color: var(--g3);
    margin-top: 1px;
}

/* Inline Sparkline styling */
.hud-sparkline {
    width: 100%;
    height: 22px;
    margin-top: 6px;
}

.sparkpath {
    fill: none;
    stroke: var(--red);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: sparkDraw 4s linear infinite;
}

.card-tr .sparkpath {
    stroke: var(--v2-sparkline-green);
}

@keyframes sparkDraw {
    0% { stroke-dashoffset: 200; }
    50% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -200; }
}

/* HUD Connecting Lines Overlay */
.v2-hud-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

@keyframes v2FadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 1300px) {
    .v2-hero-visual {
        height: 520px;
    }
    .v2-globe-wrapper {
        width: 440px;
        height: 440px;
    }
    .card-tl { left: -10%; }
    .card-tr { right: -12%; }
    .card-bl { left: -12%; }
    .card-br { right: -10%; }
}

@media (max-width: 1200px) {
    .v2-hero-visual {
        height: 500px;
    }
    .v2-globe-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .v2-hero-visual {
        height: 480px;
    }
    .v2-globe-wrapper {
        width: 340px;
        height: 340px;
    }
    .v2-hud-card {
        display: none;
    }
    .v2-hud-lines {
        display: none;
    }
}

/* === Source: src/components/AboutSection.css === */
/* === ABOUT SECTION === */
.about-section {
  background: var(--bk2);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.check-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.check-box {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  font-size: 0.55rem;
  color: var(--red);
}

.check-text {
  font-size: 0.92rem;
  color: var(--g3);
  line-height: 1.65;
  text-align: justify;
  transition: color 0.3s ease;
}

.check-text strong {
  color: var(--w);
  font-weight: 600;
  transition: color 0.3s ease;
}

.about-visual {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-frame {
  position: relative;
  width: 300px;
  height: 340px;
}

.abt-frame::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--br);
}

.abt-frame::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 55%;
  height: 55%;
  border: 1px solid rgba(232, 0, 14, 0.1);
}

.abt-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--bk3);
  border: 1px solid var(--br);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s;
}

.abt-inner img {
  width: 75%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(232, 0, 14, 0.3));
  transition: filter 0.4s ease, transform 0.4s ease;
}

.abt-inner:hover img {
  filter: drop-shadow(0 0 8px rgba(232, 0, 14, 0.9)) drop-shadow(0 0 34px rgba(232, 0, 14, 0.5)) brightness(1.15);
  transform: scale(1.05);
}

.abt-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  z-index: 3;
  background: var(--red);
  padding: 14px 18px;
  text-align: center;
}

.badge-num {
  font-family: var(--fd);
  font-size: 1.9rem;
  color: var(--w);
  line-height: 1;
}

.badge-lbl {
  font-family: var(--fm);
  font-size: 0.58rem;
  color: var(--w7);
  letter-spacing: 2px;
  margin-top: 2px;
}

.abt-bg {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-family: var(--fd);
  font-size: clamp(5rem, 10vw, 12rem);
  color: rgba(232, 0, 14, 0.035);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Added transition for sec-lead since it's global */
.about-section .sec-lead {
  transition: color 0.3s ease;
}

/* Default (Dark Mode) Hover: White Text */
.about-section .sec-lead:hover,
.about-section .check-text:hover {
  color: #ffffff;
}

.about-section .check-text:hover strong {
  color: var(--red);
}

/* Light Mode Hover: Black Text for description, Red Text for bullet titles */
[data-theme="light"] .about-section .sec-lead:hover,
[data-theme="light"] .about-section .check-text:hover {
  color: #000000;
}

[data-theme="light"] .about-section .check-text:hover strong {
  color: var(--red);
}

/* === RESPONSIVE DESIGN === */

/* Tablet View */
@media (max-width: 1024px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-visual {
    height: 400px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .about-layout {
    gap: 40px;
  }

  .about-visual {
    height: 320px;
  }

  .abt-frame {
    width: 250px;
    height: 280px;
  }

  .check-text {
    font-size: 0.85rem;
  }
}


.about-section .sec-rule {
  margin-left: 0;
  margin-right: auto;
}


/* === Source: src/components/ServicesSection.css === */
/* Styles specific to ServicesSection component (extracted from inline styles) */

.svc-ico-no-margin {
  margin: 0 !important;
}

.svc-title-large {
  font-size: 1.3rem !important;
}

.svc-desc-no-margin {
  margin-bottom: 0 !important;
}

.svc-link-wrapper {
  margin-top: 18px;
}

/* Full width card styles for 9th service */
.svc-full {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(232, 0, 14, 0.07), var(--bk2)) !important;
}

.svc-full-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

/* Dark Web stats boxes styling */
.dw-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-width: 220px;
}

.dw-stat {
  background: var(--bk3);
  border: 1px solid var(--bd);
  padding: 13px;
  text-align: center;
}

.dw-num {
  font-family: var(--fd);
  font-size: 1.7rem;
  color: var(--red);
  line-height: 1;
}

.dw-lbl {
  font-family: var(--fm);
  font-size: .57rem;
  color: var(--g3);
  letter-spacing: 2px;
  margin-top: 2px;
}

/* Responsive breakpoint styling for ServicesSection */
@media (max-width: 1200px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .svc-last-row {
    grid-column: 1 / -1 !important;
  }
  .svc-last-row .svc-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .svc-full {
    grid-column: 1 / -1;
  }
  .svc-full-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dw-stats {
    min-width: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .svc-grid {
    grid-template-columns: 1fr !important;
  }
  .svc-last-row {
    grid-column: unset !important;
    display: contents !important;
  }
  .svc-full {
    grid-column: 1 / -1;
  }
  .svc-full-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dw-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .svc-card {
    padding: 28px 22px !important;
  }
  .svc-full-inner {
    grid-template-columns: 1fr;
  }
  .dw-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.services-section .sec-rule {
  margin-left: 0;
  margin-right: auto;
}

.services-section .svc-desc {
  transition: color 0.3s ease;
}

.services-section .svc-desc:hover {
  color: var(--w) !important;
}

[data-theme="light"] .services-section .svc-desc:hover {
  color: var(--red) !important;
}

.services-section .sec-lead {
  transition: color 0.3s ease;
}

.services-section .sec-lead:hover {
  color: #ffffff;
}

[data-theme="light"] .services-section .sec-lead:hover {
  color: #ff0000;
}


/* === Source: src/components/TeamSection.css === */
/* === TEAM SECTION === */
.team-hdr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 60px;
}

.team-grid {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  padding: 12px 6px;
  border: 1px solid var(--br);
  background: transparent;
  touch-action: pan-y;
  scrollbar-width: none;
}

.team-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  will-change: transform;
}

.team-card {
  outline: 1px solid var(--br);
  background: radial-gradient(ellipse at top center, rgba(232, 0, 14, 0.12), var(--bk2) 70%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  flex: 0 0 clamp(280px, 28%, 320px);
  min-width: clamp(280px, 28%, 320px);
}

.team-card:hover {
  background: radial-gradient(ellipse at center 40%, rgba(232, 0, 14, 0.08), var(--bk2) 80%);
  outline: 1px solid rgba(232, 0, 14, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(232, 0, 14, 0.15);
  transform: translateY(-6px);
}

.team-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(232, 0, 14, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 1;
}

.team-card:hover .team-glow {
  opacity: 1;
}

.team-card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 100%;
}

.team-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: transparent;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.team-info-wrap {
  padding: 0 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}

.team-role {
  margin-bottom: 10px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-role-text {
  font-family: var(--fm);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--red);
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.team-card:hover .team-role-text {
  background: var(--red);
  color: var(--w);
  padding: 4px 14px;
  box-shadow: 0 2px 10px rgba(232, 0, 14, 0.3);
}

.team-name {
  font-family: var(--fd) !important;
  font-size: 1.65rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.team-firstname {
  color: var(--w);
}

.team-lastname {
  color: var(--red);
}

.team-desc {
  font-size: 0.8rem;
  color: var(--g3);
  line-height: 1.65;
  margin-bottom: 24px;
  transition: color 0.3s;
  flex-grow: 1;
}

.team-card:hover .team-desc {
  color: var(--w7);
}

.team-links {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.t-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 12px;
  font-family: var(--fc);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  box-sizing: border-box;
  background: transparent;
}

.t-icon {
  flex-shrink: 0;
  margin: 0;
  transition: margin 0.3s;
}

.t-btn-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: max-width 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s, padding 0.35s;
}

.t-btn-linkedin {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--w4);
}

.t-btn-portfolio {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--w4);
}

.team-card:hover .t-btn {
  width: 120px;
  border-radius: 24px;
}

.team-card:hover .t-icon {
  margin-right: 8px;
}

.team-card:hover .t-btn-text {
  max-width: 100px;
  opacity: 1;
}

.team-card:hover .t-btn-linkedin {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--w);
}

.team-card:hover .t-btn-linkedin:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.team-card:hover .t-btn-portfolio {
  border-color: var(--red);
  color: var(--red);
}

.team-card:hover .t-btn-portfolio:hover {
  background: rgba(232, 0, 14, 0.1);
}

/* Hover effects for description texts */
.team-hdr .sec-lead {
  transition: color 0.3s ease;
}

/* Default (Dark Mode) Hover: White Text */
.team-hdr .sec-lead:hover,
.team-card:hover .team-desc {
  color: #ffffff;
}


/* Light Mode Hover: Black Text */
[data-theme="light"] .team-hdr .sec-lead:hover,
[data-theme="light"] .team-card:hover .team-desc {
  color: #000000;
}

/* === RESPONSIVE DESIGN === */

/* Tablet View */
@media (max-width: 1024px) {
  .team-hdr {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .team-card {
    flex: 0 0 clamp(260px, 45%, 320px);
    min-width: clamp(260px, 45%, 320px);
  }

  .team-card-inner {
    padding: 24px 20px;
  }

  .team-name {
    font-size: 1.15rem;
  }

  .team-desc {
    font-size: 0.78rem;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .team-hdr {
    margin-bottom: 20px;
  }
  
  .team-card {
    flex: 0 0 280px;
    min-width: 280px;
  }
  
  .team-info-wrap {
    padding: 0 14px 16px;
  }
  
  .team-img-wrap {
    height: 175px;
  }
  
  .team-name {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  
  .team-role {
    margin-bottom: 6px;
  }
  
  .team-role-text {
    font-size: 0.55rem;
    letter-spacing: 0.8px;
    padding: 2px 8px;
  }
  
  .team-desc {
    font-size: 0.75rem;
    line-height: 1.45;
    margin-bottom: 12px;
    text-wrap: pretty;
  }
  
  .t-btn {
    height: 34px;
    width: 34px;
  }
}

@media (max-width: 480px) {
  .team-card {
    flex: 0 0 85vw;
    min-width: 85vw;
  }
  
  .team-img-wrap {
    height: 180px;
  }
  
  .team-desc {
    font-size: 0.75rem;
  }
}



/* === Source: src/components/WhyUsSection.css === */
/* === WHY US === */
.why-section {
  background: var(--bk2);
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 70px;
}

/* Center the specific sec-tag on desktop */
.why-section .sec-tag {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Description Hover */
.why-section .sec-lead {
  transition: color 0.3s ease;
}
.why-section .sec-lead:hover {
  color: #ffffff; /* Dark Mode */
}
[data-theme="light"] .why-section .sec-lead:hover {
  color: #000000; /* Light Mode */
}

.why-list {
  margin-top: 38px;
}

.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--bd);
  transition: all 0.3s;
}

.why-item:first-child {
  border-top: 1px solid var(--bd);
}

.why-item:hover {
  border-bottom-color: var(--br);
  padding-left: 5px;
}

.why-num {
  font-family: var(--fd);
  font-size: 1.6rem;
  color: rgba(232, 0, 14, 0.2);
  line-height: 1;
  min-width: 40px;
  transition: color 0.3s;
}

.why-item:hover .why-num {
  color: var(--red);
}

.why-body h5 {
  font-family: var(--fd) !important;
  font-size: 1.25rem;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.why-body p {
  font-size: 0.86rem;
  color: var(--g3);
  line-height: 1.7;
  transition: color 0.3s ease;
}

/* Numeric Points Hover Title */
.why-item:hover h5 {
  color: var(--red); /* Both modes */
}

/* Numeric Points Hover Description */
.why-item:hover p {
  color: #ffffff; /* Dark Mode */
}
[data-theme="light"] .why-item:hover p {
  color: #000000; /* Light Mode */
}

.why-arrow {
  margin-left: auto;
  color: var(--g2);
  align-self: center;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.why-item:hover .why-arrow {
  color: var(--red);
  transform: translateX(4px);
}

/* Skill bars */
.stats-panel {
  background: var(--bk3);
  border: 1px solid var(--br);
  padding: 30px;
  margin-bottom: 22px;
}

.sp-head {
  font-family: var(--fm);
  font-size: 0.62rem;
  color: var(--red);
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 20px;
}

.sp-head::before {
  content: '>>';
  opacity: 0.45;
}

.skill-bar {
  margin-bottom: 16px;
}

.sb-top {
  display: flex;
  justify-content: space-between;
  font-family: var(--fc);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--w4);
  margin-bottom: 7px;
}

.sb-top span {
  color: var(--red);
}

.sb-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.sb-fill {
  height: 100%;
  background: var(--red);
  width: 0;
  transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.sb-fill::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: var(--red);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  box-shadow: 0 0 7px var(--red);
}

/* simulated terminal */
.terminal {
  background: var(--bk);
  border: 1px solid var(--br);
  font-family: var(--fm);
}

.term-bar {
  background: rgba(232, 0, 14, 0.08);
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--br);
  font-size: 0.6rem;
  color: var(--red);
  letter-spacing: 2px;
}

.term-dots {
  display: flex;
  gap: 5px;
}

.td {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}

.term-body {
  padding: 14px 15px;
  font-size: 0.7rem;
  line-height: 2;
  max-height: 220px;
  overflow-y: auto;
}

.tl {
  color: var(--w7);
}

.tcmd { color: var(--red); }
.tok { color: #22c55e; }
.twarn { color: #f59e0b; }
.tcur {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: var(--red);
  vertical-align: middle;
  animation: blink 0.9s step-end infinite;
}

/* === RESPONSIVE DESIGN === */

/* Tablet View */
@media (max-width: 1024px) {
  .why-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .why-section {
    text-align: left;
  }
  
  .why-section .sec-tag,
  .why-section .sec-title,
  .why-section .sec-lead,
  .why-section .why-body h5,
  .why-section .why-body p,
  .why-section .terminal,
  .why-section .term-body {
    text-align: left;
    margin-left: 0;
  }
  
  .why-section .sec-tag {
    justify-content: flex-start;
    margin-right: auto;
  }
  
  .why-section .sec-rule {
    margin-left: 0;
    margin-right: auto;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .why-layout {
    gap: 40px;
  }
  
  .why-num {
    font-size: 1.3rem;
    min-width: 30px;
  }
  
  .why-body h5 {
    font-size: 0.85rem;
  }
  
  .why-body p {
    font-size: 0.78rem;
  }
  
  .stats-panel {
    padding: 20px;
  }
}


/* === Source: src/components/ProcessSection.css === */
/* === PROCESS TIMELINE === */
.process-section {
  background: var(--bk);
}

.proc-timeline {
  position: relative;
  margin-top: 70px;
}

.proc-line {
  position: absolute;
  top: 55px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--br) 15%, var(--br) 85%, transparent);
}

.proc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 1;
  gap: 0;
}

.proc-grid-5 {
  grid-template-columns: repeat(6, 1fr);
}

.proc-step {
  padding: 0 14px;
  text-align: center;
  position: relative;
}

.proc-step:not(:last-child)::after {
  content: '›';
  position: absolute;
  top: 34px;
  right: -6px;
  color: rgba(232, 0, 14, 0.4);
  font-size: 1.2rem;
  z-index: 2;
}

.proc-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 24px;
}

.proc-hex {
  width: 80px;
  height: 80px;
  background: var(--bk2);
  border: 1px solid var(--br);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--red);
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.proc-step:hover .proc-hex {
  border-color: var(--red);
  background: rgba(232, 0, 14, 0.1);
  box-shadow: 0 0 24px rgba(232, 0, 14, 0.2);
}

.proc-num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  background: var(--red);
  font-family: var(--fd);
  font-size: 0.68rem;
  color: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

[data-theme="light"] .proc-num {
  color: #ffffff;
}

.proc-step-inner {
  position: relative;
}

.proc-title {
  font-family: var(--fd) !important;
  font-size: 1.25rem;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.proc-desc {
  font-size: 0.8rem;
  color: var(--g3);
  line-height: 1.7;
  transition: color 0.3s ease;
}

/* Hover effects for title and description */
.proc-step:hover .proc-title {
  color: var(--red);
}

.proc-step:hover .proc-desc {
  color: #ffffff; /* Dark Mode */
}

[data-theme="light"] .proc-step:hover .proc-desc {
  color: #000000; /* Light Mode */
}

/* Section Description Hover */
.process-section .sec-lead {
  transition: color 0.3s ease;
}

.process-section .sec-lead:hover {
  color: #ffffff; /* Dark Mode */
}

[data-theme="light"] .process-section .sec-lead:hover {
  color: #000000; /* Light Mode */
}

.header-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.sec-rule {
  margin: 20px auto;
}

/* === RESPONSIVE DESIGN === */

@media (max-width: 1200px) {
  .proc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .proc-line {
    display: none;
  }
  .proc-step:not(:last-child)::after {
    display: none;
  }
  .proc-grid-5 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 992px) {
  .proc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .proc-line {
    display: none;
  }
  .proc-step:not(:last-child)::after {
    display: none;
  }
  .proc-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .proc-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .proc-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 18px 0;
    border-bottom: 1px solid var(--bd);
  }
  .proc-step:last-child {
    border-bottom: none;
  }
  .proc-step:not(:last-child)::after {
    display: none;
  }
  .proc-icon-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .proc-hex {
    width: 58px;
    height: 58px;
    font-size: 1.2rem;
  }
  .proc-num {
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    font-size: 0.55rem;
  }
  .proc-content {
    flex: 1;
  }
  .proc-title {
    text-align: left;
    margin-bottom: 6px;
  }
  .proc-desc {
    text-align: left;
    font-size: 0.78rem;
  }
  .proc-grid-5 {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .header-container {
    align-items: flex-start !important;
    text-align: left !important;
    gap: 20px !important;
  }

  .sec-rule {
    margin: 12px 0 !important;
  }
}


/* === Source: src/components/CountersSection.css === */
.counters {
  background: var(--red);
  position: relative;
  overflow: hidden;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.counter-item {
  padding: 52px 32px;
  border-right: 1px solid rgba(33, 37, 41, 0.12);
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  text-align: center;
  transition: background 0.3s;
  position: relative;
  z-index: 1;
}

.counter-item:last-child {
  border-right: none;
}

.counter-item:hover {
  background: rgba(0, 0, 0, 0.08);
}

.cnt-val {
  font-family: var(--fd);
  font-size: 3.8rem;
  color: var(--w);
  line-height: 1;
  margin-bottom: 7px;
}

.cnt-lbl {
  font-family: var(--fc);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--w7);
  transition: color 0.3s ease;
}

.cnt-lbl:hover {
  color: var(--w);
}

[data-theme="light"] .cnt-lbl:hover {
  color: white;
}

.counter-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cnt-val {
    font-size: 3rem;
  }
  .counter-item {
    padding: 40px 20px;
  }
}

@media (max-width: 992px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .counter-item:nth-child(2n) {
    border-right: none;
  }
  .counter-item:nth-child(3),
  .counter-item:nth-child(4) {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cnt-val {
    font-size: 2.6rem;
  }
  .counter-item {
    padding: 32px 16px;
  }
  .cnt-lbl {
    font-size: 0.68rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-item {
    padding: 26px 12px;
    border-right: none;
  }
  .cnt-val {
    font-size: 2.2rem;
  }
}


/* === Source: src/components/ThreatsSection.css === */
/* === THREATS LIST === */
.threats-section {
  background: var(--bk2);
  border-top: 1px solid var(--br);
  border-bottom: 1px solid var(--br);
}

.threats-hdr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 0;
}

.threats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--br);
  margin-top: 48px;
}

.threat-card {
  background: var(--bk);
  padding: 28px 24px;
  transition: background 0.4s;
  position: relative;
}

.threat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.threat-card:hover {
  background: var(--bk3);
}

.threat-card:hover::before {
  transform: scaleX(1);
}

.sev {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--fm);
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 9px;
  border: 1px solid;
  margin-bottom: 12px;
}

.sev-c { color: #e8000e; border-color: rgba(232, 0, 14, 0.3); background: rgba(232, 0, 14, 0.06); }
.sev-h { color: #f59e0b; border-color: rgba(245, 158, 11, 0.3); background: rgba(245, 158, 11, 0.06); }
.sev-m { color: #22c55e; border-color: rgba(34, 197, 94, 0.3); background: rgba(34, 197, 94, 0.06); }
.sev-i { color: #60a5fa; border-color: rgba(96, 165, 250, 0.3); background: rgba(96, 165, 250, 0.06); }

.sev-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  animation: blink 1.2s infinite;
}

.threat-title {
  font-family: var(--fc);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 7px;
  transition: color 0.3s;
}

.threat-card:hover .threat-title {
  color: var(--red2);
}

.threat-desc {
  font-size: 0.83rem;
  color: var(--g3);
  line-height: 1.7;
  transition: color 0.3s;
}

.threat-card:hover .threat-desc {
  color: var(--w);
}

/* === RESPONSIVE OVERRIDES === */

@media (max-width: 1200px) {
  .threats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .threats-hdr-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .threats-grid {
    grid-template-columns: 1fr;
  }
}

.threats-section .sec-lead,
.threats-section .threat-desc {
  transition: color 0.3s ease;
}

.threats-section .sec-lead:hover,
.threats-section .threat-desc:hover {
  color: #ffffff !important;
}

[data-theme="light"] .threats-section .sec-lead:hover,
[data-theme="light"] .threats-section .threat-desc:hover {
  color: #ff0000 !important;
}


/* === Source: src/components/RealTimeMonitorSection.css === */
/* === LIVE MONITOR === */
.monitor-section {
  background: var(--bk);
}

.monitor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--br);
  border: 1px solid var(--br);
  margin-top: 50px;
}

.monitor-panel {
  background: var(--bk2);
  padding: 36px 32px;
}

.mon-head {
  font-family: var(--fm);
  font-size: 0.64rem;
  color: var(--red);
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 20px;
}

.live-dot {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1s infinite;
  box-shadow: 0 0 6px var(--red);
}

.feed-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-family: var(--fm);
  font-size: 0.7rem;
  transition: background 0.3s;
}

.feed-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.fd-r { background: var(--red); box-shadow: 0 0 5px var(--red); }
.fd-y { background: #f59e0b; }
.fd-g { background: #22c55e; }

.feed-msg {
  color: var(--w7);
  flex: 1;
  line-height: 1.4;
}

.feed-msg strong {
  color: var(--w);
}

.feed-time {
  color: var(--g2);
  white-space: nowrap;
  font-size: 0.62rem;
}

.gauge-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.gauge {
  background: var(--bk3);
  border: 1px solid var(--bd);
  padding: 16px;
  text-align: center;
}

.gauge-n {
  font-family: var(--fd);
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
}

.gauge-l {
  font-family: var(--fm);
  font-size: 0.58rem;
  color: var(--g3);
  letter-spacing: 2px;
  margin-top: 3px;
}

.eng-box {
  margin-top: 20px;
  padding: 18px;
  background: var(--bk3);
  border: 1px solid var(--bd);
}

.eng-lbl {
  font-family: var(--fm);
  font-size: 0.62rem;
  color: var(--red);
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.eng-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.eng-row:last-child {
  padding-top: 12px;
  border-top: 1px solid var(--bd);
  margin-bottom: 0;
}

.eng-name {
  font-size: 0.8rem;
  color: var(--g3);
}

.eng-val {
  font-family: var(--fd);
  font-size: 1.1rem;
}

/* Terminal Log / Output Styles */
.term-body {
  padding: 14px 15px;
  font-size: 0.7rem;
  line-height: 2;
  max-height: 220px;
  overflow: hidden;
}

.tl {
  color: var(--w7);
}

.tcmd {
  color: var(--red);
}

.tok {
  color: #22c55e;
}

.twarn {
  color: #f59e0b;
}

.tcur {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: var(--red);
  vertical-align: middle;
  animation: blink 0.9s step-end infinite;
}

/* === RESPONSIVE OVERRIDES === */

@media (max-width: 992px) {
  .monitor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .monitor-panel {
    padding: 26px 20px;
  }

  .monitor-hdr-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
  }
  .gauge-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.monitor-section .sec-lead {
  transition: color 0.3s ease;
}

.monitor-section .sec-lead:hover {
  color: #ffffff !important;
}

[data-theme="light"] .monitor-section .sec-lead:hover {
  color: #ff0000 !important;
}


/* === Source: src/components/TestimonialsSection.css === */
.testi-section {
  background: var(--bk2);
}

.testi-hdr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 0;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bd);
  margin-top: 60px;
}

.testi-card {
  background: var(--bk);
  padding: 38px 30px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}

.testi-card:hover {
  background: var(--bk3);
}

.testi-q {
  font-family: var(--fd);
  font-size: 4rem;
  color: rgba(232, 0, 14, 0.09);
  line-height: 0.8;
  margin-bottom: 14px;
  transition: color 0.4s;
}

.testi-card:hover .testi-q {
  color: rgba(232, 0, 14, 0.18);
}

.testi-stars {
  color: var(--red);
  font-size: 0.7rem;
  letter-spacing: 3px;
  margin-bottom: 13px;
}

.testi-text {
  font-size: 0.9rem;
  color: var(--g3);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 24px;
  transition: color 0.3s;
}

.testi-card:hover .testi-text {
  color: var(--w);
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.testi-av {
  width: 40px;
  height: 40px;
  border: 1px solid var(--br);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fd);
  font-size: 0.95rem;
  color: var(--red);
  flex-shrink: 0;
}

.testi-name {
  font-family: var(--fc);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--w);
  transition: color 0.3s;
}

.testi-card:hover .testi-name {
  color: var(--red2);
}

.testi-role {
  font-size: 0.74rem;
  color: var(--g3);
  margin-top: 1px;
  transition: color 0.3s;
}

.testi-card:hover .testi-role {
  color: var(--w);
}

.testi-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.testi-card:hover .testi-bar {
  transform: scaleX(1);
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .testi-hdr-grid {
    grid-template-columns: 1fr !important;
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .testi-card {
    padding: 28px 22px;
  }
}

.testi-section .sec-lead,
.testi-section .testi-text {
  transition: color 0.3s ease;
}

.testi-section .sec-lead:hover,
.testi-section .testi-text:hover {
  color: #ffffff !important;
}

[data-theme="light"] .testi-section .sec-lead:hover,
[data-theme="light"] .testi-section .testi-text:hover {
  color: #ff0000 !important;
}


/* === Source: src/components/CtaSection.css === */
.cta-section {
  background: var(--bk2);
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(232, 0, 14, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fm);
  font-size: 0.65rem;
  color: var(--red);
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid var(--br);
  padding: 6px 16px;
  margin-bottom: 26px;
}

.cta-badge-dot {
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1.5s infinite;
}

.cta-title {
  font-family: var(--fd) !important;
  font-size: clamp(2.8rem, 7vw, 7.5rem);
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 0.88;
  letter-spacing: 2px;
  color: var(--w);
  margin-bottom: 22px;
  overflow: hidden;
}

.cta-title .a {
  color: var(--red);
  display: block;
}

.cta-row {
  overflow: hidden;
  display: block;
}

.cta-row span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
}

.cta-inner.vis .cta-row:nth-child(1) span {
  animation: rowSlide 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.cta-inner.vis .cta-row:nth-child(2) span {
  animation: rowSlide 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}
.cta-inner.vis .cta-row:nth-child(3) span {
  animation: rowSlide 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.34s forwards;
}

.cta-sub {
  font-size: 0.97rem;
  color: var(--w7);
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.85;
  text-align: center;
}

.cta-form {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  margin: 0 auto;
  gap: 14px;
}

.cta-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--w);
  font-family: var(--fb);
  font-size: 0.95rem;
  padding: 14px 18px;
  outline: none;
  transition: all 0.3s;
}

.cta-input:focus {
  border-color: var(--red);
  background: rgba(255, 255, 255, 0.05);
}

.cta-input::placeholder {
  color: var(--w4);
}

.cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* Light Theme Overrides (for internship page) */
[data-theme="light"] .cta-section {
  background: var(--bg);
  color: var(--offwhite);
}

[data-theme="light"] .cta-inner {
  color: var(--offwhite);
}

[data-theme="light"] .cta-title {
  color: var(--offwhite);
}

[data-theme="light"] .cta-sub {
  color: var(--offwhite2);
}

[data-theme="light"] .cta-badge {
  border-color: rgba(180, 0, 0, 0.15);
  background: rgba(180, 0, 0, 0.04);
  color: var(--red-bright);
}

[data-theme="light"] .cta-badge-dot {
  background: var(--red);
}

[data-theme="light"] .cta-trust {
  color: var(--offwhite2);
}

[data-theme="light"] .cta-input {
  background: var(--bk2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .cta-form {
    flex-direction: column;
  }
  .cta-form .btn-red {
    width: 100%;
    margin-top: 8px;
  }
  .cta-input {
    border-right: 1px solid var(--br);
  }
}

  @media (max-width: 768px) {
    .cta-section {
      padding: 70px 16px;
    }
    .cta-badge {
      letter-spacing: 2px;
      padding: 4px 12px;
    }
    .cta-title {
      font-size: clamp(2rem, 10vw, 4rem);
    }
    .cta-sub {
      font-size: 0.88rem;
    }
  .cta-badges {
    gap: 12px;
  }
  .cta-trust {
    font-size: 0.68rem;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }
}

.cta-section .cta-sub,
.cta-section .fc-lbl,
.cta-section .fc-lbl span {
  transition: color 0.3s ease;
}

.cta-section .cta-sub:hover,
.cta-section .fc-lbl:hover {
  color: #ffffff !important;
}

[data-theme="light"] .cta-section .cta-sub:hover,
[data-theme="light"] .cta-section .fc-lbl:hover {
  color: #ff0000 !important;
}

.cta-section .cta-badge,
.cta-section .cta-badges {
  transition: color 0.3s ease;
}

.cta-section .cta-badge:hover,
.cta-section .cta-badges:hover {
  color: #ffffff !important;
}

[data-theme="light"] .cta-section .cta-badge:hover,
[data-theme="light"] .cta-section .cta-badges:hover {
  color: #ff0000 !important;
}


/* === Source: src/components/Footer.css === */
/* === FOOTER === */
.footer { background: var(--bk); border-top: 1px solid var(--br); position: relative; z-index: 10; }
[data-theme="light"] .footer { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.footer-top { padding: 72px 48px 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: 48px; max-width: 1320px; margin: 0 auto; }
.f-brand { font-family: var(--fd); font-size: 1.9rem; letter-spacing: 3px; color: var(--w); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.f-brand span { color: var(--red); }
.f-desc { font-size: 0.86rem; color: var(--g3) !important; line-height: 1.75; max-width: 260px; margin-bottom: 22px; transition: color 0.3s; }
.f-desc:hover { color: var(--w) !important; }
.f-socials { display: flex; gap: 7px; }
.f-soc { width: 35px; height: 35px; border: 1px solid var(--bd); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--g3); transition: all 0.3s; }
.f-soc:hover { border-color: var(--red); color: var(--red); background: rgba(232, 0, 14, 0.08); }
.f-col-title { font-family: var(--fc); font-size: 0.75rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--w); margin-bottom: 22px; padding-bottom: 11px; border-bottom: 1px solid var(--bd); position: relative; }
.f-col-title::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 20px; height: 1px; background: var(--red); }
.f-link { display: flex; align-items: center; gap: 6px; font-size: 0.84rem; color: var(--g3) !important; margin-bottom: 10px; transition: all 0.3s; }
.f-link::before { content: '—'; color: rgba(232, 0, 14, 0.35); font-size: 0.62rem; transition: color 0.3s; }
.f-link:hover { color: var(--w) !important; padding-left: 4px; }
.f-link:hover::before { color: var(--red); }
.f-contact { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 14px; }
.f-ci { color: var(--red); font-size: 0.78rem; margin-top: 3px; flex-shrink: 0; }
.f-ct { font-size: 0.84rem; color: var(--g3); line-height: 1.6; }
.f-ct a:hover { color: var(--w) !important; }
.footer-bottom { border-top: 1px solid var(--bd); padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.f-copy { font-size: 0.78rem; color: var(--g2); }
.f-copy span { color: var(--red); }
.f-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.f-legal a { font-size: 0.76rem; color: var(--g2); transition: color 0.3s; }
.f-legal a:hover { color: var(--red); }

/* Theme Overrides */
.footer-logo-light { display: none; }
.footer-logo-dark { display: block; }
[data-theme="light"] .footer-logo-light { display: block; }
[data-theme="light"] .footer-logo-dark { display: none; }
[data-theme="light"] .f-link:hover { color: var(--red) !important; }
[data-theme="light"] .f-ct a:hover { color: var(--red) !important; }

/* Responsive */
@media (max-width: 1200px) {
  .footer-top { padding: 90px 28px; }
  .footer-bottom { padding: 18px 28px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: left; }
  .f-legal { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .footer-top { padding: 50px 14px; }
  .footer-bottom { padding: 14px; }
}
