/* Exchanges Page - Complete Override Styles */

/* Important overrides to ensure our styles take precedence */
.exchanges-page {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.6 !important;
    color: #1d0c46 !important;
    background: #ffffff !important;
}

/* Override any conflicting container styles */
.exchanges-page .container {
    max-width: 1800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* Override any conflicting main content styles */
.exchanges-page .main-content {
    margin: 0 !important;
    padding: 0 !important;
}

.exchanges-page * {
    box-sizing: border-box;
}

/* Hero Section */
.exchanges-page .exchanges-hero {
    background: linear-gradient(135deg, #ffffff 0%, #DDE2EE 50%, #ffffff 100%) !important;
    padding: 120px 0 80px !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.exchanges-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.exchanges-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    gap: 60px;
    position: relative;
}

.exchanges-hero .hero-text {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.exchanges-hero .hero-text h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1d0c46;
    text-align: center;
}

.exchanges-hero .hero-text .hero-subheadline {
    font-size: 1.25rem;
    color: #6b5b7a;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}



/* Content Sections */
.exchanges-page .post-listing-paradox,
.exchanges-page .cryptique-solution,
.exchanges-page .partnership-model {
    padding: 100px 0 !important;
    margin: 0 !important;
}

.exchanges-page .post-listing-paradox {
    background: #ffffff !important;
}

.exchanges-page .partnership-model {
    background: #DDE2EE !important;
}

.exchanges-page .cryptique-solution {
    background: #ffffff !important;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    overflow: hidden;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.3;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    hyphens: auto;
}

.section-header p {
    font-size: 1.25rem;
    color: #6b5b7a;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

/* Challenges Grid */
.challenges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.challenge-card {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.challenge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.challenge-icon {
    width: 60px;
    height: 60px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.challenge-icon i {
    font-size: 24px;
    color: white;
}

.challenge-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.challenge-card p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Solution Benefits */
.solution-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefit-card {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.benefit-icon i {
    font-size: 24px;
    color: white;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.benefit-card p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Partnership Features */
.partnership-features {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partnership-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.partnership-feature:nth-child(even) {
    direction: rtl;
}

.partnership-feature:nth-child(even) > * {
    direction: ltr;
}

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

.feature-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.feature-content p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Listing Package Visual */
.listing-package-visual {
    width: 100%;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.package-header {
    background: #1d0c46;
    color: white;
    padding: 20px;
    text-align: center;
}

.package-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.package-items {
    padding: 20px;
}

.package-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(29, 12, 70, 0.1);
}

.package-item:last-child {
    border-bottom: none;
}

.package-item.featured {
    background: rgba(29, 12, 70, 0.05);
    margin: 0 -20px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(29, 12, 70, 0.1);
}

.package-item i {
    color: #4ade80;
    font-size: 16px;
}

.package-item span {
    color: #1d0c46;
    font-weight: 500;
}

.package-item.featured span {
    font-weight: 600;
    color: #1d0c46;
}

/* Webinar Visual */
.webinar-visual {
    width: 100%;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.webinar-header {
    padding: 20px;
    text-align: center;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cryptique-logo {
    background: #1d0c46;
}

.cryptique-logo img {
    width: 24px;
    height: 24px;
}

.exchange-logo {
    background: rgba(29, 12, 70, 0.1);
    border: 1px solid rgba(29, 12, 70, 0.3);
}

.exchange-logo i {
    color: #1d0c46;
    font-size: 18px;
}

.webinar-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1d0c46;
}

.webinar-header p {
    color: #6b5b7a;
    font-size: 0.9rem;
    margin: 0;
}

/* Onboarding Flow */
.onboarding-flow {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.step-icon i {
    color: white;
    font-size: 18px;
}

.flow-step span {
    font-size: 0.9rem;
    color: #6b5b7a;
    text-align: center;
    font-weight: 500;
}

.flow-arrow {
    color: #1d0c46;
    font-size: 16px;
}

/* Final CTA */
.final-cta {
    padding: 100px 0;
    background: #DDE2EE;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.125rem;
    color: #6b5b7a;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #1d0c46;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 12, 70, 0.3);
}

.cta-button:hover {
    background: #2d1c56;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29, 12, 70, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .exchanges-hero .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .exchanges-hero .hero-text h1 {
        font-size: 3rem;
    }
    
    .hero-visual {
        height: 400px;
    }
    
    .partnership-feature {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .partnership-feature:nth-child(even) {
        direction: ltr;
    }
}

@media (max-width: 768px) {
    .exchanges-hero {
        padding: 60px 0 40px;
        min-height: auto;
    }
    
    .exchanges-hero .hero-text h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    
    .exchanges-hero .hero-text .hero-subheadline {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    
    .post-listing-paradox,
    .cryptique-solution,
    .partnership-model {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .challenges-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .solution-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .challenge-card,
    .benefit-card {
        padding: 20px;
    }
    
    .onboarding-flow {
        flex-direction: column;
        gap: 20px;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .exchanges-hero .container,
    .section-header,
    .challenges-grid,
    .solution-benefits,
    .partnership-features,
    .cta-content {
        padding: 0 16px;
    }
    
    .exchanges-hero .hero-text h1 {
        font-size: 2rem;
    }
    
    .exchanges-hero .hero-text .hero-subheadline {
        font-size: 1rem;
    }
    
    
    .challenge-card,
    .benefit-card {
        padding: 16px;
    }
    
    .solution-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .listing-package-visual,
    .webinar-visual {
        max-width: 250px;
    }
    
    .onboarding-flow {
        padding: 16px;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}
