.page-cross-border {
  background: #fff;
  color: #111;
}

.cross-hero {
  position: relative;
  height: 487px;
  overflow: hidden;
  color: #fff;
  background: url("../assets/images/cross-border/cross-hero-main-bg@2x.png") center / cover no-repeat;
}

.cross-hero::before,
.cross-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cross-hero::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4c0101 0%, #ef3636 48%, #2b0000 100%);
}

.cross-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 174px;
}

.cross-hero__copy {
  max-width: 655px;
  animation: crossFadeUp 0.58s ease both;
}

.cross-section-line {
  display: block;
  
}

.cross-hero__en {
  margin: 12px 0 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: var(--font-family-oswald);
  text-transform: uppercase;
}

.cross-hero__title {
  margin: 10px 0 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.cross-hero__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 12px;
  background: linear-gradient(90deg, #d82f2f 0%, rgba(216, 47, 47, 0) 100%);
  z-index: -1;
}

.cross-hero__lead,
.cross-hero__desc {
  margin: 24px 0 0;
  max-width: 655px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
}

.cross-hero__desc {
  margin-top: 10px;
}


.cross-intro {
  padding: 28px 0 72px;
  background: #fff;
}

.cross-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 720px);
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.cross-intro__content {
  position: relative;
  padding-left: 23px;
}

.cross-intro__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 294px;
  background: #d82f2f;
}

.cross-intro__content .cross-section-line {
  display: none;
}

.cross-intro__kicker {
  margin: 0;
  font-size: 28px;
  line-height: 1.6;
  color: #000;
}

.cross-intro h2 {
  margin: 6px 0 0;
  max-width: 450px;
  font-size: 32px;
  line-height: 1.42;
  font-weight: 500;
  color: #000;
}

.cross-intro p:first-of-type {
  margin: 0;
}
.cross-intro p {
  margin: 14px 0 0;
  max-width: 550px;
  line-height: 1.65;
  text-align: justify;
  color: #666666;
}

.cross-stats {
  margin: 68px 0 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 58px;
}

.cross-stats div {
  min-width: 120px;
}

.cross-stats dt {
  line-height: 1;
}

.cross-stats__number {
  display: block;
  width: auto;
  height: 65px;
}

.cross-stats dd {
  margin: 0 0 0 8px;
  color: #000;
  font-size: 20px;
}

.cross-intro__media {
  margin: 0;
  position: relative;
  min-height: 420px;
}


.cross-intro__media img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

.cross-products {
  position: relative;
  overflow: hidden;
  padding: 60px 0 61px;
  background:
    url("../assets/images/cross-border/cross-products-bg@2x.png") center / cover no-repeat;
}

.cross-products__inner {
  position: relative;
  min-height: 535px;
  /* background:
    linear-gradient(180deg, rgba(28, 43, 65, 0.84) 0%, rgba(28, 43, 65, 0.84) 100%),
    url("../assets/images/cross-border/detail-banner-01@2x.png") center / cover no-repeat; */
  box-shadow: 0 28px 70px rgba(8, 17, 30, 0.24);
}

.cross-products__watermark {
  display: none;
}

.cross-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.cross-tab {
  position: relative;
  min-height: 102px;
  padding: 20px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  overflow: visible;
  text-align: left;
  background: rgba(12, 14, 17, 0.88);
  color: #fff;
  isolation: isolate;
  box-shadow: none;
  transition: background var(--transition), box-shadow var(--transition);
}

.cross-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d82f2f;
  opacity: 0;
  transition: opacity var(--transition);
}

.cross-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #d82f2f;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity var(--transition);
}

.cross-tab > * {
  position: relative;
  z-index: 1;
}

.cross-tab:focus-visible,
.cross-card:focus-visible {
  box-shadow: var(--focus-ring);
}

.cross-tab:hover {
  background: rgba(31, 34, 39, 0.96);
}

.cross-tab.is-active::before {
  opacity: 1;
}

.cross-tab.is-active::after {
  opacity: 1;
}

.cross-tab__icon-registration{
  width: 44px;
  height: auto
}

.cross-tab__icon-bank{
  width: 50px;
  height: auto  
}


.cross-tab strong,
.cross-tab em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

.cross-tab strong {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

.cross-tab em {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
  font-family: var(--font-family-oswald);
}

.cross-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  padding: 42px 40px 56px;
  animation: crossFadeUp 0.32s ease both;
}

.cross-panel[hidden] {
  display: none;
}

.cross-card {
  position: relative;
  min-height: 99px;
  padding: 14px 24px 14px 18px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  background: #F6F6F6;
  color: #000;
  border: 0;
  box-shadow: 0 8px 18px rgba(7, 17, 31, 0.12);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.cross-card::before {
  display: none;
}

.cross-card:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 16px 28px rgba(7, 17, 31, 0.18);
}

.cross-card > img:not(.cross-card__arrow) {
  flex: 0 0 auto;
  width: 103px;
  height: 71px;
  object-fit: cover;
  transition: transform var(--transition);
}

.cross-card > span:not(.cross-card__arrow) {
  flex: 1 1 auto;
  min-width: 0;
}

.cross-card__arrow {
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
  width: 44px;
  height: 44px;
  background: url("../assets/images/cross-border/card-arrow@2x.png") center / contain no-repeat;
}

.cross-card:hover .cross-card__arrow {
  background-image: url("../assets/images/cross-border/card-hover-arrow@2x.png");
}

.cross-card span,
.cross-card em,
.cross-card strong {
  display: block;
}

.cross-card em {
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
}

.cross-card strong {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

[data-cross-panel="registration"] .cross-card strong {
  margin-top: 0;
  font-size: 18px;
}

[data-cross-panel="registration"] .cross-card em {
  margin-top: 6px;
  color: #666666;
}

[data-cross-panel="bank"] .cross-card strong {
  margin-top: 0;
  font-size: 18px;
}

[data-cross-panel="bank"] .cross-card em {
  margin-top: 6px;
  color: #666666;
}

.cross-core {
  padding: 74px 0 120px;
  color: #111;
  background: #fbfbfb;
}

.cross-core::before {
  display: none;
}

.cross-core > .container {
  max-width: 1440px;
}

.cross-core__header {
  text-align: center;
  margin: 0 auto 31px;
  max-width: 711px;
}

.cross-core__header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
}

.cross-core__header p {
  margin: 11px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.cross-core__grid {
  display: grid;
  grid-template-columns: repeat(3, 450px);
  justify-content: center;
  gap: 43px 45px;
}

.cross-core-card {
  position: relative;
  min-height: 305px;
  padding: 60px 26px 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}

.cross-core-card::before {
  display: none;
}

.cross-core-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.cross-core-card img {
  width: auto;
  max-width: 74px;
  height: 69px;
  object-fit: contain;
  margin: 0 0 19px;
}

.cross-core-card h3 {
  margin: 0;
  color: #000;
  font-size: 22px;
  line-height: 46px;
  font-weight: 500;
}

.cross-core-card p {
  margin: 0;
  max-width: 412px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

@keyframes crossFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes crossFloatIn {
  from {
    opacity: 0;
    transform: translate(24px, 18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cross-hero__copy,
  .cross-panel {
    animation: none;
  }
}
