:root {
    --exonn-navy: #071154;
    --exonn-blue: #1667d9;
    --exonn-teal: #0fa9a5;
    --exonn-ink: #11183c;
    --exonn-text: #576176;
    --exonn-muted: #778096;
    --exonn-line: #dfe6f0;
    --exonn-soft: #f5f8fc;
    --exonn-surface: #ffffff;
    --exonn-ease: cubic-bezier(.22, 1, .36, 1);
}

body.legal-page,
body.signup-page,
body.thank-you-page {
    min-height: 100vh;
    color: var(--exonn-text);
    background: var(--exonn-soft);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.legal-page .page,
body.signup-page .page {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 72%);
}

body.legal-page a,
body.signup-page a,
body.thank-you-page a {
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.legal-page .container,
body.signup-page .container,
body.thank-you-page .container {
    width: min(100% - 48px, 1240px) !important;
    max-width: 1240px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.exonn-legal-header,
.signup-page #masthead,
.thank-you-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 74px;
    border-bottom: 1px solid rgba(225, 231, 240, .82);
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 12px 30px rgba(7, 17, 84, .07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.exonn-legal-header-inner,
.thank-you-nav {
    width: min(100% - 48px, 1240px);
    max-width: 1240px;
    height: 74px;
    margin: 0 auto;
    padding: 0 !important;
}

.exonn-legal-brand img,
.thank-you-nav img {
    width: 148px !important;
    max-width: 148px !important;
    max-height: none !important;
}

.exonn-legal-back,
.thank-you-nav-whatsapp {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #d4dce8;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--exonn-navy) !important;
    background: #fff !important;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
}

.exonn-legal-back:hover,
.thank-you-nav-whatsapp:hover {
    color: var(--exonn-blue) !important;
    border-color: rgba(22, 103, 217, .38);
    box-shadow: 0 10px 24px rgba(7, 17, 84, .08);
    transform: translateY(-1px);
}

.thank-you-nav-whatsapp i { color: #18a870; }

.exonn-legal-footer {
    padding: 72px 0 0 !important;
    color: #aeb6d0;
    background:
        radial-gradient(circle at 16% 0%, rgba(22, 103, 217, .2), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(15, 169, 165, .16), transparent 30%),
        #050a31 !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
}

.exonn-legal-footer-inner,
.exonn-legal-footer-bottom {
    width: min(100% - 48px, 1240px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.exonn-legal-footer-inner {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) minmax(150px, .78fr) minmax(190px, .9fr) minmax(160px, .76fr);
    gap: 48px;
    padding-bottom: 58px;
}

.exonn-legal-footer-brand {
    max-width: 390px;
}

.exonn-legal-footer-brand img {
    width: 160px !important;
    height: auto;
    margin: 0 0 18px;
    display: block;
}

.exonn-legal-footer-brand p {
    max-width: 340px;
    margin: 0;
    color: #cdd5ea;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.exonn-legal-footer-brand .exonn-legal-footer-address {
    max-width: 380px;
    margin-top: 16px;
    color: #8792b7;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.7;
}

.exonn-legal-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.exonn-legal-footer-title {
    margin: 0 0 10px;
    color: #75ddd6;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.exonn-legal-footer a {
    color: #aeb6d0 !important;
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none !important;
}

.exonn-legal-footer a:hover,
.exonn-legal-footer a:focus-visible {
    color: #fff !important;
}

.exonn-legal-footer-bottom {
    min-height: 72px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #8792b7;
    font-size: 13.5px;
}

.exonn-legal-footer-bottom a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cdd5ea !important;
    background: rgba(255, 255, 255, .05);
}

.exonn-legal-footer-bottom a:hover,
.exonn-legal-footer-bottom a:focus-visible {
    border-color: rgba(117, 221, 214, .42);
    color: #75ddd6 !important;
    background: rgba(117, 221, 214, .1);
    transform: translateY(-1px);
}

.signup-page #site-header-menu,
.signup-page #site-header-menu .ttm-stickable-header,
.signup-page #site-header-menu .ttm-stickable-header.fixed-header {
    min-height: 74px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.signup-page #site-navigation {
    height: 74px !important;
    min-height: 74px !important;
}

.signup-page .site-branding img {
    width: 148px !important;
    max-width: 148px !important;
    max-height: none !important;
}

.signup-page .main-menu ul.menu > li > a {
    color: var(--exonn-navy) !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

.legal-page .ttm-page-title-row,
.signup-page .ttm-page-title-row {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97), rgba(7, 17, 84, .86)),
        url("../images/hero/exonn-hero-panels-v2.png") 72% center / cover no-repeat !important;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97), rgba(7, 17, 84, .86)),
        image-set(
            url("../images/hero/exonn-hero-panels-v2.webp") type("image/webp"),
            url("../images/hero/exonn-hero-panels-v2.png") type("image/png")
        ) 72% center / cover no-repeat !important;
    border-bottom: 1px solid rgba(7, 17, 84, .14);
}

.legal-page .ttm-page-title-row::after,
.signup-page .ttm-page-title-row::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(117, 221, 214, .78), transparent);
}

.legal-page .ttm-page-title-row-inner,
.signup-page .ttm-page-title-row-inner {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0)) !important;
}

.legal-page .ttm-page-title-row-inner .row,
.signup-page .ttm-page-title-row-inner .row {
    min-height: 220px !important;
    align-items: center !important;
}

.legal-page .page-title-heading h2,
.signup-page .page-title-heading h2 {
    margin: 0 0 16px !important;
    padding: 0 0 0 22px !important;
    color: #fff !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(34px, 4vw, 48px) !important;
    font-weight: 780 !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.legal-page .page-title-heading h2::before,
.signup-page .page-title-heading h2::before {
    width: 3px !important;
    border-radius: 999px;
    background: var(--exonn-teal) !important;
}

.legal-page .breadcrumb-wrapper,
.legal-page .breadcrumb-wrapper span,
.legal-page .breadcrumb-wrapper a {
    color: rgba(255, 255, 255, .8) !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 14px !important;
}

.legal-page .breadcrumb-wrapper a:hover { color: #fff !important; }

.legal-page .site-main,
.signup-page .site-main {
    padding: 64px 0 96px;
    background:
        linear-gradient(180deg, #f5f8fc 0%, #fff 76%),
        linear-gradient(90deg, rgba(15, 169, 165, .04), rgba(22, 103, 217, .035));
}

.legal-page .ttm-row,
.signup-page .ttm-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.legal-page .content-area,
.signup-page .content-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.legal-page .ttm-service-single-content-area,
.signup-page .ttm-service-single-content-area {
    padding: 0 !important;
}

.legal-page .ttm-service-description,
.signup-page .ttm-col-bgcolor-yes.ttm-bgcolor-white {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto !important;
    padding: 52px 58px !important;
    border: 1px solid var(--exonn-line);
    border-radius: 8px;
    color: var(--exonn-text) !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 28px 80px rgba(7, 17, 84, .1) !important;
}

.legal-page .ttm-service-description::before,
.signup-page .ttm-col-bgcolor-yes.ttm-bgcolor-white::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--exonn-teal), var(--exonn-blue));
}

.legal-page .ttm-service-description {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
    text-align: left !important;
}

.legal-page .ttm-service-description h3,
.legal-page .ttm-service-description h4,
.legal-page .ttm-service-description h5 {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    color: var(--exonn-navy) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.legal-page .ttm-service-description h3 {
    margin: 48px 0 16px !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.legal-page .ttm-service-description h3:first-child,
.legal-page .ttm-service-description h4:first-child {
    margin-top: 0 !important;
}

.legal-page .ttm-service-description h4 {
    margin: 38px 0 12px !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

.legal-page .ttm-service-description h5 {
    margin: 28px 0 8px !important;
    color: #25304f !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.legal-page .ttm-service-description p {
    margin: 0 0 17px !important;
}

.legal-page .ttm-service-description ol,
.legal-page .ttm-service-description ul {
    margin: 0 0 22px !important;
    padding-left: 22px !important;
}

.legal-page .ttm-service-description li {
    margin-bottom: 9px !important;
    padding-left: 4px;
}

.legal-page .ttm-service-description a {
    color: var(--exonn-blue) !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-page .ttm-service-description b,
.legal-page .ttm-service-description strong {
    color: var(--exonn-navy);
}

.legal-page .legal-rights-actions {
    margin: 20px 0 0 !important;
}

.legal-page .ttm-service-description a.legal-rights-cta,
.legal-page .legal-rights-cta {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(22, 103, 217, .12);
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #1667d9, #0f5cc9);
    box-shadow: 0 14px 30px rgba(22, 103, 217, .24);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 14.5px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
    text-shadow: none !important;
}

.legal-page .ttm-service-description a.legal-rights-cta::before,
.legal-page .ttm-service-description a.legal-rights-cta::after,
.legal-page .legal-rights-cta::before,
.legal-page .legal-rights-cta::after {
    display: none !important;
    content: none !important;
}

.legal-page .ttm-service-description a.legal-rights-cta:hover,
.legal-page .ttm-service-description a.legal-rights-cta:focus-visible,
.legal-page .legal-rights-cta:hover,
.legal-page .legal-rights-cta:focus-visible {
    color: #fff !important;
    text-decoration: none !important;
    border-color: rgba(117, 221, 214, .42);
    background: linear-gradient(135deg, #0f5cc9, #0fa9a5);
    box-shadow: 0 18px 38px rgba(22, 103, 217, .3);
    transform: translateY(-1px);
}

.legal-page .ttm-service-description a.legal-rights-cta *,
.legal-page .legal-rights-cta i {
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
}

.legal-page .ttm-service-description table {
    width: 100% !important;
    margin: 16px 0 34px !important;
    border: 1px solid var(--exonn-line) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 8px;
    display: block;
    overflow-x: auto;
    color: var(--exonn-text) !important;
    background: #fff;
}

.legal-page .ttm-service-description tbody {
    display: table;
    width: 100%;
    min-width: 720px;
}

.legal-page .ttm-service-description th,
.legal-page .ttm-service-description td {
    padding: 14px 16px !important;
    border: 0 !important;
    border-right: 1px solid var(--exonn-line) !important;
    border-bottom: 1px solid var(--exonn-line) !important;
    color: var(--exonn-text) !important;
    text-align: left !important;
    vertical-align: top !important;
}

.legal-page .ttm-service-description tr > *:last-child { border-right: 0 !important; }
.legal-page .ttm-service-description tr:last-child > * { border-bottom: 0 !important; }

.legal-page .ttm-service-description th {
    color: #fff !important;
    background: var(--exonn-navy) !important;
    font-weight: 800 !important;
}

.legal-page .ttm-service-description td[colspan] {
    color: var(--exonn-navy) !important;
    background: #eef7f7 !important;
    font-weight: 800;
}

.legal-page .ttm-btn,
.signup-page .ttm-btn {
    min-height: 52px !important;
    padding: 0 24px !important;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff !important;
    background: var(--exonn-blue) !important;
    box-shadow: 0 12px 28px rgba(22, 103, 217, .23) !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
}

.legal-page .ttm-btn:hover,
.signup-page .ttm-btn:hover {
    background: #0e57be !important;
    box-shadow: 0 16px 34px rgba(22, 103, 217, .3) !important;
    transform: translateY(-1px);
}

.trial-page .ttm-page-title-row { display: none; }

.trial-signup-intro {
    margin: -64px 0 0;
    padding: 82px 0 50px !important;
    color: #dce4f3;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97), rgba(7, 17, 84, .82)),
        url("../images/hero/exonn-hero-laudo.png") 74% center / cover no-repeat;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97), rgba(7, 17, 84, .82)),
        image-set(
            url("../images/hero/exonn-hero-laudo.webp") type("image/webp"),
            url("../images/hero/exonn-hero-laudo.png") type("image/png")
        ) 74% center / cover no-repeat;
}

.trial-signup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
    gap: 56px;
    align-items: end;
}

.exonn-kicker,
.trial-signup-intro .exonn-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    color: #75ddd6;
    font-size: 12.5px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.trial-signup-intro h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 780;
    line-height: 1.04;
}

.trial-signup-intro p {
    max-width: 620px;
    margin: 0;
    color: #dce4f3;
    font-size: 18px;
    line-height: 1.62;
}

.trial-signup-note {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.trial-signup-note i {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #08144f;
    background: #75ddd6;
    font-size: 20px;
}

.signup-page .section-title {
    margin-bottom: 30px !important;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--exonn-line);
}

.signup-page .section-title .title {
    margin: 0 0 8px !important;
    color: var(--exonn-navy) !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-transform: none !important;
}

.signup-page .section-title .title-desc {
    color: var(--exonn-muted);
    font-size: 16px;
    line-height: 1.55;
}

.signup-page .ttm-contactform-2 .row {
    margin-right: -9px;
    margin-left: -9px;
}

.signup-page .ttm-contactform-2 [class*="col-"] {
    padding-right: 9px;
    padding-left: 9px;
}

.signup-page .ttm-contactform-2 label {
    margin: 0 0 7px;
    color: var(--exonn-ink);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.signup-page .ttm-contactform-2 .text-input {
    display: block;
    margin-bottom: 18px;
}

.signup-page .ttm-contactform-2 input:not([type="hidden"]),
.signup-page .ttm-contactform-2 select,
.signup-page .ttm-contactform-2 textarea {
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 15px !important;
    border: 1px solid #cad3e0 !important;
    border-radius: 7px !important;
    color: var(--exonn-ink) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: 15px !important;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.signup-page .ttm-contactform-2 select {
    padding-right: 38px !important;
    cursor: pointer;
}

.signup-page .ttm-contactform-2 input:hover,
.signup-page .ttm-contactform-2 select:hover,
.signup-page .ttm-contactform-2 textarea:hover {
    border-color: #9cabc0 !important;
}

.signup-page .ttm-contactform-2 input:focus,
.signup-page .ttm-contactform-2 select:focus,
.signup-page .ttm-contactform-2 textarea:focus {
    border-color: var(--exonn-blue) !important;
    box-shadow: 0 0 0 4px rgba(22, 103, 217, .12) !important;
}

.signup-page #senhaRequisitos {
    margin: -6px 0 16px !important;
    padding: 14px 16px;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    background: #f8fafc;
}

.signup-page .submit.ttm-btn {
    margin-top: 12px;
}

.thank-you-page {
    background: linear-gradient(180deg, #f4f8fc 0%, #fff 80%) !important;
}

.thank-you-hero {
    min-height: 540px;
    padding: 92px 0 86px !important;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97) 0%, rgba(7, 17, 84, .88) 48%, rgba(7, 17, 84, .52) 100%),
        url("../images/hero/exonn-hero-panels-v2.png") 72% center / cover no-repeat !important;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .97) 0%, rgba(7, 17, 84, .88) 48%, rgba(7, 17, 84, .52) 100%),
        image-set(
            url("../images/hero/exonn-hero-panels-v2.webp") type("image/webp"),
            url("../images/hero/exonn-hero-panels-v2.png") type("image/png")
        ) 72% center / cover no-repeat !important;
}

.thank-you-hero-grid {
    gap: 60px !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, .72fr) !important;
}

.thank-you-status {
    border-radius: 999px;
    background: rgba(117, 221, 214, .12) !important;
    border-color: rgba(117, 221, 214, .32) !important;
}

.thank-you-status i {
    color: var(--exonn-navy);
    background: #75ddd6 !important;
}

.thank-you-hero h1 {
    max-width: 690px;
    font-size: clamp(40px, 4.5vw, 62px) !important;
    line-height: 1.03 !important;
}

.thank-you-hero p {
    max-width: 640px;
    color: #dce4f3 !important;
    font-size: 19px !important;
}

.thank-you-whatsapp-btn,
.thank-you-outline-btn {
    border-radius: 7px !important;
}

.thank-you-whatsapp-btn {
    background: var(--exonn-blue) !important;
    box-shadow: 0 14px 30px rgba(22, 103, 217, .28) !important;
}

.thank-you-whatsapp-btn:hover {
    background: #0e57be !important;
    box-shadow: 0 18px 38px rgba(22, 103, 217, .34) !important;
}

.thank-you-contact-panel,
.thank-you-report-preview ul {
    border: 1px solid rgba(225, 231, 240, .92) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 28px 80px rgba(7, 17, 84, .13) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.thank-you-contact-panel {
    position: relative;
    overflow: hidden;
}

.thank-you-contact-panel::before,
.thank-you-report-preview ul::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--exonn-teal), var(--exonn-blue));
}

.thank-you-report-preview ul { position: relative; overflow: hidden; }

.thank-you-section.alt {
    padding: 72px 0 82px !important;
    background: transparent !important;
}

.thank-you-report-preview {
    align-items: center !important;
    gap: 50px !important;
}

.thank-you-report-preview h2 {
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    line-height: 1.1 !important;
}

.exonn-whatsapp-float {
    width: 56px !important;
    height: 56px !important;
    right: 22px !important;
    bottom: 22px !important;
    background: #18a870 !important;
    box-shadow: 0 14px 34px rgba(9, 83, 57, .28) !important;
}

.exonn-whatsapp-float:hover {
    background: #12845a !important;
}

@media (max-width: 991px) {
    body.legal-page .container,
    body.signup-page .container,
    body.thank-you-page .container,
    .exonn-legal-header-inner,
    .thank-you-nav {
        width: min(100% - 40px, 900px) !important;
    }

    .exonn-legal-footer-inner,
    .exonn-legal-footer-bottom {
        width: min(100% - 40px, 900px);
    }

    .exonn-legal-footer-inner {
        grid-template-columns: 1.15fr 1fr 1fr;
        gap: 38px 34px;
    }

    .exonn-legal-footer-brand {
        grid-column: 1 / -1;
        max-width: 560px;
    }

    .exonn-legal-footer-brand .exonn-legal-footer-address {
        max-width: 560px;
    }

    .legal-page .site-main,
    .signup-page .site-main {
        padding: 52px 0 78px;
    }

    .legal-page .ttm-service-description,
    .signup-page .ttm-col-bgcolor-yes.ttm-bgcolor-white {
        padding: 42px 34px !important;
    }

    .trial-signup-grid,
    .thank-you-hero-grid,
    .thank-you-report-preview {
        grid-template-columns: 1fr !important;
    }

    .trial-signup-intro {
        padding: 74px 0 44px !important;
    }
}

@media (max-width: 700px) {
    body.legal-page .container,
    body.signup-page .container,
    body.thank-you-page .container,
    .exonn-legal-header-inner,
    .thank-you-nav {
        width: min(100% - 32px, 640px) !important;
    }

    .exonn-legal-footer {
        padding-top: 54px !important;
    }

    .exonn-legal-footer-inner,
    .exonn-legal-footer-bottom {
        width: min(100% - 32px, 640px);
    }

    .exonn-legal-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px 28px;
        padding-bottom: 42px;
    }

    .exonn-legal-footer-brand {
        grid-column: 1 / -1;
    }

    .exonn-legal-footer-brand img {
        width: 138px !important;
    }

    .exonn-legal-footer-bottom {
        min-height: 86px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .exonn-legal-header-inner,
    .thank-you-nav {
        height: 68px;
    }

    .exonn-legal-brand img,
    .thank-you-nav img,
    .signup-page .site-branding img {
        width: 124px !important;
        max-width: 124px !important;
    }

    .exonn-legal-back,
    .thank-you-nav-whatsapp {
        min-height: 40px;
        padding: 0 11px;
        font-size: 12.5px;
    }

    .legal-page .ttm-page-title-row-inner .row,
    .signup-page .ttm-page-title-row-inner .row {
        min-height: 156px !important;
    }

    .legal-page .page-title-heading h2,
    .signup-page .page-title-heading h2 {
        margin-bottom: 12px !important;
        padding-left: 18px !important;
        font-size: 34px !important;
    }

    .legal-page .site-main,
    .signup-page .site-main {
        padding: 30px 0 58px;
    }

    .legal-page .ttm-service-description,
    .signup-page .ttm-col-bgcolor-yes.ttm-bgcolor-white {
        padding: 30px 20px !important;
        border-radius: 8px;
    }

    .legal-page .ttm-service-description {
        font-size: 15px !important;
        line-height: 1.72 !important;
    }

    .legal-page .ttm-service-description h3 {
        margin-top: 38px !important;
        font-size: 23px !important;
    }

    .legal-page .ttm-service-description h4 {
        margin-top: 30px !important;
        font-size: 19px !important;
    }

    .legal-page .ttm-service-description h5 {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .legal-page .legal-rights-actions {
        margin-top: 16px !important;
    }

    .legal-page .ttm-service-description a.legal-rights-cta,
    .legal-page .legal-rights-cta {
        width: 100%;
        min-height: 50px;
        padding: 0 16px;
        color: #fff !important;
        opacity: 1 !important;
        font-size: 14px;
        text-align: center;
    }

    .legal-page .ttm-service-description a.legal-rights-cta i,
    .legal-page .legal-rights-cta i {
        color: #fff !important;
        opacity: 1 !important;
    }

    .trial-signup-intro {
        margin-top: -36px;
        padding: 62px 0 38px !important;
    }

    .trial-signup-intro h1,
    .thank-you-hero h1 {
        font-size: 38px !important;
    }

    .trial-signup-intro p,
    .thank-you-hero p {
        font-size: 16px !important;
    }

    .thank-you-hero {
        min-height: 0;
        padding: 66px 0 !important;
    }

    .thank-you-actions {
        display: grid !important;
    }

    .thank-you-whatsapp-btn,
    .thank-you-outline-btn,
    .signup-page .submit.ttm-btn {
        width: 100%;
    }

    .thank-you-section.alt {
        padding: 54px 0 64px !important;
    }

    .exonn-whatsapp-float {
        right: 16px !important;
        bottom: 16px !important;
        width: 52px !important;
        height: 52px !important;
    }
}

@media (max-width: 480px) {
    .exonn-legal-footer-inner {
        grid-template-columns: 1fr;
    }

    .exonn-legal-footer-col {
        gap: 9px;
    }

    .exonn-legal-header-inner,
    .thank-you-nav {
        width: min(100% - 28px, 640px) !important;
    }

    .exonn-legal-back,
    .thank-you-nav-whatsapp {
        max-width: 178px;
        justify-content: center;
        white-space: nowrap;
    }

    .legal-page .ttm-service-description,
    .signup-page .ttm-col-bgcolor-yes.ttm-bgcolor-white {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.legal-page *,
    body.signup-page *,
    body.thank-you-page * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
