/* =========================================================
   WEBARTY — PÁGINA OBRIGADO
   HERO + SERVIÇOS + EXPANSÃO
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */


/* =========================================================
   LOCAL RESET
   ========================================================= */

.wa-thank-you-hero,
.wa-thank-you-next,
.wa-thank-you-hero *,
.wa-thank-you-next * {
    box-sizing: border-box;
}

.wa-thank-you-hero,
.wa-thank-you-next {
    --wa-dark: #212c4f;
    --wa-dark-soft: #283550;
    --wa-dark-deep: #17213d;

    --wa-teal: #00a78e;
    --wa-teal-dark: #008f7a;
    --wa-green: #36c88a;

    --wa-white: #ffffff;

    --wa-text: #283550;
    --wa-muted: #66758c;

    --wa-border: #dbe6e8;
    --wa-border-hover: rgba(0, 167, 142, 0.32);

    font-family:
        "Roboto",
        Arial,
        sans-serif;
}


/* =========================================================
   HERO
   ========================================================= */

.wa-thank-you-hero {
    position: relative;

    display: flex;

    width: 100%;
    min-height: 420px;

    align-items: center;

    overflow: hidden;

    padding:
        132px
        40px
        78px;

    color: var(--wa-white);

    background:
        linear-gradient(
            118deg,
            #17213d 0%,
            #1c3150 48%,
            #075d62 100%
        );

    isolation: isolate;
}


/* =========================================================
   HERO BACKGROUND
   ========================================================= */

.wa-thank-you-hero__background {
    position: absolute;
    inset: 0;

    overflow: hidden;

    pointer-events: none;

    z-index: -1;
}

.wa-thank-you-hero__background::before {
    content: "";

    position: absolute;

    top: -310px;
    left: -230px;

    width: 680px;
    height: 680px;

    border:
        1px solid
        rgba(255, 255, 255, 0.065);

    border-radius: 50%;
}

.wa-thank-you-hero__background::after {
    content: "";

    position: absolute;

    right: -270px;
    bottom: -490px;

    width: 850px;
    height: 850px;

    border:
        1px solid
        rgba(54, 200, 138, 0.12);

    border-radius: 50%;
}

.wa-thank-you-hero__circle {
    position: absolute;

    display: block;

    border-radius: 50%;
}

.wa-thank-you-hero__circle--top {
    top: 54px;
    right: 16%;

    width: 150px;
    height: 150px;

    border:
        1px solid
        rgba(0, 167, 142, 0.16);
}

.wa-thank-you-hero__circle--bottom {
    right: 29%;
    bottom: -120px;

    width: 230px;
    height: 230px;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);
}

.wa-thank-you-hero__glow {
    position: absolute;

    top: 54%;
    left: 58%;

    width: 620px;
    height: 620px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 167, 142, 0.23) 0%,
            rgba(0, 167, 142, 0.085) 35%,
            rgba(0, 167, 142, 0) 72%
        );

    transform:
        translate(
            -50%,
            -50%
        );

    filter: blur(8px);
}


/* =========================================================
   HERO CONTAINER
   ========================================================= */

.wa-thank-you-hero__container {
    position: relative;

    display: flex;
    flex-direction: column;

    width:
        min(
            100%,
            900px
        );

    align-items: center;

    margin:
        0
        auto;

    text-align: center;

    z-index: 2;
}


/* =========================================================
   HERO ICON
   ========================================================= */

.wa-thank-you-hero__icon {
    display: inline-flex;

    width: 64px;
    height: 64px;

    flex: 0 0 64px;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.16);

    border-radius: 19px;

    color: #69dfbf;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.12),
            rgba(255, 255, 255, 0.045)
        );

    box-shadow:
        0 15px 36px rgba(5, 19, 41, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.wa-thank-you-hero__icon svg {
    display: block;

    width: 31px;
    height: 31px;
}


/* =========================================================
   HERO EYEBROW
   ========================================================= */

.wa-thank-you-hero__eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin:
        0
        0
        13px;

    color: #7ce3cb;

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-transform: uppercase;

    -webkit-text-fill-color: #7ce3cb;
}

.wa-thank-you-hero__eyebrow-line {
    display: block;

    width: 34px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-teal),
            var(--wa-green)
        );
}


/* =========================================================
   HERO TITLE
   ========================================================= */

body
.wa-thank-you-hero
.wa-thank-you-hero__title {
    display: block;

    width: 100%;
    max-width: 860px;

    margin:
        0
        auto
        17px;

    padding:
        0.04em
        0
        0.08em;

    overflow: visible;

    color: #ffffff !important;

    background: none !important;
    background-image: none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size:
        clamp(
            46px,
            4.2vw,
            58px
        ) !important;

    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.07 !important;
    letter-spacing: -0.04em !important;

    text-align: center;

    text-shadow:
        0 8px 26px rgba(4, 18, 39, 0.2);

    opacity: 1 !important;

    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;

    -webkit-text-fill-color: #ffffff !important;
}


/* =========================================================
   HERO DESCRIPTION
   ========================================================= */

.wa-thank-you-hero__description {
    width: 100%;
    max-width: 760px;

    margin:
        0
        auto;

    color:
        rgba(
            255,
            255,
            255,
            0.8
        ) !important;

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;

    text-align: center;

    -webkit-text-fill-color:
        rgba(
            255,
            255,
            255,
            0.8
        );
}


/* =========================================================
   HERO STATUS
   ========================================================= */

.wa-thank-you-hero__status {
    display: inline-flex;

    max-width: 100%;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin:
        23px
        auto
        0;

    padding:
        10px
        15px;

    border:
        1px solid
        rgba(255, 255, 255, 0.13);

    border-radius: 999px;

    color:
        rgba(
            255,
            255,
            255,
            0.89
        ) !important;

    background:
        rgba(
            255,
            255,
            255,
            0.065
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;

    text-align: left;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    -webkit-text-fill-color:
        rgba(
            255,
            255,
            255,
            0.89
        );
}

.wa-thank-you-hero__status > span:last-child {
    display: block;

    min-width: 0;

    margin: 0;
    padding: 0;

    line-height: 1.4;
}

.wa-thank-you-hero__status-icon {
    display: inline-flex;

    width: 26px;
    height: 26px;

    flex: 0 0 26px;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border-radius: 50%;

    color: var(--wa-teal);

    background: #ffffff;
}

.wa-thank-you-hero__status-icon svg {
    display: block;

    width: 14px;
    height: 14px;

    margin: 0;
}


/* =========================================================
   NEXT SECTION
   ========================================================= */

.wa-thank-you-next {
    position: relative;

    width: 100%;

    padding:
        88px
        40px
        104px;

    background:
        linear-gradient(
            180deg,
            #f4f8f8 0%,
            #ffffff 100%
        );
}

.wa-thank-you-next::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 167, 142, 0.18),
            transparent
        );
}


/* =========================================================
   NEXT CONTAINER
   ========================================================= */

.wa-thank-you-next__container {
    position: relative;

    width:
        min(
            100%,
            1380px
        );

    margin:
        0
        auto;

    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;
}


/* =========================================================
   NEXT HEADER
   ========================================================= */

.wa-thank-you-next__header {
    width: 100%;
    max-width: 800px;

    margin:
        0
        auto
        42px;

    text-align: center;
}

.wa-thank-you-next__eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin:
        0
        0
        13px;

    color: var(--wa-teal);

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    -webkit-text-fill-color: var(--wa-teal);
}

.wa-thank-you-next__eyebrow-line {
    display: block;

    width: 34px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--wa-teal),
            var(--wa-green)
        );
}

body
.wa-thank-you-next
.wa-thank-you-next__title {
    margin:
        0
        0
        15px;

    padding:
        0.03em
        0
        0.07em;

    color: var(--wa-text) !important;

    background: none !important;
    background-image: none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size:
        clamp(
            36px,
            3.3vw,
            50px
        ) !important;

    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;

    text-align: center;

    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;

    -webkit-text-fill-color: var(--wa-text) !important;
}

.wa-thank-you-next__description {
    width: 100%;
    max-width: 760px;

    margin:
        0
        auto;

    color: var(--wa-muted) !important;

    font-size: 16.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.68;

    text-align: center;

    -webkit-text-fill-color: var(--wa-muted);
}


/* =========================================================
   STEPS
   ========================================================= */

.wa-thank-you-next__steps {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(
                0,
                1fr
            )
        );

    align-items: stretch;

    gap: 22px;
}


/* =========================================================
   STEP CARD
   ========================================================= */

.wa-thank-you-next__step {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    padding:
        28px
        28px
        30px;

    overflow: hidden;

    border:
        1px solid
        var(--wa-border);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbfb 100%
        );

    box-shadow:
        0 15px 38px rgba(31, 51, 75, 0.055);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.wa-thank-you-next__step::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 120px;
    height: 120px;

    border-radius:
        0
        0
        0
        120px;

    background:
        linear-gradient(
            135deg,
            rgba(0, 167, 142, 0.085),
            rgba(54, 200, 138, 0.025)
        );

    pointer-events: none;
}

.wa-thank-you-next__step:hover {
    border-color: var(--wa-border-hover);

    box-shadow:
        0 22px 48px rgba(31, 51, 75, 0.09);

    transform:
        translateY(
            -4px
        );
}


/* =========================================================
   STEP HEADER
   ========================================================= */

.wa-thank-you-next__step-header {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    margin-bottom: 23px;
}

.wa-thank-you-next__number {
    display: inline-flex;

    min-width: 48px;
    height: 30px;

    align-items: center;
    justify-content: center;

    padding:
        0
        11px;

    border:
        1px solid
        rgba(0, 167, 142, 0.15);

    border-radius: 999px;

    color: var(--wa-teal);

    background:
        rgba(
            0,
            167,
            142,
            0.07
        );

    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;

    -webkit-text-fill-color: var(--wa-teal);
}

.wa-thank-you-next__icon {
    display: inline-flex;

    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(0, 167, 142, 0.18);

    border-radius: 17px;

    color: var(--wa-teal);

    background:
        linear-gradient(
            145deg,
            #effaf7,
            #f7fcfb
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wa-thank-you-next__icon svg {
    display: block;

    width: 26px;
    height: 26px;
}


/* =========================================================
   STEP TEXT
   ========================================================= */

body
.wa-thank-you-next
.wa-thank-you-next__step-title {
    margin:
        0
        0
        12px;

    color: var(--wa-text) !important;

    background: none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;

    -webkit-text-fill-color: var(--wa-text) !important;
}

.wa-thank-you-next__step-text {
    margin: 0;

    color: var(--wa-muted) !important;

    font-size: 15.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;

    -webkit-text-fill-color: var(--wa-muted);
}


/* =========================================================
   COMPANY DEVELOPMENT PANEL
   ========================================================= */

.wa-thank-you-next__contact {
    display: grid;

    grid-template-columns:
        58px
        minmax(
            0,
            1fr
        )
        auto;

    align-items: center;

    gap: 20px;

    margin-top: 26px;
    padding:
        21px
        23px;

    border:
        1px solid
        rgba(0, 167, 142, 0.2);

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            rgba(0, 167, 142, 0.09),
            rgba(54, 200, 138, 0.045)
        );
}

.wa-thank-you-next__contact-icon {
    display: inline-flex;

    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(0, 167, 142, 0.18);

    border-radius: 18px;

    color: var(--wa-teal);

    background: #ffffff;

    box-shadow:
        0 9px 24px rgba(31, 51, 75, 0.065);
}

.wa-thank-you-next__contact-icon svg {
    display: block;

    width: 27px;
    height: 27px;
}

.wa-thank-you-next__contact-copy {
    min-width: 0;
}

body
.wa-thank-you-next
.wa-thank-you-next__contact-title {
    margin:
        0
        0
        6px;

    color: var(--wa-text) !important;

    background: none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    -webkit-text-fill-color: var(--wa-text) !important;
}

.wa-thank-you-next__contact-text {
    margin: 0;

    color: var(--wa-muted) !important;

    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;

    -webkit-text-fill-color: var(--wa-muted);
}

body
.wa-thank-you-next
.wa-thank-you-next__email {
    display: inline-flex;

    min-height: 48px;

    align-items: center;
    justify-content: center;

    padding:
        0
        20px;

    border:
        1px solid
        rgba(0, 167, 142, 0.22);

    border-radius: 999px;

    color: var(--wa-teal-dark) !important;

    background: #ffffff !important;
    background-image: none !important;

    box-shadow:
        0 8px 20px rgba(31, 51, 75, 0.055);

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;

    text-align: center;
    text-decoration: none !important;

    -webkit-text-fill-color: var(--wa-teal-dark) !important;

    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

body
.wa-thank-you-next
.wa-thank-you-next__email:hover {
    border-color: var(--wa-teal);

    color: #ffffff !important;

    background: var(--wa-teal) !important;

    box-shadow:
        0 12px 26px rgba(0, 167, 142, 0.2);

    transform:
        translateY(
            -1px
        );

    -webkit-text-fill-color: #ffffff !important;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.wa-thank-you-next__actions {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 13px;

    margin-top: 34px;
}

body
.wa-thank-you-next
.wa-thank-you-next__button {
    display: inline-flex;

    min-width: 218px;
    min-height: 54px;

    align-items: center;
    justify-content: center;

    padding:
        0
        24px;

    border:
        1px solid
        transparent;

    border-radius: 999px;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.045em !important;

    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

body
.wa-thank-you-next
.wa-thank-you-next__button--primary {
    border-color: var(--wa-teal) !important;

    color: #ffffff !important;

    background: var(--wa-teal) !important;
    background-color: var(--wa-teal) !important;
    background-image: none !important;

    box-shadow:
        0 13px 28px rgba(0, 167, 142, 0.2);

    -webkit-text-fill-color: #ffffff !important;
}

body
.wa-thank-you-next
.wa-thank-you-next__button--primary:hover {
    border-color: var(--wa-teal-dark) !important;

    color: #ffffff !important;

    background: var(--wa-teal-dark) !important;
    background-color: var(--wa-teal-dark) !important;
    background-image: none !important;

    box-shadow:
        0 17px 34px rgba(0, 143, 122, 0.27);

    transform:
        translateY(
            -2px
        );

    -webkit-text-fill-color: #ffffff !important;
}

body
.wa-thank-you-next
.wa-thank-you-next__button--primary:active {
    border-color: #007c6b !important;

    background: #007c6b !important;
    background-color: #007c6b !important;
    background-image: none !important;

    box-shadow:
        0 8px 18px rgba(0, 124, 107, 0.22);

    transform:
        translateY(
            0
        );
}

body
.wa-thank-you-next
.wa-thank-you-next__button--secondary {
    border-color:
        rgba(40, 53, 80, 0.15);

    color: var(--wa-text) !important;

    background: #ffffff !important;

    box-shadow:
        0 9px 22px rgba(31, 51, 75, 0.055);

    -webkit-text-fill-color: var(--wa-text) !important;
}

body
.wa-thank-you-next
.wa-thank-you-next__button--secondary:hover {
    border-color: var(--wa-teal);

    color: var(--wa-teal-dark) !important;

    background:
        rgba(
            0,
            167,
            142,
            0.045
        ) !important;

    transform:
        translateY(
            -2px
        );

    -webkit-text-fill-color: var(--wa-teal-dark) !important;
}


/* =========================================================
   FOCUS
   ========================================================= */

.wa-thank-you-next__email:focus-visible,
.wa-thank-you-next__button:focus-visible {
    outline:
        3px solid
        rgba(0, 167, 142, 0.3);

    outline-offset: 3px;
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1180px) {

    .wa-thank-you-next__steps {
        gap: 18px;
    }

    .wa-thank-you-next__step {
        padding:
            24px
            23px
            26px;
    }

    body
    .wa-thank-you-next
    .wa-thank-you-next__step-title {
        font-size: 19px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .wa-thank-you-hero {
        min-height: 400px;

        padding:
            124px
            28px
            72px;
    }

    body
    .wa-thank-you-hero
    .wa-thank-you-hero__title {
        font-size:
            clamp(
                43px,
                7vw,
                54px
            ) !important;
    }

    .wa-thank-you-next {
        padding:
            72px
            24px
            88px;
    }

    .wa-thank-you-next__steps {
        grid-template-columns: 1fr;
    }

    .wa-thank-you-next__step {
        min-height: auto;
    }

    .wa-thank-you-next__contact {
        grid-template-columns:
            56px
            minmax(
                0,
                1fr
            );
    }

    .wa-thank-you-next__email {
        grid-column:
            1
            /
            -1;

        width: 100%;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .wa-thank-you-hero {
        min-height: auto;

        padding:
            108px
            20px
            68px;
    }

    .wa-thank-you-hero__icon {
        width: 58px;
        height: 58px;

        flex-basis: 58px;

        margin-bottom: 17px;

        border-radius: 18px;
    }

    .wa-thank-you-hero__icon svg {
        width: 28px;
        height: 28px;
    }

    .wa-thank-you-hero__eyebrow {
        margin-bottom: 11px;

        font-size: 11px;
    }

    .wa-thank-you-hero__eyebrow-line {
        width: 28px;
    }

    body
    .wa-thank-you-hero
    .wa-thank-you-hero__title {
        margin-bottom: 15px;

        font-size:
            clamp(
                36px,
                10vw,
                41px
            ) !important;

        line-height: 1.09 !important;
        letter-spacing: -0.03em !important;
    }

    .wa-thank-you-hero__description {
        font-size: 16px;
        line-height: 1.62;
    }

    .wa-thank-you-hero__status {
        display: flex;

        width: auto;
        max-width: 100%;
        min-height: 48px;

        align-items: center;
        justify-content: center;

        gap: 10px;

        margin:
            20px
            auto
            0;

        padding:
            10px
            14px;

        border-radius: 18px;

        font-size: 13px;
        line-height: 1.35;

        text-align: left;
    }

    .wa-thank-you-hero__status > span:last-child {
        display: flex;

        min-height: 26px;

        align-items: center;

        margin: 0;
        padding: 0;

        line-height: 1.35;
    }

    .wa-thank-you-hero__status-icon {
        width: 26px;
        height: 26px;

        flex:
            0
            0
            26px;

        align-self: center;

        margin: 0;
    }

    .wa-thank-you-next {
        padding:
            62px
            15px
            70px;
    }

    .wa-thank-you-next__header {
        margin-bottom: 30px;
    }

    .wa-thank-you-next__eyebrow {
        font-size: 11px;
    }

    .wa-thank-you-next__eyebrow-line {
        width: 28px;
    }

    body
    .wa-thank-you-next
    .wa-thank-you-next__title {
        margin-bottom: 13px;

        font-size:
            clamp(
                30px,
                8.8vw,
                40px
            ) !important;
    }

    .wa-thank-you-next__description {
        font-size: 15.5px;
        line-height: 1.64;
    }

    .wa-thank-you-next__steps {
        gap: 14px;
    }

    .wa-thank-you-next__step {
        padding:
            22px
            20px
            24px;

        border-radius: 18px;
    }

    .wa-thank-you-next__step:hover {
        transform: none;
    }

    .wa-thank-you-next__step-header {
        margin-bottom: 19px;
    }

    .wa-thank-you-next__icon {
        width: 48px;
        height: 48px;

        flex-basis: 48px;

        border-radius: 15px;
    }

    .wa-thank-you-next__icon svg {
        width: 23px;
        height: 23px;
    }

    body
    .wa-thank-you-next
    .wa-thank-you-next__step-title {
        font-size: 19px !important;
    }

    .wa-thank-you-next__step-text {
        font-size: 15px;
    }

    .wa-thank-you-next__contact {
        grid-template-columns:
            48px
            minmax(
                0,
                1fr
            );

        gap: 14px;

        margin-top: 18px;
        padding:
            18px
            16px;

        border-radius: 18px;
    }

    .wa-thank-you-next__contact-icon {
        width: 48px;
        height: 48px;

        flex-basis: 48px;

        border-radius: 15px;
    }

    .wa-thank-you-next__contact-icon svg {
        width: 23px;
        height: 23px;
    }

    body
    .wa-thank-you-next
    .wa-thank-you-next__contact-title {
        font-size: 16px !important;
    }

    .wa-thank-you-next__contact-text {
        font-size: 14px;
    }

    .wa-thank-you-next__actions {
        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 26px;
    }

    body
    .wa-thank-you-next
    .wa-thank-you-next__button {
        width: 100%;
        min-width: 0;
        min-height: 52px;

        padding:
            0
            18px;

        font-size: 12.5px !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .wa-thank-you-hero {
        padding-right: 16px;
        padding-left: 16px;
    }

    body
    .wa-thank-you-hero
    .wa-thank-you-hero__title {
        font-size: 35px !important;
    }

    .wa-thank-you-hero__status {
        width: 100%;

        justify-content: flex-start;

        padding:
            10px
            13px;
    }

    .wa-thank-you-next {
        padding-right: 12px;
        padding-left: 12px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wa-thank-you-next__step,
    .wa-thank-you-next__email,
    .wa-thank-you-next__button {
        transition: none !important;
    }

    .wa-thank-you-next__step:hover,
    .wa-thank-you-next__email:hover,
    .wa-thank-you-next__button:hover {
        transform: none !important;
    }
}