.ci-perspective {
  margin: 0;
  padding: clamp(64px, 5.4vw, 88px) 0 clamp(48px, 4.5vw, 72px);
  overflow: hidden;
  color: #071d4a;
  background:
    radial-gradient(circle at 4% 55%, rgba(224, 238, 249, 0.2), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 96% 72%, rgba(225, 240, 249, 0.2), rgba(255, 255, 255, 0) 34%),
    #fff;
  scroll-margin-top: 96px;
}

.ci-perspective,
.ci-perspective * {
  box-sizing: border-box;
}

.ci-perspective__inner {
  width: min(100% - 112px, 1320px);
  margin-inline: auto;
}

.ci-perspective__eyebrow {
  margin: 0 0 clamp(22px, 2vw, 28px);
  color: #00aaa6;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.39em;
  text-transform: uppercase;
}

.ci-perspective__title {
  max-width: 1080px;
  margin: 0;
  color: #071d4a;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ci-perspective__title span {
  display: block;
}

.ci-perspective__intro {
  max-width: 1080px;
  margin-top: clamp(28px, 2.5vw, 36px);
}

.ci-perspective__intro p,
.ci-perspective__column p {
  margin: 0;
  color: #102858;
  font-family: var(--paragraph-font, sans-serif);
  font-weight: 400;
}

.ci-perspective__intro p {
  font-size: clamp(20px, 1.55vw, 22px);
  line-height: 1.47;
}

.ci-perspective__intro p + p {
  margin-top: clamp(18px, 1.7vw, 24px);
}

.ci-perspective__comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
  align-items: stretch;
  margin-top: clamp(34px, 3vw, 44px);
}

.ci-perspective__column {
  min-width: 0;
  padding-top: clamp(24px, 2vw, 30px);
  border-top: 4px solid;
  border-radius: 3px 3px 0 0;
}

.ci-perspective__column--partner {
  border-color: #1687ff;
}

.ci-perspective__column--ecosystem {
  border-color: #00aaa6;
}

.ci-perspective__column h3 {
  margin: 0;
  color: #071d4a;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ci-perspective__column p {
  margin-top: clamp(13px, 1.2vw, 17px);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.37;
}

.ci-perspective__connector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.ci-perspective__connector::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #cbd8e7;
  content: "";
  transform: translateX(-50%);
}

.ci-perspective__connector-icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 84px;
  height: 66px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.ci-perspective__connector-icon svg {
  display: block;
  width: 62px;
  height: auto;
}

.ci-perspective__closing {
  max-width: 1130px;
  margin: clamp(42px, 3.8vw, 56px) 0 0;
  color: #071d4a;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.018em;
}

.ci-perspective__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(30px, 2.8vw, 40px);
  color: #087cff;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, gap 180ms ease;
}

.ci-perspective__link svg {
  flex: 0 0 auto;
  width: 27px;
  height: auto;
}

.ci-perspective__link:hover {
  gap: 19px;
  color: #006bdc;
}

.ci-perspective__link:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(8, 124, 255, 0.38);
  outline-offset: 5px;
}

@media (max-width: 1100px) {
  .ci-perspective__title {
    max-width: 860px;
    font-size: clamp(52px, 6.4vw, 64px);
  }

  .ci-perspective__eyebrow {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .ci-perspective__intro {
    max-width: 760px;
  }

  .ci-perspective__intro p {
    font-size: clamp(20px, 2.25vw, 22px);
  }

  .ci-perspective__comparison {
    grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
    margin-top: 27px;
  }

  .ci-perspective__column h3 {
    font-size: 24px;
  }

  .ci-perspective__column {
    padding-top: 34px;
  }

  .ci-perspective__column p {
    font-size: 19px;
  }

  .ci-perspective__column--ecosystem p {
    max-width: 350px;
  }

  .ci-perspective__closing {
    max-width: 900px;
    margin-top: 55px;
    font-size: 22px;
  }

  .ci-perspective__link {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media (max-width: 860px) {
  .ci-perspective__title span {
    display: inline;
  }

  .ci-perspective__comparison {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 36px;
  }

  .ci-perspective__column {
    padding-top: 24px;
  }

  .ci-perspective__column--ecosystem p {
    max-width: none;
  }

  .ci-perspective__connector {
    height: 72px;
  }

  .ci-perspective__connector::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }

  .ci-perspective__connector-icon {
    width: 88px;
    height: 50px;
  }

  .ci-perspective__connector-icon svg {
    width: 60px;
  }
}

@media (max-width: 760px) {
  .ci-perspective {
    padding: 62px 0 64px;
    scroll-margin-top: 76px;
  }

  .ci-perspective__inner {
    width: calc(100% - 40px);
  }

  .ci-perspective__eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.32em;
  }

  .ci-perspective__title {
    max-width: 620px;
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.01;
  }

  .ci-perspective__title span {
    display: inline;
  }

  .ci-perspective__intro {
    margin-top: 25px;
  }

  .ci-perspective__intro p {
    font-size: 16.5px;
    line-height: 1.5;
  }

  .ci-perspective__intro p + p {
    margin-top: 18px;
  }

  .ci-perspective__comparison {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 34px;
  }

  .ci-perspective__column {
    padding-top: 21px;
  }

  .ci-perspective__column h3 {
    font-size: 24px;
  }

  .ci-perspective__column p {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.45;
  }

  .ci-perspective__column--ecosystem p {
    max-width: none;
  }

  .ci-perspective__connector {
    height: 64px;
  }

  .ci-perspective__connector::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }

  .ci-perspective__connector-icon {
    width: 82px;
    height: 46px;
  }

  .ci-perspective__connector-icon svg {
    width: 58px;
  }

  .ci-perspective__closing {
    margin-top: 36px;
    font-size: 20px;
    line-height: 1.38;
  }

  .ci-perspective__link {
    margin-top: 28px;
    font-size: 19px;
  }
}

@media (max-width: 430px) {
  .ci-perspective__title {
    font-size: clamp(36px, 9.7vw, 42px);
  }

  .ci-perspective__column h3 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ci-perspective__link {
    transition: none;
  }
}
