/* Auto Prophets - Home Page Specific CSS */
/* Styles specific to the home page only */

/* ============================
   HOME HERO SECTION
   ============================ */

.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    z-index: 2;
    background-image: url('/img/happyAutoProphetsCustomers_600.png');
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    padding: 1rem;
    border-radius: var(--border-radius-lg);
}

.hero-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    z-index: -1;
}

.hero-badge {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    font-size: 1.5rem;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 12rem;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.hero-subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 15px;
    z-index: -1;
}

.hero-stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-accent);
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.hero-cta {
    justify-content: center;
    margin-bottom: 1rem;
}

.hero-guarantee {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-guarantee i {
    color: var(--accent-green);
}

/* ============================
   PERFORMANCE SHOWCASE STYLES
   ============================== */

.hero-performance {
    background: linear-gradient(135deg, rgb(6, 1, 12) 0%, rgb(1, 4, 8) 50%, rgb(1, 16, 9) 100%);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;            
    height: 100%;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(16, 185, 129, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(16, 185, 129, 0.2);
}

.hero-performance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(212, 161, 77, 0.15) 0%, transparent 50%), /* Gold */
        radial-gradient(circle at 70% 70%, rgba(16, 185, 129, 0.12) 0%, transparent 50%), /* Emerald */
        radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.10) 0%, transparent 50%); /* Purple */
    border-radius: 20px;
    z-index: -1;
}

.hero-performance::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}

/* Buy & Hold Comparison Styles */
.comparison-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

.comparison-logo {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.comparison-logo-img {    
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.comparison-section:hover .comparison-logo {
    opacity: 0.8;
    transform: scale(1.05);
}

.comparison-header h4 {
    color: #F3CD80; 
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.comparison-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1rem;
    font-style: italic;
}

.comparison-subtitle strong {
    color: #10B981;
    font-weight: 700;
}

.comparison-header i {
    color: #10B981;
    font-size: 1.1rem;
    text-shadow: 0 0 15px rgba(16, 185, 129, 0.6);
}

/* Compact main metrics */
.comparison-main-metrics {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.metric-item {
    text-align: center;
}

.metric-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
    margin-top: 0.15rem;
    font-style: italic;
}

.pegasus-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(0, 255, 171, 0.05) 100%);
    border-radius: 8px;
    z-index: -1;
}

.metric-value {
    font-size: 1.4rem;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.metric-value.buy-hold {
    color: #9CA3AF;
}

.metric-value.pegasus {
    color: #00FFAB;
    text-shadow: 0 0 15px rgba(0, 255, 171, 0.6);
}

.comparison-multiplier {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.multiplier-badge {
    background: linear-gradient(135deg, #F3CD80 0%, #c87100f4 100%);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    text-shadow: none;
}

.multiplier-label {
    color: rgba(255, 215, 0, 0.9);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.multiplier-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.6rem;
    font-style: italic;
}

/* Progress section */
.comparison-progress-section {
    margin-top: 0.75rem;
}

.progress-section-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.progress-bars-compact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.progress-item-compact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.progress-item-compact.pegasus-item {
    margin-top: 0.5rem;
}

.progress-label-compact {
    min-width: 70px;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.progress-bar-compact {
    flex: 1;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.progress-fill-compact {
    height: 100%;
    border-radius: 4px;
    transition: width 2s ease-in-out;
    overflow: hidden;
}

.progress-fill-compact.buy-hold {
    background: linear-gradient(90deg, #6B7280 0%, #9CA3AF 100%);
}

.progress-fill-compact.pegasus {
    background: linear-gradient(90deg, 
        #6B7280 0%,
        #6B7280 var(--base-width, 50%),
        #00FFAB var(--base-width, 50%),
        #34FFD1 100%);
    box-shadow: 0 0 8px rgba(0, 255, 171, 0.4);
}

.progress-value-compact {
    min-width: 45px;
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
}

.progress-difference {
    position: absolute;
    top: -39px;
    left: calc(var(--extra-start, 50%) + ((100% - var(--extra-start, 50%)) / 2));
    transform: translateX(-50%);
    background: linear-gradient(135deg, #09885E 0%, #3800FF 100%);
    color: #fffefe;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    z-index: 10;
    display: none;
}

.pegasus-item .progress-difference {
    display: block;
}

.pegasus-item .progress-label-compact {
    color: #10B981;
    font-weight: 700;
}

.performance-note {
    margin-top: 0.75rem;
    padding: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 6px;
    text-align: center;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.performance-note i {
    color: #10B981;
}

.performance-note strong {
    color: #10B981;
}

.real-time-text {
    color: #00FFAB;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 255, 171, 0.6);
    animation: realTimeGlow 2s ease-in-out infinite alternate;
}

@keyframes realTimeGlow {
    0% {
        text-shadow: 0 0 8px rgba(102, 0, 255, 0.6), 0 0 12px rgba(0, 255, 171, 0.4);
        color: #99eed2;
    }
    100% {
        text-shadow: 0 0 15px rgba(53, 70, 251, 0.9), 0 0 25px rgba(11, 73, 174, 0.6), 0 0 35px rgba(16, 120, 85, 0.3);
        color: #34FFD1;
    }
}

/* Integrated Statistics Section */
.integrated-statistics {
    
    padding-top: 1rem;
    border-top: 1px solid rgba(16, 185, 129, 0.2);
}

.statistics-section-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.statistics-grid-integrated {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.statistic-item-integrated {
    text-align: center;
    padding: 0.75rem;
    background: 
        radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.15) 0%, transparent 50%), /* Purple */
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.12) 0%, transparent 50%), /* Emerald */
        linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%); /* Black gradient */
    border-radius: 10px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.statistic-item-integrated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(16, 185, 129, 0.1), 
        transparent);
    transition: left 0.6s ease;
}

.statistic-item-integrated:hover {
    transform: translateY(-2px);
    border-color: #10B981;
    background: 
        radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.2) 0%, transparent 50%), /* Purple */
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.18) 0%, transparent 50%), /* Emerald */
        linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%); /* Black gradient */
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.2);
}

.statistic-item-integrated:hover::before {
    left: 100%;
}

.statistic-item-integrated .statistic-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: #00FFAB;
    line-height: 1;
    margin-bottom: 0.3rem;
    text-shadow: 0 0 8px rgba(0, 255, 171, 0.4);
}

.statistic-item-integrated .statistic-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Champion Showcase */
.champion-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.15) 0%,     /* Gold */
        rgba(139, 92, 246, 0.12) 50%,   /* Purple */
        rgba(212, 161, 77, 0.15) 100%); /* Dark gold */
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.champion-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(255, 215, 0, 0.1) 0%, 
        transparent 70%);
    animation: royalGlow 4s ease-in-out infinite alternate;
}

@keyframes royalGlow {
    0% { transform: scale(0.8) rotate(0deg); }
    100% { transform: scale(1.2) rotate(180deg); }
}

.champion-crown {
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.champion-crown i {
    font-size: 2.5rem;
    color: #FFD700;  /* Gold */
    text-shadow: 
        0 0 20px rgba(255, 215, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.3);
    animation: crownFloat 3s ease-in-out infinite alternate;
}

@keyframes crownFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-8px); }
}

.champion-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.champion-asset {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    padding: 0.3rem 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.champion-profit {
    font-size: 2rem;
    font-weight: 900;
    color: #00FFAB;
    margin-bottom: 0.5rem;
    text-shadow: 
        0 0 15px rgba(0, 255, 171, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.champion-title {
    font-size: 0.9rem;
    color: rgba(255, 215, 0, 0.9);  /* Gold */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.top-performers-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: var(--border-radius);
    padding: 1rem;
}

.section-title {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--glass-border);
}

.section-title h4 {
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i {
    color: var(--primary-gold);
}

.performers-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.performer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-sm);
    transition: all 0.2s ease;
    font-size: 0.8rem;
}

.performer-item:hover {
    background: rgba(255, 215, 0, 0.05);
    border-color: var(--primary-gold);
    transform: translateX(3px);
}

.performer-name {
    color: var(--text-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    overflow: hidden;
}

.performer-asset {
    font-size: 0.7rem;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    margin-left: 0.5rem;
}

.performer-profit {
    color: #00FFAB;
    font-weight: 700;
    min-width: 60px;
    text-align: right;
}

/* Performance Footer */
.performance-footer {
    text-align: center;            
    margin-top: 1rem;
}

.performance-footer .hero-cta {
    justify-content: center;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
}

.performance-footer-note {
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 6px;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.performance-footer-note i {
    color: #10B981;
    flex-shrink: 0;
    font-size: 0.8rem;
}

.performance-footer-note strong {
    color: #00FFAB;
    font-weight: 700;
}

.performance-footer .btn-primary {
    background: var(--gold-gradient);
    border: 1px solid rgba(255, 215, 0, 0.4);
}

/* ============================
   HOME SPECIFIC SECTIONS
   ============================== */

/* Fees Section Styles */
.fees-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    position: relative;
}

.fees-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(212, 161, 77, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.fees-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin: 3rem 0;
}

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

.fees-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    transition: var(--transition-normal);
}

.fees-image:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.fees-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fee-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--glass-light);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    backdrop-filter: blur(10px);
    transition: var(--transition-normal);
}

.fee-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-gold);
}

.fee-item .fee-icon {
    width: 50px;
    height: 50px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--gold-glow);
}

.fee-item .fee-icon i {
    font-size: 1.2rem;
    color: var(--bg-primary);
}

.fee-content h3 {
    color: var(--text-primary);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.fee-content p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* How It Works Section Styles */
.how-it-works-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.2) 0%, transparent 50%), 
                radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.15) 0%, transparent 50%), 
                linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    position: relative;
}

/* How It Works Flow Design */
.how-it-works-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.flow-step {
    flex: 1;
    max-width: 350px;
    min-width: 280px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.flow-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(212, 161, 77, 0.1) 0%, 
        rgba(16, 185, 129, 0.05) 50%,
        rgba(139, 92, 246, 0.1) 100%);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.flow-step:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.flow-step:hover::before {
    opacity: 1;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.step-number span {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--bg-primary);
    text-shadow: none;
}

.step-icon {
    margin: 1rem 0 1.5rem 0;
}

.step-icon i {
    font-size: 3rem;
    color: #00FFAB;
    text-shadow: 0 0 20px rgba(0, 255, 171, 0.6);
    transition: all 0.3s ease;
}

.flow-step:hover .step-icon i {
    transform: scale(1.1);
    text-shadow: 0 0 30px rgba(0, 255, 171, 0.8);
}

.step-content h3 {
    color: var(--text-primary);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.step-content p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.step-highlight {
    background: linear-gradient(135deg, 
        rgba(16, 185, 129, 0.2) 0%, 
        rgba(0, 255, 171, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    color: #00FFAB;
    font-weight: 600;
    font-size: 0.9rem;
    text-shadow: 0 0 10px rgba(0, 255, 171, 0.3);
}

.flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 215, 0, 0.8);
    font-size: 2rem;
    margin: 0 1rem;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
    animation: flowPulse 2s ease-in-out infinite;
}

@keyframes flowPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.8;
    }
    50% { 
        transform: scale(1.1);
        opacity: 1;
        text-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
    }
}

.how-it-works-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.fees-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* ============================
   MOBILE RESPONSIVE
   ============================== */

@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .hero-text {
        background-size: auto 400px;
        background-position: center bottom;
    }

    .hero-subtitle {
        max-width: 100%;
        font-size: 1.2rem;
        padding: 1.25rem;
    }

    .fees-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 1rem 0;
    }

    .hero-text {
        background-size: auto 300px;
        background-position: center bottom;
        padding: 0.75rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        max-width: 100%;
        padding: 1rem;
        margin-bottom: 1.5rem;
        border-radius: 12px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-performance {
        padding: 1rem;
        gap: 1rem;
    }

    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .comparison-item,
    .performer-item {
        padding: 0.4rem 0.6rem;
        font-size: 0.75rem;
    }

    .statistic-value {
        font-size: 1rem;
    }

    .performer-name {
        font-size: 0.75rem;
    }

    .performer-profit {
        min-width: 50px;
        font-size: 0.75rem;
    }

    .fee-item {
        padding: 1rem;
        gap: 1rem;
    }

    .fee-item .fee-icon {
        width: 40px;
        height: 40px;
    }

    .fee-content h3 {
        font-size: 1.1rem;
    }

    .fee-content p {
        font-size: 0.9rem;
    }

    /* How It Works Flow Mobile Styles */
    .how-it-works-flow {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .flow-step {
        max-width: 100%;
        min-width: auto;
        margin: 0 1rem;
    }

    .flow-arrow {
        transform: rotate(90deg);
        margin: 0.5rem 0;
        font-size: 1.5rem;
    }

    .step-icon i {
        font-size: 2.5rem;
    }

    .step-content h3 {
        font-size: 1.2rem;
    }

    .step-content p {
        font-size: 0.9rem;
    }

    .step-highlight {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }

    .fees-cta,
    .how-it-works-cta {
        flex-direction: column;
        align-items: center;
    }

    .fees-cta .btn-primary,
    .fees-cta .btn-secondary,
    .how-it-works-cta .btn-primary,
    .how-it-works-cta .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .hero-text {
        background-size: auto 250px;
        background-position: center bottom;
        padding: 0.5rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
        padding: 0.75rem;
        line-height: 1.5;
        border-radius: 10px;
    }

    .hero-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .hero-stats {
        gap: 0.75rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
}

/* ============================
   TRUST SECTION
   ============================ */

.trust-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.trust-item {
    text-align: center;
    padding: 2rem;
}

.trust-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: var(--gold-glow);
}

.trust-icon i {
    font-size: 2rem;
    color: var(--bg-primary);
}

.trust-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.trust-item p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.trust-image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: var(--border-radius);
    margin-top: 1rem;
}

.trust-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-normal);
    opacity: 0.8;
}

.trust-item:hover .trust-image {
    transform: scale(1.05);
    opacity: 1;
}

/* ============================
   HALL SECTION
   ============================ */

.hall-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.hall-dashboard {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.hall-stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hall-stat-card {
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: var(--transition-normal);
}

.hall-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-gold);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: var(--gold-gradient);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.5rem;
    color: var(--bg-primary);
}

.stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-green);
    line-height: 1;
}

.stat-label {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.liveFeedContent {
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.feed-header {
    background: var(--glass-light);
    border-bottom: 1px solid var(--glass-border);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed-header h3 {
    color: var(--text-primary);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-green);
    font-size: 0.9rem;
    font-weight: 600;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-green);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.feed-content {
    padding: 1rem;
    max-height: 300px;
    overflow-y: auto;
}

.feed-item {
    background: var(--glass-light);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-sm);
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    transition: var(--transition-normal);
}

.feed-item:hover {
    border-color: var(--primary-gold);
    background: rgba(255, 215, 0, 0.05);
}

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

.feed-trader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.trader-info {
    flex: 1;
}

.trader-name {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.trader-exchange {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.trader-performance {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.performance-metric {
    text-align: center;
}

.performance-metric .metric-value {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.performance-metric .metric-label {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.trader-time {
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.trader-time .time-ago {
    display: block;
    margin-top: 0.2rem;
}

.hall-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ============================
   SUCCESS STORIES SECTION
   ============================ */

.success-stories-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.success-stories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(34, 139, 34, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.success-stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.story-card {
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
}

.story-image {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-image img {
    transform: scale(1.05);
}

.profit-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.story-content h3 {
    color: #FFD700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.story-content p {
    color: #e2e8f0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.story-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.story-stats span {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Community Showcase Section Styles */
.community-showcase-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.community-showcase-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(34, 139, 34, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.community-content {
    order: 1;
}

.community-visuals {
    order: 2;
}

.community-content h3 {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.community-content p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.7;    
}

.community-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.community-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.community-features li i {
    color: var(--accent-green);
    margin-right: 1rem;
    font-size: 1.1rem;
    width: 20px;
}

.image-carousel {
    position: relative;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    height: 400px;
    box-shadow: var(--shadow-xl);
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features Section Styles */
.features-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.feature-card {
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    transition: var(--transition-normal);
    position: relative;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-gold);
}

.feature-highlight {
    border: 2px solid var(--primary-gold);
    box-shadow: var(--gold-glow);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gold-gradient);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: var(--gold-glow);
}

.feature-icon i {
    font-size: 1.8rem;
    color: var(--bg-primary);
}

.feature-card h3 {
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
}

.feature-list li i {
    color: var(--accent-green);
    margin-right: 0.75rem;
    font-size: 0.9rem;
}

.feature-link {
    color: var(--primary-gold);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition-normal);
}

.feature-link:hover {
    color: var(--text-primary);
    transform: translateX(5px);
}

/* Success grid for additional success stories */
.success-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.success-content h3 {
    color: var(--text-primary);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.success-content p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.success-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.success-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.success-features li i {
    color: var(--accent-green);
    margin-right: 1rem;
    font-size: 1.1rem;
}

.success-images {
    position: relative;
}

/* AI Angels Section Styles */
.ai-angels-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.ai-angels-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.angels-content h3 {
    color: var(--text-primary);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.angels-content p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.angels-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.angels-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.angels-features li i {
    color: var(--accent-green);
    margin-right: 1rem;
    font-size: 1.1rem;
}

.angels-image, .forget-image, .security-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-lg);
}

/* Set and Forget Section Styles */
.set-forget-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.set-forget-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.forget-content h3 {
    color: var(--text-primary);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.forget-content p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.forget-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.forget-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.forget-features li i {
    color: var(--accent-green);
    margin-right: 1rem;
    font-size: 1.1rem;
}

/* Trust and Security Section Styles */
.trust-security-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.security-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.security-content-text h3 {
    color: var(--text-primary);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.security-content-text p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.security-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.security-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
}

.security-features li i {
    color: var(--accent-green);
    margin-right: 1rem;
    font-size: 1.1rem;
}

/* Technology Showcase Section */
.technology-showcase-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.technology-showcase-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(34, 139, 34, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(65, 105, 225, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.technology-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.tech-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tech-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tech-image-container:hover img {
    transform: scale(1.05);
}

.tech-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem;
}

.tech-stats {
    display: flex;
    justify-content: space-around;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tech-feature {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.tech-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.tech-icon i {
    font-size: 1.5rem;
    color: #000;
}

.tech-info h3 {
    color: #FFD700;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.tech-info p {
    color: #e2e8f0;
    line-height: 1.6;
}

/* Pricing Section Styles */
.pricing-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    backdrop-filter: blur(20px);
    border: 2px solid var(--glass-border);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    text-align: center;
    position: relative;
    transition: var(--transition-normal);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold-gradient);
    color: var(--bg-primary);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
}

.silver-card {
    border-color: var(--primary-gold);
    box-shadow: var(--gold-glow);
}

.gold-card {
    border-color: var(--primary-gold);
    box-shadow: var(--gold-glow);
    transform: scale(1.05);
}

.pricing-header h3 {
    color: var(--text-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.pricing-price {
    margin-bottom: 2rem;
}

.currency {
    color: var(--primary-gold);
    font-size: 1.5rem;
    font-weight: 700;
}

.amount {
    color: var(--text-primary);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.period {
    color: var(--text-muted);
    font-size: 1rem;
    margin-left: 0.5rem;
}

.price-strike {
    color: var(--text-muted);
    text-decoration: line-through;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.pricing-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
    text-align: left;
}

.pricing-features li i {
    color: var(--accent-green);
    margin-right: 0.75rem;
    font-size: 0.9rem;
    width: 16px;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--gold-gradient);
    color: var(--bg-primary);
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 700;
    transition: var(--transition-normal);
    width: 100%;
    justify-content: center;
}

.pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--gold-glow);
}

.pricing-note {
    text-align: center;
    margin-top: 3rem;
    color: var(--text-muted);
}

.pricing-note p {
    margin-bottom: 0.5rem;
}

.savings-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: black;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.8), 0 0 30px rgba(251, 191, 36, 0.6), 0 0 40px rgba(251, 191, 36, 0.4);
    z-index: 10;
    border: 3px solid #fff;
    text-shadow: none;
    transform: rotate(15deg);
    animation: pulse-glow-home 2s ease-in-out infinite;
}

@keyframes pulse-glow-home {
    0%, 100% {
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.8), 0 0 30px rgba(251, 191, 36, 0.6), 0 0 40px rgba(251, 191, 36, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(251, 191, 36, 1), 0 0 40px rgba(251, 191, 36, 0.8), 0 0 50px rgba(251, 191, 36, 0.6);
    }
}

/* Final CTA Section Styles */
.final-cta-section {
    background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.2) 0%, transparent 50%), linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    border-top: 1px solid var(--glass-border);
}

.cta-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.cta-text h2 {
    color: var(--text-primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.cta-text p {
    color: var(--text-secondary);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.cta-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-secondary);
}

.benefit-item i {
    color: var(--accent-green);
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.btn-primary.large {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.cta-guarantee {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.cta-guarantee i {
    color: var(--accent-green);
}

.cta-image-container {
    text-align: center;
}

.cta-logo {
    width: 150px;
    height: 150px;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.success-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.metric {
    text-align: center;
    padding: 1rem;
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
}

.metric-value {
    color: var(--primary-gold);
    font-size: 1.5rem;
    font-weight: 800;
    display: block;
}

.metric-label {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

/* Pegasus Trophy Icon */
#pegasus-trophy {
    font-size: 3rem !important;
    color: #F3CD80;
}

/* Mobile Responsive for new sections */
@media (max-width: 1024px) {
    .community-grid,
    .success-grid,
    .ai-angels-content,
    .set-forget-content,
    .security-content,
    .technology-grid,
    .cta-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .tech-image-container {
        height: 250px;
    }
    
    .tech-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .tech-feature {
        gap: 1rem;
    }
    
    .tech-icon {
        width: 50px;
        height: 50px;
    }
    
    .tech-icon i {
        font-size: 1.2rem;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .gold-card {
        transform: none;
    }

    .cta-text h2 {
        font-size: 2rem;
    }

    .cta-benefits {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary.large {
        width: 100%;
        max-width: 300px;
    }

    .success-stories-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .story-card {
        padding: 1rem;
    }
    
    .story-image {
        height: 150px;
    }
    
    .story-stats {
        flex-direction: column;
        gap: 0.5rem;
    }
}
