﻿```css
/* =========================
   PAGE
========================= */
.services-page {
    width: 100%;
    background: var(--kcl-surface-soft);
    padding: 0;
    font-family: Inter, sans-serif;
    overflow: hidden;
}
/* =========================
   SECTION BLOCKS
========================= */

.section-block {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* =========================
   CONNECTED SECTIONS STYLE
========================= */

/* =========================
   HERO
========================= */

.hero-section {
    background: var(--kcl-surface-soft);
    margin-top: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--kcl-radius-xxl);
    border-bottom-right-radius: var(--kcl-radius-xxl);
    padding: 0 0 20px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    box-shadow: var(--kcl-shadow-bottom);
}
/* =========================
   SERVICES
========================= */
.services-section {
    background: var(--kcl-surface);
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    padding: 100px 0 120px;
    position: relative;
    z-index: 3;
    box-shadow: var(--kcl-shadow-bottom);
}

    .services-section .container {
        transform: translateY(70px);
    }

/* =========================
   CTA
========================= */

.cta-section {
    background: var(--kcl-surface-soft);
    margin-top: -70px;
    border-top-left-radius: var(--kcl-radius-xxl);
    border-top-right-radius: var(--kcl-radius-xxl);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    padding: 120px 0 100px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}
    .cta-section .container {
        transform: translateY(60px);
    }

/* =========================
   CONTAINER
========================= */

.container {
    width: 88%;
    margin: auto;
}

/* =========================
   HERO
========================= */

.hero-content {
    text-align: center;
    transform: translateY(-22px);
}
.profile-badge {
    position: relative;
    top: 22px;
}
.profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 35px;
    box-shadow: 0 3px 10px rgba(0,0,0,.03);
}

    .profile-badge img {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        object-fit: cover;
    }
    .profile-badge span {
        font-size: 16px;
        font-weight: 650;
        color: #111 !important;
    }

.hero-content h1 {
    font-size: 76px;
    line-height: 1.05;
    letter-spacing: -2px;
    color: #1a1a1a;
    margin-bottom: 28px;
    font-weight: 700;
}

.hero-content p {
    max-width: 760px;
    margin: auto auto 35px;
    color: #6d6d6d;
    line-height: 1.8;
    font-size: 17px;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #111;
    color: #fff;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .main-btn:hover {
        transform: translateY(-3px);
    }

/* =========================
   SERVICES
========================= */

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

    .section-header h2 {
        font-size: 54px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: #111;
        margin-bottom: 15px;
    }

    .section-header p {
        color: #7a7a7a;
        font-size: 17px;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.service-card {
    background: #f3f3f1;
    box-shadow: var(--kcl-shadow-bottom);
    border-radius: 28px;
    padding: 35px 30px;
    transition: .35s ease;
}

    .service-card:hover {
        background: #dbdbdb;
        transform: translateY(-6px);
        box-shadow: var(--kcl-shadow-bottom);
    }

.icon-box {
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 22px;
    color: #111;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}

.service-card p {
    color: #707070;
    line-height: 1.9;
    font-size: 15px;
}

/* =========================
   CTA
========================= */
.cta-section .container {
    transform: translateY(50px);
}
.cta-icon {
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 50%;
    margin: auto auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #111;
}

body {
    margin: 0;
    background: var(--kcl-surface-soft);
}

.cta-section h2 {
    font-size: 68px;
    line-height: 1.08;
    letter-spacing: -2px;
    color: #111;
    margin-bottom: 20px;
}

.cta-section p {
    color: #777;
    font-size: 17px;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

    .cta-buttons a {
        transition: all .25s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.dark-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--kcl-shadow-bottom);
    background: #000;
}

.light-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--kcl-shadow-bottom);
    /*background: #25D366;*/
    /*color: #fff;*/
}

.dark-btn,
.light-btn {
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--kcl-shadow-bottom);
}
.dark-btn {
    background: #111;
    color: #fff;
}

.light-btn {
    background: #fff;
    color: #111;
}



.section-header h2 {
    color: #111 !important;
}
.icon-box {
    background: color-mix(in srgb, var(--kcl-primary) 10%, #fff);
    color: var(--kcl-primary);
}
.profile-badge span {
    color: var(--kcl-primary);
}
.cta-icon {
    color: var(--kcl-primary);
    background: color-mix(in srgb, var(--kcl-primary) 10%, #fff);
}



/* =========================
   RESPONSIVE
========================= */

@media(max-width: 1200px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content h1 {
        font-size: 56px;
    }

    .cta-section h2 {
        font-size: 48px;
    }

    /* Tablet Radius */
    .hero-section {
        border-bottom-left-radius: var(--kcl-radius-tablet);
        border-bottom-right-radius: var(--kcl-radius-tablet);
    }

    .services-section {
        border-bottom-left-radius: var(--kcl-radius-tablet);
        border-bottom-right-radius: var(--kcl-radius-tablet);
    }

    .cta-section {
        border-top-left-radius: var(--kcl-radius-tablet);
        border-top-right-radius: var(--kcl-radius-tablet);
    }
}

@media(max-width: 768px) {

    .section-block {
        width: 100%;
        max-width: 100%;
    }

    .container {
        width: 90%;
    }

    .hero-section {
        padding: 70px 0 120px;
        border-radius: 0 0 var(--kcl-radius-mobile) var(--kcl-radius-mobile);
    }

    .services-section {
        margin-top: -45px;
        border-radius: var(--kcl-radius-mobile);
        padding: 100px 0 90px;
    }

    .cta-section {
        margin-top: -45px;
        border-radius: var(--kcl-radius-mobile) var(--kcl-radius-mobile) 0 0;
        padding: 100px 0 100px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .cta-section .container {
        padding-top: 35px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .cta-section h2 {
        font-size: 38px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }
}

