/* ============================================
   ZEUZ AGENCY — PREMIUM DARK THEME
   ============================================ */

/* ---------- RESET & BASE ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background: #0a0e1a;
  color: #b0b8c8;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .3s;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  line-height: 1.2;
}

.container {
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
}

section {
  padding: 130px 0;
  position: relative;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  border: none;
  cursor: pointer;
  transition: all .35s ease;
  font-family: 'Inter', sans-serif;
}

.btn-primary {
  background: linear-gradient(135deg, #7F56D9, #a78bfa);
  color: #fff;
  box-shadow: 0 4px 25px rgba(127, 86, 217, .35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #6d45c7, #7F56D9);
  box-shadow: 0 6px 35px rgba(127, 86, 217, .55);
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(127, 86, 217, .08);
  color: #fff;
  border: 2px solid rgba(127, 86, 217, .4);
  position: relative;
  text-shadow: 0 0 8px rgba(127, 86, 217, .2);
}

.btn-ghost:hover {
  border-color: #a78bfa;
  color: #fff;
  background: rgba(127, 86, 217, .18);
  box-shadow: 0 0 24px rgba(127, 86, 217, .25), inset 0 0 12px rgba(127, 86, 217, .08);
  transform: translateY(-2px);
}

.btn-outline {
  background: rgba(255, 255, 255, .05);
  color: #b0b8c8;
  border: 1px solid rgba(255, 255, 255, .1);
}

.btn-outline:hover,
.btn-outline.active {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

.btn-lg {
  padding: 16px 38px;
  font-size: 1.05rem;
}

.dot-orange {
  color: #F37335;
  font-size: .6rem;
}

/* ---------- SECTION HEADERS ---------- */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  color: #7F56D9;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 8px;
}

/* ---------- TOPBAR ---------- */
.topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 14px 0;
  font-size: .85rem;
  position: relative;
  z-index: 1001;
  color: #555;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.topbar-left {
  color: #555;
}

.topbar-left i {
  margin-right: 6px;
  color: #7F56D9;
}

.topbar-left a {
  color: #F37335;
  font-weight: 600;
}

.topbar-left a:hover {
  color: #FDC830;
}

.topbar-right {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.topbar-right span,
.topbar-right a {
  color: #555;
  font-size: .85rem;
}

.topbar-right i {
  color: #7F56D9;
  margin-right: 6px;
}

.topbar-right a:hover {
  color: #7F56D9;
}

/* ---------- NAVBAR ---------- */
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all .4s ease;
  background: transparent;
  border-bottom: none;
}

/* Internal pages: always show dark navbar so links are visible over light sections */
body[data-page] .navbar {
  background: rgba(10, 14, 26, .95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(127, 86, 217, .15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, .3);
}

.navbar.scrolled {
  background: rgba(10, 14, 26, .95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(127, 86, 217, .15);
  padding: 14px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .3);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #7F56D9, #F37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}

.logo-text .accent {
  color: #7F56D9;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 500;
  color: #b0b8c8;
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
  transition: width .3s;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  gap: 4px;
  background: rgba(255, 255, 255, .05);
  border-radius: 30px;
  padding: 3px;
}

.lang-btn {
  background: transparent;
  color: #b0b8c8;
  border: none;
  padding: 7px 14px;
  border-radius: 25px;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Inter', sans-serif;
}

.lang-btn.active {
  background: #7F56D9;
  color: #fff;
}

.lang-btn:hover:not(.active) {
  color: #fff;
}

.nav-cta {
  font-size: .92rem !important;
  padding: 12px 28px !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(127, 86, 217, .10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(0, 212, 255, .06) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 90% 90%, rgba(243, 115, 53, .05) 0%, transparent 50%),
    linear-gradient(180deg, #0a0e1a 0%, #0f1528 30%, #111832 55%, #0a0e1a 100%);
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

/* Hero multi-layer backgrounds */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    /* Diagonal grid lines */
    repeating-linear-gradient(45deg, transparent, transparent 80px, rgba(127, 86, 217, .03) 80px, rgba(127, 86, 217, .03) 81px),
    repeating-linear-gradient(-45deg, transparent, transparent 80px, rgba(0, 212, 255, .02) 80px, rgba(0, 212, 255, .02) 81px),
    /* Horizontal scan lines */
    repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(127, 86, 217, .01) 3px, rgba(127, 86, 217, .01) 4px);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(127, 86, 217, .08) 0%, rgba(127, 86, 217, .03) 40%, transparent 70%);
  z-index: 0;
  animation: hero-orb-drift 12s ease-in-out infinite alternate;
}

@keyframes hero-orb-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-60px, 40px) scale(1.15);
  }
}

/* Geometric circuit shapes */
.hero-circuit-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-circuit-layer .circuit-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(127, 86, 217, .2);
}

.hero-circuit-layer .circuit-line {
  position: absolute;
  background: rgba(127, 86, 217, .05);
  height: 1px;
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-particles .particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(127, 86, 217, .15);
  animation: float-particle linear infinite;
}

@keyframes float-particle {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-10vh) scale(1);
    opacity: 0;
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-tag {
  display: inline-block;
  color: #00d4ff;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.15;
}

.hero-desc {
  font-size: 1.1rem;
  margin-bottom: 36px;
  max-width: 520px;
  color: #8a94a8;
}

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

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Hero Entrance Animations --- */
.hero-content .hero-tag {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp .8s ease forwards .3s;
}

.hero-content .hero-title {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp .8s ease forwards .5s;
}

.hero-content .hero-desc {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp .8s ease forwards .7s;
}

.hero-content .hero-btns {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp .8s ease forwards .9s;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Glowing Aura --- */
.hero-aura {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 86, 217, .18) 0%, rgba(127, 86, 217, .05) 40%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
  animation: aura-pulse 6s ease-in-out infinite alternate;
}

.hero-aura--secondary {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 212, 255, .12) 0%, transparent 60%);
  animation-delay: 3s;
}

@keyframes aura-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}

/* --- Device Showcase --- */
.devices-showcase {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 460px;
  perspective: 1200px;
  z-index: 1;
}

.device {
  position: absolute;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(127, 86, 217, .12), inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform .4s ease, box-shadow .4s ease;
}

.device-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d1117;
  border-radius: inherit;
  position: relative;
}

.device-content {
  width: 100%;
  height: 100%;
}

/* ===== LAPTOP ===== */
.device-laptop {
  width: 440px;
  height: 290px;
  z-index: 2;
  top: 10px;
  right: 0;
  border: 2px solid #2a2f3a;
  border-radius: 10px 10px 0 0;
  opacity: 0;
  animation: floatLaptop 5s ease-in-out infinite, deviceEnterLaptop 1s ease forwards .6s;
}

.laptop-base {
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 440px;
  height: 14px;
  background: linear-gradient(180deg, #2a2f3a, #1a1f2a);
  border-radius: 0 0 6px 6px;
}

.laptop-base::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  background: #1a1f2a;
  border-radius: 0 0 4px 4px;
}

.laptop-base::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: rgba(127, 86, 217, .2);
  border-radius: 2px;
}

.mock-navbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: #161b22;
  border-bottom: 1px solid #21262d;
}

.mock-dots {
  display: flex;
  gap: 4px;
}

.mock-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

.mock-dots i:nth-child(1) {
  background: #ff5f57;
}

.mock-dots i:nth-child(2) {
  background: #febc2e;
}

.mock-dots i:nth-child(3) {
  background: #28c840;
}

.mock-tabs {
  display: flex;
  gap: 2px;
  margin-left: 4px;
}

.mock-tab {
  font-size: .38rem;
  color: #8b949e;
  padding: 2px 6px;
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, .03);
  border: 1px solid transparent;
  border-bottom: none;
}

.mock-tab.active {
  background: #0d1117;
  color: #c9d1d9;
  border-color: #21262d;
}

.mock-url {
  font-size: .42rem;
  color: #8b949e;
  background: #0d1117;
  padding: 2px 8px;
  border-radius: 4px;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-body {
  display: flex;
  height: calc(100% - 26px);
}

.mock-sidebar {
  width: 36px;
  background: #0d1117;
  padding: 6px 4px;
  border-right: 1px solid #21262d;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.mock-sidebar-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  margin-bottom: 4px;
  background: rgba(127, 86, 217, .1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-menu-item {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b949e;
  background: transparent;
}

.mock-menu-item.active {
  background: linear-gradient(135deg, rgba(127, 86, 217, .25), rgba(0, 212, 255, .15));
  color: #7F56D9;
}

.mock-main {
  flex: 1;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

.mock-top-stats {
  display: flex;
  gap: 5px;
}

.mock-kpi {
  flex: 1;
  padding: 5px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .05);
}

.mock-kpi-label {
  display: block;
  font-size: .32rem;
  color: #8b949e;
  margin-bottom: 1px;
}

.mock-kpi-value {
  display: block;
  font-size: .55rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.mock-sparkline {
  height: 10px;
  margin-top: 2px;
  border-radius: 2px;
}

.mock-sparkline--green {
  background: linear-gradient(90deg, transparent 0%, #10b981 15%, transparent 30%, #10b981 50%, transparent 65%, #10b981 85%, transparent 100%);
}

.mock-sparkline--purple {
  background: linear-gradient(90deg, transparent 0%, #7F56D9 20%, transparent 35%, #7F56D9 55%, transparent 70%, #7F56D9 90%, transparent 100%);
}

.mock-sparkline--cyan {
  background: linear-gradient(90deg, transparent 0%, #00d4ff 25%, transparent 40%, #00d4ff 60%, transparent 80%, #00d4ff 95%, transparent 100%);
}

.mock-charts-row {
  display: flex;
  gap: 5px;
  flex: 1;
  min-height: 0;
}

.mock-chart-container {
  flex: 1.2;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
}

.mock-chart-title {
  font-size: .33rem;
  color: #8b949e;
  margin-bottom: 3px;
  display: block;
}

.mock-chart {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 2px 0;
}

.mock-bar {
  flex: 1;
  border-radius: 2px 2px 0 0;
  position: relative;
  background: linear-gradient(180deg, #7F56D9, #00d4ff);
  opacity: .8;
  animation: barGrow 2s ease forwards;
  transform-origin: bottom;
}

.mock-bar:nth-child(2n) {
  background: linear-gradient(180deg, #F37335, #FDC830);
}

.mock-bar:nth-child(4) {
  background: linear-gradient(180deg, #10b981, #34d399);
}

.mock-bar span {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .28rem;
  color: #6e7681;
}

@keyframes barGrow {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

.mock-donut-container {
  flex: .8;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mock-donut {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 3px 0;
}

.mock-donut-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.donut-segment {
  animation: donutDraw 1.5s ease forwards;
}

@keyframes donutDraw {
  from {
    stroke-dasharray: 0 100;
  }
}

.mock-donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mock-donut-center span {
  font-size: .48rem;
  font-weight: 700;
  color: #fff;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.mock-donut-center small {
  font-size: .25rem;
  color: #8b949e;
}

.mock-donut-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  margin-top: 2px;
}

.mock-donut-legend span {
  font-size: .26rem;
  color: #8b949e;
  display: flex;
  align-items: center;
  gap: 2px;
}

.mock-donut-legend i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
}

.mock-terminal {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .05);
}

.mock-terminal-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 6px;
  background: #161b22;
  border-bottom: 1px solid #21262d;
}

.mock-terminal-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 4px rgba(16, 185, 129, .5);
  animation: terminal-blink 2s ease-in-out infinite;
}

@keyframes terminal-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

.mock-terminal-title {
  font-size: .32rem;
  color: #8b949e;
}

.mock-terminal-body {
  padding: 4px 6px;
  background: rgba(13, 17, 23, .8);
}

.mock-log-line {
  font-size: .3rem;
  color: #c9d1d9;
  font-family: 'Courier New', monospace;
  padding: 1px 0;
  white-space: nowrap;
  overflow: hidden;
}

.log-time {
  color: #6e7681;
}

.log-ok {
  color: #10b981;
  font-weight: 700;
}

.log-warn {
  color: #F37335;
  font-weight: 700;
}

.mock-terminal-cursor {
  width: 4px;
  height: 7px;
  background: #10b981;
  margin: 2px 6px;
  animation: cursor-blink 1s steps(1) infinite;
}

@keyframes cursor-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.mock-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, .4), transparent);
  animation: scan-down 4s linear infinite;
  pointer-events: none;
  z-index: 10;
}

@keyframes scan-down {
  0% {
    top: -2px;
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

/* ===== TABLET ===== */
.device-tablet {
  width: 210px;
  height: 300px;
  z-index: 3;
  bottom: 0;
  left: 10px;
  border: 2px solid #2a2f3a;
  border-radius: 14px;
  opacity: 0;
  animation: floatTablet 6s ease-in-out infinite, deviceEnterTablet 1s ease forwards .9s;
}

.tablet-content {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-tb-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
  font-size: .32rem;
  color: #8b949e;
}

.mock-tb-time {
  font-weight: 600;
  color: #c9d1d9;
}

.mock-tb-icons {
  display: flex;
  gap: 3px;
  color: #8b949e;
}

.mock-tb-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 4px;
  background: #161b22;
  border-radius: 5px;
  margin-bottom: 2px;
}

.mock-tb-logo {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(127, 86, 217, .1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-tb-nav-items {
  display: flex;
  gap: 4px;
}

.mock-tb-nav-items span {
  font-size: .3rem;
  color: #8b949e;
  padding: 1px 4px;
  border-radius: 3px;
}

.mock-tb-nav-items span.active {
  background: rgba(127, 86, 217, .2);
  color: #7F56D9;
  font-weight: 600;
}

.mock-tb-cards {
  display: flex;
  gap: 4px;
}

.mock-tb-stat-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.mock-tb-stat-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-tb-stat-info {
  display: flex;
  flex-direction: column;
}

.mock-tb-stat-value {
  font-size: .42rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.mock-tb-stat-label {
  font-size: .26rem;
  color: #8b949e;
}

.mock-tb-chart-area {
  padding: 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .05);
}

.mock-tb-chart-label {
  font-size: .3rem;
  color: #8b949e;
  display: block;
  margin-bottom: 2px;
}

.mock-tb-area-chart {
  width: 100%;
  height: 40px;
}

.mock-tb-area-chart svg {
  width: 100%;
  height: 100%;
}

.mock-tb-alerts {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mock-tb-alert {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .04);
}

.mock-tb-alert-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.mock-tb-alert-text {
  flex: 1;
  font-size: .3rem;
  color: #c9d1d9;
}

.mock-tb-alert-time {
  font-size: .25rem;
  color: #6e7681;
}

/* ===== PHONE ===== */
.device-phone {
  width: 125px;
  height: 240px;
  z-index: 4;
  bottom: 40px;
  left: 165px;
  border: 2px solid #2a2f3a;
  border-radius: 20px;
  opacity: 0;
  animation: floatPhone 4s ease-in-out infinite, deviceEnterPhone 1s ease forwards 1.2s;
}

.phone-content {
  padding: 4px 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-ph-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
  font-size: .3rem;
  color: #c9d1d9;
  font-weight: 600;
}

.mock-ph-notch {
  width: 30px;
  height: 4px;
  background: #0d1117;
  border-radius: 3px;
}

.mock-ph-icons {
  display: flex;
  gap: 3px;
  color: #8b949e;
}

.mock-ph-score {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}

.mock-ph-ring-svg {
  width: 52px;
  height: 52px;
  transform: rotate(-90deg);
}

.ph-ring-fill {
  animation: ring-fill 2s ease forwards 1.5s;
  stroke-dasharray: 0 126;
}

@keyframes ring-fill {
  to {
    stroke-dasharray: 113 126;
  }
}

.mock-ph-score-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ph-score-num {
  font-size: .6rem;
  font-weight: 800;
  color: #fff;
  display: block;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ph-score-label {
  font-size: .25rem;
  color: #8b949e;
  display: block;
}

.mock-ph-actions {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.mock-ph-action-btn {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-ph-notifications {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mock-ph-notif {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.mock-ph-notif-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-ph-notif-text {
  display: flex;
  flex-direction: column;
}

.ph-notif-title {
  font-size: .32rem;
  color: #c9d1d9;
  font-weight: 600;
}

.ph-notif-sub {
  font-size: .24rem;
  color: #6e7681;
}

/* ===== FLOATING BADGES ===== */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 30px;
  background: rgba(13, 17, 23, .85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(127, 86, 217, .2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .3), 0 0 15px rgba(127, 86, 217, .1);
  font-size: .55rem;
  color: #fff;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  z-index: 10;
  opacity: 0;
}

.floating-badge i {
  font-size: .55rem;
}

.badge-shield {
  top: -10px;
  left: 30px;
  animation: floatBadge 5s ease-in-out infinite, badgeEnter .8s ease forwards 1.4s;
}

.badge-shield i {
  color: #10b981;
}

.badge-uptime {
  top: 40%;
  right: -30px;
  animation: floatBadge 6s ease-in-out infinite reverse, badgeEnter .8s ease forwards 1.6s;
}

.badge-uptime i {
  color: #7F56D9;
}

.badge-threats {
  bottom: 20px;
  right: 60px;
  animation: floatBadge 4.5s ease-in-out infinite, badgeEnter .8s ease forwards 1.8s;
}

.badge-threats i {
  color: #F37335;
}

@keyframes floatBadge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes badgeEnter {
  from {
    opacity: 0;
    transform: scale(.7) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* --- Floating Animations --- */
@keyframes floatLaptop {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(.5deg);
  }
}

@keyframes floatTablet {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(-1deg);
  }
}

@keyframes floatPhone {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes deviceEnterLaptop {
  from {
    opacity: 0;
    transform: translateX(80px) translateY(40px) scale(.8);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

@keyframes deviceEnterTablet {
  from {
    opacity: 0;
    transform: translateX(-60px) translateY(60px) scale(.8);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

@keyframes deviceEnterPhone {
  from {
    opacity: 0;
    transform: translateY(80px) scale(.7);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.device:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .6), 0 0 50px rgba(127, 86, 217, .25);
}

/* Hero divider — invisible, seamless transition */
.hero-divider {
  display: none;
}

/* ---------- SECTION DIVIDERS ---------- */
.section-divider {
  width: 100%;
  height: 1px;
  position: relative;
  background: linear-gradient(90deg, transparent 5%, rgba(127, 86, 217, .2) 30%, rgba(0, 212, 255, .15) 50%, rgba(127, 86, 217, .2) 70%, transparent 95%);
}

.section-divider::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, transparent 0%, rgba(127, 86, 217, .03) 50%, transparent 100%);
  pointer-events: none;
}

/* ---------- SERVICES OVERVIEW (Paheli-inspired) ---------- */
.services-overview {
  background: #0a0e1a;
}

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

.svc-overview-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 36px;
  border-radius: 20px;
  background: #141822;
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

/* Gradient top-border reveal on hover */
.svc-overview-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7F56D9, #F37335, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.25, .46, .45, .94);
}

.svc-overview-card:hover::before {
  transform: scaleX(1);
}

.svc-overview-card:hover {
  background: #1a1f2e;
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35), 0 0 30px rgba(127, 86, 217, .08);
}

/* Icon — large, gradient-backed */
.svc-overview-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(127, 86, 217, .18), rgba(0, 212, 255, .1));
  color: #7F56D9;
  transition: all .45s;
  position: relative;
}

/* Subtle glow ring behind icon on hover */
.svc-overview-card:hover .svc-overview-icon {
  background: linear-gradient(135deg, rgba(127, 86, 217, .28), rgba(0, 212, 255, .18));
  color: #c4b5fd;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(127, 86, 217, .2);
}

/* Alternate icon color per card */
.svc-overview-card:nth-child(2) .svc-overview-icon {
  color: #F37335;
  background: linear-gradient(135deg, rgba(243, 115, 53, .18), rgba(253, 200, 48, .1));
}

.svc-overview-card:nth-child(2):hover .svc-overview-icon {
  color: #fca87a;
  background: linear-gradient(135deg, rgba(243, 115, 53, .28), rgba(253, 200, 48, .18));
  box-shadow: 0 0 20px rgba(243, 115, 53, .2);
}

.svc-overview-card:nth-child(3) .svc-overview-icon {
  color: #00d4ff;
  background: linear-gradient(135deg, rgba(0, 212, 255, .18), rgba(16, 185, 129, .1));
}

.svc-overview-card:nth-child(3):hover .svc-overview-icon {
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(0, 212, 255, .28), rgba(16, 185, 129, .18));
  box-shadow: 0 0 20px rgba(0, 212, 255, .2);
}

.svc-overview-card:nth-child(4) .svc-overview-icon {
  color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, .18), rgba(52, 211, 153, .1));
}

.svc-overview-card:nth-child(4):hover .svc-overview-icon {
  color: #6ee7b7;
  background: linear-gradient(135deg, rgba(16, 185, 129, .28), rgba(52, 211, 153, .18));
  box-shadow: 0 0 20px rgba(16, 185, 129, .2);
}

.svc-overview-card:nth-child(5) .svc-overview-icon {
  color: #F37335;
  background: linear-gradient(135deg, rgba(243, 115, 53, .18), rgba(127, 86, 217, .1));
}

.svc-overview-card:nth-child(5):hover .svc-overview-icon {
  color: #fca87a;
  background: linear-gradient(135deg, rgba(243, 115, 53, .28), rgba(127, 86, 217, .18));
  box-shadow: 0 0 20px rgba(243, 115, 53, .2);
}

.svc-overview-card:nth-child(6) .svc-overview-icon {
  color: #00d4ff;
  background: linear-gradient(135deg, rgba(0, 212, 255, .18), rgba(127, 86, 217, .1));
}

.svc-overview-card:nth-child(6):hover .svc-overview-icon {
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(0, 212, 255, .28), rgba(127, 86, 217, .18));
  box-shadow: 0 0 20px rgba(0, 212, 255, .2);
}

/* Typography */
.svc-overview-card h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.01em;
}

.svc-overview-card p {
  font-size: .92rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
}

/* Read More link */
.svc-overview-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7F56D9;
  font-weight: 600;
  font-size: .88rem;
  margin-top: auto;
  transition: all .35s;
  letter-spacing: .02em;
}

.svc-overview-card .read-more:hover {
  color: #00d4ff;
  gap: 12px;
}

.svc-overview-card:nth-child(2) .read-more {
  color: #F37335;
}

.svc-overview-card:nth-child(2) .read-more:hover {
  color: #fca87a;
}

.svc-overview-card:nth-child(3) .read-more {
  color: #00d4ff;
}

.svc-overview-card:nth-child(3) .read-more:hover {
  color: #67e8f9;
}

.svc-overview-card:nth-child(4) .read-more {
  color: #10b981;
}

.svc-overview-card:nth-child(4) .read-more:hover {
  color: #6ee7b7;
}

.svc-overview-card:nth-child(5) .read-more {
  color: #F37335;
}

.svc-overview-card:nth-child(5) .read-more:hover {
  color: #fca87a;
}

.svc-overview-card:nth-child(6) .read-more {
  color: #00d4ff;
}

.svc-overview-card:nth-child(6) .read-more:hover {
  color: #67e8f9;
}

/* ---------- ABOUT ---------- */
.about { background: #0a0e1a; position: relative; overflow: hidden; }

/* Animated mesh background */
.about-mesh {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 600px 400px at 20% 50%, rgba(127,86,217,.08), transparent),
    radial-gradient(ellipse 500px 350px at 80% 40%, rgba(0,212,255,.06), transparent);
  animation: meshFloat 12s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes meshFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(20px, -15px) scale(1.05); }
}

.about-flow { position: relative; z-index: 1; }

/* Zone 1: Statement */
.about-statement { text-align: center; margin-bottom: 40px; }
.about-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
}
.about-gradient {
  background: linear-gradient(135deg, #a78bfa, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Zone 2: Numbers */
.about-numbers {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 40px;
}
.about-n { text-align: center; }
.about-n-val {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.about-n-line {
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
  margin: 10px auto;
  border-radius: 2px;
}
.about-n-txt {
  font-size: .72rem;
  color: #8a94a8;
  text-transform: uppercase;
  letter-spacing: .8px;
  line-height: 1.4;
}

/* Zone 3: Capabilities */
.about-caps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 48px;
  max-width: 800px;
  margin: 0 auto 28px;
}
.about-cap-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-left: 16px;
  border-left: 2px solid rgba(127,86,217,.15);
  transition: all .3s;
}
.about-cap-item:hover {
  border-left-color: #7F56D9;
  padding-left: 20px;
}
.about-cap-item > i {
  font-size: 1.15rem;
  padding-top: 2px;
  flex-shrink: 0;
}
.about-cap-item strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #e0e6f0;
  margin-bottom: 2px;
}
.about-cap-item span {
  font-size: .8rem;
  color: #8a94a8;
  line-height: 1.45;
}

/* CTA */
.about-cta-zone { text-align: center; }

@media (max-width: 768px) {
  .about-headline { font-size: 1.8rem; }
  .about-numbers { gap: 24px; flex-wrap: wrap; }
  .about-n-val { font-size: 1.8rem; }
  .about-caps { grid-template-columns: 1fr; max-width: 400px; }
}

/* ---------- SERVICES GRID ---------- */
.services {
  background: #0a0e1a;
}

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

.service-card {
  padding: 36px 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  background: rgba(127, 86, 217, .06);
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(127, 86, 217, .12);
}

.service-card-icon {
  width: 65px;
  height: 65px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(127, 86, 217, .12), rgba(0, 212, 255, .08));
  color: #7F56D9;
  transition: all .3s;
}

.service-card:hover .service-card-icon {
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  color: #fff;
}

.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.service-card p {
  font-size: .9rem;
  color: #8a94a8;
  margin-bottom: 16px;
}

.service-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7F56D9;
  font-weight: 600;
  font-size: .85rem;
}

.service-card .read-more:hover {
  color: #00d4ff;
}

/* ---------- PROJECTS ---------- */
.projects {
  background: #0a0e1a;
}

.projects-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #b0b8c8;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
}

.filter-btn.active,
.filter-btn:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.project-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
  position: relative;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.project-card-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.project-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.project-card:hover .project-card-img img {
  transform: scale(1.1);
}

.project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 14, 26, .8), transparent);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.project-card:hover .project-card-overlay {
  opacity: 1;
}

.project-card-body {
  padding: 20px;
}

.project-card-body span {
  color: #7F56D9;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-card-body h3 {
  font-size: 1.05rem;
  margin-top: 6px;
}

/* ---------- STATS ---------- */
.stats {
  background: linear-gradient(135deg, rgba(127, 86, 217, .1), rgba(0, 212, 255, .05));
  border-top: 1px solid rgba(127, 86, 217, .15);
  border-bottom: 1px solid rgba(127, 86, 217, .15);
  padding: 70px 0;
}

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

.stat-item h3 {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-item p {
  font-size: .95rem;
  margin-top: 8px;
  color: #b0b8c8;
}

/* ---------- TEAM ---------- */
.team {
  background: #0a0e1a;
}

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

.team-card {
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
  padding: 30px 20px;
}

.team-card:hover {
  background: rgba(127, 86, 217, .06);
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-6px);
}

.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.team-card h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.team-card .team-role {
  color: #7F56D9;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-socials a {
  width: 36px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: #b0b8c8;
  transition: all .3s;
}

.team-socials a:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

/* ---------- BLOG ---------- */
.blog {
  background: #0a0e1a;
}

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

.blog-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.blog-card-img {
  height: 200px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.08);
}

.blog-card-body {
  padding: 24px;
}

.blog-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  font-size: .82rem;
  color: #7F56D9;
  font-weight: 600;
}

.blog-card-body h3 {
  font-size: 1.05rem;
  line-height: 1.4;
}

.blog-card-body h3:hover {
  color: #7F56D9;
}

/* ---------- CONTACT ---------- */
.contact {
  background: #0a0e1a;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Quick Action Strip — Replaces stats bar */
.contact-quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 50px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(127,86,217,.08) 0%, rgba(0,212,255,.06) 50%, rgba(243,115,53,.06) 100%);
  border: 1px solid rgba(127,86,217,.15);
  backdrop-filter: blur(12px);
}
.cqs-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 20px;
  text-decoration: none !important;
  color: inherit !important;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  position: relative;
}
.cqs-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(127,86,217,.18);
}
.cqs-card:hover {
  background: rgba(127,86,217,.08);
}
.cqs-icon {
  width: 44px; height: 44px; min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all .3s;
  flex-shrink: 0;
}
.cqs-card:hover .cqs-icon { transform: scale(1.1); }
.cqs-text strong {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  color: #e8edf5;
  margin-bottom: 2px;
}
.cqs-text span {
  font-size: .72rem;
  color: #6b7a8e;
}

/* WhatsApp */
.cqs-card--wa .cqs-icon { background: rgba(37,211,102,.15); color: #25D366; border: 1px solid rgba(37,211,102,.2); }

/* Calendar */
.cqs-card--cal .cqs-icon { background: rgba(127,86,217,.15); color: #a78bfa; border: 1px solid rgba(127,86,217,.2); }

/* Email */
.cqs-card--mail .cqs-icon { background: rgba(59,130,246,.15); color: #60a5fa; border: 1px solid rgba(59,130,246,.2); }

@media (max-width: 768px) {
  .contact-quick-strip { grid-template-columns: 1fr; }
  .cqs-card:not(:last-child)::after {
    right: 20%; left: 20%;
    top: auto; bottom: 0;
    height: 1px; width: 60%;
  }
}

.contact-info .section-tag {
  text-align: left;
}

.contact-info .section-title {
  text-align: left;
  font-size: 2.2rem;
}

.contact-info>p {
  margin: 16px 0 30px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

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

.contact-item i {
  color: #7F56D9;
  font-size: 1.1rem;
  width: 22px;
}

.contact-socials {
  display: flex;
  gap: 12px;
}

.contact-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  font-size: 1rem;
}

.contact-socials a:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

.contact-form-wrap {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  transition: border-color .3s;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #7F56D9;
}

.contact-form textarea {
  resize: vertical;
}

/* ---------- NEWSLETTER ---------- */
.newsletter {
  background: linear-gradient(135deg, rgba(127, 86, 217, .12), rgba(0, 212, 255, .06));
  padding: 60px 0;
  border-top: 1px solid rgba(127, 86, 217, .1);
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.newsletter-text h3 {
  font-size: 1.5rem;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  flex: 1;
  max-width: 480px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-size: .95rem;
  outline: none;
  font-family: 'Inter', sans-serif;
}

.newsletter-form input:focus {
  border-color: #7F56D9;
}

/* ---------- FOOTER ---------- */
.footer {
  background: #060a14;
  padding: 80px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-about p {
  margin: 16px 0;
  font-size: .9rem;
  color: #8a94a8;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  font-size: .9rem;
}

.footer-socials a:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: .9rem;
  color: #8a94a8;
  transition: all .3s;
}

.footer-col a:hover {
  color: #7F56D9;
  padding-left: 6px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: #8a94a8;
}

.footer-contact i {
  color: #7F56D9;
  width: 18px;
}

.footer-bottom {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  text-align: center;
  font-size: .85rem;
  color: #6a7283;
}

/* ---------- BACK TO TOP ---------- */
.back-to-top {
  position: fixed;
  bottom: 96px;
  right: 30px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #7F56D9;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s;
  box-shadow: 0 4px 20px rgba(127, 86, 217, .4);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #6b45c4;
  transform: translateY(-3px);
}

/* ---------- SECTION SCROLL REVEAL (Paheli-style block scroll) ---------- */
.scroll-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.scroll-section.section-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- ELEMENT REVEAL ANIMATIONS ---------- */
.reveal {
  opacity: 0;
  transform: translateY(45px) scale(.98);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Section headers entrance */
.section-header {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}

.section-header.active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- MARKETING DIGITAL SHOWCASE ---------- */
.mkt-showcase {
  background: #0a0e1a;
  overflow: hidden;
}

.mkt-tag {
  background: linear-gradient(135deg, #F37335, #7F56D9) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mkt-subtitle {
  max-width: 700px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 1.05rem;
  color: #8a94a8;
  line-height: 1.7;
}

.mkt-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.mkt-pillar {
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  transition: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mkt-pillar::before {
  display: none;
}

.mkt-pillar:hover::before {
  display: none;
}

.mkt-pillar:hover {
  background: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

.mkt-pillar-visual {
  padding: 20px 16px 10px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mkt-mockup {
  width: 100%;
  position: relative;
}

.mkt-pillar-content {
  padding: 20px 24px 28px;
}

.mkt-pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  color: var(--pil-color, #7F56D9);
  border: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .03);
}

.mkt-pillar-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.mkt-pillar-content p {
  font-size: .9rem;
  color: #8a94a8;
  line-height: 1.65;
  margin-bottom: 16px;
}

.mkt-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mkt-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: #c9d1d9;
}

.mkt-features-list li i {
  color: var(--pil-color, #7F56D9);
  font-size: .65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(127, 86, 217, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mkt-cta-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* --- Holographic 3D Card System --- */
@property --holo-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/* Card base — glassmorphism */
.mkt-holo-card {
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
  transition: transform .15s ease-out, box-shadow .4s ease;
  will-change: transform;
  cursor: default;
}

.mkt-holo-card.mkt-pillar {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  overflow: visible;
}

/* Hide animated border — no card = no border */
.mkt-holo-border {
  display: none;
}

/* Hide shimmer sweep — no card surface */
.mkt-holo-shimmer {
  display: none;
}

/* Keep the cursor-follow glow subtle on the content area */
.mkt-holo-glow {
  display: none;
}

/* Animated conic gradient border */
.mkt-holo-border {
  position: absolute;
  inset: -1px;
  border-radius: 21px;
  background: conic-gradient(from var(--holo-angle), transparent 0%, var(--pil-color) 8%, transparent 16%, transparent 50%, var(--pil-color) 58%, transparent 66%, transparent 100%);
  opacity: 0;
  transition: opacity .5s ease;
  z-index: -1;
  filter: blur(1px);
  animation: holoBorderSpin 4s linear infinite;
}

.mkt-holo-card:hover .mkt-holo-border {
  opacity: .5;
}

@keyframes holoBorderSpin {
  to {
    --holo-angle: 360deg;
  }
}

/* Cursor-follow radial glow */
.mkt-holo-glow {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(ellipse 300px 250px at var(--mx) var(--my),
      rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .12) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 0;
}

.mkt-holo-card:hover .mkt-holo-glow {
  opacity: 1;
}

/* Holographic shimmer sweep */
.mkt-holo-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(105deg,
      transparent 40%,
      rgba(255, 255, 255, .03) 45%,
      rgba(255, 255, 255, .06) 50%,
      rgba(255, 255, 255, .03) 55%,
      transparent 60%);
  background-size: 250% 100%;
  animation: holoShimmer 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes holoShimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Icon wrapper — centered area */
.mkt-holo-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 12px;
  z-index: 2;
}

/* Icon aura glow */
.mkt-holo-icon-aura {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .18) 0%,
      rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .06) 40%,
      transparent 70%);
  animation: iconAuraPulse 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes iconAuraPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .7;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

/* Main icon */
.mkt-holo-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: var(--pil-color, #7F56D9);
  background: rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .08);
  border: 1px solid rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .2);
  position: relative;
  z-index: 3;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 8px 30px rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .1);
}

.mkt-holo-card:hover .mkt-holo-icon {
  transform: translateY(-4px) scale(1.05);
  background: rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .15);
  border-color: rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .35);
  box-shadow: 0 12px 40px rgba(var(--pil-r, 127), var(--pil-g, 86), var(--pil-b, 217), .2);
}

/* Floating orbs around icon */
.mkt-holo-floating-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mkt-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  transform: translate(calc(-50% + var(--orb-x, 0px)), calc(-50% + var(--orb-y, 0px)));
  animation: orbFloat 4s ease-in-out infinite;
  animation-delay: var(--orb-delay, 0s);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: .6;
  transition: opacity .4s, border-color .4s;
}

.mkt-holo-card:hover .mkt-orb {
  opacity: 1;
  border-color: rgba(255, 255, 255, .15);
}

@keyframes orbFloat {

  0%,
  100% {
    transform: translate(calc(-50% + var(--orb-x, 0px)), calc(-50% + var(--orb-y, 0px)));
  }

  25% {
    transform: translate(calc(-50% + var(--orb-x, 0px) + 3px), calc(-50% + var(--orb-y, 0px) - 5px));
  }

  50% {
    transform: translate(calc(-50% + var(--orb-x, 0px) - 2px), calc(-50% + var(--orb-y, 0px) - 8px));
  }

  75% {
    transform: translate(calc(-50% + var(--orb-x, 0px) + 4px), calc(-50% + var(--orb-y, 0px) - 3px));
  }
}

/* Updated pillar content for holographic cards */
.mkt-holo-card .mkt-pillar-content {
  padding: 16px 28px 28px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.mkt-holo-card .mkt-pillar-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

.mkt-holo-card .mkt-pillar-content p {
  font-size: .9rem;
  color: #8a94a8;
  line-height: 1.65;
  margin-bottom: 16px;
}

.mkt-holo-card .mkt-features-list {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

/* Hover state — no card, no box effects */
.mkt-holo-card.mkt-pillar:hover {
  transform: none;
  background: transparent;
  border: none;
  box-shadow: none;
}


/* ---------- SECTION DIVIDER ANIMATION ---------- */
.section-divider {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .6s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}

.section-divider.divider-in-view {
  opacity: 1;
  transform: scaleX(1);
}

/* ---------- PRODUCT MOCKUP CARDS ---------- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-card {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #141822 0%, #111520 100%);
  border: 1px solid rgba(255, 255, 255, .07);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--pcolor, #7F56D9), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  z-index: 2;
}

.product-card:hover::before {
  transform: scaleX(1);
}

.product-card:hover {
  background: linear-gradient(160deg, #1a1f2e 0%, #161b28 100%);
  border-color: rgba(127, 86, 217, .25);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35), 0 0 20px rgba(127, 86, 217, .06);
}

.product-card-mockup {
  padding: 8px 8px 2px;
  position: relative;
  overflow: hidden;
  min-height: 0;
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-mockup .pmock {
  transform: scale(0.82);
  transform-origin: top center;
}

.product-card-body {
  padding: 8px 12px 4px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-card-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
}

.product-card-info {
  flex: 1;
}

.product-card-cat {
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.product-card-info h3 {
  font-size: .85rem;
  margin: 1px 0 2px;
  color: #fff;
  font-weight: 700;
}

.product-card-info p {
  font-size: .72rem;
  color: #8a94a8;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  margin: 4px 10px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  color: #8a94a8;
  font-size: .72rem;
  font-weight: 600;
  transition: all .35s;
  text-decoration: none;
}

.product-card-cta:hover {
  background: var(--pcolor, #7F56D9);
  color: #fff;
  border-color: var(--pcolor, #7F56D9);
  box-shadow: 0 6px 20px rgba(127, 86, 217, .25);
}

/* --- Ver Más Card --- */
.product-card-vermas {
  background: linear-gradient(135deg, #141822 0%, #1a1030 100%);
  border-color: rgba(127, 86, 217, .15);
}

.product-card-vermas:hover {
  background: linear-gradient(135deg, #1a1f2e 0%, #251a40 100%);
  border-color: rgba(127, 86, 217, .35);
}

.product-card-vermas-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(127, 86, 217, .08) 0%, transparent 70%);
}

.vermas-visual-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.vermas-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 80%;
  max-width: 160px;
}

.vermas-icon-item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  transition: all .35s;
}

.product-card-vermas:hover .vermas-icon-item {
  border-color: rgba(127, 86, 217, .2);
  background: rgba(127, 86, 217, .06);
}

.vermas-plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #fff;
  box-shadow: 0 4px 15px rgba(127, 86, 217, .4);
  animation: vermasPulse 2s ease-in-out infinite;
}

@keyframes vermasPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(127, 86, 217, .4);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(127, 86, 217, .6);
  }
}

.product-card-cta-vermas {
  background: linear-gradient(135deg, rgba(127, 86, 217, .15), rgba(0, 212, 255, .08)) !important;
  border-color: rgba(127, 86, 217, .25) !important;
  color: #c9b8ff !important;
  font-weight: 700 !important;
}

.product-card-cta-vermas:hover {
  background: linear-gradient(135deg, #7F56D9, #6341b0) !important;
  color: #fff !important;
  border-color: #7F56D9 !important;
}

/* --- Improved Website Mockup --- */
.pmock-web-layout {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pmock-web-hero {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.pmock-web-hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pmock-web-hero-btns {
  display: flex;
  gap: 4px;
  margin-top: 5px;
}

.pmock-web-hero-visual {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.pmock-web-hero-visual svg {
  width: 100%;
  height: 100%;
  animation: webVisualSpin 12s linear infinite;
}

@keyframes webVisualSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.pmock-web-features {
  display: flex;
  gap: 5px;
}

.pmock-web-feat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-web-feat-icon {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --- Improved Mobile App Mockup --- */
.pmock-stat-mini-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pmock-stat-mini-card {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-mini-val {
  font-size: .4rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.pmock-mini-label {
  font-size: .28rem;
  color: #6e7681;
}

.pmock-app-notif-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pmock-app-notif {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
}

.pmock-notif-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pmock-notif-time {
  font-size: .28rem;
  color: #6e7681;
  margin-left: auto;
  flex-shrink: 0;
}

.pmock-ring-anim {
  animation: ringDraw 2s ease-in-out infinite alternate;
}

@keyframes ringDraw {
  0% {
    stroke-dasharray: 75 100;
  }

  100% {
    stroke-dasharray: 88 100;
  }
}

/* --- PMOCK: Base mockup building blocks --- */
.pmock {
  position: relative;
  width: 100%;
}

.pmock-browser {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2f3a;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
  background: #0d1117;
}

.pmock-browser-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  background: #161b22;
  border-bottom: 1px solid #21262d;
}

.pmock-browser-bar>span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.pmock-browser-bar>span:nth-child(1) {
  background: #ff5f56;
}

.pmock-browser-bar>span:nth-child(2) {
  background: #ffbd2e;
}

.pmock-browser-bar>span:nth-child(3) {
  background: #27c93f;
}

.pmock-url-bar {
  flex: 1;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .05);
  font-size: .35rem;
  color: #8b949e;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pmock-browser-body {
  padding: 5px 6px;
}

.pmock-floating-badge {
  position: absolute;
  z-index: 5;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(13, 17, 23, .9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(127, 86, 217, .2);
  font-size: .45rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
  white-space: nowrap;
}

/* Mini UI lines */
.pmock-line {
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .08);
  margin: 3px 0;
}

.pmock-line.w90 {
  width: 90%;
}

.pmock-line.w80 {
  width: 80%;
}

.pmock-line.w75 {
  width: 75%;
}

.pmock-line.w70 {
  width: 70%;
}

.pmock-line.w65 {
  width: 65%;
}

.pmock-line.w60 {
  width: 60%;
}

.pmock-line.w55 {
  width: 55%;
}

.pmock-line.w50 {
  width: 50%;
}

.pmock-line.w40 {
  width: 40%;
}

.pmock-line.accent {
  background: var(--pcolor, #7F56D9);
  opacity: .6;
}

.pmock-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.pmock-avatar-small {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  flex-shrink: 0;
}

.pmock-nav-logo {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--pcolor, #7F56D9), rgba(0, 212, 255, .5));
  flex-shrink: 0;
}

/* --- Website mockup --- */
.pmock-hero-block {
  margin-bottom: 6px;
}

.pmock-nav-mock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  margin-bottom: 8px;
}

.pmock-nav-links {
  display: flex;
  gap: 4px;
}

.pmock-nav-links span {
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .1);
}

.pmock-nav-links span.active {
  background: var(--pcolor, #7F56D9);
}

.pmock-hero-text {
  padding: 4px 0;
}

.pmock-hero-btns {
  display: flex;
  gap: 5px;
  margin-top: 6px;
}

.pmock-btn-primary {
  width: 35px;
  height: 8px;
  border-radius: 4px;
  background: var(--pcolor, #7F56D9);
}

.pmock-btn-ghost {
  width: 30px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
}

.pmock-cards-row {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}

.pmock-mini-card {
  flex: 1;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

/* --- E-Commerce mockup --- */
.pmock-store-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.pmock-search-bar {
  flex: 1;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  align-items: center;
}

.pmock-cart-icon {
  position: relative;
}

.pmock-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: .3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmock-products-grid {
  display: flex;
  gap: 5px;
  margin-bottom: 6px;
}

.pmock-product {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-product-img {
  height: 40px;
  background: linear-gradient(135deg, rgba(127, 86, 217, .08), rgba(0, 212, 255, .05));
}

.pmock-product-info {
  padding: 4px;
}

.pmock-price {
  font-size: .38rem;
  font-weight: 700;
  color: #10b981;
  margin-top: 2px;
}

.pmock-payment-bar {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 4px;
  border-top: 1px solid rgba(255, 255, 255, .04);
}

/* --- Phone mockup --- */
.pmock-phone-frame {
  width: 100px;
  margin: 0 auto;
  border-radius: 14px;
  border: 2px solid #2a2f3a;
  background: #0d1117;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
  position: relative;
}

.pmock-phone-notch {
  width: 40px;
  height: 6px;
  background: #0d1117;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  border: 1px solid #2a2f3a;
  border-top: none;
  position: relative;
  z-index: 2;
}

.pmock-phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 6px;
  font-size: .3rem;
  color: #8b949e;
}

.pmock-phone-icons {
  display: flex;
  gap: 2px;
}

.pmock-phone-body {
  padding: 4px 6px;
}

.pmock-phone-nav {
  display: flex;
  justify-content: space-around;
  padding: 5px 4px;
  border-top: 1px solid rgba(255, 255, 255, .05);
  color: #c9d1d9;
}

.pmock-app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pmock-app-stats {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.pmock-stat-ring {
  width: 36px;
  height: 48px;
  position: relative;
  flex-shrink: 0;
}

.pmock-stat-ring svg {
  width: 100%;
  height: 100%;
}

.pmock-stat-ring span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .35rem;
  font-weight: 700;
  color: #fff;
}

.pmock-stat-mini {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pmock-app-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pmock-app-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
}

/* --- Terminal frame (Server & Cybersec) --- */
.pmock-terminal-frame {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2f3a;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
  background: #0d1117;
}

.pmock-terminal-body {
  padding: 8px 10px;
  font-family: 'Courier New', monospace;
  font-size: .42rem;
  color: #c9d1d9;
}

/* --- Server mockup --- */
.pmock-server-status {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.pmock-server-node {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-server-icon {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmock-server-info {
  display: flex;
  flex-direction: column;
  font-size: .35rem;
}

.pmock-server-info span:last-child {
  color: #6e7681;
  font-size: .3rem;
}

.pmock-server-metrics {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.pmock-server-gauge {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pmock-gauge-label {
  font-size: .35rem;
  color: #8b949e;
  width: 24px;
}

.pmock-gauge-bar {
  flex: 1;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .06);
  overflow: hidden;
}

.pmock-gauge-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 1.5s ease;
}

.pmock-gauge-val {
  font-size: .35rem;
  color: #c9d1d9;
  font-weight: 600;
  width: 24px;
  text-align: right;
}

.pmock-server-logs {
  padding: 4px 0;
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.pmock-server-logs .mock-log-line {
  font-size: .38rem;
}

/* --- CRM mockup --- */
.pmock-crm-layout {
  display: flex;
  gap: 0;
  padding: 0 !important;
}

.pmock-crm-sidebar {
  width: 28px;
  background: #161b22;
  border-right: 1px solid #21262d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0;
  gap: 6px;
}

.pmock-crm-nav-item {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6e7681;
  transition: all .2s;
}

.pmock-crm-nav-item.active {
  background: rgba(127, 86, 217, .15);
  color: #7F56D9;
}

.pmock-crm-main {
  flex: 1;
  padding: 6px 8px;
}

.pmock-crm-kpis {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}

.pmock-crm-kpi {
  flex: 1;
  padding: 5px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
}

.pmock-kpi-val {
  font-size: .5rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.pmock-kpi-label {
  font-size: .3rem;
  color: #6e7681;
}

.pmock-crm-table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-table-row {
  display: flex;
  justify-content: space-between;
  padding: 3px 6px;
  font-size: .35rem;
  color: #c9d1d9;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
}

.pmock-table-row.header {
  background: rgba(255, 255, 255, .04);
  color: #8b949e;
  font-weight: 600;
}

.pmock-table-row span {
  flex: 1;
}

.pmock-status-badge {
  font-size: .3rem;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}

.pmock-status-badge.active {
  background: rgba(16, 185, 129, .15);
  color: #10b981;
}

.pmock-status-badge.pending {
  background: rgba(234, 179, 8, .15);
  color: #eab308;
}

/* --- SaaS mockup --- */
.pmock-saas-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  margin-bottom: 6px;
}

.pmock-saas-tabs {
  flex: 1;
  display: flex;
  gap: 6px;
}

.pmock-saas-tabs span {
  font-size: .32rem;
  color: #6e7681;
  padding: 2px 5px;
  border-radius: 3px;
}

.pmock-saas-tabs span.active {
  background: rgba(127, 86, 217, .15);
  color: #a855f7;
  font-weight: 600;
}

.pmock-saas-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pmock-saas-metric {
  padding: 5px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
}

.pmock-metric-num {
  font-size: .6rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  display: block;
}

.pmock-metric-label {
  font-size: .3rem;
  color: #6e7681;
}

.pmock-mini-chart {
  height: 22px;
  margin-top: 3px;
}

.pmock-mini-chart svg {
  width: 100%;
  height: 100%;
}

.pmock-saas-api-block {
  padding: 5px 6px;
  border-radius: 5px;
  background: rgba(13, 17, 23, .8);
  border: 1px solid rgba(255, 255, 255, .05);
  font-family: 'Courier New', monospace;
}

.pmock-api-label {
  font-size: .3rem;
  color: #8b949e;
  display: block;
  margin-bottom: 2px;
}

.pmock-code-line {
  font-size: .35rem;
  color: #c9d1d9;
  padding: 1px 0;
}

/* --- SEO mockup --- */
.pmock-seo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pmock-seo-period {
  font-size: .3rem;
  color: #6e7681;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .04);
}

.pmock-seo-kpis {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}

.pmock-seo-kpi {
  flex: 1;
  padding: 4px 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pmock-seo-val {
  font-size: .5rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.pmock-seo-kpi span:last-child {
  font-size: .28rem;
  color: #6e7681;
}

.pmock-seo-chart {
  height: 28px;
  margin-bottom: 4px;
}

.pmock-seo-chart svg {
  width: 100%;
  height: 100%;
}

.pmock-seo-keywords {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pmock-kw-row {
  display: flex;
  justify-content: space-between;
  font-size: .33rem;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .02);
  color: #c9d1d9;
}

/* --- Cybersec mockup --- */
.pmock-pentest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.pmock-pentest-target {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: .38rem;
  color: #c9d1d9;
}

.pmock-pentest-badge {
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(239, 68, 68, .15);
  color: #ef4444;
  font-size: .3rem;
  font-weight: 700;
  animation: pulse-scan 1.5s ease-in-out infinite;
}

@keyframes pulse-scan {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.pmock-pentest-results {
  margin-bottom: 4px;
}

.pmock-pentest-results .mock-log-line {
  font-size: .36rem;
  padding: 1.5px 0;
}

.pmock-pentest-summary {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .05);
  font-size: .38rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-visual {
    margin-top: 40px;
  }

  .shield-container {
    max-width: 400px;
  }

  .about-inner {
    grid-template-columns: 1fr;
  }

  .about-visual {
    order: 2;
    min-height: auto;
  }

  .about-content {
    order: 1;
  }

  .about-content .section-tag,
  .about-content .section-title {
    text-align: center;
  }

  .about-desc {
    text-align: center;
  }

  .about-exp-badge {
    right: 10px;
  }

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

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

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

  .vermas-icon-grid {
    max-width: 120px;
  }

  .mkt-pillars {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-info .section-tag,
  .contact-info .section-title {
    text-align: center;
  }

  .contact-info>p {
    text-align: center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .section-title {
    font-size: 2.1rem;
  }
}

@media (max-width:768px) {
  .topbar {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(10, 14, 26, .98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 20px;
    transition: right .4s ease;
    z-index: 999;
    border-left: 1px solid rgba(127, 86, 217, .15);
  }

  .nav-links.open {
    right: 0;
  }

  .nav-cta {
    display: none !important;
  }

  .hamburger {
    display: flex;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .services-overview-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .mkt-pillars {
    grid-template-columns: 1fr;
  }

  .mkt-cta-row {
    flex-direction: column;
    align-items: center;
  }

  .projects-filters {
    gap: 6px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: .8rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-socials {
    justify-content: center;
  }

  .newsletter-inner {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form {
    max-width: 100%;
  }

  .about-img-overlay {
    right: 0;
  }
}

@media (max-width:480px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn-lg {
    padding: 14px 28px;
    font-size: .95rem;
  }

  .lang-switcher {
    gap: 2px;
  }

  .lang-btn {
    padding: 5px 8px;
    font-size: .72rem;
  }
}

/* =============================================
   INTERNAL PAGES — SHARED STYLES
   ============================================= */

/* ---------- PAGE HERO BANNER ---------- */
.page-hero {
  padding: 180px 0 90px;
  background:
    radial-gradient(circle 500px at 30% 40%, rgba(127, 86, 217, .12) 0%, transparent 70%),
    radial-gradient(circle 400px at 80% 60%, rgba(0, 212, 255, .08) 0%, transparent 70%),
    linear-gradient(180deg, #080c18 0%, #0d1225 50%, #0a0e1a 100%);
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* Hex grid pattern */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    linear-gradient(30deg, rgba(127, 86, 217, .06) 12%, transparent 12.5%, transparent 87%, rgba(127, 86, 217, .06) 87.5%, rgba(127, 86, 217, .06)),
    linear-gradient(150deg, rgba(127, 86, 217, .06) 12%, transparent 12.5%, transparent 87%, rgba(127, 86, 217, .06) 87.5%, rgba(127, 86, 217, .06)),
    linear-gradient(30deg, rgba(127, 86, 217, .06) 12%, transparent 12.5%, transparent 87%, rgba(127, 86, 217, .06) 87.5%, rgba(127, 86, 217, .06)),
    linear-gradient(150deg, rgba(127, 86, 217, .06) 12%, transparent 12.5%, transparent 87%, rgba(127, 86, 217, .06) 87.5%, rgba(127, 86, 217, .06)),
    linear-gradient(60deg, rgba(0, 212, 255, .04) 25%, transparent 25.5%, transparent 75%, rgba(0, 212, 255, .04) 75%, rgba(0, 212, 255, .04)),
    linear-gradient(60deg, rgba(0, 212, 255, .04) 25%, transparent 25.5%, transparent 75%, rgba(0, 212, 255, .04) 75%, rgba(0, 212, 255, .04));
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
  animation: heroPatternShift 20s linear infinite;
}

@keyframes heroPatternShift {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(140px)
  }
}

/* Glowing orbs — disabled for unified bg */
.page-hero::after {
  display: none;
}

/* Floating decorative elements */
.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(127, 86, 217, .15), rgba(0, 212, 255, .1));
  filter: blur(1px);
}

.page-hero-decor--1 {
  width: 60px;
  height: 60px;
  top: 25%;
  left: 8%;
  animation: floatBadge 6s ease-in-out infinite;
  border: 1px solid rgba(127, 86, 217, .15);
}

.page-hero-decor--2 {
  width: 35px;
  height: 35px;
  top: 30%;
  right: 12%;
  animation: floatBadge 4.5s ease-in-out infinite reverse;
  border: 1px solid rgba(0, 212, 255, .15);
}

.page-hero-decor--3 {
  width: 20px;
  height: 20px;
  bottom: 30%;
  left: 15%;
  animation: floatBadge 5s ease-in-out infinite;
  border: 1px solid rgba(127, 86, 217, .2);
  background: rgba(127, 86, 217, .2);
}

.page-hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #fff 40%, #c4b5fd 70%, #7F56D9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.page-hero .page-hero-subtitle {
  font-size: 1.1rem;
  color: #8a94a8;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-size: .9rem;
  color: #8a94a8;
}

.breadcrumbs a {
  color: #7F56D9;
  font-weight: 500;
  transition: color .3s;
}

.breadcrumbs a:hover {
  color: #00d4ff;
}

.breadcrumbs span.sep {
  color: #4a5068;
}

/* ---------- MISSION / VISION ---------- */
.mission-vision-section {
  background: transparent;
}

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

.mv-card {
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.mv-card:hover::before {
  transform: scaleX(1);
}

.mv-card:hover {
  background: rgba(127, 86, 217, .06);
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(127, 86, 217, .12);
}

.mv-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #7F56D9;
  background: linear-gradient(135deg, rgba(127, 86, 217, .15), rgba(0, 212, 255, .1));
}

.mv-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.mv-card p {
  font-size: .9rem;
  color: #8a94a8;
  line-height: 1.7;
}

/* ---------- PROCESS SECTION ---------- */
.process-section {
  background: transparent;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  counter-reset: step;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 35px;
  left: calc(12.5% + 10px);
  right: calc(12.5% + 10px);
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #00d4ff, #7F56D9);
  opacity: .3;
  z-index: 0;
}

.process-step {
  text-align: center;
  padding: 20px 16px;
  position: relative;
  z-index: 1;
}

.process-step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  box-shadow: 0 8px 30px rgba(127, 86, 217, .35);
  position: relative;
  transition: all .4s;
}

.process-step:hover .process-step-number {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(127, 86, 217, .5);
}

.process-step-content h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.process-step-content p {
  font-size: .85rem;
  color: #8a94a8;
  line-height: 1.6;
}

@media (max-width:1024px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .process-steps::before {
    display: none;
  }
}

@media (max-width:768px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ---------- ABOUT PAGE ---------- */
.about-page-story {
  background: transparent;
}

.about-page-story .about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-page-story .story-content .section-tag {
  text-align: left;
}

.about-page-story .story-content .section-title {
  text-align: left;
  font-size: 2.2rem;
}

.about-page-story .story-text {
  margin: 20px 0;
  color: #8a94a8;
  line-height: 1.8;
}

.about-page-story .story-img img {
  border-radius: 20px;
}

/* Timeline */
.timeline-section {
  background: transparent;
}

.timeline {
  position: relative;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #7F56D9, #00d4ff);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  align-items: flex-start;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background: #7F56D9;
  border: 3px solid #0a0e1a;
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 12px rgba(127, 86, 217, .4);
}

.timeline-content {
  flex: 1;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
}

.timeline-content h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.timeline-content .timeline-year {
  color: #7F56D9;
  font-weight: 600;
  font-size: .85rem;
}

.timeline-content p {
  font-size: .9rem;
  color: #8a94a8;
  margin-top: 8px;
}

/* Values */
.values-section {
  background: transparent;
}

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

.value-card {
  padding: 36px 28px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
}

.value-card:hover {
  background: rgba(127, 86, 217, .06);
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-6px);
}

.value-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #7F56D9;
  background: linear-gradient(135deg, rgba(127, 86, 217, .12), rgba(0, 212, 255, .08));
}

.value-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.value-card p {
  font-size: .9rem;
  color: #8a94a8;
}

/* ---------- SERVICES PAGE ---------- */
.services-page {
  background: transparent;
}

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

.why-us-section {
  background: transparent;
}

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

.why-us-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .3s;
}

.why-us-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 86, 217, .2);
}

.why-us-card i {
  font-size: 2rem;
  color: #F37335;
  margin-bottom: 14px;
}

.why-us-card h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.why-us-card p {
  font-size: .85rem;
  color: #8a94a8;
}

/* ---------- SERVICE DETAILS PAGE ---------- */
.service-detail-section {
  background: transparent;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
  align-items: start;
}

.service-detail-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.service-detail-content p {
  color: #8a94a8;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 30px 0;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
}

.service-feature-item i {
  color: #10b981;
  font-size: .9rem;
}

.service-feature-item span {
  font-size: .9rem;
  color: #c9d1d9;
}

/* Service Sidebar */
.service-sidebar {}

.service-sidebar-list {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  margin-bottom: 24px;
}

.service-sidebar-list h4 {
  padding: 20px 24px;
  font-size: 1.05rem;
  background: linear-gradient(135deg, rgba(127, 86, 217, .1), rgba(0, 212, 255, .05));
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.service-sidebar-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: .9rem;
  color: #b0b8c8;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  transition: all .3s;
}

.service-sidebar-list a:hover,
.service-sidebar-list a.active {
  background: rgba(127, 86, 217, .08);
  color: #7F56D9;
  padding-left: 30px;
}

.service-sidebar-list a i {
  font-size: .7rem;
  color: #7F56D9;
}

.service-sidebar-cta {
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(135deg, rgba(127, 86, 217, .12), rgba(243, 115, 53, .08));
  border: 1px solid rgba(127, 86, 217, .15);
}

.service-sidebar-cta h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.service-sidebar-cta p {
  font-size: .85rem;
  color: #8a94a8;
  margin-bottom: 16px;
}

/* ---------- CONTACT PAGE ---------- */
.contact-page {
  background: transparent;
}

.contact-page-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.contact-map {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .03);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: invert(90%) hue-rotate(180deg);
}

/* ---------- BLOG PAGE ---------- */
.blog-page {
  background: transparent;
}

.blog-page-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
}

.blog-main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.blog-sidebar {}

.blog-sidebar-widget {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
}

.blog-sidebar-widget h4 {
  font-size: 1.05rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.blog-sidebar-widget .blog-cat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-cat-list a {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: .9rem;
  color: #8a94a8;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.blog-cat-list a:hover {
  color: #7F56D9;
}

.blog-recent-post {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.blog-recent-post img {
  width: 65px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.blog-recent-post h5 {
  font-size: .85rem;
  line-height: 1.3;
  margin-bottom: 4px;
}

.blog-recent-post span {
  font-size: .75rem;
  color: #7F56D9;
}

/* ---------- BLOG DETAILS ---------- */
.blog-detail-section {
  background: transparent;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
}

.blog-detail-content {}

.blog-detail-content .blog-detail-img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-detail-content .blog-detail-img img {
  width: 100%;
  height: auto;
}

.blog-detail-content .blog-detail-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: .85rem;
  color: #7F56D9;
  font-weight: 600;
}

.blog-detail-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.blog-detail-content p {
  color: #8a94a8;
  line-height: 1.9;
  margin-bottom: 16px;
}

.blog-detail-content blockquote {
  padding: 24px 30px;
  margin: 24px 0;
  border-radius: 12px;
  background: rgba(127, 86, 217, .06);
  border-left: 4px solid #7F56D9;
  font-style: italic;
  color: #b0b8c8;
}

/* ---------- TEAM PAGE ---------- */
.team-page {
  background: transparent;
}

.team-page .team-grid {
  grid-template-columns: repeat(4, 1fr);
}

.team-card-expanded {
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
  padding: 36px 24px;
}

.team-card-expanded:hover {
  background: rgba(127, 86, 217, .06);
  border-color: rgba(127, 86, 217, .2);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.team-card-expanded .team-avatar {
  width: 110px;
  height: 110px;
  font-size: 2.5rem;
}

.team-card-expanded .team-bio {
  font-size: .85rem;
  color: #8a94a8;
  margin: 12px 0;
}

/* ---------- PROJECTS PAGE ---------- */
.projects-page {
  background: transparent;
}

.projects-page .projects-grid {
  grid-template-columns: repeat(3, 1fr);
}

.project-card-full .project-card-body {
  padding: 24px;
}

.project-card-full .project-card-body p {
  font-size: .85rem;
  color: #8a94a8;
  margin-top: 8px;
}

/* ---------- FAQ PAGE ---------- */
.faq-section {
  background: transparent;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 14px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
  transition: all .3s;
}

.faq-item.active {
  border-color: rgba(127, 86, 217, .2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.faq-question i {
  color: #7F56D9;
  transition: transform .3s;
  font-size: .9rem;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  padding: 0 24px;
  color: #8a94a8;
  font-size: .9rem;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

/* ---------- PRICING PAGE ---------- */
.pricing-section {
  background: transparent;
}

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

.pricing-card {
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: all .4s;
  position: relative;
}

.pricing-card.featured {
  background: linear-gradient(135deg, rgba(127, 86, 217, .1), rgba(0, 212, 255, .05));
  border-color: rgba(127, 86, 217, .3);
  transform: scale(1.05);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(127, 86, 217, .15);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #7F56D9, #00d4ff);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.pricing-price {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 16px 0;
  font-family: 'Poppins', sans-serif;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #8a94a8;
}

.pricing-features {
  text-align: left;
  margin: 24px 0;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: .9rem;
  color: #b0b8c8;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.pricing-features li i {
  color: #10b981;
  font-size: .8rem;
}

.pricing-features li.disabled {
  color: #4a5068;
}

.pricing-features li.disabled i {
  color: #4a5068;
}

/* ---------- LEGAL PAGES ---------- */
.legal-section {
  background: #0a0e1a;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin: 30px 0 12px;
}

.legal-content h3 {
  font-size: 1.2rem;
  margin: 24px 0 10px;
}

.legal-content p {
  color: #8a94a8;
  line-height: 1.9;
  margin-bottom: 16px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-content ul li {
  color: #8a94a8;
  line-height: 1.7;
  margin-bottom: 8px;
  list-style: disc;
}

/* ---------- NAV ACTIVE STATE ---------- */
.nav-links a.nav-active {
  color: #fff;
}

.nav-links a.nav-active::after {
  width: 100%;
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
}

/* ---------- BLOG DETAIL SHARE ---------- */
.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.share-label {
  font-weight: 600;
  color: #fff;
  font-size: .9rem;
}

.share-icons {
  display: flex;
  gap: 10px;
}

.share-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: #b0b8c8;
  transition: all .3s;
}

.share-icons a:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

.blog-detail-content h3 {
  font-size: 1.4rem;
  margin: 28px 0 14px;
  color: #fff;
}

/* ---------- FAQ CTA SECTION ---------- */
.faq-cta-section {
  background: linear-gradient(135deg, rgba(127, 86, 217, .08), rgba(0, 212, 255, .04));
  padding: 80px 0;
}

/* ---------- INTERNAL PAGES RESPONSIVE ---------- */
@media (max-width:1024px) {
  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    order: -1;
  }

  .blog-page-layout {
    grid-template-columns: 1fr;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-inner {
    grid-template-columns: 1fr;
  }

  .about-page-story .about-inner {
    grid-template-columns: 1fr;
  }

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

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .pricing-card.featured {
    transform: none;
  }

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

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

  .service-features {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   BLOG CARDS v2 — PREMIUM DESIGN
   ============================================ */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.blog-card-v2 {
  background: rgba(22, 27, 45, 0.6);
  border: 1px solid rgba(127, 86, 217, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.blog-card-v2:hover {
  transform: translateY(-8px);
  border-color: rgba(127, 86, 217, 0.35);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(127, 86, 217, 0.08);
}

/* Image Container */
.blog-card-v2-img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-card-v2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.blog-card-v2:hover .blog-card-v2-img img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.blog-card-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 40%,
      rgba(10, 14, 23, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Category Badge */
.blog-card-v2-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: linear-gradient(135deg, #7F56D9, #a855f7);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(127, 86, 217, 0.35);
}

/* Body */
.blog-card-v2-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
}

/* Meta Row */
.blog-card-v2-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.blog-card-v2-meta span {
  font-size: 0.72rem;
  color: #8b949e;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-card-v2-meta span i {
  font-size: 0.65rem;
  color: #7F56D9;
}

.blog-meta-author i {
  color: #F37335 !important;
}

.blog-meta-date i {
  color: #00d4ff !important;
}

.blog-meta-read i {
  color: #10b981 !important;
}

/* Title */
.blog-card-v2-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e6edf3;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
  margin: 0;
}

.blog-card-v2:hover .blog-card-v2-title {
  color: #c4b5fd;
}

/* Excerpt */
.blog-card-v2-excerpt {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #8b949e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  margin: 0;
}

/* CTA Button */
.blog-card-v2-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #7F56D9;
  text-decoration: none;
  padding-top: 0.5rem;
  margin-top: auto;
  transition: all 0.3s ease;
  position: relative;
}

.blog-card-v2-cta::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7F56D9, #a855f7);
  border-radius: 1px;
  transition: width 0.3s ease;
}

.blog-card-v2-cta:hover {
  color: #a855f7;
  gap: 12px;
}

.blog-card-v2-cta:hover::after {
  width: 100%;
}

.blog-card-v2-cta i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.blog-card-v2-cta:hover i {
  transform: translateX(4px);
}

/* === BLOG RESPONSIVE === */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card-v2-img {
    height: 190px;
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .blog-card-v2-img {
    height: 200px;
  }

  .blog-card-v2-body {
    padding: 1.25rem;
  }

  .blog-card-v2-title {
    font-size: 1rem;
  }
}
/* ---------- HOMEPAGE PRICING SECTION ---------- */
.hp-pricing { background: #0a0e1a; }
.hp-pricing .section-header { margin-bottom: 24px; }
.hp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  max-width: 1060px;
  margin: 0 auto;
}

/* Plan Card */
.hp-plan {
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  padding: 20px 18px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.hp-plan:hover {
  border-color: rgba(127,86,217,.2);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

/* Featured plan */
.hp-plan--featured {
  background: linear-gradient(180deg, rgba(127,86,217,.08) 0%, rgba(127,86,217,.02) 100%);
  border-color: rgba(127,86,217,.25);
  box-shadow: 0 6px 30px rgba(127,86,217,.12);
}
.hp-plan--featured:hover {
  transform: translateY(-4px);
  border-color: rgba(127,86,217,.4);
  box-shadow: 0 20px 50px rgba(127,86,217,.2);
}
.hp-plan-badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: 100px;
  background: linear-gradient(135deg, #7F56D9, #6d3fc4);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(127,86,217,.4);
}

/* Plan header */
.hp-plan-name {
  font-family: 'Poppins', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-plan-price {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  margin: 4px 0 4px;
  line-height: 1;
}
.hp-plan-price span {
  font-size: .75rem;
  font-weight: 500;
  color: #5a6578;
}
.hp-plan-desc {
  font-size: .7rem;
  color: #5a6578;
  margin-bottom: 14px;
  line-height: 1.3;
}

/* Features */
.hp-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 12px;
}
.hp-plan-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: .76rem;
  color: #c0c8d8;
}
.hp-plan-features li i {
  font-size: .55rem;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-plan-features li i.fa-check {
  background: rgba(34,197,94,.12);
  color: #22c55e;
}
.hp-plan-features li.disabled {
  color: #3d4555;
}
.hp-plan-features li.disabled i {
  background: rgba(239,68,68,.1);
  color: #ef4444;
}

/* CTA Button */
.hp-plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: #c0c8d8;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}
.hp-plan-btn:hover {
  background: rgba(127,86,217,.1);
  border-color: rgba(127,86,217,.3);
  color: #a78bfa;
  transform: translateY(-2px);
}
.hp-plan-btn i { font-size: .7rem; transition: transform .3s; }
.hp-plan-btn:hover i { transform: translateX(3px); }

.hp-plan-btn--primary {
  background: linear-gradient(135deg, #7F56D9, #6d3fc4);
  border-color: #7F56D9;
  color: #fff;
  box-shadow: 0 4px 16px rgba(127,86,217,.3);
}
.hp-plan-btn--primary:hover {
  background: linear-gradient(135deg, #8f6ae5, #7F56D9);
  box-shadow: 0 6px 24px rgba(127,86,217,.4);
  color: #fff;
}

/* Note */
.hp-pricing-note {
  text-align: center;
  margin-top: 18px;
  font-size: .72rem;
  color: #4a5568;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hp-pricing-note i { color: #7F56D9; }
.hp-pricing-note a {
  color: #a78bfa;
  text-decoration: none;
  font-weight: 600;
  transition: color .3s;
}
.hp-pricing-note a:hover { color: #c4b5fd; }

/* Custom/Specialized plan */
.hp-plan--custom {
  background: linear-gradient(180deg, rgba(0,212,255,.06) 0%, rgba(0,212,255,.01) 100%);
  border-color: rgba(0,212,255,.18);
}
.hp-plan--custom:hover {
  border-color: rgba(0,212,255,.35);
  box-shadow: 0 16px 40px rgba(0,212,255,.1);
}
.hp-plan--custom .hp-plan-name { color: #22d3ee; }
.hp-plan-price--custom {
  font-size: 1.4rem !important;
  background: linear-gradient(135deg, #22d3ee, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hp-plan--custom .hp-plan-features li i.fa-check {
  background: rgba(0,212,255,.12);
  color: #22d3ee;
}
.hp-plan-btn--custom {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  border-color: #06b6d4;
  color: #fff;
  box-shadow: 0 4px 16px rgba(6,182,212,.25);
}
.hp-plan-btn--custom:hover {
  background: linear-gradient(135deg, #22d3ee, #06b6d4);
  box-shadow: 0 6px 24px rgba(6,182,212,.35);
  color: #fff;
}

@media (max-width: 1024px) {
  .hp-pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 560px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .hp-pricing-grid { grid-template-columns: 1fr; max-width: 360px; }
}

@media (max-width:768px) {
  .page-hero {
    padding: 120px 0 60px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(odd) {
    flex-direction: column;
    text-align: left;
    padding-left: 50px;
  }

  .timeline-dot {
    left: 20px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
  }

  .team-page .team-grid {
    grid-template-columns: 1fr;
  }

  .projects-page .projects-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================================
   LIGHT THEME — INTERNAL PAGES (body[data-page])
   ==============================================
   Homepage stays dark. All internal pages switch
   to a clean white/light background like Paheli.
   ============================================== */

/* ---------- BASE OVERRIDES ---------- */
body[data-page] {
  background: #f8f9fc;
  color: #3a3f4b;
}

body[data-page] h1,
body[data-page] h2,
body[data-page] h3,
body[data-page] h4,
body[data-page] h5,
body[data-page] h6 {
  color: #1a1d2b;
}

body[data-page] a {
  color: inherit;
}

/* ---------- COMPACT SECTION SPACING ---------- */
body[data-page] section {
  padding: 70px 0;
}

body[data-page] .page-hero {
  padding: 40px 0 28px;
}

body[data-page] .page-hero+section {
  padding-top: 50px;
}

body[data-page] .section-header {
  margin-bottom: 40px;
}

/* Alternating section backgrounds for visual flow */
body[data-page] .mission-vision-section,
body[data-page] .process-section,
body[data-page] .values-section,
body[data-page] .why-us-section:nth-of-type(even),
body[data-page] .team-culture,
body[data-page] .faq-section,
body[data-page] .blog-page {
  background: #f0f2f6 !important;
}

body[data-page] .premium-features,
body[data-page] .timeline-section,
body[data-page] .testimonials-section,
body[data-page] .services-page,
body[data-page] .team-page,
body[data-page] .contact-page,
body[data-page] .pricing-section,
body[data-page] .legal-section {
  background: #fff !important;
}

/* ---------- TOPBAR (light) ---------- */
body[data-page] .topbar {
  background: #fff;
  border-bottom: 1px solid #e8ecf1;
}

body[data-page] .topbar-inner {
  color: #5a6070;
}

body[data-page] .topbar-left a {
  color: #7F56D9;
}

body[data-page] .topbar-right a {
  color: #5a6070;
}

body[data-page] .topbar-right a:hover {
  color: #7F56D9;
}

/* ---------- NAVBAR (light) ---------- */
body[data-page] .navbar {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #e8ecf1;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}

body[data-page] .navbar.scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
}

body[data-page] .logo-icon {
  color: #7F56D9;
}

body[data-page] .logo-text {
  color: #1a1d2b;
}

body[data-page] .logo-text .accent {
  color: #7F56D9;
}

body[data-page] .nav-links a {
  color: #4a5068;
}

body[data-page] .nav-links a:hover {
  color: #7F56D9;
}

body[data-page] .nav-links a.nav-active {
  color: #7F56D9;
}

body[data-page] .nav-links a.nav-active::after {
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
}

body[data-page] .lang-btn {
  color: #4a5068;
  border-color: #e0e4ea;
  background: #f0f2f5;
}

body[data-page] .lang-btn.active {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

body[data-page] .hamburger span {
  background: #1a1d2b;
}

/* ---------- PAGE HERO (premium light gradient) ---------- */
body[data-page] .page-hero {
  background:
    radial-gradient(ellipse 600px 400px at 20% 50%, rgba(127, 86, 217, .08) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 80% 40%, rgba(0, 212, 255, .06) 0%, transparent 70%),
    linear-gradient(180deg, #eef0f7 0%, #e4e8f2 40%, #f2f4f9 100%);
}

body[data-page] .page-hero::before {
  opacity: .12;
}

body[data-page] .page-hero-decor {
  background: linear-gradient(135deg, rgba(127, 86, 217, .08), rgba(0, 212, 255, .05));
}

body[data-page] .page-hero-decor--1 {
  border-color: rgba(127, 86, 217, .1);
}

body[data-page] .page-hero-decor--2 {
  border-color: rgba(0, 212, 255, .1);
}

body[data-page] .page-hero-decor--3 {
  background: rgba(127, 86, 217, .1);
  border-color: rgba(127, 86, 217, .12);
}

body[data-page] .page-hero h1 {
  background: linear-gradient(135deg, #1a1d2b 30%, #5b3fa0 65%, #7F56D9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.4rem;
  margin-bottom: 12px;
}

body[data-page] .page-hero .page-hero-subtitle {
  color: #5a6070;
  max-width: 600px;
  font-size: 1rem;
  margin-bottom: 12px;
}

body[data-page] .breadcrumbs {
  color: #7a8190;
  margin-top: 0;
}

body[data-page] .breadcrumbs a {
  color: #7F56D9;
}

body[data-page] .breadcrumbs span.sep {
  color: #b0b8c8;
}

/* ---------- SECTIONS (light) ---------- */
body[data-page] .section-tag {
  color: #7F56D9;
}

body[data-page] .section-title {
  color: #1a1d2b;
  font-size: 2rem;
}

body[data-page] .section-header p {
  color: #5a6070;
}

/* ---------- CARDS & PANELS (light) ---------- */
body[data-page] .mv-card,
body[data-page] .premium-feature-card,
body[data-page] .why-us-card,
body[data-page] .value-card,
body[data-page] .testimonial-card,
body[data-page] .team-card-expanded,
body[data-page] .faq-item,
body[data-page] .pricing-card,
body[data-page] .contact-feature-card,
body[data-page] .culture-card,
body[data-page] .service-feature-item,
body[data-page] .blog-sidebar-widget {
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

body[data-page] .mv-card:hover,
body[data-page] .premium-feature-card:hover,
body[data-page] .why-us-card:hover,
body[data-page] .value-card:hover,
body[data-page] .team-card-expanded:hover,
body[data-page] .culture-card:hover {
  background: #fff;
  border-color: rgba(127, 86, 217, .25);
  box-shadow: 0 12px 40px rgba(127, 86, 217, .1);
}

body[data-page] .mv-card::before {
  background: linear-gradient(90deg, #7F56D9, #00d4ff);
}

body[data-page] .mv-card p,
body[data-page] .premium-feature-card p,
body[data-page] .why-us-card p,
body[data-page] .value-card p,
body[data-page] .culture-card p,
body[data-page] .testimonial-card p,
body[data-page] .faq-answer,
body[data-page] .process-step-content p,
body[data-page] .timeline-content p,
body[data-page] .service-detail-content p,
body[data-page] .blog-detail-content p,
body[data-page] .legal-content p,
body[data-page] .legal-content ul li {
  color: #5a6070;
}

body[data-page] .mv-card h3,
body[data-page] .premium-feature-card h3,
body[data-page] .why-us-card h4,
body[data-page] .value-card h3,
body[data-page] .process-step-content h3,
body[data-page] .timeline-content h3,
body[data-page] .culture-card h4 {
  color: #1a1d2b;
}

/* ---------- PREMIUM FEATURE CARD SPECIFICS ---------- */
body[data-page] .pf-number {
  color: rgba(127, 86, 217, .12);
}

/* ---------- SERVICES GRID (light) ---------- */
body[data-page] .service-card {
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

body[data-page] .service-card:hover {
  background: #fff;
  border-color: rgba(127, 86, 217, .25);
  box-shadow: 0 12px 40px rgba(127, 86, 217, .1);
}

body[data-page] .service-card h3 {
  color: #1a1d2b;
}

body[data-page] .service-card p {
  color: #5a6070;
}

/* ---------- PROCESS STEPS ---------- */
body[data-page] .process-steps::before {
  opacity: .5;
}

body[data-page] .process-step-number {
  box-shadow: 0 8px 30px rgba(127, 86, 217, .2);
  width: 60px;
  height: 60px;
  font-size: 1.3rem;
}

body[data-page] .process-step {
  padding: 16px 12px;
}

body[data-page] .process-section {
  padding: 60px 0 !important;
}

/* ---------- TIMELINE (compact) ---------- */
body[data-page] .timeline-section {
  padding: 60px 0 !important;
}

body[data-page] .timeline {
  padding: 20px 0;
}

body[data-page] .timeline-item {
  margin-bottom: 24px;
}

body[data-page] .timeline::before {
  opacity: .6;
}

body[data-page] .timeline-content {
  background: #f8f9fc;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
  padding: 20px;
}

body[data-page] .timeline-dot {
  border-color: #fff;
}

/* ---------- TESTIMONIALS ---------- */
body[data-page] .testimonial-text {
  color: #4a5068;
}

body[data-page] .testimonial-info h4 {
  color: #1a1d2b;
}

body[data-page] .testimonial-info span {
  color: #7F56D9;
}

/* ---------- STATS SECTION ---------- */
body[data-page] .stats {
  background: linear-gradient(135deg, #1a1d2b 0%, #232840 50%, #1a1d2b 100%) !important;
  border-top: 1px solid rgba(127, 86, 217, .15);
  border-bottom: 1px solid rgba(127, 86, 217, .15);
}

body[data-page] .stats .stat-number {
  color: #fff;
}

body[data-page] .stats .stat-label {
  color: rgba(255, 255, 255, .85);
}

body[data-page] .stats .stat-icon {
  color: rgba(255, 255, 255, .7);
}

/* ---------- TECH MARQUEE ---------- */
body[data-page] .tech-marquee-section {
  background: #f0f2f6 !important;
  border-top: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
}

body[data-page] .tech-marquee-item {
  color: #5a6070;
}

body[data-page] .tech-marquee-item i {
  color: #7F56D9;
}

/* ---------- PREMIUM CTA (keep dark for contrast) ---------- */
body[data-page] .premium-cta {
  background: linear-gradient(135deg, #0d1225 0%, #1a1040 50%, #0d1225 100%) !important;
}

body[data-page] .premium-cta h2 {
  color: #fff !important;
}

body[data-page] .premium-cta p {
  color: #b0b8c8 !important;
}

body[data-page] .premium-cta .section-tag {
  color: #c4b5fd !important;
}

/* ---------- BLOG CARDS (light) ---------- */
body[data-page] .blog-card,
body[data-page] .blog-card-v2 {
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

body[data-page] .blog-card:hover,
body[data-page] .blog-card-v2:hover {
  border-color: rgba(127, 86, 217, .2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

body[data-page] .blog-card-body h3,
body[data-page] .blog-card-v2-title {
  color: #1a1d2b;
}

body[data-page] .blog-card-body p {
  color: #5a6070;
}

body[data-page] .blog-card-meta {
  color: #8a94a8;
}

body[data-page] .blog-card-tag {
  background: rgba(127, 86, 217, .08);
  color: #7F56D9;
}

body[data-page] .blog-sidebar-widget h4 {
  color: #1a1d2b;
  border-bottom-color: #e8ecf1;
}

body[data-page] .blog-cat-list a {
  color: #5a6070;
  border-bottom-color: #f0f2f5;
}

body[data-page] .blog-cat-list a:hover {
  color: #7F56D9;
}

body[data-page] .blog-recent-post {
  border-bottom-color: #f0f2f5;
}

body[data-page] .blog-recent-post h5 {
  color: #1a1d2b;
}

/* ---------- BLOG DETAIL ---------- */
body[data-page] .blog-detail-content h2,
body[data-page] .blog-detail-content h3 {
  color: #1a1d2b;
}

body[data-page] .blog-detail-content blockquote {
  background: rgba(127, 86, 217, .04);
  border-left-color: #7F56D9;
  color: #4a5068;
}

body[data-page] .blog-detail-share {
  border-top-color: #e8ecf1;
}

body[data-page] .share-label {
  color: #1a1d2b;
}

body[data-page] .share-icons a {
  background: #f0f2f5;
  border-color: #e0e4ea;
  color: #5a6070;
}

body[data-page] .share-icons a:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

/* ---------- CONTACT PAGE (light) ---------- */
body[data-page] .contact-page-inner .contact-info h2 {
  color: #1a1d2b;
}

body[data-page] .contact-page-inner .contact-info p {
  color: #5a6070;
}

body[data-page] .contact-item {
  color: #5a6070;
}

body[data-page] .contact-item i {
  color: #7F56D9;
}

body[data-page] .contact-item a {
  color: #5a6070;
}

body[data-page] .contact-item a:hover {
  color: #7F56D9;
}

body[data-page] .contact-socials a {
  background: #f0f2f5;
  border-color: #e0e4ea;
  color: #5a6070;
}

body[data-page] .contact-socials a:hover {
  background: #7F56D9;
  color: #fff;
}

body[data-page] .contact-map {
  border-color: #e8ecf1;
  background: #f0f2f5;
}

body[data-page] .contact-map iframe {
  filter: none;
}

body[data-page] .contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

body[data-page] .contact-form input,
body[data-page] .contact-form textarea {
  background: #f8f9fc;
  border: 1px solid #e0e4ea;
  color: #1a1d2b;
}

body[data-page] .contact-form input::placeholder,
body[data-page] .contact-form textarea::placeholder {
  color: #9ca3af;
}

body[data-page] .contact-form input:focus,
body[data-page] .contact-form textarea:focus {
  border-color: #7F56D9;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(127, 86, 217, .1);
}

/* ---------- CONTACT FEATURE CARDS ---------- */
body[data-page] .contact-feature-card i {
  color: #7F56D9;
}

body[data-page] .contact-feature-card h4 {
  color: #1a1d2b;
}

body[data-page] .contact-feature-card p {
  color: #5a6070;
}

/* ---------- CLIENTS SECTION ---------- */
body[data-page] .clients-section {
  background: #f0f2f6 !important;
}

body[data-page] .client-logo {
  color: #8a94a8;
  border-color: #e0e4ea;
  background: #fff;
}

/* ---------- FAQ ---------- */
body[data-page] .faq-question {
  color: #1a1d2b;
}

body[data-page] .faq-answer {
  color: #5a6070;
}

/* ---------- PRICING (light) ---------- */
body[data-page] .pricing-card {
  background: #fff;
  border: 1px solid #e8ecf1;
}

body[data-page] .pricing-card.featured {
  background: linear-gradient(135deg, rgba(127, 86, 217, .06), rgba(0, 212, 255, .03));
  border-color: rgba(127, 86, 217, .25);
}

body[data-page] .pricing-card:hover {
  box-shadow: 0 20px 50px rgba(127, 86, 217, .1);
}

body[data-page] .pricing-price {
  color: #1a1d2b;
}

body[data-page] .pricing-price span {
  color: #8a94a8;
}

body[data-page] .pricing-features li {
  color: #5a6070;
  border-bottom-color: #f0f2f5;
}

body[data-page] .pricing-features li i {
  color: #10b981;
}

body[data-page] .pricing-features li.disabled {
  color: #c0c5d0;
}

body[data-page] .pricing-features li.disabled i {
  color: #c0c5d0;
}

/* ---------- LEGAL PAGES ---------- */
body[data-page] .legal-section {
  background: #f8f9fc;
}

body[data-page] .legal-content h2,
body[data-page] .legal-content h3 {
  color: #1a1d2b;
}

/* ---------- TEAM ---------- */
body[data-page] .team-card {
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

body[data-page] .team-card:hover {
  border-color: rgba(127, 86, 217, .2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

body[data-page] .team-name {
  color: #1a1d2b;
}

body[data-page] .team-role {
  color: #7F56D9;
}

body[data-page] .team-bio,
body[data-page] .team-card-expanded .team-bio {
  color: #5a6070;
}

body[data-page] .team-social a {
  background: #f0f2f5;
  border-color: #e0e4ea;
  color: #5a6070;
}

body[data-page] .team-social a:hover {
  background: #7F56D9;
  color: #fff;
}

/* ---------- PROJECTS ---------- */
body[data-page] .project-card,
body[data-page] .project-card-full {
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

body[data-page] .project-card:hover,
body[data-page] .project-card-full:hover {
  border-color: rgba(127, 86, 217, .2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

body[data-page] .project-card h3,
body[data-page] .project-card-full h3 {
  color: #1a1d2b;
}

body[data-page] .project-card p,
body[data-page] .project-card-full p {
  color: #5a6070;
}

body[data-page] .projects-filters .filter-btn {
  background: #f0f2f5;
  color: #5a6070;
  border-color: #e0e4ea;
}

body[data-page] .projects-filters .filter-btn.active,
body[data-page] .projects-filters .filter-btn:hover {
  background: #7F56D9;
  color: #fff;
  border-color: #7F56D9;
}

/* ---------- SERVICE DETAILS ---------- */
body[data-page] .service-sidebar-list {
  background: #fff;
  border-color: #e8ecf1;
}

body[data-page] .service-sidebar-list h4 {
  background: linear-gradient(135deg, rgba(127, 86, 217, .06), rgba(0, 212, 255, .03));
  border-bottom-color: #e8ecf1;
  color: #1a1d2b;
}

body[data-page] .service-sidebar-list a {
  color: #5a6070;
  border-bottom-color: #f0f2f5;
}

body[data-page] .service-sidebar-list a:hover,
body[data-page] .service-sidebar-list a.active {
  background: rgba(127, 86, 217, .06);
  color: #7F56D9;
}

body[data-page] .service-sidebar-cta {
  background: linear-gradient(135deg, rgba(127, 86, 217, .06), rgba(243, 115, 53, .04));
  border-color: rgba(127, 86, 217, .12);
}

body[data-page] .service-sidebar-cta h4 {
  color: #1a1d2b;
}

body[data-page] .service-sidebar-cta p {
  color: #5a6070;
}

body[data-page] .service-feature-item {
  background: #f8f9fc;
  border-color: #e8ecf1;
}

body[data-page] .service-feature-item span {
  color: #3a3f4b;
}

body[data-page] .service-detail-content h2 {
  color: #1a1d2b;
}

/* ---------- NEWSLETTER (keep dark) ---------- */
body[data-page] .newsletter {
  background: linear-gradient(135deg, #0d1225, #1a1040) !important;
}

body[data-page] .newsletter h3 {
  color: #fff !important;
}

body[data-page] .newsletter input {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .15) !important;
  color: #fff !important;
}

body[data-page] .newsletter input::placeholder {
  color: rgba(255, 255, 255, .5) !important;
}

/* ---------- FOOTER (keep dark) ---------- */
body[data-page] .footer {
  background: #0a0e1a !important;
}

body[data-page] .footer h4 {
  color: #fff !important;
}

body[data-page] .footer p {
  color: #8a94a8 !important;
}

body[data-page] .footer a {
  color: #8a94a8 !important;
}

body[data-page] .footer a:hover {
  color: #7F56D9 !important;
}

body[data-page] .footer-bottom {
  background: rgba(0, 0, 0, .2) !important;
}

body[data-page] .footer-bottom p {
  color: #5a6070 !important;
}

body[data-page] .footer .logo-text {
  color: #fff !important;
}

body[data-page] .footer .logo-text .accent {
  color: #7F56D9 !important;
}

body[data-page] .footer-col h4::after {
  background: linear-gradient(90deg, #7F56D9, #00d4ff) !important;
}

body[data-page] .footer-socials a {
  background: rgba(255, 255, 255, .05) !important;
  border-color: rgba(255, 255, 255, .1) !important;
  color: #b0b8c8 !important;
}

body[data-page] .footer-socials a:hover {
  background: #7F56D9 !important;
  color: #fff !important;
}

/* ---------- BACK TO TOP (light) ---------- */
body[data-page] .back-to-top {
  background: #7F56D9;
  color: #fff;
  box-shadow: 0 4px 20px rgba(127, 86, 217, .35);
}

/* ---------- MOBILE NAV OVERRIDE ---------- */
@media (max-width:768px) {
  body[data-page] .nav-links {
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(20px);
    border-left: 1px solid #e8ecf1;
  }

  body[data-page] .nav-links a {
    color: #4a5068;
  }

  body[data-page] .nav-links a:hover {
    color: #7F56D9;
  }

  body[data-page] .nav-links a.nav-active {
    color: #7F56D9;
  }
}
/* ---------- ZEUZ IMAGE LOGO ---------- */
.logo-img {
  height: 120px;
  width: auto;
  margin: -40px 0 -40px -20px;
  object-fit: contain;
  transition: all .3s;
}
.logo:hover .logo-img {
  filter: brightness(1.15);
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .logo-img {
    height: 90px;
    margin: -28px 0 -28px -15px;
  }
}
/* ---------- COUNTRY SELECTOR FLAGS ---------- */
.country-selector {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
}
.country-btn {
  background: rgba(255,255,255,0.06);
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 1.25rem;
  padding: 3px 6px;
  cursor: pointer;
  transition: all .25s;
  line-height: 1;
  opacity: 0.5;
  filter: grayscale(60%);
}
.country-btn:hover {
  opacity: 0.85;
  filter: grayscale(0%);
  background: rgba(127,86,217,0.15);
  transform: scale(1.1);
}
.country-btn.active {
  opacity: 1;
  filter: grayscale(0%);
  border-color: #7F56D9;
  background: rgba(127,86,217,0.2);
  box-shadow: 0 0 8px rgba(127,86,217,0.35);
}
@media (max-width: 768px) {
  .country-selector {
    justify-content: center;
    margin: 12px 0 0;
    gap: 8px;
  }
  .country-btn {
    font-size: 1.5rem;
    padding: 6px 10px;
  }
}

/* ---------- FLAG ICON IMAGES ---------- */
.flag-icon {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  vertical-align: middle;
}

/* === TOPBAR FLAGS BASE === */
.tb-flags {
  display: none !important;
}

/* === FORCE TOPBAR MOBILE === */
@media (max-width: 768px) {
  .topbar {
    display: block !important;
  }
  .topbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 0 !important;
    padding: 6px 10px !important;
  }
  .topbar-left {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  .topbar-right {
    display: none !important;
  }
  .tb-flags {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: 8px !important;
  }
  .tb-fl {
    width: 16px !important;
    height: 11px !important;
  }
  .navbar .country-selector {
    display: none !important;
  }
  .navbar .lang-switcher {
    display: none !important;
  }
}

/* === FIX REVEAL CARDS === */
.svc-overview-card,
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* === UNIFY TOPBAR + NAVBAR HEIGHT ALL PAGES === */
.topbar {
  padding: 5px 0 !important;
}
body[data-page] .topbar {
  padding: 5px 0 !important;
}
.navbar {
  padding: 20px 0 !important;
}
body[data-page] .navbar {
  padding: 20px 0 !important;
}
.navbar.scrolled {
  padding: 14px 0 !important;
}
body[data-page] .navbar.scrolled {
  padding: 14px 0 !important;
}

/* === CENTER LOGO + HAMBURGER IN NAVBAR === */
@media (max-width: 768px) {
  .navbar {
    display: flex !important;
    align-items: center !important;
  }
  .navbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
  }
  .logo {
    display: flex !important;
    align-items: center !important;
  }
  .nav-right {
    display: flex !important;
    align-items: center !important;
  }
  .hamburger {
    display: flex !important;
    align-items: center !important;
    margin: auto 0 !important;
  }
}
