:root {
  --bg: #f8f9ff;
  --ink: #15131f;
  --muted: #5f6678;
  --brand: #3810c9;
  --brand-deep: #25008f;
  --brand-soft: rgba(56, 16, 201, 0.1);
  --border: rgba(56, 16, 201, 0.13);
  --card: rgba(255, 255, 255, 0.86);
  --shadow: 0 24px 70px rgba(56, 16, 201, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 12%, rgba(56, 16, 201, 0.12), transparent 30rem),
    radial-gradient(circle at 12% 20%, rgba(99, 102, 241, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 58%, #ffffff 100%);
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.navbar,
.legal-hero,
.legal-card,
.legal-section,
.team-hero,
.team-hero-premium,
.team-mission-lead,
.team-mission-card,
.team-loop-section,
.team-dna-section,
.team-members-section,
.team-member-card,
.team-belief-strip,
.site-footer {
  animation: publicStaticIntro 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.navbar {
  animation-name: publicStaticTopbarIntro;
  animation-duration: 560ms;
}

.legal-hero,
.team-hero,
.team-hero-premium {
  animation-delay: 80ms;
}

.legal-card:nth-child(1),
.legal-section:nth-child(1),
.team-mission-lead,
.team-loop-section {
  animation-delay: 160ms;
}

.legal-card:nth-child(2),
.legal-section:nth-child(2),
.team-mission-card:nth-child(2),
.team-dna-section {
  animation-delay: 220ms;
}

.legal-card:nth-child(3),
.legal-section:nth-child(3),
.team-mission-card:nth-child(3),
.team-members-section {
  animation-delay: 280ms;
}

.legal-card:nth-child(4),
.legal-section:nth-child(4),
.team-mission-card:nth-child(4),
.team-belief-strip {
  animation-delay: 340ms;
}

.legal-section:nth-child(n + 5),
.team-member-card {
  animation-delay: 400ms;
}

.site-footer {
  animation-delay: 460ms;
}

@keyframes publicStaticTopbarIntro {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes publicStaticIntro {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.99);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.legal-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 56px;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.2), transparent 18rem),
    linear-gradient(135deg, #4214df 0%, #3810c9 48%, #26009a 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.legal-hero::after {
  content: "Boostingr";
  position: absolute;
  left: clamp(24px, 4vw, 54px);
  right: auto;
  bottom: -0.32em;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(5rem, 16vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  pointer-events: none;
  z-index: 0;
}

.legal-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.legal-hero p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.legal-article {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.legal-section {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(14px);
}

.legal-section h2 {
  margin: 0 0 14px;
  color: #17122c;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.legal-section h3 {
  margin: 22px 0 10px;
  color: #25115f;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 900;
}

.legal-section p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.76;
}

.legal-section p + p {
  margin-top: 12px;
}

.legal-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.76;
}

.legal-section li + li {
  margin-top: 6px;
}

.legal-contact-card {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(56, 16, 201, 0.16);
  border-radius: 16px;
  background: rgba(56, 16, 201, 0.045);
  color: #302953;
}

.legal-contact-card strong {
  display: block;
  margin-bottom: 6px;
  color: #17122c;
}

.legal-contact-card span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.legal-meta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.legal-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
}

.legal-card {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(14px);
}

.legal-card h2 {
  margin: 0 0 12px;
  color: #17122c;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.legal-note {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 18px;
  background: rgba(20, 184, 166, 0.08);
  color: #115e59;
  font-size: 0.96rem;
  font-weight: 750;
}

.legal-note a {
  color: var(--brand);
  font-weight: 900;
}

.team-shell {
  padding-bottom: 72px;
}

.team-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: 520px;
  padding: clamp(34px, 5vw, 58px);
}

.team-hero h1 {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.8vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.team-hero p {
  max-width: 680px;
  font-size: clamp(0.98rem, 1.55vw, 1.12rem);
}

.team-hero-copy {
  position: relative;
  z-index: 1;
}

.team-hero-signal {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 22px 58px rgba(7, 3, 38, 0.22);
  backdrop-filter: blur(16px);
}

.team-signal-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
}

.team-signal-card span,
.team-signal-card strong,
.team-signal-card small {
  display: block;
}

.team-signal-card span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-signal-card strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
}

.team-signal-card small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.35;
}

.team-signal-card--comment {
  transform: translateX(-10px);
}

.team-signal-card--brain {
  background: rgba(255, 255, 255, 0.18);
}

.team-signal-card--action {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.2);
}

.team-signal-path {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 2px 0;
}

.team-signal-path span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  animation: teamSignalPulse 1.8s ease-in-out infinite;
}

.team-signal-path span:nth-child(2) {
  animation-delay: 0.18s;
}

.team-signal-path span:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes teamSignalPulse {
  0%, 100% { transform: scale(0.82); opacity: 0.45; }
  50% { transform: scale(1.18); opacity: 1; }
}

.team-mission-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, 0.65fr));
  gap: 18px;
  margin-top: 24px;
}

.team-mission-lead,
.team-mission-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
}

.team-mission-lead {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.22), transparent 16rem),
    linear-gradient(135deg, #4f20ea 0%, #3810c9 55%, #26009a 100%);
}

.team-card-index {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(56, 16, 201, 0.08);
  color: #3810c9;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-mission-lead .team-card-index {
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
}

.team-mission-lead h2,
.team-mission-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.team-mission-lead h2 {
  color: #ffffff;
  font-size: clamp(1.85rem, 2.8vw, 2.45rem);
  line-height: 1.1;
}

.team-mission-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 100% 100%, rgba(56, 16, 201, 0.1), transparent 10rem),
    rgba(255, 255, 255, 0.92);
}

.team-mission-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(56, 16, 201, 0.1);
  color: #3810c9;
  font-size: 0.8rem;
  font-weight: 900;
}

.team-mission-card h3 {
  color: #15131f;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.18;
}

.team-mission-lead p,
.team-mission-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.72;
}

.team-mission-lead p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 58ch;
}

.team-mission-card p {
  color: var(--muted);
}

.team-dna-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(56, 16, 201, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.team-light-eyebrow {
  border-color: rgba(56, 16, 201, 0.16);
  background: rgba(56, 16, 201, 0.08);
  color: #3810c9;
}

.team-dna-copy h2 {
  margin: 0;
  color: #15131f;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.team-dna-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.team-build-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.team-build-points span {
  padding: 9px 12px;
  border: 1px solid rgba(56, 16, 201, 0.14);
  border-radius: 999px;
  background: rgba(56, 16, 201, 0.06);
  color: #2f2564;
  font-size: 0.78rem;
  font-weight: 850;
}

.team-dna-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 28px;
  border: 1px solid rgba(56, 16, 201, 0.12);
  background: #12073e;
  box-shadow: 0 26px 70px rgba(56, 16, 201, 0.18);
}

.team-dna-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transform: scale(1.02);
}

.team-dna-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 7, 62, 0.04), rgba(18, 7, 62, 0.72));
  pointer-events: none;
}

.team-dna-caption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 420px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(16px);
}

.team-dna-caption span,
.team-dna-caption strong {
  display: block;
}

.team-dna-caption span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-dna-caption strong {
  font-size: clamp(1.18rem, 2.2vw, 1.7rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.team-members-section {
  margin-top: 24px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.team-section-heading {
  max-width: 720px;
  margin: 0 auto clamp(28px, 5vw, 48px);
  text-align: center;
}

.team-section-heading h2 {
  margin: 0;
  color: #15131f;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.048em;
  font-weight: 900;
}

.team-section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

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

.team-member-card {
  overflow: hidden;
  border: 1px solid rgba(56, 16, 201, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.045);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.team-member-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 16, 201, 0.26);
  box-shadow: 0 24px 56px rgba(56, 16, 201, 0.12);
}

.team-member-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eeeafe;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.team-member-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

.team-member-card div {
  padding: 18px;
}

.team-member-card h3 {
  margin: 0 0 6px;
  color: #17122c;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.team-member-card span {
  display: block;
  margin-bottom: 10px;
  color: #3810c9;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-member-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.team-belief-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border: 1px solid rgba(56, 16, 201, 0.12);
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 16, 201, 0.09), transparent 14rem),
    #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.045);
}

.team-belief-strip p {
  max-width: 520px;
  margin: 0;
  color: #17122c;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.38;
  font-weight: 900;
}

.team-belief-strip div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.team-belief-strip span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(56, 16, 201, 0.08);
  color: #3810c9;
  font-size: 0.78rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .legal-shell {
    width: min(100% - 28px, 1160px);
    padding-top: 96px;
  }

  .legal-hero {
    margin-top: 26px;
    border-radius: 22px;
  }

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

  .legal-section {
    padding: 22px;
  }

  .legal-card {
    min-height: 0;
    padding: 22px;
  }

  .team-hero,
  .team-mission-panel,
  .team-dna-section,
  .team-belief-strip {
    grid-template-columns: 1fr;
  }

  .team-hero {
    min-height: 0;
  }

  .team-hero-signal {
    margin-top: 2px;
  }

  .team-signal-card--comment,
  .team-signal-card--action {
    transform: none;
  }

  .team-mission-lead,
  .team-mission-card {
    min-height: 0;
  }

  .team-belief-strip,
  .team-belief-strip div {
    align-items: flex-start;
    justify-content: flex-start;
  }

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

}

@media (min-width: 761px) and (max-width: 1080px) {
  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Our Team premium SaaS revamp */
.team-shell {
  width: min(1220px, calc(100% - 48px));
  padding-top: 88px;
}

.team-hero-premium {
  min-height: 560px;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
  gap: 56px;
  margin-top: 24px;
  padding: 52px 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.28), transparent 18rem),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.2), transparent 20rem),
    linear-gradient(135deg, #4b20e8 0%, #3710c8 46%, #16005c 100%);
}

.team-hero-premium::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  pointer-events: none;
}

.team-hero-premium h1 {
  max-width: 700px;
  font-size: 3.25rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.team-hero-premium p {
  max-width: 660px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.team-ai-lab {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(14, 3, 70, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 34px 90px rgba(5, 0, 42, 0.32);
  backdrop-filter: blur(18px);
}

.team-lab-topline,
.team-lab-comment,
.team-lab-reply {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border-radius: 20px;
}

.team-lab-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.team-lab-topline span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #20f3c9;
  box-shadow: 0 0 18px rgba(32, 243, 201, 0.75);
}

.team-lab-topline strong {
  flex: 1;
  font-size: 0.86rem;
  font-weight: 900;
}

.team-lab-topline small {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(32, 243, 201, 0.14);
  color: #bcfff2;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-lab-comment {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  transform: translateX(-12px);
  animation: teamFloatA 6s ease-in-out infinite;
}

.team-lab-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffffff;
  color: #3810c9;
  font-size: 0.78rem;
  font-weight: 900;
}

.team-lab-comment span,
.team-lab-reply span,
.team-lab-signals span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-lab-comment p,
.team-lab-reply p {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 800;
}

.team-lab-core {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.team-lab-orbit {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.04) 49%, transparent 70%);
}

.team-lab-orbit span {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #20f3c9;
  box-shadow: 0 0 18px rgba(32, 243, 201, 0.8);
  animation: teamOrbit 6s linear infinite;
}

.team-lab-orbit span:nth-child(2) {
  animation-delay: -2s;
}

.team-lab-orbit span:nth-child(3) {
  animation-delay: -4s;
}

.team-lab-orbit strong {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: #ffffff;
  color: #3810c9;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(4, 0, 44, 0.24);
}

.team-lab-signals {
  display: grid;
  gap: 10px;
}

.team-lab-signals div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.team-lab-signals strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 900;
}

.team-lab-reply {
  padding: 14px 16px;
  transform: translateX(12px);
  animation: teamFloatB 7s ease-in-out infinite;
}

@keyframes teamOrbit {
  from { transform: rotate(0deg) translateX(58px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(58px) rotate(-360deg); }
}

@keyframes teamFloatA {
  0%, 100% { transform: translateX(-12px) translateY(0); }
  50% { transform: translateX(-12px) translateY(-8px); }
}

@keyframes teamFloatB {
  0%, 100% { transform: translateX(12px) translateY(0); }
  50% { transform: translateX(12px) translateY(8px); }
}

.team-loop-section {
  margin-top: 24px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 16, 201, 0.11), transparent 20rem),
    radial-gradient(circle at 90% 30%, rgba(20, 184, 166, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.06);
}

.team-section-kicker {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.team-section-kicker .legal-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  width: fit-content;
}

.team-section-kicker h2 {
  margin: 0;
  color: #15131f;
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.team-section-kicker p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

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

.team-loop-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(56, 16, 201, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.045);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.team-loop-grid article::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -72px;
  bottom: -72px;
  border-radius: 50%;
  background: rgba(56, 16, 201, 0.08);
}

.team-loop-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 16, 201, 0.28);
  box-shadow: 0 24px 56px rgba(56, 16, 201, 0.12);
}

.team-loop-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(56, 16, 201, 0.1);
  color: #3810c9;
  font-size: 0.78rem;
  font-weight: 900;
}

.team-loop-grid h3 {
  margin: 32px 0 10px;
  color: #15131f;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 900;
}

.team-loop-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.team-dna-section {
  border-radius: 34px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 255, 0.88)),
    #ffffff;
}

.team-members-section {
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 16, 201, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.92);
}

.team-members-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.team-member-card {
  border-radius: 26px;
  background:
    linear-gradient(180deg, #ffffff, #fbfaff);
}

.team-member-card:first-child {
  grid-column: span 2;
}

.team-member-card:first-child img {
  aspect-ratio: 1.75 / 1;
}

.team-member-card img {
  border-bottom: 1px solid rgba(56, 16, 201, 0.1);
}

.team-belief-strip {
  border-radius: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at 82% 20%, rgba(32, 243, 201, 0.2), transparent 16rem),
    linear-gradient(135deg, #4214df, #23008f);
  color: #ffffff;
}

.team-belief-strip p {
  color: #ffffff;
  font-size: 1.28rem;
  letter-spacing: 0;
}

.team-belief-strip span {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .team-lab-orbit span,
  .team-lab-comment,
  .team-lab-reply,
  .team-signal-path span {
    animation: none;
  }

  .navbar,
  .legal-hero,
  .legal-card,
  .legal-section,
  .team-hero,
  .team-hero-premium,
  .team-mission-lead,
  .team-mission-card,
  .team-loop-section,
  .team-dna-section,
  .team-members-section,
  .team-member-card,
  .team-belief-strip,
  .site-footer {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 1080px) {
  .team-hero-premium,
  .team-section-kicker,
  .team-dna-section {
    grid-template-columns: 1fr;
  }

  .team-loop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-member-card:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .team-shell {
    width: min(100% - 28px, 1220px);
  }

  .team-hero-premium {
    padding: 28px;
    min-height: 0;
  }

  .team-hero-premium h1 {
    font-size: 2.2rem;
  }

  .team-ai-lab {
    padding: 14px;
  }

  .team-lab-comment,
  .team-lab-reply {
    transform: none;
  }

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

  .team-lab-orbit {
    width: 148px;
    margin: 0 auto;
  }

  .team-loop-section,
  .team-dna-section,
  .team-members-section,
  .team-belief-strip {
    padding: 24px;
    border-radius: 26px;
  }

  .team-section-kicker h2,
  .team-dna-copy h2,
  .team-section-heading h2 {
    font-size: 2rem;
  }

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

/* Our Team final polish */
.team-light-eyebrow {
  padding: 9px 14px;
  border-color: rgba(56, 16, 201, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 241, 255, 0.92)),
    rgba(56, 16, 201, 0.08);
  color: #3810c9;
  box-shadow: 0 10px 24px rgba(56, 16, 201, 0.08);
}

.team-section-heading .team-light-eyebrow {
  margin-bottom: 18px;
}

.team-lab-orbit strong {
  padding: 9px;
}

.team-lab-orbit strong img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.team-members-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.team-member-card:first-child {
  grid-column: auto;
}

.team-member-card:first-child img {
  aspect-ratio: 1 / 1;
}

@media (max-width: 1080px) {
  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-member-card:first-child {
    grid-column: span 1;
  }

  .team-member-card:first-child img {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 760px) {
  .team-members-grid {
    grid-template-columns: 1fr;
  }
}
