:root {
    --ink: #59449b;
    --purple: #009688;
    --mint: #da834e;
    --muted: #667085;
    --bg: #f7f8fc;
}

.cta-band {
    background: linear-gradient(120deg, #009688, #009688);
    color: #fff;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
}

.why-visual {
    height: 430px;
    border-radius: 24px;
    background: linear-gradient(145deg, #da834e, #009688);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.dark-section {
    background: #009688;
    padding: 100px 0;
}

.service-card {
    background: #00796e;
    border: 0;
    border-radius: 16px;
    padding: 28px;
    color: #fff;
}

.service-no {
    font-size: 38px;
    font-weight: 800;
    color: #009688;
}

.service-card .card-description {
    color: #fff;
}

.service-card small {
    color: #15eac2;
    font-size: 20px;
}

.service-card > a {
    color: #15eac2;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

.meta span {
    color: #15eac2;
}

.section-head.light > p {
    color: #fff;
    font-size: 18px;
}

.meta {
    border-top: 1px solid #009688;
    border-bottom: 1px solid #009688;
    padding: 16px 0;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.client-card {
    height: 115px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    color: #596274;
    transition: .25s;
}
