.services-page .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.service-card {
    background: rgba(65, 56, 105, 0.92);
    border-radius: 24px;
    padding: 1.4rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(75, 70, 70, 0.55);
}

.service-card h2 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.service-card p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: rgba(235, 214, 214, 0.78);
}

.service-card ul {
    list-style: disc;
    padding-left: 0.95rem;
    margin-bottom: 0.5rem;
    font-size: 10 rem;
    
}

.service-card .price {
    font-weight: 600;
    margin-top: 0.4rem;

}

.example-link-label {
    font-size: 0.95rem;
    color: #1e189c;
}

.example-link-label .placeholder {
    opacity: 0.95;
    color: #2b2b2b;
}
.example-link-label a {
    color: #a2c5ed;

/* CTA block */
.cta-section {
    margin-top: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}
