@keyframes indexHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes indexGlobeSlideUp {
  from {
    transform: translateY(68%);
  }
  to {
    transform: translateY(2%);
  }
}
.index-hero-globe {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding-bottom: clamp(48px, 8vw, 120px);
  background: linear-gradient(0, rgba(36, 124, 255, 0) 0%, rgba(36, 124, 255, 0.1019607843) 100%);
}
.index-hero-globe::after {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: clamp(220px, 34vh, 360px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.55) 42%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

.index-hero-simple {
  position: relative;
  z-index: 3;
  padding: 180px clamp(20px, 13.5417vw, 260px) clamp(280px, 32vh, 420px);
  background: transparent;
}
.index-hero-simple__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(48px);
  animation: indexHeroFadeUp 0.9s ease-out 0.12s forwards;
  will-change: opacity, transform;
}
.index-hero-simple__logo {
  width: 88px;
  height: 88px;
  margin-bottom: 25px;
  object-fit: contain;
}
.index-hero-simple__title {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.045em;
}
.index-hero-simple__subtitle {
  margin: 16px 0 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
.index-hero-simple__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}
.index-hero-simple__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.index-hero-simple__button--primary {
  background: #247cff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.index-hero-simple__button--primary:hover {
  background: #0157e4;
}
.index-hero-simple__button--google {
  color: #111827;
  background: #ffffff;
  border: 0.5px solid rgba(28, 49, 80, 0.15);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.index-hero-simple__button--google:hover {
  border-color: #000;
}
.index-hero-simple__google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #4285f4;
  font-size: 15px;
  font-weight: 800;
  font-family: Arial, sans-serif;
}

.index-globe-section {
  position: absolute;
  inset: clamp(64px, 9vh, 132px) 0 0;
  z-index: 1;
  overflow: hidden;
  padding: 0 clamp(16px, 3vw, 48px);
  pointer-events: none;
}
.index-globe-section__motion {
  position: relative;
  width: min(100%, 1024px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  transform: translateY(68%);
  will-change: transform;
  animation: indexGlobeSlideUp 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
.index-globe-section__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  pointer-events: auto;
  border-radius: 50%;
  cursor: grab;
  user-select: none;
  touch-action: none;
  isolation: isolate;
}
.index-globe-section__stage::before, .index-globe-section__stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.index-globe-section__stage::before {
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.92), inset 0 0 118px rgba(255, 255, 255, 0.82);
}
.index-globe-section__stage::after {
  background: radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%);
}
.index-globe-section__stage:active {
  cursor: grabbing;
}
.index-globe-section__stage.is-ready .index-globe-section__canvas {
  opacity: 0.98;
}
.index-globe-section__stage.is-ready .index-globe-section__poster {
  opacity: 0;
}
.index-globe-section__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.index-globe-section__canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.index-globe-section__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 3;
  gap: clamp(44px, 9vw, 124px);
  width: min(68%, 620px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-align: center;
}
.index-globe-section__stat {
  text-align: center;
}
.index-globe-section__value {
  display: block;
  color: #000;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.index-globe-section__label {
  margin-top: 6px;
  color: rgba(17, 24, 39, 0.54);
  font-size: clamp(12px, 1.45vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.index-globe-section__hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  transform: translateX(-50%);
  color: rgba(17, 24, 39, 0.44);
  font-size: 13px;
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .index-globe-section__motion {
    animation: none;
    transform: translateY(2%);
  }
}
.index-benefits {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-top: clamp(-215px, -22vw, -180px);
  padding: 0 clamp(20px, 13.5417vw, 260px) 42px;
}
.index-benefits__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-benefits__track {
  display: flex;
  gap: 16px;
  width: 100%;
  transition: transform 0.32s ease;
  will-change: transform;
}
.index-benefits__track > .index-benefits__card {
  flex: 0 0 calc((100% - 32px) / 3);
}
.index-benefits__card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 27px 12px 12px;
  border-radius: 16px;
  border: 1px solid #eaeff7;
  background: #fff;
  text-align: center;
  box-shadow: 0px 8px 40px 0px rgba(58, 76, 103, 0.05);
}

.index-blue-cta {
  position: relative;
  overflow: hidden;
  min-height: 324px;
  padding-top: 100px;
  background: url("/static/image/bluebg.webp") center center/cover no-repeat;
}
.index-blue-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.index-blue-cta__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.index-blue-cta__title {
  margin: 40px 0 0 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.index-blue-cta__subtitle {
  margin: 24px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.index-blue-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 80px 0;
}
.index-blue-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.index-blue-cta__button--light {
  color: #000;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.index-blue-cta__button--dark {
  color: #ffffff;
  background: #000;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.index-blue-cta__remarks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 49, 121, 0.1);
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 24px clamp(20px, 13.5417vw, 260px) 24px;
}
.index-blue-cta__remarks__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.index-blue-cta__remarks__item:last-child {
  border-right: 0;
}
.index-blue-cta__remarks__item svg {
  width: 56px;
  height: 56px;
}
.index-blue-cta__remarks__item span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.index-blue-cta__remarks__item p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: normal;
}

.index-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #151515;
}
.index-benefits__icon svg {
  width: 30px;
  height: 30px;
}
.index-benefits__title {
  margin: 20px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.index-benefits__text {
  margin: 8px 0 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.025em;
}
.index-benefits__visual {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 196px;
  overflow: hidden;
  border-radius: 12px;
  background: #e8f0ff;
}
.index-benefits__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-benefits__bubble, .index-benefits__panel, .index-benefits__server, .index-benefits__node, .index-benefits__target, .index-benefits__pin, .index-benefits__shield, .index-benefits__orbit, .index-benefits__check, .index-benefits__map-line {
  position: absolute;
  z-index: 2;
  display: block;
}
.index-benefits__bubble {
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(71, 128, 220, 0.12);
}
.index-benefits__bubble::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #9fbdf0;
  border-bottom: 2px solid #9fbdf0;
  content: "";
  transform: translate(-50%, -60%) rotate(-45deg);
}
.index-benefits__bubble--left, .index-benefits__bubble--right {
  top: 78px;
  width: 30px;
  height: 30px;
}
.index-benefits__bubble--left {
  left: 84px;
}
.index-benefits__bubble--right {
  right: 84px;
}
.index-benefits__bubble--main {
  left: 50%;
  top: 66px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #75a7f4, #8cb8f8);
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  transform: translateX(-50%);
}
.index-benefits__bubble--main::before {
  content: none;
}
.index-benefits__panel {
  bottom: 22px;
  width: 72px;
  height: 58px;
  border-radius: 3px;
  background: repeating-linear-gradient(180deg, #ffffff 0 9px, transparent 9px 23px);
  opacity: 0.86;
}
.index-benefits__panel--one {
  left: 64px;
}
.index-benefits__panel--two {
  left: 50%;
  transform: translateX(-50%);
}
.index-benefits__panel--three {
  right: 64px;
}
.index-benefits__server {
  top: 74px;
  height: 24px;
  border-radius: 3px;
  background: #ffffff;
}
.index-benefits__server--small {
  left: 92px;
  width: 40px;
  background: #9bbcf0;
}
.index-benefits__server--large {
  left: 50%;
  width: 80px;
  height: 43px;
  background: #77a5eb;
  transform: translateX(-50%);
}
.index-benefits__server--large::before, .index-benefits__server--large::after {
  position: absolute;
  top: 13px;
  width: 7px;
  height: 14px;
  border-radius: 1px;
  background: #ffffff;
  content: "";
}
.index-benefits__server--large::before {
  right: 20px;
}
.index-benefits__server--large::after {
  right: 34px;
}
.index-benefits__server--light {
  right: 92px;
  width: 40px;
  opacity: 0.68;
}
.index-benefits__node {
  bottom: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #a7c3f1;
}
.index-benefits__node::before {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  transform: translateX(-50%);
}
.index-benefits__node::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 10px;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  content: "";
  transform: translateX(-50%);
}
.index-benefits__node--one {
  left: 60px;
}
.index-benefits__node--two {
  left: 125px;
}
.index-benefits__node--three {
  left: 50%;
  transform: translateX(-50%);
}
.index-benefits__node--four {
  right: 125px;
}
.index-benefits__node--five {
  right: 60px;
}
.index-benefits__target {
  left: 50%;
  top: 62px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #8db5ef;
  transform: translateX(-50%);
}
.index-benefits__target::before, .index-benefits__target::after {
  position: absolute;
  background: #ffffff;
  content: "";
}
.index-benefits__target::before {
  left: 25px;
  top: 9px;
  width: 3px;
  height: 34px;
}
.index-benefits__target::after {
  left: 9px;
  top: 25px;
  width: 34px;
  height: 3px;
}
.index-benefits__map-line {
  border: 6px solid rgba(255, 255, 255, 0.72);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.index-benefits__map-line--one {
  left: 82px;
  right: 82px;
  top: 78px;
  height: 78px;
}
.index-benefits__map-line--two {
  left: 132px;
  right: 132px;
  top: 92px;
  height: 60px;
  opacity: 0.8;
}
.index-benefits__pin, .index-benefits__check {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #b5cef4;
  box-shadow: 0 10px 24px rgba(92, 141, 220, 0.15);
}
.index-benefits__pin::before, .index-benefits__check::before {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 7px;
  height: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}
.index-benefits__pin--one {
  left: 84px;
  top: 78px;
}
.index-benefits__pin--two {
  left: 156px;
  top: 114px;
}
.index-benefits__pin--three {
  right: 112px;
  top: 96px;
}
.index-benefits__shield {
  left: 50%;
  top: 62px;
  width: 54px;
  height: 62px;
  background: linear-gradient(180deg, #82aae9, #6d9ce3);
  clip-path: polygon(50% 0, 88% 14%, 88% 54%, 50% 86%, 12% 54%, 12% 14%);
  transform: translateX(-50%);
}
.index-benefits__shield::before, .index-benefits__shield::after {
  position: absolute;
  background: #ffffff;
  content: "";
}
.index-benefits__shield::before {
  left: 16px;
  top: 28px;
  width: 22px;
  height: 3px;
}
.index-benefits__shield::after {
  left: 25px;
  top: 19px;
  width: 3px;
  height: 21px;
}
.index-benefits__orbit {
  left: 50%;
  top: 36px;
  width: 154px;
  height: 154px;
  border: 1px solid rgba(126, 166, 229, 0.32);
  border-radius: 50%;
  transform: translateX(-50%);
}
.index-benefits__check--one {
  left: 58px;
  top: 70px;
}
.index-benefits__check--two {
  left: 106px;
  top: 134px;
}
.index-benefits__check--three {
  right: 106px;
  top: 134px;
}
.index-benefits__check--four {
  right: 58px;
  top: 82px;
}
.index-benefits__indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 52px;
}
.index-benefits__indicator {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
  cursor: pointer;
}
.index-benefits__indicator.is-active {
  width: 28px;
  background: #111111;
}
.index-benefits__controls {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
}
.index-benefits__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.index-plan {
  padding: 78px clamp(20px, 13.5417vw, 260px) 96px;
  background: #ffffff;
}
.index-plan__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-plan__heading {
  margin: 0 auto 80px;
  text-align: center;
}
.index-plan__title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
.index-plan__subtitle {
  margin: 24px auto 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.035em;
  text-transform: capitalize;
}
.index-plan__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}
.index-plan__card {
  min-height: 470px;
  padding: 40px 24px 24px;
  border-radius: 16px;
}
.index-plan__card--individual {
  background: #f6f3fa;
}
.index-plan__card--enterprise {
  background: #eef5ff;
}
.index-plan__icon {
  width: 31px;
  height: 31px;
  margin-bottom: 32px;
}
.index-plan__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.index-plan__icon--purple {
  color: #9b4df5;
}
.index-plan__icon--blue {
  color: #2d8de5;
}
.index-plan__card-title {
  margin: 0 0 32px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.index-plan__features {
  display: grid;
  gap: 14px;
  min-height: 96px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.index-plan__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.index-plan__features--blue li::before {
  color: #2b8de3;
}
.index-plan__products {
  display: grid;
  gap: 12px;
}
.index-plan__product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto 104px;
  align-items: center;
  min-height: 63px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
}
.index-plan__product:hover {
  box-shadow: 0px 16px 24px 0px rgba(106, 18, 194, 0.05);
}
.index-plan__card--enterprise .index-plan__product {
  min-height: 92px;
}
.index-plan__card--enterprise .index-plan__product-body small {
  max-width: 220px;
  min-height: 2.7em;
}
.index-plan__card--enterprise .index-plan__product:hover {
  box-shadow: 0px 16px 24px 0px rgba(9, 82, 191, 0.05);
}
.index-plan__product:hover .index-plan__arrow {
  display: none;
}
.index-plan__product:hover .index-plan__buy {
  display: inline-flex;
}
.index-plan__product-icon {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 12px;
  border-radius: 8px;
  background: #f5f7f9;
  color: #111111;
}
.index-plan__product-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.index-plan__product-body {
  min-width: 0;
}
.index-plan__product-body strong {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.index-plan__product-body small {
  display: block;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  white-space: pre-line;
  word-break: break-word;
  overflow-wrap: break-word;
}
.index-plan__product-body em {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 4px 8px;
  border-radius: 64px;
  color: #247cff;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  vertical-align: middle;
  background: rgba(36, 124, 255, 0.1);
  border: 0.5px solid rgba(36, 124, 255, 0.5);
}
.index-plan__price {
  text-align: right;
  white-space: nowrap;
}
.index-plan__price small {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
}
.index-plan__price strong {
  display: block;
  margin-top: 2px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
.index-plan__price strong span {
  font-size: 14px;
  font-weight: 400;
}
.index-plan__buy {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  margin-left: 0;
  padding: 12px 20px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.index-plan__buy--purple {
  background: #9f3fff;
}
.index-plan__buy--blue {
  background: #247cff;
}
.index-plan__buy--blue:hover {
  background: #0157e4;
}
.index-plan__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  margin-left: 0;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}
.index-plan__arrow img {
  width: 40px;
  height: 40px;
}
.index-plan__custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 206px;
  column-gap: 12px;
  align-items: end;
  min-height: 157px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  overflow: visible;
}
.index-plan__custom:hover {
  box-shadow: 0px 16px 24px 0px rgba(9, 82, 191, 0.05);
}
.index-plan__custom-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.index-plan__custom-copy h4 {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.index-plan__custom-copy p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.02em;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.index-plan__custom-copy a {
  padding: 12.5px 24px;
  display: inline-flex;
  margin-top: 48px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: #ffffff;
  border-radius: 64px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.index-plan__person {
  position: relative;
  align-self: end;
  width: 206px;
  aspect-ratio: 1;
  flex-shrink: 0;
  background: url("/static/image/contactCharacter2.webp") center bottom/contain no-repeat;
}

.index-enterprise {
  padding: 78px clamp(20px, 13.5417vw, 260px) 112px;
  background: #ffffff;
}
.index-enterprise__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-enterprise__title {
  margin: 0 0 36px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
  text-align: center;
}
.index-enterprise__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 80px;
  padding: 8px;
  border-radius: 999px;
  background: #f3f4f7;
}
.index-enterprise__tab {
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.index-enterprise__tab.is-active {
  background: #ffffff;
  color: #000;
}
.index-enterprise__panel {
  display: grid;
  align-items: center;
  min-height: 480px;
  overflow: hidden;
  border-radius: 14px;
}
.index-enterprise__panel--accent-1 {
  background-color: #338bff;
  background-image: linear-gradient(270deg, rgba(29, 190, 208, 0) 49%, #338bff 52%), url("/static/image/enterprisebg1.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto, contain;
}
.index-enterprise__panel--accent-2 {
  background-color: #1dbed0;
  background-image: linear-gradient(270deg, rgba(29, 190, 208, 0) 49%, #1dbed0 52%), url("/static/image/enterprisebg2.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto, contain;
}
.index-enterprise__panel--accent-3 {
  background-color: #ea9444;
  background-image: linear-gradient(270deg, rgba(29, 190, 208, 0) 49%, #ea9444 52%), url("/static/image/enterprisebg3.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto, contain;
}
.index-enterprise__panel--accent-4 {
  background-color: #dc4848;
  background-image: linear-gradient(270deg, rgba(29, 190, 208, 0) 49%, #dc4848 52%), url("/static/image/enterprisebg4.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto, contain;
}
.index-enterprise__panel--accent-5 {
  background-color: #875beb;
  background-image: linear-gradient(270deg, rgba(29, 190, 208, 0) 49%, #875beb 52%), url("/static/image/enterprisebg5.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto, contain;
}
.index-enterprise__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 48px;
  color: #ffffff;
}
.index-enterprise__eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.index-enterprise__panel-title {
  max-width: 470px;
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.index-enterprise__description {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.index-enterprise__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.index-enterprise__badges span {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.index-enterprise__button {
  margin-top: 164px;
  align-self: flex-start;
  padding: 12.5px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.index-enterprise__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 24px 22px 22px 0;
}
.index-enterprise__visual img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(16, 63, 136, 0.18));
}

.index-stabilize {
  padding: 56px clamp(20px, 13.5417vw, 260px) 112px;
  background: #ffffff;
}
.index-stabilize__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-stabilize__title {
  margin: 0 0 80px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-align: center;
}
.index-stabilize__list {
  display: grid;
  gap: 80px;
}
.index-stabilize__card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 20px;
  min-height: 248px;
  padding: 24px;
  border-radius: 16px;
}
.index-stabilize__card--beige {
  background: #f9f4f0;
}
.index-stabilize__card--blue {
  background: #eef5ff;
}
.index-stabilize__card--mint {
  background: #ebf4f3;
}
.index-stabilize__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 24px 24px 24px;
}
.index-stabilize__icon {
  width: 28px;
  height: 28px;
  color: #111111;
}
.index-stabilize__icon svg {
  width: 100%;
  height: 100%;
}
.index-stabilize__card-title {
  max-width: 360px;
  margin: 36px 0 0;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.05em;
}
.index-stabilize__features {
  margin: 32px 0 101px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  list-style: unset;
  padding-left: 25px;
  letter-spacing: -0.01em;
}
.index-stabilize__features li {
  list-style: unset;
  line-height: 1.75;
}
.index-stabilize__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px 24px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.index-stabilize__button span {
  font-size: 18px;
  line-height: 1;
}
.index-stabilize__visual {
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.index-stabilize__visual--code {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.index-stabilize__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.index-stabilize__location {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  color: #000;
}
.index-stabilize__location strong,
.index-stabilize__location small {
  display: block;
  line-height: 1.1;
}
.index-stabilize__location strong {
  font-size: 14px;
  font-weight: normal;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(0, 0, 0, 0.5);
}
.index-stabilize__location small {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.index-stabilize__flag {
  width: 42px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.index-stabilize__location-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 999px;
  border: 0.5px solid #ededed;
  line-height: 1;
  cursor: pointer;
}
.index-stabilize__location-arrow:hover {
  background: #000000;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.index-stabilize__location-arrow-icon--white {
  display: none;
}
.index-stabilize__location-arrow:hover .index-stabilize__location-arrow-icon--black {
  display: none;
}
.index-stabilize__location-arrow:hover .index-stabilize__location-arrow-icon--white {
  display: inline-block;
}
.index-stabilize__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.index-stabilize__tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 12px 19px;
  border: 0;
  border-radius: 8px;
  background: #dfe9f7;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  cursor: pointer;
}
.index-stabilize__tabs button:hover {
  background: #ffffff;
  color: #000;
}
.index-stabilize__tabs button:focus-visible {
  outline: 2px solid rgba(31, 121, 255, 0.35);
  outline-offset: 2px;
}
.index-stabilize__tabs .is-active {
  background: #ffffff;
  color: #000;
  font-weight: 600;
}
.index-stabilize__code-panels {
  position: relative;
  flex: 0 0 300px;
  height: 300px;
  min-height: 427px;
  overflow: hidden;
}
.index-stabilize__code {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  padding: 24px;
  font-size: 16px;
  line-height: 1.55;
  white-space: pre-wrap;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.index-stabilize__code[hidden] {
  display: none;
}
.index-stabilize__code code {
  display: block;
  color: #1f2937;
  font-family: Consolas, "Liberation Mono", Menlo, monospace;
}
.index-stabilize__code .hl-keyword {
  color: #d73a49;
}
.index-stabilize__code .hl-type {
  color: #6f42c1;
}
.index-stabilize__code .hl-string {
  color: #032f62;
}
.index-stabilize__code .hl-number {
  color: #005cc5;
}
.index-stabilize__code .hl-comment {
  color: #6a737d;
  font-style: italic;
}
.index-stabilize__code .hl-annotation {
  color: #22863a;
}
.index-stabilize__code .hl-method {
  color: #005cc5;
}
.index-stabilize__code .hl-plain {
  color: inherit;
}
.index-stabilize__image-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(17, 17, 17, 0.28);
  font-size: 18px;
}

.index-testimonials {
  overflow: hidden;
  padding: 92px 0 78px;
  background: #fff;
}
.index-testimonials__header {
  width: min(100% - 40px, 1180px);
  margin: 0 auto 70px;
  text-align: center;
}
.index-testimonials__title {
  margin: 0;
  color: #050505;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.index-testimonials__subtitle {
  margin: 22px 0 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.035em;
  text-transform: capitalize;
}
.index-testimonials__carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.index-testimonials__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.index-testimonials__viewport::before, .index-testimonials__viewport::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: max(12.5vw, (100vw - min(100vw, 1440px)) / 2 + 150px);
  pointer-events: none;
}
.index-testimonials__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.66) 68%, rgba(255, 255, 255, 0) 100%);
}
.index-testimonials__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.66) 68%, rgba(255, 255, 255, 0) 100%);
}
.index-testimonials__track {
  --testimonial-gap: clamp(18px, 1.25vw, 24px);
  --testimonial-card-width: min(31.9vw, 456px);
  display: flex;
  gap: var(--testimonial-gap);
  width: max-content;
  padding: 0 0 18px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.index-testimonials__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--testimonial-card-width);
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f7e9f4;
  box-shadow: 0px 16px 40px 0px rgba(39, 55, 96, 0.05);
}
.index-testimonials__person {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 86px;
  padding: 32px 0 0 24px;
  background: #eaf5f4;
}
.index-testimonials__person h3 {
  margin: 0 0 4px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
}
.index-testimonials__person p {
  max-width: 230px;
  margin: 0 0 19px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.035em;
  text-transform: capitalize;
}
.index-testimonials__person span {
  width: 133px;
  height: 100px;
}
.index-testimonials__person--rose {
  overflow: visible;
  background: linear-gradient(0deg, #f7e9f4, #f7e9f4), linear-gradient(120deg, #f9ecf3 0%, #f1dceb 57%);
}
.index-testimonials__person--rose::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 28px;
  height: 10px;
  z-index: 3;
  background: url("../image/rosedown.svg") center bottom/100% 100% no-repeat;
  pointer-events: none;
}
.index-testimonials__person--blue {
  background: #deecf7;
}
.index-testimonials__person--blue::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 28px;
  height: 10px;
  z-index: 3;
  background: url("../image/bluedown.svg") center bottom/100% 100% no-repeat;
  pointer-events: none;
}
.index-testimonials__person--green {
  background: #e3f0ed;
}
.index-testimonials__person--green::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 28px;
  height: 10px;
  z-index: 3;
  background: url("../image/greendown.svg") center bottom/100% 100% no-repeat;
  pointer-events: none;
}
.index-testimonials__person--muted {
  background: #f1f4f7;
}
.index-testimonials__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  min-height: 262px;
}
.index-testimonials__quote--end {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.index-testimonials__stars {
  margin-top: 25px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1;
}
.index-testimonials__stars span {
  color: rgba(0, 0, 0, 0.2);
}
.index-testimonials__content p {
  margin: 24px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.95;
  letter-spacing: -0.045em;
  text-transform: capitalize;
}
.index-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 72px;
}
.index-testimonials__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.index-testimonials__arrow:hover {
  color: #000;
  transform: translateY(-1px);
}

.index-faq {
  padding: 180px clamp(20px, 13.5417vw, 260px) 86px;
  background: #fff;
}
.index-faq__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-faq__header {
  margin-bottom: 80px;
  text-align: center;
}
.index-faq__title {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.index-faq__content {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.64fr);
  gap: 22px;
  align-items: start;
}
.index-faq__accordion {
  padding: 0 24px;
  border-radius: 16px;
  background: #f8f9fb;
}
.index-faq__item + .index-faq__item {
  border-top: 0.5px solid rgba(0, 0, 0, 0.05);
}
.index-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: #000;
  text-align: left;
  cursor: pointer;
}
.index-faq__trigger span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.index-faq__trigger i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}
.index-faq__trigger i::before, .index-faq__trigger i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
  transform: translate(-50%, -50%);
}
.index-faq__trigger i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.22s ease;
}
.index-faq__item.is-open .index-faq__trigger i {
  transform: rotate(180deg);
}
.index-faq__item.is-open .index-faq__trigger i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.index-faq__panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  padding: 0 24px;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, padding 0.25s ease;
  will-change: max-height, opacity, transform;
}
.index-faq__item.is-open .index-faq__panel {
  opacity: 1;
  transform: translateY(0);
  padding: 0 24px 22px;
}
.index-faq__list {
  list-style: unset;
  margin: 0;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.index-faq__list li {
  list-style: unset;
}
.index-faq__list li + li {
  margin-top: 2px;
}
.index-faq__panel p {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.index-faq__service-card {
  overflow: hidden;
  border-radius: 16px;
  background: #f8f9fb;
}
.index-faq__service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.index-faq__service-body {
  padding: 24px;
  text-align: center;
}
.index-faq__service-body h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.index-faq__service-body p {
  margin: 8px 0 24px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.index-faq__service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border-radius: 999px;
  background: #247cff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.index-faq__service-button:hover {
  background: #0157e4;
}

.index-partners {
  padding: 84px clamp(20px, 13.5417vw, 260px) 118px;
  background: #ffffff;
}
.index-partners__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-partners__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 99px;
}
.index-partners__title {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.index-partners__description {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: -0.01em;
  text-transform: none;
}
.index-partners__grid {
  display: grid;
  gap: 0;
  margin-inline: clamp(-260px, -13.5417vw, -20px);
  background: #fff;
}
.index-partners__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.index-partners__row:last-child::after {
  display: none;
}
.index-partners__row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(236, 240, 246, 0) 0%, #ecf0f6 50%, rgba(236, 240, 246, 0) 100%);
  pointer-events: none;
}
.index-partners__cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: rgba(30, 63, 112, 0.01);
}
.index-partners__cell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #ecf0f6 0%, #ecf0f6 100%);
  pointer-events: none;
}
.index-partners__row:first-child .index-partners__cell::after {
  background: linear-gradient(180deg, rgba(236, 240, 246, 0) 0%, #ecf0f6 100%);
}
.index-partners__row:last-child .index-partners__cell::after {
  background: linear-gradient(180deg, #ecf0f6 0%, rgba(236, 240, 246, 0) 100%);
}
.index-partners__cell--logo {
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  box-shadow: 0px 24px 40px 0px rgba(49, 66, 91, 0.05);
}
.index-partners__logo {
  display: block;
  width: min(100%, 140px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .index-testimonials {
    padding: 64px 0 54px;
  }
  .index-testimonials__header {
    margin-bottom: 36px;
  }
  .index-testimonials__subtitle {
    max-width: 520px;
    margin-inline: auto;
  }
  .index-testimonials__track {
    --testimonial-card-width: min(74vw, 330px);
    --testimonial-gap: 14px;
  }
  .index-testimonials__viewport::before, .index-testimonials__viewport::after {
    width: 18vw;
  }
  .index-testimonials__person {
    min-height: 118px;
    padding: 24px 20px 0;
  }
  .index-testimonials__person h3 {
    font-size: 15px;
  }
  .index-testimonials__person p {
    margin-bottom: 22px;
    font-size: 11px;
  }
  .index-testimonials__person span {
    flex-basis: 58px;
    width: 58px;
    height: 72px;
    font-size: 18px;
  }
  .index-testimonials__content {
    min-height: 230px;
    padding: 18px 20px 28px;
  }
  .index-testimonials__content p {
    font-size: 12px;
    line-height: 1.85;
  }
  .index-testimonials__nav {
    margin-top: 34px;
  }
  .index-hero-globe {
    min-height: auto;
    padding-bottom: 72px;
  }
  .index-hero-globe::after {
    height: clamp(180px, 30vh, 260px);
  }
  .index-hero-simple {
    padding: 88px 18px clamp(220px, 42vh, 300px);
  }
  .index-hero-simple__logo {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
  }
  .index-hero-simple__title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.12;
  }
  .index-hero-simple__subtitle br {
    display: none;
  }
  .index-hero-simple__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 42px;
  }
  .index-hero-simple__button {
    width: min(100%, 260px);
  }
  .index-globe-section {
    inset: clamp(108px, 22vh, 180px) 0 0;
    padding: 0 10px;
  }
  .index-globe-section__motion {
    animation-duration: 0.95s;
  }
  .index-globe-section__stats {
    top: 58%;
    gap: 16px;
    width: 86%;
  }
  .index-globe-section__value {
    font-size: clamp(22px, 7vw, 30px);
  }
  .index-globe-section__label {
    margin-top: 5px;
    font-size: 11px;
  }
  .index-globe-section__hint {
    bottom: 10px;
    font-size: 12px;
  }
  .index-benefits {
    margin-top: clamp(-200px, -34vw, -120px);
    padding: 0 16px 34px;
  }
  .index-benefits__viewport {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .index-benefits__track {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 0;
    transition: transform 0.32s ease;
    will-change: transform;
  }
  .index-benefits__track > .index-benefits__card {
    flex: 0 0 100%;
    min-height: 350px;
  }
  .index-benefits__text br {
    display: none;
  }
  .index-benefits__visual {
    height: 172px;
  }
  .index-benefits__controls {
    margin-top: 34px;
  }
  .index-stabilize {
    padding: 54px 16px 68px;
  }
  .index-stabilize__title {
    margin-bottom: 34px;
    font-size: clamp(28px, 8vw, 36px);
  }
  .index-stabilize__list {
    gap: 18px;
  }
  .index-stabilize__card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }
  .index-stabilize__content {
    padding: 6px 4px 0;
  }
  .index-stabilize__card-title {
    margin-top: 18px;
    font-size: 26px;
  }
  .index-stabilize__features {
    margin: 20px 0 28px;
    font-size: 14px;
  }
  .index-stabilize__locations {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .index-stabilize__location {
    min-height: 62px;
    padding: 12px 14px;
  }
  .index-stabilize__flag {
    width: 36px;
    height: 24px;
  }
  .index-stabilize__code-panels {
    flex: 0 0 220px;
    height: 220px;
    min-height: 220px;
  }
  .index-plan {
    padding: 54px 16px 68px;
  }
  .index-plan__heading {
    margin-bottom: 36px;
  }
  .index-plan__title {
    font-size: clamp(27px, 8vw, 34px);
  }
  .index-plan__subtitle {
    margin-top: 16px;
    font-size: 12px;
  }
  .index-plan__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .index-plan__card {
    min-height: auto;
    padding: 28px 14px 14px;
  }
  .index-plan__card-title {
    font-size: 22px;
  }
  .index-plan__product {
    grid-template-columns: 28px minmax(0, 1fr);
    row-gap: 9px;
  }
  .index-plan__price {
    grid-column: 2;
    margin-left: 0;
    text-align: left;
  }
  .index-plan__buy, .index-plan__arrow {
    grid-column: 2;
    justify-self: start;
    margin-left: 0;
  }
  .index-plan__custom {
    position: relative;
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .index-plan__custom-copy p br {
    display: none;
  }
  .index-plan__person {
    position: absolute;
    right: 8px;
    bottom: 0;
    opacity: 0.12;
    pointer-events: none;
  }
}

/*# sourceMappingURL=index.css.map */
