/* ==========================================================================
   GlobalElius - Main Stylesheet
   Design System & Component Architecture
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Theme Variables & Custom Properties
   -------------------------------------------------------------------------- */
:root {
  /* Colors */
  --color-primary: #0047FF;
  --color-primary-hover: #0036cc;
  --color-primary-light: rgba(0, 71, 255, 0.08);
  --color-accent: #49C8FF;
  --color-accent-hover: #33bbf5;
  --color-white: #FFFFFF;
  --color-dark-bg: #324C6B;
  --color-dark-surface: #0a1c30;
  --color-dark-card: #0e243d;
  --color-text-primary: #FFFFFF;
  --color-text-muted: #9BB0C7;
  --color-text-dark: #0D2238;
  --color-text-body-dark: #4A5B6D;
  --color-border-light: rgba(255, 255, 255, 0.15);
  --color-border-card: rgba(0, 71, 255, 0.1);
  --color-success: #00D084;
  --color-danger: #FF4D4D;

  /* Typography */
  --font-family: "Manrope", sans-serif;

  /* Section Subtitle / H2 */
  --font-h2-size: 50px;
  --font-h2-line-height: 120%;
  --font-h2-weight: 700;

  /* Body Text */
  --font-body-size: 20px;

  --font-body-line-height: 150%;
  --font-body-weight: 400;

  /* Eyebrow / Title Text */
  --font-eyebrow-size: 14px;
  --font-eyebrow-line-height: 150%;
  --font-eyebrow-weight: 400;

  /* Site Button */
  --btn-font-size: 20px;
  --btn-line-height: 150%;
  --btn-font-weight: 700;
  --btn-padding-y: 14px;
  --btn-padding-x: 50px;
  --btn-radius: 100px;

  /* Layout */
  --container-width: 1170px;
  --border-radius-card: 20px;
  --border-radius-pill: 100px;
  --transition-speed: 0.3s;
  --box-shadow-card: 0 16px 40px rgba(0, 0, 0, 0.18);
  --box-shadow-glow: 0 10px 30px rgba(0, 71, 255, 0.35);
}

/* --------------------------------------------------------------------------
   2. Reset & Base Styles
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  color: var(--color-text-primary);
  background-color: #324C6B;
  overflow-x: clip;
  position: relative;
  min-height: 100vh;
}

img,
svg,
picture,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--transition-speed) ease;
}

a:hover {
  color: var(--color-accent);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------------------------
   3. Typography Utilities
   -------------------------------------------------------------------------- */
.eyebrow-text {
  font-size: var(--font-eyebrow-size);
  line-height: var(--font-eyebrow-line-height);
  font-weight: var(--font-eyebrow-weight);
  text-transform: uppercase;
  color: var(--color-accent);
  letter-spacing: 0px;
  margin-bottom: 12px;
  display: inline-block;
}

.section-title {
  font-size: var(--font-h2-size);
  line-height: var(--font-h2-line-height);
  font-weight: var(--font-h2-weight);
  color: var(--color-text-primary);
  margin-bottom: 0px;
}

.section-title.text-dark {
  color: var(--color-text-dark) !important;
}

.body-text {
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  font-weight: var(--font-body-weight);
  color: var(--color-text-primary);
}

.body-text-muted {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 160%;
}

.text-gradient {
  background: linear-gradient(135deg, #FFFFFF 0%, #49C8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------------------------------------------------------------------
   4. Container & Layout Utilities
   -------------------------------------------------------------------------- */
.custom-container {
  max-width: var(--container-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.site-section {
  position: relative;
  padding-top: 130px;
  z-index: 2;
}

.section-header {
  margin-bottom: 56px;
}

.section-header.text-center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Background Ambient Elements */
.bg-ambient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  display: none;
}

.page-id-391 .bg-ambient-wrapper {
  display: block;
}

.ambient-wave-left {
  position: absolute;
  left: 0;
  top: 24%;
  width: 380px;
  height: auto;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
  animation: levitateWaveLeft 16s ease-in-out infinite alternate;
  will-change: transform;
}

.ambient-wave-right {
  position: absolute;
  right: 0;
  top: 10%;
  width: 380px;
  height: auto;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
  animation: levitateWaveRight 18s ease-in-out infinite alternate;
  will-change: transform;
}

.ambient-wave-right-bottom {
  position: absolute;
  right: 0;
  top: 66%;
  width: 380px;
  height: auto;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
  animation: levitateWaveRightBottom 15s ease-in-out 2s infinite alternate;
  will-change: transform;
}

.ambient-glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  animation: levitateGlowCenter 14s ease-in-out infinite alternate;
  will-change: transform;
}

/* --------------------------------------------------------------------------
   Levitating Colored Spots & Background Glow Keyframes
   -------------------------------------------------------------------------- */
@keyframes levitateGlowCenter {
  0% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  33% {
    transform: translate(-50%, -50%) translate3d(14px, -24px, 0) scale(1.05) rotate(1.5deg);
  }

  66% {
    transform: translate(-50%, -50%) translate3d(-16px, 14px, 0) scale(0.97) rotate(-1.5deg);
  }

  100% {
    transform: translate(-50%, -50%) translate3d(10px, -18px, 0) scale(1.03) rotate(1deg);
  }
}

@keyframes levitateGlowLeft {
  0% {
    transform: translateY(-50%) translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  33% {
    transform: translateY(-50%) translate3d(20px, -26px, 0) scale(1.06) rotate(2deg);
  }

  66% {
    transform: translateY(-50%) translate3d(-12px, 16px, 0) scale(0.96) rotate(-1.5deg);
  }

  100% {
    transform: translateY(-50%) translate3d(15px, -15px, 0) scale(1.04) rotate(1.2deg);
  }
}

@keyframes levitateGlowRight {
  0% {
    transform: translateY(-50%) translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  33% {
    transform: translateY(-50%) translate3d(-20px, -28px, 0) scale(1.06) rotate(-2deg);
  }

  66% {
    transform: translateY(-50%) translate3d(14px, 15px, 0) scale(0.95) rotate(1.8deg);
  }

  100% {
    transform: translateY(-50%) translate3d(-12px, -18px, 0) scale(1.04) rotate(-1.2deg);
  }
}

@keyframes levitateWaveLeft {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  50% {
    transform: translate3d(18px, -28px, 0) scale(1.06) rotate(2.5deg);
  }

  100% {
    transform: translate3d(-10px, 20px, 0) scale(0.96) rotate(-1.5deg);
  }
}

@keyframes levitateWaveRight {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  50% {
    transform: translate3d(-20px, -30px, 0) scale(1.07) rotate(-2.8deg);
  }

  100% {
    transform: translate3d(12px, 18px, 0) scale(0.95) rotate(1.8deg);
  }
}

@keyframes levitateWaveRightBottom {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  50% {
    transform: translate3d(-15px, 24px, 0) scale(1.05) rotate(2deg);
  }

  100% {
    transform: translate3d(14px, -22px, 0) scale(0.96) rotate(-1.8deg);
  }
}

.bg-effect-levitate,
.bg-spot-levitate {
  animation: levitateGlowCenter 12s ease-in-out infinite alternate;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {

  .hero-bg-glow,
  .brand-bg-glow,
  .instruments-bg-glow,
  .advantages-bg-glow,
  .ambient-wave-left,
  .ambient-wave-right,
  .ambient-wave-right-bottom,
  .ambient-glow,
  .bg-effect-levitate,
  .bg-spot-levitate {
    animation: none !important;
  }
}

/* --------------------------------------------------------------------------
   5. Buttons & UI Components
   -------------------------------------------------------------------------- */
.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  font-weight: var(--btn-font-weight);
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border-radius: var(--btn-radius);
  text-transform: uppercase;
  letter-spacing: 0.05px;
  border: none;
  text-align: center;
  transition: all var(--transition-speed) ease;
  text-decoration: none;
  letter-spacing: 2%;
}

.site-btn:hover {
  background-color: #38B6FF;
  color: var(--color-white);
}

.wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family) !important;
  font-size: var(--btn-font-size) !important;
  line-height: var(--btn-line-height) !important;
  font-weight: var(--btn-font-weight) !important;
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  padding: var(--btn-padding-y) var(--btn-padding-x) !important;
  border-radius: var(--btn-radius) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05px !important;
  border: none !important;
  text-align: center !important;
  transition: all var(--transition-speed) ease !important;
  text-decoration: none !important;
  letter-spacing: 2% !important;
  height: unset !important;
}

.wpforms-submit:hover {
  background-color: #38B6FF !important;
  color: var(--color-white) !important;
}

.wpforms-submit-container {
  text-align: center;
}

.crypto-playground__buttons a.site-btn {
  padding: 14px 24px;
}


.site-btn:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

.site-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 71, 255, 0.4);
}

.site-btn-sm {
  font-size: 16px;
  padding: 10px 28px;
  font-weight: 600;
}

.site-btn-white {
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.site-btn-white:hover {
  background-color: #f2f6ff;
  color: var(--color-primary-hover);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.site-btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.site-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
  color: var(--color-white);
}

/* White Card Base */
.white-card {
  background: var(--color-white);
  border-radius: var(--border-radius-card);
  padding: 36px 30px;
  color: var(--color-text-dark);
  box-shadow: var(--box-shadow-card);
  transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}

.white-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

/* --------------------------------------------------------------------------
   6. Header / Navigation (Sticky Header)
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 1000;
  background: rgba(244, 249, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: background-color 0.3s ease;
}

.site-header.is-sticky {
  background: #324C6B;
}

.header-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: clamp(20px, 0px, 0px);
  padding-right: clamp(20px, 0px, 0px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo img {
  height: 54px;
  width: auto;
}

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

.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.nav-item {
  position: relative;
  padding: 17px 0px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  position: relative;
  transition: all var(--transition-speed) ease;
}

.dropdown-chevron {
  display: none;
  transition: transform var(--transition-speed) ease;
  pointer-events: none;
}

.nav-link span {
  pointer-events: none;
}

.nav-item:hover .dropdown-chevron,
.nav-item.open .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-item:hover .nav-link,
.nav-item.active .nav-link,
.nav-link:hover {
  color: #0047FF;
  /* color: #49C8FF; */
}


/* Dropdown Menu Box */
.dropdown-menu-custom {
  position: absolute;
  top: 97%;
  right: 0;
  min-width: 266px;
  background: #324C6B;
  padding: 17px 37px 28px 42px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 110;
  pointer-events: none;
}

@media (min-width: 1200px) {

  .nav-item:hover .dropdown-menu-custom,
  .nav-item.open .dropdown-menu-custom,
  .nav-item:focus-within .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(2px);
    pointer-events: auto;
  }
}

.dropdown-item-custom {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #FFF;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin-bottom: 24px;
}

.dropdown-menu-custom li:last-child .dropdown-item-custom {
  margin-bottom: 0px;
}

.dropdown-item-custom:hover {
  color: #49C8FF;
  transform: translateX(4px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: var(--border-radius-pill);
  border: 2px solid #0047FF;
  transition: all var(--transition-speed) ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn-signup:hover {
  background-color: #49C8FF;
  border-color: #49C8FF;
  color: var(--color-white);
  transform: translateY(-1px);
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: var(--border-radius-pill);
  border: 2px solid #0047FF;
  transition: all var(--transition-speed) ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn-login:hover {
  border-color: #49C8FF;
  background: #49C8FF;
  color: var(--color-white);
  transform: translateY(-1px);
}

.lang-selector-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 6px;
  transition: opacity var(--transition-speed) ease;
  user-select: none;
}

.lang-selector-header:hover {
  opacity: 0.85;
}

.lang-flag-img {
  width: 20px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  display: block;
}

.mobile-nav-header {
  display: none;
}

.mobile-nav-actions {
  display: none;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--color-white);
  z-index: 102;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: var(--color-white);
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

/* --------------------------------------------------------------------------
   6B. Dynamic Inner Page Breadcrumb Banner (Matches Screenshot)
   -------------------------------------------------------------------------- */
.breadcrumb-banner-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: transparent;
  overflow: hidden;
  text-align: center;
  z-index: 5;
}

.bredcumimage {
  position: absolute;
  top: 0;
}

.breadcrumb-glow-container {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  pointer-events: none;
  z-index: 1;
}

.breadcrumb-glow-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}

.breadcrumb-content-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.breadcrumb-page-title {
  font-size: clamp(32px, 50px, 50px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: 0px;
}

.breadcrumb-trail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumb-link {
  color: #49C8FF;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.breadcrumb-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.breadcrumb-sep {
  color: #8CA3BA;
  user-select: none;
  font-size: 20px;
}

.breadcrumb-current {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

/* --------------------------------------------------------------------------
   7. Hero / Banner Section
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  width: 100%;
  padding: 130px 0px;
  overflow-x: clip;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: -215px;
  right: 20%;
  border-radius: 100%;
  width: 662.48px;
  height: 617.85px;
  background: #49C8FF;
  filter: blur(150px);
  transform: matrix(0.86, 0.51, -0.6, 0.8, 0, 0);
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -114.78px;
  left: 20%;
  border-radius: 100%;
  width: 547.77px;
  height: 656.71px;
  background: #474FEC;
  filter: blur(150px);
  transform: matrix(0.35, 0.94, -0.97, 0.24, 0, 0);
}

.hero-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 60px);
  padding-right: clamp(20px, 4vw, 60px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg-glow {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
  display: none;
}

.hero-visual {
  position: absolute;
  left: 0px;
  top: 0;
  width: clamp(280px, 44vw, 820px);
  z-index: 1;
  pointer-events: none;
}

.hero-main-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 71, 255, 0.4));
  animation: floatAnimation 6s ease-in-out infinite;
}

@keyframes floatAnimation {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-content {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-size: 68px;
  line-height: 120%;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 0px;
}

.hero-search-box {
  display: flex;
  align-items: center;
  background: var(--color-white);
  border-radius: var(--border-radius-pill);
  padding: 6px 6px 6px 47px;
  width: 100%;
  margin-bottom: 24px;
}

.hero-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: #181C2E;
  font-weight: 400;
  line-height: 150%;
}

.hero-search-input::placeholder {
  color: #181C2E;
}

.hero-search-btn {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 20px;
  width: 236px;
  border-radius: var(--border-radius-pill);
  border: none;
  cursor: pointer;
  transition: background-color var(--transition-speed) ease, transform var(--transition-speed) ease;
}

.hero-search-btn:hover {
  background-color: #49C8FF;
  transform: translateY(-1px);
}

.hero-subtext {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   8. Live Crypto Ticker Ribbon
   -------------------------------------------------------------------------- */
.ticker-section {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
}

.ticker-track {
  display: inline-flex;
  gap: 40px;
  animation: tickerSlide 35s linear infinite;
}

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

@keyframes tickerSlide {
  0% {
    transform: translateX(0);
  }

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

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.ticker-pair {
  color: var(--color-white);
}

.ticker-price {
  color: #D1DCE5;
}

.ticker-change {
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 4px;
}

.ticker-change.up {
  color: var(--color-success);
}

.ticker-change.down {
  color: var(--color-danger);
}

/* --------------------------------------------------------------------------
   9. Brand Name For You / Key Stats Section
   -------------------------------------------------------------------------- */
.brand-stats-section {
  position: relative;
}

.brand-bg-glow {
  position: absolute;
  left: -20px;
  top: 55%;
  transform: translateY(-50%);
  width: 650px;
  pointer-events: none;
  z-index: 0;
  animation: levitateGlowLeft 13s ease-in-out infinite alternate;
  will-change: transform;
}

.brand-top-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  margin-bottom: 56px;
}

.brand-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFF;
  font-weight: 400;
  margin: 0px;
}

.stats-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 56px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px;
  border-radius: 30px;
  background: var(--color-white);
  box-shadow: 73px 68px 40px rgba(0, 41, 91, 0.01), 41px 38px 34px rgba(0, 41, 91, 0.05), 18px 17px 25px rgba(0, 41, 91, 0.09), 5px 4px 14px rgba(0, 41, 91, 0.1), 0px 0px 0px rgba(0, 41, 91, 0.1);
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.stat-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.stat-icon-wrap {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-wrap img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.stat-number {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  color: #0047FF;
}

.stat-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #181C2E;
  margin-top: 0;
}

.brand-cta-wrap {
  text-align: center;
}

/* --------------------------------------------------------------------------
   10. Trading Instruments Section (Matches Screenshot Exactly)
   -------------------------------------------------------------------------- */
.trading-instruments-section {
  position: relative;
  z-index: 2;
}

.instruments-bg-glow {
  position: absolute;
  right: -50%;
  bottom: -70%;
  width: 100%;
  max-width: 1300px;
  pointer-events: none;
  z-index: 0;
  animation: levitateGlowCenter 15s ease-in-out infinite alternate;
  will-change: transform;
}

.instruments-header {
  margin-bottom: 56px;
}

.instruments-eyebrow {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #49C8FF;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 8px;
  display: inline-block;
}

.instruments-title {
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 16px;
}

.instruments-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFF;
  font-weight: 400;
  max-width: 540px;
  margin: 0 auto;
}

.orbital-network-container {
  position: relative;
  max-width: 1070px;
  height: 650px;
  margin: auto;
}

.orbital-lines-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.node-item {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  text-decoration: none;
  transition: transform 0.25s ease;
  cursor: pointer;
}

.node-item:hover {
  transform: translate(-50%, -55%);
}

.node-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28), 0 0 25px rgba(73, 200, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.25s ease;
}

.node-item:hover .node-circle {
  box-shadow: 0 16px 45px rgba(0, 82, 255, 0.5), 0 0 35px rgba(73, 200, 255, 0.7);
  transform: scale(1.05);
}

.node-arrow-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0047FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.node-arrow-badge svg {
  width: 24px;
}

.node-item:hover .node-arrow-badge {
  background: #003ece;
  transform: scale(1.1);
}

.node-label {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

/* Exact Hexagonal Orbital Node Coordinates */
.node-shares {
  top: 16%;
  left: 38%;
}

.node-energies {
  top: 16%;
  left: 62%;
}

.node-metals {
  top: 50%;
  left: 84%;
}

.node-indices {
  top: 88%;
  left: 64%;
}

.node-futures {
  top: 88%;
  left: 36%;
}

.node-currency {
  top: 50%;
  left: 16%;
}

/* --------------------------------------------------------------------------
   10A. Real Account Section (Matches Screenshot)
   -------------------------------------------------------------------------- */

.platform_desktop .real-account-top-row {
  border-radius: 30px;
  padding: 100px 60px;
  margin: 0;
}

.platform_desktop .real-account-top-row h2 {
  color: #181C2E;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}

.platform_desktop .real-account-top-row p {
  color: #181C2E;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 15px;
}

.real-account-section {
  position: relative;
  padding: 40px 0 0px;
  z-index: 2;
}

/* Top Story Row */
.real-account-top-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 120px;
}

.real-account-lead {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 18px;
}

.real-account-body {
  font-size: 20px;
  line-height: 1.65;

  font-weight: 400;
}

.real-account-media-col {
  display: flex;
  justify-content: flex-end;
}

.real-account-img-wrap {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.containerwhitebg .crypto-liquidity-grid {
  padding: 100px 60px;
  background: #ffffff;
  border-radius: 30px;
}

.containerwhitebg h2.crypto-liquidity-title {
  color: #181C2E;
  font-size: 36px;
  line-height: 120%;
}

.containerwhitebg p.crypto-liquidity-desc {
  color: #181C2E !important;
}

.real-account-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.real-account-img-wrap:hover .real-account-img {
  transform: scale(1.03);
}

/* Bottom 3 Feature Cards */
.real-account-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.real-feature-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 44px 30px;
  text-align: center;
  color: #0D2238;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.real-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.real-feature-title {
  font-size: 22px;
  font-weight: 800;
  color: #0D2238;
  line-height: 1.25;
  margin-bottom: 12px;
}

.real-feature-divider {
  width: 28px;
  height: 2.5px;
  background-color: var(--color-primary);
  border-radius: 2px;
  margin-bottom: 16px;
}

.real-feature-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #556B82;
  font-weight: 400;
}

section#real-account .advantages-grid {
  margin-bottom: 120px;
}

.bgimageadv {
  position: absolute;
  right: 0;
  top: 18%;
}

.playground-section {
  margin-bottom: 100px;
}

/* --------------------------------------------------------------------------
   10B. Account Types Interactive Tabs Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.account-types-section {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}

.account-types-header {
  margin-bottom: 36px;
}

.account-types-title {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  margin-bottom: 10px;
}

.account-types-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}

.account-types-breadcrumb .breadcrumb-link {
  color: var(--color-accent);
}

.account-types-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.account-types-breadcrumb .breadcrumb-sep {
  color: #7B8FA6;
}

.account-types-breadcrumb .breadcrumb-current {
  color: #BAC8D8;
}

/* Account Types Tabs Nav */
.account-types-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.account-tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.account-tab-btn {
  background: transparent;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  padding: 21px 34px;
  border-radius: 18px 18px 0 0;
  letter-spacing: 2%;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 150%;
}

.account-card-container {
  margin-top: -3px;
}

.account-tab-btn:hover {
  color: var(--color-white);
}

.account-tab-btn.active {
  background: #FFFFFF;
  color: #181C2E;

}

.account-tab-btn.tab-btn-vip {
  background: #0047FF;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 7px 22px;
  margin-left: 10px;
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(0, 71, 255, 0.4);
}

.account-tab-btn.tab-btn-vip:hover {
  background: #0036cc;
}

.account-tab-btn.tab-btn-vip.active {
  background: #FFFFFF;
  color: #181C2E;
  border-radius: 18px 18px 0 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 14px 34px;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

/* Card Container */
.account-card-container {
  background: #FFFFFF;
  border-radius: 0 32px 32px 32px;
  padding: 48px 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.account-card-content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.account-card-content.fade-out {
  opacity: 0;
  transform: translateY(6px);
}

/* Left Column */
.account-plan-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.plan-heading {
  font-size: 50px;
  font-weight: 700;
  color: #0D2238;
  line-height: 120%;
  margin-bottom: 0;
}

.plan-desc {
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  max-width: 300px;
  margin-top: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}

.plan-price {
  font-size: 50px;
  font-weight: 700;
  color: #0D2238;
  line-height: 120%;
  margin-bottom: 44px;
  letter-spacing: 0;
}

.plan-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0047FF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 100px;
  box-shadow: 0 6px 20px rgba(0, 71, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 2%;
  transition: all 0.25s ease;
}

.plan-register-btn:hover {
  background: #0036cc;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 71, 255, 0.45);
  color: #FFFFFF;
}

/* Right Blue Features Card */
.account-features-card {
  background: #0052FF;
  border-radius: 22px;
  padding: 50px 34px;
  color: #FFFFFF;
  box-shadow: 0 12px 30px rgba(0, 82, 255, 0.25);
}

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

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.feature-label-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-title {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 150%;
}

.feature-value {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2%;
  line-height: 150%;
}

/* --------------------------------------------------------------------------
   10C. Deep Analytical Tools Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.analytical-tools-section {
  position: relative;
  padding: 100px 0 0;
  z-index: 2;
}

.analytical-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: flex-start;
}

.analytical-text-col {
  display: flex;
  flex-direction: column;
}

.analytical-lead-text {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 24px;
}

.analytical-body-text {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

.analytical-features-col {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.analytical-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.analytical-icon-wrap {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytical-icon-wrap svg {
  width: 38px;
  height: 38px;
}

.analytical-content-wrap {
  flex: 1;
}

.analytical-feature-title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 10px;
}

.analytical-feature-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

/* --------------------------------------------------------------------------
   10D. Trade All Cryptos / Desktop App Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.crypto-liquidity-section {
  position: relative;
  padding: 100px 0 80px;
  z-index: 2;
}

.crypto-liquidity-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  /*align-items: center;*/
}

.crypto-liquidity-title {
  font-size: clamp(30px, 50px, 50px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 120%;
  margin: 0;
}

.crypto-liquidity-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.crypto-liquidity-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF !important;
  font-weight: 400;
  margin-bottom: 30px;
}

.crypto-download-btn {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 100px;
  box-shadow: 0 8px 25px rgba(0, 82, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.crypto-download-btn:hover {
  background: #003ece;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 82, 255, 0.5);
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   10E. Forex Advantages & Margin Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.forex-features-section {
  position: relative;
  padding: 0px 0 120px;
  z-index: 2;
}

.forex-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: flex-start;
}

.forex-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.forex-badge-top {
  margin-bottom: 8px;
}

.forex-pink-pill {
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #FF4D8D;
  border-radius: 4px;
}

.forex-feature-header {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
}

.forex-feature-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forex-feature-title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin: 0;
}

.forex-feature-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

/* --------------------------------------------------------------------------
   11. Exchange 1000+ Pairs / Chart Showcase Section
   -------------------------------------------------------------------------- */
.exchange-section {
  position: relative;
}

.crypto-tabs-nav {
  background: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
}

.nav-link.crypto-tab-btn.active {
  background: transparent;
  border: gainsboro;
  color: #0047FF;
}

.crypto-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.crypto-tab-btn {
  display: inline-flex;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 700;
  transition: all var(--transition-speed) ease;
  padding: 0;
  color: #181C2E;
  margin: 0 !important;
  padding: 0;
  border: none !important;
}

.crypto-tabs-nav li {
  padding: 0;
}

.crypto-tab-btn:hover,
.crypto-tab-btn.active {
  background: transparent;
  color: #0047FF !important;
  border-color: transparent;
  box-shadow: none;
  border: none;
}

.crypto-tab-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.crypto-tab-icon.btc {
  background: #F7931A;
}

.crypto-tab-icon.eth {
  background: #627EEA;
}

.crypto-tab-icon.usdt {
  background: #26A17B;
}

.crypto-tab-icon.bnb {
  background: #F3BA2F;
}

.crypto-tab-icon.sol {
  background: #00FFA3;
  color: #000000;
}

.chart-showcase-card {
  background: var(--color-white);
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: var(--color-text-dark);
}

.chart-card-grid {
  display: flex;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  flex-direction: column-reverse;
}

.chart-asset-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.asset-icon-svg {
  width: 36px;
  height: 36px;
}

.asset-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-text-dark);
}

.chart-price-display {
  margin-bottom: 24px;
}

.chart-current-price {
  font-size: 38px;
  font-weight: 800;
  line-height: 110%;
  color: var(--color-text-dark);
  margin-bottom: 6px;
}

.chart-change-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: var(--border-radius-pill);
  background: rgba(0, 208, 132, 0.12);
  color: #00A86B;
  font-size: 14px;
  font-weight: 700;
}

.chart-visual-wrap {
  width: 100%;
  height: 220px;
  position: relative;
}

.chart-svg {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------
   11B. Trading Hours Across All Markets (Matches Screenshot)
   -------------------------------------------------------------------------- */
.trading-hours-section {
  position: relative;
  padding: 40px 0 100px;
  z-index: 2;
}

.trading-hours-container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.trading-hours-header {
  margin-bottom: 40px;
}

.trading-hours-main-title {
  font-size: clamp(28px, 50px, 50px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 12px;
}

.trading-hours-subtitle {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
}

.market-tables-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.market-table-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.market-table-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.market-card-head {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  letter-spacing: 0px;
  line-height: 120%;
}

.market-card-subhead {
  background: #38B6FF;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 9px 24px;
  font-size: 20px;
  font-weight: 400;
  color: #081726;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  gap: 20px;
}

.market-card-body {
  display: flex;
  flex-direction: column;
}

.market-data-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 11px 24px;
  font-size: 20px;
  color: #181C2E;
  font-weight: 400;
  border-bottom: 1px solid #F0F4F8;
  transition: background 0.2s ease;
  line-height: 150%;
  gap: 20px;
}

.market-data-row:last-child {
  border-bottom: none;
}

.market-data-row:hover {
  background: #F8FAFC;
}

.market-data-row.exception-highlight-row {
  background: #E8F6FF;
  color: #0052FF;
  font-weight: 700;
  border-bottom: 1px solid #D6EEFF;
}

.data-sym {
  font-weight: 400;
  color: #181C2E;
}

.data-hrs {}

.aboutpage .real-account-text-col {
  order: 2;
}

.aboutpage .real-account-top-row {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   12. Advantages Section
   -------------------------------------------------------------------------- */
.advantages-section {
  position: relative;
}

.advantages-bg-glow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  pointer-events: none;
  z-index: 0;
  animation: levitateGlowRight 14s ease-in-out infinite alternate;
  will-change: transform;
  display: none;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 56px;
}

.advantage-card {
  background: #FFFFFF;
  box-shadow: 73px 68px 40px rgba(0, 41, 91, 0.01), 41px 38px 34px rgba(0, 41, 91, 0.05), 18px 17px 25px rgba(0, 41, 91, 0.09), 5px 4px 14px rgba(0, 41, 91, 0.1), 0px 0px 0px rgba(0, 41, 91, 0.1);
  border-radius: 30px;
  padding: 44px 34px;
  transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
  text-align: center;
}

.advantage-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #181C2E;
  margin-bottom: 35px;
  position: relative;
}

h3.advantage-title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 3px;
  background: #0047FF;
}

.advantage-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  margin: 0;
}


.advantages-bottom {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.advantages-bottom-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

section#advantages::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: 0px;
  animation: levitateGlowRight 14s ease-in-out infinite alternate;
  width: 605.17px;
  height: 510.38px;
  background: #FB7C5C;
  filter: blur(150px);
  transform: rotate(131.61deg);
}

section#advantages::before {
  content: '';
  position: absolute;
  bottom: -50%;
  right: 20%;
  animation: levitateGlowRight 14s ease-in-out infinite alternate;
  width: 518.53px;
  height: 534.58px;
  background: #FC9C5C;
  filter: blur(150px);
  transform: rotate(131.61deg);
}

/* --------------------------------------------------------------------------
   13. Invest in the Future Today Section
   -------------------------------------------------------------------------- */
.invest-section {
  position: relative;
}

.invest-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 50px;
}

.invest-content {
  max-width: 520px;
}

.invest-content .body-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 32px;
  margin-top: 16px;
}

.invest-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest-visual img {
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 71, 255, 0.4));
  animation: floatAnimation 7s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   14. Buy Crypto with Debit/Credit Card (Widget)
   -------------------------------------------------------------------------- */
.buy-crypto-section {
  position: relative;
}

.buy-crypto-shape-bg {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 380px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.buy-crypto-section::after {
  content: "";
  position: absolute;
  width: 430.79px;
  height: 444.12px;
  left: 95px;
  top: 0;
  background: #49C8FF;
  filter: blur(150px);
  transform: rotate(22.52deg);
  flex: none;
  order: 9;
  flex-grow: 0;
  z-index: 1;
}

/* --------------------------------------------------------------------------
   14A. Buy Crypto Converter Section (Matches Screenshot Exactly)
   -------------------------------------------------------------------------- */
.buy-crypto-section {
  position: relative;
  z-index: 2;
}

.buy-crypto-card-container {
  padding: 100px 40px;
  background: #FFFFFF;
  box-shadow: 73px 68px 40px rgba(0, 41, 91, 0.01), 41px 38px 34px rgba(0, 41, 91, 0.05), 18px 17px 25px rgba(0, 41, 91, 0.09), 5px 4px 14px rgba(0, 41, 91, 0.1), 0px 0px 0px rgba(0, 41, 91, 0.1);
  border-radius: 30px;
}

.buy-crypto-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: flex-start;
  gap: 50px;
}

.buy-crypto-info-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buy-crypto-card-title {
  font-size: 50px;
  font-weight: 700;
  color: #181C2E;
  line-height: 120%;
  margin-bottom: 16px;
}

.buy-crypto-card-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  margin-bottom: 0px;
}

/* Blue Converter Widget Card */
.buy-crypto-widget-card {
  background: #0052FF;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 82, 255, 0.35);
  display: flex;
  flex-direction: column;
}

.crypto-convert-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 22px;
}

.convert-row-label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
}

.convert-input-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  padding: 10px 0px;
}

.convert-number-input {
  background: transparent;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  width: 60%;
}

.convert-currency-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.convert-currency-select {
  background: transparent;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  appearance: none;
  cursor: pointer;
  padding-right: 30px;
  text-align: end;
}

.convert-currency-select option {
  background: #181C2E;
  color: #FFFFFF;
  font-size: 15px;
}

.convert-chevron {
  position: absolute;
  right: 0;
  pointer-events: none;
  width: 14px;
}

.convert-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.convert-exchange-btn {
  background: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0047FF;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

.convert-exchange-btn:hover {
  background: #38B6FF;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: #FFF;
}

.convert-exchange-btn svg {
  width: 32px;
  transition: all 0.25s ease;
}

.convert-exchange-btn:hover svg path {
  stroke: #FFF;
}


/*===============================================*/


/* --------------------------------------------------------------------------
   14B. FAQ Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.faq-section {
  position: relative;
  padding: 0px 0 100px;
  z-index: 2;
}

.faq-container {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 770px;
}

.faq-item.active {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.faq-question-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 32px;
  gap: 10px;
  min-height: 93px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #181C2E;
  flex: 1;
}

.faq-arrow-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-arrow-icon {
  transform: rotate(90deg);
}

/* Ultra Smooth CSS Grid Accordion Transition */
.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 32px;
}

.faq-item.active .faq-answer-wrap {
  grid-template-rows: 1fr;
  padding: 0 32px 28px;
}

.faq-answer-inner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0.05s;
}

.faq-item.active .faq-answer-inner {
  opacity: 1;
}

.faq-answer-text {
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  border-top: 1px solid #EEF2F6;
  padding-top: 16px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   14C. Company Regulation & Standards Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.company-regulation-section {
  position: relative;
  padding: 40px 0 100px;
  z-index: 2;
}

.company-regulation-text-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 56px;
}

.company-regulation-text {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

.company-regulation-banner-wrap {
  width: 100%;
  /*max-width: 1050px;*/
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;


}

.company-regulation-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.company-regulation-banner-wrap:hover .company-regulation-banner-img {
  transform: scale(1.02);
}

/* --------------------------------------------------------------------------
   14D. Legal & Regulatory Documents Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.legal-docs-section {
  position: relative;
  padding: 60px 0 75px;
  z-index: 2;
}

.legal-docs-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.legal-accent-top {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}

.legal-pink-pill {
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #FF4D8D;
  border-radius: 4px;
}

.legal-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.legal-doc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 39px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: all 0.25s ease;
  min-height: 72px;
  gap: 14px;
}

.legal-doc-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  background: #FFFFFF;
}

.legal-doc-title {
  font-size: 20px;
  font-weight: 400;
  color: #181C2E;
  line-height: 150%;
  transition: color 0.2s ease;
}

.legal-doc-box:hover .legal-doc-title {
  color: #0052FF;
}

.legal-doc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.legal-doc-box:hover .legal-doc-arrow {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   14E. Contact Info & Ask Any Question Form (Matches Screenshot)
   -------------------------------------------------------------------------- */
.contact-section {
  position: relative;
  padding: 60px 0 0px;
  z-index: 2;
}

.contact-container {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  width: 100%;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

img.wpforms-submit-spinner {
  position: absolute;
  top: 15px;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-info-label {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 10px;
}

.contact-info-val {
  font-size: 20px;
  color: #BAC8D8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-info-val:hover {
  color: #49C8FF;
}

.contact-card {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 44px 50px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 480px;
}

.contact-card-title {
  font-size: 36px;
  font-weight: 700;
  color: #181C2E;
  text-align: center;
  margin-bottom: 28px;
  line-height: 120%;
}

.contact-card-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.contact-field-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #556B82;
  margin: 0;
}

.contact-field-input,
.contact-field-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D8E0EB;
  padding: 8px 0;
  font-size: 14px;
  color: #181C2E;
  background: transparent;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.contact-field-input::placeholder,
.contact-field-textarea::placeholder {
  color: #BAC8D8;
  font-size: 13.5px;
}

.contact-field-input:focus,
.contact-field-textarea:focus {
  border-bottom-color: #0052FF;
}

.contact-field-textarea {
  resize: none;
  min-height: 70px;
}

.contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.contact-submit-btn {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 52px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 82, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

.contact-submit-btn:hover {
  background: #003ece;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 82, 255, 0.5);
}

/* --------------------------------------------------------------------------
   14F. Request a Call & Special Support Offices Section (Matches Screenshot)
   -------------------------------------------------------------------------- */
.request-call-support-section {
  position: relative;
  padding: 60px 0 85px;
  z-index: 2;
}

.request-call-card {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 44px 50px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.request-call-title {
  font-size: 24px;
  font-weight: 700;
  color: #181C2E;
  text-align: center;
  margin-bottom: 28px;
}

.request-call-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.call-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.call-field-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #556B82;
  margin: 0;
}

.call-field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D8E0EB;
  padding: 8px 0;
  font-size: 14px;
  color: #181C2E;
  background: transparent;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.call-field-input::placeholder {
  color: #BAC8D8;
  font-size: 13.5px;
}

.call-field-input:focus {
  border-bottom-color: #0052FF;
}

.call-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.call-submit-btn {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 52px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 82, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

.call-submit-btn:hover {
  background: #003ece;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 82, 255, 0.5);
}

/* Looking for Special Support & 6 Offices */
.special-support-wrap {
  margin-top: 100px;
}

.special-support-title {
  font-size: clamp(28px, 50px, 50px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 80px;
  line-height: 120%;
}

.support-offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 55px;
  max-width: 1100px;
  margin: 0 auto;
}

.support-office-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.office-country-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.country-flag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.office-country-meta {
  display: flex;
  flex-direction: column;
}

.country-name,
.city-name {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 150%;
}



.office-type-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2%;
  line-height: 150%;
  margin-bottom: 16px;
}

.office-address-text {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;

}

/* --------------------------------------------------------------------------
   15. Be Confident in Your Future & Registration Form (Matches Screenshot)
   -------------------------------------------------------------------------- */
.register-flow-section {
  position: relative;
  z-index: 2;
}

.register-flow-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: flex-start;
}

.register-flow-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #49C8FF;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}

.register-section-title {
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 16px;
}

.register-story-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.flow-steps-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 31px;
  width: 100%;
}

.flow-step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.step-icon-wrap {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.step-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.step-desc {
  max-width: 300px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
}

/* Registration Form Card */
.register-form-card {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 570px;
}

.register-form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #181C2E;
  margin-bottom: 40px;
  text-align: center;
}

.reg-field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  text-align: left;
}

.reg-field-label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  margin: 0;
}

.reg-field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(24 28 46 / 70%);
  padding: 6px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(24, 28, 46, 0.6);
  background: transparent;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.reg-field-input::placeholder {
  color: rgba(24, 28, 46, 0.6);
}

.reg-select-wrapper {
  position: relative;
  width: 100%;
}

.reg-field-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(24 28 46 / 70%);
  padding: 6px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  background: transparent;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.reg-select-arrow {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Send OTP & reCAPTCHA Row */
.reg-otp-captcha-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.btn-send-otp,
.btn-verify-code {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 20px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 82, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.2s ease;
}

.btn-send-otp:hover,
.btn-verify-code:hover {
  background: #003ece;
  transform: translateY(-1px);
}

.recaptcha-mini-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #556B82;
  background: #F8FAFD;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #E1E8F0;
  cursor: pointer;
}

.recaptcha-mini-label input[type="checkbox"] {
  accent-color: #0052FF;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.recaptcha-icon {
  flex-shrink: 0;
}

.reg-verify-btn-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: -6px;
  margin-bottom: 18px;
}

/* Checkboxes */
.reg-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.reg-checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #181C2E;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.reg-checkbox-item {
  position: relative;
}

.reg-checkbox-item input {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.reg-checkbox-item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #181C2E;
  border-radius: 3px;
}

.reg-checkbox-item::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 20px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #0047FF;
  border-bottom: 2px solid #0047FF;
  transform: rotate(-45deg);
  opacity: 0;
}

.reg-checkbox-item:has(input:checked)::after {
  opacity: 1;
}

.terms-link {
  color: #0052FF;
}

/* Submit Button */
.reg-submit-btn-wrap {
  display: flex;
  justify-content: center;
}

.register-get-started-btn {
  background: #0052FF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 50px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 240px;
}

.register-get-started-btn:hover {
  background: #38B6FF;
}

/* --------------------------------------------------------------------------
   16. Crypto Playground CTA Section
   -------------------------------------------------------------------------- */
.playground-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0 140px;
  width: 100%;
  background: linear-gradient(0deg, rgba(50, 76, 107, 0.7), rgba(50, 76, 107, 0.7)), url('../images/real-account-img2.webp') center / cover no-repeat;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.playground-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.playground-title {
  font-size: clamp(32px, 50px, 50px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.25;
  margin-bottom: 32px;
}

.playground-desc {
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto 32px;
}

.playground-btn-wrap {
  display: flex;
  justify-content: center;
}

.playground-btn {
  background: #0047FF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 44px;
  border-radius: 100px;
  box-shadow: 0 8px 25px rgba(0, 71, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

.playground-btn:hover {
  background: #0036cc;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 71, 255, 0.5);
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   17. Footer Section (Matches Screenshot Exactly)
   -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 10;
}

.footer-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px 40px 0px 0px;
  padding: 60px 135px 23px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  color: #181C2E;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr 1fr;
  gap: 36px 28px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-right: 15px;
}

.footer-logo img {
  height: 38px;
  width: auto;
  display: block;
  margin-bottom: 47px;
}

.footer-brand-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact-link {
  font-size: 15px;
  color: #181C2E;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
  font-weight: 400;
}

.footer-contact-link:hover {
  color: #0052FF;
}

.footer-brand-address p {
  font-size: 15px;
  color: #181C2E;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.footer-col-title {
  font-size: 15px;
  font-weight: 400;
  color: #181C2E;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-link-list li a {
  font-size: 15px;
  color: #181C2E;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.footer-link-list li a:hover {
  color: #0052FF;
}

/* Middle Legal Ribbon (6 items between blue border lines) */
.footer-legal-ribbon {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  border-top: 1px solid #0047FF;
  border-bottom: 1px solid #0047FF;
  padding: 20px 0;
  margin: 36px 0 28px;
}

.footer-legal-link {
  font-weight: 700;
  font-size: 20px;
  color: #181C2E;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.footer-legal-link:hover {
  color: #0052FF;
}

/* 2-Column Risk Warning & Legal Disclaimer Grid */
.footer-disclaimer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  margin-bottom: 22px;
}

.disclaimer-heading {
  font-size: 15px;
  font-weight: 400;
  color: #181C2E;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 6px;
}

.disclaimer-body {
  font-size: 15px;
  line-height: 1.6;
  color: #181C2E;
  margin: 0;
}

.footer-reg-meta {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-reg-meta p {
  font-size: 15px;
  line-height: 1.5;
  color: #181C2E;
  margin: 0;
}

.footer-bottom-bar {
  /* border-top: 1px solid #EEF2F6; */
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright {
  font-size: 20px;
  color: #181C2E;
  font-weight: 400;
  margin: 0;
}

.footer-payment-badges {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mastercard-icon {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.visa-icon {
  height: 22px;
  width: auto;
  object-fit: contain;
}

/* Language Dropdown CSS */
.lang-selector-header {
  position: relative;
}

.lang-dropdown-container {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #07162c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 8px 12px;
  min-width: 80px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.lang-selector-header:hover .lang-dropdown-container,
.lang-selector-header:focus-within .lang-dropdown-container {
  display: block;
}

.lang-dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-dropdown-item {
  margin-bottom: 6px;
}

.lang-dropdown-item:last-child {
  margin-bottom: 0;
}

.lang-dropdown-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--color-white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: opacity var(--transition-speed) ease;
}

.lang-dropdown-item a:hover {
  opacity: 0.8;
}


/* =========================================
   MAIN SECTION
========================================= */

.crypto-playground {
  position: relative;
  width: 100%;
  padding: 130px 0;
  overflow: hidden;
  background: #324C6B;
}

h2.crypto-playground__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0px;
}

.bgimage {
  position: absolute;
  bottom: 0;
}


/* =========================================
   CONTENT CONTAINER
========================================= */

.crypto-playground__container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.crypto-playground__content {
  margin-left: 77px;
}


/* =========================================
   HEADING
========================================= */

.crypto-playground__title {
  margin: 0 0 56px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0px;
}


/* =========================================
   BUTTON WRAPPER
========================================= */

.crypto-playground__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}


/* =========================================
   BUTTON
========================================= */

.crypto-playground__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 12px;
  border: none;
  border-radius: 50px;
  background: #004cff;
  color: #ffffff;

  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}


/* =========================================
   BUTTON HOVER
========================================= */

.crypto-playground__button:hover {
  background: #003dcc;
  color: #ffffff;
  transform: translateY(-2px);
}

section.dashboard-widget-section::after,
section.ta-widget-section::after {
  content: '';
  position: absolute;
  bottom: -25%;
  right: 0px;
  animation: levitateGlowRight 14s ease-in-out infinite alternate;
  width: 685.17px;
  height: 706.38px;
  background: #FB7C5C;
  filter: blur(150px);
  transform: rotate(131.61deg);
}

section.dashboard-widget-section,
section.ta-widget-section {
  position: relative;
  padding: 40px 0 100px;
}

.real-account-text-col h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 16px;
}


.bgimageadv.aboutusbgimage {
  position: absolute;
  left: 0;
  top: 18%;

}

.wpforms-container-full {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

label.wpforms-field-label {
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  font-size: 20px !important;
  line-height: 150% !important;
}

.wpforms-field-large,
.wpforms-field-medium {
  border: none !important;
  border-bottom: 1px solid #181C2E !important;
  border-radius: 0 !important;
}

textarea.wpforms-field-medium {
  height: 212px;
}

div.wpforms-container-full input[type=date]:focus,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus,
.wp-core-ui div.wpforms-container-full input[type=date]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus,
.wp-core-ui div.wpforms-container-full input[type=email]:focus,
.wp-core-ui div.wpforms-container-full input[type=month]:focus,
.wp-core-ui div.wpforms-container-full input[type=number]:focus,
.wp-core-ui div.wpforms-container-full input[type=password]:focus,
.wp-core-ui div.wpforms-container-full input[type=range]:focus,
.wp-core-ui div.wpforms-container-full input[type=search]:focus,
.wp-core-ui div.wpforms-container-full input[type=tel]:focus,
.wp-core-ui div.wpforms-container-full input[type=text]:focus,
.wp-core-ui div.wpforms-container-full input[type=time]:focus,
.wp-core-ui div.wpforms-container-full input[type=url]:focus,
.wp-core-ui div.wpforms-container-full input[type=week]:focus,
.wp-core-ui div.wpforms-container-full select:focus,
.wp-core-ui div.wpforms-container-full textarea:focus {

  box-shadow: none !important;
  outline: none !important;
}

.ticker-section1 {
  position: relative;
  z-index: 1;

}

.platform_desktop {
  padding-top: 0;
}

img.bred_responsive {
  display: none;
}

.crypto-widget-card-override {
  margin: 24px 0;
}

iframe {
  height: calc(100% - 20px) !important;
}

.rech_box {
  margin: 7.5px 0;
}

.bgimageadv.trading_custom_class {
  top: 0;
}

footer#about::after {
  content: "";
  position: absolute;
  width: 654.44px;
  height: 674.69px;
  left: -30px;
  top: 100px;
  background: #49C8FF;
  filter: blur(150px);
  transform: rotate(22.52deg);
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 0;
}

.footer-container.aos-init.aos-animate {
  z-index: 10;
  position: relative;
}

.cross svg {
  opacity: 0.5;
}

.account_heading h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.account_heading p {
  font-size: 20px;
  line-height: 120%;
}

.account_heading {
  margin-bottom: 55px;
}

li.active a.dropdown-item-custom.active {
  color: #49C8FF !important;
}

li.nav-item.has-dropdown.active a {
  /*color: #ffffff;*/
}

.bgimageadv.account_type_section {
  left: 0;
  top: 30%;
}

.hero-section.thankyouopage {
  padding-top: 0;
  padding-bottom: 200px;
}

.hero-section.thankyouopage .hero-visual {
  top: -250px;
}

.hero-section.thankyouopage form#heroEmailForm,
.hero-section.thankyouopage .hero-subtext1 {
  display: none;
}

.hero-section.thankyouopage::before,
.hero-section.thankyouopage::after {
  display: none;
  Background: transparent !important;
}

.hero-section.thankyouopage .hero-bg-glow {
  display: block;
}

.page-id-998 .bredcumimage {
  opacity: 0;
}

.common_section {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.platform-for-desktop .bg-ambient-wrapper,
.platform-for-mobile .bg-ambient-wrapper,
.webtrader .bg-ambient-wrapper {
  display: block;
}

.platform-for-desktop .bg-ambient-wrapper img:first-child,
.platform-for-mobile .bg-ambient-wrapper img:first-child,
.webtrader .bg-ambient-wrapper img:first-child {
  display: none;
}

.platform-for-desktop .bg-ambient-wrapper img:nth-child(3),
.platform-for-mobile .bg-ambient-wrapper img:nth-child(3),
.webtrader .bg-ambient-wrapper img:nth-child(3) {
  display: none;
}

.sub_button {
  margin-top: 24px;
}

.common_section a {
  word-wrap: anywhere;
}

.common_section p,
.common_section li {
  font-size: 20px;
  line-height: 150%;
}

.common_section h3 {
  font-size: 36px;
  line-height: 120%;
  margin: 10px 0;
}

.thank-you h1.breadcrumb-page-title {
  display: none;
}