/* =========================================================
   AGÊNCIA DIGITAL WEBARTY
   ORÇAMENTO — HERO
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */


/* =========================================================
   RESET LOCAL
   ========================================================= */

.wa-quote-hero,
.wa-quote-hero *,
.wa-quote-hero *::before,
.wa-quote-hero *::after {
    box-sizing: border-box;
}

.wa-quote-hero h1,
.wa-quote-hero p {
    margin: 0;
    padding: 0;
}


/* =========================================================
   HERO
   ========================================================= */

.wa-quote-hero {
    --wa-quote-teal: #00a78e;
    --wa-quote-green: #36c88a;
    --wa-quote-white: #ffffff;
    --wa-quote-text: rgba(255, 255, 255, 0.82);

    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 100%;

    min-height: clamp(570px, 64svh, 650px);

    margin: 0;
    padding: 144px 0 70px;

    overflow: hidden;

    color: var(--wa-quote-white);

    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(0, 167, 142, 0.18) 0%,
            rgba(0, 167, 142, 0) 35%
        ),
        radial-gradient(
            circle at 10% 92%,
            rgba(54, 200, 138, 0.055) 0%,
            rgba(54, 200, 138, 0) 30%
        ),
        linear-gradient(
            121deg,
            #10192e 0%,
            #1b2946 50%,
            #10515a 100%
        );
}


/* =========================================================
   CONTAINER
   ========================================================= */

.wa-quote-hero__container {
    position: relative;
    z-index: 2;

    width:
        min(
            calc(100% - 176px),
            1360px
        );

    margin: 0 auto;
}


/* =========================================================
   CONTENT
   ========================================================= */

.wa-quote-hero__content {
    width: 100%;
    max-width: 900px;

    overflow: visible;
}


/* =========================================================
   DECORATION
   ========================================================= */

.wa-quote-hero__circle {
    position: absolute;
    z-index: -1;

    border-radius: 50%;

    pointer-events: none;
}

.wa-quote-hero__circle--top {
    top: -430px;
    right: -190px;

    width:: none;
}

.wa-quote-hero__circle--top {
    760px;
    height: 760px;

    border:
        1px solid rgba(255, 255, 255, 0.05);
}

.wa-quote-hero__circle--bottom {
    bottom: -535px;
    left: -375px;

    width: 720px;
    height: 720px;

    border:
        1px solid rgba(54, 200, 138, 0.075);
}

.wa-quote-hero__glow {
    position: absolute;
    z-index: -1;

    top: 15%;
    right: 7%;

    width: 440px;
    height: 440px;

    border-radius: 50%;

    opacity: 0.55;

    background:
        rgba(0, 167, 142, 0.15);

    filter:
        blur(115px);

    pointer-events: none;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.wa-quote-hero__eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    margin: 0 0 22px;

    color: #67dfcb;

    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wa-quote-hero__eyebrow-line {
    display: block;
    flex: 0 0 35px;

    width: 35px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-quote-teal),
            var(--wa-quote-green)
        );
}


/* =========================================================
   TITLE
   ========================================================= */

.wa-quote-hero__title {
    display: block;

    width: 100%;
    max-width: 900px;

    margin: 0 !important;
    padding: 0.035em 0 0.085em !important;

    overflow: visible;

    color: #ffffff !important;

    font-family: inherit !important;

    font-size:
        clamp(
            50px,
            4.45vw,
            69px
        ) !important;

    font-weight: 800 !important;
    line-height: 1.09 !important;
    letter-spacing: -0.047em !important;
    text-transform: none !important;

    text-wrap: balance;
}

.wa-quote-hero__title span {
    display: block;

    padding-bottom: 0.035em;

    overflow: visible;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            #61dfcb 0%,
            #36c88a 100%
        );

    background-clip: text;
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.wa-quote-hero__description {
    width: 100%;
    max-width: 750px;

    margin: 20px 0 0 !important;
    padding: 0 !important;

    color: var(--wa-quote-text) !important;

    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.wa-quote-hero__highlights {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 38px;
}

.wa-quote-hero__highlight {
    display: inline-flex;
    align-items: center;

    gap: 11px;

    min-height: 51px;

    padding:
        9px
        18px
        9px
        10px;

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(29, 45, 76, 0.72),
            rgba(20, 55, 70, 0.58)
        );

    box-shadow:
        0 14px 32px rgba(5, 18, 34, 0.08);

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);
}

.wa-quote-hero__highlight-icon {
    display: inline-flex;

    width: 33px;
    height: 33px;

    flex: 0 0 33px;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(85, 220, 202, 0.24);

    border-radius: 50%;

    color: #63dfcb;

    background:
        rgba(0, 167, 142, 0.13);
}

.wa-quote-hero__highlight-icon svg {
    display: block;

    width: 17px;
    height: 17px;
}

.wa-quote-hero__highlight strong {
    color:
        rgba(255, 255, 255, 0.92);

    font-family: inherit;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1600px) {

    .wa-quote-hero {
        min-height:
            clamp(
                600px,
                64svh,
                670px
            );

        padding-top: 150px;
        padding-bottom: 76px;
    }

    .wa-quote-hero__container {
        width:
            min(
                calc(100% - 192px),
                1360px
            );
    }
}


/* =========================================================
   DESKTOP 1280–1599
   ========================================================= */

@media (max-width: 1320px) {

    .wa-quote-hero {
        min-height:
            clamp(
                550px,
                66svh,
                620px
            );

        padding:
            134px
            0
            58px;
    }

    .wa-quote-hero__container {
        width:
            calc(100% - 144px);
    }

    .wa-quote-hero__content {
        max-width: 840px;
    }

    .wa-quote-hero__title {
        max-width: 840px;

        font-size:
            clamp(
                45px,
                4.15vw,
                59px
            ) !important;
    }

    .wa-quote-hero__description {
        max-width: 690px;

        font-size: 16px;
    }

    .wa-quote-hero__highlights {
        margin-top: 34px;
    }

    .wa-quote-hero__highlight strong {
        font-size: 13px;
    }
}


/* =========================================================
   SMALL DESKTOP / TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .wa-quote-hero {
        display: block;

        min-height: auto;

        padding:
            128px
            0
            54px;
    }

    .wa-quote-hero__container {
        width:
            calc(100% - 96px);
    }

    .wa-quote-hero__content {
        max-width: none;
    }

    .wa-quote-hero__title {
        max-width: 820px;

        font-size:
            clamp(
                42px,
                5.8vw,
                56px
            ) !important;
    }

    .wa-quote-hero__description {
        max-width: 760px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .wa-quote-hero {
        display: block;

        min-height: auto;

        padding:
            112px
            0
            40px;
    }

    .wa-quote-hero__circle--top {
        top: -355px;
        right: -400px;

        width: 650px;
        height: 650px;
    }

    .wa-quote-hero__circle--bottom,
    .wa-quote-hero__glow {
        display: none;
    }

    .wa-quote-hero__container {
        width:
            calc(100% - 60px);
    }

    .wa-quote-hero__eyebrow {
        gap: 9px;

        margin-bottom: 16px;

        font-size: 9.5px;
        line-height: 1.35;
    }

    .wa-quote-hero__eyebrow-line {
        flex-basis: 25px;

        width: 25px;
        height: 2px;
    }

    .wa-quote-hero__title {
        max-width: none;

        padding:
            0.03em
            0
            0.08em !important;

        font-size:
            clamp(
                31px,
                7.5vw,
                38px
            ) !important;

        line-height: 1.1 !important;
        letter-spacing: -0.038em !important;
    }

    .wa-quote-hero__description {
        max-width: none;

        margin-top: 15px !important;

        font-size: 14.5px;
        line-height: 1.58;
    }

    .wa-quote-hero__highlights {
        display: grid;

        grid-template-columns: 1fr;

        gap: 9px;

        margin-top: 28px;
    }

    .wa-quote-hero__highlight {
        width: 100%;
        min-height: 49px;

        padding:
            8px
            15px
            8px
            9px;
    }

    .wa-quote-hero__highlight-icon {
        width: 32px;
        height: 32px;

        flex-basis: 32px;
    }

    .wa-quote-hero__highlight strong {
        font-size: 13px;
    }
}


/* =========================================================
   NARROW MOBILE
   ========================================================= */

@media (max-width: 419px) {

    .wa-quote-hero {
        padding:
            108px
            0
            36px;
    }

    .wa-quote-hero__container {
        width:
            calc(100% - 52px);
    }

    .wa-quote-hero__title {
        font-size: 30px !important;
        line-height: 1.1 !important;
    }

    .wa-quote-hero__description {
        font-size: 14px;
    }

    .wa-quote-hero__highlight {
        padding-right: 13px;
    }

    .wa-quote-hero__highlight strong {
        font-size: 12.5px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wa-quote-hero *,
    .wa-quote-hero *::before,
    .wa-quote-hero *::after {
        transition-duration:
            0.01ms !important;

        animation-duration:
            0.01ms !important;
    }
}