@font-face {
    font-family: "Basic Gothic Pro";
    src: url("/rua-sites/lpchat/BasicGothicPro-Book.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Basic Gothic Pro";
    src: url("/rua-sites/lpchat/BasicGothicPro-Demibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
}

.rua-chat-pricing {
    --pricing-bg: #f5f8f7;
    --pricing-ink: #122322;
    --pricing-muted: #607170;
    --pricing-line: #d9e5e2;
    --pricing-teal: #2b8880;
    --pricing-teal-dark: #176b66;
    --pricing-yellow: #ffc21a;
    padding: 24px 28px 48px;
    background: var(--pricing-bg);
    color: var(--pricing-ink);
    font-family: "Basic Gothic Pro", Arial, sans-serif;
}

.rua-chat-pricing *,
.rua-chat-pricing *::before,
.rua-chat-pricing *::after {
    box-sizing: border-box;
}

.rua-chat-pricing__inner {
    width: min(1384px, 100%);
    margin: 0 auto;
}

.rua-chat-pricing__billing {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.rua-chat-pricing__toggle {
    padding: 4px;
    display: inline-flex;
    border: 1px solid #c8ddda;
    border-radius: 999px;
    background: #e9f2f0;
    box-shadow: 0 6px 18px rgba(17, 58, 55, .08);
}

.rua-chat-pricing__toggle button {
    min-width: 92px;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #355b57;
    font: 800 13px/1.2 "Basic Gothic Pro", Arial, sans-serif;
    cursor: pointer;
}

.rua-chat-pricing__toggle button[aria-pressed="true"] {
    background: var(--pricing-teal);
    color: #fff;
    box-shadow: 0 4px 10px rgba(18, 96, 88, .24);
}

.rua-chat-pricing__benefit {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff4c2;
    color: #5e4a08;
    font-size: 12px;
    font-weight: 800;
}

.rua-chat-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    align-items: stretch;
    gap: 14px;
}

.rua-chat-plan {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto 1fr;
    border: 1px solid #d7e7e4;
    border-radius: 12px;
    background: var(--pricing-teal);
    color: #fff;
    box-shadow: 0 14px 28px rgba(17, 58, 55, .11);
}

.rua-chat-plan--featured {
    overflow: visible;
    outline: 3px solid rgba(255, 194, 26, .75);
    box-shadow: 0 16px 34px rgba(17, 58, 55, .16), 0 0 0 6px rgba(255, 194, 26, .14);
}

.rua-chat-plan__badge {
    position: absolute;
    z-index: 4;
    top: -13px;
    left: 50%;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: var(--pricing-yellow);
    color: #173f3c;
    font-size: 12px;
    font-weight: 800;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(17, 58, 55, .18);
}

.rua-chat-plan__top {
    min-height: 100px;
    padding: 20px 16px 12px;
    display: grid;
    align-content: center;
    background: #fff;
    color: var(--pricing-teal-dark);
    text-align: center;
}

.rua-chat-plan__top h3 {
    margin: 0;
    color: inherit;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
}

.rua-chat-plan__top p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.rua-chat-plan__price {
    min-height: 105px;
    padding: 18px 14px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, .45);
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    background: var(--pricing-teal);
    color: #fff;
    text-align: center;
}

.rua-chat-plan__price-main {
    display: block;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 800;
    line-height: 1.08;
    white-space: nowrap;
}

.rua-chat-plan__price-main strong {
    font: inherit;
}

.rua-chat-plan__price > span:last-child {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    opacity: .88;
}

.rua-chat-plan__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
}

.rua-chat-plan__section:first-child {
    min-height: 205px;
}

.rua-chat-plan__section h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.rua-chat-plan__section + .rua-chat-plan__section h4 {
    margin-top: 17px;
}

.rua-chat-plan ul,
.rua-chat-pricing__common-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}

.rua-chat-plan li,
.rua-chat-pricing__common-list li {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.35;
}

.rua-chat-plan li::before,
.rua-chat-pricing__common-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pricing-yellow);
    color: var(--pricing-teal-dark);
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 0 0 2px rgba(255, 194, 26, .16);
}

.rua-chat-plan li.rua-chat-plan__subline {
    margin-top: -5px;
    color: #e7fffb;
    font-size: 12px;
}

.rua-chat-plan li.rua-chat-plan__subline::before {
    content: "•";
    background: transparent;
    box-shadow: none;
}

.rua-chat-plan__button {
    min-height: 44px;
    margin-top: auto;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 5px;
    background: #fff;
    color: var(--pricing-teal-dark);
    font: 800 13px/1.2 "Basic Gothic Pro", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.rua-chat-plan__button:hover,
.rua-chat-plan__button:focus-visible {
    background: var(--pricing-yellow);
    border-color: var(--pricing-yellow);
    transform: translateY(-1px);
}

.rua-chat-plan--professional {
    border-color: rgba(255, 194, 26, .68);
    background: #263232;
    box-shadow: 0 18px 36px rgba(17, 58, 55, .18), 0 0 0 4px rgba(255, 194, 26, .12);
}

.rua-chat-plan--professional .rua-chat-plan__top {
    border-bottom: 1px solid rgba(255, 194, 26, .36);
    background: linear-gradient(135deg, #233333 0%, #3a4b49 100%);
    color: #ffd45a;
}

.rua-chat-plan--professional .rua-chat-plan__top p {
    color: #f4e8bd;
}

.rua-chat-plan--professional .rua-chat-plan__price {
    border-color: rgba(255, 194, 26, .42);
    background: #263232;
}

.rua-chat-plan--professional .rua-chat-plan__section h4 {
    color: #ffd45a;
}

.rua-chat-plan--professional .rua-chat-plan__button {
    border-color: var(--pricing-yellow);
    background: var(--pricing-yellow);
    color: #173f3c;
}

.rua-chat-pricing__shared {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 14px;
}

.rua-chat-pricing__shared-card {
    padding: 16px;
    border: 1px solid var(--pricing-line);
    border-radius: 8px;
    background: #fff;
}

.rua-chat-pricing__shared-card h3 {
    margin: 0 0 11px;
    color: var(--pricing-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.rua-chat-pricing__common-list {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    color: var(--pricing-ink);
}

.rua-chat-pricing__addons {
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 10px;
}

.rua-chat-pricing__addons > div {
    min-height: 82px;
    padding: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--pricing-line);
    border-radius: 7px;
    background: #fbfcfd;
}

.rua-chat-pricing__addons span {
    color: var(--pricing-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.rua-chat-pricing__addons strong {
    margin-top: 7px;
    color: var(--pricing-ink);
    font-size: 18px;
    font-weight: 800;
}

.rua-chat-pricing__shared-card > p,
.rua-chat-pricing__footnote {
    margin: 10px 0 0;
    color: var(--pricing-muted);
    font-size: 11px;
    line-height: 1.4;
}

.rua-chat-pricing__footnote {
    font-size: 12px;
}

.rua-chat-pricing button:focus-visible {
    outline: 3px solid rgba(255, 194, 26, .65);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .rua-chat-pricing__grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 22px 14px;
    }

    .rua-chat-pricing__shared {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .rua-chat-pricing {
        padding: 20px 14px 40px;
    }

    .rua-chat-pricing__billing {
        flex-direction: column;
        align-items: center;
    }

    .rua-chat-pricing__grid,
    .rua-chat-pricing__common-list,
    .rua-chat-pricing__addons {
        grid-template-columns: 1fr;
    }

    .rua-chat-plan__section:first-child {
        min-height: 0;
    }

    .rua-chat-plan__price-main {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rua-chat-plan__button {
        transition: none;
    }
}

/* Ajuste de escala do snapshot original da LP, sem alterar sua composição. */
@media (min-width: 1025px) {
    .elementor-414 .elementor-element.elementor-element-57d8214e {
        --padding-top: 80px;
        --padding-bottom: 210px;
    }

    .elementor-414 .elementor-element.elementor-element-3e0822bf {
        --margin-left: -40px;
    }

    .elementor-414 .elementor-element.elementor-element-7db07ac0 .elementor-image-box-title {
        font-size: 50px;
        line-height: .96em;
        letter-spacing: -4px;
    }

    .elementor-414 .elementor-element.elementor-element-7db07ac0 .elementor-image-box-description {
        font-size: 18px;
        letter-spacing: -1px;
    }

    .elementor-414 .elementor-element.elementor-element-390f9e18 .elementor-button {
        padding: 16px 32px;
        font-size: 16px;
    }

    .elementor-414 .elementor-element.elementor-element-1b6354aa {
        --margin-top: -105px;
        --padding-top: 70px;
    }

    .elementor-414 .elementor-element.elementor-element-28a93040 {
        width: min(900px, 100%);
        --container-widget-width: 900px;
    }

    .elementor-414 .elementor-element.elementor-element-3fcfc3a4 {
        --margin-bottom: 60px;
    }

    .elementor-414 .elementor-element.elementor-element-63300631 .elementor-heading-title {
        font-size: 64px;
        line-height: .94em;
        letter-spacing: -6px;
    }

    .elementor-414 .elementor-element.elementor-element-1b9b7fc5 {
        --margin-bottom: -145px;
        --padding-top: 55px;
        --padding-bottom: 55px;
        --padding-left: 70px;
        --padding-right: 70px;
    }

    .elementor-414 .elementor-element.elementor-element-591b762b,
    .elementor-414 .elementor-element.elementor-element-4730d4b8,
    .elementor-414 .elementor-element.elementor-element-59b3cf8e {
        --padding-top: 34px;
        --padding-bottom: 34px;
    }

    .elementor-414 .elementor-element.elementor-element-5451eb04 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-768bfef5 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-33c2b5f3 .elementor-heading-title {
        font-size: 27px;
        letter-spacing: -3px;
    }

    .elementor-414 .elementor-element.elementor-element-7d313834 .elementor-heading-title {
        font-size: 40px;
        line-height: .95em;
        letter-spacing: -4px;
    }

    .elementor-414 .elementor-element.elementor-element-23725bac {
        --margin-top: 145px;
        --margin-bottom: 30px;
        --padding-top: 55px;
        --padding-bottom: 55px;
    }

    .elementor-414 .elementor-element.elementor-element-7c2f86c8 .elementor-image-box-title {
        font-size: 48px;
        letter-spacing: -5px;
    }

    .elementor-414 .elementor-element.elementor-element-2335698a > .elementor-widget-container {
        margin-top: 64px;
    }

    .elementor-414 .elementor-element.elementor-element-2335698a .elementor-image-box-title {
        font-size: 42px;
        letter-spacing: -4px;
    }

    .elementor-414 .elementor-element.elementor-element-7b7d123d img,
    .elementor-414 .elementor-element.elementor-element-2ab33330 img,
    .elementor-414 .elementor-element.elementor-element-f1d8e15 img {
        width: 70%;
    }

    .elementor-414 .elementor-element.elementor-element-78982d28 img {
        width: 62%;
    }

    .elementor-414 .elementor-element.elementor-element-b0772de .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-665ad137 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-6e0be0e5 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-5c40b67c .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-7b5fad10 .elementor-heading-title {
        font-size: 30px;
        letter-spacing: -2px;
    }

    .elementor-414 .elementor-element.elementor-element-653238fd {
        --margin-top: 30px;
        --margin-bottom: -48px;
        --padding-top: 32px;
        --padding-bottom: 32px;
    }

    .elementor-414 .elementor-element.elementor-element-5d08aa8c .elementor-heading-title {
        font-size: 38px;
        letter-spacing: -2.5px;
    }

    .elementor-414 .elementor-element.elementor-element-3693d32d {
        --margin-top: 100px;
        --margin-bottom: 70px;
    }

    .elementor-414 .elementor-element.elementor-element-457c6455,
    .elementor-414 .elementor-element.elementor-element-7eea666,
    .elementor-414 .elementor-element.elementor-element-5429d05b,
    .elementor-414 .elementor-element.elementor-element-52b75c19,
    .elementor-414 .elementor-element.elementor-element-3c544d53 {
        --padding-top: 28px;
        --padding-bottom: 28px;
        --padding-left: 22px;
        --padding-right: 22px;
    }

    .elementor-414 .elementor-element.elementor-element-7220d85e .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-78dbe256 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-796bfd5d .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-3239335b .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-407371b0 .elementor-heading-title {
        font-size: 23px;
        line-height: 1.05em;
        letter-spacing: -2px;
    }
}

.elementor-223 .elementor-element.elementor-element-294d7697 {
    --padding-top: 60px;
    --padding-bottom: 60px;
}

.elementor-223 .elementor-element.elementor-element-11665c8f .elementor-heading-title {
    font-size: 34px;
    letter-spacing: -2.6px;
}

.elementor-414 .elementor-element.elementor-element-114c1eed {
    --padding-top: 10px;
    --padding-bottom: 35px;
}

.elementor-414 .elementor-element.elementor-element-68fd6fd .elementor-heading-title {
    font-size: 48px;
    letter-spacing: -3.5px;
}

.rua-chat-plan__top {
    min-height: 90px;
    padding: 16px 14px 10px;
}

.rua-chat-plan__price {
    min-height: 92px;
    padding: 14px 12px;
}

.rua-chat-plan__body {
    padding: 15px;
}

.rua-chat-plan__section:first-child {
    min-height: 185px;
}

.rua-chat-plan__section + .rua-chat-plan__section h4 {
    margin-top: 13px;
}

@media (max-width: 1024px) {
    .elementor-414 .elementor-element.elementor-element-57d8214e {
        --padding-bottom: 360px;
    }

    .elementor-414 .elementor-element.elementor-element-1b9b7fc5 {
        --padding-top: 28px;
        --padding-bottom: 28px;
        --padding-left: 24px;
        --padding-right: 24px;
    }

    .elementor-414 .elementor-element.elementor-element-591b762b,
    .elementor-414 .elementor-element.elementor-element-4730d4b8,
    .elementor-414 .elementor-element.elementor-element-59b3cf8e {
        --padding-top: 30px;
        --padding-bottom: 30px;
    }

    .elementor-414 .elementor-element.elementor-element-2335698a > .elementor-widget-container {
        margin-top: 55px;
    }

    .elementor-414 .elementor-element.elementor-element-7b7d123d img,
    .elementor-414 .elementor-element.elementor-element-2ab33330 img,
    .elementor-414 .elementor-element.elementor-element-f1d8e15 img {
        width: 74%;
    }

    .elementor-414 .elementor-element.elementor-element-78982d28 img {
        width: 64%;
    }

    .elementor-414 .elementor-element.elementor-element-3693d32d {
        --margin-top: 120px;
        --margin-bottom: 38px;
    }

    .elementor-414 .elementor-element.elementor-element-457c6455,
    .elementor-414 .elementor-element.elementor-element-7eea666,
    .elementor-414 .elementor-element.elementor-element-5429d05b,
    .elementor-414 .elementor-element.elementor-element-52b75c19,
    .elementor-414 .elementor-element.elementor-element-3c544d53 {
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 22px;
        --padding-right: 22px;
    }
}

@media (max-width: 767px) {
    .elementor-414 .elementor-element.elementor-element-1b9b7fc5 {
        --margin-bottom: 0px;
    }

    .elementor-414 .elementor-element.elementor-element-57d8214e {
        --padding-top: 28px;
        --padding-bottom: 290px;
    }

    .elementor-414 .elementor-element.elementor-element-7db07ac0 .elementor-image-box-title {
        font-size: 26px;
        letter-spacing: -2.4px;
    }

    .elementor-414 .elementor-element.elementor-element-7db07ac0 .elementor-image-box-description {
        font-size: 15px;
        letter-spacing: -.7px;
    }

    .elementor-414 .elementor-element.elementor-element-390f9e18 .elementor-button {
        padding: 15px 18px;
        font-size: 14px;
    }

    .elementor-414 .elementor-element.elementor-element-1b6354aa {
        --padding-top: 30px;
    }

    .elementor-414 .elementor-element.elementor-element-63300631 .elementor-heading-title {
        font-size: 34px;
        line-height: .95em;
        letter-spacing: -3px;
    }

    .elementor-414 .elementor-element.elementor-element-3fcfc3a4 {
        --margin-bottom: 30px;
    }

    .elementor-414 .elementor-element.elementor-element-5451eb04 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-768bfef5 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-33c2b5f3 .elementor-heading-title {
        font-size: 22px;
        letter-spacing: -2px;
    }

    .elementor-414 .elementor-element.elementor-element-7d313834 .elementor-heading-title {
        font-size: 23px;
        letter-spacing: -2px;
    }

    .elementor-414 .elementor-element.elementor-element-23725bac {
        --margin-top: 40px;
        --padding-bottom: 155px;
    }

    .elementor-414 .elementor-element.elementor-element-7c2f86c8 .elementor-image-box-title {
        font-size: 26px;
        letter-spacing: -2.8px;
    }

    .elementor-414 .elementor-element.elementor-element-584baa83 {
        width: 100%;
        --container-widget-width: 100%;
        max-width: 100%;
    }

    .elementor-414 .elementor-element.elementor-element-2602549f {
        width: 100%;
        --container-widget-width: 100%;
        max-width: 100%;
    }

    .elementor-414 .elementor-element.elementor-element-584baa83 .elementor-icon-list-item > .elementor-icon-list-text {
        font-size: 14px;
    }

    .elementor-414 .elementor-element.elementor-element-2602549f > .elementor-widget-container {
        padding-bottom: 30px;
    }

    .elementor-414 .elementor-element.elementor-element-2335698a .elementor-image-box-title {
        font-size: 24px;
        letter-spacing: -2px;
    }

    .elementor-414 .elementor-element.elementor-element-b0772de .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-665ad137 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-6e0be0e5 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-5c40b67c .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-7b5fad10 .elementor-heading-title {
        font-size: 22px;
        letter-spacing: -1.5px;
    }

    .elementor-414 .elementor-element.elementor-element-653238fd {
        --margin-top: 25px;
        --margin-bottom: 0px;
        --padding-top: 20px;
        --padding-bottom: 20px;
    }

    .elementor-414 .elementor-element.elementor-element-5d08aa8c .elementor-heading-title {
        font-size: 29px;
        letter-spacing: -2px;
    }

    .elementor-414 .elementor-element.elementor-element-3693d32d {
        --content-width: 100%;
        --margin-top: 32px;
        --margin-bottom: 35px;
    }

    .elementor-414 .elementor-element.elementor-element-7220d85e .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-78dbe256 .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-796bfd5d .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-3239335b .elementor-heading-title,
    .elementor-414 .elementor-element.elementor-element-407371b0 .elementor-heading-title {
        font-size: 20px;
        line-height: 1.05em;
        letter-spacing: -1.6px;
    }

    .elementor-223 .elementor-element.elementor-element-294d7697 {
        --padding-top: 42px;
        --padding-bottom: 42px;
        --padding-left: 15px;
        --padding-right: 15px;
    }

    .elementor-223 .elementor-element.elementor-element-11665c8f .elementor-heading-title {
        font-size: 28px;
        letter-spacing: -2px;
    }

    body.page-id-414 .rua-testimonials-carousel {
        width: min(270px, calc(100% - 32px));
    }

    .elementor-414 .elementor-element.elementor-element-68fd6fd .elementor-heading-title {
        font-size: 42px;
        line-height: .95em;
        letter-spacing: -3px;
    }

    .rua-chat-pricing {
        padding: 16px 12px 32px;
    }

    .rua-chat-pricing__billing {
        margin-bottom: 22px;
        gap: 8px;
    }

    .rua-chat-pricing__grid {
        gap: 18px;
    }

    .rua-chat-plan__badge {
        max-width: calc(100% - 24px);
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .rua-chat-plan__top {
        min-height: 82px;
    }

    .rua-chat-plan__price {
        min-height: 84px;
    }

    .rua-chat-plan__body {
        padding: 14px;
    }

    .rua-chat-plan__section:first-child {
        min-height: 0;
    }

    .rua-chat-pricing__shared-card {
        padding: 13px;
    }

    .rua-chat-pricing__shared {
        margin-top: 22px;
    }

    .rua-chat-pricing__addons > div {
        min-height: 68px;
    }

    .elementor-414 .elementor-element.elementor-element-32dec1ed {
        --margin-top: 45px;
    }
}
