/* ─── ABOUT US PAGE ─────────────────────────────────────── */

/* Layout helpers */
.au-container { max-width: 1040px; margin: 0 auto; width: 100%; }

/* ── ROOT ── */
.au-root {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0a0a0a;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ── REVEAL / SHARED ANIMATIONS ──
   Scoped under .js (set inline in <head> by _MarketingLayout). Without JS the resting state is fully visible,
   so crawlers and JS-less visitors get the whole page instead of a blank one. */
.js .au-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s cubic-bezier(.16,.84,.3,1), transform 0.9s cubic-bezier(.16,.84,.3,1); will-change: opacity, transform; }
.js .au-reveal--in { opacity: 1; transform: translateY(0); }

@keyframes au-float-slow { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(12px, -14px) scale(1.04); } }
@keyframes au-float-slow-alt { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-16px, 12px) scale(1.03); } }
@keyframes au-pulse-glow { 0%, 100% { opacity: 0.55; filter: blur(40px); } 50% { opacity: 0.9; filter: blur(60px); } }
@keyframes au-gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes au-shimmer { 0% { transform: translateX(-120%) skewX(-12deg); } 100% { transform: translateX(220%) skewX(-12deg); } }
@keyframes au-twinkle { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes au-rule-grow { from { width: 0; } to { width: 32px; } }
@keyframes au-rule-grow-long { from { width: 0; } to { width: 100%; } }
@keyframes au-pop-in { from { opacity: 0; transform: translateY(6px) scale(0.85); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes au-drift-grid { from { background-position: 0 0; } to { background-position: 64px 64px; } }

/* Ambient orbs */
.au-ambient-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(60px); z-index: 0; }
.au-ambient-orb--mission { top: 15%; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(167,139,250,0.18) 0%, transparent 70%); animation: au-float-slow 14s ease-in-out infinite; }
.au-ambient-orb--pillars { bottom: 10%; left: -100px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(120,100,255,0.14) 0%, transparent 70%); animation: au-float-slow-alt 18s ease-in-out infinite; }
.au-ambient-orb--values { top: 40%; right: -140px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(167,139,250,0.14) 0%, transparent 70%); animation: au-float-slow 20s ease-in-out infinite; }

/* ── HERO (unchanged) ── */
.au-hero {
  min-height: 100vh;
  background: #080808;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 48px 80px;
}

.au-hero-bg-img {
  position: absolute;
  inset: 50px 0 0;
  background: url('https://theagentslayer.b-cdn.net/collage_humans_agents_working.png') center center / cover no-repeat;
  transform: scale(1.04);
  animation: au-hero-drift 28s ease-in-out infinite alternate;
}

.au-hero-bg-scrim {
  position: absolute;
  inset: 0;
}

@keyframes au-hero-drift { from { transform: scale(1.04) translate(0, 0); } to { transform: scale(1.1) translate(-12px, -8px); } }

.au-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 100% 80% at 20% 60%, black 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 100% 80% at 20% 60%, black 30%, transparent 100%);
}

.au-hero-bg-text {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 800;
  color: rgba(255,255,255,0.025);
  line-height: 0.9;
  user-select: none;
  white-space: nowrap;
  letter-spacing: -8px;
  pointer-events: none;
}

.au-hero-glow {
  position: absolute;
  bottom: 10%;
  left: 30%;
  width: 500px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(100,90,230,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.au-hero-content {
  position: relative;
  z-index: 1;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 52px 64px;
  border-radius: 28px;
  transition: transform 0.5s cubic-bezier(.16,.84,.3,1);
}

.au-hero-content::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
  backdrop-filter: blur(20px) saturate(1.8) brightness(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.8) brightness(1.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -1px 0 rgba(255,255,255,0.06), inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(255,255,255,0.08);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.5s cubic-bezier(.16,.84,.3,1), transform 0.5s cubic-bezier(.16,.84,.3,1);
  z-index: 0;
  pointer-events: none;
}

/* lift all direct children above the glass pane */
.au-hero-content > * { position: relative; z-index: 1; }

.au-hero-content:hover::before { opacity: 1; transform: scale(1); }
.au-hero-content:hover { transform: translateY(-2px); }
.au-hero-content:hover .au-hero-h1 { color: #fff; }
.au-hero-content:hover .au-hero-sub { color: rgba(255,255,255,0.65); }

.au-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 36px;
  animation: wai-fadeUp 0.7s ease both;
}

.au-hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #a78bfa; }

.au-hero-badge-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.wai-root .au-hero-h1 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 5vw, 80px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin: 0 0 28px;
  white-space: nowrap;
  animation: wai-fadeUp 0.8s 0.08s ease both;
}
@media (max-width: 860px) { .wai-root .au-hero-h1 { white-space: normal; } }

.au-hero-h1-dim { color: rgba(255,255,255,0.60); }

.au-hero-sub {
  font-size: 19px;
  color: rgba(255,255,255,0.60);
  font-weight: 300;
  max-width: 560px;
  line-height: 1.75;
  margin: 0 auto;
  animation: wai-fadeUp 0.8s 0.16s ease both;
}

.au-hero-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #fff);
}

/* ── MISSION STATEMENT ── */
.au-section-light { background: #fff; padding: 120px 48px; position: relative; overflow: hidden; }
.au-section-mission { padding-top: 140px; }

.au-mission-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 96px; align-items: start; position: relative; z-index: 1; }

.au-mission-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 16px;
}

.au-mission-rule { width: 32px; height: 2px; background: linear-gradient(90deg, #0a0a0a 0%, #a78bfa 100%); border-radius: 2px; animation: au-rule-grow 1.1s 0.2s cubic-bezier(.16,.84,.3,1) both; }

.au-mission-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin: 20px 0 28px;
  box-shadow: 0 28px 72px -24px rgba(120,100,255,0.45), 0 0 0 1px rgba(167,139,250,0.22), inset 0 0 0 1px rgba(255,255,255,0.7);
}
.au-mission-img { width: 100%; display: block; object-fit: cover; transition: transform 0.8s cubic-bezier(.16,.84,.3,1); }
.au-mission-img-wrap:hover .au-mission-img { transform: scale(1.05); }
.au-mission-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(255,255,255,0.85) 100%); pointer-events: none; }
.au-mission-img-glow { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 70%; height: 80px; background: radial-gradient(ellipse, rgba(167,139,250,0.35) 0%, transparent 70%); pointer-events: none; filter: blur(18px); }

.au-mission-h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -1.2px;
  line-height: 1.12;
  margin-bottom: 28px;
}

.au-mission-h2-dim {
  background: linear-gradient(90deg, #a78bfa 0%, #7864ff 40%, #aaa 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 30px;
  font-weight: 400;
  animation: au-gradient-shift 8s ease-in-out infinite;
}

.au-mission-p1 { font-size: 17px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.au-mission-p2 { font-size: 17px; color: #777; line-height: 1.8; }

/* ── VISION ── */
.au-section-vision { position: relative; background: linear-gradient(175deg, #08081a 0%, #0b0b20 50%, #060612 100%); padding: 140px 48px; overflow: hidden; color: #fff; }

.au-vision-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%);
  animation: au-drift-grid 40s linear infinite;
  opacity: 0.7;
}

.au-vision-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(70px); animation: au-pulse-glow 8s ease-in-out infinite; }
.au-vision-glow--a { top: -100px; left: 10%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(120,100,255,0.28) 0%, transparent 70%); }
.au-vision-glow--b { bottom: -150px; right: 5%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(167,139,250,0.22) 0%, transparent 70%); animation-delay: 3s; }

.au-vision-inner { position: relative; z-index: 1; }

.au-vision-top-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: center; margin-bottom: 72px; }
.au-vision-text-col { display: flex; flex-direction: column; align-items: flex-start; }
.au-vision-img-col { width: 100%; }

.au-vision-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 72px -24px rgba(120,100,255,0.55), 0 0 0 1px rgba(167,139,250,0.3), inset 0 0 0 1px rgba(255,255,255,0.08);
}
.au-vision-img { width: 100%; display: block; object-fit: cover; transition: transform 0.8s cubic-bezier(.16,.84,.3,1); }
.au-vision-img-wrap:hover .au-vision-img { transform: scale(1.05); }
.au-vision-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 45%, rgba(8,8,26,0.88) 100%); pointer-events: none; }
.au-vision-img-glow { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 80%; height: 100px; background: radial-gradient(ellipse, rgba(167,139,250,0.55) 0%, transparent 70%); pointer-events: none; filter: blur(22px); }

.au-vision-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(167,139,250,0.25);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
  backdrop-filter: blur(6px);
}

.au-vision-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #a78bfa; box-shadow: 0 0 12px rgba(167,139,250,0.9); animation: au-twinkle 2.4s ease-in-out infinite; }

.au-vision-h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.8vw, 56px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1.06;
  margin: 0 0 40px;
}

.au-vision-h2-grad {
  background: linear-gradient(90deg, #a78bfa 0%, #c4b5fd 25%, #7864ff 50%, #a78bfa 75%, #c4b5fd 100%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: au-gradient-shift 6s linear infinite;
}

.au-vision-h2-dim { color: rgba(255,255,255,0.35); font-weight: 400; }

.au-vision-body-wrap { max-width: 100%; }

.au-vision-body { font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 18px; font-weight: 300; }
.au-vision-body em { color: rgba(255,255,255,0.95); font-style: normal; font-weight: 500; background: linear-gradient(120deg, rgba(167,139,250,0.25), rgba(167,139,250,0)); padding: 0 4px; border-radius: 3px; }
.au-vision-body-dim { color: rgba(255,255,255,0.45); }

.au-vision-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 72px; }

.au-vision-card {
  position: relative;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.4s cubic-bezier(.16,.84,.3,1), border-color 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(8px);
}

.au-vision-card:hover { transform: translateY(-4px); border-color: rgba(167,139,250,0.35); box-shadow: 0 20px 40px -20px rgba(120,100,255,0.35); }
.au-vision-card:hover .au-vision-card-shine { animation: au-shimmer 1.2s ease forwards; }

.au-vision-card-shine { position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent); transform: translateX(-120%) skewX(-12deg); pointer-events: none; }

.au-vision-card-k { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #a78bfa; margin-bottom: 10px; }
.au-vision-card-v { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* ── PILLARS ── */
.au-section-gray { background: #f5f5f3; padding: 120px 48px; position: relative; overflow: hidden; }
.au-section-gray > .au-container { position: relative; z-index: 1; }

.au-pillars-header { margin-bottom: 56px; }

.au-pillars-tag {
  display: inline-block;
  background: linear-gradient(135deg, #0a0a0a 0%, #2a1f5c 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.au-pillars-tag::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); animation: au-shimmer 3.5s ease-in-out infinite; }

.au-pillars-h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -1px;
  line-height: 1.1;
}

.au-pillars-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.au-pillar-card-inner {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  border: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.16,.84,.3,1), border-color 0.3s, box-shadow 0.3s;
}

.au-pillar-card-fx:hover { transform: translateY(-6px); border-color: rgba(167,139,250,0.4); box-shadow: 0 24px 48px -24px rgba(120,100,255,0.25), 0 0 0 1px rgba(167,139,250,0.08); }
.au-pillar-card-fx:hover .au-pillar-icon { background: linear-gradient(135deg, #f3efff 0%, #ede6ff 100%); color: #7864ff; transform: scale(1.06) rotate(-3deg); }
.au-pillar-card-fx:hover .au-pillar-number { color: #a78bfa; }
.au-pillar-card-fx:hover .au-pillar-card-shine { animation: au-shimmer 1.2s ease forwards; }

.au-pillar-card-shine { position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(167,139,250,0.12), transparent); transform: translateX(-120%) skewX(-12deg); pointer-events: none; }

.au-pillar-card-top { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px; position: relative; }

.au-pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f5f5f3;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  transition: background 0.4s, color 0.4s, transform 0.4s cubic-bezier(.16,.84,.3,1);
}

.au-pillar-number {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
  letter-spacing: 1px;
  padding-top: 14px;
  transition: color 0.3s;
}

.au-pillar-h3 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
}

.au-pillar-desc { font-size: 15px; color: #777; line-height: 1.7; position: relative; }

/* ── DIVIDER STATEMENT ── */
.au-section-dark {
  background: radial-gradient(ellipse 100% 100% at 50% 50%, #0f0f24 0%, #0a0a0a 100%);
  padding: 120px 48px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.au-divider-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(120,100,255,0.14) 0%, transparent 70%);
  pointer-events: none;
  animation: au-pulse-glow 7s ease-in-out infinite;
}

.au-divider-glow--b { width: 900px; height: 400px; background: radial-gradient(ellipse, rgba(167,139,250,0.08) 0%, transparent 70%); animation-delay: 2s; }

.au-divider-stars {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 18% 22%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 72% 41%, rgba(167,139,250,0.7), transparent),
    radial-gradient(1px 1px at 35% 78%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 88% 18%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 12% 62%, rgba(167,139,250,0.6), transparent),
    radial-gradient(1.5px 1.5px at 55% 12%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 62% 85%, rgba(255,255,255,0.4), transparent);
  animation: au-twinkle 4.5s ease-in-out infinite;
}

.au-divider-inner { position: relative; z-index: 1; text-align: center; }

.au-divider-quote {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(22px, 3.2vw, 38px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.8px;
  line-height: 1.4;
  max-width: 720px;
  margin: 0 auto;
}

.au-divider-quote-dim {
  background: linear-gradient(90deg, rgba(255,255,255,0.35) 0%, rgba(167,139,250,0.55) 50%, rgba(255,255,255,0.35) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: au-gradient-shift 9s linear infinite;
}

/* ── VALUES ── */
.au-section-values { padding: 140px 48px; }
.au-section-values > .au-container { position: relative; z-index: 1; }

.au-values-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 96px; align-items: start; }

.au-values-sticky { position: sticky; top: 100px; }

.au-values-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 28px;
}

.au-values-h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -1.2px;
  line-height: 1.1;
  margin-bottom: 24px;
}

.au-values-intro { font-size: 15px; color: #888; line-height: 1.7; max-width: 320px; }

.au-values-counter { margin-top: 48px; display: flex; align-items: center; gap: 14px; }

.au-values-counter-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #0a0a0a;
  background: linear-gradient(135deg, #fff 0%, #faf8ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 24px -12px rgba(120,100,255,0.4);
}

.au-values-counter-badge::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px dashed rgba(167,139,250,0.35); animation: wai-spin-slow 12s linear infinite; }

.au-values-counter-num {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0a0a0a;
  animation: au-pop-in 0.4s cubic-bezier(.16,.84,.3,1) both;
}

.au-values-counter-of { font-size: 12px; color: #bbb; font-weight: 500; }

.au-values-counter-title {
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  animation: au-pop-in 0.4s 0.05s cubic-bezier(.16,.84,.3,1) both;
}

.au-values-progress { margin-top: 28px; width: 140px; height: 3px; background: #eee; border-radius: 2px; overflow: hidden; }
.au-values-progress-fill { height: 100%; background: linear-gradient(90deg, #0a0a0a 0%, #a78bfa 100%); border-radius: 2px; transition: width 0.6s cubic-bezier(.16,.84,.3,1); }

/* Accordion list */
.au-values-list { display: flex; flex-direction: column; }

.au-value-item {
  border-top: 1px solid #e8e8e6;
  padding: 24px 0;
  cursor: pointer;
  transition: padding 0.35s cubic-bezier(.16,.84,.3,1);
  position: relative;
}

.au-value-item::before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 2px; background: linear-gradient(90deg, #0a0a0a, #a78bfa); transition: width 0.5s cubic-bezier(.16,.84,.3,1); }
.au-value-item--open::before { width: 60%; }

.au-value-item--open { padding: 36px 0; }
.au-value-item:hover:not(.au-value-item--open) .au-value-item-title { color: #888; }
.au-value-item:hover:not(.au-value-item--open) .au-value-item-num { color: #a78bfa; }
.au-value-item:hover:not(.au-value-item--open) .au-value-item-toggle { border-color: #a78bfa; color: #a78bfa; transform: rotate(90deg); }

.au-value-item-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.au-value-item-left { flex: 1; }

.au-value-item-header { display: flex; align-items: center; gap: 14px; margin-bottom: 0; }
.au-value-item--open .au-value-item-header { margin-bottom: 16px; }

.au-value-item-num {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ddd;
  letter-spacing: 1px;
  transition: color 0.3s;
  flex-shrink: 0;
}

.au-value-item--open .au-value-item-num { color: #a78bfa; }

.au-value-item-title {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  color: #bbb;
  letter-spacing: -0.4px;
  line-height: 1.2;
  transition: color 0.3s;
}

.au-value-item--open .au-value-item-title { color: #0a0a0a; }

/* Collapse only when JS can expand it again — every principle's text is in the HTML, and without JS all of
   them stay open rather than being clipped away from readers and crawlers. */
.js .au-value-item-body-wrap { max-height: 0; overflow: hidden; transition: max-height 0.55s cubic-bezier(.16,.84,.3,1), opacity 0.4s; opacity: 0; }
.js .au-value-item-body-wrap.is-open { max-height: 260px; opacity: 1; }

.au-value-item-body { font-size: 16px; color: #555; line-height: 1.75; padding: 6px 0 0 26px; }

.au-value-item-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: #ccc;
  font-size: 18px;
  font-weight: 300;
  transition: border-color 0.3s, color 0.3s, transform 0.4s cubic-bezier(.16,.84,.3,1), background 0.3s;
}

.au-value-item--open .au-value-item-toggle { border-color: #0a0a0a; color: #fff; background: #0a0a0a; transform: rotate(45deg); }

.au-values-list-end { border-top: 1px solid #e8e8e6; }

/* ── STATS STRIP ── */
.au-section-stats { background: linear-gradient(180deg, #f5f5f3 0%, #ecebe7 100%); padding: 100px 48px; position: relative; overflow: hidden; }

.au-stats-header { text-align: center; margin-bottom: 56px; }

.au-stats-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 14px;
}

.au-stats-h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -1px;
  line-height: 1.1;
}

.au-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }

.au-stat-item { padding: 36px 32px; text-align: center; position: relative; transition: transform 0.4s cubic-bezier(.16,.84,.3,1); }
.js .au-stat-item { opacity: 0; transform: translateY(20px); }
.js .au-stat-item.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.9s cubic-bezier(.16,.84,.3,1), transform 0.9s cubic-bezier(.16,.84,.3,1); }
.au-stat-item:hover { transform: translateY(-4px); }

.au-stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px; background: linear-gradient(to bottom, transparent, #d4d3cf, transparent); }

.au-stat-item:first-child { text-align: left; }

.au-stat-value {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  background: linear-gradient(135deg, #0a0a0a 0%, #4a3ba8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 8px;
}

.au-stat-label { font-size: 14px; color: #999; font-weight: 400; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .au-mission-grid { grid-template-columns: 1fr; gap: 32px; }
  .au-vision-top-grid { grid-template-columns: 1fr; gap: 40px; }
  .au-pillars-grid { grid-template-columns: 1fr; }
  .au-values-grid { grid-template-columns: 1fr; gap: 48px; }
  .au-values-sticky { position: relative; top: 0; }
  .au-vision-pillars { grid-template-columns: 1fr; }
  .au-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .au-stat-item:nth-child(2)::after { display: none; }
  .au-section-light, .au-section-gray, .au-section-dark, .au-section-vision, .au-section-stats { padding-left: 24px; padding-right: 24px; }
}
