/* Prefiro Partner — LP9 */

/* overflow-x: clip contém o estouro lateral sem criar contexto de rolagem,
   o que manteria o header sticky funcionando e evita a segunda barra */
.page-lp9.global {
    background: #ffffff;
    overflow-x: clip;
    margin-bottom: 0 !important;
    max-width: 100%;
}

.page-lp9 {
    scroll-behavior: smooth;
    padding-bottom: 0;
    color: #343434;
    --lp9-purple: var(--bs-primary, #5448c2);
    --lp9-purple-dark: var(--bs-primary-800, #40389b);
    --lp9-turquoise: var(--bs-secondary, #46f5e0);
    --lp9-pink: #e85d8e;
    --lp9-bg-soft: var(--bs-primary-50, #f6f5fc);
    --lp9-text: var(--bs-body-color, #343434);
    --lp9-muted: #5c5c5c;
    --lp9-header-height: 98px;
    --lp9-radius: 1rem;
    --lp9-radius-pill: var(--bs-border-radius-pill, 50rem);
    font-family: "DM Sans", sans-serif;
}

.page-lp9--obrigado {
    padding-bottom: 0;
    min-height: 100vh;
    background: var(--bs-primary-50, #eff2fe);
}

/* ─── Header ─── */
.lp9-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(84, 72, 194, 0.08);
}

.lp9-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--lp9-header-height);
}

.lp9-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.lp9-header__logo img {
    display: block;
    width: 170px;
    height: auto;
    max-width: none;
}

.lp9-header__nav {
    display: none;
    align-items: center;
    gap: 1.25rem;
}

.lp9-header__nav a {
    color: var(--lp9-text);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
}

.lp9-header__nav a:hover {
    color: var(--lp9-purple);
}

.lp9-header a.lp9-header__cta {
    display: none;
    white-space: nowrap;
}

.lp9-header__menu-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 8px;
}

.lp9-header__menu-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--lp9-purple);
    border-radius: 2px;
}

.lp9-header__mobile {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0 1rem;
}

.lp9-header__mobile a {
    color: var(--lp9-text);
    text-decoration: none;
    font-weight: 500;
}

.lp9-header--obrigado {
    border-bottom: none;
    background: transparent;
}

@media (min-width: 768px) {
    .lp9-header a.lp9-header__cta {
        display: inline-flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .lp9-header__nav {
        display: flex;
    }

    .lp9-header__menu-btn,
    .lp9-header__mobile {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .lp9-header__logo img {
        width: 150px;
    }
}

/* ─── Buttons ─── */
.page-lp9 .btn-primary,
.page-lp9 .lp9-cta.btn-primary {
    background: var(--lp9-purple);
    border-color: var(--lp9-purple);
    color: #fff;
    font-weight: 600;
    border-radius: var(--lp9-radius-pill);
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-lp9 .lp9-form__submit {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.page-lp9 .btn-primary:hover,
.page-lp9 .lp9-cta.btn-primary:hover {
    background: var(--lp9-purple-dark);
    border-color: var(--lp9-purple-dark);
}

.page-lp9 .btn-outline-primary {
    border-color: var(--lp9-purple);
    color: var(--lp9-purple);
    border-radius: var(--lp9-radius-pill);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-lp9 .btn-outline-primary:hover {
    background: var(--lp9-purple);
    color: #fff;
}

/* ─── Sections ─── */
.lp9-section {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .lp9-section {
        padding: 4rem 0;
    }
}

.lp9-section__intro {
    max-width: 820px;
    margin: 0 auto 2.5rem;
}

.lp9-section__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--lp9-purple);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.lp9-section__subtitle {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--lp9-muted);
    margin-bottom: 0;
}

.lp9-badge {
    display: inline-block;
    background: rgba(70, 245, 224, 0.18);
    color: #0f766e;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    border-radius: var(--lp9-radius-pill);
    margin-bottom: 1rem;
}

/* ─── Cards ─── */
.lp9-cards {
    display: grid;
    gap: 1.25rem;
}

.lp9-cards--3 {
    grid-template-columns: 1fr;
}

.lp9-cards--4 {
    grid-template-columns: 1fr;
}

.lp9-card {
    background: #fff;
    border: 1px solid rgba(84, 72, 194, 0.1);
    border-radius: var(--lp9-radius);
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(84, 72, 194, 0.04);
}

a.lp9-card--link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.lp9-card--link:hover,
a.lp9-card--link:focus-visible {
    border-color: rgba(84, 72, 194, 0.28);
    box-shadow: 0 12px 28px rgba(84, 72, 194, 0.1);
    transform: translateY(-2px);
    outline: none;
}

.lp9-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lp9-purple);
    margin-bottom: 0.5rem;
}

.lp9-card p {
    margin: 0;
    color: var(--lp9-muted);
    line-height: 1.55;
}

.lp9-para-quem .lp9-card--icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 5.5rem;
}

.lp9-para-quem .lp9-card--icon h3 {
    margin: 0;
    line-height: 1.3;
}

.lp9-para-quem .lp9-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

@media (min-width: 768px) {
    .lp9-cards--3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp9-cards--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .lp9-cards--3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lp9-cards--4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ─── Hero ─── */
.lp9-hero {
    padding: 3.5rem 0 3rem;
    overflow-x: clip;
    background:
        radial-gradient(ellipse at top right, rgba(70, 245, 224, 0.12), transparent 45%),
        radial-gradient(ellipse at bottom left, rgba(84, 72, 194, 0.12), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, var(--lp9-bg-soft) 100%);
}

.lp9-hero__grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.lp9-hero__title {
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lp9-text);
    margin-bottom: 1rem;
}

.lp9-hero__highlight {
    display: block;
    color: var(--lp9-purple);
}

.lp9-hero__subtitle {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--lp9-muted);
    margin-bottom: 1.5rem;
}

.lp9-hero__trust {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.lp9-hero__trust span {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    color: var(--lp9-text);
}

.lp9-hero__trust span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--lp9-turquoise);
}

.lp9-hero__visual {
    display: none;
}

.lp9-hero__mockup-wrap {
    position: relative;
}

.lp9-hero__mockup {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.lp9-hero__float {
    position: absolute;
    background: #fff;
    color: var(--lp9-purple);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: var(--lp9-radius-pill);
    box-shadow: 0 8px 20px rgba(84, 72, 194, 0.12);
    white-space: nowrap;
    animation: lp9-float 4s ease-in-out infinite;
}

.lp9-hero__float--1 { top: 8%; left: -4%; animation-delay: 0s; }
.lp9-hero__float--2 { top: 5%; right: -2%; animation-delay: 0.6s; }
.lp9-hero__float--3 { bottom: 24%; left: -2%; animation-delay: 1.2s; }
.lp9-hero__float--4 { bottom: 6%; right: 4%; animation-delay: 1.8s; }

.lp9-hero__recuperador-teaser {
    display: inline-block;
    margin-top: 1rem;
    color: var(--lp9-purple);
    font-weight: 600;
    text-decoration: none;
}

.lp9-hero__recuperador-teaser strong {
    color: var(--lp9-pink);
    font-size: 1.125rem;
}

@keyframes lp9-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (min-width: 992px) {
    .lp9-hero {
        padding: 5rem 0 4.5rem;
    }

    .lp9-hero__grid {
        grid-template-columns: 1fr 0.9fr;
        gap: 4.5rem;
        align-items: center;
    }

    .lp9-hero__visual {
        display: block;
        margin-top: 1.5rem;
    }
}

/* ─── Form ─── */
.lp9-formulario__box {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(84, 72, 194, 0.12);
    border: 1px solid rgba(84, 72, 194, 0.08);
}

.lp9-formulario__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lp9-purple);
    margin-bottom: 0.5rem;
}

.lp9-formulario__subtitle {
    color: var(--lp9-muted);
    margin-bottom: 1.25rem;
    font-size: 0.975rem;
    line-height: 1.5;
}

.lp9-form__step-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--lp9-turquoise);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}

.lp9-form .form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--lp9-text);
}

.lp9-form .form-label span {
    color: var(--lp9-pink);
}

.lp9-form .form-control,
.lp9-form .form-select {
    border-radius: 10px;
    border-color: #d9d6ef;
    min-height: 46px;
}

.lp9-form .form-control:focus,
.lp9-form .form-select:focus {
    border-color: var(--lp9-purple);
    box-shadow: 0 0 0 0.2rem rgba(84, 72, 194, 0.15);
}

.lp9-form__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lp9-form__microcopy {
    margin-top: 0.85rem;
    font-size: 0.8125rem;
    color: var(--lp9-muted);
    text-align: center;
    line-height: 1.45;
}

.lp9-form .form-check-label {
    font-size: 0.875rem;
    color: var(--lp9-muted);
}

.lp9-form .form-check-label a {
    color: var(--lp9-purple);
}

@media (min-width: 576px) {
    .lp9-formulario__box {
        padding: 1.75rem;
    }

    .lp9-form__actions {
        flex-direction: row;
    }

    .lp9-form__actions .lp9-form__submit {
        flex: 1;
    }
}

/* ─── Programa / sections soft ─── */
.lp9-programa,
.lp9-plataforma,
.lp9-beneficios {
    background: var(--lp9-bg-soft);
}

.lp9-para-quem,
.lp9-como-funciona,
.lp9-diferencial,
.lp9-prova-social {
    background: #fff;
}

/* ─── Recuperador ─── */
.lp9-recuperador {
    background: var(--lp9-purple);
    color: #fff;
    padding: 3rem 0;
}

.lp9-recuperador .lp9-section__intro {
    margin-bottom: 1.5rem;
}

.lp9-recuperador .lp9-section__title,
.lp9-recuperador .lp9-section__subtitle,
.lp9-recuperador h3,
.lp9-recuperador h4,
.lp9-recuperador p,
.lp9-recuperador li {
    color: #fff;
}

.lp9-recuperador__eyebrow {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--lp9-turquoise);
    margin-bottom: 0.75rem;
}

.lp9-recuperador .lp9-section__subtitle {
    opacity: 0.92;
    margin-bottom: 1.5rem;
}

.page-lp9 .lp9-recuperador .lp9-cta.btn-primary {
    background: #fff;
    color: var(--lp9-purple);
    border-color: #fff;
}

.page-lp9 .lp9-recuperador .lp9-cta.btn-primary:hover,
.page-lp9 .lp9-recuperador .lp9-cta.btn-primary:focus {
    background: var(--lp9-turquoise);
    border-color: var(--lp9-turquoise);
    color: var(--bs-primary-950, #221e48);
}

.lp9-recuperador__stats {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    margin: 1.5rem 0;
}

.lp9-recuperador__percent {
    display: block;
    font-size: clamp(3.5rem, 10vw, 6rem);
    font-weight: 800;
    line-height: 0.9;
    color: var(--lp9-turquoise);
}

.lp9-recuperador__stat-label {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.5rem 0 1rem;
}

.lp9-recuperador__disclaimer {
    font-size: 0.8125rem !important;
    opacity: 0.8;
    line-height: 1.5;
}

.lp9-recuperador__media img {
    width: 100%;
    height: auto;
    border-radius: var(--lp9-radius);
    box-shadow: 0 16px 32px rgba(34, 30, 72, 0.2);
}

.lp9-recuperador__howto-title {
    text-align: center;
    margin: 1.5rem 0 1rem;
    font-size: 1.5rem;
}

.lp9-recuperador .lp9-steps {
    margin-bottom: 1.25rem;
}

.lp9-recuperador .lp9-steps li {
    padding: 0.75rem 1rem;
}

.lp9-recuperador .lp9-steps__num {
    background: var(--lp9-turquoise);
    color: var(--bs-primary-950, #221e48);
}

.lp9-recuperador__fechamento {
    background: rgba(255, 255, 255, 0.12);
    border-radius: var(--lp9-radius);
    padding: 1.25rem 1.5rem;
    margin-top: 1rem;
}

.lp9-recuperador__fechamento .lp9-form__microcopy {
    color: rgba(255, 255, 255, 0.85);
}

.lp9-recuperador__fechamento h3 {
    margin-bottom: 0.75rem;
}

.lp9-recuperador__fechamento p {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .lp9-recuperador {
        padding: 3.5rem 0;
    }

    .lp9-recuperador__stats {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* ─── Steps ─── */
.lp9-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.lp9-steps li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1rem;
}

.lp9-como-funciona .lp9-steps li,
.lp9-plataforma .lp9-steps li {
    background: var(--lp9-bg-soft);
}

.lp9-steps__num {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--lp9-purple);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.lp9-steps strong {
    display: block;
    margin-bottom: 0.25rem;
}

.lp9-steps p {
    margin: 0;
    font-size: 0.9375rem;
    opacity: 0.9;
}

@media (min-width: 992px) {
    .lp9-steps--5 {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.75rem;
    }

    .lp9-steps--6 {
        grid-template-columns: repeat(6, 1fr);
        gap: 0.75rem;
    }

    /* Nessas larguras o texto não cabe ao lado do número */
    .lp9-steps--5 li,
    .lp9-steps--6 li {
        flex-direction: column;
        gap: 0.625rem;
    }

    .lp9-steps--6 p {
        font-size: 0.875rem;
    }
}

.lp9-como-funciona__destaque,
.lp9-diferencial__mensagem {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp9-purple);
}

/* ─── Benefícios obs ─── */
.lp9-beneficios__obs {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--lp9-muted);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* ─── Diferencial pillars ─── */
.lp9-pillars {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

.lp9-pillars li {
    background: var(--lp9-bg-soft);
    color: var(--lp9-purple);
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.625rem 1rem;
    border-radius: var(--lp9-radius-pill);
}

/* ─── Prova social ─── */
.lp9-prova-social__marquee {
    overflow: hidden;
    max-width: 100%;
    margin-top: 0.5rem;
}

.lp9-char-count {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: var(--lp9-muted, #6b6880);
    text-align: right;
}

/* ─── CTA blocks ─── */
.lp9-cta-intermediario {
    background: var(--lp9-purple);
    color: #fff;
}

.lp9-cta-intermediario .lp9-section__title,
.lp9-cta-intermediario .lp9-section__subtitle {
    color: #fff;
}

.lp9-cta-intermediario .lp9-section__subtitle {
    margin-bottom: 2rem;
}

.page-lp9 .lp9-cta-intermediario .lp9-cta.btn-primary {
    background: #fff;
    color: var(--lp9-purple);
    border-color: #fff;
}

.page-lp9 .lp9-cta-intermediario .lp9-cta.btn-primary:hover,
.page-lp9 .lp9-cta-intermediario .lp9-cta.btn-primary:focus {
    background: var(--lp9-turquoise);
    border-color: var(--lp9-turquoise);
    color: var(--bs-primary-950, #221e48);
}

/* CTA final claro — contraste com o footer roxo (#5448c2) */
.lp9-cta-final {
    background: var(--bs-primary-50, #eff2fe);
    color: var(--lp9-text);
    border-top: 1px solid rgba(84, 72, 194, 0.08);
}

.lp9-cta-final .lp9-section__title {
    color: var(--lp9-purple);
}

.lp9-cta-final .lp9-section__subtitle,
.lp9-cta-final .lp9-form__microcopy {
    color: var(--lp9-muted);
}

.lp9-cta-final .lp9-section__subtitle {
    margin-bottom: 2rem;
}

.page-lp9 .lp9-cta-final .lp9-cta.btn-primary {
    background: var(--lp9-purple);
    color: #fff;
    border-color: var(--lp9-purple);
}

.page-lp9 .lp9-cta-final .lp9-cta.btn-primary:hover,
.page-lp9 .lp9-cta-final .lp9-cta.btn-primary:focus {
    background: var(--lp9-purple-dark);
    border-color: var(--lp9-purple-dark);
    color: #fff;
}

.lp9-cta-final .lp9-form__microcopy {
    margin-top: 1.25rem;
}

/* ─── Sticky CTA ─── */
.lp9-sticky-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 190;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(84, 72, 194, 0.12);
    box-shadow: 0 -8px 24px rgba(52, 52, 52, 0.08);
}

.page-lp9 {
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .lp9-sticky-cta {
        display: block;
    }

    .page-lp9 {
        padding-bottom: 5rem;
    }
}

@media (min-width: 992px) {
    .lp9-sticky-cta {
        display: none;
    }

    .page-lp9 {
        padding-bottom: 0;
    }
}

/* ─── Obrigado ─── */
.lp9-obrigado {
    padding: 2.5rem 0 4rem;
}

.lp9-obrigado__icon {
    font-size: 3rem;
    color: var(--lp9-turquoise);
    margin-bottom: 1rem;
}

.lp9-obrigado h1 {
    color: var(--lp9-purple);
    font-weight: 800;
    margin-bottom: 1rem;
}

.lp9-obrigado__intro {
    max-width: 720px;
    margin: 0 auto 2rem;
}

.lp9-obrigado__intro p {
    color: var(--lp9-muted);
    font-size: 1.0625rem;
    line-height: 1.6;
}

.lp9-obrigado__agenda {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 16px 40px rgba(84, 72, 194, 0.1);
    max-width: 920px;
    margin: 0 auto;
}

.lp9-obrigado__agenda-title {
    text-align: center;
    color: var(--lp9-purple);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.lp9-obrigado__iframe-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(84, 72, 194, 0.1);
    margin-bottom: 1.25rem;
    min-height: 600px;
}

.lp9-obrigado__iframe-wrap iframe {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
}

.lp9-obrigado__agenda-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
}

.lp9-obrigado__whatsapp-alt {
    margin-top: 1.5rem;
    color: var(--lp9-muted);
    font-size: 0.9375rem;
}

.lp9-obrigado__whatsapp-alt a {
    color: var(--lp9-purple);
    font-weight: 600;
}

@media (min-width: 576px) {
    .lp9-obrigado__agenda-actions {
        flex-direction: row;
        justify-content: center;
    }
}

.page-lp9--obrigado {
    padding-bottom: 0;
}

/* Rodapé exclusivo da LP Prefiro Partner */
.lp9-footer {
    background: var(--lp9-purple, #5448c2);
    color: #fff;
    padding: 2.5rem 0 1.75rem;
}

.lp9-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lp9-footer__logo img {
    display: block;
    width: 143px;
    height: auto;
}

.lp9-footer__social {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.lp9-footer__social a {
    display: inline-flex;
    line-height: 0;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp9-footer__social a:hover,
.lp9-footer__social a:focus-visible {
    opacity: 1;
    transform: translateY(-1px);
}

.lp9-footer__copy {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    opacity: 0.92;
}

@media (max-width: 575.98px) {
    .lp9-footer {
        padding: 2rem 0 1.5rem;
        text-align: center;
    }

    .lp9-footer__top {
        justify-content: center;
        flex-direction: column;
    }

    .lp9-footer__copy {
        align-items: center;
    }
}

/* Toastr mais opaco na LP9 — cobre o botão do header sem transparência */
#toast-container > div.toast-error {
    background-color: #c62828 !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
    box-shadow: 0 8px 24px rgba(34, 30, 72, 0.35) !important;
    font-weight: 600;
}

#toast-container > div.toast-error:hover {
    opacity: 1 !important;
}

@media (max-width: 500px) {
    .lp9-hero__mockup {
        max-width: calc(100% - 25px);
    }
}