

.about-custom-section {
  --acu-bg: #ffffff;
  --acu-bg-off: #f7f8fc;
  --acu-ink: #07080f;
  --acu-ink-mid: #2a2d3d;
  --acu-ink-muted: #6b6f85;
  --acu-ink-faint: #a0a3b1;
  --acu-border: #e2e4ee;
  --acu-border-mid: #c8cbdb;
  --acu-blue: #1a56f0;
  --acu-violet: #6c3fcf;
  --acu-magenta: #c026a0;
  --acu-accent-glow: rgba(26, 86, 240, 0.07);
  --acu-accent-line: rgba(26, 86, 240, 0.18);
  --acu-teal: #0d9488;
  --acu-rose: #e11d48;
  --acu-amber: #d97706;
  --acu-emerald: #059669;
  --acu-navy: #050814;
  box-sizing: border-box;
}

.about-custom-section *,
.about-custom-section *::before,
.about-custom-section *::after {
  box-sizing: border-box;
}

.about-custom-section .acu-reveal {
  opacity: 1;
  transform: none;
}

.about-custom-section.acu-js-loaded .acu-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.68, 0, 1.1), transform 0.65s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.about-custom-section.acu-js-loaded .acu-reveal.acu-in {
  opacity: 1;
  transform: translateY(0);
}

.about-custom-section .acu-mono-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--acu-blue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.about-custom-section .acu-mono-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--acu-blue);
  flex-shrink: 0;
}

.about-custom-section .acu-section-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
  color: var(--acu-ink);
  margin-bottom: 1rem;
}

.about-custom-section .acu-section-heading .acu-hl {
  background: linear-gradient(120deg, var(--acu-blue) 0%, var(--acu-violet) 55%, var(--acu-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-custom-section .acu-section-heading--spaced {
  margin-bottom: 2.5rem;
}

.about-custom-section .acu-section-sub {
  font-size: 0.95rem;
  color: var(--acu-ink-muted);
  line-height: 1.8;
  max-width: 52ch;
}

.about-custom-section .acu-section-sub--narrow {
  max-width: 28ch;
  margin-bottom: 0;
}

.about-custom-section .acu-section-sub--lead {
  max-width: 55ch;
  margin-bottom: 0;
}

.about-custom-section .acu-mono-label--expertise {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.6rem;
}

.about-custom-section .acu-h-rule {
  width: 100%;
  height: 1px;
  background: var(--acu-border);
  border: none;
  margin: 0;
}

.about-custom-section .acu-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 5vw 6rem;
  overflow: hidden;
  text-align: center;
}

.about-custom-section .acu-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 15% 50%, rgba(26, 86, 240, 0.22) 0%, transparent 70%),
    radial-gradient(ellipse 55% 70% at 85% 30%, rgba(108, 63, 207, 0.28) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 55% 95%, rgba(192, 38, 160, 0.18) 0%, transparent 60%),
    linear-gradient(160deg, #080c18 0%, #0d1428 40%, #111028 70%, #0a0818 100%);
}

.about-custom-section .acu-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.about-custom-section .acu-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26, 86, 240, 0.16), transparent 70%);
  top: -150px;
  left: -100px;
  animation: acu-orb-float 14s ease-in-out infinite;
}

.about-custom-section .acu-orb-2 {
  width: 700px;
  height: 500px;
  background: radial-gradient(circle, rgba(108, 63, 207, 0.2), transparent 70%);
  top: -80px;
  right: -150px;
  animation: acu-orb-float 17s ease-in-out infinite reverse;
}

.about-custom-section .acu-orb-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(192, 38, 160, 0.14), transparent 70%);
  bottom: -100px;
  left: 45%;
  animation: acu-orb-float 11s ease-in-out infinite 4s;
}

@keyframes acu-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(25px, -20px) scale(1.04); }
  66% { transform: translate(-18px, 14px) scale(0.97); }
}

.about-custom-section .acu-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%);
}

.about-custom-section .acu-hero__lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.about-custom-section .acu-hero__lines::before,
.about-custom-section .acu-hero__lines::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: linear-gradient(to bottom, transparent, rgba(108, 63, 207, 0.45), transparent);
}

.about-custom-section .acu-hero__lines::before {
  left: 18%;
  top: 15%;
  animation: acu-line-pulse 5s ease-in-out infinite;
}

.about-custom-section .acu-hero__lines::after {
  right: 20%;
  top: 25%;
  animation: acu-line-pulse 5s ease-in-out infinite 2.5s;
}

@keyframes acu-line-pulse {
  0%, 100% { opacity: 0.25; transform: scaleY(1); }
  50% { opacity: 0.7; transform: scaleY(1.4); }
}

.about-custom-section .acu-hero__tokens {
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 1;
  pointer-events: none;
}

.about-custom-section .acu-hero__token {
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  color: rgba(26, 86, 240, 0.75);
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(26, 86, 240, 0.25);
  border-radius: 2px;
  background: rgba(26, 86, 240, 0.06);
  animation: acu-token-fade 4s ease-in-out infinite;
  white-space: nowrap;
}

.about-custom-section .acu-hero__token:nth-child(2) { animation-delay: 0.5s; color: rgba(108, 63, 207, 0.75); border-color: rgba(108, 63, 207, 0.25); background: rgba(108, 63, 207, 0.06); }
.about-custom-section .acu-hero__token:nth-child(3) { animation-delay: 1s; }
.about-custom-section .acu-hero__token:nth-child(4) { animation-delay: 1.5s; }
.about-custom-section .acu-hero__token:nth-child(5) { animation-delay: 2s; }
.about-custom-section .acu-hero__token:nth-child(6) { animation-delay: 2.5s; }

@keyframes acu-token-fade {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.about-custom-section .acu-hero__metrics {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1;
  pointer-events: none;
  align-items: flex-end;
}

.about-custom-section .acu-hero__metric {
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: acu-metric-pulse 5s ease-in-out infinite;
  white-space: nowrap;
}

.about-custom-section .acu-hero__metric-val {
  color: rgba(26, 86, 240, 0.95);
  font-size: 0.72rem;
}

.about-custom-section .acu-hero__metric:nth-child(2) { animation-delay: 0.9s; }
.about-custom-section .acu-hero__metric:nth-child(3) { animation-delay: 1.8s; }
.about-custom-section .acu-hero__metric:nth-child(4) { animation-delay: 2.7s; }

@keyframes acu-metric-pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.about-custom-section .acu-hero__image-wrap {
  position: relative;
  z-index: 3;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.about-custom-section .acu-hero__image {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .about-custom-section .acu-hero__image {
    width: 220px;
    height: 220px;
  }
}

.about-custom-section .acu-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 820px;
}

.about-custom-section .acu-hero__icon {
  display: block;
  margin-bottom: 0.5rem;
}

.about-custom-section .acu-hero__icon i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .about-custom-section .acu-hero__icon i {
    font-size: 2rem;
  }
}

.about-custom-section .acu-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.about-custom-section .acu-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--acu-blue), var(--acu-magenta));
}

.about-custom-section .acu-hero__title {
  color: #fff;
}

.about-custom-section .acu-hero__title .acu-g {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-custom-section .acu-hero__sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  max-width: 50ch;
  line-height: 1.8;
}

.about-custom-section .acu-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.about-custom-section .acu-hero__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.about-custom-section .acu-hero__badges .proto-badge {
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.22rem 0.65rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s;
}

.about-custom-section .acu-hero__badges .proto-badge:hover {
  color: rgba(96, 165, 250, 0.9);
  border-color: rgba(26, 86, 240, 0.35);
}

.about-custom-section .acu-btn-grad {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--acu-blue), var(--acu-violet));
  position: relative;
  overflow: hidden;
  transition: transform 0.15s;
}

.about-custom-section .acu-btn-grad::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--acu-violet), var(--acu-magenta));
  opacity: 0;
  transition: opacity 0.3s;
}

.about-custom-section .acu-btn-grad span {
  position: relative;
  z-index: 1;
}

.about-custom-section .acu-btn-grad:hover::before {
  opacity: 1;
}

.about-custom-section .acu-btn-grad:hover {
  transform: translateY(-2px);
}

.about-custom-section .acu-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.about-custom-section .acu-btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  transform: translateY(-2px);
}

.about-custom-section .acu-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}

.about-custom-section .acu-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.about-custom-section .acu-hero__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.about-custom-section .acu-bc-sep {
  opacity: 0.3;
}

.about-custom-section .acu-bc-cur {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.about-custom-section .acu-hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--acu-bg));
  pointer-events: none;
}

@keyframes acu-fiu {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.about-custom-section .acu-stat-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--acu-border);
  position: relative;
}

.about-custom-section .acu-stat-item:last-child {
  border-right: none;
}

.about-custom-section .acu-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--acu-blue), var(--acu-violet));
}

.about-custom-section .acu-stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--acu-ink);
}

.about-custom-section .acu-stat-num sup {
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--acu-blue), var(--acu-violet));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-custom-section .acu-stat-label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--acu-ink-muted);
}

.about-custom-section .acu-section-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
}

.about-custom-section .acu-section-gutter {
  border-right: 1px solid var(--acu-border);
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-custom-section .acu-section-num {
  font-size: 0.58rem;
  color: var(--acu-ink-faint);
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.about-custom-section .acu-section-body {
  padding: 4.5rem 5vw 4.5rem 3.5rem;
}

.about-custom-section .acu-section-row.acu-bg-off {
  background: var(--acu-bg-off);
}

.about-custom-section .acu-section-row.acu-bg-off .acu-section-gutter {
  background: var(--acu-bg-off);
}

.about-custom-section .acu-mission-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: start;
}

.about-custom-section .acu-mission-text p {
  font-size: 0.93rem;
  color: var(--acu-ink-mid);
  line-height: 1.95;
  margin-bottom: 1.2rem;
}

.about-custom-section .acu-mission-text p strong {
  color: var(--acu-ink);
  font-weight: 500;
}

.about-custom-section .acu-mission-text p:last-child {
  margin-bottom: 0;
}

.about-custom-section .acu-spec-list {
  margin-top: 2.2rem;
}

.about-custom-section .acu-spec-item {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--acu-border);
  transition: border-color 0.2s;
}

.about-custom-section .acu-spec-item:last-child {
  border-bottom: 1px solid var(--acu-border);
}

.about-custom-section .acu-spec-item:hover {
  border-color: var(--acu-accent-line);
}

.about-custom-section .acu-spec-item__id {
  font-size: 0.6rem;
  color: var(--acu-blue);
  letter-spacing: 0.1em;
  padding-top: 0.15rem;
}

.about-custom-section .acu-spec-item h4 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--acu-ink);
  margin-bottom: 0.3rem;
}

.about-custom-section .acu-spec-item p {
  font-size: 0.81rem;
  color: var(--acu-ink-muted);
  line-height: 1.6;
}

.about-custom-section .acu-photo-stack {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.about-custom-section .acu-photo-main {
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--acu-border-mid);
  position: relative;
}

.about-custom-section .acu-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-custom-section .acu-photo-main:hover img {
  transform: scale(1.03);
}

.about-custom-section .acu-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.about-custom-section .acu-photo-small {
  height: 130px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--acu-border-mid);
}

.about-custom-section .acu-photo-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.about-custom-section .acu-photo-small:hover img {
  transform: scale(1.06);
}

.about-custom-section .acu-photo-main::before {
  content: 'IMG — 01';
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

.about-custom-section .acu-photo-main--secondary::before {
  content: 'IMG 04';
}

.about-custom-section .acu-founder-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 3rem;
}

.about-custom-section .acu-founder-image-wrap {
  position: relative;
  flex-shrink: 0;
}

.about-custom-section .acu-founder-accent-block {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--acu-blue), var(--acu-violet));
  border-radius: 3px;
  z-index: -1;
  opacity: 0.55;
}

.about-custom-section .acu-founder-accent-block-2 {
  position: absolute;
  bottom: -18px;
  left: -18px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(26, 86, 240, 0.35);
  border-radius: 3px;
  z-index: -1;
}

.about-custom-section .acu-founder-image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 3px;
  overflow: hidden;
  background-color: #16162d;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.about-custom-section .acu-founder-image-frame::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 60px;
  border-top: 2px solid rgba(99, 102, 241, 0.6);
  border-left: 2px solid rgba(99, 102, 241, 0.6);
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.15);
}

.about-custom-section .acu-founder-image-frame::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid rgba(99, 102, 241, 0.6);
  border-right: 2px solid rgba(99, 102, 241, 0.6);
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.15);
}

.about-custom-section .acu-founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(12%) contrast(1.04);
  transition: filter 0.4s;
  position: relative;
  z-index: 3;
}

.about-custom-section .acu-founder-img-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.85;
}

.about-custom-section .acu-founder-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38%;
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgba(99, 102, 241, 0.2), transparent 55%),
    linear-gradient(to top, rgba(5, 8, 20, 0.92), transparent);
  z-index: 2;
  pointer-events: none;
}

.about-custom-section .acu-founder-img-badge {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  z-index: 4;
}

.about-custom-section .acu-founder-img-role {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about-custom-section .acu-founder-img-role::before {
  content: '— ';
  display: inline;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.about-custom-section .acu-founder-img-name {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--acu-ink, #07080f);
  line-height: 1.05;
  background: rgba(229, 231, 235, 0.92);
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  text-shadow: none;
}

.about-custom-section .acu-founder-creds {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.about-custom-section .acu-cred-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--acu-border);
  border-radius: 3px;
  background: var(--acu-bg-off);
  transition: border-color 0.2s;
}

.about-custom-section .acu-cred-row:hover {
  border-color: rgba(26, 86, 240, 0.3);
}

.about-custom-section .acu-cred-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.about-custom-section .acu-cred-icon--indigo {
  background: rgba(67, 56, 202, 0.09);
  border: 1px solid rgba(67, 56, 202, 0.2);
  color: var(--acu-blue);
}

.about-custom-section .acu-cred-icon--teal {
  background: rgba(13, 148, 136, 0.09);
  border: 1px solid rgba(13, 148, 136, 0.2);
  color: var(--acu-teal);
}

.about-custom-section .acu-cred-icon--violet {
  background: rgba(124, 58, 237, 0.09);
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: var(--acu-violet);
}

.about-custom-section .acu-cred-text {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--acu-ink-muted);
}

.about-custom-section .acu-cred-text strong {
  color: var(--acu-ink-mid);
  font-weight: 600;
  display: block;
  font-size: 0.74rem;
}

.about-custom-section .acu-founder-bio {
  min-width: 0;
}

.about-custom-section .acu-founder-bio-intro {
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--acu-ink);
  margin-bottom: 1.4rem;
}

.about-custom-section .acu-founder-bio-intro .acu-hl {
  background: linear-gradient(120deg, var(--acu-blue) 0%, var(--acu-violet) 50%, var(--acu-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-custom-section .acu-founder-quote {
  margin: 2.2rem 0;
  padding: 1.6rem 1.8rem;
  border-left: 3px solid var(--acu-blue);
  background: var(--acu-bg-off);
  border-radius: 0 3px 3px 0;
  position: relative;
}

.about-custom-section .acu-founder-quote::before {
  content: '"';
  position: absolute;
  top: -0.6rem;
  left: 1.4rem;
  font-size: 4rem;
  font-weight: 700;
  color: var(--acu-blue);
  opacity: 0.18;
  line-height: 1;
}

.about-custom-section .acu-founder-quote p {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--acu-ink-mid);
  line-height: 1.55;
  font-style: italic;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}

.about-custom-section .acu-founder-quote cite {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--acu-blue);
  text-transform: uppercase;
  font-style: normal;
}

.about-custom-section .acu-founder-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.about-custom-section .acu-svc-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--acu-border);
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--acu-ink-muted);
  background: #fff;
  transition: border-color 0.2s, color 0.2s;
}

.about-custom-section .acu-svc-pill:hover {
  border-color: rgba(26, 86, 240, 0.3);
  color: var(--acu-ink);
}

.about-custom-section .acu-svc-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-custom-section .acu-svc-dot--indigo { background: var(--acu-blue); }
.about-custom-section .acu-svc-dot--rose { background: var(--acu-rose); }
.about-custom-section .acu-svc-dot--cyan { background: #0891b2; }
.about-custom-section .acu-svc-dot--amber { background: var(--acu-amber); }
.about-custom-section .acu-svc-dot--emerald { background: var(--acu-emerald); }
.about-custom-section .acu-svc-dot--violet { background: var(--acu-violet); }

.about-custom-section .acu-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.8rem;
}

.about-custom-section .acu-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--acu-border);
  border-radius: 2px;
}

.about-custom-section .acu-svc-panel {
  padding: 2.2rem 1.8rem;
  border-right: 1px solid var(--acu-border);
  border-bottom: 1px solid var(--acu-border);
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.about-custom-section .acu-svc-panel:nth-child(3n) {
  border-right: none;
}

.about-custom-section .acu-svc-panel:nth-child(4),
.about-custom-section .acu-svc-panel:nth-child(5),
.about-custom-section .acu-svc-panel:nth-child(6) {
  border-bottom: none;
}

.about-custom-section .acu-svc-panel:hover {
  background: var(--acu-accent-glow);
}

.about-custom-section .acu-svc-panel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--acu-blue), var(--acu-violet));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.about-custom-section .acu-svc-panel:hover::before {
  transform: scaleY(1);
}

.about-custom-section .acu-svc-panel__idx {
  font-size: 0.58rem;
  color: var(--acu-ink-faint);
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-custom-section .acu-svc-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid var(--acu-border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--acu-blue);
  transition: background 0.2s, border-color 0.2s;
}

.about-custom-section .acu-svc-panel:hover .acu-svc-icon {
  background: var(--acu-accent-glow);
  border-color: var(--acu-accent-line);
}

.about-custom-section .acu-svc-panel h3 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--acu-ink);
  margin-bottom: 0.55rem;
}

.about-custom-section .acu-svc-panel p {
  font-size: 0.8rem;
  color: var(--acu-ink-muted);
  line-height: 1.7;
}

.about-custom-section .acu-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.about-custom-section .acu-team-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--acu-border);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.about-custom-section .acu-team-card:hover {
  border-color: var(--acu-accent-line);
  box-shadow: 0 8px 32px rgba(26, 86, 240, 0.08);
  transform: translateY(-4px);
}

.about-custom-section .acu-team-card__photo {
  aspect-ratio: 1/1.15;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  background-color: #EEF2FF;
  display: flex;
  align-items: stretch;
}

.about-custom-section .acu-team-card:nth-child(2) .acu-team-card__photo {
  background-color: #FFF5E2;
}

.about-custom-section .acu-team-card:nth-child(3) .acu-team-card__photo {
  background-color: #FFEDF7;
}

.about-custom-section .acu-team-card:nth-child(4) .acu-team-card__photo {
  background-color: #E9FAFF;
}

.about-custom-section .acu-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s;
  filter: saturate(0.85);
  display: block;
  flex: 1;
  min-height: 0;
}

.about-custom-section .acu-team-card:hover .acu-team-card__photo img {
  transform: scale(1.04);
  filter: saturate(1);
}

.about-custom-section .acu-team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(26, 86, 240, 0.9), rgba(108, 63, 207, 0.92));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.about-custom-section .acu-team-card:hover .acu-team-card__overlay {
  opacity: 1;
}

.about-custom-section .acu-team-card__overlay-title {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.about-custom-section .acu-team-card__overlay-link {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s;
}

.about-custom-section .acu-team-card__overlay-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.about-custom-section .acu-team-card__body {
  padding: 1.2rem 1.3rem;
}

.about-custom-section .acu-team-card__role {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--acu-blue);
  margin-bottom: 0.2rem;
}

.about-custom-section .acu-team-card__name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--acu-ink);
  margin-bottom: 0.55rem;
}

.about-custom-section .acu-team-card__bio {
  font-size: 0.76rem;
  color: var(--acu-ink-muted);
  line-height: 1.6;
}

.about-custom-section .acu-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--acu-border);
  border-radius: 2px;
}

.about-custom-section .acu-value-panel {
  padding: 2.4rem 2.2rem;
  border-right: 1px solid var(--acu-border);
  border-bottom: 1px solid var(--acu-border);
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.about-custom-section .acu-value-panel:hover {
  background: var(--acu-accent-glow);
}

.about-custom-section .acu-value-panel:nth-child(even) {
  border-right: none;
}

.about-custom-section .acu-value-panel:nth-child(5),
.about-custom-section .acu-value-panel:nth-child(6) {
  border-bottom: none;
}

.about-custom-section .acu-value-panel__num {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26, 86, 240, 0.12);
  margin-bottom: 1rem;
  transition: -webkit-text-stroke-color 0.3s;
}

.about-custom-section .acu-value-panel:hover .acu-value-panel__num {
  -webkit-text-stroke-color: rgba(26, 86, 240, 0.22);
}

.about-custom-section .acu-value-panel h3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--acu-ink);
  margin-bottom: 0.55rem;
}

.about-custom-section .acu-value-panel p {
  font-size: 0.81rem;
  color: var(--acu-ink-muted);
  line-height: 1.75;
}

.about-custom-section .acu-value-panel::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--acu-blue), var(--acu-violet));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.about-custom-section .acu-value-panel:hover::after {
  transform: scaleY(1);
}

.about-custom-section .acu-mv-section {
  background: var(--acu-bg-off);
}

.about-custom-section .acu-mv-section .acu-section-gutter {
  background: var(--acu-bg-off);
}

.about-custom-section .acu-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 3rem;
}

.about-custom-section .acu-mv-card {
  padding: 3.2rem 2.8rem;
  position: relative;
  overflow: hidden;
}

.about-custom-section .acu-mv-card--mission {
  background: var(--acu-navy);
}

.about-custom-section .acu-mv-card--mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(99, 102, 241, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
}

.about-custom-section .acu-mv-card--mission::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.22), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-custom-section .acu-mv-card--vision {
  background: #fff;
  border: 1px solid var(--acu-border);
}

.about-custom-section .acu-mv-card-inner {
  position: relative;
  z-index: 1;
}

.about-custom-section .acu-mv-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.about-custom-section .acu-mv-icon--dark {
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.25);
  color: rgba(165, 180, 252, 0.9);
}

.about-custom-section .acu-mv-icon--light {
  background: rgba(26, 86, 240, 0.08);
  border: 1px solid rgba(26, 86, 240, 0.18);
  color: var(--acu-blue);
}

.about-custom-section .acu-mv-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about-custom-section .acu-mv-card--mission .acu-mv-label {
  color: rgba(165, 180, 252, 0.7);
}

.about-custom-section .acu-mv-card--mission .acu-mv-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: rgba(165, 180, 252, 0.4);
}

.about-custom-section .acu-mv-card--vision .acu-mv-label {
  color: var(--acu-blue);
}

.about-custom-section .acu-mv-card--vision .acu-mv-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--acu-blue);
}

.about-custom-section .acu-mv-heading {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.08;
  margin-bottom: 1.2rem;
}

.about-custom-section .acu-mv-card--mission .acu-mv-heading {
  color: #fff;
}

.about-custom-section .acu-mv-card--mission .acu-mv-heading,
.about-custom-section .acu-mv-card--mission .acu-mv-heading .acu-hl {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}

.about-custom-section .acu-mv-card--vision .acu-mv-heading {
  color: var(--acu-ink);
}

.about-custom-section .acu-mv-card--vision .acu-mv-heading .acu-hl {
  background: linear-gradient(120deg, var(--acu-blue), var(--acu-violet), var(--acu-magenta));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-custom-section .acu-mv-text {
  font-size: 0.9rem;
  line-height: 1.9;
  margin-bottom: 1.8rem;
}

.about-custom-section .acu-mv-card--mission .acu-mv-text {
  color: rgba(255, 255, 255, 0.5);
}

.about-custom-section .acu-mv-card--vision .acu-mv-text {
  color: var(--acu-ink-muted);
}

.about-custom-section .acu-mv-principles {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.about-custom-section .acu-mv-principle {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid;
}

.about-custom-section .acu-mv-card--mission .acu-mv-principle {
  border-color: rgba(255, 255, 255, 0.07);
}

.about-custom-section .acu-mv-card--vision .acu-mv-principle {
  border-color: var(--acu-border);
}

.about-custom-section .acu-mv-principle-num {
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.about-custom-section .acu-mv-card--mission .acu-mv-principle-num {
  color: rgba(165, 180, 252, 0.4);
}

.about-custom-section .acu-mv-card--vision .acu-mv-principle-num {
  color: var(--acu-blue);
}

.about-custom-section .acu-mv-principle-text {
  font-size: 0.78rem;
  line-height: 1.65;
  font-weight: 500;
}

.about-custom-section .acu-mv-card--mission .acu-mv-principle-text {
  color: rgba(255, 255, 255, 0.7);
}

.about-custom-section .acu-mv-card--vision .acu-mv-principle-text {
  color: var(--acu-ink-mid);
}

.about-custom-section .acu-mv-principle-text span {
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 0.15rem;
}

.about-custom-section .acu-mv-card--mission .acu-mv-principle-text span {
  color: rgba(255, 255, 255, 0.38);
}

.about-custom-section .acu-mv-card--vision .acu-mv-principle-text span {
  color: var(--acu-ink-muted);
}

@media (max-width: 1100px) {
  .about-custom-section .acu-founder-grid {
    grid-template-columns: 340px 1fr;
    gap: 3.5rem;
  }
  .about-custom-section .acu-founder-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-custom-section .acu-services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-custom-section .acu-svc-panel:nth-child(3n) {
    border-right: 1px solid var(--acu-border);
  }
  .about-custom-section .acu-svc-panel:nth-child(2n) {
    border-right: none;
  }
  .about-custom-section .acu-svc-panel:nth-child(4),
  .about-custom-section .acu-svc-panel:nth-child(5),
  .about-custom-section .acu-svc-panel:nth-child(6) {
    border-bottom: 1px solid var(--acu-border);
  }
  .about-custom-section .acu-svc-panel:nth-child(5),
  .about-custom-section .acu-svc-panel:nth-child(6) {
    border-bottom: none;
  }
}

@media (max-width: 900px) {
  .about-custom-section .acu-mission-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-custom-section .acu-founder-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-custom-section .acu-founder-image-wrap {
    max-width: 400px;
  }
  .about-custom-section .acu-mv-grid {
    grid-template-columns: 1fr;
  }
  .about-custom-section .acu-team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-custom-section .acu-section-row {
    grid-template-columns: 56px 1fr;
  }
  .about-custom-section .acu-hero {
    min-height: auto;
    padding: 8rem 5vw 5rem;
  }
}

@media (max-width: 768px) {
  .about-custom-section .acu-hero__tokens,
  .about-custom-section .acu-hero__metrics { display: none; }
  .about-custom-section .acu-founder-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-custom-section .acu-services-grid {
    grid-template-columns: 1fr;
  }
  .about-custom-section .acu-svc-panel {
    border-right: none;
  }
  .about-custom-section .acu-svc-panel:nth-child(n) {
    border-bottom: 1px solid var(--acu-border);
  }
  .about-custom-section .acu-svc-panel:last-child {
    border-bottom: none;
  }
  .about-custom-section .acu-values-grid {
    grid-template-columns: 1fr;
  }
  .about-custom-section .acu-value-panel:nth-child(even) {
    border-right: none;
  }
  .about-custom-section .acu-value-panel:nth-child(5) {
    border-bottom: 1px solid var(--acu-border);
  }
  .about-custom-section .acu-value-panel:last-child {
    border-bottom: none;
  }
  .about-custom-section .acu-section-row {
    grid-template-columns: 1fr;
  }
  .about-custom-section .acu-section-gutter {
    display: none;
  }
  .about-custom-section .acu-section-body {
    padding: 3.5rem 5vw;
  }
.about-custom-section .acu-stat-item:nth-child(2) {
    border-right: none;
  }
  .about-custom-section .acu-stat-item:nth-child(1),
  .about-custom-section .acu-stat-item:nth-child(2) {
    border-bottom: 1px solid var(--acu-border);
  }
}

@media (max-width: 540px) {
  .about-custom-section .acu-team-grid {
    grid-template-columns: 1fr;
  }
  .about-custom-section .acu-photo-pair {
    grid-template-columns: 1fr;
  }
}
