

/* ===================================
   AI Infrastructure Page Styles
   =================================== */
.ai-hero-section {
    background: linear-gradient(135deg, #003b86 0%, #004b9d 100%) !important;
    color: #ffffff !important;
    padding: 60px 40px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
}
.ai-hero-section h1 {
    font-size: clamp(24px, 3vw, 40px) !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
.ai-hero-section p {
    font-size: 1.2em !important;
    opacity: 0.95 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
}

.ai-content-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #1b2431 !important;
}

.ai-section {
    margin-bottom: 40px !important;
    padding: 30px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border-left: 4px solid #004b9d !important;
    box-shadow: 0 4px 16px rgba(17, 49, 95, 0.08) !important;
}
.ai-section h2 {
    color: #003b86 !important;
    margin-top: 0 !important;
    font-size: 1.8em !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}
.ai-section h3 {
    color: #004b9d !important;
    margin-top: 25px !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.ai-section ul {
    margin-left: 20px !important;
    padding-left: 0 !important;
    list-style-position: outside !important;
}
.ai-section li {
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
    color: #1b2431 !important;
}
.ai-section p {
    line-height: 1.6 !important;
    color: #1b2431 !important;
    margin-bottom: 15px !important;
}
.ai-section strong {
    color: #004b9d !important;
    font-weight: 600 !important;
}

.ai-cta-section {
    text-align: center !important;
    padding: 50px 40px !important;
    background: #f6f8fc !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 16px rgba(17, 49, 95, 0.08) !important;
}
.ai-cta-section h2 {
    color: #003b86 !important;
    margin-top: 0 !important;
    font-size: 1.8em !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}
.ai-cta-section p {
    margin-bottom: 30px !important;
    font-size: 1.1em !important;
    color: #1b2431 !important;
}

/* Buttons */
.ai-button,
a.ai-button {
    display: inline-block !important;
    background: #004b9d !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    margin: 10px !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}
.ai-button:hover,
a.ai-button:hover {
    background: #003b86 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.ai-button-secondary,
a.ai-button-secondary {
    display: inline-block !important;
    background: #9caf3b !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    margin: 10px !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}
.ai-button-secondary:hover,
a.ai-button-secondary:hover {
    background: #85972f !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
