:root {
  --bg-main: #050507;
  --panel: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.14);
  --danger: #e20024;
  --danger-soft: #ff4b4b;
  --neon: #00ffd5;
  --ink: #f5f7fa;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rajdhani', sans-serif;
  background: radial-gradient(circle at 20% 20%, #22000a 0%, #050507 38%, #040404 100%);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  background: conic-gradient(from 0deg, rgba(255, 0, 90, 0.13), rgba(0, 255, 213, 0.08), rgba(255, 90, 20, 0.11), rgba(255, 0, 90, 0.13));
  filter: blur(70px);
  animation: rgbSpin 20s linear infinite;
}

.font-orbitron {
  font-family: 'Orbitron', sans-serif;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.08;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0.8px, transparent 0.9px);
  background-size: 3px 3px;
}

main,
header,
footer {
  position: relative;
  z-index: 2;
}

.hero-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}

.rgb-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 25%, rgba(255, 0, 80, 0.25), transparent 42%), radial-gradient(circle at 80% 65%, rgba(0, 255, 213, 0.2), transparent 40%), radial-gradient(circle at 55% 95%, rgba(255, 130, 0, 0.14), transparent 35%);
  animation: rgbPulse 7s ease-in-out infinite;
}

.hero-title {
  text-shadow: 0 0 20px rgba(226, 0, 36, 0.28), 0 0 26px rgba(0, 255, 213, 0.22);
}

.rgb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 255, 213, 0.2) 0%, rgba(255, 0, 80, 0.16) 34%, rgba(255, 255, 255, 0) 70%);
  mix-blend-mode: screen;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.logo-chip {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(140deg, rgba(226, 0, 36, 0.8), rgba(0, 0, 0, 0.9));
  box-shadow: 0 0 18px rgba(226, 0, 36, 0.45);
}

.nav-link,
.mobile-link {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s ease;
}

.nav-link:hover,
.mobile-link:hover {
  color: var(--neon);
  text-shadow: 0 0 14px rgba(0, 255, 213, 0.4);
}

.sound-toggle {
  border: 1px solid rgba(0, 255, 213, 0.5);
  color: var(--neon);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(0, 255, 213, 0.1);
  transition: all 0.25s ease;
}

.sound-toggle:hover {
  box-shadow: 0 0 18px rgba(0, 255, 213, 0.32);
  transform: translateY(-1px);
}

.sound-toggle.muted {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.6;
  animation: float 8s ease-in-out infinite;
}

.orb-red {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(226, 0, 36, 0.75), rgba(226, 0, 36, 0));
  top: -70px;
  left: -60px;
}

.orb-neon {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.35), rgba(0, 255, 213, 0));
  right: 8%;
  bottom: 12%;
  animation-delay: 2s;
}

.panel-glass {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--neon);
}

.section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  margin-top: 0.55rem;
  line-height: 1.2;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 0.72rem 1.2rem;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.btn-secondary::after,
.btn-tertiary::after {
  content: '';
  position: absolute;
  inset: -120% auto auto -30%;
  width: 46%;
  height: 300%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: rotate(18deg);
  transition: transform 0.6s ease;
}

.btn-primary:hover::after,
.btn-secondary:hover::after,
.btn-tertiary:hover::after {
  transform: rotate(18deg) translateX(250%);
}

.btn-primary {
  background: linear-gradient(120deg, var(--danger), var(--danger-soft));
  color: #fff;
  box-shadow: 0 0 16px rgba(226, 0, 36, 0.38);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(226, 0, 36, 0.55);
}

.btn-secondary {
  border-color: rgba(0, 255, 213, 0.55);
  color: var(--neon);
  background: rgba(0, 255, 213, 0.08);
}

.btn-secondary:hover {
  background: rgba(0, 255, 213, 0.16);
  box-shadow: 0 0 20px rgba(0, 255, 213, 0.35);
}

.btn-tertiary {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
}

.btn-tertiary:hover {
  border-color: var(--danger-soft);
  box-shadow: 0 0 18px rgba(255, 75, 75, 0.35);
}

.btn-consultation {
  border: 2px solid var(--neon);
  color: var(--neon);
  background: linear-gradient(135deg, rgba(0, 255, 213, 0.15), rgba(0, 255, 213, 0.05));
  font-weight: 600;
  box-shadow: 0 0 20px rgba(0, 255, 213, 0.25);
}

.btn-consultation:hover {
  background: linear-gradient(135deg, rgba(0, 255, 213, 0.25), rgba(0, 255, 213, 0.1));
  box-shadow: 0 0 28px rgba(0, 255, 213, 0.4);
  transform: translateY(-3px);
}

.stat-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem;
}

.stat-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-radius: 14px;
  padding: 1.2rem;
  text-align: center;
}

.stat-number {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: var(--neon);
}

.service-card,
.product-card,
.choice-card,
.testimonial-card,
.brand-card,
.gallery-card,
.blog-card,
.case-study-card,
.review-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  transform-style: preserve-3d;
}

.service-card::before,
.product-card::before,
.choice-card::before,
.testimonial-card::before,
.brand-card::before,
.gallery-card::before,
.blog-card::before,
.case-study-card::before,
.review-card::before,
.panel-glass::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(125deg, rgba(255, 0, 90, 0.7), rgba(0, 255, 213, 0.65), rgba(255, 130, 0, 0.7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.service-card:hover::before,
.product-card:hover::before,
.choice-card:hover::before,
.testimonial-card:hover::before,
.brand-card:hover::before,
.gallery-card:hover::before,
.blog-card:hover::before,
.case-study-card:hover::before,
.review-card:hover::before,
.panel-glass:hover::before {
  opacity: 1;
}

.service-card:hover,
.product-card:hover,
.choice-card:hover,
.testimonial-card:hover,
.brand-card:hover,
.gallery-card:hover,
.blog-card:hover,
.case-study-card:hover,
.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 213, 0.45);
  box-shadow: 0 0 22px rgba(0, 255, 213, 0.18);
}

.icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: linear-gradient(140deg, rgba(226, 0, 36, 0.4), rgba(0, 255, 213, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tech-lines {
  background: repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 16px);
  opacity: 0.45;
}

.choice-card h3,
.service-card h3,
.product-card h3,
.brand-card p {
  font-family: 'Orbitron', sans-serif;
  margin-top: 0.6rem;
}

.choice-card p,
.service-card p,
.product-card p,
.testimonial-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.45rem;
}

.testimonial-card span {
  display: inline-block;
  margin-top: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: var(--neon);
}

.field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.7rem;
  padding: 0.65rem 0.8rem;
  color: var(--ink);
  outline: none;
}

.field:focus {
  border-color: rgba(0, 255, 213, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 255, 213, 0.1);
}

.field::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.gallery-card {
  overflow: hidden;
  padding: 0;
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.07);
}

.gallery-caption {
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
}

.footer-title {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--neon);
}

.footer-list {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.social-badge {
  width: 33px;
  height: 33px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.social-badge:hover {
  border-color: rgba(0, 255, 213, 0.8);
  color: var(--neon);
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: linear-gradient(120deg, #1ea76f, #18d27f);
  color: #03150c;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(24, 210, 127, 0.4);
 

.live-chat-float {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  z-index: 60;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: linear-gradient(120deg, var(--danger), var(--danger-soft));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(226, 0, 36, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.live-chat-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(226, 0, 36, 0.55);
} text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
}

.live-chat-float {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  z-index: 60;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: linear-gradient(120deg, var(--danger), var(--danger-soft));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(226, 0, 36, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.live-chat-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(226, 0, 36, 0.55);
}

.section-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-stagger.visible {
  animation: cardReveal 0.55s ease forwards;
  animation-delay: var(--delay, 0ms);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rgbPulse {
  0%,
  100% {
    filter: hue-rotate(0deg) saturate(1);
    opacity: 0.9;
  }
  50% {
    filter: hue-rotate(35deg) saturate(1.3);
    opacity: 0.7;
  }
}

@keyframes rgbSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cardReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    background-size: 30px 30px;
  }
}

@media (max-width: 640px) {
  .rgb-cursor {
    display: none;
  }

  .whatsapp-float {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.72rem 0.95rem;
  }

  .live-chat-float {
    right: 0.75rem;
    bottom: 4rem;
    padding: 0.72rem 0.95rem;
  }
}

.blog-card h3,
.case-study-card h3,
.review-card h4 {
  font-family: 'Orbitron', sans-serif;
  margin-top: 0.7rem;
  font-size: 1.1rem;
}

.blog-card .blog-meta,
.case-study-card .case-meta {
  font-size: 0.75rem;
  color: var(--neon);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}

.blog-card p,
.case-study-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.6rem;
  line-height: 1.6;
}

.review-card {
  display: flex;
  flex-direction: column;
}

.review-card .review-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  flex: 1;
}

.review-card .review-author {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card .review-name {
  font-weight: 600;
  color: var(--neon);
}

.review-card .review-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}

.review-rating {
  color: #fbbf24;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item.active {
  border-color: rgba(0, 255, 213, 0.4);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.3rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--neon);
}

.faq-icon {
  transition: transform 0.3s ease;
  color: var(--neon);
  font-size: 1.2rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.3rem 1.3rem 1.3rem;
}

.blog-card h3,
.case-study-card h3,
.review-card h4 {
  font-family: 'Orbitron', sans-serif;
  margin-top: 0.7rem;
  font-size: 1.1rem;
}

.blog-card .blog-meta,
.case-study-card .case-meta {
  font-size: 0.75rem;
  color: var(--neon);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}

.blog-card p,
.case-study-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.6rem;
  line-height: 1.6;
}

.review-card {
  display: flex;
  flex-direction: column;
}

.review-card .review-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  flex: 1;
}

.review-card .review-author {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card .review-name {
  font-weight: 600;
  color: var(--neon);
}

.review-card .review-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}

.review-rating {
  color: #fbbf24;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item.active {
  border-color: rgba(0, 255, 213, 0.4);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.3rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--neon);
}

.faq-icon {
  transition: transform 0.3s ease;
  color: var(--neon);
  font-size: 1.2rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.3rem 1.3rem 1.3rem;
}
