/* Financial Products Page Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #0F0F0F;
    line-height: 1.6;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}


/* Main Content */
.main-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 80px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/financial-products/hero-bg-new.png') center/cover;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text {
    margin-bottom: 44px;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.05;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
    max-width: 747px;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 90px;
    line-height: 1.022;
    color: #FFFFFF;
    margin-bottom: 0;
    max-width: 800px;
}

.hero-description {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.0625;
    color: rgba(255, 255, 255, 0.8);
    max-width: 747px;
}


/* Objectives Section */
.objectives-section {
    padding: 60px 120px 80px;
    background: transparent;
    z-index: 2;
    position: relative;
}

.objectives-content {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.objective-card {
    background: #FFFFFF;
    border: 1px solid rgba(15, 15, 15, 0.1);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 3;
    position: relative;
}

.objective-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 80px 0px rgba(0, 0, 0, 0.1);
}

.objective-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.objective-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #0F0F0F;
    margin-bottom: 8px;
}

.objective-description {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.125;
    color: #777E90;
}

.objectives-description {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.0625;
    letter-spacing: 0.01em;
    color: #099250;
    margin-top: 24px;
}

/* VEX Section */
.vex-section {
    padding: 80px 120px;
    background: #FFFFFF;
}

.vex-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vex-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.071;
    text-transform: uppercase;
    color: #0F0F0F;
    margin: 0;
}

.vex-highlight {
    color: #C51918;
}

.vex-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.vex-feature {
    background: #FFFFFF;
    border: 1px solid rgba(15, 15, 15, 0.1);
    border-radius: 100px;
    padding: 12px 16px;
    box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.vex-feature:hover {
    transform: translateY(-2px);
}

.feature-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.111;
    color: #1B04BE;
}

.vex-description {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.063;
    color: #099250;
    margin: 0;
}

/* Kyrgyz Republic Section */
.kyrgyz-section {
    position: relative;
    height: 400px;
    margin: 0 120px;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.kyrgyz-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/financial-products/kyrgyz-background.png') center/cover;
    z-index: 1;
}

.kyrgyz-content {
    position: relative;
    z-index: 3;
    padding: 40px;
    max-width: 1120px;
    align-self: flex-end;
}

.kyrgyz-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.kyrgyz-description {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.0833;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    max-width: 1040px;
    margin: 0 auto;
}

/* CTA Section */
.cta-section {
    padding: 80px 120px;
    background: #FFFFFF;
}

.cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.05;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FF00B8 0%, #FF8204 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #0F0F0F;
    margin: 0;
}

.cta-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.111;
    color: #777E90;
    margin: 0;
}

.cta-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.email-input-container {
    position: relative;
}

.email-input {
    width: 400px;
    padding: 19px 16px;
    border: 1px solid rgba(15, 15, 15, 0.1);
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.125;
    color: #777E90;
    background: #FFFFFF;
    box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    transition: border-color 0.3s ease;
}

.email-input:focus {
    border-color: #1B04BE;
}

.email-input::placeholder {
    color: #777E90;
}

.send-button {
    width: 120px;
    padding: 18px 16px;
    background: #007FFF;
    border: none;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.111;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.send-button:hover {
    background: #0066CC;
    transform: translateY(-2px);
}

.send-button:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nav {
        padding: 20px 60px;
    }
    
    .hero-content,
    .objectives-section,
    .vex-section,
    .cta-section {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .kyrgyz-section {
        margin: 0 60px;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 20px 30px;
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-center .nav-links {
        gap: 20px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 60px;
    }
    
    .hero-content,
    .objectives-section,
    .vex-section,
    .cta-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .kyrgyz-section {
        margin: 0 30px;
        height: 300px;
    }
    
    .kyrgyz-title {
        font-size: 28px;
    }
    
    .kyrgyz-description {
        font-size: 18px;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vex-features {
        flex-direction: column;
        align-items: stretch;
    }
    
    .vex-feature {
        text-align: center;
    }
    
    .cta-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .email-input {
        width: 100%;
    }
    
    .send-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .cta-title {
        font-size: 28px;
    }
}
