/* =========================================================
   WEBARTY — SERVIÇOS
   MARKETING DIGITAL
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */

.wa-services-marketing,
.wa-services-marketing *,
.wa-services-marketing *::before,
.wa-services-marketing *::after {
    box-sizing: border-box;
}

.wa-services-marketing h2,
.wa-services-marketing h3,
.wa-services-marketing p {
    margin: 0;
    padding: 0;
}

.wa-services-marketing a {
    text-decoration: none;
}

.wa-services-marketing {
    --wa-services-teal: #00a78e;
    --wa-services-green: #36c88a;
    --wa-services-text: #283550;
    --wa-services-muted: #66758c;
    --wa-services-border: #dbe6e8;

    width: 100%;

    padding:
        100px
        40px
        108px;

    background: #ffffff;

    font-family:
        "Roboto",
        Arial,
        sans-serif;
}

.wa-services-marketing__container {
    width:
        min(
            100%,
            1360px
        );

    margin:
        0
        auto;
}

.wa-services-marketing__header {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 900px;

    align-items: center;

    margin:
        0
        auto
        47px;

    text-align: center;
}

.wa-services-marketing__eyebrow {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 15px;

    color:
        var(--wa-services-teal);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}

.wa-services-marketing__eyebrow-line {
    display: block;

    width: 32px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-services-teal),
            var(--wa-services-green)
        );
}

body
.wa-services-marketing
.wa-services-marketing__title {
    width: 100%;
    max-width: 850px;

    margin:
        0
        auto;

    color:
        var(--wa-services-text) !important;

    background:
        none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size:
        clamp(
            39px,
            3.45vw,
            53px
        ) !important;

    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.041em !important;

    text-align: center !important;
    text-transform: none !important;

    -webkit-text-fill-color:
        var(--wa-services-text) !important;
}

.wa-services-marketing__description {
    display: block;

    width: 100%;
    max-width: 800px;

    margin:
        22px
        auto
        0 !important;

    color:
        var(--wa-services-muted) !important;

    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.68;

    text-align: center !important;

    -webkit-text-fill-color:
        var(--wa-services-muted);
}

.wa-services-marketing__grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    align-items: stretch;

    gap: 22px;
}

body
.wa-services-marketing
.wa-services-marketing__card,
body
.wa-services-marketing
.wa-services-marketing__card:visited {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 365px;

    padding:
        31px
        29px
        29px;

    overflow: hidden;

    border:
        1px solid
        var(--wa-services-border);

    border-radius: 23px;

    color:
        var(--wa-services-text) !important;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fafb 100%
        );

    box-shadow:
        0
        15px
        38px
        rgba(31, 51, 75, 0.055);

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.wa-services-marketing__card::before {
    content: "";

    position: absolute;

    top: -62px;
    right: -62px;

    width: 160px;
    height: 160px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(0, 167, 142, 0.11),
            rgba(54, 200, 138, 0.025)
        );
}

body
.wa-services-marketing
.wa-services-marketing__card:hover {
    border-color:
        rgba(0, 167, 142, 0.38);

    box-shadow:
        0
        24px
        52px
        rgba(31, 51, 75, 0.095);

    transform:
        translateY(-5px);
}

.wa-services-marketing__icon {
    position: relative;

    display: inline-flex;

    width: 60px;
    height: 60px;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border:
        1px solid
        rgba(0, 167, 142, 0.2);

    border-radius: 18px;

    color:
        var(--wa-services-teal);

    background:
        linear-gradient(
            145deg,
            #eaf8f5,
            #f6fbfa
        );

    z-index: 2;
}

.wa-services-marketing__icon svg {
    width: 29px;
    height: 29px;
}

.wa-services-marketing__label {
    display: block;

    margin-bottom: 8px;

    color:
        var(--wa-services-teal);

    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

body
.wa-services-marketing
.wa-services-marketing__card h3 {
    margin-bottom: 13px;

    color:
        var(--wa-services-text) !important;

    background:
        none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.026em !important;

    text-transform: none !important;

    -webkit-text-fill-color:
        var(--wa-services-text) !important;
}

.wa-services-marketing__card p {
    margin-bottom: 25px;

    color:
        var(--wa-services-muted) !important;

    font-size: 15px;
    line-height: 1.65;

    -webkit-text-fill-color:
        var(--wa-services-muted);
}

.wa-services-marketing__link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: auto;

    color:
        var(--wa-services-teal);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.wa-services-marketing__link svg {
    width: 19px;
    height: 19px;

    transition:
        transform
        0.18s
        ease;
}

.wa-services-marketing__card:hover
.wa-services-marketing__link svg {
    transform:
        translateX(4px);
}

.wa-services-marketing__card:focus-visible {
    outline:
        3px solid
        rgba(0, 167, 142, 0.3);

    outline-offset: 3px;
}

@media (max-width: 980px) {

    .wa-services-marketing__grid {
        grid-template-columns:
            1fr;

        max-width: 760px;

        margin:
            0
            auto;
    }

    body
    .wa-services-marketing
    .wa-services-marketing__card {
        min-height: 0;
    }
}

@media (max-width: 767px) {

    .wa-services-marketing {
        padding:
            72px
            24px
            78px;
    }

    .wa-services-marketing__header {
        margin-bottom: 34px;
    }

    .wa-services-marketing__eyebrow {
        font-size: 10.5px;
    }

    .wa-services-marketing__eyebrow-line {
        width: 28px;
    }

    body
    .wa-services-marketing
    .wa-services-marketing__title {
        font-size:
            clamp(
                31px,
                8.8vw,
                40px
            ) !important;
    }

    .wa-services-marketing__description {
        margin:
            24px
            auto
            0 !important;

        font-size: 15.5px;
        line-height: 1.66;

        text-align: center !important;
    }

    .wa-services-marketing__grid {
        gap: 17px;
    }

    body
    .wa-services-marketing
    .wa-services-marketing__card {
        min-height: 0;

        padding:
            25px
            22px
            25px;

        border-radius: 19px;
    }

    body
    .wa-services-marketing
    .wa-services-marketing__card:hover {
        transform: none;
    }

    .wa-services-marketing__icon {
        width: 54px;
        height: 54px;

        margin-bottom: 20px;

        border-radius: 16px;
    }

    .wa-services-marketing__icon svg {
        width: 26px;
        height: 26px;
    }

    body
    .wa-services-marketing
    .wa-services-marketing__card h3 {
        font-size: 20px !important;
    }
}

@media (max-width: 390px) {

    .wa-services-marketing {
        padding-right: 20px;
        padding-left: 20px;
    }
}
