/*
Theme Name: FP Markets Premium Landing
Description: High-end WordPress theme for FP Markets Chinese market promotion
Version: 2.0
Author: FP Markets
*/

/* CSS Variables - Premium Color System */
:root {
    --main-font: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    --golos-text: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    
    /* Dark Theme Colors */
    --Fill-0-default: #0a0a0b;
    --Fill-0-alpha0: #0a0a0b00;
    --Fill-0-alpha70: #0a0a0bb3;
    --Fill-0-hover: #141416;
    --Fill-0-pressed: #1c1c1f;
    
    --Fill-1-default: #141416;
    --Fill-1-alpha0: #14141600;
    --Fill-1-hover: #1c1c1f;
    --Fill-1-pressed: #252529;
    
    --Fill-2-default: #1c1c1f;
    --Fill-2-hover: #252529;
    --Fill-2-pressed: #2d2d32;
    
    --Fill-3-default: #252529;
    --Fill-3-hover: #2d2d32;
    --Fill-3-pressed: #35353b;
    
    --Fill-4-default: #2d2d32;
    
    /* FP Markets Brand Colors */
    --Fill-Brand-default: #ff8516;
    --Fill-Brand-gradient-200: #f94a07;
    --Fill-Brand-gradient-300: #ff5500;
    --Fill-Brand-gradient-400: #ff761e;
    --Fill-Brand-gradient-500: #ff8516;
    --Fill-Brand-gradient-600: #ffa33a;
    --Fill-Brand-gradient-700: #ffbe4d;
    --Fill-Brand-gradient-1000: #ffe2a9;
    --Fill-Brand-hover: #ff761e;
    --Fill-Brand-pressed: #ff660f;
    
    --Fill-Primary-default: #eceae9;
    --Fill-Secondary-default: #afadac;
    --Fill-Secondary-hover: #eceae9;
    --Fill-Secondary-pressed: #ffffff;
    --Fill-Tertiary-default: #827e7d;
    
    /* Text Colors */
    --Text-Primary: #eceae9;
    --Text-Secondary-default: #afadac;
    --Text-Secondary-hover: #eceae9;
    --Text-Secondary-pressed: #ffffff;
    --Text-Tertiary: #827e7d;
    --Text-Quaternary: #6d6764;
    --Text-OnAccent: #ffffff;
    
    --Text-Brand-Primary-default: #ff8516;
    --Text-Brand-Primary-hover: #ff761e;
    --Text-Brand-Primary-pressed: #ff660f;
    
    --Text-Positive-Primary: #5ddf38;
    --Text-Negative-Primary: #ff4747;
    
    --Logo-Primary: #fff;
    
    /* Gradients */
    --gradient-brand-default: linear-gradient(103deg, var(--Fill-Brand-gradient-600) .37%, var(--Fill-Brand-gradient-500) 15.31%, var(--Fill-Brand-gradient-300) 100%);
    --gradient-hero: linear-gradient(135deg, var(--Fill-0-default) 0%, var(--Fill-1-default) 50%, var(--Fill-2-default) 100%);
    
    /* Breakpoints */
    --mobS: 393px;
    --mobL: 480px;
    --tabM: 720px;
    --deskS: 1024px;
    --deskL: 1366px;
    --deskXl: 1440px;
    
    /* Content Padding */
    --content-padding: 24px;
}

@media screen and (min-width: 720px) {
    :root {
        --content-padding: 32px;
    }
}

@media screen and (min-width: 1366px) {
    :root {
        --content-padding: 40px;
    }
}

@media screen and (min-width: 1440px) {
    :root {
        --content-padding: 56px;
    }
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    font-family: var(--main-font);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    min-height: 100vh;
    background-color: var(--Fill-0-default);
    color: var(--Text-Primary);
}

ul {
    list-style: none;
}

/* Typography System */
.display-1 {
    font-weight: 450;
    font-size: 36px;
    line-height: 44px;
}

@media screen and (min-width: 480px) {
    .display-1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media screen and (min-width: 720px) {
    .display-1 {
        font-size: 64px;
        line-height: 72px;
    }
}

@media screen and (min-width: 1024px) {
    .display-1 {
        font-size: 88px;
        line-height: 92px;
    }
}

.display-2 {
    font-weight: 450;
    font-size: 36px;
    line-height: 44px;
}

@media screen and (min-width: 480px) {
    .display-2 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (min-width: 720px) {
    .display-2 {
        font-size: 56px;
        line-height: 64px;
    }
}

@media screen and (min-width: 1024px) {
    .display-2 {
        font-size: 72px;
        line-height: 82px;
    }
}

.title-1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.title-2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (min-width: 1024px) {
    .title-2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.subtitle-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (min-width: 1024px) {
    .subtitle-1 {
        font-size: 20px;
        line-height: 32px;
    }
}

.body-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.body-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/* Button System */
.button {
    justify-content: center;
    gap: 6px;
    color: var(--Text-Primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: none;
    font-family: inherit;
}

.button-primary {
    text-align: center;
    color: #fafafa;
    background: var(--gradient-brand-default);
    position: relative;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.button-primary span {
    position: relative;
    z-index: 2;
}

.button-primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: background-color .2s ease-in-out;
    z-index: 1;
}

.button-primary:hover:before {
    background-color: var(--Fill-Brand-hover);
}

.button-primary:active:before {
    background-color: var(--Fill-Brand-pressed);
}

.button-secondary {
    background-color: var(--Fill-2-default);
    color: var(--Text-Primary);
    transition: background-color .2s ease-in-out;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;
}

.button-secondary:hover {
    background: var(--Fill-2-hover);
}

.button-secondary:active {
    background: var(--Fill-2-pressed);
}

.button-size-responsive {
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (min-width: 720px) {
    .button-size-responsive {
        padding: 12px 18px;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 500;
    }
}

/* Layout Components */
.content {
    width: 100%;
    max-width: 1440px;
    padding: 0 var(--content-padding);
    margin: 0 auto;
}

.content-inner {
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .content-inner {
        max-width: 640px;
    }
}

/* Header */
.header-gradient-wrap {
    position: relative;
    background: var(--Fill-0-default);
}

.header-gradient-wrap:before,
.header-gradient-wrap:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 50vw;
    top: -25vw;
    transform: rotate(45deg);
    background: radial-gradient(119.44% 104.13% at 91.11% 5.68%, #ff761e4d, #14181500);
    opacity: 1;
    filter: blur(40px);
    will-change: filter;
    pointer-events: none;
}

.header-gradient-wrap:before {
    left: -20vw;
}

.header-gradient-wrap:after {
    right: -20vw;
}

@media screen and (min-width: 720px) {
    .header-gradient-wrap:before,
    .header-gradient-wrap:after {
        width: 80vw;
        height: 80vw;
        filter: blur(120px);
    }

    .header-gradient-wrap:before {
        left: -70vw;
        top: -50vw;
    }

    .header-gradient-wrap:after {
        right: -30vw;
        top: -50vw;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 20px 0;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--Fill-1-default);
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.logo-wrap svg {
    height: 32px;
    width: auto;
}

.nav {
    display: none;
    gap: 32px;
}

@media screen and (min-width: 1024px) {
    .nav {
        display: flex;
    }
}

.nav a {
    color: var(--Text-Secondary-default);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s ease-in-out;
}

.nav a:hover {
    color: var(--Text-Brand-Primary-hover);
}

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

/* Intro Section */
.intro {
    position: relative;
    padding: 120px 0 80px;
    background: var(--gradient-hero);
    overflow: hidden;
}

.intro-header {
    text-align: center;
    position: relative;
    z-index: 2;
}

.intro-assets {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.intro-asset-wrap {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--i) * 0.1s);
}

.intro-asset {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--Fill-1-default);
    border-radius: 12px;
    text-decoration: none;
    color: var(--Text-Primary);
    transition: all 0.3s ease-out;
    backdrop-filter: blur(10px);
    border: 1px solid var(--Fill-2-default);
}

.intro-asset:hover {
    background: var(--Fill-2-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(255, 133, 22, 0.2);
}

.intro-asset img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.intro-asset-name {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.intro-asset-percent {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.intro-asset-percent.positive {
    color: var(--Text-Positive-Primary);
}

.intro-asset-percent.negative {
    color: var(--Text-Negative-Primary);
}

.intro-title {
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--Text-Primary) 0%, var(--Fill-Brand-default) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.intro-subtitle {
    color: var(--Text-Secondary-default);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.intro-buttons-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.trustpilot-rating {
    color: var(--Text-Tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

/* Live Counter */
#live-counter {
    color: var(--Fill-Brand-default);
    font-weight: 600;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: var(--Fill-0-default);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.stat-card {
    background: var(--Fill-1-default);
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--Fill-2-default);
    transition: all 0.3s ease-out;
}

.stat-card:hover {
    background: var(--Fill-1-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.2);
}

.stat-number {
    font-size: 48px;
    font-weight: 600;
    color: var(--Fill-Brand-default);
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    color: var(--Text-Secondary-default);
    font-size: 16px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: var(--Fill-1-default);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.feature-card {
    background: var(--Fill-2-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-3-default);
    transition: all 0.3s ease-out;
}

.feature-card:hover {
    background: var(--Fill-2-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: var(--gradient-brand-default);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.feature-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--Text-Primary);
}

.feature-description {
    color: var(--Text-Secondary-default);
    line-height: 1.6;
}

/* Products Section */
.products-section {
    padding: 80px 0;
    background: var(--Fill-0-default);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.product-card {
    background: var(--Fill-1-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-2-default);
    transition: all 0.3s ease-out;
}

.product-card:hover {
    background: var(--Fill-1-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 64px rgba(255, 133, 22, 0.1);
}

.product-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--Text-Primary);
}

.product-description {
    color: var(--Text-Secondary-default);
    margin-bottom: 16px;
    line-height: 1.6;
}

.product-symbols {
    font-size: 12px;
    color: var(--Text-Tertiary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Footer */
.footer {
    background: var(--Fill-1-default);
    padding: 60px 0 40px;
    border-top: 1px solid var(--Fill-2-default);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: var(--Text-Primary);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-section p,
.footer-section div {
    color: var(--Text-Secondary-default);
    line-height: 1.6;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid var(--Fill-2-default);
    padding-top: 32px;
    text-align: center;
    color: var(--Text-Tertiary);
    font-size: 14px;
    line-height: 1.6;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Selection */
::selection {
    background-color: var(--Fill-Brand-default);
    color: var(--Text-OnAccent);
}

::-moz-selection {
    background-color: var(--Fill-Brand-default);
    color: var(--Text-OnAccent);
}

/* Commission Promo Section */
.commission-promo {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--Fill-1-default) 0%, var(--Fill-0-default) 100%);
}

.promo-card {
    background: var(--gradient-brand-default);
    border-radius: 20px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(255, 133, 22, 0.2);
}

.promo-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.promo-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.promo-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.promo-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease-out;
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.highlight-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.promo-cta {
    position: relative;
    z-index: 2;
}

.promo-percentage {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    pointer-events: none;
    z-index: 1;
}

.promo-disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
    font-style: italic;
}

/* Social Trading Section */
.social-trading-section {
    padding: 80px 0;
    background: var(--Fill-0-default);
}

.social-trading-intro {
    text-align: center;
    margin-bottom: 64px;
}

.social-trading-subtitle {
    color: var(--Text-Secondary-default);
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
}

.social-trading-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 64px;
}

.social-feature-card {
    background: var(--Fill-1-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-2-default);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.trading-feature-card:hover {
    background: var(--Fill-1-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.trading-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 133, 22, 0.1), transparent);
    transition: left 0.5s ease-out;
}

.social-feature-card:hover::before {
    left: 100%;
}

.social-icon {
    font-size: 40px;
    color: var(--Fill-Brand-default);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    display: block;
}

.social-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--Text-Primary);
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.social-description {
    color: var(--Text-Secondary-default);
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.social-steps {
    background: var(--Fill-1-default);
    border-radius: 20px;
    padding: 48px;
    border: 1px solid var(--Fill-2-default);
}

.copy-trading-steps {
    background: var(--Fill-1-default);
    border-radius: 20px;
    padding: 48px;
    border: 1px solid var(--Fill-2-default);
}

.steps-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--Text-Primary);
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.step-item {
    text-align: center;
    position: relative;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--gradient-brand-default);
    color: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    width: 40px;
    height: 2px;
    background: var(--Fill-2-default);
}

.step-item:last-child .step-number::after {
    display: none;
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--Text-Primary);
    margin-bottom: 8px;
}

.step-desc {
    color: var(--Text-Secondary-default);
    font-size: 14px;
    line-height: 1.5;
}

/* MAM/PAMM Section */
.mam-pamm-section {
    padding: 80px 0;
    background: var(--Fill-1-default);
}

.mam-pamm-intro {
    text-align: center;
    margin-bottom: 64px;
}

.mam-pamm-subtitle {
    color: var(--Text-Secondary-default);
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
}

.mam-pamm-tabs {
    margin-bottom: 40px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    background: var(--Fill-2-default);
    border-radius: 12px;
    padding: 8px;
}

.tab-btn {
    flex: 1;
    max-width: 150px;
    padding: 12px 24px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--Text-Secondary-default);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-family: inherit;
}

.tab-btn.active {
    background: var(--Fill-Brand-default);
    color: white;
    box-shadow: 0 4px 12px rgba(255, 133, 22, 0.3);
}

.tab-btn:hover:not(.active) {
    background: var(--Fill-3-default);
    color: var(--Text-Primary);
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.mam-pamm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 48px;
}

.mam-pamm-info {
    background: var(--Fill-2-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-3-default);
    transition: all 0.3s ease-out;
}

.mam-pamm-info:hover {
    background: var(--Fill-2-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
}

.feature-bullet {
    color: var(--Fill-Brand-default);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    flex-shrink: 0;
}

.feature-point span:last-child {
    color: var(--Text-Primary);
    line-height: 1.5;
}

.mam-pamm-process {
    background: var(--Fill-1-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-2-default);
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--Fill-2-default);
    border-radius: 8px;
    transition: all 0.3s ease-out;
}

.process-step:hover {
    background: var(--Fill-2-hover);
    transform: translateX(4px);
}

.process-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.process-step span:last-child {
    color: var(--Text-Primary);
    font-weight: 500;
}

.account-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 48px;
}

.benefit-card {
    background: var(--Fill-2-default);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Fill-3-default);
    transition: all 0.3s ease-out;
    position: relative;
}

.benefit-card:hover {
    background: var(--Fill-2-hover);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-brand-default);
    border-radius: 16px 16px 0 0;
}

.benefit-icon {
    font-size: 32px;
    color: var(--Fill-Brand-default);
    margin-bottom: 16px;
}

.benefit-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--Text-Primary);
    margin-bottom: 12px;
}

.benefit-desc {
    color: var(--Text-Secondary-default);
    line-height: 1.6;
    font-size: 14px;
}

.account-comparison {
    background: var(--Fill-0-default);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid var(--Fill-2-default);
}

.comparison-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--Text-Primary);
    margin-bottom: 32px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.comparison-table th,
.comparison-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--Fill-2-default);
}

.comparison-table th {
    background: var(--Fill-1-default);
    color: var(--Text-Primary);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table td {
    color: var(--Text-Secondary-default);
    font-size: 14px;
}

.comparison-table tr:hover {
    background: var(--Fill-1-alpha0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav {
        display: none;
    }
    
    .intro {
        padding: 80px 0 60px;
    }
    
    .intro-assets {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 8px;
    }
    
    .intro-assets::-webkit-scrollbar {
        display: none;
    }
}

    /* New Sections Responsive - Tablet */
    .promo-percentage {
        font-size: 80px;
    }
    
    .promo-title {
        font-size: 28px;
    }
    
    .promo-card {
        padding: 32px;
    }
    
    .promo-highlights {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
    }
    
    .social-trading-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .copy-trading-steps {
        padding: 32px;
    }
    
    .steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .mam-pamm-grid,
    .account-benefits {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .intro-buttons-wrap {
        flex-direction: column;
        align-items: center;
    }
    
    .button-primary,
    .button-secondary {
        width: 100%;
        max-width: 280px;
    }
    
    .stats-grid,
    .features-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    /* New Sections Responsive - Mobile */
    .commission-promo,
    .social-trading-section,
    .mam-pamm-section {
        padding: 60px 0;
    }
    
    .promo-percentage {
        font-size: 60px;
        right: 16px;
    }
    
    .promo-title {
        font-size: 24px;
    }
    
    .promo-subtitle {
        font-size: 16px;
    }
    
    .promo-card {
        padding: 24px;
        border-radius: 16px;
    }
    
    .promo-highlights,
    .social-trading-grid,
    .mam-pamm-grid,
    .account-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .copy-trading-steps {
        padding: 24px;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .step-number::after {
        display: none;
    }
    
    .tab-buttons {
        flex-direction: column;
        gap: 4px;
    }
    
    .tab-btn {
        max-width: none;
        text-align: center;
    }
    
    .account-comparison {
        padding: 20px;
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 400px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 8px;
        font-size: 11px;
    }
}

/* QQ客服悬浮按钮 */
.qq-service-float {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qq-service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--gradient-brand-default);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(255, 133, 22, 0.3);
    transition: all 0.3s ease-out;
    text-decoration: none;
    position: relative;
    animation: pulse 2s infinite;
}

.qq-service-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(255, 133, 22, 0.5);
}

.qq-service-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.qq-service-tooltip {
    background: var(--Fill-1-default);
    color: var(--Text-Primary);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid var(--Fill-2-default);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.qq-service-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: var(--Fill-1-default);
}

.qq-service-btn:hover + .qq-service-tooltip,
.qq-service-float:hover .qq-service-tooltip {
    opacity: 1;
    transform: translateX(-8px);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(255, 133, 22, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(255, 133, 22, 0.6), 0 0 0 8px rgba(255, 133, 22, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(255, 133, 22, 0.3);
    }
}

/* 联系方式悬浮窗 */
.contact-float {
    position: fixed;
    right: 24px;
    bottom: 120px;
    z-index: 999;
    background: var(--Fill-1-default);
    border: 1px solid var(--Fill-2-default);
    border-radius: 12px;
    padding: 16px;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.contact-float.show {
    transform: translateX(0);
    opacity: 1;
}

.contact-float-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--Fill-2-default);
}

.contact-float-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--Text-Primary);
}

.contact-float-close {
    background: none;
    border: none;
    color: var(--Text-Secondary-default);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.contact-float-close:hover {
    background: var(--Fill-2-hover);
    color: var(--Text-Primary);
}

.contact-float-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-float-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s;
    text-decoration: none;
    color: var(--Text-Primary);
}

.contact-float-item:hover {
    background: var(--Fill-2-hover);
}

.contact-float-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.contact-float-text {
    font-size: 13px;
    flex: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .qq-service-float {
        right: 16px;
        bottom: 80px;
        top: auto;
        transform: none;
    }
    
    .qq-service-btn {
        width: 56px;
        height: 56px;
    }
    
    .qq-service-btn svg {
        width: 24px;
        height: 24px;
    }
    
    .contact-float {
        right: 16px;
        bottom: 150px;
        min-width: 180px;
    }
    
    .qq-service-tooltip {
        display: none;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-brand { color: var(--Fill-Brand-default); }
.text-positive { color: var(--Text-Positive-Primary); }
.text-negative { color: var(--Text-Negative-Primary); }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }