/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

b {
  font-weight: 900;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000b36;
  overflow-x: hidden;
  position: relative;
}

/* ================================
   UTILITIES
================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.highlight {
  color: #17F871;
  font-weight: 700;
}

.title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  letter-spacing: -0.96px;
  max-width: 650px;
  margin: auto;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 32px;
  background: linear-gradient(111deg, #0B60D8 -67.31%, #0B60D8 -27.39%, #00A2FF 31.27%, #FFF 101.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 4px 0;
}

.title--white {
  background: linear-gradient(108deg, #0B60D8 -50.51%, #FFF -0.62%, #45DDFF 38.27%, #FFF 79.39%, #E0E0E0 101.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title--black {
  background: linear-gradient(102deg, #000 12.09%, #0952BB 69.98%, #6AA8FF 103.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 4px 0;
}

.subtitle {
  color: #1C1E4E;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 auto 64px;
  max-width: 700px;
  /* 33.6px */
}


/* ================================
   BANNER OFFER
================================ */
.banner-offer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  gap: 30px;
  font-size: 14px;
  line-height: 20px;
  background-color: #0057FA;
  text-decoration: none;
  color: #fff;
}

.banner-offer_headline {
  flex: 1;
}

.banner-offer_title {
  font-size: 14px;
  line-height: 1.4;
}

.banner-offer-mobile {
  border-radius: 12px;
  background-color: #0057FA;
  padding: 16px;
  width: 100%;
  max-width: 500px;
  display: none;
}

.banner-offer-wrapper-mobile {
  display: none;
}

.main-header {
  background-color: transparent;
}

.banner-offer-wrapper-mobile {
  display: none;
}

.banner-offer {
  flex-wrap: wrap;
}

.banner-offer-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  transition: 0.3s opacity ease-in-out;
}

.banner-offer-link:hover {
  opacity: 0.9;
}

.banner-offer_btn {
  position: relative;
  border-radius: 100px;
  color: #000B36;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.12px;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  text-decoration: none;
  max-width: fit-content;
  cursor: pointer;
}

.banner-offer_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('../image/svg/1.svg') repeat left center;
  transition: 0.5s;
}

.banner-offer_btn:hover {
  opacity: 0.9;
}

.banner-offer-wrapper {
  position: relative;
  max-width: fit-content;
  border-radius: 100px;
  margin: 12px auto;
  padding: 4px;
}

.banner-offer-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(89deg, #1C0C4F 7.7%, #039BE5 21.54%, #2D25E6 34.03%, #A61420 46.51%, #86044B 60.54%, #F61468 81.14%, #BA0FA9 96.03%);
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.90) inset;
  filter: blur(2px);
  z-index: 0;
}

.banner-offer,
.banner-offer-mobile {
  position: relative;
  border-radius: 100px;
  background: #000B36;
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.60) inset;
  z-index: 1;
  padding: 12px 20px;
}

/* ================================
   HEADER
================================ */

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.logo {
  height: 24px;
  width: auto;
}

.logo-text {
  font-size: 11px;
  color: #FCFDFF;
  white-space: nowrap;
}

.header-right {
  display: flex;
  align-items: center;
}

.investing-logo {
  height: 44px;
  width: auto;
}

/* Language switcher */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  padding: 8px 12px;
  border-radius: 8px;
  user-select: none;
}

.lang-switch_img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.lang-switch_text {
  font-size: 14px;
  font-weight: 600;
}

.lang-switch_arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.lang-switch.active .lang-switch_arrow {
  transform: rotate(180deg);
}

.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #0a1548;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px;
  min-width: 92px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.lang-switch.active .dropdown {
  display: block;
}

.dropdown-step {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: background 0.15s ease;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.dropdown-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

/* ================================
   BUTTONS
================================ */
.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-white);
  isolation: isolate;
  text-decoration: none;
  border: 0;
  z-index: 1;
  border-radius: 100px;
  padding: 16px;
  text-align: center;
  height: 56px;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 100% 0;
  overflow: hidden;
  transition: background-position var(--transition);
  min-width: 300px;
  max-width: fit-content;
  margin: auto;
}

.mobile-only {
  display: none;
}

.btn-primary-text,
.btn-primary_img {
  z-index: 5;
  position: relative;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-position: 50% 0;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  background-position: 50% 0;
}

.btn-primary:focus-visible {
  outline: 2px solid var(--color-navy-blue);
  outline-offset: -2px;
}

.btn-primary:focus-visible::after {
  opacity: 0;
}

.btn-primary:active {
  background-position: 0 0;
}

.btn-primary:active::before {
  background-position: 0 0;
}

.btn-primary-disabled {
  position: relative;
  isolation: isolate;
  z-index: 10;
  border: 0;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 0 0;
  overflow: hidden;
  opacity: 0.6;
}

.btn-primary-disabled::before {
  position: absolute;
  content: "";
  inset: 2px;
  border-radius: 100px;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 0 0;
  z-index: 2;
  will-change: background-position;
}

.btn-primary-disabled::after {
  opacity: 0;
}

.btn-primary::before {
  position: absolute;
  content: "";
  inset: 2px;
  border-radius: 100px;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 100% 0;
  transition: background-position var(--transition);
  z-index: 2;
}

.btn-primary::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600%;
  content: "";
  background-image:
    radial-gradient(circle,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0) 60%),
    radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 60%);
  background-position:
    -269% 96%,
    188% -14%;
  background-size:
    86% 79%,
    72% 71%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: opacity var(--transition);
}

.btn-green {
  background: #17F871;
  color: #000;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-ghost_text {
  font-size: 16px;
}

.btn-white {
  display: flex;
  height: 56px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  text-decoration: none;
  color: #322F58;
  border: 1px solid rgba(255, 255, 255, 0.30);
  transition: background 300ms ease-in-out;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 11, 54, 0.07) 62.12%, rgba(0, 11, 54, 0.14) 80.46%, rgba(0, 11, 54, 0.30) 100%), #FFF;
}

.btn-white:hover {
  background: #b9badb;
}

/* ================================
   HERO SECTION
================================ */
.section-wrapper {
  background: linear-gradient(180deg, #000b36 0.07%, #000417 39.44%, #0A1458 72.57%, #2839B7 99.93%);
}

.main-dashboard {
  padding: 40px 0 0px;
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-content {
  flex: 1;
  max-width: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-content--wide {
  max-width: none;
}

.main-title {
  max-width: none;
}

.main-subtitle {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-align: center;
  margin: 0 auto 32px;
}

.dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dashboard .container {
  position: relative;
}

.dashboard::after {
  width: 100%;
  height: 174px;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 0, 144, 0.00) 0%, #000b36 100%);
  position: absolute;
  content: '';
}

.dashboard__image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  min-height: 320px;
  margin-top: 16px;
}

.dashboard-block {
  position: absolute;
  bottom: 26px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  min-width: fit-content;
}

.dashboard-block-wrapper {
  position: relative;
  max-width: fit-content;
  border-radius: 100px;
  margin: 12px auto;
  padding: 4px;

}

.dashboard-block-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(89deg, #1C0C4F 7.7%, #039BE5 21.54%, #2D25E6 34.03%, #A61420 46.51%, #86044B 60.54%, #F61468 81.14%, #BA0FA9 96.03%);
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.90) inset;
  filter: blur(2px);
  z-index: 0;
}

.dashboard-block-texts {
  position: relative;
  border-radius: 100px;
  background: #00000087;
  border: 1px solid #ffffff3a;
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.60) inset;
  z-index: 1;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: max-content;
}

.dashboard-block-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dashboard-block-text img {
  margin-right: 4px;
}


/* ================================
   TRADITIONAL TRADING COMPARISON
================================ */
.traditional {
  padding: 80px 0;
  background: linear-gradient(180deg, #15227B 0%, rgba(8, 44, 255, 0.39) 29.12%, rgba(1, 6, 26, 0.00) 65.11%);
  position: relative;
}

.traditional::before {
  width: 100%;
  height: 174px;
  top: 0;
  z-index: 0;
  background: linear-gradient(360deg, rgba(7, 0, 144, 0.00) 0.73%, #070090 91.84%);
  mix-blend-mode: color-burn;
  -webkit-mix-blend-mode: color-dodge;
  position: absolute;
  content: '';
}

.traditional-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -0.96px;
  max-width: 500px;
  margin: 0 auto 64px;
}

.traditional-content {
  text-align: center;
  z-index: 2;
  position: relative;
}

.traditional-columns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.traditional-col {
  border-radius: 20px;
  overflow: hidden;
  padding: 48px 48px 60px 40px;
  max-width: 500px;
  border-radius: 56px;

}

.traditional-col--bad {
  background: linear-gradient(330deg, rgba(255, 0, 0, 0.18) 5.93%, rgba(12, 0, 178, 0.02) 48.83%, rgba(33, 204, 231, 0.04) 70.95%, rgba(46, 49, 149, 0.20) 93.4%), rgba(0, 0, 0, 0.30);
  box-shadow: 0 -4px 94px 0 rgba(181, 1, 49, 0.42) inset;
  z-index: 2;
}

.traditional-col--good {
  background: linear-gradient(154deg, rgba(0, 152, 176, 0.20) 7.24%, rgba(0, 17, 255, 0.20) 31.61%, rgba(12, 0, 178, 0.02) 67.17%, rgba(107, 255, 2, 0.20) 96.62%), rgba(0, 0, 0, 0.10);
  box-shadow: 0 -4px 64px 0 rgba(1, 237, 100, 0.42) inset;
  z-index: 3;
  margin-left: -24px;
  backdrop-filter: blur(6px);
  padding: 0;
}

.traditional-col--good .traditional-col__header {
  padding: 0 48px 0px 40px;
  margin-top: 0;
}

.traditional-col--good .traditional-list {
  padding: 0 48px 60px 40px;
}

.traditional-image--bad {
  max-width: 350px;
  margin: auto;
}

.traditional-image--good {
  margin: auto;
  max-width: 70%;
}

.traditional-col__header {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.72px;
  text-align: left;
  margin: 24px 0 32px;
}

.traditional-col--bad .traditional-col__header {
  color: #FFF;
  opacity: 0.8;
}

.traditional-col--good .traditional-col__header {
  color: #FFF;
}

.traditional-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.traditional-list__item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}


.traditional-list__item--no {
  list-style: inside;
}

.traditional-list__item--yes {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.52px;

}


/* ================================
   A SAFER PATH INTO TRADING
================================ */
.safer-path {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.safer-path::before {
  position: absolute;
  width: 1674px;
  height: 567px;
  right: 19%;
  top: 51%;
  transform: translateY(-50%);
  content: '';
  background: url('../image/path.webp');
}

.safer-path--wide::before {
  top: 56%;
}

.safer-path-content {
  text-align: center;
}

.safer-path-title {
  max-width: fit-content;
}

.safer-path__features {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 120px 0;
  scrollbar-width: none;
}

.safer-path__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  position: relative;
  font-family: Turret Road;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: .96px;
  text-transform: uppercase;
  border-radius: 48px;
  min-width: fit-content;
}

.safer-path .btn-primary {
  max-width: fit-content;
  margin: 24px auto 0;
}

.safer-path__feature {
  border-radius: 40px;
  padding: 25px 40px;
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 26.667px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 29.333px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

}

.safer-path__feature--academy-learn {
  background: linear-gradient(180deg, rgba(72, 79, 255, 0.40) 0%, rgba(211, 133, 210, 0.40) 100%);
  box-shadow: 0 0 11.667px 0 rgba(255, 255, 255, 0.30) inset, -0.833px -2.5px 1.667px 0 rgba(255, 255, 255, 0.10) inset, 0.833px 2.5px 1.667px 0 rgba(255, 255, 255, 0.30) inset;
}

.safer-path__feature--academy-practice {
  margin-left: -8px;
  background: linear-gradient(270deg, rgba(19, 88, 255, 0.00) 0%, #1358FF 100%);
  box-shadow: 0 0 11.667px 0 rgba(255, 255, 255, 0.30) inset, -0.833px -2.5px 1.667px 0 rgba(255, 255, 255, 0.10) inset, 0.833px 2.5px 1.667px 0 rgba(255, 255, 255, 0.30) inset;
}

.safer-path__feature--academy-money {
  margin-left: -8px;
  background: linear-gradient(270deg, rgba(33, 204, 231, 0.00) 0%, #21CCE7 100%);
  box-shadow: 0 0 11.667px 0 rgba(255, 255, 255, 0.30) inset, -0.833px -2.5px 1.667px 0 rgba(255, 255, 255, 0.10) inset, 0.833px 2.5px 1.667px 0 rgba(255, 255, 255, 0.30) inset;
}

.safer-path__feature--academy-pay {
  margin-left: -8px;
  position: relative;
  background: linear-gradient(270deg, rgba(33, 204, 231, 0.00) 0%, #21CCE7 100%);
  box-shadow: 0 0 11.667px 0 rgba(255, 255, 255, 0.30) inset, -0.833px -2.5px 1.667px 0 rgba(255, 255, 255, 0.10) inset, 0.833px 2.5px 1.667px 0 rgba(255, 255, 255, 0.30) inset;
}


/* ================================
   VIDEO BLOCK
================================ */
.video-block {
  padding: 80px 0;
  background: #fff;
  border-radius: 54px 54px 0 0;
  position: relative;
}

.video-block::after {
  width: 100%;
  height: 174px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 54px 54px 0 0;
  position: absolute;
  content: '';
  background: linear-gradient(to top,
      rgba(19, 227, 254, 0),
      #68A7FF 60%,
      #006AFF);
}

.video-content {
  text-align: center;
  z-index: 2;
  position: relative;
}

.video-title {
  margin-bottom: 24px;
}

.video-wrap {
  max-width: 940px;
  width: 100%;
  position: relative;
  aspect-ratio: 940 / 528;
  margin: auto;
}

.video-plug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
}

iframe {
  display: none;
  border-radius: 16px;
}

/* ================================
   POWER OF TRADING
================================ */
.power {
  padding: 80px 0;
  background: #fff;
}

.power-content {
  text-align: center;
}

.power-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.96px;
  padding: 12px 0;
}

.power-block {
  border-radius: 48px;
  border: 1.742px solid rgba(113, 138, 188, 0.29);
  background: rgba(255, 255, 255, 0.40);
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
}

.power-block-title {
  color: #000B36;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.power-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 48px;
  position: relative;
  z-index: 3;
}

.power-chart--left,
.power-chart--right {
  min-width: 185px;
}

.power-left--top {
  border-radius: 24px 24px 1px 1px;
  background: linear-gradient(0deg, #FFF 0.11%, #68A7FF 48.79%, #0B60D8 108.47%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #002681;
  min-height: 50px;
  padding: 10px;
}

.power-left--bottom {
  background: linear-gradient(0deg, #0B60D8 0.11%, #68A7FF 59.8%, #FFF 108.47%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  min-height: 62px;
  padding: 14px;

}

.power-right--top {
  border-radius: 24px 24px 1px 1px;
  background: linear-gradient(0deg, #FFF 0.11%, #68A7FF 69%, #0B60D8 153.45%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #002681;
  min-height: 100px;
  padding: 10px;

}

.power-right--bottom {
  background: rgba(23, 248, 113, 0.80);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 100%;
  color: #002681;
  min-height: 259px;
  padding: 14px;

}

.power-bold {
  font-weight: 600;
  font-size: 20px;
}

.power-thin {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.power-right--top .power-bold {
  font-size: 24px;
}

.power-chart-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 61px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 40px;
  z-index: 2;
  pointer-events: none;
  min-height: 192px;
  justify-content: center;
}

.power-chart-line {
  height: 0;
  width: 100%;
  border-top: 2px dashed rgba(0, 0, 0, 0.11);
}

.power-rules {
  display: flex;
  margin: 64px auto;
}

.self-rules,
.sabio-rules {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.rule-item {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-bottom: 1px solid #E3E3F1;
  color: #1C1E4E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
}

.self-rules .rule-item {
  color: rgba(28, 30, 78, 0.5);
}

.self-rules-title,
.sabio-rules-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.24px;
  color: #000B36 !important;
  opacity: 1;
}

/* ================================
   Structure
================================ */

.structure {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}

.structure.container {
  position: relative;
  z-index: 1;
}

.structure::after {
  content: '';
  display: block;
  position: absolute;
  background: url('../image/ellipse.webp') center / cover no-repeat;
  width: 100%;
  height: 100%;
  max-height: 800px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.structure-title {
  margin-bottom: 24px;
  max-width: 880px;
}

/* TICKER BELT */
.ticker-belt {
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
}

.ticker-belt__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 26s linear infinite;
}

.ticker-belt__track:hover {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  border-radius: 80px;
  margin-right: 12px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #1C1E4E;
}

.ticker-item img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.ticker-item--1 {
  background: rgba(194, 201, 255, 0.14);
}

.ticker-item--2 {
  background: rgba(23, 248, 113, 0.14);
}

.ticker-item--3 {
  background: rgba(93, 160, 255, 0.14);
}

.ticker-item--3 img {
  width: 40px;
  height: 40px;
}

.ticker-item--4 {
  background: rgba(255, 146, 166, 0.14);
}

.ticker-item--5 {
  background: rgba(33, 204, 231, 0.14);
}

.learning-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 32px 0;
  gap: 16px;
  z-index: 1;
  position: relative;
}

.learning-item {
  padding: 24px;
  border-radius: 30px;
  height: 200px;
  min-width: 390px;
}

.learning-item:nth-of-type(1) {
  background: url('../image/learning/web.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item:nth-of-type(2) {
  background: url('../image/learning/ment.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item:nth-of-type(3) {
  background: url('../image/learning/podc.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item:nth-of-type(4) {
  background: url('../image/learning/strat.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item:nth-of-type(5) {
  background: url('../image/learning/art.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item:nth-of-type(6) {
  background: url('../image/learning/tuto.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.learning-item p {
  color: #000B36;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.24px;
  max-width: 140px;
}

/* ================================
   STEPS / FUNDED SECTION
================================ */


.steps-image-panel {
  display: none;
}

.steps-list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -32px;
}

.steps-list::after {
  content: "";
  position: absolute;
  top: 6%;
  left: 18px;
  height: 100%;
  width: 2px;
  z-index: 0;
  background: linear-gradient(180deg,
      rgba(72, 79, 255, 1) 0%,
      rgba(72, 79, 255, 0.29) 49.611%,
      rgba(72, 79, 255, 0) 100%);
}

.step-item {
  position: relative;
}

.step-trigger {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  user-select: none;
  padding: 32px 14px 0px 0;
  border-radius: 10px;
}

.step-trigger-titles {
  display: flex;
  align-items: center;
}

.step-trigger:focus-visible {
  outline: 2px solid #378add;
  outline-offset: 2px;
  border-radius: 4px;
}

.step-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1799F8;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.step-item.open .step-num {
  background: #1A22FF;
}

.step-title {
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  color: #7D8197;
  line-height: 1.25;
  transition: color 0.2s;
  padding-left: 16px;
}

.step-item.open .step-title {
  color: #000B36;
}

.step-body {
  /* overflow: hidden; */
  transition: max-height 0.4s ease;
  padding-left: 54px;
}

.step-desc {
  font-size: 18px;
  line-height: 1.4;
  color: #8A8BA3;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.step-item.open .step-desc {
  color: #1C1E4E;
}


.steps-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.steps-list {
  flex: 1;
}

.steps-image-panel {
  display: block;
  flex: 0 0 60%;
  position: sticky;
  top: 6rem;
}

.steps-image-panel img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 772 / 571;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.step-img-mobile {
  display: none;
}


/* ================================
   FOOTER
================================ */
.footer {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-text {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-block__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-gap {
  gap: 32px;
}

.footer-block__item {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-block__item:hover {
  color: #fff;
}

.link_border {
  text-decoration: underline;
}

.footer-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-wrap__mail {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.footer-wrap__mail:hover {
  color: #fff;
}

.footer-wrap__date {
  font-size: 11px;
  color: #fff;
  line-height: 1.6;
  text-align: right;
}

/* ================================
   BANNER OFFER MOBILE INSIDE PRICE
================================ */
.banner-offer-wrapper-mobile {
  display: none;
}

/* Swiper pagination */
.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}


.media-none {
  display: block;
}

.desktop-none {
  display: none;
}


.price {
  background: #fff;
}

.price-wrapper {
  padding: 80px 0px 120px 0px;
  border-radius: 96px 96px 0 0;
  background: linear-gradient(180deg, #03016E 0%, #070DD5 28.7%, #5C95FE 70%, #C1D2FF 100%);
}

.price-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 70px;
  width: 100%;
  position: relative;

}

.price-header_title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #f9f9fc;
  max-width: 670px;
}

.price-header_block {
  padding: 12px 16px 12px 16px;
  border-radius: 12px;
  border: 1px solid #746746;
  display: flex;
  max-width: 286px;
  min-height: 66px;
  height: 100%;
}

.price-header_block-icon {
  width: 100%;
  height: 100%;
  max-width: 21px;
  max-height: 21px;
  margin-right: 7px;
}

.price-header_block-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #f7cb54;
}

.price-arrow {
  position: absolute;
  bottom: 20px;
  right: 57%;
  transform: translateX(50%);
}

.price-list {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}

.price-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0px 32px 0px;
  border-radius: 24px;
  background: #040F3A;
  /* width: 346.67px; */
  box-shadow: 0px 0px 15px 2px #052295;
  z-index: 1000;
  position: relative;
}

.price-item_title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.price-item_line {
  max-width: 241px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin: 16px 0px;
}

.price-item_number {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #17f871;
  margin-bottom: 4px;
}

.price-item_subnumber {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 16px;
}

.price-item_sale {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.price-item_forsale {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}

.price-item_sum {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ffffff;
}

.price-item_subsum {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #F9F9FC;
  margin-bottom: 24px;
}

.price-item_button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000B36;
  padding: 12px 20px 12px 20px;
  background: #F9F9FC;
  border-radius: 12px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  min-width: 193px;
}

.item_hit::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 50px;
  width: 46px;
  height: 46px;
  background-image: url('../image/hit.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.focus-item {
  border: none;
  transition: background 0.3s ease-in-out;
  background: url('../image/focus.webp') no-repeat;
  background-size: cover;
}

.academy-access {
  border-radius: 100px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  color: #000B36;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.12px;
  margin-top: 16px;
}

.limited-access {
  background: radial-gradient(411.99% 146.66% at 25.31% -14.42%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.26) 0.01%, rgba(97, 97, 97, 0.40) 94.5%), rgba(255, 255, 255, 0.70);
}

.full-access {
  position: relative;
  border-radius: 100px;
  padding: 8px;
  color: #000B36;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.full-access:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('../image/svg/1.svg') repeat left center;
  transition: 0.5s;
}

.full-access span {
  position: relative;
  z-index: 2;
}



.price-bottom-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}


.price-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 50px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 40px;
}

.price-nav_item {
  background-color: #575E7B;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.price-nav_item.active {
  background-color: #ffffff;
}

.info-item {
  height: auto;
  padding: 24px 32px 32px;
  gap: 32px;
}

.info-item_sub {
  color: #282A66;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
}

.leaderboard-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.switch-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 42px;
  position: relative;
  z-index: 100000 !important;
  scrollbar-width: none;
}

.switch-button {
  color: #B9BADB;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  cursor: pointer;
}

.switch-button--active {
  color: #fff;
  border: 1px solid #0057FA;
}


.info-mobile-container,
.info-mobile-container2,
.info-mobile-container3 {
  overflow: visible;
  padding: 50px 16px;
  margin: -50px -16px;
}

.price-item_notime {
  color: #F9F9FC;
  text-align: center;
  padding: 0 4px;
  line-height: 140%;
  position: relative;
}

.price-item_notime svg {
  position: absolute;
  margin-left: 4px;
}

.tooltip-block {
  display: none;
  position: absolute;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(16px);
  padding: 8px 16px;
  font-size: 16px;
  z-index: 10000;
  width: 384px;
  pointer-events: none;
  height: auto !important;
  max-height: none !important;
  white-space: normal !important;
}

.info-mobiles2 {
  justify-content: center;
  align-items: center;
}

.info-items2 {
  max-width: 355px;
}

#pro-bottom {
  max-width: 700px;
  margin: 70px auto 0;
  color: #F9F9FC;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.price-item-pro3 {
  background: linear-gradient(171deg, #17F871 -6.85%, rgba(13, 13, 13, 0.00) 60.21%), radial-gradient(138.39% 57.14% at 53.94% 91.33%, #17F871 0%, rgba(13, 13, 13, 0.00) 67.05%), #040F3A;
  box-shadow: 0px 0px 15px 2px #084944;
  border: none;
}

.price-item-pro12 {
  background: radial-gradient(89.48% 70.67% at 108.17% -1.76%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), radial-gradient(67.46% 118.53% at 4.64% 102.23%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), linear-gradient(143deg, rgba(75, 75, 75, 0.10) 14.1%, rgba(185, 185, 185, 0.10) 29.03%, rgba(140, 140, 140, 0.10) 49.26%, rgba(197, 197, 197, 0.10) 62.51%, rgba(85, 85, 85, 0.10) 86.12%), #000;
  box-shadow: 0px 0px 15px 2px #084944;
  border: none;
}

.price-item--daybreak {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(109.6% 72.27% at 50% -12.13%, #16FEFE 0%, rgba(2, 58, 53, 0.00) 100%), radial-gradient(90.17% 50.07% at 50% 102.75%, #16FEFE 0%, rgba(2, 58, 53, 0.00) 100%), linear-gradient(143deg, rgba(75, 75, 75, 0.10) 14.1%, rgba(185, 185, 185, 0.10) 29.03%, rgba(140, 140, 140, 0.10) 49.26%, rgba(197, 197, 197, 0.10) 62.51%, rgba(85, 85, 85, 0.10) 86.12%), #023A35;
}

.price-item--apex {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(171deg, #FF6161 -6.85%, rgba(255, 0, 0, 0.00) 60.21%), radial-gradient(138.39% 57.14% at 53.94% 91.33%, #FF6161 0%, rgba(255, 0, 0, 0.00) 67.05%), #5D0000;
}

.price-item--spark {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(149deg, rgba(75, 75, 75, 0.20) 8.84%, rgba(185, 185, 185, 0.20) 24.79%, rgba(140, 140, 140, 0.20) 59.8%, rgba(197, 197, 197, 0.20) 72.01%, rgba(85, 85, 85, 0.20) 85.78%), linear-gradient(171deg, rgba(153, 225, 255, 0.80) -6.85%, rgba(0, 207, 248, 0.80) 60.21%), radial-gradient(152.07% 61.01% at 49.91% 96.65%, #ACACFC 0%, rgba(0, 0, 139, 0.00) 67.05%), #00008B;
}

.price-item--blaze {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(297deg, #E2FF61 -6.85%, rgba(255, 0, 0, 0.00) 60.21%), radial-gradient(138.39% 57.14% at 53.94% 91.33%, #FF6161 0%, rgba(255, 0, 0, 0.00) 67.05%), #C86E39;
}

.price-item_number-pro {
  color: #fff;
}

.price-item_mentor {
  display: flex;
  align-items: center;
  color: #B9BADB;
  margin-bottom: 24px;
}

.price-item_number-multiply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.price-item_number-multiply span {
  border-radius: 12px;
  border: 1px solid #FFF;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 20px;
}

.price-item_assessmentsNumber,
.price-item_academyAccess {
  color: #B9BADB;
  margin-top: 4px;
}

.price-item_mentor-no {
  text-decoration: line-through;
  color: rgba(185, 186, 219, 0.30);
}

.price-item_mentor span {
  margin-right: 4px;
}

.price-item_assessments {
  font-weight: 700;
}

.pro-3 .price-item_button {
  background: #17F871;

}

.price-item_title-hit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.price-item_subnumber {
  margin-top: 4px;
}

.price-item_academy {
  margin-bottom: 4px;
}

.price-item_academyAccess,
.price-item_assessmentsNumber {
  margin-bottom: 24px;
}


.btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  background-color: #17F871;
  text-decoration: none;
  border-radius: 12px;
  color: #000B36;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-green:hover {
  background-color: #4CFF94;
  transition: background-color 0.5s;
}

.funded {
  padding: 0px 0 120px;
  background: #fff;
}

.funded-title {
  max-width: fit-content;
  margin-bottom: 64px;
}

.who-title {
  margin-bottom: 0;
}

.who {
  padding: 80px 0;
  background: linear-gradient(180deg, #C1D2FF 0%, #FAFAFA 100%);

}


.who-swiper {
  /* margin-top: 48px; */
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 64px; */
  padding: 64px;
}

.who-slide {
  max-width: 436px;
}

.who-slide_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  padding-bottom: 16px;
  min-height: 600px;
  background: url('../image/who/1.webp') no-repeat center center;
  position: relative;
  background-size: cover;
}

.who-slide_card--2 {
  background: url('../image/who/2.webp') no-repeat center center;
  background-size: cover;
}

.who-slide_card--3 {
  background: url('../image/who/3.webp') no-repeat center center;
  background-size: cover;
}

.who-slide_card--4 {
  background: url('../image/who/4.webp') no-repeat center center;
  background-size: cover;
}

.who-slide_card--5 {
  background: url('../image/who/5.webp') no-repeat center center;
  background-size: cover;
}

.who-slide_text {
  position: absolute;
  top: 40px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.who-slide_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.32px;
}

.who-slide_subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.who-swiper-button-prev,
.who-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
}

.who-swiper-button-prev {
  left: 24px;
}

.who-swiper-button-next {
  right: 24px;
}

.who-swiper-button-prev:hover,
.who-swiper-button-next:hover {
  background: #f8f9fa;
  transform: translateY(-50%) scale(1.05);
}

.who-swiper-button-prev,
.who-swiper-button-next {
  display: flex;
}

.who-swiper-button-prev::before,
.who-swiper-button-next::before {
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #322F58;
  border-bottom: 2px solid #322F58;
}

.who-swiper-button-prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.who-swiper-button-next::before {
  transform: rotate(-135deg);
  margin-right: 6px;
}

.who-swiper:hover .who-swiper-button-prev,
.who-swiper:hover .who-swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.traders {
  padding: 80px 0;
  background: #FAFAFA;
  border-radius: 0 0 56px 56px;
  position: relative;
}

.traders::after {
  width: 100%;
  height: 316px;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 54px 54px;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(19, 227, 254, 0.00) 0%, #68A7FF 60.32%, #006AFF 100%);
}

.traders-title {
  max-width: fit-content;
}

.traders-block {
  border-radius: 32px;
  padding: 24px 40px 24px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: url('../image/M.webp');
  background-size: cover;
  background-repeat: no-repeat;
  border: 16px solid #fff;
  z-index: 2;
  position: relative;
}

.traders-videos {
  flex: 0 0 45%;
}

.traders-leaderboard {
  flex: 0 0 55%;
}

.traders-videos {
  position: relative;
}

.leaderboard-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}

.lb-other-profit .highlight {
  min-width: 48px;
  text-align: right;
}

.leaderboard-podium {
  display: flex;
  gap: 16px;
  width: 100%;
}

.lb-podium-card {
  border-radius: 17.419px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  min-width: 170px;
  flex: 1;
}

.lb-podium-card--gold {
  background: linear-gradient(180deg, rgba(253, 210, 125, 0.50) 0%, rgba(202, 188, 142, 0.50) 100%);
}

.lb-podium-card--silver {
  background: linear-gradient(180deg, rgba(199, 199, 199, 0.50) 0%, rgba(151, 151, 151, 0.50) 100%);
}

.lb-podium-card--bronze {
  background: linear-gradient(180deg, rgba(141, 106, 106, 0.50) 0%, rgba(116, 100, 85, 0.50) 100%);
}

.lb-podium-card-place {
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.lb-podium-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.lb-podium-trader {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.lb-podium-country {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lb-podium-profit,
.lb-podium-gain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.lb-podium-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.lb-podium-number {
  font-family: "Martian Mono";

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

}

.leaderboard-others {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.leaderboard-other {
  border-radius: 8.71px;
  background: rgba(231, 231, 231, 0.10);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "Martian Mono";
  font-size: 13px;
  font-weight: 400;
}

.lb-other-trader,
.lb-other-profit {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lb-other-flag {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.lb-podium-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.join__content {
  max-width: 316px;
  max-height: 560px;
}

.join__item {
  position: relative;
  cursor: pointer;
}

.join-swiper-button-prev,
.join-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #fff;
  color: #322F58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}

.join-swiper-button-prev:hover,
.join-swiper-button-next:hover {
  background: #f0f0f6;
}

.join-swiper-button-prev {
  left: 50px;
}

.join-swiper-button-next {
  right: 50px;
}

.join-swiper-button-prev::before,
.join-swiper-button-next::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #322F58;
  border-bottom: 2px solid #322F58;
}

.join-swiper-button-prev::before {
  transform: rotate(45deg);
  margin-left: 4px;
}

.join-swiper-button-next::before {
  transform: rotate(-135deg);
  margin-right: 4px;
}

.join__item video {
  width: 100%;
  height: auto;
  border-radius: 54px;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border: 8px solid rgba(255, 255, 255, 0.16);
}

.item__info {
  position: absolute;
  bottom: 6px;
  width: 100%;
  height: 132px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  padding: 0 28px 48px;
  border-radius: 0px 0px 24px 24px;
}

.item__info p {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}

.item__info p:last-of-type {
  font-size: 22px;
  font-weight: 500;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black with transparency */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.active {
  display: flex;
  opacity: 1;
}

.modal__content {
  position: relative;
  max-width: 100%;
  transform: scale(0.9);
  animation: zoomIn 0.3s ease forwards;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

#modalVideo {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    /* Start slightly smaller */
    opacity: 0;
    /* Start invisible */
  }

  to {
    transform: scale(1);
    /* End at normal size */
    opacity: 1;
    /* Fully visible */
  }
}

.ready {
  padding: 120px 0;
  position: relative;
  margin-top: -20px;
}

.ready-title {
  margin-bottom: 64px;
  z-index: 1;
  position: relative;
}

.ready-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.ready::after {
  content: '';
  display: block;
  position: absolute;
  background: radial-gradient(39.47% 50% at 50.1% 50%, #4291FF 0%, #68A7FF 39.68%, rgba(19, 227, 254, 0.00) 100%);
  mix-blend-mode: color-dodge;
  -webkit-mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  max-height: 800px;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background-size: 150%;
  background-position-x: center;
}

.hide-desktop {
  display: none;
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets .swiper-pagination-horizontal {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #575E7B;
}

.swiper-pagination-bullet {
  background-color: #575E7B;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-pagination {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.20);

  background: rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  display: flex;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination4 {
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.swiper-pagination2 {
  display: none;
}

.swiper-pagination5 {
  bottom: 28px !important;
}

.swiper-pagination5 .swiper-pagination-bullet-active,
.swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: #1358FF !important;
}

.title--wide {
  max-width: none;
}

.smaller-text {
  font-size: 15px;
}

