/* =========================================================
   WEBARTY — PORQUÊ A WEBARTY
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */


/* =========================================================
   LOCAL RESET
   ========================================================= */

.wa-webarty-trust,
.wa-webarty-trust *,
.wa-webarty-trust *::before,
.wa-webarty-trust *::after {
    box-sizing: border-box;
}

.wa-webarty-trust h2,
.wa-webarty-trust h3,
.wa-webarty-trust p,
.wa-webarty-trust ul,
.wa-webarty-trust li {
    margin: 0;
    padding: 0;
}

.wa-webarty-trust a,
.wa-webarty-trust a:hover,
.wa-webarty-trust a:focus,
.wa-webarty-trust a:visited {
    text-decoration: none !important;
}


/* =========================================================
   SECTION
   ========================================================= */

.wa-webarty-trust {
    --wa-trust-dark: #283550;
    --wa-trust-dark-deep: #212c4f;

    --wa-trust-teal: #00a78e;
    --wa-trust-teal-hover: #008f7a;
    --wa-trust-green: #36c88a;

    --wa-trust-text: #657188;
    --wa-trust-border: #d6e2e5;
    --wa-trust-white: #ffffff;

    position: relative;
    isolation: isolate;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 98px 0 102px;

    overflow: hidden;

    color: var(--wa-trust-dark);

    background:
        radial-gradient(
            circle at 94% 8%,
            rgba(0, 167, 142, 0.075) 0%,
            rgba(0, 167, 142, 0.018) 23%,
            rgba(0, 167, 142, 0) 40%
        ),
        radial-gradient(
            circle at 3% 92%,
            rgba(54, 200, 138, 0.055) 0%,
            rgba(54, 200, 138, 0) 30%
        ),
        linear-gradient(
            180deg,
            #f8fafb 0%,
            #eef3f4 100%
        );

    font-family:
        var(
            --e-global-typography-text-font-family,
            "Roboto"
        ),
        Arial,
        sans-serif;
}


/* =========================================================
   DECORATION
   ========================================================= */

.wa-webarty-trust__decor {
    position: absolute;
    z-index: -1;

    border-radius: 50%;

    pointer-events: none;
}

.wa-webarty-trust__decor--top {
    top: -430px;
    right: -300px;

    width: 700px;
    height: 700px;

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

.wa-webarty-trust__decor--bottom {
    bottom: -430px;
    left: -350px;

    width: 680px;
    height: 680px;

    border:
        1px solid rgba(54, 200, 138, 0.075);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.wa-webarty-trust__container {
    position: relative;
    z-index: 2;

    width:
        min(
            calc(100% - 64px),
            1380px
        );

    margin: 0 auto;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.wa-webarty-trust__layout {
    display: grid;

    grid-template-columns:
        minmax(380px, 0.82fr)
        minmax(0, 1.18fr);

    align-items: center;

    gap:
        clamp(
            60px,
            7vw,
            108px
        );

    width: 100%;
}


/* =========================================================
   INTRO
   ========================================================= */

.wa-webarty-trust__intro {
    width: 100%;
    max-width: 535px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.wa-webarty-trust__eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 19px;

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

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.wa-webarty-trust__eyebrow-line {
    display: block;
    flex: 0 0 33px;

    width: 33px;
    height: 3px;

    border-radius: 999px;

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


/* =========================================================
   TITLE
   ========================================================= */

.wa-webarty-trust__title {
    max-width: 530px;

    color: var(--wa-trust-dark) !important;

    font-family: inherit !important;

    font-size:
        clamp(
            39px,
            3.5vw,
            52px
        ) !important;

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

    text-transform: none !important;
    text-wrap: balance;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.wa-webarty-trust__description {
    max-width: 510px;

    margin-top: 24px !important;

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

    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}


/* =========================================================
   INTRO HIGHLIGHTS
   ========================================================= */

.wa-webarty-trust__highlights {
    display: flex;
    flex-direction: column;

    gap: 13px;

    width: 100%;

    margin-top: 29px;
}

.wa-webarty-trust__highlight {
    display: flex;
    align-items: center;

    gap: 12px;

    color: var(--wa-trust-dark);

    font-size: 14px;
    font-weight: 650;
    line-height: 1.48;
}

.wa-webarty-trust__check {
    display: inline-flex;
    flex: 0 0 25px;

    width: 25px;
    height: 25px;

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

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

    border-radius: 50%;

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

    background:
        rgba(0, 167, 142, 0.08);
}

.wa-webarty-trust__check svg {
    display: block;

    width: 14px;
    height: 14px;
}


/* =========================================================
   INTRO BUTTON
   ========================================================= */

.wa-webarty-trust__button,
.wa-webarty-trust__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 58px;

    margin-top: 33px;
    padding:
        15px
        27px;

    border:
        1px solid var(--wa-trust-teal);

    border-radius: 999px;

    color: #ffffff !important;

    background:
        var(--wa-trust-teal);

    box-shadow:
        0 10px 23px rgba(0, 167, 142, 0.15);

    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;

    transition:
        gap 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.wa-webarty-trust__button svg {
    display: block;
    flex: 0 0 18px;

    width: 18px;
    height: 18px;
}

.wa-webarty-trust__button:hover,
.wa-webarty-trust__button:focus-visible {
    gap: 13px;

    border-color:
        var(--wa-trust-teal-hover);

    color: #ffffff !important;

    background:
        var(--wa-trust-teal-hover);

    box-shadow:
        0 12px 26px rgba(0, 143, 122, 0.20);

    transform:
        translateY(-2px);
}

.wa-webarty-trust__button:focus-visible {
    outline:
        3px solid rgba(0, 167, 142, 0.18);

    outline-offset: 3px;
}


/* =========================================================
   CARDS GRID
   ========================================================= */

.wa-webarty-trust__grid {
    display: grid;

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

    align-items: stretch;

    gap: 20px;

    width: 100%;
}


/* =========================================================
   CARD
   ========================================================= */

.wa-trust-card {
    position: relative;

    display: flex;
    flex-direction: column;

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

    padding:
        28px
        27px
        29px;

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

    border-radius: 22px;

    background:
        rgba(255, 255, 255, 0.96);

    box-shadow:
        0 14px 32px rgba(31, 51, 75, 0.06);

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

.wa-trust-card:hover {
    border-color:
        rgba(0, 167, 142, 0.30);

    box-shadow:
        0 19px 41px rgba(31, 51, 75, 0.095);

    transform:
        translateY(-3px);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.wa-trust-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    width: 100%;

    margin-bottom: 24px;
}


/* =========================================================
   CARD ICON
   ========================================================= */

.wa-trust-card__icon {
    display: inline-flex;
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

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

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

    border-radius: 50%;

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

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

.wa-trust-card__icon svg {
    display: block;

    width: 27px;
    height: 27px;
}


/* =========================================================
   CARD NUMBER
   ========================================================= */

.wa-trust-card__number {
    color:
        rgba(40, 53, 80, 0.22);

    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.10em;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.wa-trust-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;

    min-width: 0;
}


/* =========================================================
   CARD LABEL
   ========================================================= */

.wa-trust-card__label {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;

    min-height: 29px;
    padding:
        5px
        11px;

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

    border-radius: 999px;

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

    background:
        rgba(0, 167, 142, 0.065);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.wa-trust-card h3 {
    margin-top: 17px !important;

    color: var(--wa-trust-dark) !important;

    font-family: inherit !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025em !important;

    text-transform: none !important;
}


/* =========================================================
   CARD TEXT
   ========================================================= */

.wa-trust-card p {
    margin-top: 12px !important;

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

    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.65;
}


/* =========================================================
   PROBLEM CTA
   ========================================================= */

.wa-webarty-trust__problem {
    position: relative;

    display: grid;

    grid-template-columns:
        58px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 20px;

    width: 100%;

    margin-top: 42px;
    padding:
        25px
        27px;

    overflow: hidden;

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

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #283550 0%,
            #212c4f 100%
        );

    box-shadow:
        0 18px 39px rgba(33, 44, 79, 0.16);
}

.wa-webarty-trust__problem::after {
    content: "";

    position: absolute;

    top: -100px;
    right: 14%;

    width: 240px;
    height: 240px;

    border:
        1px solid rgba(141, 225, 202, 0.09);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   PROBLEM ICON
   ========================================================= */

.wa-webarty-trust__problem-icon {
    position: relative;
    z-index: 2;

    display: inline-flex;

    width: 58px;
    height: 58px;

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

    border:
        1px solid rgba(141, 225, 202, 0.20);

    border-radius: 50%;

    color: #8de1ca;

    background:
        rgba(54, 200, 138, 0.10);
}

.wa-webarty-trust__problem-icon svg {
    display: block;

    width: 27px;
    height: 27px;
}


/* =========================================================
   PROBLEM COPY
   ========================================================= */

.wa-webarty-trust__problem-copy {
    position: relative;
    z-index: 2;

    min-width: 0;
}

.wa-webarty-trust__problem h3 {
    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;

    text-transform: none !important;
}

.wa-webarty-trust__problem p {
    margin-top: 6px !important;

    color:
        rgba(255, 255, 255, 0.70) !important;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================================================
   PROBLEM BUTTON
   ========================================================= */

.wa-webarty-trust__problem-button,
.wa-webarty-trust__problem-button:visited {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 245px;
    min-height: 56px;

    padding:
        14px
        23px;

    border:
        1px solid var(--wa-trust-teal);

    border-radius: 999px;

    color: #ffffff !important;

    background:
        var(--wa-trust-teal);

    box-shadow:
        0 10px 23px rgba(0, 167, 142, 0.18);

    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-align: center;
    text-transform: uppercase;

    transition:
        gap 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.wa-webarty-trust__problem-button svg {
    display: block;
    flex: 0 0 18px;

    width: 18px;
    height: 18px;
}

.wa-webarty-trust__problem-button:hover,
.wa-webarty-trust__problem-button:focus-visible {
    gap: 13px;

    border-color:
        var(--wa-trust-green);

    color: #ffffff !important;

    background:
        var(--wa-trust-green);

    transform:
        translateY(-2px);
}

.wa-webarty-trust__problem-button:focus-visible {
    outline:
        3px solid rgba(141, 225, 202, 0.20);

    outline-offset: 3px;
}


/* =========================================================
   MEDIUM DESKTOP
   ========================================================= */

@media (max-width: 1280px) {

    .wa-webarty-trust__container {
        width:
            min(
                calc(100% - 56px),
                1380px
            );
    }

    .wa-webarty-trust__layout {
        grid-template-columns:
            minmax(330px, 0.76fr)
            minmax(0, 1.24fr);

        gap: 50px;
    }

    .wa-webarty-trust__grid {
        gap: 18px;
    }

    .wa-trust-card {
        min-height: 285px;

        padding:
            26px
            24px
            27px;
    }

    .wa-trust-card h3 {
        font-size: 20.5px !important;
    }

    .wa-trust-card p {
        font-size: 14px;
    }
}


/* =========================================================
   SMALL DESKTOP / TABLET LANDSCAPE
   ========================================================= */

@media (max-width: 1080px) {

    .wa-webarty-trust {
        padding:
            88px
            0
            94px;
    }

    .wa-webarty-trust__container {
        width:
            min(
                calc(100% - 48px),
                1380px
            );
    }

    .wa-webarty-trust__layout {
        grid-template-columns: 1fr;

        align-items: start;

        gap: 46px;
    }

    .wa-webarty-trust__intro {
        max-width: 760px;
    }

    .wa-webarty-trust__title {
        max-width: 720px;

        font-size:
            clamp(
                38px,
                5vw,
                50px
            ) !important;
    }

    .wa-webarty-trust__description {
        max-width: 700px;
    }

    .wa-webarty-trust__grid {
        max-width: 900px;
    }

    .wa-trust-card {
        min-height: 265px;

        padding:
            28px
            27px
            29px;
    }

    .wa-trust-card h3 {
        font-size: 22px !important;
    }

    .wa-trust-card p {
        font-size: 14.5px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 760px) {

    .wa-webarty-trust {
        padding:
            76px
            0
            82px;
    }

    .wa-webarty-trust__layout {
        gap: 40px;
    }

    .wa-webarty-trust__problem {
        grid-template-columns:
            54px
            minmax(0, 1fr);
    }

    .wa-webarty-trust__problem-button {
        grid-column:
            1 / -1;

        width: 100%;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .wa-webarty-trust {
        padding:
            68px
            0
            74px;

        background:
            linear-gradient(
                180deg,
                #f8fafb 0%,
                #eef3f4 100%
            );
    }

    .wa-webarty-trust__decor {
        display: none;
    }

    .wa-webarty-trust__container {
        width:
            calc(100% - 48px);
    }

    .wa-webarty-trust__layout {
        gap: 38px;
    }

    .wa-webarty-trust__eyebrow {
        gap: 10px;

        margin-bottom: 16px;

        font-size: 11px;
    }

    .wa-webarty-trust__eyebrow-line {
        flex-basis: 27px;

        width: 27px;
        height: 2px;
    }

    .wa-webarty-trust__title {
        max-width: none;

        font-size:
            clamp(
                33px,
                9vw,
                41px
            ) !important;

        line-height: 1.09 !important;
        text-wrap: pretty;
    }

    .wa-webarty-trust__description {
        max-width: none;

        margin-top: 20px !important;

        font-size: 15px;
        line-height: 1.66;
    }

    .wa-webarty-trust__highlights {
        gap: 12px;

        margin-top: 25px;
    }

    .wa-webarty-trust__highlight {
        align-items: flex-start;

        font-size: 14px;
        line-height: 1.5;
    }

    .wa-webarty-trust__check {
        margin-top: 1px;
    }

    .wa-webarty-trust__button,
    .wa-webarty-trust__button:visited {
        width: 100%;
        min-height: 58px;

        margin-top: 29px;

        padding:
            15px
            18px;

        font-size: 12px;
    }

    .wa-webarty-trust__grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .wa-trust-card {
        min-height: 0;

        padding:
            25px
            22px
            26px;

        border-radius: 20px;
    }

    .wa-trust-card:hover {
        transform: none;
    }

    .wa-trust-card__top {
        margin-bottom: 21px;
    }

    .wa-trust-card__icon {
        flex-basis: 54px;

        width: 54px;
        height: 54px;
    }

    .wa-trust-card__icon svg {
        width: 25px;
        height: 25px;
    }

    .wa-trust-card__label {
        min-height: 28px;

        padding:
            5px
            10px;

        font-size: 9.5px;
    }

    .wa-trust-card h3 {
        margin-top: 16px !important;

        font-size: 21px !important;
    }

    .wa-trust-card p {
        margin-top: 11px !important;

        font-size: 14px;
        line-height: 1.63;
    }

    .wa-webarty-trust__problem {
        grid-template-columns:
            50px
            minmax(0, 1fr);

        gap: 15px;

        margin-top: 31px;
        padding:
            23px
            21px;

        border-radius: 20px;
    }

    .wa-webarty-trust__problem-icon {
        width: 50px;
        height: 50px;
    }

    .wa-webarty-trust__problem-icon svg {
        width: 24px;
        height: 24px;
    }

    .wa-webarty-trust__problem h3 {
        font-size: 19px !important;
    }

    .wa-webarty-trust__problem p {
        font-size: 12.5px;
    }

    .wa-webarty-trust__problem-button {
        min-width: 0;
        width: 100%;
        min-height: 57px;

        padding:
            14px
            17px;

        font-size: 11.5px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .wa-webarty-trust__container {
        width:
            calc(100% - 40px);
    }

    .wa-webarty-trust__title {
        font-size: 32px !important;
    }

    .wa-trust-card {
        padding:
            23px
            19px
            24px;
    }

    .wa-webarty-trust__problem {
        grid-template-columns: 1fr;

        padding:
            22px
            19px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wa-webarty-trust *,
    .wa-webarty-trust *::before,
    .wa-webarty-trust *::after {
        transition-duration:
            0.01ms !important;

        animation-duration:
            0.01ms !important;
    }
}

/* =========================================================
   WEBARTY — UNIFIED DESKTOP SIDE GUTTERS
   64 PX ON EACH SIDE AT 1280 PX VIEWPORT
   MAXIMUM CONTENT WIDTH: 1380 PX
   ========================================================= */

@media (min-width: 1201px) {

    .wa-webarty-trust__container {
        width:
            min(
                calc(100% - 128px),
                1380px
            ) !important;

        max-width: 1380px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

}

