@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/assets/fonts/ClashDisplay-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/assets/fonts/ClashDisplay-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/assets/fonts/ClashDisplay-Semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 200;
  src: url('/dist/assets/fonts/Archivo-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/assets/fonts/Archivo-Regular.woff2') format('woff2');
}

.ot-page {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--page);
  padding-top: 8px;
  padding-bottom: 0;
}

.ot-wrap {
  width: 100%;
}

.ot-inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.ot-hero-shell {
  position: relative;
  width: auto;
  max-width: none;
  margin: 0 var(--pad) clamp(28px, 4vw, 40px);
  min-height: 620px;
  padding-bottom: 100px;
}

.ot-hero-panel {
  position: relative;
  height: clamp(520px, 72vw, 852px);
  border-radius: var(--radius-lg);
  background: var(--ink);
  overflow: hidden;
}

.ot-hero-bg {
  position: absolute;
  inset: 0;
}

.ot-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ot-hero-glow {
  position: absolute;
  inset: -20% -10% auto 40%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(91, 140, 255, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.ot-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, black 20%, transparent 100%);
  pointer-events: none;
}

.ot-hero-intro {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 4vw, 48px) clamp(32px, 5vw, 48px);
  text-align: center;
  color: #fff;
}

.ot-eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--lime);
  margin: 0 0 20px;
}

.ot-eyebrow--center {
  text-align: center;
}

.ot-hero-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.13;
  letter-spacing: -0.06em;
  margin: 0 0 20px;
}

.ot-hero-lead {
  margin: 0 auto;
  max-width: 670px;
  font-size: 18px;
  line-height: 1.334;
  color: rgba(255, 255, 255, 0.8);
}

.ot-hero-cards {
  position: absolute;
  left: 50%;
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  transform: translateX(-50%);
  top: clamp(320px, 42vw, 426px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ot-hero-card {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  min-height: clamp(420px, 50vw, 555px);
  z-index: 1;
  padding: 32px 24px;
  background-position: center;
}

.ot-hero-card--nophoto {
  background-color: #2a2a2a;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-size: cover;
}

.ot-hero-card .person_info {
  position: relative;
  z-index: 2;
}

.ot-hero-card .person_name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 12px;
}

.ot-hero-card .person_position {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}

.ot-hero-card__bio {
  margin: 0;
  max-width: 289px;
  font-size: 16px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.8);
}

.ot-hero-card__in {
  bottom: auto;
  top: 16px;
  right: 16px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(40px);
}

.ot-hero-card__in img {
  display: block;
}

.ot-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: clamp(32px, 5vw, 48px) auto 0;
  padding: 0;
}

.ot-stat {
  position: relative;
  background: #fff;
  border-radius: 40px;
  min-height: 280px;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  overflow: hidden;
}

.ot-stat__num {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 400;
  font-size: clamp(64px, 12vw, 96px);
  line-height: 1;
  color: var(--ink);
  margin: 0;
}

.ot-stat__lbl {
  margin: 0;
  font-size: 18px;
  line-height: 1.334;
  color: var(--muted);
  max-width: 280px;
}

.ot-stat__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ot-stat__deco-lines {
  position: absolute;
  left: -18%;
  top: -42%;
  width: 120%;
  height: 120%;
  opacity: 0.05;
  transform: rotate(-171deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot-stat__deco-lines img {
  width: 100%;
  height: auto;
  max-width: 456px;
}

.ot-stat__deco-line {
  position: absolute;
  left: -15%;
  top: -38%;
  width: 115%;
  height: 115%;
  opacity: 0.05;
  transform: rotate(99deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot-stat__deco-line img {
  width: 100%;
  height: auto;
  max-width: 509px;
}

.ot-experts {
  padding: clamp(64px, 10vw, 128px) 0;
}

.ot-experts__head {
  margin-bottom: 64px;
}

.ot-section-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.13;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
}

.ot-section-title--center {
  text-align: center;
}

.ot-section-lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.334;
  color: var(--muted);
  max-width: 578px;
}

.ot-section-lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 640px;
}

.ot-experts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ot-member {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ot-member__img {
  position: relative;
  height: 300px;
  background: #e8e8e8;
}

.ot-member__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ot-member__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ot-member__tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--card);
  font-size: 12px;
  line-height: 18px;
  width: fit-content;
}

.ot-member__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.ot-member__role {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.ot-approach {
  position: relative;
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 64px);
  background: var(--ink);
  border-radius: var(--radius-lg);
  color: #fff;
  overflow: hidden;
}

.ot-approach__fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.ot-approach__fx-layer {
  position: absolute;
  inset: 0;
  background: url('/dist/assets/img/careers/about-mesh.svg') center/100% 100% no-repeat;
  opacity: 0.12;
  filter: invert(1);
  mix-blend-mode: soft-light;
}

.ot-approach__fx-layer img {
  display: none;
}

.ot-approach__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.ot-approach__left {
  flex: 1 1 320px;
  max-width: 568px;
}

.ot-pill {
  display: inline-flex;
  align-items: center;
  margin: 0 0 32px;
  padding: 16px 24px;
  border-radius: var(--radius);
  background: linear-gradient(104.6deg, #83ff8f 6.29%, #c5f07f 95.93%);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.ot-approach__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.13;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  max-width: 488px;
}

.ot-approach__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.334;
  color: rgba(255, 255, 255, 0.8);
  max-width: 557px;
}

.ot-approach__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 320px;
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ot-approach__item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.ot-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--lime);
}

.ot-approach__item-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.ot-approach__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.7);
  max-width: 536px;
}

.ot-values {
  padding: clamp(64px, 10vw, 128px) 0;
}

.ot-values__head {
  margin-bottom: 64px;
}

.ot-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ot-value-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ot-value-card__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.ot-value-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: var(--muted);
  max-width: 220px;
}

.ot-certified {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  background: var(--card);
  margin: 0 auto;
  padding: 64px clamp(24px, 3vw, 32px);
  border-radius: var(--radius-lg);
  box-sizing: border-box;
}

.ot-certified__inner {
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.ot-certified__head {
  text-align: center;
}

.ot-certified__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ot-cert-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  min-height: 219px;
}

.ot-cert-card__ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot-cert-card__ico img {
  display: block;
}

.ot-cert-card__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.ot-cert-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.33;
  color: var(--muted);
  max-width: 213px;
}

.ot-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: var(--radius);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  border: none;
  cursor: pointer;
}

.ot-btn--lime {
  background: var(--lime);
  color: #000;
}

.ot-btn__arr {
  flex-shrink: 0;
  display: block;
}

.ot-btn--careers {
  background: var(--lime);
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 40px;
  min-height: 65px;
}

.ot-testimonials {
  position: relative;
  padding: clamp(64px, 10vw, 128px) 0;
}

.ot-testimonials__inner {
  position: relative;
}

.ot-testimonials__head {
  margin-bottom: 64px;
}

.ot-testimonials__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  align-items: flex-start;
}

.ot-tcol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ot-quote {
  margin: 0;
  background: #fff;
  border-radius: 29px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ot-quote--short {
  min-height: 190px;
}

.ot-quote--mid {
  min-height: 253px;
}

.ot-quote--mid2 {
  min-height: 253px;
}

.ot-quote--tall {
  min-height: 295px;
}

.ot-quote--hero {
  min-height: 442px;
}

.ot-quote__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: var(--muted);
}

.ot-quote__foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.ot-ava {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ot-ava-bg, #5865f2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot-ava__l {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.ot-quote__who {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ot-quote__name {
  font-size: 16px;
  line-height: 1.333;
  color: #2b2b2b;
}

.ot-quote__meta {
  font-size: 14px;
  line-height: 1.333;
  font-weight: 200;
  color: #545454;
}

.ot-testimonials__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0), var(--page));
  pointer-events: none;
}

.ot-careers-outer {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  padding: 0 0 32px;
}

.ot-careers {
  position: relative;
  background: var(--ink);
  border-radius: 48px;
  padding: clamp(40px, 6vw, 64px);
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.ot-careers__vec {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: none;
  opacity: 0.25;
  pointer-events: none;
}

.ot-careers__vec img {
  width: 100%;
  height: auto;
  display: block;
}

.ot-careers .ot-eyebrow {
  position: relative;
  z-index: 1;
}

.ot-careers__title {
  position: relative;
  z-index: 1;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.13;
  letter-spacing: -0.013em;
  margin: 0 auto 16px;
  max-width: 820px;
}

.ot-careers__lead {
  position: relative;
  z-index: 1;
  margin: 0 auto 64px;
  max-width: 659px;
  font-size: 18px;
  line-height: 1.334;
  color: rgba(255, 255, 255, 0.8);
}

.ot-careers__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: left;
  margin-bottom: 64px;
}

.ot-cfeat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ot-cfeat__ico {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(131, 255, 143, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot-cfeat__ico img {
  display: block;
}

.ot-cfeat__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}

.ot-cfeat__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.7);
  max-width: 471px;
}

.ot-positions {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1039px;
  margin: 0 auto 32px;
}

.ot-positions__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 32px;
}

.ot-positions__mask {
  border-radius: 24px;
  overflow: hidden;
  mask-image: url('/dist/assets/img/our-team/positions-mask.svg');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.ot-positions__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ot-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 104px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: inherit;
}

.ot-job__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}

.ot-job__meta {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}

.ot-job__dot {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1;
}

.ot-job__go {
  flex-shrink: 0;
}

.ot-job__go img {
  display: block;
}

.ot-careers__cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ot-careers__note {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.ot-careers__note a {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1200px) {
  .ot-experts__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ot-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ot-certified__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .ot-hero-cards {
    position: relative;
    left: auto;
    width: auto;
    transform: none;
    top: auto;
    margin-top: -80px;
    padding: 0 clamp(8px, 2vw, 16px);
  }

  .ot-hero-shell {
    padding-bottom: 48px;
  }

  .ot-testimonials__cols {
    grid-template-columns: 1fr;
  }

  .ot-testimonials__fade {
    display: none;
  }
}

@media (max-width: 900px) {
  .ot-hero-cards {
    display: none;
    grid-template-columns: 1fr;
    margin-top: -48px;
  }

  .ot-stats {
    grid-template-columns: 1fr;
  }

  .ot-approach__inner {
    flex-direction: column;
  }

  .ot-careers__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ot-page {
    padding: 0;
  }

  .ot-hero-title,
  .ot-section-title,
  .ot-approach__title,
  .ot-careers__title {
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .ot-positions__title {
    font-size: 28px;
    line-height: 1.15;
  }

  .ot-cfeat__title,
  .ot-job__title,
  .ot-approach__item-title,
  .ot-cert-card__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .ot-approach {
    padding: 24px;
  }

  .ot-certified {
    padding: 24px 0;
  }

  .ot-careers {
    padding: 24px;
    border-radius: 24px;
  }

  .ot-btn--careers {
    font-size: 14px;
  }

  .ot-btn--careers .ot-btn__arr {
    width: 16px;
    height: 16px;
  }

  .ot-hero-shell {
    margin: 0 0 28px;
    padding-bottom: 0;
    min-height: 0;
  }

  .ot-hero-panel {
    border-radius: 0 0 24px 24px;
    height: auto;
    min-height: 520px;
  }

  .ot-hero-intro {
    padding: 96px 16px 32px;
  }

  .ot-experts__grid {
    grid-template-columns: 1fr;
  }

  .ot-values__grid {
    grid-template-columns: 1fr;
  }

  .ot-certified__grid {
    grid-template-columns: 1fr;
  }

  .ot-positions__mask {
    mask-image: none;
  }
}
