@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #0f1720;
    --muted: #637083;
    --line: #dce5ee;
    --navy: #101a27;
    --navy-2: #172334;
    --teal: #0f8b8d;
    --teal-dark: #096265;
    --amber: #e9b44c;
    --green: #19a566;
    --paper: #f6f8fb;
    --white: #ffffff;
}

/* Refinamento v1.15.61: cards de confianca com icones, cor suave e leitura melhor. */
body.landing-clean-pro .trust-grid {
    gap: 14px !important;
}

body.landing-clean-pro .trust-grid article {
    min-height: 128px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
    gap: 16px !important;
    padding: 22px !important;
    border: 1px solid #dbe7f2 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .045) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(1) {
    background: linear-gradient(135deg, #f0fdfa, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(2) {
    background: linear-gradient(135deg, #eff6ff, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(3) {
    background: linear-gradient(135deg, #fff7ed, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(4) {
    background: linear-gradient(135deg, #f0fdf4, #ffffff) !important;
}

body.landing-clean-pro .trust-icon {
    width: 48px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .78) !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
}

body.landing-clean-pro .trust-icon img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}

body.landing-clean-pro .trust-content {
    display: grid !important;
    gap: 6px !important;
}

body.landing-clean-pro .trust-grid strong {
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .trust-grid .trust-content > span {
    color: #526173 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

@media (max-width: 640px) {
    body.landing-clean-pro .trust-grid article {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        min-height: 112px !important;
        padding: 18px !important;
    }

    body.landing-clean-pro .trust-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }
}

/* Refinamento final v1.15.62: menu superior modelo 3, claro e com capsula central. */
body.landing-clean-pro .site-header {
    grid-template-columns: minmax(230px, 1fr) auto minmax(300px, 1fr) !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 16px 24px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid #dce6ef !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(10px);
}

body.landing-clean-pro .brand-link {
    justify-self: start !important;
}

body.landing-clean-pro .brand-link img {
    max-width: 214px !important;
    max-height: 58px !important;
    object-fit: contain !important;
}

body.landing-clean-pro .top-nav {
    grid-column: 2 / 4 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
}

body.landing-clean-pro .top-nav::before {
    content: "" !important;
    grid-column: 1 !important;
}

body.landing-clean-pro .top-nav .mobile-menu {
    display: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    position: relative !important;
    z-index: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    box-shadow: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 112px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(2) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 2px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1)::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    width: 220px !important;
    height: 48px !important;
    margin-left: 110px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-section-link img,
body.landing-clean-pro .top-nav .nav-register img,
body.landing-clean-pro .top-nav .nav-cta img {
    width: 16px !important;
    height: 16px !important;
    opacity: .92 !important;
}

body.landing-clean-pro .top-nav .nav-register,
body.landing-clean-pro .top-nav .nav-cta {
    grid-row: 1 !important;
    min-height: 40px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-weight: 690 !important;
    letter-spacing: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 3 !important;
    justify-self: end !important;
    margin-right: 184px !important;
    color: #ffffff !important;
    background: #12a66d !important;
    border-color: #12a66d !important;
    box-shadow: 0 10px 22px rgba(18, 166, 109, .14) !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 3 !important;
    justify-self: end !important;
    color: #111827 !important;
    background: #efb642 !important;
    border-color: #efb642 !important;
    box-shadow: 0 10px 22px rgba(239, 182, 66, .16) !important;
}

body.landing-clean-pro .top-nav .nav-register:hover {
    background: #0e8f5c !important;
    border-color: #0e8f5c !important;
}

body.landing-clean-pro .top-nav .nav-cta:hover {
    background: #e6a92e !important;
    border-color: #e6a92e !important;
}

@media (max-width: 920px) {
    body.landing-clean-pro .site-header {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.landing-clean-pro .brand-link {
        justify-self: center !important;
    }

    body.landing-clean-pro .top-nav {
        grid-column: 1 !important;
        grid-template-columns: auto 1fr 1fr !important;
        gap: 9px !important;
    }

    body.landing-clean-pro .top-nav::before,
    body.landing-clean-pro .top-nav .nav-section-link {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .mobile-menu {
        display: block !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.landing-clean-pro .mobile-menu summary {
        border-color: #dbe7f2 !important;
        background: #ffffff !important;
    }

    body.landing-clean-pro .mobile-menu summary span {
        background: #111827 !important;
    }

    body.landing-clean-pro .mobile-menu-panel {
        background: #ffffff !important;
        border-color: #dbe7f2 !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
    }

    body.landing-clean-pro .mobile-menu-panel a {
        color: #111827 !important;
        background: #f8fbfd !important;
        border-color: #dbe7f2 !important;
    }

    body.landing-clean-pro .top-nav .nav-register,
    body.landing-clean-pro .top-nav .nav-cta {
        margin-right: 0 !important;
        min-height: 40px !important;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        justify-self: stretch !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        justify-self: stretch !important;
    }
}

/* Refino visual geral: menos peso, melhor hierarquia e leitura mais leve. */
.top-nav {
    font-weight: 650;
}
.top-nav a {
    min-height: 36px;
    padding: 8px 11px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
}
.top-nav .nav-register,
.top-nav .nav-cta {
    font-weight: 750;
    text-transform: none;
}
.top-nav .nav-register {
    color: #fff;
    background: #18a367;
    border-color: #18a367;
    box-shadow: 0 8px 18px rgba(24, 163, 103, .14);
}
.top-nav .nav-register:hover {
    background: #148957;
}
.top-nav .nav-cta {
    background: #efbd4d;
    border-color: #efbd4d;
    box-shadow: 0 8px 18px rgba(239, 189, 77, .14);
}
.top-nav a img,
.button img {
    opacity: .9;
}
.button {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}
.tag {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 750;
}
h1 {
    font-size: clamp(38px, 5.4vw, 64px);
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 800;
}
.hero-copy p {
    font-size: 18px;
    line-height: 1.55;
}
.proof-grid strong {
    font-size: 21px;
    font-weight: 800;
}
.modules small,
.plan > span,
.signup-form label,
.signup-form legend,
.signup-modal-head span,
.signup-modal-form label,
.signup-modal-form legend {
    font-weight: 700;
}
.modules h2 {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 750;
}
.modules p {
    font-size: 15px;
    line-height: 1.5;
}
.trust-section h2 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
}
.section-copy h2,
.signup-copy h2 {
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
}
.plan h3 {
    font-size: 21px;
    font-weight: 800;
}
.plan strong {
    font-size: 32px;
    font-weight: 800;
}
.plan p {
    font-size: 16px;
}
.signup-form h3,
.signup-modal-head h2 {
    font-size: 24px;
    font-weight: 800;
}
.footer-cta h2 {
    font-size: 30px;
    font-weight: 800;
}
@media (max-width: 640px) {
    .top-nav a {
        font-size: 12px;
        font-weight: 700;
    }
    h1 {
        font-size: 37px;
        line-height: 1.06;
    }
    .hero-copy p {
        font-size: 19px;
        line-height: 1.55;
    }
    .section-copy h2,
    .signup-copy h2,
    .trust-section h2 {
        font-size: 28px;
    }
    .modules h2 {
        font-size: 17px;
    }
    .plan strong {
        font-size: 29px;
    }
}

/* Camada final v1.15.62: menu superior modelo 3 aplicado sobre a landing light. */
body.landing-clean-pro .site-header {
    grid-template-columns: minmax(230px, 1fr) auto minmax(300px, 1fr) !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 16px 24px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid #dce6ef !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(10px);
}

body.landing-clean-pro .brand-link {
    justify-self: start !important;
}

body.landing-clean-pro .brand-link img {
    max-width: 214px !important;
    max-height: 58px !important;
    object-fit: contain !important;
}

body.landing-clean-pro .top-nav {
    grid-column: 2 / 4 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
}

body.landing-clean-pro .top-nav::before {
    content: "" !important;
    grid-column: 1 !important;
}

body.landing-clean-pro .top-nav .mobile-menu {
    display: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    position: relative !important;
    z-index: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    box-shadow: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 112px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(2) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 2px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1)::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    width: 220px !important;
    height: 48px !important;
    margin-left: 110px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-section-link img,
body.landing-clean-pro .top-nav .nav-register img,
body.landing-clean-pro .top-nav .nav-cta img {
    width: 16px !important;
    height: 16px !important;
    opacity: .92 !important;
}

body.landing-clean-pro .top-nav .nav-register,
body.landing-clean-pro .top-nav .nav-cta {
    grid-row: 1 !important;
    min-height: 40px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-weight: 690 !important;
    letter-spacing: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 3 !important;
    justify-self: end !important;
    margin-right: 184px !important;
    color: #ffffff !important;
    background: #12a66d !important;
    border-color: #12a66d !important;
    box-shadow: 0 10px 22px rgba(18, 166, 109, .14) !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 3 !important;
    justify-self: end !important;
    color: #111827 !important;
    background: #efb642 !important;
    border-color: #efb642 !important;
    box-shadow: 0 10px 22px rgba(239, 182, 66, .16) !important;
}

body.landing-clean-pro .top-nav .nav-register:hover {
    background: #0e8f5c !important;
    border-color: #0e8f5c !important;
}

body.landing-clean-pro .top-nav .nav-cta:hover {
    background: #e6a92e !important;
    border-color: #e6a92e !important;
}

@media (max-width: 920px) {
    body.landing-clean-pro .site-header {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.landing-clean-pro .brand-link {
        justify-self: center !important;
    }

    body.landing-clean-pro .top-nav {
        grid-column: 1 !important;
        grid-template-columns: auto 1fr 1fr !important;
        gap: 9px !important;
    }

    body.landing-clean-pro .top-nav::before,
    body.landing-clean-pro .top-nav .nav-section-link {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .mobile-menu {
        display: block !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.landing-clean-pro .mobile-menu summary {
        border-color: #dbe7f2 !important;
        background: #ffffff !important;
    }

    body.landing-clean-pro .mobile-menu summary span {
        background: #111827 !important;
    }

    body.landing-clean-pro .mobile-menu-panel {
        background: #ffffff !important;
        border-color: #dbe7f2 !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
    }

    body.landing-clean-pro .mobile-menu-panel a {
        color: #111827 !important;
        background: #f8fbfd !important;
        border-color: #dbe7f2 !important;
    }

    body.landing-clean-pro .top-nav .nav-register,
    body.landing-clean-pro .top-nav .nav-cta {
        margin-right: 0 !important;
        min-height: 40px !important;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        justify-self: stretch !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        justify-self: stretch !important;
    }
}

/* Refinamento final v1.15.61: cards de confianca com icones e cores suaves. */
body.landing-clean-pro .trust-grid {
    gap: 14px !important;
}

body.landing-clean-pro .trust-grid article {
    min-height: 128px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
    gap: 16px !important;
    padding: 22px !important;
    border: 1px solid #dbe7f2 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .045) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(1) {
    background: linear-gradient(135deg, #f0fdfa, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(2) {
    background: linear-gradient(135deg, #eff6ff, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(3) {
    background: linear-gradient(135deg, #fff7ed, #ffffff) !important;
}

body.landing-clean-pro .trust-grid article:nth-child(4) {
    background: linear-gradient(135deg, #f0fdf4, #ffffff) !important;
}

body.landing-clean-pro .trust-icon {
    width: 48px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .78) !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
}

body.landing-clean-pro .trust-icon img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}

body.landing-clean-pro .trust-content {
    display: grid !important;
    gap: 6px !important;
}

body.landing-clean-pro .trust-grid strong {
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .trust-grid .trust-content > span {
    color: #526173 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

@media (max-width: 640px) {
    body.landing-clean-pro .trust-grid article {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        min-height: 112px !important;
        padding: 18px !important;
    }

    body.landing-clean-pro .trust-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }
}

/* Layout limpo profissional: primeira dobra clara, vendavel e sem reaproveitar o tema escuro antigo. */
body.landing-clean-pro {
    background: #f7f9fc !important;
    color: #111827 !important;
}

body.landing-clean-pro .hero-shell {
    position: relative !important;
    overflow: hidden !important;
    min-height: auto !important;
    padding: 34px 0 72px !important;
    background:
        radial-gradient(circle at 82% 6%, rgba(222, 247, 242, .95), transparent 33%),
        radial-gradient(circle at 8% 84%, rgba(255, 246, 220, .9), transparent 31%),
        radial-gradient(circle at 66% 100%, rgba(236, 243, 255, .95), transparent 28%),
        #f7f9fc !important;
    color: #111827 !important;
}

body.landing-clean-pro .site-header {
    max-width: 1472px !important;
    margin: 0 auto !important;
    padding: 18px 28px !important;
    align-items: center !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #dce5ee !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08) !important;
}

body.landing-clean-pro .brand-link {
    min-width: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.landing-clean-pro .brand-link img {
    width: auto !important;
    max-width: 260px !important;
    max-height: 74px !important;
    object-fit: contain !important;
}

body.landing-clean-pro .top-nav {
    gap: 10px !important;
}

body.landing-clean-pro .top-nav a {
    min-height: 40px !important;
    padding: 9px 15px !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid #d1dbe8 !important;
    color: #172033 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.landing-clean-pro .top-nav a:hover {
    transform: translateY(-1px) !important;
    border-color: #b9c8d8 !important;
    background: #f8fafc !important;
}

body.landing-clean-pro .top-nav .nav-register {
    background: #12a36e !important;
    border-color: #12a36e !important;
    color: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    min-width: 160px !important;
    background: #f2b83b !important;
    border-color: #f2b83b !important;
    color: #111827 !important;
}

body.landing-clean-pro .top-nav a img,
body.landing-clean-pro .button img {
    width: 15px !important;
    height: 15px !important;
}

body.landing-clean-pro .hero {
    max-width: 1420px !important;
    margin: 78px auto 0 !important;
    padding: 0 28px !important;
    grid-template-columns: minmax(0, .96fr) minmax(560px, 1.04fr) !important;
    gap: 70px !important;
    align-items: center !important;
}

body.landing-clean-pro .hero-copy {
    max-width: 660px !important;
}

body.landing-clean-pro .tag {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 36px !important;
    align-items: center !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    background: #e7f7f3 !important;
    border: 1px solid #b9e7dc !important;
    color: #0f766e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.landing-clean-pro h1 {
    max-width: 690px !important;
    margin: 36px 0 18px !important;
    color: #111827 !important;
    font-size: clamp(40px, 4.2vw, 58px) !important;
    line-height: 1.12 !important;
    font-weight: 760 !important;
    letter-spacing: 0 !important;
}

body.landing-clean-pro .hero-copy p {
    max-width: 650px !important;
    color: #526173 !important;
    font-size: 21px !important;
    line-height: 1.48 !important;
}

body.landing-clean-pro .hero-actions {
    gap: 14px !important;
    margin-top: 30px !important;
}

body.landing-clean-pro .button {
    min-height: 48px !important;
    padding: 11px 20px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 680 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.landing-clean-pro .button.primary {
    background: #109a73 !important;
    border-color: #109a73 !important;
    color: #ffffff !important;
}

body.landing-clean-pro .button.secondary,
body.landing-clean-pro .button.outline-dark {
    background: #ffffff !important;
    border-color: #cad6e3 !important;
    color: #172033 !important;
}

body.landing-clean-pro .proof-grid {
    max-width: 500px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 34px !important;
}

body.landing-clean-pro .proof-grid div {
    min-height: 78px !important;
    padding: 16px !important;
    background: #ffffff !important;
    border-color: #dce5ee !important;
    box-shadow: none !important;
}

body.landing-clean-pro .proof-grid strong {
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 760 !important;
}

body.landing-clean-pro .proof-grid span {
    color: #667085 !important;
}

body.landing-clean-pro .command-center {
    position: relative !important;
    border: 1px solid #d7e1ec !important;
    border-radius: 26px !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 18px 22px 0 rgba(166, 181, 199, .28), 0 30px 70px rgba(15, 23, 42, .12) !important;
}

body.landing-clean-pro .command-center::before {
    content: "Produ\00e7\00e3o de hoje" !important;
    position: absolute !important;
    left: -54px !important;
    bottom: 38px !important;
    width: 188px !important;
    min-height: 96px !important;
    padding: 18px 18px 18px 20px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    color: #172033 !important;
    border: 1px solid #dce5ee !important;
    box-shadow: 10px 12px 0 rgba(166, 181, 199, .22) !important;
    font-size: 15px !important;
    font-weight: 760 !important;
}

body.landing-clean-pro .command-center::after {
    content: "Novo pedido recebido  R$ 1.450,00 confirmado" !important;
    position: absolute !important;
    right: -34px !important;
    top: 132px !important;
    width: 244px !important;
    padding: 18px 20px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #172033 !important;
    border: 1px solid #dce5ee !important;
    box-shadow: 10px 12px 0 rgba(166, 181, 199, .22) !important;
    font-size: 14px !important;
    font-weight: 760 !important;
}

body.landing-clean-pro .center-head {
    min-height: 68px !important;
    padding: 20px 26px !important;
    background: #101b2d !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 26px 26px 0 0 !important;
}

body.landing-clean-pro .center-head span {
    background: #e6fff5 !important;
    color: #0f8f72 !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.landing-clean-pro .center-body {
    background: #ffffff !important;
}

body.landing-clean-pro .center-side {
    background: #132033 !important;
}

body.landing-clean-pro .center-side i {
    background: #304058 !important;
}

body.landing-clean-pro .center-side i:nth-child(2),
body.landing-clean-pro .center-side i:nth-child(5) {
    background: #0f9a8f !important;
}

body.landing-clean-pro .center-panel {
    background: #ffffff !important;
}

body.landing-clean-pro .metrics div,
body.landing-clean-pro .flow-row {
    background: #ffffff !important;
    border-color: #dce5ee !important;
    color: #172033 !important;
}

body.landing-clean-pro .metrics span,
body.landing-clean-pro .flow-row span {
    color: #667085 !important;
}

body.landing-clean-pro .metrics strong,
body.landing-clean-pro .flow-row strong {
    color: #111827 !important;
}

body.landing-clean-pro .flow-row div {
    background: #e5ebf2 !important;
}

body.landing-clean-pro .flow-row div b {
    background: #0f9a8f !important;
}

body.landing-clean-pro .modules,
body.landing-clean-pro .trust-section,
body.landing-clean-pro .pricing-section,
body.landing-clean-pro .signup-section,
body.landing-clean-pro .footer-cta {
    background: #f7f9fc !important;
    color: #111827 !important;
}

body.landing-clean-pro .modules {
    padding-top: 72px !important;
    gap: 16px !important;
}

body.landing-clean-pro .modules article,
body.landing-clean-pro .plan,
body.landing-clean-pro .signup-form,
body.landing-clean-pro .trust-card,
body.landing-clean-pro .footer-cta {
    background: #ffffff !important;
    border-color: #dce5ee !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .06) !important;
}

body.landing-clean-pro .modules small,
body.landing-clean-pro .tag.dark,
body.landing-clean-pro .plan > span,
body.landing-clean-pro .signup-form label,
body.landing-clean-pro .signup-form legend,
body.landing-clean-pro .signup-modal-form label,
body.landing-clean-pro .signup-modal-form legend {
    color: #0f766e !important;
    font-weight: 680 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.landing-clean-pro .tag.dark {
    background: #e7f7f3 !important;
    border-color: #b9e7dc !important;
}

body.landing-clean-pro .modules h2,
body.landing-clean-pro .trust-section h2,
body.landing-clean-pro .section-copy h2,
body.landing-clean-pro .signup-copy h2,
body.landing-clean-pro .footer-cta h2,
body.landing-clean-pro .plan h3,
body.landing-clean-pro .signup-form h3,
body.landing-clean-pro .signup-modal-head h2 {
    color: #111827 !important;
    font-weight: 760 !important;
    letter-spacing: 0 !important;
}

body.landing-clean-pro .modules p,
body.landing-clean-pro .trust-section p,
body.landing-clean-pro .section-copy p,
body.landing-clean-pro .signup-copy p,
body.landing-clean-pro .footer-cta p,
body.landing-clean-pro .plan p {
    color: #526173 !important;
}

body.landing-clean-pro .signup-form input,
body.landing-clean-pro .signup-modal-form input {
    background: #f8fafc !important;
    border-color: #ccd8e5 !important;
    color: #172033 !important;
}

body.landing-clean-pro .site-footer {
    background: #101b2d !important;
    color: #dbe7ee !important;
}

body.landing-clean-pro .site-footer a,
body.landing-clean-pro .site-footer p {
    color: #dbe7ee !important;
}

body.landing-clean-pro .whatsapp-float {
    background: #22bf63 !important;
    border-color: #20b85d !important;
    color: #ffffff !important;
    box-shadow: 0 16px 36px rgba(34, 191, 99, .28) !important;
}

@media (max-width: 1080px) {
    body.landing-clean-pro .hero {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    body.landing-clean-pro .hero-copy {
        max-width: 760px !important;
    }

    body.landing-clean-pro .command-center::before,
    body.landing-clean-pro .command-center::after {
        display: none !important;
    }
}

@media (max-width: 640px) {
    body.landing-clean-pro .hero-shell {
        padding-top: 14px !important;
        padding-bottom: 42px !important;
    }

    body.landing-clean-pro .site-header {
        margin: 0 14px !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }

    body.landing-clean-pro .brand-link {
        width: 100% !important;
        justify-content: center !important;
    }

    body.landing-clean-pro .brand-link img {
        max-height: 86px !important;
    }

    body.landing-clean-pro .top-nav {
        width: 100% !important;
        grid-template-columns: 44px minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    body.landing-clean-pro .mobile-menu summary {
        background: #ffffff !important;
        border-color: #d1dbe8 !important;
    }

    body.landing-clean-pro .mobile-menu summary span {
        background: #172033 !important;
    }

    body.landing-clean-pro .top-nav .nav-register,
    body.landing-clean-pro .top-nav .nav-cta {
        min-height: 40px !important;
        padding: 8px 10px !important;
        font-size: 12px !important;
        font-weight: 680 !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        min-width: 0 !important;
    }

    body.landing-clean-pro .hero {
        margin-top: 48px !important;
        padding: 0 18px !important;
    }

    body.landing-clean-pro h1 {
        font-size: 37px !important;
        line-height: 1.08 !important;
    }

    body.landing-clean-pro .hero-copy p {
        font-size: 18px !important;
    }

    body.landing-clean-pro .proof-grid {
        grid-template-columns: 1fr !important;
    }

    body.landing-clean-pro .command-center {
        border-radius: 18px !important;
        box-shadow: 8px 10px 0 rgba(166, 181, 199, .22), 0 22px 42px rgba(15, 23, 42, .12) !important;
    }
}

/* Refinamento v1.15.58: mais largura util no topo e menos peso nas secoes abaixo da primeira dobra. */
body.landing-clean-pro .site-header {
    max-width: min(1500px, calc(100% - 52px)) !important;
    padding: 16px 28px !important;
}

body.landing-clean-pro .hero {
    max-width: min(1500px, calc(100% - 52px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: minmax(520px, .95fr) minmax(560px, 1.05fr) !important;
    gap: clamp(36px, 5vw, 76px) !important;
}

body.landing-clean-pro .hero-copy {
    max-width: 690px !important;
}

body.landing-clean-pro h1 {
    font-size: clamp(38px, 3.7vw, 56px) !important;
    line-height: 1.13 !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .hero-copy p {
    font-size: clamp(18px, 1.3vw, 20px) !important;
    line-height: 1.52 !important;
}

body.landing-clean-pro .command-center {
    max-width: 720px !important;
    justify-self: end !important;
}

body.landing-clean-pro .proof-grid strong {
    font-size: 22px !important;
    font-weight: 700 !important;
}

body.landing-clean-pro .modules {
    max-width: min(1500px, calc(100% - 52px)) !important;
    padding-top: 54px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.landing-clean-pro .modules article {
    padding: 22px !important;
    border-radius: 14px !important;
}

body.landing-clean-pro .modules small {
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.landing-clean-pro .modules h2 {
    font-size: clamp(17px, 1.25vw, 21px) !important;
    line-height: 1.25 !important;
    font-weight: 680 !important;
}

body.landing-clean-pro .modules p {
    font-size: 14px !important;
    line-height: 1.52 !important;
}

body.landing-clean-pro .trust-section,
body.landing-clean-pro .pricing-section,
body.landing-clean-pro .signup-section,
body.landing-clean-pro .footer-cta {
    max-width: min(1500px, calc(100% - 52px)) !important;
}

body.landing-clean-pro .trust-section h2,
body.landing-clean-pro .section-copy h2,
body.landing-clean-pro .signup-copy h2,
body.landing-clean-pro .footer-cta h2 {
    font-size: clamp(28px, 2.5vw, 40px) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

body.landing-clean-pro .trust-section p,
body.landing-clean-pro .section-copy p,
body.landing-clean-pro .signup-copy p,
body.landing-clean-pro .footer-cta p {
    font-size: 16px !important;
    line-height: 1.58 !important;
}

body.landing-clean-pro .plan h3,
body.landing-clean-pro .signup-form h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
}

body.landing-clean-pro .plan strong {
    font-size: 30px !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .button {
    font-weight: 650 !important;
}

@media (max-width: 1180px) {
    body.landing-clean-pro .hero {
        grid-template-columns: 1fr !important;
    }

    body.landing-clean-pro .command-center {
        justify-self: stretch !important;
        max-width: none !important;
    }

    body.landing-clean-pro .modules {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.landing-clean-pro .site-header,
    body.landing-clean-pro .hero,
    body.landing-clean-pro .modules,
    body.landing-clean-pro .trust-section,
    body.landing-clean-pro .pricing-section,
    body.landing-clean-pro .signup-section,
    body.landing-clean-pro .footer-cta {
        max-width: calc(100% - 28px) !important;
    }

    body.landing-clean-pro h1 {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }

    body.landing-clean-pro .modules {
        grid-template-columns: 1fr !important;
    }
}

/* Refinamento v1.15.59: alinhamento full em toda a landing e cards de destaque mais completos. */
body.landing-clean-pro {
    --clean-page-width: min(1540px, calc(100% - 56px));
}

body.landing-clean-pro .site-header,
body.landing-clean-pro .hero,
body.landing-clean-pro .modules,
body.landing-clean-pro .trust-section,
body.landing-clean-pro .pricing-section,
body.landing-clean-pro .signup-section,
body.landing-clean-pro .footer-cta,
body.landing-clean-pro .footer-grid {
    width: var(--clean-page-width) !important;
    max-width: var(--clean-page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.landing-clean-pro .hero {
    grid-template-columns: minmax(560px, .96fr) minmax(620px, 1.04fr) !important;
    gap: clamp(42px, 5vw, 86px) !important;
}

body.landing-clean-pro .hero-copy {
    max-width: 720px !important;
}

body.landing-clean-pro .command-center {
    width: 100% !important;
    max-width: 760px !important;
}

body.landing-clean-pro .proof-grid {
    max-width: 660px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.landing-clean-pro .proof-grid div {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    row-gap: 2px !important;
    align-items: center !important;
    min-height: 90px !important;
    padding: 16px 18px !important;
}

body.landing-clean-pro .proof-grid div::before {
    content: "" !important;
    grid-row: 1 / span 2 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    background: #e7f7f3 !important;
    border: 1px solid #b9e7dc !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 19px !important;
}

body.landing-clean-pro .proof-grid div:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E") !important;
}

body.landing-clean-pro .proof-grid div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") !important;
}

body.landing-clean-pro .proof-grid div:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h10'/%3E%3Cpath d='M17 16l2 2 4-4'/%3E%3C/svg%3E") !important;
}

body.landing-clean-pro .proof-grid strong,
body.landing-clean-pro .proof-grid span {
    grid-column: 2 !important;
}

body.landing-clean-pro .proof-grid strong {
    font-size: 22px !important;
    line-height: 1.05 !important;
}

body.landing-clean-pro .proof-grid span {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.landing-clean-pro .modules {
    justify-content: center !important;
    justify-items: stretch !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.landing-clean-pro .modules article {
    min-height: 210px !important;
}

body.landing-clean-pro .modules h2 {
    max-width: 100% !important;
}

body.landing-clean-pro .trust-section,
body.landing-clean-pro .pricing-section,
body.landing-clean-pro .signup-section {
    gap: 28px !important;
}

@media (max-width: 1280px) {
    body.landing-clean-pro .hero {
        grid-template-columns: 1fr !important;
    }

    body.landing-clean-pro .command-center {
        max-width: none !important;
        justify-self: stretch !important;
    }
}

@media (max-width: 980px) {
    body.landing-clean-pro {
        --clean-page-width: min(100% - 36px, 760px);
    }

    body.landing-clean-pro .proof-grid,
    body.landing-clean-pro .modules {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.landing-clean-pro {
        --clean-page-width: calc(100% - 28px);
    }

    body.landing-clean-pro .proof-grid div {
        grid-template-columns: 34px minmax(0, 1fr) !important;
    }

    body.landing-clean-pro .proof-grid div::before {
        width: 34px !important;
        height: 34px !important;
    }
}

/* Refinamento v1.15.60: menu desktop em tres areas e modal de cadastro claro. */
body.landing-clean-pro .site-header {
    display: grid !important;
    grid-template-columns: minmax(240px, 1fr) auto minmax(300px, 1fr) !important;
    gap: 22px !important;
    align-items: center !important;
}

body.landing-clean-pro .top-nav {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto !important;
    grid-column: 2 / 4 !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

body.landing-clean-pro .mobile-menu {
    display: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    justify-self: center !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1) {
    grid-column: 1 !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(2) {
    grid-column: 2 !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 4 !important;
    justify-self: end !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 5 !important;
    justify-self: end !important;
}

body.landing-clean-pro .top-nav a {
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    min-width: 92px !important;
    background: #ffffff !important;
    border-color: #d4deea !important;
    color: #172033 !important;
}

body.landing-clean-pro .top-nav .nav-register {
    min-width: 140px !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    min-width: 176px !important;
}

body.landing-clean-pro .signup-modal-backdrop {
    background: rgba(15, 23, 42, .42) !important;
    backdrop-filter: blur(8px) !important;
}

body.landing-clean-pro .signup-modal {
    background: #ffffff !important;
    border: 1px solid #d6e0ec !important;
    border-radius: 18px !important;
    color: #172033 !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .22) !important;
}

body.landing-clean-pro .signup-modal-head {
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 18px !important;
}

body.landing-clean-pro .signup-modal-head span {
    color: #0f766e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.landing-clean-pro .signup-modal-head h2 {
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .signup-modal-head p,
body.landing-clean-pro .signup-modal-success p {
    color: #526173 !important;
}

body.landing-clean-pro .signup-modal-close {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #172033 !important;
}

body.landing-clean-pro .signup-modal-form {
    gap: 14px !important;
}

body.landing-clean-pro .signup-modal-form label,
body.landing-clean-pro .signup-modal-form legend {
    color: #0f766e !important;
    font-size: 13px !important;
    font-weight: 680 !important;
}

body.landing-clean-pro .signup-modal-form input {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #111827 !important;
    min-height: 42px !important;
}

body.landing-clean-pro .signup-modal-form input:focus {
    border-color: #0f9a8f !important;
    box-shadow: 0 0 0 3px rgba(15, 154, 143, .15) !important;
}

body.landing-clean-pro .signup-modal-form fieldset {
    background: #f8fafc !important;
    border: 1px solid #d8e1ec !important;
    border-radius: 12px !important;
}

body.landing-clean-pro .signup-modal-actions {
    justify-content: flex-end !important;
    gap: 10px !important;
}

body.landing-clean-pro .signup-modal-actions .button.secondary {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #172033 !important;
}

body.landing-clean-pro .signup-modal-actions .button.primary {
    background: #109a73 !important;
    border-color: #109a73 !important;
    color: #ffffff !important;
}

body.landing-clean-pro .footer-cta {
    background: #ffffff !important;
    border-color: #dce5ee !important;
    color: #111827 !important;
}

body.landing-clean-pro .footer-cta h2 {
    color: #111827 !important;
}

body.landing-clean-pro .footer-cta p {
    color: #526173 !important;
    opacity: 1 !important;
}

body.landing-clean-pro .footer-cta .button,
body.landing-clean-pro .footer-cta .footer-button {
    background: #109a73 !important;
    border-color: #109a73 !important;
    color: #ffffff !important;
}

body.landing-clean-pro .footer-cta .button img,
body.landing-clean-pro .footer-cta .footer-button img {
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 720px) {
    body.landing-clean-pro .site-header {
        display: flex !important;
        align-items: stretch !important;
        gap: 14px !important;
    }

    body.landing-clean-pro .top-nav {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    body.landing-clean-pro .mobile-menu {
        display: block !important;
    }

    body.landing-clean-pro .top-nav .nav-section-link {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        min-width: 0 !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        min-width: 0 !important;
    }
}

/* Polimento final: reduz o peso visual sem alterar a estrutura da landing. */
.top-nav {
    gap: 10px;
}

.top-nav a,
.button,
.signup-modal-actions .button,
.signup-modal-success .button {
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 620 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.top-nav a {
    min-height: 38px !important;
    padding: 8px 13px !important;
    box-shadow: none !important;
}

.top-nav .nav-register {
    background: #16a767 !important;
    border-color: rgba(22, 167, 103, .9) !important;
    color: #fff !important;
}

.top-nav .nav-cta {
    background: #f2b83b !important;
    border-color: rgba(242, 184, 59, .95) !important;
    color: #111827 !important;
}

.top-nav a img,
.button img {
    width: 15px !important;
    height: 15px !important;
}

.button {
    min-height: 42px !important;
    padding: 10px 16px !important;
}

.button.primary {
    background: #159a97;
}

.button.secondary,
.button.outline-dark {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(226, 232, 240, .24);
}

.tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

h1 {
    max-width: 760px !important;
    font-size: clamp(38px, 5.2vw, 62px) !important;
    line-height: 1.03 !important;
    font-weight: 720 !important;
}

.hero-copy p {
    max-width: 620px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}

.modules h2,
.trust-section h2,
.section-copy h2,
.signup-copy h2,
.footer-cta h2 {
    font-size: clamp(26px, 3vw, 38px) !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
}

.modules p,
.trust-section p,
.section-copy p,
.signup-copy p,
.footer-cta p,
.plan p {
    font-weight: 400;
}

.modules small,
.plan > span,
.signup-form label,
.signup-form legend,
.signup-modal-form label,
.signup-modal-form legend,
.signup-modal-head span {
    font-weight: 620 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.proof-grid strong,
.plan h3,
.plan strong,
.signup-form h3,
.signup-modal-head h2 {
    font-weight: 700 !important;
}

.plan strong {
    font-size: 34px;
}

@media (max-width: 720px) {
    .top-nav {
        gap: 8px;
    }

    .top-nav a {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 650;
    }

    .button {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 14px;
        font-weight: 650;
    }

    h1 {
        font-size: 42px;
        line-height: 1.05;
    }

    .hero-copy p {
        font-size: 18px;
    }
}

/* Padrao visual dos botoes da landing: icone pequeno e CTA claro. */
.top-nav a,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.top-nav a img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}
.button img {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}
.top-nav .nav-register {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
}
.top-nav .nav-register:hover {
    background: #148957;
}

/* Ajuste fino: botoes do topo mais leves e menos agressivos visualmente. */
.top-nav {
    font-weight: 700;
}
.top-nav a {
    min-height: 36px;
    padding: 8px 11px;
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: 0;
}
.top-nav .nav-register,
.top-nav .nav-cta {
    font-weight: 800;
    text-transform: none;
}
.top-nav .nav-register {
    background: #18a367;
    box-shadow: 0 8px 18px rgba(24, 163, 103, .16);
}
.top-nav .nav-cta {
    background: #efbd4d;
    box-shadow: 0 8px 18px rgba(239, 189, 77, .16);
}
.top-nav a img {
    width: 15px;
    height: 15px;
    opacity: .9;
}
.button {
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.hero-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 88% 18%, rgba(15, 139, 141, .18), transparent 34%),
        linear-gradient(145deg, #101a27 0%, #142132 100%);
}
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 22px min(5vw, 72px);
    color: #fff;
}
.brand-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 32px rgba(0,0,0,.16);
}
.brand-link img {
    width: 230px;
    height: 68px;
    object-fit: contain;
}
.top-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 800;
}
.top-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 6px;
    color: #f8fbff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
}
.top-nav a:hover {
    background: rgba(255,255,255,.16);
}
.top-nav .nav-cta {
    color: #101a27;
    background: var(--amber);
    border-color: var(--amber);
}
.mobile-menu {
    display: none;
}
.mobile-menu summary {
    list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
    display: none;
}
.hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
    gap: 56px;
    align-items: center;
    padding: 34px min(5vw, 72px) 76px;
}
.hero-copy {
    max-width: 720px;
    color: #fff;
}
.tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid rgba(233,180,76,.44);
    border-radius: 6px;
    color: #ffe2a1;
    background: rgba(233,180,76,.08);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}
.tag.dark {
    color: var(--teal-dark);
    background: #e8f5f4;
    border-color: rgba(15,139,141,.25);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
    margin: 22px 0 18px;
    font-size: clamp(44px, 6.8vw, 78px);
    line-height: .96;
    letter-spacing: 0;
}
.hero-copy p {
    max-width: 650px;
    color: #c9d5e3;
    font-size: 20px;
    line-height: 1.55;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.button {
    width: auto;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
}
.button.primary {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}
.button.secondary {
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: rgba(255,255,255,.24);
}
.button.outline-dark {
    background: transparent;
    color: var(--ink);
    border-color: var(--line);
}
.button.footer-button {
    color: #101a27;
    background: var(--amber);
    border-color: var(--amber);
}
.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}
.proof-grid div {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
}
.proof-grid strong {
    display: block;
    color: #fff;
    font-size: 24px;
}
.proof-grid span {
    color: #c9d5e3;
    font-size: 14px;
}
.command-center {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(5, 13, 24, .32);
    border: 1px solid rgba(255,255,255,.28);
}
.center-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    color: #fff;
    background: var(--navy-2);
}
.center-head span {
    color: #bff4d8;
    background: rgba(25,165,102,.15);
    padding: 7px 10px;
    border-radius: 6px;
    font-weight: 900;
    font-size: 12px;
}
.center-body {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 455px;
}
.center-side {
    padding: 18px;
    background: #132033;
    display: grid;
    gap: 10px;
    align-content: start;
}
.center-side i {
    display: block;
    height: 36px;
    border-radius: 6px;
    background: rgba(255,255,255,.09);
}
.center-side i:nth-child(2) { background: rgba(15,139,141,.45); }
.center-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
    background: #f9fbfd;
}
.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.metrics div {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.metrics span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.metrics strong {
    display: block;
    margin-top: 8px;
    font-size: 26px;
}
.flow {
    display: grid;
    gap: 10px;
}
.flow-row {
    display: grid;
    grid-template-columns: 90px 1fr 84px;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.flow-row div {
    height: 9px;
    border-radius: 999px;
    background: #e8edf4;
    overflow: hidden;
}
.flow-row b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--teal);
}
.flow-row span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}
.modules {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 0 min(5vw, 72px) 72px;
}
.modules article {
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(16,26,39,.08);
}
.modules small {
    color: var(--teal-dark);
    font-weight: 900;
    text-transform: uppercase;
}
.modules h2 {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.25;
}
.modules p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}
.trust-section {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: start;
    padding: 74px min(5vw, 72px);
    background: #fff;
    border-top: 1px solid var(--line);
}
.trust-section h2 {
    margin: 14px 0 0;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.trust-grid article {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdff;
}
.trust-grid strong {
    color: var(--ink);
    font-size: 20px;
}
.trust-grid span {
    color: var(--muted);
    line-height: 1.45;
}
.pricing-section {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
    gap: 28px;
    padding: 78px min(5vw, 72px);
    background: #fff;
}
.section-copy h2,
.signup-copy h2 {
    margin: 14px 0 12px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: 0;
}
.section-copy p,
.signup-copy p,
.plan p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 18px;
}
.plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.plan {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdff;
}
.plan.featured {
    border-color: var(--teal);
    box-shadow: 0 18px 44px rgba(15,139,141,.16);
}
.plan > span {
    color: var(--teal-dark);
    font-weight: 900;
}
.plan h3 {
    margin: 0 0 10px;
    font-size: 24px;
}
.plan strong {
    display: block;
    margin-bottom: 10px;
    color: var(--teal-dark);
    font-size: 38px;
}
.signup-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    padding: 72px min(5vw, 72px);
    background: #eef4f8;
}
.signup-form {
    display: grid;
    gap: 11px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 36px rgba(16,26,39,.08);
}
.signup-form h3 {
    margin: 0 0 4px;
    font-size: 28px;
}
.signup-form label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-weight: 900;
    font-size: 13px;
}
.signup-form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
    color: var(--ink);
}
.signup-form fieldset {
    display: flex;
    gap: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
}
.signup-form legend {
    padding: 0 6px;
    color: var(--muted);
    font-weight: 900;
}
.signup-form fieldset label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 14px;
}
.signup-form input[type="radio"] {
    width: auto;
    min-height: auto;
}
.form-alert {
    padding: 12px;
    border-radius: 6px;
    line-height: 1.45;
}
.form-alert.success {
    background: #e9f8ef;
    color: #0f6a3a;
    border: 1px solid #bce8cd;
}
.form-alert.danger {
    background: #fff0ed;
    color: #a23325;
    border: 1px solid #ffd0c8;
}
.form-alert a {
    font-weight: 900;
    text-decoration: underline;
}
.signup-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(8, 15, 27, .74);
    backdrop-filter: blur(8px);
}
.signup-modal-backdrop[hidden] {
    display: none;
}
.signup-modal {
    width: min(640px, 100%);
    max-height: min(92vh, 760px);
    overflow: auto;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: var(--navy-2);
    color: #fff;
    box-shadow: 0 26px 80px rgba(0,0,0,.42);
}
.signup-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px 10px;
}
.signup-modal-head span {
    color: #ffd166;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.signup-modal-head h2 {
    margin: 4px 0;
    font-size: 25px;
}
.signup-modal-head p {
    margin: 0;
    color: #cbd5e1;
}
.signup-modal-close {
    width: 34px;
    height: 34px;
    min-height: 34px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.09);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.signup-modal-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 22px 22px;
}
.signup-modal-form label {
    display: grid;
    gap: 6px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 900;
}
.signup-modal-form input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    padding: 10px 12px;
    background: #0c1724;
    color: #fff;
    font: inherit;
}
.signup-modal-form fieldset {
    grid-column: 1 / -1;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 12px;
}
.signup-modal-form legend {
    padding: 0 6px;
    color: #ffd166;
    font-weight: 900;
}
.signup-modal-form fieldset label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.signup-modal-form input[type="radio"] {
    width: auto;
    min-height: auto;
}
.signup-modal-form .form-alert,
.signup-modal-actions {
    grid-column: 1 / -1;
}
.signup-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}
.signup-modal-actions .button,
.signup-modal-success .button {
    width: auto;
    min-height: 38px;
    padding: 10px 14px;
    border: 0;
    cursor: pointer;
}
.signup-modal-success {
    padding: 10px 22px 22px;
}
.signup-modal-success h3 {
    margin: 0 0 8px;
    font-size: 22px;
}
.signup-modal-success p {
    color: #d7f7e5;
}
.site-footer {
    background: var(--navy);
    color: #c9d5e3;
}
.footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 44px min(5vw, 72px);
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px;
}
.footer-cta p {
    margin: 0;
    max-width: 820px;
    color: #c9d5e3;
    line-height: 1.55;
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(160px, .55fr));
    gap: 26px;
    padding: 34px min(5vw, 72px);
}
.footer-grid > div > img {
    width: 230px;
    height: 68px;
    object-fit: contain;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
}
.footer-grid p {
    max-width: 320px;
    margin: 14px 0 0;
    line-height: 1.55;
}
.footer-grid nav {
    display: grid;
    align-content: start;
    gap: 10px;
}
.footer-grid strong {
    color: #fff;
}
.footer-grid a,
.footer-grid span {
    color: #c9d5e3;
}
.social-links {
    display: flex;
    gap: 10px;
}
.social-links a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
}
.social-links a:hover {
    background: var(--teal);
}
.social-links img {
    width: 22px;
    height: 22px;
    filter: none;
}
.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 12px 18px 12px 14px;
    border-radius: 999px;
    background: #20b15a;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 18px 44px rgba(14, 74, 42, .32);
    font-weight: 900;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.floating-whatsapp:hover {
    transform: translateY(-2px);
    background: #168f47;
    box-shadow: 0 22px 52px rgba(14, 74, 42, .42);
}
.floating-whatsapp img {
    width: 30px;
    height: 30px;
}
@media (max-width: 980px) {
    .hero-shell { background: var(--navy); }
    .site-header { align-items: flex-start; flex-direction: column; }
    .hero,
    .trust-section,
    .pricing-section,
    .signup-section,
    .footer-cta { grid-template-columns: 1fr; }
    .modules { grid-template-columns: repeat(2, 1fr); padding-top: 36px; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .site-header,
    .hero,
    .modules,
    .pricing-section,
    .signup-section,
    .footer-cta,
    .footer-grid {
        padding-left: 18px;
        padding-right: 18px;
    }
    .site-header {
        gap: 14px;
    }
    .brand-link {
        padding: 7px 10px;
    }
    .brand-link img {
        width: min(100%, 390px);
        height: auto;
        max-height: 92px;
    }
    .top-nav {
        width: 100%;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        align-items: stretch;
        position: relative;
    }
    .top-nav .nav-section-link {
        display: none;
    }
    .mobile-menu {
        display: block;
        position: relative;
        min-width: 0;
    }
    .mobile-menu summary {
        width: 48px;
        min-height: 42px;
        display: grid;
        place-items: center;
        gap: 4px;
        padding: 9px 11px;
        border-radius: 7px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.09);
        cursor: pointer;
    }
    .mobile-menu summary span {
        width: 20px;
        height: 2px;
        border-radius: 99px;
        background: #fff;
    }
    .mobile-menu-panel {
        position: absolute;
        z-index: 6;
        top: calc(100% + 8px);
        left: 0;
        width: min(230px, calc(100vw - 36px));
        display: grid;
        gap: 7px;
        padding: 9px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 9px;
        background: #172334;
        box-shadow: 0 18px 45px rgba(0,0,0,.32);
    }
    .mobile-menu-panel a,
    .top-nav .nav-register,
    .top-nav .nav-cta {
        min-height: 42px;
        justify-content: center;
        text-align: center;
        padding: 8px 9px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 7px;
    }
    .top-nav .nav-register {
        color: #fff;
        background: var(--green);
        border-color: var(--green);
    }
    .top-nav .nav-cta {
        color: #101a27;
        background: var(--amber);
        border-color: var(--amber);
    }
    h1 { font-size: 42px; }
    .center-body,
    .metrics,
    .plans,
    .modules,
    .trust-grid,
    .proof-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .center-side { display: none; }
    .flow-row { grid-template-columns: 74px 1fr; }
    .flow-row span { grid-column: 1 / -1; }
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        justify-content: center;
    }
    .floating-whatsapp span {
        display: none;
    }
    .signup-modal-backdrop {
        align-items: stretch;
        padding: 10px;
    }
    .signup-modal {
        max-height: calc(100vh - 20px);
        border-radius: 12px;
    }
    .signup-modal-head {
        padding: 16px 14px 8px;
    }
    .signup-modal-head h2 {
        font-size: 21px;
    }
    .signup-modal-form {
        grid-template-columns: 1fr;
        padding: 10px 14px 16px;
    }
    .signup-modal-actions {
        justify-content: stretch;
    }
    .signup-modal-actions .button,
    .signup-modal-success .button {
        width: 100%;
        justify-content: center;
    }
    .signup-modal-success {
        padding: 10px 14px 16px;
    }
}

/* Camada final de polimento visual: prevalece sobre os estilos antigos acima. */
.top-nav {
    font-weight: 650;
}
.top-nav a {
    min-height: 36px;
    padding: 8px 11px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
}
.top-nav .nav-register,
.top-nav .nav-cta {
    font-weight: 750;
    text-transform: none;
}
.top-nav .nav-register {
    color: #fff;
    background: #18a367;
    border-color: #18a367;
    box-shadow: 0 8px 18px rgba(24, 163, 103, .14);
}
.top-nav .nav-register:hover {
    background: #148957;
}
.top-nav .nav-cta {
    background: #efbd4d;
    border-color: #efbd4d;
    box-shadow: 0 8px 18px rgba(239, 189, 77, .14);
}
.top-nav a img {
    width: 15px;
    height: 15px;
    opacity: .9;
}
.button {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}
.button img {
    width: 17px;
    height: 17px;
    opacity: .9;
}
.tag {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 750;
}
h1 {
    font-size: clamp(38px, 5.4vw, 64px);
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 800;
}
.hero-copy p {
    font-size: 18px;
    line-height: 1.55;
}
.proof-grid strong {
    font-size: 21px;
    font-weight: 800;
}
.modules small,
.plan > span,
.signup-form label,
.signup-form legend,
.signup-modal-head span,
.signup-modal-form label,
.signup-modal-form legend {
    font-weight: 700;
}
.modules h2 {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 750;
}
.modules p {
    font-size: 15px;
    line-height: 1.5;
}
.trust-section h2 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
}
.section-copy h2,
.signup-copy h2 {
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
}
.plan h3 {
    font-size: 21px;
    font-weight: 800;
}
.plan strong {
    font-size: 32px;
    font-weight: 800;
}
.plan p {
    font-size: 16px;
}
.signup-form h3,
.signup-modal-head h2 {
    font-size: 24px;
    font-weight: 800;
}
.footer-cta h2 {
    font-size: 30px;
    font-weight: 800;
}
@media (max-width: 640px) {
    .top-nav a {
        font-size: 12px;
        font-weight: 700;
    }
    h1 {
        font-size: 37px;
        line-height: 1.06;
    }
    .hero-copy p {
        font-size: 19px;
        line-height: 1.55;
    }
    .section-copy h2,
    .signup-copy h2,
    .trust-section h2 {
        font-size: 28px;
    }
    .modules h2 {
        font-size: 17px;
    }
    .plan strong {
        font-size: 29px;
    }
}
/* EOF v1.15.62: menu superior modelo 3 aplicado sobre a landing light. */
body.landing-clean-pro .site-header {
    grid-template-columns: minmax(230px, 1fr) auto minmax(300px, 1fr) !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 16px 24px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid #dce6ef !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(10px);
}

body.landing-clean-pro .brand-link {
    justify-self: start !important;
}

body.landing-clean-pro .brand-link img {
    max-width: 214px !important;
    max-height: 58px !important;
    object-fit: contain !important;
}

body.landing-clean-pro .top-nav {
    grid-column: 2 / 4 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
}

body.landing-clean-pro .top-nav::before {
    content: "" !important;
    grid-column: 1 !important;
}

body.landing-clean-pro .top-nav .mobile-menu {
    display: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    position: relative !important;
    z-index: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    box-shadow: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 112px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(2) {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-left: calc(50% - 2px) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1)::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    width: 220px !important;
    height: 48px !important;
    margin-left: 110px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

body.landing-clean-pro .top-nav .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-section-link img,
body.landing-clean-pro .top-nav .nav-register img,
body.landing-clean-pro .top-nav .nav-cta img {
    width: 16px !important;
    height: 16px !important;
    opacity: .92 !important;
}

body.landing-clean-pro .top-nav .nav-register,
body.landing-clean-pro .top-nav .nav-cta {
    grid-row: 1 !important;
    min-height: 40px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-weight: 690 !important;
    letter-spacing: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 3 !important;
    justify-self: end !important;
    margin-right: 184px !important;
    color: #ffffff !important;
    background: #12a66d !important;
    border-color: #12a66d !important;
    box-shadow: 0 10px 22px rgba(18, 166, 109, .14) !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 3 !important;
    justify-self: end !important;
    color: #111827 !important;
    background: #efb642 !important;
    border-color: #efb642 !important;
    box-shadow: 0 10px 22px rgba(239, 182, 66, .16) !important;
}

body.landing-clean-pro .top-nav .nav-register:hover {
    background: #0e8f5c !important;
    border-color: #0e8f5c !important;
}

body.landing-clean-pro .top-nav .nav-cta:hover {
    background: #e6a92e !important;
    border-color: #e6a92e !important;
}

@media (max-width: 920px) {
    body.landing-clean-pro .site-header {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.landing-clean-pro .brand-link {
        justify-self: center !important;
    }

    body.landing-clean-pro .top-nav {
        grid-column: 1 !important;
        grid-template-columns: auto 1fr 1fr !important;
        gap: 9px !important;
    }

    body.landing-clean-pro .top-nav::before,
    body.landing-clean-pro .top-nav .nav-section-link {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .mobile-menu {
        display: block !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.landing-clean-pro .mobile-menu summary {
        border-color: #dbe7f2 !important;
        background: #ffffff !important;
    }

    body.landing-clean-pro .mobile-menu summary span {
        background: #111827 !important;
    }

    body.landing-clean-pro .mobile-menu-panel {
        background: #ffffff !important;
        border-color: #dbe7f2 !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
    }

    body.landing-clean-pro .mobile-menu-panel a {
        color: #111827 !important;
        background: #f8fbfd !important;
        border-color: #dbe7f2 !important;
    }

    body.landing-clean-pro .top-nav .nav-register,
    body.landing-clean-pro .top-nav .nav-cta {
        margin-right: 0 !important;
        min-height: 40px !important;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        justify-self: stretch !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        justify-self: stretch !important;
    }
}
/* EOF v1.15.63: Empresa, Contato e menu com quatro links centrais. */
body.landing-clean-pro .top-nav {
    position: relative !important;
    grid-column: 2 / 4 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) repeat(4, auto) minmax(20px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 8px !important;
}

body.landing-clean-pro .top-nav::before {
    display: none !important;
    content: none !important;
}

body.landing-clean-pro .top-nav::after {
    content: "" !important;
    grid-column: 2 / 6 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82) !important;
    z-index: 0 !important;
}

body.landing-clean-pro .top-nav .nav-section-link {
    position: relative !important;
    z-index: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-left: 0 !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    box-shadow: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link::before {
    display: none !important;
    content: none !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(1) {
    grid-column: 2 !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(2) {
    grid-column: 3 !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(3) {
    grid-column: 4 !important;
}

body.landing-clean-pro .top-nav .nav-section-link:nth-of-type(4) {
    grid-column: 5 !important;
}

body.landing-clean-pro .top-nav .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 7 !important;
    margin-right: 0 !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 8 !important;
}

body.landing-clean-pro .about-product,
body.landing-clean-pro .contact-section {
    width: var(--clean-page-width, min(1540px, calc(100% - 56px))) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr) !important;
    gap: 28px !important;
    padding: 64px 0 !important;
    color: #111827 !important;
}

body.landing-clean-pro .about-product {
    align-items: start !important;
}

body.landing-clean-pro .about-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body.landing-clean-pro .about-cards article,
body.landing-clean-pro .contact-form {
    border: 1px solid #dce5ee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .055) !important;
}

body.landing-clean-pro .about-cards article {
    min-height: 210px !important;
    display: grid !important;
    align-content: start !important;
    gap: 12px !important;
    padding: 22px !important;
}

body.landing-clean-pro .about-cards article:nth-child(1) {
    background: linear-gradient(135deg, #f0fdfa, #ffffff) !important;
}

body.landing-clean-pro .about-cards article:nth-child(2) {
    background: linear-gradient(135deg, #eff6ff, #ffffff) !important;
}

body.landing-clean-pro .about-cards article:nth-child(3) {
    background: linear-gradient(135deg, #fff7ed, #ffffff) !important;
}

body.landing-clean-pro .about-icon {
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.78) !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
}

body.landing-clean-pro .about-icon img {
    width: 24px !important;
    height: 24px !important;
}

body.landing-clean-pro .about-cards strong {
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.24 !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .about-cards p {
    margin: 0 !important;
    color: #526173 !important;
    font-size: 14px !important;
    line-height: 1.52 !important;
}

body.landing-clean-pro .contact-section {
    align-items: stretch !important;
    border-top: 1px solid #e4edf5 !important;
}

body.landing-clean-pro .contact-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 24px !important;
}

body.landing-clean-pro .contact-form h3,
body.landing-clean-pro .contact-form .contact-message,
body.landing-clean-pro .contact-form button,
body.landing-clean-pro .contact-form .contact-helper {
    grid-column: 1 / -1 !important;
}

body.landing-clean-pro .contact-form h3 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 720 !important;
}

body.landing-clean-pro .contact-form label {
    display: grid !important;
    gap: 7px !important;
    color: #0f766e !important;
    font-size: 13px !important;
    font-weight: 680 !important;
}

body.landing-clean-pro .contact-form input,
body.landing-clean-pro .contact-form textarea {
    width: 100% !important;
    min-height: 42px !important;
    box-sizing: border-box !important;
    border: 1px solid #cfd9e5 !important;
    border-radius: 9px !important;
    background: #f8fbfd !important;
    color: #111827 !important;
    padding: 10px 12px !important;
    font: inherit !important;
    font-weight: 400 !important;
}

body.landing-clean-pro .contact-form textarea {
    min-height: 126px !important;
    resize: vertical !important;
}

body.landing-clean-pro .contact-form button {
    justify-self: start !important;
    width: auto !important;
}

body.landing-clean-pro .contact-helper {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

@media (max-width: 1080px) {
    body.landing-clean-pro .top-nav {
        grid-template-columns: auto 1fr 1fr !important;
        gap: 9px !important;
    }

    body.landing-clean-pro .top-nav::after {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .nav-section-link {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .mobile-menu {
        display: block !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        justify-self: stretch !important;
        margin-right: 0 !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        justify-self: stretch !important;
    }
}

/* EOF v1.15.65: neutraliza regras antigas nth-of-type que tiravam links da capsula. */
body.landing-clean-pro .top-nav .nav-links-capsule {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 48px !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 5px 8px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82) !important;
    white-space: nowrap !important;
}

body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link,
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(1),
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(2),
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(3),
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(4) {
    position: static !important;
    z-index: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: auto !important;
    align-self: center !important;
    display: inline-flex !important;
    min-height: 36px !important;
    width: auto !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow: none !important;
    transform: none !important;
}

body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link::before,
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(1)::before,
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(2)::before,
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(3)::before,
body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(4)::before {
    display: none !important;
    content: none !important;
}

body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link img {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
    display: block !important;
    margin: 0 !important;
}

@media (max-width: 1180px) {
    body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link,
    body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(1),
    body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(2),
    body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(3),
    body.landing-clean-pro .top-nav .nav-links-capsule .nav-section-link:nth-of-type(4) {
        padding: 8px 8px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 1080px) {
    body.landing-clean-pro .top-nav .nav-links-capsule {
        display: none !important;
    }
}

@media (max-width: 860px) {
    body.landing-clean-pro .about-product,
    body.landing-clean-pro .contact-section,
    body.landing-clean-pro .about-cards,
    body.landing-clean-pro .contact-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.landing-clean-pro .about-product,
    body.landing-clean-pro .contact-section {
        width: calc(100% - 28px) !important;
        padding: 42px 0 !important;
    }

    body.landing-clean-pro .about-cards article {
        min-height: auto !important;
    }
}

/* EOF v1.15.64: menu central em capsula real para evitar sobreposicao. */
body.landing-clean-pro .top-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(20px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
}

body.landing-clean-pro .top-nav::before,
body.landing-clean-pro .top-nav::after {
    display: none !important;
    content: none !important;
}

body.landing-clean-pro .nav-links-capsule {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 48px !important;
    padding: 5px 8px !important;
    border: 1px solid #dbe7f2 !important;
    border-radius: 999px !important;
    background: #f7fbfd !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82) !important;
    white-space: nowrap !important;
}

body.landing-clean-pro .nav-links-capsule .nav-section-link {
    position: static !important;
    z-index: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

body.landing-clean-pro .nav-links-capsule .nav-section-link::before {
    display: none !important;
    content: none !important;
}

body.landing-clean-pro .nav-links-capsule .nav-section-link:hover {
    color: #0f766e !important;
    background: #ffffff !important;
}

body.landing-clean-pro .nav-links-capsule .nav-section-link img {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 auto !important;
}

body.landing-clean-pro .top-nav .nav-register {
    grid-column: 4 !important;
    justify-self: end !important;
    margin-right: 0 !important;
}

body.landing-clean-pro .top-nav .nav-cta {
    grid-column: 5 !important;
    justify-self: end !important;
}

@media (max-width: 1080px) {
    body.landing-clean-pro .top-nav {
        grid-template-columns: auto 1fr 1fr !important;
        gap: 9px !important;
    }

    body.landing-clean-pro .nav-links-capsule {
        display: none !important;
    }

    body.landing-clean-pro .top-nav .mobile-menu {
        display: block !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }

    body.landing-clean-pro .top-nav .nav-register {
        grid-column: 2 !important;
        justify-self: stretch !important;
    }

    body.landing-clean-pro .top-nav .nav-cta {
        grid-column: 3 !important;
        justify-self: stretch !important;
    }
}
