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

.hero-subtext {
    color: #dfeaff;
}

.service-card,
.platform-card,
.compliance-card,
.step-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--hcp-shadow);
    height: 100%;
}

.service-icon,
.platform-icon,
.compliance-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;
}

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

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

.network-highlight .list-unstyled li,
.network-highlight p {
    color: #dfeaff;
}

.steps-section {
    background: var(--hcp-light);
}

.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.12);
    color: var(--hcp-primary);
    font-weight: 700;
}

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