.services-hero,
.services-section,
.services-process,
.services-faq,
.services-cta { padding: 90px 0; }

.services-hero { background: linear-gradient(135deg, rgba(35,204,136,.08), rgba(22,150,231,.05)); }

.services-card,
.services-panel,
.services-cta-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    padding: 28px;
}

.services-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #23cc88;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.services-title {
    font-size: 42px;
    line-height: 1.1;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.services-intro,
.services-panel p,
.services-card p,
.services-step p,
.services-cta p,
.services-faq li {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.services-intro--cols {
    columns: 2;
    column-gap: 3rem;
    margin-bottom: 8px;
}

.services-list { padding-left: 20px; margin: 0 0 24px; }
.services-list li { margin-bottom: 10px; }

.services-image {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    height: 100%;
}
.services-image img { width: 100%; height: 100%; object-fit: cover; }

.services-card {
    height: 100%;
    border-top: 4px solid #23cc88;
    transition: .25s ease;
}
.services-card:hover { transform: translateY(-4px); }

.services-card .icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(35,204,136,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23cc88;
    font-size: 22px;
    margin-bottom: 16px;
}

.services-card h3,
.services-panel h3,
.services-cta h3,
.services-step h4 { color: #1a1a2e; }

.services-card h3 { font-size: 22px; margin-bottom: 10px; }
.services-grid { margin-top: 26px; }
.services-panel ul,
.services-faq ul { padding-left: 20px; margin-bottom: 0; }

.services-step {
    padding: 24px;
    background: #f9fbfd;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 14px;
    height: 100%;
}

.step-number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #23cc88;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.services-cta-box { background: linear-gradient(135deg, rgba(35,204,136,.08), rgba(22,150,231,.06)); }

.services-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Responsive */
@media (max-width: 991px) {
    .services-title { font-size: 34px; }
    .services-cta-actions { justify-content: flex-start; margin-top: 20px; }
}

@media (max-width: 767px) {
    .services-intro--cols { columns: 1; }
    .services-hero,
    .services-section,
    .services-process,
    .services-faq,
    .services-cta { padding: 70px 0; }
    .services-title { font-size: 30px; }
    .services-card,
    .services-panel,
    .services-cta-box { padding: 22px; }
    .services-cta-actions .thm-btn { width: 100%; text-align: center; }
}
