/* Services Page Styles */

.services-hero-section {
    background: #0c3043;
    color: #fff;
    padding: 160px 0 60px 0;
    text-align: center;
}
.services-hero-content {
    max-width: 700px;
    margin: 0 auto;
}
.services-hero-section h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
}
.services-hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.services-grid-section {
    background: #f8f9fa;
    padding: 80px 0 40px 0;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(24,49,79,0.06);
    padding: 36px 24px 28px 24px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
}
.service-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: #eaf1fa;
    border-radius: 50%;
    color: #0c3043;
    box-shadow: 0 2px 8px rgba(24,49,79,0.06);
}
.service-card h3 {
    color: #0c3043;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.service-card p {
    font-size: 1.08rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.services-cta-section {
    background-image: url('../images/contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    color: white;
}
.services-cta-content {
    max-width: 700px;
    margin: 0 auto;
}
.services-cta-content h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.services-cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.92;
}
.services-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .services-hero-section h1 {
        font-size: 2.1rem;
    }
    .service-card {
        min-height: 0;
        padding: 28px 12px 20px 12px;
    }
}

/* Animation Classes */
.fade-up-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
} 

/* Investor Resources Page Styles */

.investor-hero-section {
    background: #0c3043;
    color: #fff;
    padding: 160px 0 60px 0;
    text-align: center;
}
.investor-hero-content {
    max-width: 700px;
    margin: 0 auto;
}
.investor-hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.investor-hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
}

.investor-stats-section {
    background: #f8f9fa;
    padding: 60px 0 40px 0;
}
.investor-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.investor-stat-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    padding: 32px 18px 24px 18px;
    text-align: center;
}
.stat-label {
    color: #0c3043;
    font-size: 1.08rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #18314f;
}

.investor-press-section, .investor-filings-section {
    background: #fff;
    padding: 60px 0 40px 0;
}
.investor-press-section h2, .investor-filings-section h2 {
    color: #0c3043;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.investor-press-placeholder, .investor-filings-placeholder {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #18314f;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(24,49,79,0.04);
}

.investor-contact-section {
    background: #f8f9fa;
    padding: 60px 0 60px 0;
    text-align: center;
}
.investor-contact-section h2 {
    color: #0c3043;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.investor-contact-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    padding: 32px 18px 24px 18px;
    display: inline-block;
    text-align: left;
    font-size: 1.08rem;
    color: #18314f;
}
.investor-contact-block a {
    color: #0c3043;
    text-decoration: underline;
    transition: color 0.2s;
}
.investor-contact-block a:hover {
    color: #ff0000;
}

@media (max-width: 1024px) {
    .investor-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media (max-width: 700px) {
    .investor-hero-section h1 {
        font-size: 2.1rem;
    }
    .investor-stats-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .investor-stat-block {
        padding: 20px 8px 16px 8px;
    }
    .investor-press-section h2, .investor-filings-section h2 {
        font-size: 1.3rem;
    }
} 