:root {
  --bg: #050510;
  --bg2: #0a0a2e;
  --card: #0f0f28;
  --card2: #16163a;
  --text: #f5f9ff;
  --muted: #b0b7d9;
  --blue: #00f0ff;
  --cyan: #60efff;
  --purple: #b829ea;
  --pink: #ff2d95;
  --line: rgba(160, 132, 255, 0.2);
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 45, 149, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(0, 240, 255, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 65% 85%,
      rgba(184, 41, 234, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #050510, #0a0a2e 45%, #050510);
  z-index: -3;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  z-index: -2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: transparent;
  backdrop-filter: none;
  border-bottom: none;

  transition: all 0.18s ease;
}

header.scrolled {
  padding: 6px 6%;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 45, 149, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(0, 240, 255, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 65% 85%,
      rgba(184, 41, 234, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #050510, #0a0a2e 45%, #050510);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #00f0ff;
  font-weight: 600;
  font-size: 22px;
}
.logo img {
  width: 70px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.3));
}

nav a {
  color: #faf9f9;
  text-decoration: none;
  margin-left: 32px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -7px;
  background: #ff2d95;
  transition: 0.3s;
}

nav a:hover {
  color: #ff2d95;
}

nav a:hover::after {
  width: 100%;
}

section {
  padding: 110px 6%;
}
.hero {
  overflow: hidden;
  isolation: isolate;
  padding-top: 130px !important;
  min-height: 100vh;
}

.hero > div:not(.moving-bg) {
  position: relative;
  z-index: 2;
}

.moving-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #050510;
}

.hero-tech-image {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  background-image:
    linear-gradient(
      90deg,
      rgba(5, 5, 16, 0.88) 0%,
      rgba(5, 5, 16, 0.48) 42%,
      rgba(5, 5, 16, 0.1) 100%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 620'%3E%3Crect width='1200' height='620' fill='%23050510'/%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M-140 560 C170 630 260 500 355 320 C450 140 620 200 760 260 C930 330 1030 80 1340 30' stroke='%2300f0ff' stroke-width='4' opacity='.9'/%3E%3Cpath d='M-140 570 C170 640 270 515 370 335 C470 160 630 215 775 270 C940 335 1050 100 1340 42' stroke='%23b829ea' stroke-width='4' opacity='.8'/%3E%3Cpath d='M-100 545 C180 610 260 470 340 305 C420 120 610 185 755 245 C920 310 1030 55 1300 10' stroke='%2300f0ff' stroke-width='2' opacity='.7'/%3E%3C/g%3E%3Cg fill='none'%3E%3Cpath d='M-120 580 C180 640 285 520 375 345 C475 150 650 200 790 260 C960 330 1050 90 1340 40' stroke='%2300f0ff' stroke-width='1' opacity='.55'/%3E%3Cpath d='M-120 560 C180 620 280 500 370 325 C470 130 640 185 780 245 C950 315 1040 75 1330 20' stroke='%23b829ea' stroke-width='1' opacity='.50'/%3E%3Cpath d='M-120 540 C180 600 275 480 365 305 C465 110 630 170 770 230 C940 300 1030 60 1320 0' stroke='%2360efff' stroke-width='1' opacity='.45'/%3E%3Cpath d='M-120 520 C180 580 270 460 360 285 C460 90 620 155 760 215 C930 285 1020 45 1310 -20' stroke='%23b829ea' stroke-width='1' opacity='.42'/%3E%3Cpath d='M-120 500 C180 560 265 440 355 265 C455 70 610 140 750 200 C920 270 1010 30 1300 -40' stroke='%2300f0ff' stroke-width='1' opacity='.40'/%3E%3Cpath d='M-120 480 C180 540 260 420 350 245 C450 50 600 125 740 185 C910 255 1000 15 1290 -60' stroke='%23b829ea' stroke-width='1' opacity='.37'/%3E%3Cpath d='M-120 460 C180 520 255 400 345 225 C445 30 590 110 730 170 C900 240 990 0 1280 -80' stroke='%2360efff' stroke-width='1' opacity='.35'/%3E%3C/g%3E%3Ccircle cx='260' cy='545' r='8' fill='%2300f0ff' opacity='.85'/%3E%3Ccircle cx='710' cy='260' r='7' fill='%2300f0ff' opacity='.75'/%3E%3Ccircle cx='905' cy='190' r='6' fill='%23b829ea' opacity='.7'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 0.95;
  animation: heroImageMove 18s ease-in-out infinite alternate;
}

.hero-tech-image.second {
  opacity: 0.45;
  mix-blend-mode: screen;
  filter: blur(1px) saturate(1.4);
  animation: heroImageSlide 28s linear infinite;
}

.hero-overlay-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 45%,
      rgba(255, 45, 149, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 75% 30%,
      rgba(184, 41, 234, 0.2),
      transparent 30%
    ),
    radial-gradient(circle at 70% 75%, rgba(0, 240, 255, 0.16), transparent 35%);
  animation: glowMove 9s ease-in-out infinite alternate;
}

@keyframes heroImageMove {
  0% {
    transform: scale(1.05) translateX(-25px) translateY(-10px);
  }
  50% {
    transform: scale(1.12) translateX(25px) translateY(18px);
  }
  100% {
    transform: scale(1.08) translateX(-10px) translateY(28px);
  }
}

@keyframes heroImageSlide {
  0% {
    transform: scale(1.18) translateX(0);
  }
  100% {
    transform: scale(1.18) translateX(-140px);
  }
}

@keyframes glowMove {
  0% {
    filter: hue-rotate(0deg);
    transform: translateX(-20px);
  }
  100% {
    filter: hue-rotate(25deg);
    transform: translateX(25px);
  }
}
.grid-lines {
  position: absolute;
  inset: -80px;
  background-image:
    linear-gradient(rgba(0, 240, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 240, 255, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  transform: perspective(800px) rotateX(58deg) translateY(-130px);
  animation: gridMove 7s linear infinite;
}
@keyframes gridMove {
  to {
    background-position: 70px 70px;
  }
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.75;
  animation: float 9s ease-in-out infinite;
}
.orb.one {
  width: 320px;
  height: 320px;
  background: rgba(255, 45, 149, 0.18);
  left: -90px;
  top: 20%;
}
.orb.two {
  width: 240px;
  height: 240px;
  background: rgba(0, 240, 255, 0.14);
  right: 8%;
  top: 18%;
  animation-delay: 1.5s;
}
.orb.three {
  width: 180px;
  height: 180px;
  background: rgba(184, 41, 234, 0.18);
  right: 25%;
  bottom: 8%;
  animation-delay: 3s;
}
@keyframes float {
  50% {
    transform: translateY(-35px) translateX(25px) scale(1.07);
  }
}

.particles span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
  animation: particle 11s linear infinite;
}
.particles span:nth-child(1) {
  left: 12%;
  top: 70%;
  animation-delay: 0s;
}
.particles span:nth-child(2) {
  left: 30%;
  top: 25%;
  animation-delay: 2s;
}
.particles span:nth-child(3) {
  left: 55%;
  top: 76%;
  animation-delay: 4s;
}
.particles span:nth-child(4) {
  left: 74%;
  top: 35%;
  animation-delay: 1s;
}
.particles span:nth-child(5) {
  left: 88%;
  top: 72%;
  animation-delay: 3s;
}
@keyframes particle {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-260px);
    opacity: 0;
  }
}

.tag {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #e0e0ff;
  border: 1px solid rgba(0, 240, 255, 0.35);
  background: rgba(0, 240, 255, 0.08);
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 26px;
  animation: fadeUp 0.9s both;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
}
h1 {
  font-size: clamp(44px, 6vw, 86px);
  line-height: 1.02;
  letter-spacing: -3px;
  margin-bottom: 24px;
  animation: fadeUp 0.9s 0.1s both;
}
.gradient-text {
  background: linear-gradient(90deg, #fff, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  color: transparent;
}
.hero p {
  font-size: 20px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 720px;
  animation: fadeUp 0.9s 0.2s both;
}
.buttons {
  margin-top: 36px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  animation: fadeUp 0.9s 0.3s both;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 16px;
  text-decoration: none;
  color: white;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: 0.35s;
}
.btn.primary {
  background: linear-gradient(135deg, var(--blue), #b829ea);
  box-shadow: 0 20px 45px rgba(255, 45, 149, 0.35);
}
.btn.secondary {
  background: rgba(255, 255, 255, 0.06);
}
.btn:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(62, 231, 255, 0.2);
}

.hero-card {
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--shadow);
  padding: 32px;
  position: relative;
  overflow: hidden;
  animation: fadeInRight 1s 0.2s both;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: conic-gradient(
    from 0deg,
    var(--blue),
    var(--cyan),
    transparent,
    var(--purple),
    var(--blue)
  );
  animation: spin 7s linear infinite;
  z-index: -1;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 32px;
  background: #08081d;
  z-index: -1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.dashboard {
  display: grid;
  gap: 18px;
  height: 100%;
}
.dash-top,
.dash-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.mini-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  transition: 0.4s;
}
.mini-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 45, 149, 0.11);
}
.mini-card i {
  font-size: 30px;
  color: var(--cyan);
  margin-bottom: 20px;
}
.mini-card h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.mini-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.big-stat {
  grid-column: 1/3;
  background: linear-gradient(
    135deg,
    rgba(184, 41, 234, 0.35),
    rgba(0, 240, 255, 0.08)
  );
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 65px;
}
.section-title span {
  color: var(--cyan);
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: clamp(38px, 4vw, 64px);
  margin-top: 12px;
  letter-spacing: -2px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}
.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 42px;
  box-shadow: var(--shadow);
  transition: 0.4s;
}
.glass-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 240, 255, 0.4);
}
.glass-card h3 {
  font-size: 36px;
  margin-bottom: 22px;
}
.glass-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.stats-panel {
  background: linear-gradient(135deg, #1a0b2e, #050510);
  display: grid;
  align-content: center;
  gap: 30px;
}
.stat-num {
  font-size: 72px;
  font-weight: 900;
  color: white;
  line-height: 1;
}
.stat-label {
  color: #dcd7ff;
  letter-spacing: 2px;
  font-weight: 800;
}

.values-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}
.image-box {
  height: 620px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, 0.4);
  box-shadow: var(--shadow);
}
.image-box img,
.image-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values-grid,
.services-grid,
.reviews-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.value-card,
.service-card,
.review-card,
.counter-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  transition: 0.45s;
  position: relative;
  overflow: hidden;
}
.value-card::before,
.service-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: rgba(0, 240, 255, 0.12);
  filter: blur(35px);
  right: -50px;
  top: -50px;
  transition: 0.4s;
}
.value-card:hover,
.service-card:hover,
.review-card:hover,
.counter-card:hover {
  transform: translateY(-12px);
  border-color: rgba(0, 240, 255, 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}
.value-card:hover::before,
.service-card:hover::before {
  transform: scale(1.8);
}
.value-card i,
.service-card i {
  font-size: 38px;
  color: var(--cyan);
  margin-bottom: 25px;
  text-shadow: 0 0 25px rgba(0, 240, 255, 0.45);
}
.value-card h3,
.service-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.value-card p,
.service-card p,
.review-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.edge-line {
  position: relative;
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  z-index: 5;
}
/* .edge-line::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:88px;
      height:5px;
      background:linear-gradient(90deg,var(--blue),var(--cyan),var(--purple),var(--cyan));
      border-radius:30px;
      animation:pulseLine 3s infinite;
      z-index:1;
    } */

.edge-wrapper {
  position: relative;
}

.edge-connector {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  height: 150px;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  animation: pathFloat 7s ease-in-out infinite alternate;
}

@keyframes pathFloat {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-6px);
  }
}
.edge-connector path {
  fill: none;
  stroke: #ff2d95;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14 12;
  animation: pathFlow 6s linear infinite;
}

@keyframes pathFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -200;
  }
}

.edge-item {
  position: relative;
  z-index: 2;
}

@keyframes pathColor {
  0% {
    stroke: #00f0ff;
  }

  50% {
    stroke: #ff2d95;
  }

  100% {
    stroke: #b829ea;
  }
}

@keyframes pulseLine {
  50% {
    filter: drop-shadow(0 0 18px var(--cyan));
  }
}

.edge-item {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 140px;
  cursor: pointer;
  animation: float 7s ease-in-out infinite;
}
.edge-item:nth-child(even) {
  animation-delay: 1.5s;
}

.edge-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto auto 18px;
  background: #0a0a2e;
  border: 3px solid var(--cyan);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.25);
  position: relative;
  z-index: 25;
  transition: 0.4s ease;
}
.edge-icon i {
  font-size: 28px;
  color: var(--cyan);
}
.edge-item > h3 {
  font-size: 17px;
  line-height: 1.35;
}

.edge-popup {
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%) translateY(35px);
  width: 200px;
  min-height: 250px;
  background: #f8f8f8;
  border: 2px solid #0066d6;
  border-radius: 22px;
  padding: 28px 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s ease;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}
.edge-popup h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 20px;
  color: #111;
}
.edge-popup p {
  color: #333;
  line-height: 1.65;
  font-size: 12px;
}
.edge-item:hover .edge-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.edge-item:hover .edge-icon {
  transform: scale(1.12);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.45);
}

@media (max-width: 1000px) {
  .edge-line {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 0;
  }
  .edge-line::before {
    display: none;
  }
  .edge-item {
    width: 100%;
    animation: none;
  }
  .edge-popup {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: auto;
    margin-top: 18px;
    transform: translateY(25px);
  }
  .edge-item:hover .edge-popup {
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .edge-line {
    grid-template-columns: 1fr;
  }
  .edge-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.partners {
  overflow: hidden;
  padding: 55px 0;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}
.clients-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 40px;
  padding: 25px 0;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: marqueeMove 28s linear infinite;
}

.client-logo-box {
  width: 220px;
  height: 120px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: 0.4s ease;
  backdrop-filter: blur(12px);
}

.client-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.1);
}

.client-logo-box:hover {
  transform: translateY(-6px) scale(1.06);
  background: rgba(0, 240, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 240, 255, 0.18);
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}
.service-card {
  min-height: 300px;
}
.service-card a {
  display: inline-flex;
  gap: 10px;
  margin-top: 22px;
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.reviews-grid {
  grid-template-columns: repeat(3, 1fr);
}
.quote {
  font-size: 46px;
  color: var(--cyan);
}
.review-author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 900;
}

.stats-section {
  background: linear-gradient(
    135deg,
    rgba(255, 45, 149, 0.13),
    rgba(62, 231, 255, 0.07)
  );
}
.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}
.counter-card {
  text-align: center;
}
.counter-card h3 {
  font-size: 56px;
  color: var(--cyan);
  margin-bottom: 12px;
}
.counter-card p {
  color: var(--muted);
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.contact-info p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 28px;
}
.contact-box {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 18px;
}
.contact-box i {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(255, 45, 149, 0.18);
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-size: 25px;
}
form input,
form textarea {
  width: 100%;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: white;
  font-size: 16px;
  outline: none;
}
form input:focus,
form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 240, 255, 0.08);
}
textarea {
  height: 160px;
  resize: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
button {
  border: 0;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  font-size: 17px;
}

footer {
  padding: 70px 6% 28px;
  background: #050510;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 45px;
}
.footer-grid p,
.footer-grid a {
  color: var(--muted);
  line-height: 2;
  text-decoration: none;
  display: block;
}
.socials {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.socials a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cyan);
}
.copyright {
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 25px;
}

.reveal {
  opacity: 0;
  transform: translateY(80px);
  filter: blur(10px);
  transition:
    opacity 1s ease,
    transform 1s ease,
    filter 1s ease;
  will-change: opacity, transform, filter;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal.slide-right,
.reveal.slide-up {
  transform: translateY(80px);
}

.reveal.slide-right.active,
.reveal.slide-up.active {
  transform: translateY(0);
}

@media (max-width: 1000px) {
  nav {
    display: none;
  }
  .hero,
  .about-grid,
  .values-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .reviews-grid,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  section {
    padding: 85px 5%;
  }
  .dash-top,
  .dash-bottom,
  .values-grid,
  .services-grid,
  .reviews-grid,
  .stats-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .big-stat {
    grid-column: auto;
  }
  .image-box {
    height: 430px;
  }
  h1 {
    letter-spacing: -1px;
  }
  .hero-card {
    min-height: auto;
  }
}

/* EXTRA ADVANCED ANIMATIONS */
.page-loader {
  position: fixed;
  inset: 0;
  background: #050510;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  animation: loaderOut 0.8s ease 1.7s forwards;
}

.loader-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
  animation: loaderLogoFloat 2.5s ease-in-out infinite;
}

@keyframes loaderLogoFloat {
  0% {
    transform: translateY(0px) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.03);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}

.loader-ring {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--cyan);
  border-right-color: var(--blue);
  animation:
    spin 0.9s linear infinite,
    pulseGlow 1.5s ease-in-out infinite;
}
.page-loader p {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 900;
}
@keyframes loaderOut {
  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.08);
  }
}
@keyframes pulseGlow {
  50% {
    box-shadow: 0 0 35px rgba(0, 240, 255, 0.55);
  }
}

.cursor-glow {
  position: fixed;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.16), transparent 65%);
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  transition: 0.08s linear;
}
.noise {
  animation: noiseMove 1.8s steps(3) infinite;
}
@keyframes noiseMove {
  50% {
    transform: translate(2%, -2%);
  }
}
.logo img {
  width: 120px;
  height: auto;
  transition: transform 0.18s ease;
  transform: scale(1);
}

header.scrolled .logo img {
  transform: scale(0.72);
}

.particles span:nth-child(6) {
  left: 7%;
  top: 22%;
  animation-delay: 5s;
}
.particles span:nth-child(7) {
  left: 43%;
  top: 88%;
  animation-delay: 6s;
}
.particles span:nth-child(8) {
  left: 66%;
  top: 18%;
  animation-delay: 7s;
}
.particles span:nth-child(9) {
  left: 92%;
  top: 30%;
  animation-delay: 8s;
}
.particles span:nth-child(10) {
  left: 22%;
  top: 82%;
  animation-delay: 9s;
}

.tech-rings span {
  position: absolute;
  border: 1px solid rgba(0, 240, 255, 0.24);
  border-radius: 50%;
  animation: ringPulse 5s ease-in-out infinite;
}
.tech-rings span:nth-child(1) {
  width: 460px;
  height: 460px;
  right: 6%;
  top: 18%;
}
.tech-rings span:nth-child(2) {
  width: 300px;
  height: 300px;
  right: 11%;
  top: 27%;
  animation-delay: 1s;
}
.tech-rings span:nth-child(3) {
  width: 620px;
  height: 620px;
  right: -1%;
  top: 8%;
  animation-delay: 2s;
}
@keyframes ringPulse {
  50% {
    transform: scale(1.09) rotate(8deg);
    border-color: rgba(0, 240, 255, 0.55);
    box-shadow: 0 0 35px rgba(0, 240, 255, 0.14);
  }
}

.code-rain b {
  position: absolute;
  color: rgba(0, 240, 255, 0.35);
  font-size: 14px;
  letter-spacing: 2px;
  animation: codeDrop 8s linear infinite;
}
.code-rain b:nth-child(1) {
  left: 8%;
  top: -10%;
  animation-delay: 0.5s;
}
.code-rain b:nth-child(2) {
  left: 26%;
  top: -10%;
  animation-delay: 1.5s;
}
.code-rain b:nth-child(3) {
  left: 48%;
  top: -10%;
  animation-delay: 2.5s;
}
.code-rain b:nth-child(4) {
  left: 68%;
  top: -10%;
  animation-delay: 3.5s;
}
.code-rain b:nth-child(5) {
  left: 84%;
  top: -10%;
  animation-delay: 4.5s;
}
.code-rain b:nth-child(6) {
  left: 58%;
  top: -10%;
  animation-delay: 5.5s;
}
@keyframes codeDrop {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  15%,
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(850px);
    opacity: 0;
  }
}

.methodology-grid,
.future-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:50px;
}

.method-card,
.future-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  padding:30px;
  border-radius:20px;
  transition:0.4s ease;
  position:relative;
  overflow:hidden;
}

.method-card:hover,
.future-card:hover{
  transform:translateY(-10px);
}

.method-card span{
  font-size:40px;
  font-weight:700;
  opacity:0.15;
  display:block;
  margin-bottom:15px;
}

.future-card i{
  font-size:40px;
  margin-bottom:20px;
}

.methodology-text{
  margin-top:40px;
  text-align:center;
  opacity:0.8;
  max-width:900px;
  margin-inline:auto;
}
.gradient-text {
  background-size: 300%;
  animation: gradientFlow 4s linear infinite;
}
@keyframes gradientFlow {
  to {
    background-position: 300% center;
  }
}
.btn {
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-25deg);
  transition: 0.6s;
}
.btn:hover::before {
  left: 130%;
}
.mini-card {
  animation: cardBreath 4s ease-in-out infinite;
}
.mini-card:nth-child(2n) {
  animation-delay: 1s;
}
@keyframes cardBreath {
  50% {
    box-shadow: 0 0 28px rgba(0, 240, 255, 0.08);
    border-color: rgba(0, 240, 255, 0.28);
  }
}
.image-box img {
  animation: imageZoom 12s ease-in-out infinite alternate;
}
@keyframes imageZoom {
  to {
    transform: scale(1.12);
  }
}
.value-card i,
.service-card i,
.contact-box i,
.socials a {
  animation: iconBounce 2.8s ease-in-out infinite;
}
@keyframes iconBounce {
  50% {
    transform: translateY(-7px) scale(1.08);
  }
}
.counter-card h3,
.stat-num {
  text-shadow: 0 0 25px rgba(0, 240, 255, 0.35);
  animation: numberGlow 2s ease-in-out infinite;
}
@keyframes numberGlow {
  50% {
    transform: scale(1.08);
    text-shadow: 0 0 40px rgba(0, 240, 255, 0.75);
  }
}

.typing-caret::after {
  content: "|";
  color: var(--cyan);
  animation: blink 0.75s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* FINAL MERGED EFFECTS */
header.scrolled {
  border-bottom: none !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 120;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: 0.35s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: flex;
  }
  header nav {
    display: flex !important;
    position: absolute;
    top: 100%;
    right: 6%;
    width: min(300px, 88vw);
    flex-direction: column;
    gap: 0;
    padding: 16px;
    border-radius: 20px;
    background: rgba(5, 5, 16, 0.96);
    border: 1px solid rgba(0, 240, 255, 0.22);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.96);
    transition: 0.35s ease;
  }
  header nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
  header nav a {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
  }
  header nav a:hover {
    background: rgba(0, 240, 255, 0.08);
  }
}

.value-card,
.service-card,
.review-card,
.counter-card,
.glass-card,
.contact-box {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  isolation: isolate;
}

.value-card::after,
.service-card::after,
.review-card::after,
.counter-card::after,
.contact-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 55deg,
    var(--cyan) 80deg,
    var(--blue) 100deg,
    transparent 125deg,
    transparent 235deg,
    var(--purple) 260deg,
    var(--cyan) 280deg,
    transparent 310deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.value-card:hover::after,
.service-card:hover::after,
.review-card:hover::after,
.counter-card:hover::after,
.contact-box:hover::after {
  opacity: 1;
  animation: borderTravel 1.1s linear forwards;
}

@keyframes borderTravel {
  0% {
    transform: rotate(0deg);
    opacity: 0.35;
  }

  100% {
    transform: rotate(180deg);
    opacity: 1;
  }
}

.value-card:hover,
.service-card:hover,
.review-card:hover,
.counter-card:hover,
.glass-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.service-card i {
  animation: none !important;
  display: inline-block;
  transform-origin: center;
}
.service-card:hover > i {
  animation: serviceIconRotate 0.8s linear 1 forwards !important;
}

@keyframes serviceIconRotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.contact-box {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.38s ease,
    box-shadow 0.38s ease,
    background 0.38s ease;
}
.contact-box:hover {
  transform: translateY(-10px) scale(1.04);
  background: rgba(0, 240, 255, 0.09);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.28);
}

.partners {
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}
.partners-heading {
  text-align: center;
  margin-bottom: 38px;
  padding: 0 6%;
}
.partners-heading span {
  color: var(--cyan);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 900;
}
.partners-heading h2 {
  font-size: clamp(36px, 4vw, 58px);
  margin-top: 10px;
  letter-spacing: -1.5px;
}
.partner-track:hover {
  animation-play-state: paused;
}
.partner-logo {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.partner-logo:hover {
  transform: translateY(-12px) scale(1.1);
  background: rgba(0, 240, 255, 0.13);
  box-shadow: 0 22px 55px rgba(0, 240, 255, 0.18);
  z-index: 5;
}

html {
  scroll-behavior: auto;
  overflow-anchor: none;
}

body {
  overflow-anchor: none;
}

/* NEON CYBERPUNK THEME - matched with first file */
:root {
  --bg: #050510;
  --bg2: #0a0a2e;
  --card: #0f0f28;
  --card2: #16163a;
  --text: #f5f9ff;
  --muted: #b0b7d9;
  --blue: #00f0ff;
  --cyan: #60efff;
  --purple: #b829ea;
  --pink: #ff2d95;
  --line: rgba(160, 132, 255, 0.2);
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body,
.moving-bg,
.page-loader,
footer {
  background: #050510 !important;
}

body::before,
header.scrolled {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 45, 149, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(0, 240, 255, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 65% 85%,
      rgba(184, 41, 234, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #050510, #0a0a2e 45%, #050510) !important;
}

.gradient-text {
  background: linear-gradient(135deg, #00f0ff, #b829ea, #ff2d95) !important;
  background-size: 300% 300% !important;
  animation: gradientShift 4s ease infinite !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.logo,
nav a:hover,
.section-title span,
.service-card a,
.quote,
.counter-card h3,
.stat-num,
.partners-heading span,
.page-loader p,
.typing-caret::after {
  color: #00f0ff !important;
}

nav a::after {
  background: #ff2d95 !important;
}

.btn.primary {
  background: linear-gradient(
    135deg,
    #6d28d9,
    #b829ea,
    #ff2d95,
    #00f0ff
  ) !important;
  background-size: 220% 220% !important;
  animation: gradientShift 4s ease infinite !important;
  box-shadow:
    0 20px 45px rgba(255, 45, 149, 0.35),
    0 0 60px rgba(0, 240, 255, 0.16) !important;
  border-color: rgba(255, 45, 149, 0.45) !important;
}

.btn.secondary {
  background: rgba(15, 15, 40, 0.55) !important;
  border-color: rgba(0, 240, 255, 0.35) !important;
  color: #00f0ff !important;
}

.btn:hover {
  box-shadow:
    0 24px 60px rgba(255, 45, 149, 0.35),
    0 0 80px rgba(0, 240, 255, 0.22) !important;
}

.tag {
  color: #e0e0ff !important;
  border-color: rgba(0, 240, 255, 0.35) !important;
  background: rgba(0, 240, 255, 0.08) !important;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.12) !important;
}

.hero-card,
.glass-card,
.mini-card,
.value-card,
.service-card,
.review-card,
.counter-card,
.contact-box,
.client-logo-box {
  background: rgba(15, 15, 40, 0.52) !important;
  border-color: rgba(160, 132, 255, 0.2) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(22px);
}

.hero-card::before {
  background: conic-gradient(
    from 0deg,
    #00f0ff,
    #b829ea,
    transparent,
    #ff2d95,
    #00f0ff
  ) !important;
}

.hero-card::after {
  background: #08081d !important;
}

.mini-card:hover,
.value-card:hover,
.service-card:hover,
.review-card:hover,
.counter-card:hover,
.glass-card:hover,
.client-logo-box:hover,
.contact-box:hover {
  border-color: rgba(255, 45, 149, 0.5) !important;
  box-shadow:
    0 30px 70px rgba(184, 41, 234, 0.3),
    0 0 90px rgba(0, 240, 255, 0.16) !important;
  background: rgba(20, 20, 50, 0.7) !important;
}

.value-card::before,
.service-card::before {
  background: rgba(255, 45, 149, 0.13) !important;
}

.value-card::after,
.service-card::after,
.review-card::after,
.counter-card::after,
.contact-box::after {
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 55deg,
    #00f0ff 80deg,
    #b829ea 100deg,
    transparent 125deg,
    transparent 235deg,
    #ff2d95 260deg,
    #00f0ff 280deg,
    transparent 310deg
  ) !important;
}

.value-card i,
.service-card i,
.contact-box i,
.socials a,
.mini-card i,
.edge-icon i {
  color: #00f0ff !important;
  text-shadow: 0 0 25px rgba(0, 240, 255, 0.45) !important;
}

.avatar,
.contact-box i {
  background: linear-gradient(135deg, #b829ea, #00f0ff) !important;
}

.stats-panel,
.big-stat,
.stats-section {
  background: linear-gradient(
    135deg,
    rgba(184, 41, 234, 0.35),
    rgba(0, 240, 255, 0.08)
  ) !important;
}

.edge-line::before {
  background: linear-gradient(
    90deg,
    #b829ea,
    #00f0ff,
    #ff2d95,
    #00f0ff
  ) !important;
}

.edge-icon {
  background: #08081d !important;
  border-color: #00f0ff !important;
  box-shadow:
    0 0 35px rgba(0, 240, 255, 0.25),
    0 0 70px rgba(255, 45, 149, 0.12) !important;
}

.edge-popup {
  background: #0f0f28 !important;
  border-color: #ff2d95 !important;
  box-shadow:
    0 22px 55px rgba(184, 41, 234, 0.35),
    0 0 70px rgba(0, 240, 255, 0.15) !important;
}

.edge-popup h3 {
  color: #ffffff !important;
}

.edge-popup p {
  color: #b0b7d9 !important;
}

form input,
form textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(160, 132, 255, 0.25) !important;
  color: white !important;
}

form input:focus,
form textarea:focus {
  border-color: #00f0ff !important;
  box-shadow:
    0 0 0 4px rgba(0, 240, 255, 0.08),
    0 0 35px rgba(0, 240, 255, 0.15) !important;
}

.cursor-glow {
  background: radial-gradient(
    circle,
    rgba(0, 240, 255, 0.16),
    transparent 65%
  ) !important;
}

.grid-lines {
  background-image:
    linear-gradient(rgba(0, 240, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 240, 255, 0.08) 1px, transparent 1px) !important;
}

.orb.one {
  background: rgba(255, 45, 149, 0.18) !important;
}
.orb.two {
  background: rgba(0, 240, 255, 0.14) !important;
}
.orb.three {
  background: rgba(184, 41, 234, 0.18) !important;
}

.hero-overlay-glow {
  background:
    radial-gradient(
      circle at 20% 45%,
      rgba(255, 45, 149, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 75% 30%,
      rgba(184, 41, 234, 0.2),
      transparent 30%
    ),
    radial-gradient(circle at 70% 75%, rgba(0, 240, 255, 0.16), transparent 35%) !important;
}

.loader-ring {
  border-top-color: #00f0ff !important;
  border-right-color: #ff2d95 !important;
}

/* REQUESTED HERO COLOR EFFECT + SMALLER UI */
@keyframes heroColorCycle {
  0% {
    color: #00f0ff;
    text-shadow: none;
  }
  33% {
    color: #ff2d95;
    text-shadow: none;
  }
  66% {
    color: #b829ea;
    text-shadow: none;
  }
  100% {
    color: #00f0ff;
    text-shadow: none;
  }
}

@keyframes heroGradientCycle {
  0% {
    background-position: 0% 50%;
    filter: none;
  }
  50% {
    background-position: 100% 50%;
    filter: none;
  }
  100% {
    background-position: 0% 50%;
    filter: none;
  }
}
.hero h1,
.hero h1 .gradient-text {
  text-shadow: none !important;
  filter: none !important;
}
.typing-caret::after {
  content: none !important;
  display: none !important;
}

.code-rain b,
.tag,
.hero h1,
.hero h1 .gradient-text {
  animation: heroColorCycle 3.8s ease-in-out infinite !important;
}

.hero h1 .gradient-text {
  background: linear-gradient(
    135deg,
    #00f0ff,
    #b829ea,
    #ff2d95,
    #60efff
  ) !important;
  background-size: 300% 300% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  animation: heroGradientCycle 3.8s ease-in-out infinite !important;
}

.code-rain b:nth-child(2n) {
  animation-delay: 0.45s !important;
}
.code-rain b:nth-child(3n) {
  animation-delay: 0.9s !important;
}

/* Smaller UI spacing and component sizes */
section {
  padding: 82px 5% !important;
}
.hero {
  gap: 24px !important;
}
h1 {
  font-size: clamp(34px, 4.8vw, 64px) !important;
  line-height: 1.05 !important;
  margin-bottom: 18px !important;
}
.hero p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  max-width: 650px !important;
}
.tag {
  font-size: 11px !important;
  padding: 8px 14px !important;
  margin-bottom: 18px !important;
  letter-spacing: 1.5px !important;
}
.buttons {
  margin-top: 26px !important;
  gap: 13px !important;
}
.btn {
  padding: 12px 20px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
}
.hero-card {
  min-height: 430px !important;
  border-radius: 26px !important;
  padding: 24px !important;
}
.hero-card::after {
  border-radius: 24px !important;
}
.dashboard {
  gap: 14px !important;
}
.dash-top,
.dash-bottom {
  gap: 14px !important;
}
.mini-card {
  padding: 20px !important;
  border-radius: 19px !important;
}
.mini-card i {
  font-size: 24px !important;
  margin-bottom: 14px !important;
}
.mini-card h3 {
  font-size: 21px !important;
  margin-bottom: 6px !important;
}
.mini-card p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.section-title {
  margin-bottom: 46px !important;
}
.section-title h2 {
  font-size: clamp(30px, 3.4vw, 48px) !important;
}
.section-title span,
.partners-heading span {
  font-size: 12px !important;
  letter-spacing: 2px !important;
}
.glass-card {
  padding: 30px !important;
  border-radius: 24px !important;
}
.glass-card h3 {
  font-size: 28px !important;
}
.glass-card p {
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.value-card,
.service-card,
.review-card,
.counter-card {
  padding: 25px !important;
  border-radius: 22px !important;
}
.value-card i,
.service-card i {
  font-size: 30px !important;
  margin-bottom: 18px !important;
}
.value-card h3,
.service-card h3 {
  font-size: 21px !important;
}
.value-card p,
.service-card p,
.review-card p {
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.edge-line {
  height: 410px !important;
}
.edge-icon {
  width: 78px !important;
  height: 78px !important;
}
.edge-icon i {
  font-size: 23px !important;
}
.edge-item {
  width: 118px !important;
}
.edge-item > h3 {
  font-size: 14px !important;
}
.edge-popup {
  width: 180px !important;
  min-height: 215px !important;
  padding: 22px 16px !important;
  top: 100px !important;
}
.edge-popup h3 {
  font-size: 16px !important;
  margin-bottom: 14px !important;
}
.edge-popup p {
  font-size: 11px !important;
  line-height: 1.55 !important;
}
.client-logo-box {
  width: 180px !important;
  height: 96px !important;
  border-radius: 18px !important;
  padding: 16px !important;
}
.contact-box {
  padding: 12px !important;
  border-radius: 18px !important;
}
.contact-box i {
  width: 48px !important;
  height: 40px !important;
  font-size: 20px !important;
  border-radius: 14px !important;
}
form input,
form textarea {
  padding: 14px 16px !important;
  font-size: 14px !important;
  border-radius: 13px !important;
  margin-bottom: 14px !important;
}
textarea {
  height: 130px !important;
}
form.glass-card {
  height: auto !important;
}
footer {
  padding: 48px 5% 22px !important;
}

@media (max-width: 650px) {
  section {
    padding: 68px 5% !important;
  }
  h1 {
    font-size: clamp(31px, 10vw, 42px) !important;
  }
  .hero-card {
    min-height: auto !important;
  }
}

.about-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:30px;
  align-items:stretch;
}

.about-left{
  display:grid;
  gap:30px;
}

.stats-panel{
  height:100%;
}

@media(max-width:1000px){
  .about-grid{
    grid-template-columns:1fr;
  }
}

.values-wrap .section-title h2{
  font-size:clamp(34px,3vw,54px);
  white-space:nowrap;
}

.values-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.values-grid .value-card:last-child{
  grid-column:1 / span 2;
  max-width:420px;
  width:100%;
  margin-inline:auto;
}

/* ===== SERVICES LAST CARD CENTER ===== */

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

#services > .services-grid .service-card:last-child{
  grid-column:2 / span 1;
}

/* ===== INDUSTRIES SECTION SMALL CARDS ===== */

#services + section .services-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}

#services + section .service-card{
  min-height:auto;
  padding:20px 14px;
  text-align:center;
  border-radius:20px;
}

#services + section .service-card i{
  font-size:28px;
  margin-bottom:14px;
}

#services + section .service-card h3{
  font-size:18px;
  line-height:1.35;
  margin-bottom:0;
}

#services + section .service-card p,
#services + section .service-card a{
  display:none;
}

@media(max-width:900px){
  #services + section .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  #services + section .services-grid{
    grid-template-columns:1fr;
  }
}

/* ===== SIMPLE METHODOLOGY SECTION ===== */

.methodology-single-card{
  max-width:1100px;
  margin:auto;
  padding:35px;
  border-radius:32px;
  background:rgba(255,255,255,0.05);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.methodology-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.method-item{
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px 20px;
  border-radius:18px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  transition:0.35s ease;
}

.method-item:hover{
  transform:translateY(-5px);
  border-color:rgba(0,240,255,0.4);
}

.method-item span{
  width:45px;
  height:45px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(0,240,255,0.12);
  color:var(--cyan);
  font-weight:600;
  font-size:14px;
  flex-shrink:0;
}

.method-item h3{
  font-size:18px;
  margin:0;
  line-height:1.4;
}

/* center 7th card */
.methodology-list .method-item:last-child{
  grid-column:2 / span 1;
}

.methodology-note{
  margin-top:30px;
  text-align:center;
  color:var(--text);
  font-size:17px;
  line-height:1.9;
  font-weight:700;
}

@media(max-width:900px){

  .methodology-list{
    grid-template-columns:repeat(2,1fr);
  }

  .methodology-list .method-item:last-child{
    grid-column:auto;
  }

}

@media(max-width:650px){

  .methodology-list{
    grid-template-columns:1fr;
  }

  .methodology-single-card{
    padding:28px;
  }

}

/* ===== PAGE LOADER ===== */

.page-loader{
  position:fixed;
  inset:0;
  background:#050816;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:999999;
}

.loader-wrapper{
  position:relative;
  width:190px;
  height:190px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.loader-ring{
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  border:4px solid transparent;
  border-top:4px solid #00f0ff;
  border-right:4px solid #2563ff;
  animation:loaderSpin 1.2s linear infinite;
}

.loader-logo{
  width:120px;
  height:auto;
  object-fit:contain;
  z-index:2;
}

/* rotating ring only */
@keyframes loaderSpin{
  100%{
    transform:rotate(360deg);
  }
}
.core-values-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 45px;
  box-shadow: var(--shadow);
}

.core-values-card > h3 {
  font-size: 24px;
  margin-bottom: 35px;
  color: #ddd6fe;
  font-family: "Space Grotesk", sans-serif;
}

.core-values-card > h3 i {
  color: var(--pink);
  margin-right: 12px;
}

.core-value-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
  transition: 0.35s ease;
}

.core-value-item:hover {
  transform: translateX(12px);
}

.core-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.25);
}

.core-icon i {
  color: var(--cyan);
  font-size: 20px;
}

.core-value-item h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #fff;
}

.core-value-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.core-value-item:last-child {
  margin-bottom: 0;
}

