/* Custom Enterprise Styling */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background: #f7f9fc;
    margin: 0;
    padding: 0;
}
.enterprise-header-ebea4d25 {
    background: #002b49;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #005a9c;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.logo-area a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
}
.brand-heavy {
    font-weight: 800;
}
.brand-light {
    font-weight: 300;
    color: #ff9e1b;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}
.header-cta {
    background: #ff9e1b;
    color: #002b49;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}
.enterprise-hero {
    background: linear-gradient(135deg, #002b49 0%, #005a9c 100%);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}
.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.stats-grid {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
    background: #fff;
}
.stat-card .number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #005a9c;
}
.services-grid {
    display: flex;
    gap: 30px;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    flex: 1;
}
.enterprise-footer-ebea4d25 {
    background: #001f35;
    color: #ccc;
    padding: 60px 20px 20px;
}
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #002b49;
    margin-top: 40px;
    padding-top: 20px;
}
