.investors-page-body {
  background: #ffffff;
}

.investors-page {
  overflow: hidden;
  background: #ffffff;
}

.investors-hero {
  position: relative;
  padding: 86px 0 56px;
  background: #ffffff;
}

.investors-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.investors-hero__shape {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.investors-hero__shape--blue {
  top: 112px;
  left: -18px;
  width: 84px;
  height: 94px;
  border-radius: 34px 28px 42px 30px;
  background: rgba(193, 232, 241, 0.85);
  transform: rotate(14deg);
}

.investors-hero__shape--yellow {
  top: 319px;
  right: -56px;
  width: 128px;
  height: 104px;
  border-radius: 55% 45% 48% 52%;
  background: rgba(248, 236, 177, 0.58);
  transform: rotate(-7deg);
}

.investors-hero__title {
  margin: 0;
  color: #1b1f2c;
  
  font-size: clamp(1.72rem, 2.55vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.investors-hero__title span {
  display: inline-block;
  margin-top: 6px;
  padding: 0 11px 4px;
  border-radius: 12px;
  background: #f2f6ff;
  color: var(--primary-blue);
  font-size: clamp(2rem, 3.65vw, 3.15rem);
  line-height: 0.96;
}

.investors-hero__text {
  max-width: 840px;
  margin: 19px auto 0;
  color: rgba(54, 62, 82, 0.7);

  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.68;
}

.investors-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 20px;
}

.investors-hero__primary,
.investors-hero__secondary {
  min-width: 253px;
  min-height: 58px;
  padding: 0.96rem 1.65rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.investors-hero__primary {
  gap: 10px;
  box-shadow: 0 12px 22px rgba(20, 88, 217, 0.22);
}

.investors-hero__secondary {
  min-width: 200px;
  border-width: 1px;
  color: #252b38;
  box-shadow: none;
}

.investors-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(312px, 1fr) minmax(280px, 350px) minmax(312px, 1fr);
  grid-template-rows: 174px 174px;
  gap: 58px 58px;
  min-height: 512px;
  margin: 30px auto 0;
  padding: 22px 26px 38px;
  border: 1px solid rgba(221, 230, 244, 0.88);
  border-radius: 28px;
  background: #ffffff;
}

.investor-card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 168px;
  padding: 22px 24px 18px;
  border: 1px solid rgba(221, 230, 244, 0.86);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(37, 58, 96, 0.035);
}

.investor-card--infrastructure {
  grid-column: 1;
  grid-row: 1;
}

.investor-card--engine {
  grid-column: 3;
  grid-row: 1;
}

.investor-card--monetization {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
}

.investor-card--growth {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
}

.investor-card--monetization,
.investor-card--growth {
  min-height: 176px;
}

.investor-card__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.investor-card__title-row h2 {
  margin: 0;
  color: #191B24;
  
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.investor-card__icon,
.investor-card__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
}

.investor-card__icon {
  width: 17px;
  height: 17px;
}

.investor-card__icon svg,
.investor-card__badge svg {
  width: 100%;
  height: 100%;
}

.investor-card__badge {
  width: 18px;
  height: 18px;
  margin-left: auto;
}

.metric-list,
.growth-metrics {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
}

.metric-list div,
.growth-metrics div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.metric-list dt,
.growth-metrics dt {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #424656;

  font-size: 0.625rem;
  font-weight: 500;
}

.metric-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(20, 88, 217, 0.12);
  transform: translateY(-50%);
}

.metric-list dd,
.growth-metrics dd {
  margin: 0;
  color: #1458D9;
  
  font-size: 0.56rem;
  font-weight: 700;
}

.engine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 11px;
  margin: 14px 0 12px;
}

.engine-grid span {
  position: relative;
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  border-bottom: 6px solid var(--primary-blue);
  background: #f2f6ff;
  color: var(--primary-blue);
  
  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
}

.investor-card--engine p,
.investor-card--monetization p {
  margin: 0;
  color: #424656;
  font-size: 0.56rem;
  font-weight: 400;
  text-align: center;
}

.monetization-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  color: rgba(54, 62, 82, 0.64);

  font-size: 0.54rem;
  font-weight: 600;
}

.monetization-row strong {
  color: var(--primary-blue);
  font-size: 0.625rem;
  font-weight: 700;
}

.monetization-row span {
  color:#424656;
  font-size: 0.625rem;
  font-weight: 400;
}

.monetization-line {
  height: 5px;
  margin: 7px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4edf9;
}

.monetization-line span {
  display: block;
  width: 83%;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-blue);
}

.monetization-row--secondary {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.monetization-row--secondary strong {
  color: #191B24;
  font-size: 0.75rem;
  font-weight: 700;
}

.growth-line {
  height: 56px;
  margin: 10px 16px 6px;
  position: relative;
}

.growth-line::after{
position: absolute;
content: "";
  right: 2%;
  top:7%;
  width:5px;
  height: 5px;
  background: #1458D9;
  border-radius: 50%;
}

.growth-line svg {
  width: 100%;
  height: 100%;
}

.growth-line path {
  fill: none;
  stroke: var(--primary-blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-metrics {
  gap: 7px;
  margin-top: 0;
}

.growth-metrics dt {
  padding-left: 0;
}

.growth-metrics dd {
  color: #2a8a35;
}

.investors-core {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 246px;
  height: 246px;
  transform: translate(-50%, -50%);
}

.core-ring,
.core-circle,
.core-sparkles {
  position: absolute;
  border-radius: 50%;
}

.core-ring {
  inset: 0;
  border: 1px solid rgba(20, 88, 217, 0.11);
}

.core-ring--two {
  inset: 18px;
  border-color: rgba(20, 88, 217, 0.15);
}

.core-ring--three {
  inset: 36px;
  border-color: rgba(20, 88, 217, 0.12);
}

.core-ring--four {
  inset: 56px;
  border-color: rgba(20, 88, 217, 0.1);
}

.core-circle {
  left: 50%;
  top: 50%;
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary-blue);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 88, 217, 0.22);
  transform: translate(-50%, -50%);
}

.core-circle strong {
  margin-top: 14px;
  
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.core-sparkles {
  position: relative;
  width: 18px;
  height: 18px;
}

.core-sparkles  img{
  filter:brightness(0) invert(1);
}

@media (max-width: 1199px) {
  .investors-system {
    gap: 74px 56px;
  }

  .investors-core {
    width: 246px;
    height: 246px;
  }

  .core-circle {
    width: 116px;
    height: 116px;
  }
}

@media (max-width: 991px) {
  .investors-hero {
    padding-top: 82px;
  }

  .investors-system {
    grid-template-columns: minmax(180px, 220px) 1fr minmax(180px, 220px);
    grid-template-rows: 135px 135px;
    gap: 64px 30px;
    min-height: 470px;
    margin-top: 34px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .investor-card {
    min-height: 132px;
    padding: 20px 20px 17px;
  }

  .investor-card__title-row h2 {
    font-size: 0.57rem;
  }

  .metric-list,
  .growth-metrics {
    gap: 9px;
    margin-top: 16px;
  }

  .metric-list dt,
  .growth-metrics dt,
  .metric-list dd,
  .growth-metrics dd {
    font-size: 0.48rem;
  }

  .engine-grid {
    gap: 8px 10px;
    margin-top: 16px;
  }

  .growth-line {
    height: 54px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .investors-core {
    width: 200px;
    height: 200px;
  }

  .core-circle {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 767px) {
  .investors-hero {
    padding: 118px 0 56px;
  }

  .investors-hero__title {
    font-size: 1.78rem;
  }

  .investors-hero__title span {
    padding: 0 8px 4px;
    font-size: 2.32rem;
  }

  .investors-hero__text {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .investors-hero__actions {
    flex-direction: column;
    gap: 12px;
  }

  .investors-hero__primary,
  .investors-hero__secondary {
    width: min(100%, 300px);
    min-width: 0;
  }

  .investors-system {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 38px;
    padding: 20px;
    border-radius: 16px;
  }

  .investor-card,
  .investor-card--infrastructure,
  .investor-card--engine,
  .investor-card--monetization,
  .investor-card--growth {
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
  }

  .investors-core {
    position: relative;
    grid-column: auto;
    grid-row: 1;
    left: auto;
    top: auto;
    justify-self: center;
    width: 220px;
    height: 220px;
    margin: 8px 0 14px;
    transform: none;
  }

  .core-circle {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 575px) {
  .investors-hero__shape--blue {
    left: -42px;
  }

  .investors-hero__shape--yellow {
    right: -88px;
  }

  .investor-card {
    padding: 22px 20px 19px;
  }
}


.investors-platform-section {
  background: #fff;
}

.investors-platform__container {
  max-width: 1240px;
}

.investors-platform__copy {
  max-width: 560px;
}

.investors-platform__title {
  color: #111827;
  line-height: 1.05;
  letter-spacing: 0;
  font-size: 50px;
}

.investors-platform__title span {
  color: var(--primary-blue);
}

.investors-platform__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #424656;
}

.investors-platform__mockup {
  min-height: 454px;
  padding: 0;
  border: 1px solid rgba(231, 236, 247, 0.95);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(37, 58, 96, 0.08);
  overflow: hidden;
}

.investors-market-section {
  background: #ffffff;
  padding: 104px 0 112px;
}

.investors-market__container {
  max-width: 1240px;
}

.investors-market__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  min-height: 468px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(37, 58, 96, 0.08);
}

.market-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  text-align: center;
}

.market-tile--blue {
  background: rgba(224, 242, 254, 0.7);
}

.market-tile--purple {
  background: rgba(243, 232, 255, 0.51);
}

.market-tile--green {
  background: rgba(220, 252, 231, 0.6);
}

.market-tile--yellow {
  background: rgba(254, 243, 199, 0.59);
}

.market-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: var(--primary-blue);
}

.market-tile--purple .market-tile__icon {
  color: #7157b7;
}

.market-tile--green .market-tile__icon {
  color: #2f8f4d;
}

.market-tile--yellow .market-tile__icon {
  color: #d07a16;
}

.market-tile__icon svg {
  width: 100%;
  height: 100%;
}

.market-tile h3 {
  margin: 0;
  color: #243044;
  
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.15;
}

.market-tile p {
  margin: 4px 0 0;
  color: rgba(54, 62, 82, 0.72);

  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.35;
}

.market-center-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(37, 58, 96, 0.12);
  transform: translate(-50%, -50%);
}

.market-center-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--primary-blue);
  color: #ffffff;
  
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.investors-market__copy {
  max-width: 520px;
  margin-left: auto;
}

.investors-market__label {
  margin-bottom: 18px;
  font-size: 0.72rem;
}

.investors-market__title {
margin: 0;
    color: #1b1f2c;
    
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.investors-market__title span {

    display: inline-flex;
    align-items: center;
    min-height: 60px;
    margin-top: 6px;
    padding: 0 12px;
    border-radius: 4px;
    background: var(--primary-blue);
    color: #ffffff;
    line-height: 1;
}

.investors-market__text {
  max-width: 500px;
  margin: 18px 0 0;
  color: rgba(62, 70, 91, 0.78);

  font-size: 1rem;
  font-weight: 500;
  line-height: 1.82;
}

.platform-window {
  position: relative;
  min-height: 452px;
  border-radius: inherit;
  background: #ffffff;
  overflow: hidden;
}

.platform-window__bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 55px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(224, 230, 243, 0.82);
}

.platform-window__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6dbe2;
}

.platform-window__bar span:nth-child(2) {
  background: #dfe7fb;
}

.platform-window__bar span:nth-child(3) {
  background: #edf0f6;
}

.platform-window__url {
  position: absolute;
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
  min-width: 146px;
  padding: 4px 20px 5px;
  border-radius: 999px;
  background: #f6f5ff;
  color: #a8aabb;
  
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.platform-window__body {
  position: relative;
  min-height: 397px;
  padding: 31px 28px 32px 101px;
}

.platform-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  width: 70px;
  padding: 24px 0;
  border-right: 1px solid rgba(230, 235, 246, 0.82);
  background: rgba(255, 253, 244, 0.7);
}

.platform-sidebar__dot {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #ececf5;
}

.platform-sidebar__dot:nth-child(5){
  margin-top: auto;
}

.platform-sidebar__dot--active {
  width: 30px;
  height: 30px;
  margin-left: 0;
  border-radius: 50%;
  background: #1167ff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


.platform-canvas {
  position: relative;
  min-height: 342px;
  border: 1px solid rgba(198, 241, 214, 0.94);
  border-radius: 49px;
  background: #fffdf0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.platform-panel {
  position: absolute;
  left: 31px;
  right: 31px;
  top: 34px;
  height: 245px;
  padding: 0;
}

.platform-panel h3 {
  margin: 0;
  color: #1f2230;
  
  font-size: clamp(1.35rem, 2vw, 1.66rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.platform-panel p {
  margin: 11px 0 0;
  color: #969ba6;

  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.42;
}

.platform-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  margin-top: 31px;
}

.platform-preview-card {
  min-height: 120px;
  padding: 17px 19px;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.platform-preview-card span,
.platform-preview-card strong {
  display: block;
  border-radius: 999px;
  background: #d9e6f8;
}

.platform-preview-card span {
  width: 50%;
  height: 7px;
  margin-bottom: 15px;
  background: #cfe0fb;
}

.platform-preview-card strong {
  width: 96%;
  height: 25px;
  background: #edf4ff;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.platform-preview-card strong::after {
content: "";
    display: block;
    width: 88%;
    height: 70%;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    border-radius: 999px 999px 0 0;
    background: #bad7ff;
   
    position: absolute;
}


.platform-preview-card:nth-child(2) strong {
  height: 8px;
  background: #e2ecfb;
  box-shadow:
    0 13px 0 #e2ecfb,
    0 26px 0 #e2ecfb;
}

.platform-preview-card:nth-child(2) strong::after {
  content: none;
}

.platform-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 61px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(224, 230, 245, 0.96);
  background: rgba(255, 255, 255, 0.97);
  color: #2b2f3a;
  
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(58, 74, 112, 0.08);
  white-space: nowrap;
}

.platform-pill--top-right {
  right: -27px;
  top: -20px;
  min-width: 178px;
  transform: rotate(7deg);
}

.platform-pill--left {
  left: -88px;
  bottom: 38px;
  min-width: 168px;
  transform: rotate(-4deg);
}

.platform-pill--right {
  right: -7px;
  bottom: -16px;
  min-width: 204px;
  transform: rotate(2deg);
}

.platform-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.platform-pill__icon svg {
  width: 15px;
  height: 15px;
}

.platform-pill__icon--green {
  background: #c7eeb2;
  color: #559d39;
}

.platform-pill__icon--blue {
  background: #e6efff;
  color: #1267ff;
}

.platform-pill__icon--purple {
  background: #f0dcff;
  color: #9c55ee;
}

.platform-pill__content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.platform-pill__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.platform-pill__label::before {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

.platform-pill--top-right .platform-pill__label {
  color: #343845;
}

.platform-pill--left .platform-pill__label {
  color: #1467ff;
}

.platform-pill--right .platform-pill__label {
  color: #9b55ee;
}

.platform-pill__rule {
  display: block;
  width: 63px;
  height: 5px;
  border-radius: 999px;
  background: #dfe1ec;
}

.platform-pill--top-right .platform-pill__rule {
  width: 86px;
  background: #dfeac7;
}

.platform-pill__swatches {
  display: flex;
  gap: 5px;
}

.platform-pill__swatches span {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  background: #d5c5ee;
}

.platform-pill__swatches span:nth-child(2) {
  background: #e0c9ef;
}

.platform-pill__swatches span:nth-child(3) {
  background: #cfc4e6;
}

.investors-stat-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background-color: #F2F3FF;
  border-radius: 24px;
}

.investors-stat-value {
  display: block;
  color: #004BCA;
  
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.investors-stat-label {
  display: block;
  margin-top: 0.48rem;
  color: #424656;

  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .investors-platform__mockup {
    min-height: 438px;
  }

  .platform-panel {
    left: 28px;
    right: 28px;
    width: auto;
  }

  .platform-pill--left {
    left: -70px;
  }

  .platform-pill--right {
    right: -16px;
  }

  .investors-market-section {
    padding: 84px 0 92px;
  }

  .investors-market__copy {
    margin-left: 0;
    max-width: 100%;
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .investors-platform__mockup {
    min-height: 420px;
  }

  .platform-window__body {
    min-height: 365px;
    padding: 26px 16px 27px 72px;
  }

  .platform-window,
  .platform-sidebar {
    min-height: 420px;
  }

  .platform-sidebar {
    width: 54px;
    gap: 22px;
  }

  .platform-sidebar__dot {
    width: 26px;
    height: 26px;
  }

  .platform-sidebar__dot--active {
    width: 30px;
    height: 30px;
  }

  .platform-canvas {
    min-height: 312px;
    border-radius: 38px;
  }

  .platform-panel {
    top: 28px;
    left: 22px;
    right: 18px;
    height: 232px;
    padding: 0;
  }

  .platform-panel h3 {
    font-size: 1.12rem;
  }

  .platform-panel p {
    font-size: 0.75rem;
  }

  .platform-preview-grid {
    gap: 12px;
    margin-top: 23px;
  }

  .platform-preview-card {
    min-height: 92px;
    padding: 14px 12px;
    border-radius: 22px;
  }

  .platform-pill {
    gap: 8px;
    min-height: 50px;
    padding: 8px 12px;
    font-size: 0.46rem;
  }

  .platform-pill__icon {
    width: 26px;
    height: 26px;
  }

  .platform-pill__icon svg {
    width: 13px;
    height: 13px;
  }

  .platform-pill--top-right {
    right: -13px;
    top: -17px;
    min-width: 152px;
  }

  .platform-pill--left {
    left: -59px;
    bottom: 33px;
    min-width: 145px;
  }

  .platform-pill--right {
    right: -11px;
    bottom: -18px;
    min-width: 171px;
  }

  .platform-pill__rule {
    width: 52px;
    height: 4px;
  }

  .platform-pill--top-right .platform-pill__rule {
    width: 70px;
  }

  .platform-pill__swatches span {
    width: 9px;
    height: 9px;
  }

  .investors-stat-card {
    padding: 1.25rem 1.2rem 1.15rem;
  }

  .investors-stat-value {
    font-size: 1.55rem;
  }

  .investors-stat-label {
    font-size: 0.82rem;
  }

  .investors-market-section {
    padding: 72px 0 80px;
  }

  .investors-market__grid {
    min-height: 370px;
  }

  .market-tile {
    padding: 22px 16px;
  }

  .market-tile h3 {
    font-size: 0.92rem;
  }

  .market-tile p {
    font-size: 0.7rem;
  }

  .market-center-badge {
    width: 72px;
    height: 72px;
  }

  .market-center-badge span {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }

  .investors-market__title {
    font-size: 1.9rem;
  }

  .investors-market__text {
    font-size: 0.94rem;
    line-height: 1.7;
  }
}



/* Platform Capabilities Section */
.platform-capabilities-section {
  position: relative;
  background: #ffffff;
  padding: 74px 0 106px;
  overflow: hidden;
}



.platform-capabilities-section .container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.platform-capabilities__header {
  max-width: 1060px;
  margin: 0 auto 82px;
  text-align: center;
}

.platform-capabilities__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  margin-bottom: 26px;
  padding: 4px 8px 3px;
  border: 1px solid rgba(112, 156, 255, 0.26);
  border-radius: 999px;
  background: #eef4ff;
  color: #0a6bff;
  
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.platform-capabilities__title {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: #191c2a;
  
  font-size: clamp(2.4rem, 4.42vw, 4.18rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.platform-capabilities__title span {
  display: block;
  color: #006cff;
}

.platform-capabilities__reference-row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 28px;
}

.platform-capability-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.6rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(221, 230, 244, 0.56);
  border-radius: 32px;
  background: linear-gradient(180deg, #f7f8ff 0%, #f4f5ff 100%);
  box-shadow: 0 12px 30px rgba(37, 58, 96, 0.035);
}

.platform-capability-card--reference {
  padding: 42px 42px 0;
  border: 1px solid rgba(219, 226, 247, 0.62);
  border-radius: 46px;
  background: #f2f4ff;
  box-shadow: none;
}

.platform-capability-card--analytics {
  border-color: #2298ff;
  border-radius: 0;
}

.platform-capability-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1.05rem;
  border-radius: 12px;
  background: #e8edff;
  color: var(--primary-blue);
}

.platform-capability-card--reference .platform-capability-card__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 36px;
  border-radius: 18px;
  background: #dfe5ff;
  color: #0666ff;
}

.platform-capability-card--reference .platform-capability-card__icon svg {
  width: 31px;
  height: 31px;
}

.platform-capability-card__icon--purple {
  background: #ece6ff;
  color: #6246b5;
}

.platform-capability-card__icon--orange {
  background: #fee7d7;
  color: #d47a20;
}

.platform-capability-card--reference .platform-capability-card__icon--orange {
  background: #ffd8c6;
  color: #9c3e0b;
}

.platform-capability-card__icon svg {
  width: 20px;
  height: 20px;
}

.platform-capability-card--hub .platform-capability-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 3.02rem;
  border-radius: 16px;
  background: #dfe5ff;
  color: #1665ff;
}

.platform-capability-card--hub .platform-capability-card__icon svg {
  width: 26px;
  height: 26px;
}

.platform-capability-card--builder .platform-capability-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 3.02rem;
  border-radius: 16px;
  background: #dfe5ff;
  color: #4b66bf;
}

.platform-capability-card--builder .platform-capability-card__icon svg {
  width: 26px;
  height: 26px;
}

.platform-capability-card h3 {
  margin: 0;
  color: var(--text-dark);
  
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.platform-capability-card--reference h3 {
  color: #181b2a;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.platform-capability-card--hub h3 {
  font-size: 1.17rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.platform-capability-card--builder h3 {
  font-size: 1.17rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.platform-capability-card p {
  margin: 0.72rem 0 0;
  color: var(--text-muted);

  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.62;
}

.platform-capability-card--reference p {
  max-width: 340px;
  margin-top: 19px;
  color: #585d6e;
  font-size: 1.08rem;
  line-height: 1.55;
}

.platform-capability-card--hub p {
  max-width: 300px;
  color: #4e5567;
  font-size: 0.96rem;
  line-height: 1.63;
}

.platform-capability-card--builder p {
  max-width: 305px;
  color: #4f5667;
  font-size: 0.96rem;
  line-height: 1.63;
}

.platform-capability-card__art {
  position: relative;
  margin-top: auto;
  min-height: 110px;
}

.platform-capability-card--reference .platform-capability-card__art {
  margin-top: auto;
}

.platform-capability-card__art span,
.platform-capability-card__art i {
  position: absolute;
  display: block;
}

.platform-capability-card__art--hub .platform-art-window {
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 98px;
  border-radius: 26px;
  background: rgba(236, 237, 247, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.platform-capability-card--reference .platform-capability-card__art--hub {
  min-height: 130px;
}

.platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window {
  left: 3%;
  right: 3%;
  bottom: 30px;
  width: auto;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.platform-capability-card__art--hub .platform-art-window__tile {
  left: 16px;
  top: 50%;
   transform: translateY(-50%);
  width: 93px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 0 1px rgba(239, 241, 250, 0.9);
}

.platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window__tile {
  left: 14%;
  top: auto;
  bottom: 48px;
  width: 16%;
  height: 12px;
  border-radius: 999px;
  background: #dbe5ff;
  box-shadow: none;
  transform: none;
}

.platform-capability-card__art--hub .platform-art-window__tile--ghost {
  left: 78px;
  width: calc(100% - 90px);
  background: rgba(255, 255, 255, 0.66);
}

.platform-capability-card__art--hub .platform-art-window__line {
  left: 118px;
 top: 50%;
 transform: translateY(-50%);
  width: 166px;
    height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 0 1px rgba(239, 241, 250, 0.9);
}

.platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window__line {
  left: 14%;
  right: 14%;
  top: auto;
  bottom: 28px;
  width: auto;
  height: 12px;
  border-radius: 999px;
  background: #edf1fb;
  box-shadow: none;
  transform: none;
}

.platform-capability-card__art--hub .platform-art-window__line--short {
  top: 16px;
  width: 166px;
  height: 42px;
  background: transparent;
  box-shadow: none;
}

.platform-capability-card--hub .platform-art-window__line::before,
.platform-capability-card--hub .platform-art-window__line::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(207, 216, 246, 0.95);
}

.platform-capability-card--hub .platform-art-window__line::before {
  top: 11px;
  width: 77px;
  height: 6px;
}

.platform-capability-card--hub .platform-art-window__line::after {
  top: 20px;
  width: 131px;
  height: 4px;
}

.platform-capability-card__art--builder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 108px;
  padding-top: 16px;
}

.platform-capability-card--reference .platform-capability-card__art--builder {
  min-height: 130px;
  padding-top: 0;
}

.platform-capability-card__art--builder .platform-art-builder__button,
.platform-capability-card__art--builder .platform-art-builder__track {
  position: relative;
  display: block;
  height: 36px;
  border-radius: 999px;
}

.platform-capability-card__art--builder .platform-art-builder__button {
  width: 36px;
  border: 1px solid rgba(196, 207, 231, 0.8);
  background: #ffffff;
  box-shadow: 0 8px 14px rgba(37, 58, 96, 0.10);
}

.platform-capability-card__art--builder .platform-art-builder__button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  color: #9bb6f3;
  transform: translate(-50%, -50%);
}

.platform-capability-card__art--builder .platform-art-builder__button--ghost {
  width: 44px;
}

.platform-capability-card__art--builder .platform-art-builder__button--blue {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
  box-shadow: 0 10px 18px rgba(20, 88, 217, 0.18);
}

.platform-capability-card__art--builder .platform-art-builder__button--blue span {
  inset: auto;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.platform-capability-card__art--builder .platform-art-builder__track {
  width: 100px;
  border: 1px dashed rgba(166, 190, 237, 0.78);
  background: rgba(247, 248, 253, 0.82);
}

.platform-capability-card__art--builder .platform-art-builder__track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #9cb3e3;
  transform: translate(-50%, -50%);
}

.platform-capability-card__art--builder .platform-art-builder__track::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  border-radius: 999px;
  background: #9cb3e3;
  transform: translate(-50%, -50%);
}

.platform-capability-card__art--builder .platform-art-builder__plus {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-blue);
  box-shadow: 0 10px 18px rgba(20, 88, 217, 0.18);
}

.platform-capability-card--reference .platform-art-builder__button {
  width: 54px;
  height: 54px;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.platform-capability-card--reference .platform-art-builder__button svg {
  width: 24px;
  height: 24px;
  color: #9db8f0;
}

.platform-capability-card--reference .platform-art-builder__track {
  width: 122px;
  height: 54px;
  border: 0;
  background: rgba(255, 255, 255, 0.86);
}

.platform-capability-card--reference .platform-art-builder__plus {
  width: 42px;
  height: 42px;
}

.platform-capability-card__art--builder .platform-art-builder__plus::before,
.platform-capability-card__art--builder .platform-art-builder__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.platform-art-builder__plus::before {
  width: 11px;
  height: 2px;
  border-radius: 999px;
}

.platform-art-builder__plus::after {
  width: 2px;
  height: 11px;
  border-radius: 999px;
}

.platform-capability-card__art--courses {
  padding-top: 10px;
  min-height: 100px;
}

.platform-capability-card--reference .platform-capability-card__art--courses {
  min-height: 130px;
  padding-top: 0;
}

.platform-art-course__row {
  left: 0;
  right: 0;
  height: 11px;
  border-radius: 999px;
  background: rgba(243, 245, 251, 0.98);
  box-shadow: inset 0 0 0 1px rgba(230, 234, 247, 0.72);
}

.platform-capability-card--reference .platform-art-course__row {
  left: 4%;
  right: 4%;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.platform-capability-card--reference .platform-art-course__row::before {
  left: 15px;
  width: 8px;
  height: 8px;
  background: #9bb6f3;
}

.platform-capability-card--reference .platform-art-course__row::after {
  left: 34px;
  right: 16px;
  height: 7px;
  background: #edf1fb;
}

.platform-capability-card--reference .platform-art-course__row:nth-child(1) {
  top: 16px;
}

.platform-capability-card--reference .platform-art-course__row--mid {
  top: 54px;
}

.platform-capability-card--reference .platform-art-course__row--low {
  top: 92px;
}

.platform-art-course__row::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9ab0df;
  transform: translateY(-50%);
}

.platform-art-course__row::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  right: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(216, 223, 241, 0.98);
  transform: translateY(-50%);
}

.platform-art-course__row:nth-child(1) {
  top: 10px;
}

.platform-art-course__row--mid {
  top: 33px;
}

.platform-art-course__row--low {
  top: 56px;
}

.platform-capability-card__art--monetization {
  min-height: 108px;
}

.platform-capability-card--reference .platform-capability-card__art--monetization {
  min-height: 128px;
  margin-top: auto;
}

.platform-capability-card__art--monetization span {
  bottom: 0;
  width: 17%;
  border-radius: 12px 12px 0 0;
  background: rgba(20, 88, 217, 0.2);
}

.platform-capability-card--reference .platform-capability-card__art--monetization span {
  width: 12.8%;
  border-radius: 22px 22px 0 0;
  background: #d6e1fb;
}

.platform-capability-card__art--monetization span:nth-child(1) {
  left: 10%;
  height: 42px;
}

.platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(1) {
  left: 23.5%;
  height: 102px;
}

.platform-capability-card__art--monetization span:nth-child(2) {
  left: 27%;
  height: 58px;
}

.platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(2) {
  left: 38.1%;
  height: 69px;
  background: #a7c0ee;
}

.platform-capability-card__art--monetization span:nth-child(3) {
  left: 44%;
  height: 30px;
}

.platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(3) {
  left: 52.7%;
  height: 43px;
  background: #638ee0;
}

.platform-art-bars {
  left: 60%;
  bottom: 0;
  width: 18%;
  height: 64px;
  border-radius: 12px 12px 0 0;
  background: var(--primary-blue);
}

.platform-capability-card--reference .platform-art-bars {
  left: 67.3%;
  width: 12.8%;
  height: 26px;
  border-radius: 22px 22px 0 0;
  background: #075fd5;
}

.platform-capability-card__art--dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 8px;
  min-height: 92px;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard {
  display: block;
  min-height: 112px;
  margin-top: auto;
}

.platform-capability-card__art--dashboard span {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(220, 229, 245, 0.8);
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span {
  position: absolute;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 16px rgba(78, 99, 147, 0.02);
}

.platform-capability-card__art--dashboard span::before,
.platform-capability-card__art--dashboard span::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  border-radius: 999px;
  background: rgba(194, 209, 236, 0.9);
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span::before,
.platform-capability-card--reference .platform-capability-card__art--dashboard span::after {
  left: 14px;
  right: 14px;
  background: #edf1fb;
}

.platform-capability-card__art--dashboard span::before {
  top: 11px;
  height: 4px;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span::before {
  top: 14px;
  width: 34px;
  height: 6px;
  right: auto;
  background: #e3e9ff;
}

.platform-capability-card__art--dashboard span::after {
  top: 20px;
  height: 3px;
  width: 62%;
  right: auto;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span::after {
  top: 28px;
  height: 11px;
  width: auto;
  right: 14px;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(1) {
  left: 0;
  top: 0;
  width: 44.5%;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(2) {
  right: 0;
  top: 0;
  width: 44.5%;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(3) {
  left: 0;
  right: 5%;
  top: 63px;
}

.platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(3)::before {
  width: 71px;
  background: #ffe9e7;
}

.platform-capability-card__art--analytics {
  min-height: 106px;
  overflow: hidden;
}

.platform-capability-card--reference .platform-capability-card__art--analytics {
  min-height: 142px;
  margin-top: auto;
  overflow: hidden;
}

.platform-capability-card__art--analytics svg {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 98%;
  height: 118px;
}

.platform-art-area {
  fill: #cfdcf7;
}

.platform-art-curve {
  fill: none;
  stroke: #7fa4e9;
  stroke-width: 6;
  stroke-linecap: round;
}

.platform-art-line {
  left: 10px;
  right: 12px;
  bottom: 10px;
  height: 3px;
  border-radius: 999px;
  background: rgba(20, 88, 217, 0.18);
}

.platform-art-line--mid {
  left: 32px;
  right: 34px;
  bottom: 30px;
  height: 3px;
  transform: skewY(-16deg);
  background: rgba(20, 88, 217, 0.6);
}

.platform-art-line--low {
  left: 68px;
  right: 0;
  bottom: 14px;
  height: 3px;
  transform: skewY(-14deg);
  background: rgba(20, 88, 217, 0.28);
}

.platform-art-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-blue);
}

.platform-capability-card--reference .platform-art-dot {
  width: 17px;
  height: 17px;
  background: #075fd5;
}

.platform-art-dot--one {
  right: 44px;
  bottom: 22px;
}

.platform-capability-card--reference .platform-art-dot--one {
  left: 51.6%;
  right: auto;
  bottom: 58px;
}

.platform-art-dot--two {
  right: 12px;
  bottom: 38px;
}

.platform-capability-card--reference .platform-art-dot--two {
  left: 84.4%;
  right: auto;
  bottom: 82px;
}

/* image_15dbe1 card treatment */
.platform-capabilities-section .platform-capability-card--reference {
  padding: 38px 38px 0;
  border: 1px solid rgba(226, 231, 249, 0.72);
  border-radius: 36px;
  background: #f3f5ff;
  box-shadow: none;
}

.platform-capabilities-section .platform-capability-card--analytics {
  border-color: rgba(226, 231, 249, 0.72);
  border-radius: 36px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: #dfe6ff;
  color: #1d65e7;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__icon--orange {
  background: #ffd8c8;
  color: #a44a17;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__icon svg {
  width: 22px;
  height: 22px;
}

.platform-capabilities-section .platform-capability-card--hub {
  padding: 29px 30px 0;
  border-radius: 36px;
  background: #f4f5ff;
  box-shadow: 0 18px 38px rgba(36, 50, 86, 0.025);
}

.platform-capabilities-section .platform-capability-card--hub .platform-capability-card__icon {
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 11px;
  background: #dfe6ff;
  color: #0c6bff;
}

.platform-capabilities-section .platform-hub-icon {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
}

.platform-capabilities-section .platform-hub-icon::before,
.platform-capabilities-section .platform-hub-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 2px solid #0c6bff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 1px;
  transform: rotate(45deg);
  transform-origin: center;
}

.platform-capabilities-section .platform-hub-icon::after {
  transform: rotate(135deg);
}

.platform-capabilities-section .platform-hub-icon__node {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border: 2px solid #0c6bff;
  border-radius: 50%;
  background: #dfe6ff;
}

.platform-capabilities-section .platform-hub-icon__node--top {
  left: 8px;
  top: 0;
}

.platform-capabilities-section .platform-hub-icon__node--left {
  left: 0;
  top: 8px;
}

.platform-capabilities-section .platform-hub-icon__node--center {
  left: 8px;
  top: 8px;
}

.platform-capabilities-section .platform-hub-icon__node--right {
  right: 0;
  top: 8px;
}

.platform-capabilities-section .platform-hub-icon__node--bottom-left {
  left: 4px;
  bottom: 0;
}

.platform-capabilities-section .platform-hub-icon__node--bottom-right {
  right: 4px;
  bottom: 0;
}

.platform-capabilities-section .platform-capability-card--reference h3 {
  color: #202335;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.platform-capabilities-section .platform-capability-card--reference p {
  max-width: 290px;
  margin-top: 15px;
  color: #5d6372;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.55;
}

.platform-capabilities-section .platform-capability-card--hub h3 {
  color: #202335;
  font-size: 1.19rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.platform-capabilities-section .platform-capability-card--hub p {
  max-width: 224px;
  margin-top: 13px;
  color: #656b7c;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.55;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art {
  min-height: 118px;
}

.platform-capabilities-section .platform-capability-card--hub .platform-capability-card__art {
  min-height: 114px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window {
  left: 0;
  right: 0;
  bottom: 30px;
  height: 71px;
  border-radius: 22px;
  background: #eceffa;
  box-shadow: none;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window__tile {
  left: 12px;
  bottom: 43px;
  width: 62px;
  height: 48px;
  border-radius: 7px;
  background: #f8f9ff;
  box-shadow: 0 0 0 1px rgba(231, 235, 248, 0.68);
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--hub .platform-art-window__line {
  left: 80px;
  right: 26px;
  bottom: 43px;
  height: 48px;
  border-radius: 7px;
  background: #f8f9ff;
  background-image: linear-gradient(#edf1fb, #edf1fb);
  background-repeat: no-repeat;
  background-size: 84px 4px;
  background-position: 10px 28px;
  box-shadow: 0 0 0 1px rgba(231, 235, 248, 0.68);
}

.platform-capabilities-section .platform-capability-card--hub .platform-art-window__line::before {
  top: 8px;
  left: 10px;
  width: 59px;
  height: 5px;
  background: #dfe6fb;
}

.platform-capabilities-section .platform-capability-card--hub .platform-art-window__line::after {
  top: 18px;
  left: 10px;
  width: 118px;
  max-width: calc(100% - 20px);
  height: 4px;
  background: #edf1fb;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--builder {
  justify-content: flex-start;
  gap: 0;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__button {
  width: 48px;
  height: 48px;
  margin-left: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(50, 69, 116, 0.12);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__button svg {
  width: 19px;
  height: 19px;
  color: #a7bdf2;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__track {
  width: 148px;
  height: 48px;
  margin-left: -4px;
  border: 1px dashed #c6d5f8;
  background: rgba(245, 248, 255, 0.72);
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__track::before,
.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__track::after {
  background: #9fb8f3;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-builder__plus {
  width: 32px;
  height: 32px;
  margin-left: -4px;
  background: #0b63de;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row {
  left: 0;
  right: 0;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row:nth-child(1) {
  top: 25px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row--mid {
 top: 55px;
    left: 20px;
    right: -20px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row--low {
  top: 85px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row::before {
  left: 14px;
  width: 6px;
  height: 6px;
  background: #4a85ee;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row--mid::before {
  background: #8aa7de;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row--low::before {
  background: #d38b61;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-course__row::after {
  left: 34px;
  right: 28px;
  height: 5px;
  background: #e5ebfb;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--monetization span {
  width: 12.6%;
  border-radius: 17px 17px 0 0;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(1) {
  left: 24%;
  height: 76px;
  background: #d7e2fb;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(2) {
  left: 39%;
  height: 52px;
  background: #aac3ef;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--monetization span:nth-child(3) {
  left: 54%;
  height: 35px;
  background: #638ee0;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-bars {
  left: 69%;
  height: 20px;
  background: #075fd5;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span {
  height: 32px;
  background: rgba(255, 255, 255, 0.78);
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(1),
.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(2) {
  top: 20px;
  width: 47%;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(3) {
  top: 62px;
  right: 0;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span::before {
  top: 8px;
  width: 38px;
  height: 5px;
  background: #dfe7ff;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span::after {
  top: 19px;
  height: 6px;
  background: #edf1fb;
}

.platform-capabilities-section .platform-capability-card--reference .platform-capability-card__art--dashboard span:nth-child(3)::before {
  width: 70px;
  background: #ffe5e1;
}

.platform-capabilities-section .platform-capability-card__art--analytics svg {
  right: -2px;
  bottom: 0;
  width: 92%;
  height: 88px;
}

.platform-capabilities-section .platform-art-area {
  fill: #d1ddf6;
}

.platform-capabilities-section .platform-art-curve {
  stroke: #7ea3e9;
  stroke-width: 5;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-dot {
  width: 11px;
  height: 11px;
  background: #075fd5;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-dot--one {
  left: 48%;
  bottom: 46px;
}

.platform-capabilities-section .platform-capability-card--reference .platform-art-dot--two {
  left: 78%;
  bottom: 54px;
}

@media (max-width: 991px) {
  .platform-capabilities-section {
    padding: 80px 0 88px;
  }

  .platform-capabilities__header {
    margin-bottom: 56px;
  }

  .platform-capabilities__title {
    font-size: clamp(2.08rem, 7vw, 3.25rem);
    line-height: 1.03;
  }
}

@media (max-width: 767px) {
  .platform-capabilities-section {
    padding: 70px 0 76px;
  }

  .platform-capabilities__header {
    margin-bottom: 42px;
  }

  .platform-capabilities__eyebrow {
    margin-bottom: 18px;
    font-size: 0.58rem;
  }

  .platform-capabilities__title {
    font-size: 2.2rem;
    line-height: 1.05;
  }

  .platform-capability-card {
    padding: 1.45rem 1.3rem 1.3rem;
  }

  .platform-capability-card h3 {
    font-size: 1.02rem;
  }

  .platform-capability-card p {
    font-size: 0.82rem;
  }

  .platform-capabilities__shape {
    width: 64px;
    height: 64px;
  }
}

/* Built AI-Native Section */
.investors-ai-native-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: #ffffff;
}

.investors-ai-native__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.investors-ai-native__shape {
  position: absolute;
  z-index: 0;
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  opacity: 0.72;
  pointer-events: none;
}

.investors-ai-native__shape--left {
  left: -30px;
  top: 98px;
  background: rgba(245, 234, 212, 0.84);
}

.investors-ai-native__shape--right {
  right: -26px;
  top: 116px;
  background: rgba(208, 233, 247, 0.88);
}

.investors-ai-native__copy {
  max-width: 575px;
}

.investors-ai-native__label {
  display: inline-block;
  margin-bottom: 22px;
}

.investors-ai-native__title {
  max-width: 580px;
  margin: 0;
  font-size: clamp(2.45rem, 4.3vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -1.4px;
}

.investors-ai-native__text {
  max-width: 560px;
  margin-top: 22px;
  font-size: 1rem;
  line-height: 1.72;
}

.investors-ai-native__pills {
  margin-top: 22px;
}

.ai-native-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(209, 216, 244, 0.82);
  border-radius: 999px;
  background: #f3f5ff;
  box-shadow: 0 10px 20px rgba(37, 58, 96, 0.04);
}

.ai-native-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--primary-blue);
}

.ai-native-pill__icon svg {
  width: 100%;
  height: 100%;
}

.ai-native-pill span:last-child {
  color: #191B24;
  
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.15;
}

.ai-native-diagram {
  position: relative;
  width: min(100%, 630px);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
}

.ai-native-link {
  position: absolute;
  z-index: 0;
  display: block;
  background: linear-gradient(180deg, rgba(126, 153, 218, 0.28), rgba(126, 153, 218, 0.1));
}

.ai-native-link--top {
  left: 50%;
  top: 10%;
  width: 1px;
  height: 18%;
  transform: translateX(-50%);
}

.ai-native-link--left-top {
  left: 24%;
  top: 30%;
  width: 22%;
  height: 1px;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.ai-native-link--right-top {
  right: 24%;
  top: 30%;
  width: 22%;
  height: 1px;
  transform: rotate(32deg);
  transform-origin: right center;
}

.ai-native-link--left-bottom {
  left: 24%;
  top: 64%;
  width: 22%;
  height: 1px;
  transform: rotate(32deg);
  transform-origin: left center;
}

.ai-native-link--bottom {
  left: 50%;
  top: 63%;
  width: 1px;
  height: 18%;
  transform: translateX(-50%);
}

.ai-native-link--right-bottom {
  right: 24%;
  top: 64%;
  width: 22%;
  height: 1px;
  transform: rotate(-32deg);
  transform-origin: right center;
}

.ai-native-sat,
.ai-native-core {
  position: absolute;
  z-index: 2;
}

.ai-native-sat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25.5%;
  min-height: 13.5%;
  padding: 11px 12px 12px;
  border: 1px solid rgba(221, 230, 244, 0.86);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 30px rgba(37, 58, 96, 0.06);
}

.ai-native-sat--top {
  left: 50%;
  top: 3.5%;
  width: 26%;
  transform: translateX(-50%);
}

.ai-native-sat--left-top {
  left: 2%;
  top: 20.5%;
}

.ai-native-sat--right-top {
  right: 2%;
  top: 20.5%;
}

.ai-native-sat--left-bottom {
  left: 2.5%;
  bottom: 15.5%;
}

.ai-native-sat--bottom {
  left: 50%;
  bottom: 1%;
  width: 22%;
  transform: translateX(-50%);
}

.ai-native-sat--right-bottom {
  right: 2.5%;
  bottom: 15.5%;
}

.ai-native-sat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ai-native-sat__header span {
  color: #2e3444;
  
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ai-native-sat__header i {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1.6px solid var(--primary-blue);
  position: relative;
}

.ai-native-sat__header i::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 3px;
  height: 6px;
  border-right: 2px solid var(--primary-blue);
  border-bottom: 2px solid var(--primary-blue);
  transform: rotate(45deg);
}

.ai-native-sat__bar {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: var(--primary-blue);
  box-shadow: 0 0 0 1px rgba(20, 88, 217, 0.08);
}

.ai-native-sat__preview {
  position: relative;
  min-height: 24px;
}

.ai-native-sat__preview--top,
.ai-native-sat__preview--blog,
.ai-native-sat__preview--brand,
.ai-native-sat__preview--chart {
  display: flex;
  gap: 6px;
}

.ai-native-sat__preview--top::before,
.ai-native-sat__preview--top::after,
.ai-native-sat__preview--blog::before,
.ai-native-sat__preview--blog::after
 {
  content: "";
  display: block;
  border-radius: 8px;
  background: rgba(222, 227, 244, 0.95);
}

.ai-native-sat__preview--top::before {
  width: 32%;
  height: 18px;
}

.ai-native-sat__preview--top::after {
  width: 62%;
  height: 18px;
}

.ai-native-sat__preview--icons {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
}

.ai-native-sat__preview--icons span {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: #c9d6f3;
}

.ai-native-sat__preview--icons span:nth-child(1) {
  background: #d9e3f7;
}

.ai-native-sat__preview--icons span:nth-child(2) {
  background: #d5d9ea;
}

.ai-native-sat__preview--icons span:nth-child(3) {
  background: #ecd6c9;
}

.ai-native-sat__preview--lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 2px;
}

.ai-native-sat__preview--lines span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #edf1fb;
}

.ai-native-sat__preview--lines span:nth-child(2) {
  width: 86%;
}

.ai-native-sat__preview--lines span:nth-child(3) {
  width: 70%;
}

.ai-native-sat__preview--blog {
  align-items: flex-end;
}

.ai-native-sat__preview--blog::before {
  width: 28%;
  height: 20px;
}

.ai-native-sat__preview--blog::after {
  width: 58%;
  height: 9px;
  align-self: center;
  background: rgba(237, 241, 251, 0.95);
}

.ai-native-sat__preview--brand {
  justify-content: center;
  align-items: center;
  min-height: 34px;
}

.ai-native-sat__preview--brand::before {
  width: 78%;
  height: 28px;
  background: rgba(229, 234, 247, 0.98);
}

.ai-native-sat__preview--chart {
  align-items: flex-end;
  min-height: 30px;
  gap: 5px;
}

.ai-native-sat__preview--chart span {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: rgba(20, 88, 217, 0.18);
}

.ai-native-sat__preview--chart span:nth-child(1) {
  height: 14px;
}

.ai-native-sat__preview--chart span:nth-child(2) {
  height: 22px;
}

.ai-native-sat__preview--chart span:nth-child(3) {
  height: 32px;
}

.ai-native-sat__preview--chart span:nth-child(4) {
  height: 18px;
}

.ai-native-core {
  left: 50%;
  top: 50%;
  width: 32%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ai-native-core__orb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(20, 88, 217, 0.18);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 16px rgba(20, 88, 217, 0.045);
}

.ai-native-core__orb::before,
.ai-native-core__orb::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(20, 88, 217, 0.08);
}

.ai-native-core__orb::after {
  inset: 11%;
  border-color: rgba(20, 88, 217, 0.05);
}

.ai-native-core__sparkles {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #eef3ff;
  color: var(--primary-blue);
  box-shadow: 0 12px 20px rgba(20, 88, 217, 0.08);
}

.ai-native-core__sparkles::before,
.ai-native-core__sparkles::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.ai-native-core__sparkles::before {
  width: 14px;
  height: 14px;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

.ai-native-core__sparkles::after {
  width: 20px;
  height: 20px;
  opacity: 0.9;
  clip-path: polygon(50% 0, 58% 28%, 100% 50%, 58% 72%, 50% 100%, 42% 72%, 0 50%, 42% 28%);
}

.ai-native-core__label {
  display: block;
  margin-top: 14px;
  color: rgba(76, 85, 103, 0.82);
  
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.ai-native-core strong {
  display: block;
  margin-top: 4px;
  color: #1f2430;
  
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.05;
}

/* AI Core Orchestrator diagram */
.ai-native-diagram {
  width: min(100%, 650px);
  aspect-ratio: 1 / 1.02;
}

.ai-native-diagram .ai-native-link {
  z-index: 1;
  background: repeating-linear-gradient(
    180deg,
    rgba(202, 213, 245, 0.78) 0 8px,
    transparent 8px 16px
  );
  opacity: 0.78;
}

.ai-native-diagram .ai-native-link--top {
  top: 16%;
  height: 21%;
}

.ai-native-diagram .ai-native-link--bottom {
  top: 63%;
  height: 18%;
}

.ai-native-diagram .ai-native-link--left-top {
  left: 23%;
  top: 38%;
  width: 18%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(202, 213, 245, 0.78) 0 8px, transparent 8px 16px);
  transform: rotate(45deg);
}

.ai-native-diagram .ai-native-link--right-top {
  right: 23%;
  top: 38%;
  width: 18%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(202, 213, 245, 0.78) 0 8px, transparent 8px 16px);
  transform: rotate(-45deg);
}

.ai-native-diagram .ai-native-link--left-bottom {
  left: 23%;
  top: 64%;
  width: 18%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(202, 213, 245, 0.78) 0 8px, transparent 8px 16px);
  transform: rotate(-45deg);
}

.ai-native-diagram .ai-native-link--right-bottom {
  right: 23%;
  top: 64%;
  width: 18%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(202, 213, 245, 0.78) 0 8px, transparent 8px 16px);
  transform: rotate(45deg);
}

.ai-native-diagram .ai-native-sat {
  width: 29%;
  min-height: 13.8%;
  gap: 9px;
  padding: 14px 16px 16px;
  border: 1px solid rgba(229, 233, 245, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(39, 55, 96, 0.055);
}

.ai-native-diagram .ai-native-sat--top {
  top: 4.2%;
  width: 30%;
}

.ai-native-diagram .ai-native-sat--left-top {
  left: 0;
  top: 24%;
}

.ai-native-diagram .ai-native-sat--right-top {
  right: 0;
  top: 24%;
}

.ai-native-diagram .ai-native-sat--left-bottom {
  left: 0;
  bottom: 17%;
}

.ai-native-diagram .ai-native-sat--right-bottom {
  right: 0;
  bottom: 17%;
}

.ai-native-diagram .ai-native-sat--bottom {
  bottom: 2.5%;
  width: 30%;
}

.ai-native-diagram .ai-native-sat__header span {
  color: #4c5261;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.ai-native-diagram .ai-native-sat__header i {
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-color: #1164e8;
}

.ai-native-diagram .ai-native-sat__header i::after {
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-color: #1164e8;
}

.ai-native-diagram .ai-native-sat__bar {
  height: 7px;
  border-radius: 999px;
  background: #075fd5;
  box-shadow: 0 1px 2px rgba(7, 95, 213, 0.14);
}

.ai-native-diagram .ai-native-sat__preview {
  min-height: 38px;
}

.ai-native-diagram .ai-native-sat__preview--top {
  gap: 7px;
}

.ai-native-diagram .ai-native-sat__preview--top::before,
.ai-native-diagram .ai-native-sat__preview--top::after {
  height: 36px;
  border-radius: 8px;
  background: #f2f4fb;
}

.ai-native-diagram .ai-native-sat__preview--top::before {
  width: 33%;
}

.ai-native-diagram .ai-native-sat__preview--top::after {
  width: 62%;
}

.ai-native-diagram .ai-native-sat__preview--icons {
  gap: 32px;
  min-height: 42px;
}

.ai-native-diagram .ai-native-sat__preview--icons span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.ai-native-diagram .ai-native-sat__preview--icons span:first-child {
  border-radius: 50%;
  background: #d2def7;
}

.ai-native-diagram .ai-native-sat__preview--icons span:nth-child(2) {
  background: #d7dceb;
}

.ai-native-diagram .ai-native-sat__preview--icons span:nth-child(3) {
  background: #ead8cf;
}

.ai-native-diagram .ai-native-sat__preview--lines {
  gap: 8px;
  padding-top: 0;
}

.ai-native-diagram .ai-native-sat__preview--lines span {
  height: 7px;
  background: #f0f3fb;
}

.ai-native-diagram .ai-native-sat__preview--lines span:first-child {
  width: 100%;
}

.ai-native-diagram .ai-native-sat__preview--lines span:nth-child(2) {
  width: 76%;
}

.ai-native-diagram .ai-native-sat__preview--lines span:nth-child(3) {
  width: 50%;
}

.ai-native-diagram .ai-native-sat__preview--blog {
  min-height: 46px;
  gap: 12px;
  align-items: center;
}

.ai-native-diagram .ai-native-sat__preview--blog::before {
  width: 28%;
  height: 42px;
  border-radius: 2px;
  background: #f2f4fb;
}

.ai-native-diagram .ai-native-sat__preview--blog::after {
  width: 64%;
  height: 8px;
  align-self: flex-start;
  margin-top: 9px;
  border-radius: 999px;
  background: #edf1fb;
  box-shadow: 0 16px 0 #f1f4fb;
}

.ai-native-diagram .ai-native-sat__preview--brand {
  min-height: 58px;
  background: #ECEDFA;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.ai-native-diagram .ai-native-sat__preview--brand span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 3px solid #c4c8d6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ai-native-diagram .ai-native-sat__preview--brand span::before,
.ai-native-diagram .ai-native-sat__preview--brand span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #c4c8d6;
}

.ai-native-diagram .ai-native-sat__preview--brand span::before {
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  box-shadow: 8px 2px 0 #c4c8d6, 4px 9px 0 #c4c8d6;
}

.ai-native-diagram .ai-native-sat__preview--brand span::after {
  right: -3px;
  bottom: 3px;
  width: 7px;
  height: 7px;
  background: #e9eaf6;
}

.ai-native-diagram .ai-native-sat__preview--chart {
  min-height: 47px;
  gap: 4px;
}

.ai-native-diagram .ai-native-sat__preview--chart span {
  border-radius: 4px 4px 0 0;
  background: #b8ccef;
}

.ai-native-diagram .ai-native-sat__preview--chart span:nth-child(1) {
  height: 22px;
}

.ai-native-diagram .ai-native-sat__preview--chart span:nth-child(2) {
  height: 34px;
}

.ai-native-diagram .ai-native-sat__preview--chart span:nth-child(3) {
  height: 45px;
  background: #94b2e7;
}

.ai-native-diagram .ai-native-sat__preview--chart span:nth-child(4) {
  height: 28px;
}

.ai-native-diagram .ai-native-core {
  left: 50%;
  top: 52%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43%;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(153, 191, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 80px rgba(174, 169, 230, 0.22);
  transform: translate(-50%, -50%);
  text-align: center;
}

.ai-native-diagram .ai-native-core__orb {
  width: 34%;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 22px;
  background: #f0f2ff;
  box-shadow: none;
}

.ai-native-diagram .ai-native-core__orb::before,
.ai-native-diagram .ai-native-core__orb::after {
  content: none;
}

.ai-native-diagram .ai-native-core__sparkles {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: transparent;
  color: #075fd5;
  box-shadow: none;
}

.ai-native-diagram .ai-native-core__sparkles::before,
.ai-native-diagram .ai-native-core__sparkles::after {
  content: none;
}

.ai-native-diagram .ai-native-core__sparkles svg {
  width: 54%;
  height: 54%;
}

.ai-native-diagram .ai-native-core__label {
  margin-top: 22px;
  color: #4b4f59;
  font-size: 0.72rem;
  letter-spacing: 4px;
}

.ai-native-diagram .ai-native-core strong {
  margin-top: 10px;
  color: #111111;
  font-size: 1.45rem;
  line-height: 1;
}

@media (max-width: 1199px) {
  .investors-ai-native-section {
    padding: 84px 0 92px;
  }

  .ai-native-diagram {
    width: min(100%, 590px);
  }
}

@media (max-width: 991px) {
  .investors-ai-native__copy {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .investors-ai-native__title,
  .investors-ai-native__text {
    max-width: 100%;
  }

  .ai-native-diagram {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .investors-ai-native-section {
    padding: 72px 0 78px;
  }

  .investors-ai-native__label {
    margin-bottom: 18px;
  }

  .investors-ai-native__title {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .investors-ai-native__text {
    margin-top: 18px;
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .investors-ai-native__pills {
    margin-top: 18px;
  }

  .ai-native-pill {
    min-height: 54px;
    padding: 0.85rem 1rem;
  }

  .ai-native-pill span:last-child {
    font-size: 0.88rem;
  }

  .ai-native-diagram {
    width: min(100%, 560px);
    aspect-ratio: 1 / 1.02;
  }

  .ai-native-sat {
    padding: 10px 10px 11px;
  }

  .ai-native-sat__header span {
    font-size: 0.42rem;
  }

  .ai-native-core strong {
    font-size: 1rem;
  }

  .ai-native-core__label {
    font-size: 0.52rem;
  }
}

@media (max-width: 575px) {
  .investors-ai-native__shape {
    width: 64px;
    height: 64px;
  }

  .ai-native-diagram {
    width: min(100%, 520px);
  }
}

/* Creator Ownership Section */
.investors-ownership-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.investors-ownership__container {
  max-width: 1240px;
}

.investors-ownership__copy {
  margin-left: auto;
}



.investors-ownership__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #ffe0d8;
    color: #9c6557;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.investors-ownership__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;

}

.investors-ownership__title span {
    display: inline;
    padding: 3px 10px 8px;
    border-radius: 999px;
    background: #ffd9cf;
    color: #202330 !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}



.investors-ownership__text {
  max-width: 540px;
  margin-top: 22px;
  font-size: 1rem;
  line-height: 1.7;
}

.investors-ownership__cards {
  margin-top: 24px;
}

.ownership-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.3rem 1.25rem;
  border: 1px solid rgba(221, 230, 244, 0.65);
  background: linear-gradient(180deg, #f7f8ff 0%, #f4f6ff 100%);
  box-shadow: 0 12px 28px rgba(37, 58, 96, 0.04);
}

.ownership-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.95rem;
  border-radius: 10px;
  background: #e8edff;
  color: var(--primary-blue);
}

.ownership-feature-card__icon svg {
  width: 20px;
  height: 20px;
}

.ownership-feature-card h3 {
  margin: 0;
  color: var(--text-dark);
  
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.25;
}

.ownership-feature-card p {
  margin: 0.7rem 0 0;
  color: var(--text-muted);

  font-size: 0.86rem;
  line-height: 1.58;
}

.investors-ownership__mockup {
  border-radius: 28px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(221, 230, 244, 0.88);
}

.ownership-window {
  display: grid;
  grid-template-columns: 34% 66%;
  min-height: 325px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(245, 245, 255, 0.9), rgba(248, 249, 255, 0.95));
}

.ownership-sidebar {
  padding: 24px 18px;
  border-right: 1px solid rgba(221, 230, 244, 0.75);
  background: rgba(236, 238, 249, 0.74);
}

.ownership-sidebar__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}

.ownership-sidebar__avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--primary-blue);
  box-shadow: 0 0 0 8px rgba(20, 88, 217, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ownership-sidebar__profile strong {
  display: block;
  color: #55607a;
  
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.ownership-sidebar__profile span {
  display: block;
  color: #1f2430;
  
  font-size: 0.82rem;
  font-weight: 700;
}

.ownership-sidebar__lines {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}

.ownership-sidebar__lines span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(190, 203, 236, 0.55);
}

.ownership-sidebar__lines span:nth-child(1) {
  width: 86%;
}

.ownership-sidebar__lines span:nth-child(2) {
  width: 74%;
}

.ownership-sidebar__lines span:nth-child(3) {
  width: 88%;
}

.ownership-sidebar__highlight {
  width: 54%;
  height: 8px !important;
  background: rgba(20, 88, 217, 0.25) !important;
}

.ownership-board {
  padding: 24px 18px 22px;
  background: #ffffff;
}

.ownership-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.ownership-board__head h3 {
  margin: 0;
  color: #23262f;
  
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.15;
}

.ownership-board__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #dfe8ff;
  color: var(--primary-blue);
  
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ownership-table {
  display: grid;
  gap: 12px;
}

.ownership-table__row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.7fr;
  gap: 12px;
  align-items: center;
}

.ownership-table__row span,
.ownership-table__row strong {
  color: #40485c;

  font-size: 0.74rem;
  line-height: 1.35;
}

.ownership-table__row strong {
  color: var(--primary-blue);
  font-weight: 800;
  text-align: right;
}

.ownership-table__row--head {
  padding: 0 0 4px;
}

.ownership-table__row--head span {
  color: #6a7185;
  font-size: 0.62rem;
  font-weight: 700;
}

/* Creator ownership mockup reference treatment */
.investors-ownership__mockup {
  max-width: 640px;
  padding: 18px;
  border: 0;
  border-radius: 28px;
  background: #f4f6ff;
  box-shadow: 0 18px 42px rgba(55, 79, 125, 0.06);
}

.investors-ownership__mockup .ownership-window {
  grid-template-columns: 36.5% 63.5%;
  min-height: 408px;
  border: 1px solid rgba(224, 230, 246, 0.78);
  border-radius: 28px;
  background: #eef2ff;
}

.investors-ownership__mockup .ownership-sidebar {
  padding: 24px;
  border-right: 0;
  background: #e4e5f1;
}

.investors-ownership__mockup .ownership-sidebar__profile {
  gap: 12px;
  align-items: center;
  margin-bottom: 72px;
}

.investors-ownership__mockup .ownership-sidebar__avatar {
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: #075fff;
}



.investors-ownership__mockup .ownership-sidebar__profile strong {
  color: #7d8493;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0;
  width: max-content;
}

.investors-ownership__mockup .ownership-sidebar__profile span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1f2432;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.1;
}

.investors-ownership__mockup .ownership-sidebar__profile .ownership-sidebar__name{
  width: max-content;
}

.investors-ownership__mockup .ownership-sidebar__verified {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #1266ee;
}

.investors-ownership__mockup .ownership-sidebar__verified::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.investors-ownership__mockup .ownership-sidebar__lines {
  gap: 14px;
  padding-top: 0;
}

.investors-ownership__mockup .ownership-sidebar__lines span {
  height: 7px;
  background: #d8dae9;
}

.investors-ownership__mockup .ownership-sidebar__lines span:nth-child(1) {
  width: 90%;
}

.investors-ownership__mockup .ownership-sidebar__lines span:nth-child(2) {
  width: 58%;
}

.investors-ownership__mockup .ownership-sidebar__lines span:nth-child(3) {
  width: 90%;
}

.investors-ownership__mockup .ownership-sidebar__highlight {
  width: 54%;
  height: 9px !important;
  background: #adc1e7 !important;
}

.investors-ownership__mockup .ownership-board {
  padding: 44px 0 36px 24px;
  background: #eef2ff;
  overflow: hidden;
}

.investors-ownership__mockup .ownership-board__head {
  justify-content: flex-start;
  gap: 18px;
  margin: 0 22px 30px 0;
}

.investors-ownership__mockup .ownership-board__head h3 {
  color: #191d2b;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.investors-ownership__mockup .ownership-board__badge {
  min-height: 31px;
  padding: 0 15px;
  background: #dce8ff;
  color: #2d79ee;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.investors-ownership__mockup .ownership-table {
  display: block;
  overflow: hidden;
  border-radius: 28px 0 0 22px;
  background: #ffffff;
}

.investors-ownership__mockup .ownership-table__row {
  display: grid;
  grid-template-columns: 31% 41% 28%;
  gap: 12px;
  min-height: 68px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(235, 238, 247, 0.72);
}

.investors-ownership__mockup .ownership-table__row:last-child {
  border-bottom: 0;
}

.investors-ownership__mockup .ownership-table__row--head {
  min-height: 74px;
  padding: 0 18px;
  background: #dedeef;
}

.investors-ownership__mockup .ownership-table__row span,
.investors-ownership__mockup .ownership-table__row strong {
  color: #555d6d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.investors-ownership__mockup .ownership-table__row--head span {
  color: #5d6370;
  font-size: 0.75rem;
  font-weight: 800;
}

.investors-ownership__mockup .ownership-table__row strong {
  color: #1062e5;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .investors-ownership-section {
    padding-top: 8px;
  }
}

@media (max-width: 991px) {
  .investors-ownership__copy {
    margin-left: 0;
    max-width: 100%;
  }

  .investors-ownership__mockup {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .investors-ownership__title {
    font-size: clamp(2rem, 8.7vw, 2.8rem);
  }

  .ownership-window {
    grid-template-columns: 1fr;
  }

  .investors-ownership__mockup .ownership-window {
    grid-template-columns: 1fr;
  }

  .ownership-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(221, 230, 244, 0.75);
  }

  .investors-ownership__mockup .ownership-sidebar {
    padding: 28px 24px;
    border-bottom: 0;
  }

  .investors-ownership__mockup .ownership-sidebar__profile {
    margin-bottom: 36px;
  }

  .ownership-board {
    padding: 20px 16px 18px;
  }

  .investors-ownership__mockup .ownership-board {
    padding: 28px 0 28px 20px;
  }

  .investors-ownership__mockup .ownership-board__head {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .ownership-board__head h3 {
    font-size: 1.04rem;
  }

  .investors-ownership__mockup .ownership-board__head h3 {
    font-size: 1.28rem;
  }

  .ownership-table__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .investors-ownership__mockup .ownership-table__row {
    grid-template-columns: 34% 41% 25%;
    gap: 0;
    padding: 0 14px;
  }

  .investors-ownership__mockup .ownership-table__row span,
  .investors-ownership__mockup .ownership-table__row strong {
    font-size: 0.78rem;
  }

  .investors-ownership__mockup .ownership-table__row--head span {
    font-size: 0.78rem;
  }

  .ownership-table__row strong {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .investors-ownership__mockup {
    padding: 14px;
  }
}

/* Proportional responsive scaling for the AI Core Orchestrator diagram */
@media (max-width: 991px) {
  .ai-native-diagram {
    width: min(100%, 82vw);
    max-width: 560px;
    aspect-ratio: 1 / 1;
    margin: 28px auto 0;
  }

  .ai-native-diagram .ai-native-sat {
    width: 24%;
    min-height: 12.5%;
    gap: 7px;
    padding: 10px 11px 11px;
    border-radius: 14px;
  }

  .ai-native-diagram .ai-native-sat--top {
    top: 4%;
    width: 25%;
  }

  .ai-native-diagram .ai-native-sat--left-top {
    left: 4%;
    top: 24%;
  }

  .ai-native-diagram .ai-native-sat--right-top {
    right: 4%;
    top: 24%;
  }

  .ai-native-diagram .ai-native-sat--left-bottom {
    left: 4%;
    bottom: 18%;
  }

  .ai-native-diagram .ai-native-sat--right-bottom {
    right: 4%;
    bottom: 18%;
  }

  .ai-native-diagram .ai-native-sat--bottom {
    bottom: 4%;
    width: 24%;
  }

  .ai-native-diagram .ai-native-core {
    width: 39%;
  }

  .ai-native-diagram .ai-native-sat__header {
    gap: 7px;
  }

  .ai-native-diagram .ai-native-sat__header span {
    font-size: clamp(0.42rem, 1vw, 0.56rem);
    letter-spacing: 0.04em;
    line-height: 1.1;
  }

  .ai-native-diagram .ai-native-sat__header i {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .ai-native-diagram .ai-native-sat__bar {
    height: 5px;
  }

  .ai-native-diagram .ai-native-sat__preview {
    min-height: 30px;
  }

  .ai-native-diagram .ai-native-core__label {
    margin-top: 14px;
    font-size: clamp(0.52rem, 1.2vw, 0.66rem);
    letter-spacing: 0.22em;
  }

  .ai-native-diagram .ai-native-core strong {
    margin-top: 8px;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
  }
}

@media (max-width: 767px) {
  .ai-native-diagram {
    width: min(100%, 94vw);
    max-width: 430px;
  }

  .ai-native-diagram .ai-native-sat {
    width: 23%;
    min-height: 12%;
    gap: 5px;
    padding: 8px;
    border-radius: 12px;
  }

  .ai-native-diagram .ai-native-sat--top {
    top: 5%;
    width: 24%;
  }

  .ai-native-diagram .ai-native-sat--left-top {
    left: 5.5%;
    top: 25.5%;
  }

  .ai-native-diagram .ai-native-sat--right-top {
    right: 5.5%;
    top: 25.5%;
  }

  .ai-native-diagram .ai-native-sat--left-bottom {
    left: 5.5%;
    bottom: 19.5%;
  }

  .ai-native-diagram .ai-native-sat--right-bottom {
    right: 5.5%;
    bottom: 19.5%;
  }

  .ai-native-diagram .ai-native-sat--bottom {
    bottom: 5%;
    width: 23%;
  }

  .ai-native-diagram .ai-native-core {
    width: 37%;
  }

  .ai-native-diagram .ai-native-sat__header span {
    font-size: clamp(0.34rem, 1.55vw, 0.44rem);
    letter-spacing: 0.02em;
  }

  .ai-native-diagram .ai-native-sat__header i {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
    border-width: 1.4px;
  }

  .ai-native-diagram .ai-native-sat__header i::after {
    left: 2.6px;
    top: 1px;
    width: 3px;
    height: 5px;
    border-right-width: 1.6px;
    border-bottom-width: 1.6px;
  }

  .ai-native-diagram .ai-native-sat__bar {
    height: 4px;
  }

  .ai-native-diagram .ai-native-sat__preview {
    min-height: 22px;
  }

  .ai-native-diagram .ai-native-core__orb {
    width: 30%;
    border-radius: 16px;
  }

  .ai-native-diagram .ai-native-core__label {
    margin-top: 10px;
    font-size: clamp(0.4rem, 1.8vw, 0.52rem);
    letter-spacing: 0.16em;
  }

  .ai-native-diagram .ai-native-core strong {
    margin-top: 6px;
    font-size: clamp(0.78rem, 3.3vw, 1rem);
  }
}

@media (max-width: 430px) {
  .ai-native-diagram {
    width: min(100%, 96vw);
    max-width: 360px;
  }

  .ai-native-diagram .ai-native-sat {
    width: 22%;
    padding: 6px;
  }

  .ai-native-diagram .ai-native-sat--left-top,
  .ai-native-diagram .ai-native-sat--left-bottom {
    left: 6.5%;
  }

  .ai-native-diagram .ai-native-sat--right-top,
  .ai-native-diagram .ai-native-sat--right-bottom {
    right: 6.5%;
  }

  .ai-native-diagram .ai-native-sat__header span {
    font-size: 0.32rem;
  }

  .ai-native-diagram .ai-native-sat__preview {
    min-height: 18px;
  }
}

/* Investors CTA responsive stacking: desktop remains untouched */
@media (max-width: 991px) {



  .investors-page-body .cta-profile-image {
    width: 100%;
    height: clamp(260px, 46vw, 410px);
    object-fit: contain;
    object-position: center bottom;
    border-radius: 24px 24px 0 0;
  }

  .investors-page-body .cta-content-col {
    margin-left: 0;
    padding: clamp(2rem, 5vw, 3rem);
    text-align: center;
    align-items: center;
  }

  .investors-page-body .cta-heading {
    max-width: 640px;
    font-size: clamp(1.65rem, 4.8vw, 2.25rem);
    line-height: 1.18;
    text-wrap: balance;
  }

  .investors-page-body .cta-subtext {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

  .investors-page-body .btn-cta-join {
    align-self: center;
  }
}

@media (max-width: 767px) {
  .investors-page-body .cta-section {
    padding: 50px 0;
  }

  .investors-page-body .cta-card {
    border-radius: 20px;
  }

  .investors-page-body .cta-image-col {
    min-height: 245px;
  }

  .investors-page-body .cta-profile-image {
    height: 245px;
    border-radius: 20px 20px 0 0;
  }

  .investors-page-body .cta-content-col {
    padding: 1.75rem 1.25rem 2.1rem;
  }

  .investors-page-body .cta-heading {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }

  .investors-page-body .cta-heading br {
    display: none;
  }

  .investors-page-body .btn-cta-join {
    width: 100%;
    min-width: 0;
    max-width: 340px;
  }
}
