/* ==========================================================================
   AlphaReaction About Page — Who We Are
   Media: assets/images/alphareaction-about/
   ========================================================================== */

.about-us--who {
  --aw-cyan: var(--theme-cool, #00d2ff);
  --aw-purple: var(--theme-violet-light, #a855f7);
  --aw-pink: var(--theme-pink, #ec4899);
  --aw-orange: var(--theme-accent-warm, #f59e0b);
  --aw-green: var(--theme-teal, #22d3a5);
  --aw-blue: var(--theme-cool-deep, #3b82f6);
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 110px) 0 clamp(80px, 10vw, 120px);
  background: var(--theme-surface, #050510);
}

/* Ambient */
.about-us--who .about-us__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-us--who .about-us__ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  mix-blend-mode: screen;
}

.about-us--who .about-us__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.32;
  animation: aw-glow-drift 16s ease-in-out infinite alternate;
}

.about-us--who .about-us__ambient-glow--blue {
  width: 42%;
  height: 45%;
  top: 5%;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.28) 0%, transparent 70%);
}

.about-us--who .about-us__ambient-glow--purple {
  width: 38%;
  height: 40%;
  top: 20%;
  right: -8%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-violet-light, #a855f7) 24%, transparent) 0%, transparent 70%);
  animation-delay: -5s;
}

.about-us--who .about-us__ambient-glow--magenta {
  width: 30%;
  height: 35%;
  bottom: 10%;
  left: 30%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.18) 0%, transparent 70%);
  animation-delay: -9s;
}

.about-us--who .about-us__ambient-glow--orange {
  width: 25%;
  height: 28%;
  bottom: 15%;
  right: 15%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.14) 0%, transparent 70%);
  animation-delay: -12s;
}

.about-us--who .about-us__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 140px;
  background: radial-gradient(ellipse 90% 100% at 10% 100%, color-mix(in srgb, var(--theme-cool, #00d2ff) 10%, transparent) 0%, transparent 60%);
  opacity: 0.65;
}

@keyframes aw-glow-drift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-2%, 3%, 0) scale(1.05); }
}

/* Decorative */
.about-us--who .about-us__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-us--who .about-us__deco-logo {
  position: absolute;
  top: 8%;
  left: -4%;
  width: min(280px, 22vw);
  height: auto;
  opacity: 0.12;
  animation: aw-logo-float 12s ease-in-out infinite alternate;
}

.about-us--who .about-us__deco-network {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 40vw);
  height: auto;
  opacity: 0.55;
}

.about-us--who .about-us__node-pulse {
  animation: aw-node-pulse 4s ease-in-out infinite;
}

@keyframes aw-logo-float {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(8px, -10px, 0); }
}

@keyframes aw-node-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.about-us--who .container {
  position: relative;
  z-index: 2;
}

/* Header */
.about-us--who .about-us__header {
  margin-top: 100px;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.about-us--who .about-us__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aw-cyan);
  text-shadow: 0 0 18px color-mix(in srgb, var(--theme-cool, #00d2ff) 35%, transparent);
}

.about-us--who .about-us__eyebrow-line {
  display: block;
  width: clamp(32px, 5vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--theme-cool, #00d2ff) 60%, transparent), color-mix(in srgb, var(--theme-violet-light, #a855f7) 50%, transparent), transparent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--theme-cool, #00d2ff) 25%, transparent);
}

.about-us--who .about-us__heading {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

.about-us--who .about-us__heading-accent {
  background: linear-gradient(90deg, var(--aw-blue) 0%, var(--aw-purple) 50%, var(--aw-pink) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 25%, transparent));
  animation: aw-heading-gradient 5s ease-in-out infinite;
}

@keyframes aw-heading-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.about-us--who .about-us__heading-underline {
  width: clamp(80px, 12vw, 120px);
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aw-cyan) 0%, var(--aw-purple) 55%, var(--aw-pink) 100%);
  box-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 35%, transparent), 0 0 24px color-mix(in srgb, var(--theme-violet-light, #a855f7) 20%, transparent);
}

.about-us--who .about-us__intro {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  line-height: 1.75;
  color: rgba(200, 215, 235, 0.78);
}

/* Cards grid */
.about-us--who .about-us__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(40px, 5vw, 52px);
}

.about-us--who .about-us__card {
  --aw-card-accent: var(--aw-cyan);
  --aw-card-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 18%, transparent);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 22px);
  min-height: 168px;
  padding: clamp(24px, 3vw, 32px);
  border-radius: clamp(16px, 2vw, 20px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
    rgba(8, 14, 32, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, filter 0.35s ease;
}

.about-us--who .about-us__card-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--aw-card-accent), color-mix(in srgb, var(--aw-card-accent) 40%, var(--aw-purple)));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.35s ease, box-shadow 0.35s ease;
}

.about-us--who .about-us__card-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 20% 30%, var(--aw-card-glow) 0%, transparent 55%);
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.about-us--who .about-us__card-mesh {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 50%;
  background-image:
    linear-gradient(color-mix(in srgb, var(--theme-cool, #00d2ff) 4%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-violet-light, #a855f7) 3%, transparent) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(135deg, transparent 20%, #000 80%);
  mask-image: linear-gradient(135deg, transparent 20%, #000 80%);
  pointer-events: none;
}

.about-us--who .about-us__card-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 6vw, 68px);
  height: clamp(56px, 6vw, 68px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid color-mix(in srgb, var(--aw-card-accent) 35%, transparent);
  color: var(--aw-card-accent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--aw-card-accent) 30%, transparent);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.about-us--who .about-us__card-icon img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--aw-card-accent) 50%, transparent));
}

.about-us--who .about-us__card-body {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.about-us--who .about-us__card-title {
  margin: 0 0 10px;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.about-us--who .about-us__card-line {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 12px;
  border-radius: 2px;
  background: var(--aw-card-accent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--aw-card-accent) 45%, transparent);
}

.about-us--who .about-us__card-desc {
  margin: 0;
  font-size: clamp(0.85rem, 1vw, 0.92rem);
  line-height: 1.65;
  color: rgba(185, 200, 225, 0.72);
}

/* Card accent variants */
.about-us--who .about-us__card--cyan {
  --aw-card-accent: var(--aw-cyan);
  --aw-card-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 20%, transparent);
}

.about-us--who .about-us__card--purple {
  --aw-card-accent: var(--aw-purple);
  --aw-card-glow: color-mix(in srgb, var(--theme-violet-light, #a855f7) 20%, transparent);
}

.about-us--who .about-us__card--pink {
  --aw-card-accent: var(--aw-pink);
  --aw-card-glow: color-mix(in srgb, var(--theme-pink, #ec4899) 20%, transparent);
}

.about-us--who .about-us__card--orange {
  --aw-card-accent: var(--aw-orange);
  --aw-card-glow: color-mix(in srgb, var(--theme-accent-warm, #f59e0b) 20%, transparent);
}

.about-us--who .about-us__card--green {
  --aw-card-accent: var(--aw-green);
  --aw-card-glow: color-mix(in srgb, var(--theme-teal, #22d3a5) 20%, transparent);
}

.about-us--who .about-us__card--blue {
  --aw-card-accent: var(--aw-blue);
  --aw-card-glow: color-mix(in srgb, var(--theme-cool-deep, #3b82f6) 20%, transparent);
}

.about-us--who .about-us__card:hover,
.about-us--who .about-us__card:focus-within {
  transform: translateY(-4px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 32px color-mix(in srgb, var(--aw-card-accent) 12%, transparent);
}

.about-us--who .about-us__card:hover .about-us__card-border,
.about-us--who .about-us__card:focus-within .about-us__card-border {
  opacity: 1;
  box-shadow: 0 0 20px color-mix(in srgb, var(--aw-card-accent) 25%, transparent);
}

.about-us--who .about-us__card:hover .about-us__card-glow,
.about-us--who .about-us__card:focus-within .about-us__card-glow {
  opacity: 0.75;
}

.about-us--who .about-us__card:hover .about-us__card-icon,
.about-us--who .about-us__card:focus-within .about-us__card-icon {
  box-shadow: 0 0 28px color-mix(in srgb, var(--aw-card-accent) 45%, transparent);
}

/* CTA */
.about-us--who .about-us__cta-wrap {
  text-align: center;
}

.about-us--who .about-us__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: rgba(8, 14, 32, 0.65);
  border: 1.5px solid transparent;
  background-image:
    linear-gradient(rgba(8, 14, 32, 0.65), rgba(8, 14, 32, 0.65)),
    linear-gradient(135deg, var(--aw-cyan), var(--aw-purple), var(--aw-pink));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 20px color-mix(in srgb, var(--theme-cool, #00d2ff) 12%, transparent), 0 0 32px color-mix(in srgb, var(--theme-violet-light, #a855f7) 8%, transparent);
  transition: box-shadow 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.about-us--who .about-us__cta span {
  display: inline-block;
  transition: transform 0.35s ease;
}

.about-us--who .about-us__cta:hover,
.about-us--who .about-us__cta:focus-visible {
  filter: brightness(1.1);
  box-shadow: 0 0 28px color-mix(in srgb, var(--theme-cool, #00d2ff) 25%, transparent), 0 0 40px color-mix(in srgb, var(--theme-violet-light, #a855f7) 18%, transparent);
  transform: translateY(-2px);
}

.about-us--who .about-us__cta:hover span,
.about-us--who .about-us__cta:focus-visible span {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
  .about-us--who .about-us__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us--who .about-us__deco-logo {
    width: min(200px, 35vw);
    opacity: 0.08;
  }
}

@media (max-width: 767px) {
  .about-us--who {
    padding: 56px 0 72px;
  }

  .about-us--who .about-us__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-us--who .about-us__card {
    min-height: auto;
  }

  .about-us--who .about-us__deco-network {
    opacity: 0.3;
    width: 60vw;
  }

  .about-us--who .about-us__deco-logo {
    display: none;
  }

  .about-us--who .about-us__eyebrow-line {
    width: 24px;
  }

  .about-us--who .about-us__cta {
    width: 100%;
    justify-content: center;
    max-width: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-us--who .about-us__ambient-canvas,
  .about-us--who .about-us__ambient-glow,
  .about-us--who .about-us__deco-logo,
  .about-us--who .about-us__node-pulse,
  .about-us--who .about-us__heading-accent {
    animation: none !important;
  }

  .about-us--who .about-us__card:hover,
  .about-us--who .about-us__card:focus-within,
  .about-us--who .about-us__cta:hover,
  .about-us--who .about-us__cta:focus-visible {
    transform: none;
  }
}

/* ==========================================================================
   Mission & Vision — Our Story
   Media: assets/images/alphareaction-about/aw-story-*
   ========================================================================== */

.mission-vision {
  --mv-cyan: var(--theme-cool, #00d2ff);
  --mv-purple: var(--theme-violet-light, #a855f7);
  --mv-pink: var(--theme-pink, #ec4899);
  --mv-blue: var(--theme-cool-deep, #3b82f6);
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 100px) 0 clamp(80px, 10vw, 110px);
  background: var(--theme-surface, #050510);
}

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

.mission-vision__ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.mission-vision__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: aw-glow-drift 16s ease-in-out infinite alternate;
}

.mission-vision__ambient-glow--blue {
  width: 40%;
  height: 42%;
  top: 10%;
  left: -8%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.26) 0%, transparent 70%);
}

.mission-vision__ambient-glow--purple {
  width: 36%;
  height: 38%;
  top: 30%;
  right: -6%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-violet-light, #a855f7) 22%, transparent) 0%, transparent 70%);
  animation-delay: -6s;
}

.mission-vision__ambient-glow--magenta {
  width: 32%;
  height: 34%;
  bottom: 5%;
  left: 35%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.16) 0%, transparent 70%);
  animation-delay: -10s;
}

.mission-vision .container {
  position: relative;
  z-index: 2;
}

/* Top two-column */
.mission-vision__top {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 64px);
}

.mission-vision__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mv-cyan);
  text-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.mission-vision__label-line {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: clamp(20px, 2.5vw, 28px);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--mv-cyan), var(--mv-purple));
  box-shadow: 0 0 10px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.mission-vision__heading {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

.mission-vision__heading-accent {
  background: linear-gradient(90deg, var(--mv-cyan) 0%, var(--mv-blue) 40%, var(--mv-purple) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 22%, transparent));
  animation: aw-heading-gradient 5s ease-in-out infinite;
}

.mission-vision__heading-underline {
  display: block;
  width: clamp(64px, 10vw, 96px);
  height: 4px;
  margin-bottom: clamp(24px, 3vw, 32px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mv-cyan), var(--mv-purple), var(--mv-pink));
  box-shadow: 0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.mission-vision__text {
  margin: 0 0 20px;
  max-width: 540px;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.75;
  color: rgba(195, 210, 230, 0.78);
}

.mission-vision__text:last-of-type {
  margin-bottom: 0;
}

/* Featured visual */
.mission-vision__visual {
  position: relative;
  margin: 0;
  border-radius: clamp(24px, 3vw, 36px);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.mission-vision__visual-border {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--mv-cyan), var(--mv-purple), var(--mv-pink));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  box-shadow: 0 0 28px color-mix(in srgb, var(--theme-cool, #00d2ff) 15%, transparent), 0 0 40px color-mix(in srgb, var(--theme-violet-light, #a855f7) 10%, transparent);
}

.mission-vision__visual-glow {
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--theme-cool, #00d2ff) 12%, transparent) 0%, transparent 60%);
  pointer-events: none;
}

.mission-vision__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* Mission & Vision cards */
.mission-vision__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 32px);
}

.mission-vision__card {
  --mv-card-accent: var(--mv-purple);
  --mv-card-glow: color-mix(in srgb, var(--theme-violet-light, #a855f7) 18%, transparent);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 320px;
  padding: clamp(36px, 4.5vw, 48px) clamp(28px, 3.5vw, 40px);
  border-radius: clamp(22px, 2.5vw, 28px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, rgba(10, 18, 40, 0.88) 0%, rgba(6, 10, 24, 0.92) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, filter 0.35s ease;
}

.mission-vision__card-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--mv-cyan), var(--mv-card-accent), var(--mv-pink));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.35s ease, box-shadow 0.35s ease;
}

.mission-vision__card-glow {
  position: absolute;
  inset: -15%;
  background: radial-gradient(circle at 50% 20%, var(--mv-card-glow) 0%, transparent 55%);
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.mission-vision__card-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(color-mix(in srgb, var(--theme-cool, #00d2ff) 3%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-violet-light, #a855f7) 2.5%, transparent) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.45;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
}

.mission-vision__card-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(72px, 8vw, 88px);
  height: clamp(72px, 8vw, 88px);
  margin-bottom: clamp(20px, 2.5vw, 28px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid color-mix(in srgb, var(--mv-card-accent) 40%, transparent);
  color: var(--mv-card-accent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--mv-card-accent) 28%, transparent);
  transition: box-shadow 0.35s ease;
}

.mission-vision__card-icon img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--mv-card-accent) 45%, transparent));
}

.mission-vision__card--mission {
  --mv-card-accent: var(--mv-pink);
  --mv-card-glow: rgba(236, 72, 153, 0.18);
}

.mission-vision__card--vision {
  --mv-card-accent: var(--mv-purple);
  --mv-card-glow: color-mix(in srgb, var(--theme-violet-light, #a855f7) 20%, transparent);
}

.mission-vision__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.mission-vision__card-title-accent {
  background: linear-gradient(90deg, var(--mv-blue), var(--mv-purple));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mission-vision__card-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 48px;
  height: 3px;
  margin: 0 auto clamp(20px, 2.5vw, 28px);
  border-radius: 3px;
  background: linear-gradient(90deg, var(--mv-cyan), var(--mv-purple), var(--mv-pink));
  box-shadow: 0 0 10px color-mix(in srgb, var(--theme-cool, #00d2ff) 25%, transparent);
}

.mission-vision__card-desc {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 420px;
  font-size: clamp(0.88rem, 1.05vw, 0.95rem);
  line-height: 1.75;
  color: rgba(185, 200, 225, 0.75);
}

.mission-vision__card:hover,
.mission-vision__card:focus-within {
  transform: translateY(-4px);
  filter: brightness(1.05);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.45),
    0 0 36px color-mix(in srgb, var(--mv-card-accent) 10%, transparent);
}

.mission-vision__card:hover .mission-vision__card-border,
.mission-vision__card:focus-within .mission-vision__card-border {
  opacity: 1;
}

.mission-vision__card:hover .mission-vision__card-glow,
.mission-vision__card:focus-within .mission-vision__card-glow {
  opacity: 0.8;
}

.mission-vision__card:hover .mission-vision__card-icon,
.mission-vision__card:focus-within .mission-vision__card-icon {
  box-shadow: 0 0 32px color-mix(in srgb, var(--mv-card-accent) 40%, transparent);
}

/* Responsive */
@media (max-width: 991px) {
  .mission-vision__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-vision__story {
    order: 1;
  }

  .mission-vision__visual {
    order: 2;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }

  .mission-vision__text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .mission-vision {
    padding: 56px 0 72px;
  }

  .mission-vision__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mission-vision__card {
    min-height: auto;
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission-vision__ambient-canvas,
  .mission-vision__ambient-glow,
  .mission-vision__heading-accent {
    animation: none !important;
  }

  .mission-vision__card:hover,
  .mission-vision__card:focus-within {
    transform: none;
  }
}

/* ==========================================================================
   About Portfolio — Our Projects
   Media: assets/images/alphareaction-about/ap-*
   ========================================================================== */

.about-portfolio {
  --ap-cyan: var(--theme-cool, #00d2ff);
  --ap-purple: var(--theme-violet-light, #a855f7);
  --ap-pink: var(--theme-pink, #ec4899);
  --ap-teal: var(--theme-teal, #22d3a5);
  --ap-blue: var(--theme-cool-deep, #3b82f6);
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 100px) 0 clamp(80px, 10vw, 110px);
  background: var(--theme-surface, #050510);
}

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

.about-portfolio__ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.about-portfolio__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  animation: aw-glow-drift 16s ease-in-out infinite alternate;
}

.about-portfolio__ambient-glow--blue {
  width: 38%;
  height: 40%;
  top: 8%;
  left: -6%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.24) 0%, transparent 70%);
}

.about-portfolio__ambient-glow--purple {
  width: 34%;
  height: 36%;
  top: 40%;
  right: -5%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-violet-light, #a855f7) 20%, transparent) 0%, transparent 70%);
  animation-delay: -7s;
}

.about-portfolio__ambient-glow--magenta {
  width: 30%;
  height: 32%;
  bottom: 8%;
  left: 40%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.14) 0%, transparent 70%);
  animation-delay: -11s;
}

.about-portfolio .container {
  position: relative;
  z-index: 2;
}

/* Header */
.about-portfolio__header {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.about-portfolio__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ap-cyan);
  text-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.about-portfolio__label-line {
  display: block;
  width: clamp(32px, 5vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ap-cyan), var(--ap-purple), transparent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--theme-cool, #00d2ff) 20%, transparent);
}

.about-portfolio__title {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.about-portfolio__title-accent {
  background: linear-gradient(90deg, var(--ap-blue) 0%, var(--ap-purple) 50%, var(--ap-pink) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 22%, transparent));
  animation: aw-heading-gradient 5s ease-in-out infinite;
}

.about-portfolio__title-underline {
  display: block;
  width: clamp(64px, 10vw, 96px);
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ap-cyan), var(--ap-purple), var(--ap-pink));
  box-shadow: 0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 28%, transparent);
}

.about-portfolio__desc {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.75;
  color: rgba(195, 210, 230, 0.76);
}

.about-portfolio__desc-br {
  display: none;
}

@media (min-width: 768px) {
  .about-portfolio__desc-br {
    display: inline;
  }
}

/* Filters */
.about-portfolio__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.about-portfolio__filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 14, 32, 0.55);
  font-size: 13px;
  font-weight: 600;
  color: rgba(190, 205, 230, 0.75);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.about-portfolio__filter img {
  opacity: 0.75;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.about-portfolio__filter:hover,
.about-portfolio__filter:focus-visible {
  border-color: color-mix(in srgb, var(--theme-cool, #00d2ff) 35%, transparent);
  color: #fff;
  box-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 12%, transparent);
}

.about-portfolio__filter:hover img,
.about-portfolio__filter:focus-visible img {
  opacity: 1;
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--theme-cool, #00d2ff) 40%, transparent));
}

.about-portfolio__filter.is-active {
  border-color: color-mix(in srgb, var(--theme-cool, #00d2ff) 50%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-cool, #00d2ff) 12%, transparent), color-mix(in srgb, var(--theme-violet-light, #a855f7) 10%, transparent));
  color: #fff;
  box-shadow: 0 0 20px color-mix(in srgb, var(--theme-cool, #00d2ff) 20%, transparent), inset 0 0 12px color-mix(in srgb, var(--theme-cool, #00d2ff) 6%, transparent);
}

.about-portfolio__filter.is-active img {
  opacity: 1;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--theme-cool, #00d2ff) 50%, transparent));
}

/* Grid */
.about-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(40px, 5vw, 52px);
}

.about-portfolio__card {
  --ap-card-accent: var(--ap-cyan);
  --ap-card-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 16%, transparent);
  --ap-card-link: var(--ap-cyan);
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 42%);
  align-items: stretch;
  min-height: 220px;
  padding: clamp(22px, 2.5vw, 28px);
  border-radius: clamp(18px, 2vw, 22px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, transparent 45%),
    rgba(8, 14, 32, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.about-portfolio__card.is-hidden {
  display: none;
}

.about-portfolio__card-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--ap-card-accent), color-mix(in srgb, var(--ap-card-accent) 50%, var(--ap-purple)));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 0.35s ease;
}

.about-portfolio__card-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 80% 30%, var(--ap-card-glow) 0%, transparent 55%);
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}

.about-portfolio__card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--ap-card-accent) 40%, transparent);
  background: rgba(0, 0, 0, 0.4);
  color: var(--ap-card-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--ap-card-accent) 25%, transparent);
  transition: box-shadow 0.35s ease;
}

.about-portfolio__card-badge img {
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--ap-card-accent) 40%, transparent));
}

.about-portfolio__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}

.about-portfolio__card-title {
  margin: 0 0 6px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.about-portfolio__card-cat {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ap-card-accent);
}

.about-portfolio__card-desc {
  margin: 0 0 auto;
  padding-bottom: 16px;
  font-size: clamp(0.82rem, 0.95vw, 0.88rem);
  line-height: 1.65;
  color: rgba(185, 200, 225, 0.7);
}

.about-portfolio__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ap-card-link);
  text-decoration: none;
  transition: opacity 0.3s ease, gap 0.3s ease;
}

.about-portfolio__card-link span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.about-portfolio__card-link:hover,
.about-portfolio__card-link:focus-visible {
  opacity: 0.85;
  gap: 10px;
}

.about-portfolio__card-link:hover span,
.about-portfolio__card-link:focus-visible span {
  transform: translateX(3px);
}

.about-portfolio__card-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
}

.about-portfolio__card-visual img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
  transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
  filter: drop-shadow(0 0 16px color-mix(in srgb, var(--ap-card-accent) 20%, transparent));
}

.about-portfolio__card--cyan {
  --ap-card-accent: var(--ap-cyan);
  --ap-card-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 18%, transparent);
  --ap-card-link: var(--ap-cyan);
}

.about-portfolio__card--purple {
  --ap-card-accent: var(--ap-purple);
  --ap-card-glow: color-mix(in srgb, var(--theme-violet-light, #a855f7) 18%, transparent);
  --ap-card-link: #c084fc;
}

.about-portfolio__card--pink {
  --ap-card-accent: var(--ap-pink);
  --ap-card-glow: rgba(236, 72, 153, 0.16);
  --ap-card-link: #f472b6;
}

.about-portfolio__card--teal {
  --ap-card-accent: var(--ap-teal);
  --ap-card-glow: rgba(34, 211, 165, 0.16);
  --ap-card-link: var(--ap-teal);
}

.about-portfolio__card:hover,
.about-portfolio__card:focus-within {
  transform: translateY(-4px);
  filter: brightness(1.05);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4), 0 0 28px color-mix(in srgb, var(--ap-card-accent) 8%, transparent);
}

.about-portfolio__card:hover .about-portfolio__card-border,
.about-portfolio__card:focus-within .about-portfolio__card-border {
  opacity: 1;
}

.about-portfolio__card:hover .about-portfolio__card-glow,
.about-portfolio__card:focus-within .about-portfolio__card-glow {
  opacity: 0.8;
}

.about-portfolio__card:hover .about-portfolio__card-visual img,
.about-portfolio__card:focus-within .about-portfolio__card-visual img {
  transform: scale(1.04);
  opacity: 1;
  filter: drop-shadow(0 0 24px color-mix(in srgb, var(--ap-card-accent) 35%, transparent));
}

.about-portfolio__card:hover .about-portfolio__card-badge,
.about-portfolio__card:focus-within .about-portfolio__card-badge {
  box-shadow: 0 0 22px color-mix(in srgb, var(--ap-card-accent) 35%, transparent);
}

/* CTA */
.about-portfolio__cta-wrap {
  text-align: center;
}

.about-portfolio__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: rgba(8, 14, 32, 0.65);
  border: 1.5px solid transparent;
  background-image:
    linear-gradient(rgba(8, 14, 32, 0.65), rgba(8, 14, 32, 0.65)),
    linear-gradient(135deg, var(--ap-cyan), var(--ap-purple), var(--ap-pink));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 20px color-mix(in srgb, var(--theme-cool, #00d2ff) 12%, transparent);
  transition: box-shadow 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.about-portfolio__cta span {
  transition: transform 0.35s ease;
}

.about-portfolio__cta:hover,
.about-portfolio__cta:focus-visible {
  filter: brightness(1.1);
  box-shadow: 0 0 28px color-mix(in srgb, var(--theme-cool, #00d2ff) 22%, transparent);
  transform: translateY(-2px);
}

.about-portfolio__cta:hover span,
.about-portfolio__cta:focus-visible span {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1199px) {
  .about-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .about-portfolio {
    padding: 56px 0 72px;
  }

  .about-portfolio__filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-portfolio__filters::-webkit-scrollbar {
    display: none;
  }

  .about-portfolio__filter {
    flex-shrink: 0;
  }

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

  .about-portfolio__card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-portfolio__card-visual {
    order: -1;
    justify-content: center;
    margin-bottom: 8px;
  }

  .about-portfolio__card-visual img {
    max-width: 180px;
  }

  .about-portfolio__card-badge {
    top: 12px;
    right: 12px;
  }

  .about-portfolio__cta {
    width: 100%;
    max-width: 360px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-portfolio__ambient-canvas,
  .about-portfolio__ambient-glow,
  .about-portfolio__title-accent {
    animation: none !important;
  }

  .about-portfolio__card,
  .about-portfolio__card.is-hidden {
    transition: none;
    transform: none;
  }

  .about-portfolio__card:hover,
  .about-portfolio__card:focus-within,
  .about-portfolio__cta:hover,
  .about-portfolio__cta:focus-visible {
    transform: none;
  }
}

/* ==========================================================================
   Technology Stack
   Media: assets/images/alphareaction-about/ts-*
   ========================================================================== */

.technology-stack {
  --ts-cyan: var(--theme-cool, #00d2ff);
  --ts-purple: var(--theme-violet-light, #a855f7);
  --ts-pink: var(--theme-pink, #ec4899);
  --ts-teal: var(--theme-teal, #22d3a5);
  --ts-blue: var(--theme-cool-deep, #3b82f6);
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 100px) 0 clamp(80px, 10vw, 110px);
  background: var(--theme-surface, #050510);
}

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

.technology-stack__ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.technology-stack__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  animation: aw-glow-drift 16s ease-in-out infinite alternate;
}

.technology-stack__ambient-glow--blue {
  width: 40%;
  height: 42%;
  top: 5%;
  left: -8%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.22) 0%, transparent 70%);
}

.technology-stack__ambient-glow--purple {
  width: 36%;
  height: 38%;
  top: 35%;
  right: -6%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-violet-light, #a855f7) 18%, transparent) 0%, transparent 70%);
  animation-delay: -7s;
}

.technology-stack__ambient-glow--teal {
  width: 32%;
  height: 34%;
  bottom: 5%;
  left: 30%;
  background: radial-gradient(circle, rgba(34, 211, 165, 0.14) 0%, transparent 70%);
  animation-delay: -11s;
}

.technology-stack .container {
  position: relative;
  z-index: 2;
}

/* Header */
.technology-stack__header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.technology-stack__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ts-cyan);
  text-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.technology-stack__label-line {
  display: block;
  width: clamp(32px, 5vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ts-cyan), var(--ts-purple), transparent);
}

.technology-stack__title {
  margin: 0 0 20px;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.technology-stack__title-accent {
  background: linear-gradient(90deg, var(--ts-blue) 0%, var(--ts-purple) 50%, var(--ts-pink) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 22%, transparent));
  animation: aw-heading-gradient 5s ease-in-out infinite;
}

.technology-stack__desc {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.75;
  color: rgba(195, 210, 230, 0.76);
}

/* Panels */
.technology-stack__panels {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 32px);
  margin-bottom: clamp(40px, 5vw, 52px);
}

.technology-stack__panel {
  --ts-panel-accent: var(--ts-cyan);
  --ts-panel-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 14%, transparent);
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 150px) minmax(180px, 0.85fr) minmax(480px, 1.5fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  padding: 25px;
  border-radius: clamp(20px, 2.5vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, transparent 45%),
    rgba(8, 14, 32, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.technology-stack__panel-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--ts-panel-accent), color-mix(in srgb, var(--ts-panel-accent) 45%, var(--ts-purple)));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
}

.technology-stack__panel-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 15% 50%, var(--ts-panel-glow) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.55;
}

.technology-stack__panel--cyan {
  --ts-panel-accent: var(--ts-cyan);
  --ts-panel-glow: color-mix(in srgb, var(--theme-cool, #00d2ff) 16%, transparent);
}

.technology-stack__panel--purple {
  --ts-panel-accent: var(--ts-purple);
  --ts-panel-glow: color-mix(in srgb, var(--theme-violet-light, #a855f7) 16%, transparent);
}

.technology-stack__panel--teal {
  --ts-panel-accent: var(--ts-teal);
  --ts-panel-glow: rgba(34, 211, 165, 0.14);
  grid-template-columns: minmax(120px, 150px) minmax(160px, 0.75fr) minmax(580px, 1.85fr);
}

.technology-stack__panel-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-stack__panel-visual img {
  width: 100%;
  max-width: 180px;
  height: auto;
  animation: ts-orbit-pulse 6s ease-in-out infinite;
}

@keyframes ts-orbit-pulse {
  0%, 100% { filter: drop-shadow(0 0 16px color-mix(in srgb, var(--ts-panel-accent) 30%, transparent)); }
  50% { filter: drop-shadow(0 0 28px color-mix(in srgb, var(--ts-panel-accent) 45%, transparent)); }
}

.technology-stack__panel-body {
  position: relative;
  z-index: 1;
}

.technology-stack__panel-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 20px);
}

.technology-stack__panel-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

.technology-stack__panel-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--ts-panel-accent) 35%, transparent);
  background: color-mix(in srgb, var(--ts-panel-accent) 14%, rgba(5, 10, 24, 0.6));
  font-size: 13px;
  font-weight: 700;
  color: var(--ts-panel-accent);
  box-shadow:
    inset 0 0 12px color-mix(in srgb, var(--ts-panel-accent) 12%, transparent),
    0 0 10px color-mix(in srgb, var(--ts-panel-accent) 10%, transparent);
}

.technology-stack__panel-title {
  margin: 0;
  padding-top: 6px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.technology-stack__panel-line {
  display: block;
  width: 42px;
  height: 2px;
  border-radius: 2px;
  background: var(--ts-panel-accent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--ts-panel-accent) 45%, transparent);
}

.technology-stack__panel-desc {
  margin: clamp(16px, 2vw, 22px) 0 0;
  font-size: clamp(0.85rem, 1vw, 0.92rem);
  line-height: 1.65;
  color: rgba(195, 210, 230, 0.78);
}

.technology-stack__panel-techs {
  position: relative;
  z-index: 1;
}

.technology-stack__techs-label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ts-panel-accent);
}

.technology-stack__tech-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(8px, 0.9vw, 12px);
}

.technology-stack__tech-grid--8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.technology-stack__tech-grid--8 .technology-stack__tech {
  min-height: 96px;
  padding: 12px 4px 10px;
  gap: 8px;
}

.technology-stack__tech-grid--8 .technology-stack__tech-icon {
  width: 36px;
  height: 36px;
  font-size: 13px;
}

.technology-stack__tech-grid--8 .technology-stack__tech-name {
  font-size: 10px;
}

.technology-stack__tech {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 100px;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.technology-stack__tech-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 25%, transparent);
  font-size: 15px;
  font-weight: 700;
  color: var(--tech-color, var(--ts-cyan));
  box-shadow: 0 0 10px color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 12%, transparent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.technology-stack__tech-name {
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1.25;
  word-break: break-word;
}

.technology-stack__tech:hover,
.technology-stack__tech:focus-within {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 35%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 12%, transparent);
}

.technology-stack__tech:hover .technology-stack__tech-icon,
.technology-stack__tech:focus-within .technology-stack__tech-icon {
  transform: scale(1.08);
  box-shadow: 0 0 18px color-mix(in srgb, var(--tech-color, var(--ts-cyan)) 25%, transparent);
}

/* Features strip */
.technology-stack__features {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  padding: clamp(28px, 3.5vw, 36px) clamp(20px, 3vw, 32px);
  border-radius: clamp(20px, 2.5vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
    rgba(8, 14, 32, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.technology-stack__feature {
  --ts-feat-accent: var(--ts-cyan);
  text-align: center;
  padding: 0 clamp(12px, 2vw, 20px);
}

.technology-stack__feature--cyan { --ts-feat-accent: var(--ts-cyan); }
.technology-stack__feature--purple { --ts-feat-accent: var(--ts-purple); }
.technology-stack__feature--pink { --ts-feat-accent: var(--ts-pink); }
.technology-stack__feature--teal { --ts-feat-accent: var(--ts-teal); }

.technology-stack__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--ts-feat-accent) 35%, transparent);
  background: rgba(0, 0, 0, 0.35);
  color: var(--ts-feat-accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--ts-feat-accent) 20%, transparent);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.technology-stack__feature-icon img {
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--ts-feat-accent) 40%, transparent));
}

.technology-stack__feature-title {
  margin: 0 0 8px;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 700;
  color: #fff;
}

.technology-stack__feature-desc {
  margin: 0;
  font-size: clamp(0.8rem, 0.95vw, 0.88rem);
  line-height: 1.65;
  color: rgba(185, 200, 225, 0.68);
}

.technology-stack__feature-divider {
  width: 1px;
  align-self: stretch;
  min-height: 80px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.technology-stack__feature:hover .technology-stack__feature-icon,
.technology-stack__feature:focus-within .technology-stack__feature-icon {
  transform: scale(1.06);
  box-shadow: 0 0 28px color-mix(in srgb, var(--ts-feat-accent) 35%, transparent);
}

/* Responsive */
@media (max-width: 1399px) {
  .technology-stack__panel {
    grid-template-columns: minmax(110px, 140px) minmax(160px, 0.8fr) minmax(420px, 1.45fr);
  }
}

@media (max-width: 1199px) {
  .technology-stack__panel {
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
  }

  .technology-stack__panel-visual {
    grid-row: 1 / 3;
  }

  .technology-stack__panel-techs {
    grid-column: 2;
  }

  .technology-stack__tech-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .technology-stack__tech-grid--8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .technology-stack__features {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .technology-stack__feature-divider {
    display: none;
  }

  .technology-stack__feature {
    padding: 0 12px;
  }

  .technology-stack__tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .technology-stack__tech-grid--8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .technology-stack {
    padding: 56px 0 72px;
  }

  .technology-stack__panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
  }

  .technology-stack__panel-visual {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .technology-stack__panel-visual img {
    max-width: 160px;
  }

  .technology-stack__panel-head {
    justify-content: center;
  }

  .technology-stack__panel-desc {
    text-align: center;
  }

  .technology-stack__panel-techs {
    grid-column: auto;
  }

  .technology-stack__tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .technology-stack__tech-grid--8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-stack__tech {
    min-height: 92px;
    padding: 12px 6px 10px;
  }

  .technology-stack__features {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-stack__ambient-canvas,
  .technology-stack__ambient-glow,
  .technology-stack__title-accent,
  .technology-stack__panel-visual img {
    animation: none !important;
  }

  .technology-stack__tech:hover,
  .technology-stack__tech:focus-within,
  .technology-stack__feature:hover .technology-stack__feature-icon,
  .technology-stack__feature:focus-within .technology-stack__feature-icon {
    transform: none;
  }
}

/* ==========================================================================
   Our Clients
   Media: assets/images/alphareaction-about/oc-*
   ========================================================================== */

.about-our-clients {
  --oc-cyan: var(--theme-cool, #00d2ff);
  --oc-blue: var(--theme-cool-deep, #3b82f6);
  --oc-purple: var(--theme-violet-light, #a855f7);
  --oc-pink: var(--theme-pink, #ec4899);
  --oc-magenta: #d946ef;
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 100px) 0 clamp(80px, 10vw, 110px);
  background: var(--theme-surface, #050510);
}

.about-our-clients__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-our-clients__ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.about-our-clients__ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  animation: aw-glow-drift 16s ease-in-out infinite alternate;
}

.about-our-clients__ambient-glow--blue {
  width: 38%;
  height: 40%;
  top: 8%;
  left: -6%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.2) 0%, transparent 70%);
}

.about-our-clients__ambient-glow--purple {
  width: 34%;
  height: 36%;
  top: 40%;
  right: -5%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-violet-light, #a855f7) 18%, transparent) 0%, transparent 70%);
  animation-delay: -6s;
}

.about-our-clients__ambient-glow--magenta {
  width: 30%;
  height: 32%;
  bottom: 8%;
  left: 35%;
  background: radial-gradient(circle, rgba(217, 70, 239, 0.14) 0%, transparent 70%);
  animation-delay: -10s;
}

.about-our-clients .container {
  position: relative;
  z-index: 2;
}

/* Header */
.about-our-clients__header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.about-our-clients__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oc-cyan);
  text-shadow: 0 0 16px color-mix(in srgb, var(--theme-cool, #00d2ff) 30%, transparent);
}

.about-our-clients__label-line {
  display: block;
  width: clamp(32px, 5vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--oc-cyan), var(--oc-purple), transparent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--theme-cool, #00d2ff) 20%, transparent);
}

.about-our-clients__title {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.about-our-clients__title-accent {
  background: linear-gradient(90deg, var(--oc-blue) 0%, var(--oc-purple) 50%, var(--oc-pink) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 22%, transparent));
  animation: aw-heading-gradient 5s ease-in-out infinite;
}

.about-our-clients__title-underline {
  display: block;
  width: clamp(64px, 10vw, 96px);
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--oc-cyan), var(--oc-purple), var(--oc-pink));
  box-shadow: 0 0 14px color-mix(in srgb, var(--theme-cool, #00d2ff) 35%, transparent), 0 0 24px color-mix(in srgb, var(--theme-violet-light, #a855f7) 20%, transparent);
}

.about-our-clients__desc {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.75;
  color: rgba(195, 210, 230, 0.76);
}

/* Logo grid */
.about-our-clients__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
  margin-bottom: clamp(36px, 4.5vw, 48px);
}

.about-our-clients__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 32, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-our-clients__logo-card > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
}

.about-our-clients__logo-card img {
  width: auto;
  max-width: 100%;
  max-height: 44px;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.about-our-clients__logo-name {
  display: block;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
}

.about-our-clients__logo-card:hover,
.about-our-clients__logo-card:focus-within {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--theme-cool, #00d2ff) 28%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--theme-cool, #00d2ff) 10%, transparent), 0 0 32px color-mix(in srgb, var(--theme-violet-light, #a855f7) 8%, transparent);
}

.about-our-clients__logo-card:hover img,
.about-our-clients__logo-card:focus-within img {
  transform: scale(1.04);
}

/* CTA */
.about-our-clients__cta-wrap {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 52px);
}

.about-our-clients__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, var(--oc-blue), var(--oc-purple), var(--oc-pink));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--theme-cool, #00d2ff) 15%, transparent));
  transition: filter 0.35s ease;
}

.about-our-clients__cta span {
  display: inline-block;
  transition: transform 0.35s ease;
}

.about-our-clients__cta:hover,
.about-our-clients__cta:focus-visible {
  filter: drop-shadow(0 0 16px color-mix(in srgb, var(--theme-violet-light, #a855f7) 35%, transparent)) brightness(1.1);
}

.about-our-clients__cta:hover span,
.about-our-clients__cta:focus-visible span {
  transform: translateX(5px);
}

/* Statistics */
.about-our-clients__stats {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
  padding: clamp(28px, 3.5vw, 40px) clamp(20px, 3vw, 36px);
  border-radius: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
    rgba(8, 14, 32, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 40px color-mix(in srgb, var(--theme-cool, #00d2ff) 4%, transparent);
}

.about-our-clients__stat {
  --oc-stat-accent: var(--oc-purple);
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 18px);
  padding: 0 clamp(10px, 1.5vw, 16px);
}

.about-our-clients__stat--purple { --oc-stat-accent: var(--oc-purple); }
.about-our-clients__stat--blue { --oc-stat-accent: var(--oc-cyan); }

.about-our-clients__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--oc-stat-accent) 35%, transparent);
  background: rgba(0, 0, 0, 0.35);
  color: var(--oc-stat-accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--oc-stat-accent) 22%, transparent);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.about-our-clients__stat-icon img {
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--oc-stat-accent) 40%, transparent));
}

.about-our-clients__stat:hover .about-our-clients__stat-icon,
.about-our-clients__stat:focus-within .about-our-clients__stat-icon {
  transform: scale(1.05);
  box-shadow: 0 0 28px color-mix(in srgb, var(--oc-stat-accent) 35%, transparent);
}

.about-our-clients__stat-value {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.about-our-clients__stat-value .odometer {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.about-our-clients__stat-prefix,
.about-our-clients__stat-suffix {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.about-our-clients__stat-label {
  margin: 4px 0 0;
  font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  line-height: 1.4;
  color: rgba(185, 200, 225, 0.68);
}

.about-our-clients__stat-divider {
  width: 1px;
  align-self: stretch;
  min-height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

/* Responsive */
@media (max-width: 1199px) {
  .about-our-clients__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .about-our-clients__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-our-clients__stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-radius: 28px;
  }

  .about-our-clients__stat-divider {
    display: none;
  }

  .about-our-clients__stat {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .about-our-clients {
    padding: 56px 0 72px;
  }

  .about-our-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-our-clients__logo-card {
    min-height: 76px;
    padding: 14px 12px;
  }

  .about-our-clients__logo-card img {
    max-height: 36px;
  }

  .about-our-clients__stats {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }

  .about-our-clients__stat {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-our-clients__ambient-canvas,
  .about-our-clients__ambient-glow,
  .about-our-clients__title-accent {
    animation: none !important;
  }

  .about-our-clients__logo-card:hover,
  .about-our-clients__logo-card:focus-within,
  .about-our-clients__cta:hover span,
  .about-our-clients__cta:focus-visible span,
  .about-our-clients__stat:hover .about-our-clients__stat-icon,
  .about-our-clients__stat:focus-within .about-our-clients__stat-icon {
    transform: none;
  }
}
