.hero-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: var(--hcp-shadow);
}

.feature-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--hcp-shadow);
    height: 100%;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.12);
    color: var(--hcp-primary);
    font-size: 1.2rem;
}

.infrastructure {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.commitment-list li {
    margin-bottom: 0.75rem;
}

.commitment-list li:last-child {
    margin-bottom: 0;
}

.cta-section {
    background: linear-gradient(120deg, #0f2b5b 0%, #0d6efd 100%);
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: var(--hcp-shadow);
}
