/* About page specific styles. */

#about-us-page .app-subpage-person-grid {
  gap: 24px;
  align-items: stretch;
}#about-us-page .app-person-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0 0 32px 0;
}#about-us-page .app-person-card > p,
#about-us-page .app-person-focus,
#about-us-page .app-person-company {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}#about-us-page .app-person-card > p:first-of-type {
  padding-top: 22px;
}#about-us-page .app-person-focus {
  margin-bottom: 0;
}#about-us-page .app-person-focus + .app-person-company {
  margin-top: 32px;
}#about-us-page .app-person-company {
  margin-top: auto;
  padding-bottom: 24px;
}#about-us-page .app-person-image-wrap {
  position: relative;
  height: 720px;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 214, 255, 0.18) 0%, rgba(0, 214, 255, 0) 34%),
    radial-gradient(circle at 82% 14%, rgba(255, 0, 153, 0.14) 0%, rgba(255, 0, 153, 0) 30%),
    radial-gradient(circle at 52% 78%, rgba(17, 96, 255, 0.16) 0%, rgba(17, 96, 255, 0) 36%),
    linear-gradient(180deg, rgba(6, 16, 38, 0.72) 0%, rgba(4, 11, 27, 0.92) 100%);
}#about-us-page .app-person-card:first-child .app-person-image-wrap::before {
  left: 48%;
  width: 33%;
  height: 64%;
  bottom: 62px;
}#about-us-page .app-person-card:last-child .app-person-image-wrap::before {
  left: 53%;
  width: 32%;
  height: 62%;
  bottom: 60px;
}#about-us-page .app-person-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(4, 10, 24, 0.96) 0%,
    rgba(4, 10, 24, 0.84) 34%,
    rgba(4, 10, 24, 0.48) 68%,
    rgba(4, 10, 24, 0) 100%
  );
}#about-us-page .app-person-image {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.45s ease;
  border-radius: 22px;
  outline: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 0 6px rgba(255,255,255,0.02),
    0 12px 40px rgba(0,0,0,0.35),
    inset 0 0 40px rgba(0,0,0,0.25);
  mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%,
    rgba(0,0,0,0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%,
    rgba(0,0,0,0) 100%
  );
}#about-us-page .app-person-card:first-child .app-person-image {
  left: 49%;
  bottom: -36px;
}#about-us-page .app-person-card:last-child .app-person-image {
  left: 51%;
  bottom: -34px;
}#about-us-page .app-person-card:hover .app-person-image {
  transform: translateX(-50%);
}#about-us-page .app-person-card-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 24px 24px 22px;
}#about-us-page .app-person-card-head .pill {
  margin-bottom: 14px;
}#about-us-page .app-person-card-head h3 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f7f9fc;
}#about-us-page .app-person-role {
  margin: 0;
  max-width: 34ch;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}@media (max-width: 960px) {#about-us-page .app-person-image-wrap {
    height: 460px;
  }#about-us-page .app-person-image-wrap::before {
    width: 38%;
    height: 60%;
    bottom: 40px;
    left: 50%;
    opacity: 0.62;
  }#about-us-page .app-person-card:first-child .app-person-image-wrap::before,
  #about-us-page .app-person-card:last-child .app-person-image-wrap::before {
    left: 50%;
    width: 38%;
    height: 60%;
    bottom: 40px;
  }#about-us-page .app-person-image {
    bottom: -20px;
  }#about-us-page .app-person-card:first-child .app-person-image {
    left: 50%;
    bottom: -24px;
  }#about-us-page .app-person-card:last-child .app-person-image {
    left: 50%;
    bottom: -22px;
  }}@media (max-width: 760px) {#about-us-page .app-person-image-wrap {
    height: 400px;
    border-radius: 24px;
  }#about-us-page .app-person-image-wrap::before {
    width: 42%;
    height: 56%;
    bottom: 28px;
    left: 50%;
    border-radius: 24px;
    opacity: 0.56;
  }#about-us-page .app-person-card:first-child .app-person-image-wrap::before,
  #about-us-page .app-person-card:last-child .app-person-image-wrap::before {
    left: 50%;
    width: 42%;
    height: 56%;
    bottom: 28px;
  }#about-us-page .app-person-image-wrap::after {
    height: 48%;
  }#about-us-page .app-person-image {
    bottom: -16px;
  }#about-us-page .app-person-card:first-child .app-person-image,
  #about-us-page .app-person-card:last-child .app-person-image {
    left: 50%;
    bottom: -18px;
  }#about-us-page .app-person-card-head {
    padding: 20px 20px 18px;
  }#about-us-page .app-person-card-head h3 {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }#about-us-page .app-person-card > p,
  #about-us-page .app-person-focus,
  #about-us-page .app-person-company {
    padding-left: 20px;
    padding-right: 20px;
  }#about-us-page .app-person-company {
    padding-bottom: 20px;
  }}#about-us-page .app-person-card > p {
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}#about-us-page .app-person-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}#about-us-page .app-person-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
}#about-us-page .app-person-company-compact {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;

  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 14px;

  width: fit-content;
  max-width: 350px;

  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);

  background: rgba(255,255,255,0.03);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}#about-us-page .app-person-company-compact span {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 0.72rem;
  line-height: 1.4;
}#about-us-page .app-person-company-compact span {
  color: rgba(255,255,255,0.6);
  font-size: 0.75rem;
  line-height: 1.4;
}#about-us-page .app-company-link.app-person-company-compact:hover {
  transform: translateY(-2px);
  border-color: rgba(124,231,255,0.35);

  box-shadow:
    0 0 0 1px rgba(124,231,255,0.18),
    0 12px 28px rgba(0,0,0,0.35);
}

#about-us-page .app-person-card > p {
  max-width: 42ch;
  margin-top: 18px;
  margin-bottom: 0;
}

#about-us-page .app-person-company-compact {
  margin-top: auto;
  margin-bottom: 0;
}

#about-us-page .app-person-card:last-child .app-person-company-compact {
  margin-top: auto;
  margin-bottom: 0px;
}

#about-us-page .app-subpage-section {
  position: relative;
}

#about-us-page .app-subpage-section::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,244,238,0.10), transparent 70%);
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

#about-us-page .app-subpage-section:nth-of-type(even)::before {
  left: auto;
  right: -70px;
  background: radial-gradient(circle, rgba(255,92,138,0.08), transparent 70%);
}#about-us-page .app-subpage-section > .container {
  position: relative;
  z-index: 1;
}#about-us-page .app-subpage-content,
#about-us-page .app-person-card,
#about-us-page .cta-panel {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
  will-change: transform, box-shadow;
}#about-us-page .app-subpage-content::before,
#about-us-page .app-person-card::before,
#about-us-page .cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at top right, rgba(124,231,255,0.12), transparent 36%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}#about-us-page .app-subpage-content:hover::before,
#about-us-page .app-person-card:hover::before,
#about-us-page .cta-panel:hover::before {
  opacity: 1;
}#about-us-page .app-subpage-content:hover,
#about-us-page .app-person-card:hover,
#about-us-page .cta-panel:hover {
  transform: translateY(-10px) scale(1.012);
  border-color: rgba(124,231,255,0.16);
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(124,231,255,0.08);
}#about-us-page .app-person-focus ul {
  list-style: none;
  padding-left: 0;
}#about-us-page .app-person-focus li {
  position: relative;
  padding-left: 18px;
}#about-us-page .app-person-focus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ce1e6, #b388ff);
  transform: translateY(-50%);
}#about-us-page .app-company-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 1px solid rgba(255,255,255,0.08);
}#about-us-page .app-company-link:hover {
  transform: translateY(-3px);
  border-color: rgba(0,214,255,0.45);
  box-shadow:
    0 0 0 1px rgba(0,214,255,0.25),
    0 18px 48px rgba(0,0,0,0.45),
    0 0 32px rgba(0,214,255,0.12);
}#about-us-page .about-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}#about-us-page .about-story-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
}#about-us-page .about-story-card .pill {
  display: inline-flex;
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
}#about-us-page .about-story-card h3 {
  margin: 16px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #f7f9fc;
}#about-us-page .about-story-card p {
  max-width: 32ch;
  color: rgba(255,255,255,0.76);
  line-height: 1.65;
}#about-us-page .about-story-card-system::before,
#about-us-page .about-story-card-trend::before,
#about-us-page .about-story-card-principles::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.95;
}#about-us-page .about-story-card-system::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(124,231,255,0.16) 0%, rgba(124,231,255,0) 34%),
    radial-gradient(circle at 84% 20%, rgba(179,136,255,0.14) 0%, rgba(179,136,255,0) 30%);
}#about-us-page .about-story-card-trend::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(255,92,138,0.16) 0%, rgba(255,92,138,0) 28%),
    radial-gradient(circle at 24% 78%, rgba(0,214,255,0.12) 0%, rgba(0,214,255,0) 32%);
}#about-us-page .about-story-card-principles::before {
  background:
    radial-gradient(circle at 50% 10%, rgba(92,225,230,0.12) 0%, rgba(92,225,230,0) 36%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 42%);
}#about-us-page .about-story-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}#about-us-page .about-story-flow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #e6f4ff;
  font-size: 0.84rem;
  font-weight: 700;
}#about-us-page .about-story-flow span:not(:last-child)::after {
  content: "→";
  margin-left: 10px;
  color: rgba(124,231,255,0.72);
}#about-us-page .about-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}#about-us-page .about-story-tags span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.78);
  font-size: 0.78rem;
  line-height: 1;
}#about-us-page .about-signal-bars {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  height: 180px;
  margin: 28px 0 18px;
}#about-us-page .about-signal-bars span {
  display: block;
  width: 100%;
  border-radius: 18px 18px 8px 8px;
  background:
    linear-gradient(180deg, rgba(124,231,255,0.95) 0%, rgba(179,136,255,0.72) 100%);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.18),
    0 0 24px rgba(124,231,255,0.12);
}#about-us-page .about-signal-bars span:nth-child(1) { height: 32%; }#about-us-page .about-signal-bars span:nth-child(2) { height: 54%; }#about-us-page .about-signal-bars span:nth-child(3) { height: 72%; }#about-us-page .about-signal-bars span:nth-child(4) { height: 92%; }#about-us-page .about-story-stats {
  display: grid;
  gap: 12px;
}#about-us-page .about-story-stats div {
  padding: 14px 14px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}#about-us-page .about-story-stats strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.1;
}#about-us-page .about-story-stats span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}#about-us-page .about-principles {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}#about-us-page .about-principles li {
  position: relative;
  padding: 14px 16px 14px 40px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.84);
  line-height: 1.5;
}#about-us-page .about-principles li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #5ce1e6, #b388ff);
  box-shadow: 0 0 18px rgba(92,225,230,0.45);
}#about-us-page .about-story-orb {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124,231,255,0.26) 0%, rgba(124,231,255,0) 68%);
  filter: blur(10px);
  pointer-events: none;
}@media (max-width: 1100px) {#about-us-page .about-story-grid {
    grid-template-columns: 1fr;
  }#about-us-page .about-story-card p {
    max-width: 48ch;
  }#about-us-page .about-signal-bars {
    height: 140px;
  }}@media (max-width: 760px) {#about-us-page .about-story-card {
    padding: 22px;
    border-radius: 24px;
  }#about-us-page .about-story-card h3 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }#about-us-page .about-story-flow {
    gap: 8px;
  }#about-us-page .about-story-flow span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }#about-us-page .about-signal-bars {
    height: 120px;
    gap: 8px;
  }#about-us-page .about-principles li {
    padding: 12px 14px 12px 36px;
  }}#about-us-page .about-story-grid {
  perspective: 1200px;
}#about-us-page .about-story-card {
  transform: translateY(0);
  will-change: transform;
}#about-us-page .about-story-card-system,
#about-us-page .about-story-card-trend,
#about-us-page .about-story-card-principles {
  animation: aboutCardFloat 7s ease-in-out infinite;
}#about-us-page .about-story-card-trend {
  animation-delay: 0.8s;
}#about-us-page .about-story-card-principles {
  animation-delay: 1.6s;
}#about-us-page .about-story-card:hover {
  transform: translateY(-8px);
}#about-us-page .about-story-flow span,
#about-us-page .about-story-tags span,
#about-us-page .about-principles li,
#about-us-page .about-story-stats div,
#about-us-page .about-system-node {
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}#about-us-page .about-story-card:hover .about-story-flow span,
#about-us-page .about-story-card:hover .about-story-tags span,
#about-us-page .about-story-card:hover .about-principles li,
#about-us-page .about-story-card:hover .about-story-stats div,
#about-us-page .about-story-card:hover .about-system-node {
  transform: translateY(-2px);
  border-color: rgba(124,231,255,0.22);
  box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}#about-us-page .about-signal-bars span {
  transform-origin: bottom center;
  animation: aboutBarsPulse 4.8s ease-in-out infinite;
}#about-us-page .about-signal-bars span:nth-child(2) {
  animation-delay: 0.2s;
}#about-us-page .about-signal-bars span:nth-child(3) {
  animation-delay: 0.4s;
}#about-us-page .about-signal-bars span:nth-child(4) {
  animation-delay: 0.6s;
}#about-us-page .about-story-orb {
  animation: aboutOrbDrift 8s ease-in-out infinite;
}#about-us-page .about-story-card-system {
  display: flex;
  flex-direction: column;
}#about-us-page .about-system-visual {
  position: relative;
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  min-height: 250px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(124,231,255,0.14) 0%, rgba(124,231,255,0) 34%),
    radial-gradient(circle at 82% 18%, rgba(179,136,255,0.14) 0%, rgba(179,136,255,0) 32%),
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.08);
}#about-us-page .about-system-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.22;
  pointer-events: none;
}#about-us-page .about-system-node {
  position: relative;
  z-index: 2;
  width: 72%;
  padding: 14px 16px 14px 42px;
  border-radius: 18px;
  background: rgba(8, 20, 42, 0.78);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
}#about-us-page .about-system-node strong {
  display: block;
  margin-bottom: 4px;
  color: #f4f8fd;
  font-size: 0.98rem;
  line-height: 1.1;
}#about-us-page .about-system-node small {
  display: block;
  color: rgba(255,255,255,0.64);
  font-size: 0.78rem;
  line-height: 1.4;
}#about-us-page .about-system-node-1 {
  animation: aboutNodeFloatA 5.5s ease-in-out infinite;
}#about-us-page .about-system-node-2 {
  margin-top: 16px;
  margin-left: auto;
  animation: aboutNodeFloatB 6.2s ease-in-out infinite;
}#about-us-page .about-system-node-3 {
  margin-top: 16px;
  animation: aboutNodeFloatA 5.8s ease-in-out infinite;
}#about-us-page .about-system-dot {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #5ce1e6, #b388ff);
  box-shadow:
    0 0 0 6px rgba(92,225,230,0.08),
    0 0 20px rgba(92,225,230,0.38);
}#about-us-page .about-system-line {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 30px;
  margin: 2px 0 2px 22px;
  background: linear-gradient(
    180deg,
    rgba(124,231,255,0.18) 0%,
    rgba(179,136,255,0.75) 50%,
    rgba(124,231,255,0.18) 100%
  );
  overflow: hidden;
  border-radius: 999px;
}#about-us-page .about-system-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40%;
  height: 40%;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(124,231,255,0.95) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: aboutLineTravel 2.6s linear infinite;
}#about-us-page .about-system-line-2::after {
  animation-delay: 0.8s;
}@media (max-width: 1100px) {#about-us-page .about-system-node {
    width: 100%;
  }}@media (max-width: 760px) {#about-us-page .about-system-visual {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }#about-us-page .about-system-node {
    padding: 13px 14px 13px 38px;
    border-radius: 16px;
  }#about-us-page .about-system-node strong {
    font-size: 0.92rem;
  }#about-us-page .about-system-node small {
    font-size: 0.74rem;
  }}@media (prefers-reduced-motion: reduce) {#about-us-page .about-story-card-system,
  #about-us-page .about-story-card-trend,
  #about-us-page .about-story-card-principles,
  #about-us-page .about-signal-bars span,
  #about-us-page .about-story-orb,
  #about-us-page .about-system-node-1,
  #about-us-page .about-system-node-2,
  #about-us-page .about-system-node-3,
  #about-us-page .about-system-line::after {
    animation: none !important;
  }}#about-us-page .about-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0px 0 20px;
}#about-us-page .about-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #eaf6ff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}#about-us-page .about-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(124,231,255,0.28);
}#about-us-page .about-tab.is-active {
  background: linear-gradient(135deg, rgba(124,231,255,0.16), rgba(179,136,255,0.14));
  border-color: rgba(124,231,255,0.42);
  box-shadow: 0 0 0 1px rgba(124,231,255,0.18);
  color: #f5fbff;
}#about-us-page .about-tab-panel {
  display: none;
}#about-us-page .about-tab-panel.is-active {
  display: block;
}@media (max-width: 760px) {#about-us-page .legal-footer-section .container {
    width: calc(100% - 30px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }#about-us-page .legal-footer {
    width: 100%;
    padding: 22px 20px;
    gap: 20px;
    box-sizing: border-box;
  }#about-us-page .legal-footer-copy {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 0 0 auto;
  }#about-us-page .legal-footer-copy h3,
  #about-us-page .legal-footer-copy p {
    max-width: none;
  }#about-us-page .legal-footer-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }}@media (max-width: 760px) {#about-us-page {
    overflow-x: hidden;
  }#about-us-page .app-subpage-hero {
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }#about-us-page .app-subpage-hero::before {
    height: 360px;
    inset: -4% -8% auto -8%;
    opacity: 0.78;
  }#about-us-page .app-subpage-hero::after {
    width: 220px;
    height: 220px;
    right: -30px;
    top: 120px;
  }#about-us-page .app-subpage-hero-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 92%;
    gap: 10px;
    align-items: stretch;

    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;

    padding: 8px 14px 10px;
    margin: 0 -14px;
    scrollbar-width: none;
  }#about-us-page .app-subpage-hero-grid::-webkit-scrollbar {
    display: none;
  }#about-us-page .app-subpage-hero-copy,
  #about-us-page .app-subpage-hero-side {
    min-width: 0;
    width: auto;
    max-width: none;
    scroll-snap-align: center;
  }#about-us-page .app-subpage-hero-side {
    display: block;
  }#about-us-page .app-subpage-hero-panel {
    height: 100%;
    min-height: 100%;
    transform: none !important;
  }#about-us-page .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }#about-us-page .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }#about-us-page .about-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: start;
    gap: 12px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;

    padding: 4px 14px 8px;
    margin: 0 -14px 12px;
    scrollbar-width: none;
  }#about-us-page .about-tabs::-webkit-scrollbar {
    display: none;
  }#about-us-page .about-tab {
    white-space: nowrap;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }#about-us-page .app-subpage-person-grid {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 88% !important;
    align-items: stretch;
    gap: 14px !important;

    overflow-x: auto !important;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;

    padding: 6px 14px 8px;
    margin: 0 -14px;
    scrollbar-width: none;
  }#about-us-page .app-subpage-person-grid::-webkit-scrollbar {
    display: none;
  }#about-us-page .app-subpage-person-grid > .app-person-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    scroll-snap-align: center;
  }#about-us-page .about-story-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    align-items: stretch;
    gap: 14px;

    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;

    padding: 6px 14px 8px;
    margin: 0 -14px;
    scrollbar-width: none;
  }#about-us-page .about-story-grid::-webkit-scrollbar {
    display: none;
  }#about-us-page .about-story-grid > .about-story-card {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    scroll-snap-align: center;
  }#about-us-page .app-subpage-cta-grid {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column !important;
  grid-auto-columns: 88% !important;
  align-items: stretch;
  gap: 14px !important;

  overflow-x: auto !important;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;

  padding: 18px 14px 8px;
  margin: 0 -14px;
  scrollbar-width: none;
}#about-us-page .app-subpage-cta-grid::-webkit-scrollbar {
  display: none;
}#about-us-page .app-subpage-cta-grid > .cta-panel {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  scroll-snap-align: center;
  transform-origin: center top;
}#about-us-page #about-panel-leadership,
#about-us-page #about-panel-how,
#about-us-page #about-panel-next {
  padding-top: 0;
}}

/* =====================================
   ABOUT PAGE FIXES
   ganz am Ende von subpage-about.css einfügen
   ===================================== */

/* 1) Abstand zwischen Tabs/Pills und geöffnetem Inhalt entfernen */
#about-us-page .about-tabs {
  margin-bottom: 0;
}

#about-us-page .about-tab-panel {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 760px) {
  #about-us-page .about-tabs {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* 2) About: Section head wirklich wie Frontpage */
@media (min-width: 1101px) {
  #about-us-page .about-tab-panel .section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: end;
    gap: 56px;

    width: 100%;
    max-width: none;
    margin: 0 0 64px;
    text-align: left;
  }

  #about-us-page .about-tab-panel .section-head > div {
    min-width: 0;
  }

  #about-us-page .about-tab-panel .section-head h2 {
    margin: 0;
    max-width: none;
  }

  #about-us-page .about-tab-panel .section-head .section-explainer,
  #about-us-page .about-tab-panel .section-head > p {
    margin: 0;
    width: 100%;
    max-width: 420px;
    text-align: right;
    justify-self: end;
  }
}

@media (max-width: 1100px) {
  #about-us-page .about-tab-panel .section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;

    width: 100%;
    max-width: none;
    margin: 0 0 28px;
    text-align: left;
  }

  #about-us-page .about-tab-panel .section-head .section-explainer,
  #about-us-page .about-tab-panel .section-head > p {
    margin: 0;
    max-width: none;
    text-align: left;
  }

  #about-us-page .about-tab-panel .section-head h2 {
    max-width: none;
  }
}

/* Founder-Pills: gleiche optische Höhe und sauber zentriert */
#about-us-page .app-person-tags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  width: 100%;
}

#about-us-page .app-person-tags span,
#about-us-page .app-person-tags .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0 16px;
  white-space: nowrap;
  text-align: center;
  line-height: 40px;
  animation: none;
  transform: none;
}

/* Beschreibung über den Pills angleichen */
#about-us-page .app-person-card > p {
  min-height: 4.8em;
}

/* gleicher Abstand zum Company-Block */
#about-us-page .app-person-company-compact {
  margin-top: 24px;
  margin-bottom: 0;
}

/* 5) Legal-Text auf Desktop in einer Zeile halten */
@media (min-width: 761px) {
  #about-us-page .legal-footer-copy p {
    white-space: nowrap;
    max-width: none;
  }
}

.mobile-break {
  display: none;
}

@media (max-width: 760px) {
  .mobile-break {
    display: block;
  }
}

/* Founder Beschreibung zentrieren */
#about-us-page .app-person-card > p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Verträge-Overlay kompakter */
#kunden-page .kunden-control-card-bottom {
  padding: 6px 14px;
}

#kunden-page .kunden-control-card-bottom strong {
  font-size: 0.9rem;
}

#kunden-page .kunden-control-card-bottom p {
  font-size: 0.82rem;
  line-height: 1.3;
}

@media (max-width: 760px) {
  #kunden-page .kunden-control-card-bottom {
    padding: 6px 14px;
  }
}