/* =========================================================
   SERVICES PAGE
========================================================= */


/* =========================================================
   HERO
========================================================= */

.services-hero {
    padding: 72px 0;

    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #f5f9ff 55%,
            #e9f2ff 100%
        );

    overflow: hidden;
}

.services-hero-grid {
    display: grid;

    grid-template-columns:
        1fr 500px;

    gap: 70px;

    align-items: center;
}

.services-hero-content h1 {
    max-width: 650px;

    margin: 0 0 20px;

    color: #101827;

    font-size: 47px;

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.services-hero-content h1 span {
    display: block;

    color: #0a348b;
}

.services-hero-content > p {
    max-width: 610px;

    margin: 0 0 27px;

    color: #5f6a79;

    font-size: 15px;

    line-height: 1.7;
}

.services-hero-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.services-hero-visual {
    position: relative;

    min-height: 380px;
}

.search-window {
    position: absolute;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    width: 400px;
    height: 275px;

    padding: 18px;

    border: 1px solid #d5e1f1;

    border-radius: 12px;

    background:
        rgba(255,255,255,.92);

    box-shadow:
        0 25px 60px rgba(23,66,130,.12);
}

.window-top {
    display: flex;

    gap: 6px;

    margin-bottom: 22px;
}

.window-top span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #a5c8ff;
}

.search-title {
    display: flex;

    align-items: center;

    gap: 7px;

    color: #2c3545;

    font-size: 11px;

    font-weight: 600;
}

.google-mark {
    color: #4285f4;

    font-weight: 800;
}

.search-result {
    width: 235px;

    margin-top: 17px;

    padding: 15px;

    border: 1px solid #dce6f2;

    border-radius: 7px;

    background: #ffffff;
}

.search-result small {
    display: block;

    color: #788291;

    font-size: 8px;
}

.search-result strong {
    display: block;

    margin-top: 4px;

    color: #26354b;

    font-size: 10px;
}

.result-lines {
    margin-top: 10px;
}

.result-lines i {
    display: block;

    width: 70%;

    height: 5px;

    margin-bottom: 5px;

    border-radius: 4px;

    background: #edf1f6;
}

.result-lines i:nth-child(2) {
    width: 50%;
}

.result-lines i:nth-child(3) {
    width: 60%;
}

.search-graph {
    position: absolute;

    right: 20px;
    bottom: 25px;

    width: 125px;
    height: 85px;

    padding: 12px;

    border: 1px solid #dce6f2;

    border-radius: 7px;

    background: #ffffff;
}

.graph-line {
    color: #3779ed;

    font-size: 40px;

    line-height: .9;

    text-align: right;
}

.graph-label {
    color: #707b89;

    font-size: 8px;
}

.service-floating-card {
    position: absolute;

    padding: 13px 16px;

    background: #ffffff;

    border: 1px solid #d9e4f2;

    border-radius: 8px;

    box-shadow:
        0 12px 30px rgba(25,65,120,.10);
}

.service-floating-card strong {
    display: block;

    color: #0a348b;

    font-size: 18px;
}

.service-floating-card span {
    display: block;

    color: #707a88;

    font-size: 9px;
}

.card-seo {
    left: 0;
    top: 45px;
}

.card-ai {
    right: 5px;
    top: 20px;
}

.card-growth {
    left: 20px;
    bottom: 20px;
}


/* =========================================================
   INTRO
========================================================= */

.services-intro {
    padding: 70px 0;
}

.section-heading {
    text-align: center;

    max-width: 800px;

    margin: 0 auto 38px;
}

.section-heading h2 {
    margin: 0;

    color: #16243c;

    font-size: 30px;

    line-height: 1.2;
}

.section-heading > p {
    max-width: 650px;

    margin: 14px auto 0;

    color: #6b7584;

    font-size: 13px;

    line-height: 1.7;
}

.section-heading i {
    display: block;

    width: 40px;
    height: 3px;

    margin: 12px auto 0;

    border-radius: 5px;

    background: #0a348b;
}

.service-summary-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 15px;
}

.service-summary-card {
    min-height: 160px;

    padding: 23px;

    border: 1px solid #dce5f1;

    border-radius: 8px;

    background: #ffffff;

    transition: .25s ease;
}

.service-summary-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(20,55,110,.08);
}

.service-number {
    color: #6e9ae5;

    font-size: 12px;

    font-weight: 700;

    margin-bottom: 20px;
}

.service-summary-card h3 {
    margin: 0 0 8px;

    color: #1c2940;

    font-size: 16px;
}

.service-summary-card p {
    margin: 0;

    color: #6d7684;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   ALL SERVICES
========================================================= */

.all-services {
    padding: 70px 0;

    background: #f9fbff;
}

.services-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 18px;
}

.service-detail-card {
    display: flex;

    gap: 18px;

    min-height: 350px;

    padding: 25px;

    border: 1px solid #dce5f1;

    border-radius: 9px;

    background: #ffffff;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.service-detail-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(20,55,110,.08);
}

.service-detail-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #edf4ff;

    color: #0a348b;

    font-size: 10px;

    font-weight: 700;

    text-align: center;
}

.service-detail-content {
    flex: 1;
}

.service-small-number {
    color: #7c8795;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .8px;
}

.service-detail-content h3 {
    margin: 5px 0 9px;

    color: #17243a;

    font-size: 18px;

    line-height: 1.25;
}

.service-detail-content > p {
    margin: 0 0 15px;

    color: #697483;

    font-size: 11px;

    line-height: 1.6;
}

.service-detail-content ul {
    list-style: none;

    margin: 0 0 16px;

    padding: 0;
}

.service-detail-content li {
    position: relative;

    margin-bottom: 7px;

    padding-left: 15px;

    color: #556172;

    font-size: 10px;
}

.service-detail-content li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: #0a348b;

    font-weight: 700;
}

.service-link {
    color: #0a348b;

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}


/* =========================================================
   PROCESS
========================================================= */

.process-section {
    padding: 70px 0;
}

.process-grid {
    display: grid;

    grid-template-columns:
        1fr 50px 1fr 50px 1fr 50px 1fr;

    align-items: center;
}

.process-item {
    text-align: center;
}

.process-number {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border-radius: 50%;

    background: #edf4ff;

    color: #0a348b;

    font-size: 13px;

    font-weight: 700;
}

.process-item h3 {
    margin: 0 0 7px;

    color: #1c2940;

    font-size: 16px;
}

.process-item p {
    max-width: 180px;

    margin: auto;

    color: #707a88;

    font-size: 10px;

    line-height: 1.55;
}

.process-line {
    height: 1px;

    background: #d8e2ef;
}


/* =========================================================
   BENEFITS
========================================================= */

.service-benefits {
    padding: 70px 0;

    background:
        linear-gradient(
            100deg,
            #f8fbff,
            #ffffff
        );
}

.benefits-grid {
    display: grid;

    grid-template-columns:
        1fr 420px;

    gap: 80px;

    align-items: center;
}

.benefits-content h2 {
    max-width: 600px;

    margin: 0 0 17px;

    color: #17243a;

    font-size: 31px;

    line-height: 1.2;
}

.benefits-content > p {
    max-width: 600px;

    color: #687382;

    font-size: 13px;

    line-height: 1.7;
}

.benefit-list {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 12px;

    margin-top: 25px;
}

.benefit-item {
    display: flex;

    align-items: center;

    gap: 9px;
}

.benefit-item span {
    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eaf3ff;

    color: #0a348b;

    font-size: 10px;
}

.benefit-item strong {
    color: #29354a;

    font-size: 11px;
}


/* =========================================================
   BENEFIT VISUAL
========================================================= */

.benefits-visual {
    min-height: 350px;

    display: flex;

    align-items: center;
    justify-content: center;
}

.benefit-circle {
    width: 290px;
    height: 290px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        conic-gradient(
            #22a77c 0 25%,
            #7554d8 25% 50%,
            #ef5b5b 50% 75%,
            #35afd0 75% 100%
        );

    box-shadow:
        0 15px 40px rgba(30,70,130,.08);
}

.benefit-circle > div {
    width: 190px;
    height: 190px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    background: #ffffff;
}

.benefit-circle strong {
    color: #0a348b;

    font-size: 25px;
}

.benefit-circle span {
    color: #6d7785;

    font-size: 10px;
}


/* =========================================================
   CTA
========================================================= */

.services-cta {
    padding: 0 0 55px;
}

.services-cta-inner {
    min-height: 150px;

    padding: 28px 60px;

    border-radius: 8px;

    background: #082e87;

    display: flex;

    align-items: center;

    justify-content: space-between;

    overflow: hidden;
}

.services-cta h2 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 28px;
}

.services-cta p {
    margin: 0 0 14px;

    color: #d9e5ff;

    font-size: 12px;
}

.cta-actions {
    display: flex;

    gap: 10px;
}

.service-yellow {
    background: #ffd85a;

    color: #172e66;

    min-height: 37px;

    font-size: 10px;
}

.service-outline {
    color: #ffffff;

    border-color: #7596d1;

    min-height: 37px;

    font-size: 10px;
}

.services-cta-graphic {
    display: flex;

    align-items: flex-end;

    gap: 17px;
}

.rocket {
    font-size: 52px;
}

.cta-bars {
    display: flex;

    align-items: flex-end;

    gap: 7px;
}

.cta-bars i {
    width: 17px;

    display: block;

    background: #4c7bc7;

    border-radius: 3px 3px 0 0;
}

.cta-bars i:nth-child(1) {
    height: 30px;
}

.cta-bars i:nth-child(2) {
    height: 48px;
}

.cta-bars i:nth-child(3) {
    height: 65px;
}

.cta-bars i:nth-child(4) {
    height: 85px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .services-hero-grid {
        grid-template-columns:
            1fr 400px;

        gap: 40px;
    }

    .services-hero-content h1 {
        font-size: 39px;
    }

    .services-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .benefits-grid {
        gap: 40px;
    }

}


@media (max-width: 800px) {

    .services-hero-grid {
        grid-template-columns: 1fr;
    }

    .services-hero-visual {
        max-width: 500px;

        width: 100%;

        margin: auto;
    }

    .service-summary-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .process-line {
        width: 1px;

        height: 25px;

        margin: auto;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-visual {
        min-height: 300px;
    }

}


@media (max-width: 550px) {

    .services-hero {
        padding: 50px 0;
    }

    .services-hero-content h1 {
        font-size: 31px;
    }

    .search-window {
        width: 90%;

        height: 250px;
    }

    .service-floating-card {
        display: none;
    }

    .service-summary-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-card {
        min-height: auto;

        flex-direction: column;
    }

    .benefit-list {
        grid-template-columns: 1fr;
    }

    .services-cta-inner {
        padding: 28px 25px;

        min-height: 190px;
    }

    .services-cta h2 {
        font-size: 23px;
    }

    .services-cta-graphic {
        opacity: .2;
    }

}