/* ==========================================================================
   GlobalElius - Responsive Stylesheet
   Pixel-accurate matching for Tablet and Mobile layouts
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Large Screens & Desktops (max-width: 1200px)
   -------------------------------------------------------------------------- */


@media (min-width: 1199px) and (max-width: 1400px) {

  .footer-container {
    padding: 60px 0px 23px;
  }

  .footer-top-full,
  .footer-legal-ribbon_main,
  .footer-top-grid,
  .footer-disclaimer-grid,
  .footer-reg-meta,
  .footer-bottom-bar {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
  }

  footer#about::after {

    top: 30px;
  }

  .footer-disclaimer-grid {
    margin-bottom: 22px !important;
  }

  .footer-bottom-bar {
    margin-top: 22px;
  }
}

@media (max-width: 1199px) {
  .hero-grid {
    gap: 30px;
  }

  .site-section {
    padding-top: 80px;
  }

  .footer-top-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
  }

  .hero-section::before {
    top: 0px;
    left: 40%;
    width: 320px;
    height: 350px;
  }

  .hero-section::after {
    top: -65px;
    right: 10%;
    width: 412.48px;
    height: 415.85px;
  }

  .platform-for-desktop .bg-ambient-wrapper {
    display: none;
  }

  .platform-for-mobile .bg-ambient-wrapper {
    display: none;
  }

  .webtrader .bg-ambient-wrapper {
    display: none;
  }

  h3.forex-feature-title br {
    display: none;
  }


}

/* --------------------------------------------------------------------------
   2A. iPad / Tablet Header (768px - 1199px) - Matches Screenshot 1
   -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .header-logo img {
    height: 35px;
    width: auto;
  }

  a#crypto-download-btn {
    width: 350px;
    padding: 14px;
  }



  .site-header {
    position: sticky;
    top: 0;
    padding: 10px 0;
    z-index: 1000;
  }

  .bredcumimage {
    position: absolute;
    top: -400px;
  }

  .playground-section {
    padding: 120px 0 120px;
    margin-bottom: 40px;
  }


  .site-header.is-sticky {
    padding: 12px 0;
    background-color: rgba(50, 76, 107, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  }

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

  .header-actions .btn-signup,
  .header-actions .btn-login,
  .header-actions .lang-selector-header {
    display: inline-flex;
  }

  .mobile-menu-toggle {
    display: block;
    cursor: pointer;
    padding: 6px;
    z-index: 102;
  }

  .mobile-nav-header,
  .mobile-nav-actions {
    display: none !important;
  }

  /* Floating Dropdown Menu Panel on iPad */
  .header-nav {
    position: absolute;
    top: 100%;
    right: clamp(20px, 4vw, 60px);
    width: 280px;
    height: auto;
    max-height: calc(100vh - 90px);
    background: #243c56;
    padding: 24px 16px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 110;
    overflow-y: auto;
  }

  .header-nav.menu-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    right: clamp(20px, 4vw, 60px);
  }

  .dropdown-chevron {
    display: block;
  }

  .nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-item {
    width: 100%;
    padding: 20px 0px 0px;
  }

  .crypto-tabs-nav .nav-item {
    width: unset;

  }

  .chart-info-col {
    margin-top: 50px;
  }

  h2.buy-crypto-card-title br {
    display: none;
  }

  #menu-header-menu-en .nav-item:first-child {
    padding: 0px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-item.open>.nav-link {
    color: var(--color-accent) !important;
  }

  .nav-item.open .dropdown-chevron {
    transform: rotate(180deg) !important;
  }

  /* Submenu Dropdown Accordion on iPad */
  .header-nav .dropdown-menu-custom {
    background: transparent;
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 10px 10px 0px 15px !important;
    margin: 0 !important;
    min-width: 100% !important;
    pointer-events: auto !important;
  }

  .header-nav .nav-item.open>.dropdown-menu-custom,
  .header-nav .nav-item.open .dropdown-menu-custom {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Hero / Banner Section on iPad (Matches Screenshot 1 Exactly) */
  .hero-section {
    padding: 65px 0px;
    overflow: hidden;
    position: relative;
  }

  .hero-main-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 71, 255, 0.4));
  }

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

  .hero-visual {
    top: 130px;
  }

  .hero-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 5px 5px 5px 24px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px;
  }

  .hero-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #181C2E;
    font-weight: 500;
    padding: 0;
  }

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

  .hero-search-btn {
    width: 190px;
  }

  .hero-search-btn:hover {
    background-color: #003ece;
  }

  .hero-subtext {

    color: #D4E2F0;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  /* Brand Stats */
  .brand-top-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .brand-bg-glow {
    width: 500px;
  }

  .stats-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .stat-card {
    padding: 26px 20px;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-label {
    font-size: 20px;
    line-height: 150%;
  }

  /* Real Account Section on Tablet */
  .real-account-top-row {
    /*-template-columns: 1fr;
	 text-align: center;*/
    gap: 30px;
    margin-bottom: 100px;

  }

  .real-account-media-col {
    justify-content: center;
  }

  .real-account-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .real-feature-card {
    padding: 32px 20px;
  }

  .real-feature-title {
    font-size: 19px;
  }

  /* Account Types Section on Tablet */

  .account-card-container {
    padding: 36px 32px;
    border-radius: 0 24px 24px 24px;
  }

  .account-card-content {
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
  }

  .account-tab-btn {
    padding: 21px 24px;

  }

  .account-tab-btn.tab-btn-vip {
    margin-bottom: 18px;
  }

  /* Deep Analytical Tools on Tablet */

  .analytical-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Trade All Cryptos on Tablet */
  .crypto-liquidity-section {
    padding: 55px 0 45px;
  }

  .crypto-liquidity-grid {
    /*grid-template-columns: 1fr;*/
    gap: 30px;
    text-align: left;
  }

  .crypto-liquidity-title {
    font-size: 50px;
  }

  /* Forex Features Section on Tablet */
  .forex-features-section {
    padding: 45px 0 90px;
  }

  .forex-features-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Chart Showcase Card */
  .chart-card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .chart-visual-wrap {}

  /* Trading Hours on Tablet */
  .trading-hours-section {
    padding: 55px 0 45px;
  }

  /* Advantages Section */
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .advantage-desc {
    min-height: 200px;
  }

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

  .advantage-card {
    max-width: 520px;
    margin: auto;
  }

  /* Invest Section */
  .invest-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: left;
  }

  .register-flow-right {
    margin: 0 auto;
  }

  .invest-content {
    max-width: 100%;
  }

  .invest-visual {
    max-width: 380px;
    margin: 0 auto;
  }

  /* Buy Crypto Section on Tablet */
  .buy-crypto-section {
    padding: 45px 0 50px;
  }

  .buy-crypto-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  /* Company Regulation Section on Tablet */
  .company-regulation-section {
    padding: 55px 0 45px;
  }

  .company-regulation-text-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .company-regulation-banner-wrap {
    border-radius: 24px;
  }

  /* Legal Docs on Tablet */
  .legal-docs-section {
    padding: 45px 0 35px;
  }

  .legal-docs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  /* Contact Section on Tablet */
  .contact-section {
    padding: 45px 0 35px;
  }

  .contact-info-row {
    gap: 36px;
    flex-direction: column;
  }

  label.wpforms-field-label {
    margin-bottom: 0px !important;
  }

  .contact-card {
    padding: 45px 45px 45px;
  }

  .contact-info-row {
    margin-bottom: 120px;
  }

  /* Request Call & Offices on Tablet */
  .request-call-support-section {
    padding: 45px 0 40px;
  }

  .special-support-wrap {
    margin-top: 100px;
  }

  .special-support-title {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .support-offices-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 70px;
  }

  input::placeholder,
  textarea::placeholder {
    color: #181C2E99 !important;
    opacity: 1;
  }

  /* Register Flow Section */
  .register-flow-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Footer on iPad (Matches Screenshot Exactly) */
  .site-footer {
    padding: 30px 0px 0px;
  }

  footer#about::after {
    top: 50px;
    height: 400px;
  }

  .footer-container {
    display: grid;
    grid-template-areas:
      "brand legal"
      "disclaimer disclaimer"
      "meta meta"
      "bottom bottom";
    grid-template-columns: 1.15fr 1fr;
    gap: 30px 40px;
    padding: 48px 20px 34px;
    border-radius: 36px 36px 0 0px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .footer-top-grid {
    grid-area: brand;
    display: block;
    margin-bottom: 0;
  }

  .footer-col {
    display: none !important;
  }

  .footer-brand-col {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-logo img {
    height: 38px;
    width: auto;
  }

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

  .footer-contact-link {
    font-size: 13.5px;
    color: #181C2E;
  }

  .footer-brand-address p {
    font-size: 13px;
    line-height: 1.5;
    color: #181C2E;
  }

  .footer-legal-ribbon {
    grid-area: legal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border: none;
    padding: 0;
    margin: 0;
  }

  .footer-legal-link {
    font-size: 20px;
    font-weight: 700;
    color: #181C2E;
    letter-spacing: 0.4px;
    line-height: 150%;
    white-space: normal;
    text-decoration: none;
    text-align: left;
  }

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

  .footer-disclaimer-grid {
    grid-area: disclaimer;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .disclaimer-heading {
    font-size: 15px;
    color: #181C2E;
    margin-bottom: 4px;

  }

  .disclaimer-body {
    font-size: 15px;
    line-height: 1.55;
    color: #181C2E;
    font-weight: 400;
  }

  .footer-reg-meta {
    grid-area: meta;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

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

  .footer-bottom-bar {
    grid-area: bottom;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;

    margin-top: 6px;
  }

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

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

  .lock-payment-icon {
    display: none;
  }

  .orbital-network-container {
    max-width: 990px;
    height: 700px;
    margin-top: -80px;
  }

  .node-label {
    font-size: 26px;
  }

  .node-shares {
    top: 26%;
    left: 38%;
  }

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

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

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

  section#advantages::before {
    bottom: 20%;
    right: 30%;
    width: 300px;
    height: 300px;
  }

  section#advantages::after {
    bottom: 20%;
    width: 400px;
    height: 400px;
  }

  .platform_desktop .real-account-top-row {
    padding: 20px;

  }

  .breadcrumb-banner-wrapper {
    padding: 80px 0 0
  }

  .eyebrow-text {
    margin-bottom: 8px;
  }

  .real-account-img {
    height: 340px;
    object-fit: cover;
  }

  img.bred_responsive {
    display: block;
    width: 100%;
  }

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

  .hero-section.thankyouopage .hero-visual {
    top: unset;
  }

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

  section#pricavy_policy,
  section#condtions,
  section#Risk,
  section#Cookie,
  section#Customer,
  section#Customer,
  section#policy_pages_content {
    padding-left: 0;
    padding-right: 0;
  }

}

/* Ipad Responsive */
@media (max-width: 991px) {
  .stats-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .stat-card {
    padding: 26px 20px;
    width: 100%;
    max-width: 370px;
    margin: auto;
  }

  .site-section {
    padding-top: 70px;
  }

  .advantage-title {
    min-height: 135px;
  }

  .trading-faqs footer#about::after {
    top: 150px;
    background: transparent;
  }

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





}

/* --------------------------------------------------------------------------
   3. Mobile Devices (max-width: 767px) - Matches Mobile Screenshot
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --font-h2-size: 24px;
  }

  .platform_desktop {
    padding-top: 60px;
  }

  .breadcrumb-banner-wrapper {
    padding: 40px 0 0;
  }

  .bredcumimage {
    position: absolute;
    top: 67px;
    /* Ellipse 11 */

    position: absolute;
    width: 547.77px;
    height: 656.71px;
    left: -225px;
    top: -282.78px;

    background: #474FEC;
    filter: blur(150px);
    transform: matrix(0.35, 0.94, -0.97, 0.24, 0, 0);

  }

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

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

  /* Header & Mobile Slide Drawer - Matches Screenshot 2 */
  .site-header {
    position: sticky;
    top: 0;
    padding: 14px 0;
    z-index: 1000;
  }

  .site-section {
    padding-top: 50px;
  }

  .site-header.is-sticky {
    padding: 10px 0;
    background-color: rgba(50, 76, 107, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  }

  .header-logo img {
    height: 32px;
  }

  .header-actions .btn-login,
  .header-actions .btn-signup,
  .header-actions .lang-selector-header {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
    cursor: pointer;
    padding: 6px;
    z-index: 102;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 290px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #2d435e;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.7);
    padding: 20px 20px 30px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 110;
    overflow-y: auto;
  }

  .header-nav.menu-open {
    right: 0;
  }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-nav-logo {
    height: 32px;
    width: auto;
  }

  .mobile-nav-close {
    background: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-close svg {
    width: 24px;
    height: 24px;
  }

  .mobile-nav-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-nav-actions .lang-selector-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 4px 10px;
    cursor: pointer;
  }

  .mobile-nav-actions .btn-signup {
    width: 100%;
    padding: 8px 20px;
    font-size: 20px;
  }

  .mobile-nav-actions .btn-login {
    width: 100%;
    padding: 8px 20px;
    font-size: 20px;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-item {
    width: 100%;
    padding: 0px 0px 16px;
  }

  .nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-item.open>.nav-link {
    color: var(--color-accent) !important;
  }

  .nav-item.open .dropdown-chevron {
    transform: rotate(180deg) !important;
  }

  /* Submenu Dropdown Accordion on Mobile */
  .header-nav .dropdown-menu-custom {
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 10px 0px 25px !important;
    margin: 0px !important;
    min-width: 100% !important;
    pointer-events: auto !important;
  }

  .header-nav .nav-item.open>.dropdown-menu-custom,
  .header-nav .nav-item.open .dropdown-menu-custom {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .dropdown-item-custom {
    display: block;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .dropdown-chevron {
    display: block;
  }

  /* Hero / Banner Section on Mobile (Matches Screenshot 2 Exactly) */
  .hero-section {
    padding: 65px 0 45px;
    overflow: hidden;
    position: relative;
  }

  p.hero-subtext br {
    display: none;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    position: relative;
  }

  .hero-main-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 71, 255, 0.45));
  }

  .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 340px;
  }

  .hero-search-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-bottom: 14px;
    gap: 14px;
  }

  .hero-search-input {
    background: #FFFFFF;
    border-radius: 100px;
    padding: 14px 22px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
  }

  .hero-section::after {
    top: 0;
    right: 10%;
    width: 412.48px;
    height: 415.85px;
    /*background: #474FEC;*/
  }

  .hero-search-btn {
    width: 100%;
    max-width: 220px;
    padding: 13px 20px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #0052FF;
    color: #FFFFFF;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 82, 255, 0.45);
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
  }

  .hero-search-btn:hover {
    background-color: #003ece;
  }

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

  /* Live Ticker */
  .ticker-section {
    padding: 10px 0;
  }

  .ticker-item {
    font-size: 13px;
    gap: 8px;
  }

  h2.crypto-playground__title {
    font-size: 24px;
  }

  /* Brand Stats Section */

  .brand-top-row {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stat-card {
    padding: 24px 20px;
    align-items: flex-start;
  }

  .stats-cards-grid {
    margin-bottom: 40px;
  }

  .stat-card-header {
    margin-bottom: 16px;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-label {
    font-size: 20px;
  }

  .brand-cta-wrap .site-btn {
    width: 100%;
  }

  /* Trading Instruments Vertical Node Stack Matching Screenshot */
  .orbital-network-container {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 36px;
  }

  .orbital-lines-svg {
    display: none;
  }

  .node-item {
    position: static;
    transform: none !important;
  }

  .instruments-title {
    font-size: 24px;
  }

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

  /* Real Account Section on Mobile */
  .real-account-section {
    padding: 60px 0 30px;
    z-index: 11;
    position: relative;
  }

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

  .real-account-top-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
    text-align: left;
  }

  .real-account-lead {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .real-account-body {
    font-size: 16px;
  }

  .real-account-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .real-feature-card {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .real-feature-title {
    font-size: 20px;
  }

  .advantage-desc {
    font-size: 20px;
  }

  /* Account Types Section on Mobile */
  .account-types-section {
    padding: 60px 0;
  }

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

  .account-types-title {
    font-size: 32px;
  }

  .account-tabs-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 2px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .account-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .account-tab-btn {
    padding: 21px 18px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 14px 14px 0 0;
  }

  .account-tab-btn.tab-btn-vip {
    padding: 7px 25px;
    margin-left: 6px;
    margin-bottom: 18px;
  }

  .account-tab-btn.tab-btn-vip.active {
    padding: 10px 18px;
    border-radius: 14px 14px 0 0;
    margin-bottom: 0;
  }

  .account-card-container {
    padding: 28px 18px;
    border-radius: 0 20px 20px 20px;
  }

  .account-card-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .account-plan-info {}

  .plan-heading {
    font-size: 24px;
  }

  .plan-desc {
    max-width: 100%;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .plan-price {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .plan-register-btn {
    width: 100%;
    max-width: 280px;
  }

  .account-features-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .feature-item {
    font-size: 20px;
    gap: 8px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-value {
    font-size: 20px;
  }

  /* Deep Analytical Tools on Mobile */
  .analytical-tools-section {
    padding: 30px 0 20px;
  }

  .analytical-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .analytical-lead-text {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .analytical-body-text {
    font-size: 20px;
  }

  .analytical-features-col {
    gap: 60px;
  }

  .analytical-feature-item {
    gap: 30px;
    flex-direction: column;
  }

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

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

  .analytical-feature-title {
    font-size: 20px;
  }

  .analytical-feature-desc {
    font-size: 20px;
  }

  /* Trade All Cryptos on Mobile */
  .crypto-liquidity-section {
    padding: 40px 0 30px;
  }

  .crypto-liquidity-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .crypto-liquidity-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .crypto-liquidity-desc {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .crypto-download-btn {
    width: 100%;
    max-width: 300px;
  }

  /* Forex Features Section on Mobile */
  .forex-features-section {
    padding: 35px 0 25px;
  }

  .forex-features-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .forex-feature-header {
    gap: 16px;
    margin-bottom: 14px;
  }

  .forex-feature-title {
    /*font-size: 20px;*/
  }

  .forex-feature-desc {
    font-size: 20px;
  }

  /* Exchange 1000+ Pairs Section */

  .crypto-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 4px 12px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .crypto-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .crypto-tab-btn {
    flex-shrink: 0;
    font-size: 13px;
  }

  .chart-showcase-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .chart-card-grid {
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
  }

  .chart-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .chart-current-price {
    font-size: 32px;
  }

  .chart-info-col .site-btn {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .chart-visual-wrap {
    width: 100%;
  }

  /* Trading Hours on Mobile */
  .trading-hours-section {
    padding: 45px 0 35px;
  }

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

  .trading-hours-main-title {
    font-size: 26px;
  }

  .market-card-subhead,
  .market-data-row {
    grid-template-columns: 105px 1fr;
    padding: 10px 14px;
    font-size: 11.5px;
    gap: 8px;
  }

  .market-card-head {
    font-size: 15.5px;
    padding: 10px 16px;
  }

  /* Advantages Section */

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .advantage-card {
    padding: 30px 22px;
  }

  .advantage-card {
    max-width: 440px;
    margin: auto;
  }

  .advantage-title {}

  .advantages-bottom-text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .advantages-bottom .site-btn {
    width: 100%;
  }

  /* Invest Section */

  .invest-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
  }

  .invest-content .site-btn {
    width: 100%;
  }

  .invest-visual {
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0;
  }

  /* Buy Crypto Section on Mobile */
  .buy-crypto-section {
    padding: 35px 0 40px;
  }

  .buy-crypto-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .buy-crypto-card-desc {
    font-size: 20px;
  }

  .buy-crypto-widget-card {
    padding: 26px 20px 22px;
    border-radius: 18px;
  }

  .convert-number-input {
    font-size: 20px;
  }

  .convert-currency-select {
    font-size: 17px;
  }

  .convert-exchange-btn {
    width: 100%;
    max-width: 220px;
  }

  /* FAQ Section on Mobile */
  .faq-section {
    padding: 50px 0 40px;
  }

  .faq-item {
    border-radius: 24px;
  }

  .faq-question-btn {
    padding: 20px 22px;
    min-height: 72px;
    gap: 10px;
  }

  .faq-question-text {
    font-size: 18px;
  }

  .faq-answer-wrap {
    padding: 0 22px;
  }

  .faq-item.active .faq-answer-wrap {
    padding: 0 22px 18px;
  }

  .faq-answer-text {
    font-size: 16px;
  }

  /* Company Regulation Section on Mobile */
  .company-regulation-section {
    padding: 40px 0 35px;
  }

  .company-regulation-text-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
    text-align: left;
  }

  .company-regulation-text {}

  .company-regulation-banner-wrap {
    border-radius: 18px;
  }

  /* Legal Docs on Mobile */
  .legal-docs-section {
    padding: 35px 0 25px;
  }

  .legal-docs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .legal-doc-box {
    padding: 18px 22px;

  }

  .legal-doc-title {
    font-size: 20px;
  }

  /* Contact Section on Mobile */
  .contact-section {
    padding: 80px 0 25px;
  }

  .contact-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    max-width: 430px;
    margin-bottom: 40px;
  }

  .contact-card {
    padding: 30px 22px 28px;
    border-radius: 24px;
  }

  .contact-card-title {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .contact-submit-btn {
    width: 100%;
  }

  /* Request Call & Offices on Mobile */
  .request-call-support-section {
    padding: 35px 0 30px;
  }

  .request-call-card {
    padding: 30px 22px 28px;
    border-radius: 24px;
  }

  .request-call-title {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .call-submit-btn {
    width: 100%;
  }

  .special-support-wrap {
    margin-top: 60px;
  }

  .special-support-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .support-offices-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Register Flow Section */

  .register-flow-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .flow-steps-list {
    margin-top: 24px;
    gap: 20px;
  }

  .step-content-wrap h4 {
    font-size: 20px;
  }


  .register-form-card {
    padding: 30px 22px 28px;
    border-radius: 24px;
  }

  .register-flow-right {
    margin: 0 auto;
  }

  .register-form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .register-get-started-btn {
    width: 100%;
    max-width: 100%;
  }

  /* Playground Section */
  .playground-section {
    padding: 60px 0 60px;
  }

  .playground-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 14px;
  }

  .playground-desc {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .playground-btn {
    width: 100%;
    max-width: 280px;
  }

  .platform_desktop .real-account-top-row {
    padding: 20px;
  }

  .platform_desktop .real-account-top-row h2 {
    font-size: 20px;
  }

  /* Footer on Mobile (Matches Screenshot Exactly) */
  .site-footer {
    padding: 20px 0px 0px;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    padding: 34px 20px 28px;
    border-radius: 28px 28px 0 0;
    background: #FFFFFF;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    gap: 20px;
  }

  .footer-top-grid {
    display: block;
    margin-bottom: 0;
    order: 1;
  }

  .footer-legal-ribbon_main {
    order: 4;
  }

  .crypto-playground__content {
    margin-left: 0;
  }

  .footer-col {
    display: none !important;
  }

  .footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 0;
  }

  .footer-logo img {
    height: 36px;
    width: auto;
  }

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

  .footer-contact-link {
    font-size: 16px;
    color: #181C2E;
  }

  .footer-brand-address p {
    font-size: 16px;
    line-height: 1.5;
    color: #181C2E;
  }

  .footer-disclaimer-grid {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
  }

  .disclaimer-heading {
    font-size: 16px;
    color: #181C2E;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
  }

  .disclaimer-body {
    font-size: 16px;
    line-height: 1.55;
    color: #181C2E;
    font-weight: 400;
  }

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

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

  .footer-legal-ribbon {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border: none;
    padding: 6px 0;
    margin: 0;
  }

  .footer-legal-link {
    font-size: 16px;
    font-weight: 700;
    color: #181C2E;
    letter-spacing: 0.3px;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
    text-decoration: none;
  }

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

  .footer-bottom-bar {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-top: none;
    padding-top: 4px;
    margin-top: 0;
  }

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

  .lock-payment-icon {
    display: block;
    width: 18px;
    height: 18px;
  }

  .payment-icon {
    height: 20px;
    width: auto;
  }

  .footer-copyright {
    order: 2;
    font-size: 16px;
    color: #181C2E;
    line-height: 1.5;
    text-align: left;
  }

  .footer-logo img {
    margin-bottom: 20px;
  }

  /* Hide fixed background waves on small devices */
  .ambient-wave-left,
  .ambient-wave-right,
  .ambient-wave-right-bottom {
    display: none;
  }

  .buy-crypto-card-container {
    padding: 30px 20px;
  }

  section#advantages::after {
    bottom: 20%;
    width: 400px;
    height: 400px;
  }

  section#advantages::before {
    bottom: 0;
    width: 300px;
    height: 300px;
  }

  .buy-crypto-card-title {
    font-size: 24px;
  }

  .buy-crypto-card-title br {
    display: none;
  }

  .register-section-title {
    font-size: 24px;
  }

  .flow-step-item {
    flex-direction: column;
  }

  .real-account-img {
    height: 230px;
    object-fit: cover;
  }

  .advantage-title {
    min-height: unset;
  }

  .real-account-text-col h2 {
    font-size: 24px;
  }

  .containerwhitebg .crypto-liquidity-grid {
    padding: 30px 30px;
  }

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

  .contact-info-item {
    align-items: self-start;
    flex-direction: column;
  }

  label.wpforms-field-label {
    margin-bottom: 0px !important;
  }

  .contact-field-group {
    gap: 0px;
  }

  .bgimageadv.aboutusbgimage.contactpage {
    position: absolute;
    left: 0;
    top: 41%;
  }

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

  .trading-faqs footer#about::after,
  .trading-hours footer#about::after {
    top: 150px;
    background: transparent;
  }

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

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

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

  .hero-section.thankyouopage .hero-visual {
    top: unset;
  }

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

  section#pricavy_policy,
  section#condtions,
  section#Risk,
  section#Cookie,
  section#Customer,
  section#policy_pages_content {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-signup {
    white-space: unset;
  }

  .features-list {
    gap: 20px;
  }

  .btn-signup {
    font-size: 18px;
  }

}

/* --------------------------------------------------------------------------
   4. Extra Small Screens (max-width: 400px)
   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
  .hero-title {
    font-size: 26px;
  }

  .stat-number {
    font-size: 30px;
  }

  .site-btn {
    font-size: 20px;
    padding: 12px 20px;
  }


}