.landing-inventario {
    --li-wine: #4f151e;
    --li-wine-dark: #3d1118;
    --li-wine-deep: #2d0c11;
    --li-gold: #b5904a;
    --li-gold-light: #d4ac5d;
    --li-soft: #fcfaf8;
    --li-muted: #f7f5f2;
    --li-text: #4b5563;
    background: var(--li-wine);
    color: var(--li-gold);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.landing-inventario *,
.landing-inventario *::before,
.landing-inventario *::after {
    box-sizing: border-box;
}

.landing-inventario h1,
.landing-inventario h2,
.landing-inventario h3,
.landing-inventario h4 {
    font-family: "Cinzel", Georgia, serif;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.landing-inventario p,
.landing-inventario ul,
.landing-inventario figure,
.landing-inventario blockquote {
    margin: 0;
}

.landing-inventario a {
    text-decoration: none;
}

.landing-inventario img,
.landing-inventario svg {
    display: block;
}

.li-container {
    width: min(100% - 32px, 1120px);
    margin-inline: auto;
}

.li-container-narrow {
    width: min(100% - 32px, 980px);
}

.li-container-step,
.li-container-faq {
    width: min(100% - 32px, 860px);
}

.li-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    stroke-width: 2;
}

.li-icon-lg {
    width: 24px;
    height: 24px;
}

.li-icon-xl {
    width: 28px;
    height: 28px;
}

.li-topbar {
    background: var(--li-wine-dark);
    border-bottom: 1px solid rgb(181 144 74 / 20%);
    color: var(--li-gold);
    padding: 8px 16px;
    text-align: center;
}

.li-topbar p {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    font-size: 12px;
}

.li-hero {
    border-bottom: 1px solid rgb(181 144 74 / 10%);
    min-height: 720px;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.li-hero-bg {
    background-image: linear-gradient(rgb(79 21 30 / 88%), rgb(79 21 30 / 88%)), url("https://camargojuridico.com.br/wp-content/uploads/2026/02/Image_fx-21.webp");
    background-position: center;
    background-size: cover;
    inset: 0;
    position: absolute;
}

.li-hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    z-index: 1;
}

.li-logo {
    height: 80px;
    margin-bottom: 48px;
    object-fit: contain;
    width: auto;
}

.li-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 10vw, 4.5rem);
    font-weight: 700;
    margin-bottom: 28px;
    max-width: 980px;
}

.li-hero h1 span,
.li-cta h2 span {
    color: var(--li-gold);
    display: block;
}

.li-hero-copy {
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1.05rem, 3vw, 1.5rem);
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 40px;
    max-width: 860px;
}

.li-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.li-actions-grid {
    max-width: 760px;
}

.li-actions-wrap {
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.li-btn {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.05em;
    min-height: 48px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    width: 100%;
}

.li-btn:hover,
.li-btn:focus-visible {
    transform: translateY(-2px);
}

.li-btn-primary {
    background: var(--li-gold);
    box-shadow: 0 10px 16px rgb(0 0 0 / 20%);
    color: var(--li-wine) !important;
}

.li-btn-primary:hover,
.li-btn-primary:focus-visible {
    background: var(--li-gold-light);
}

.li-btn-hero-outline,
.li-btn-outline-gold {
    background: transparent;
    border: 2px solid rgb(255 255 255 / 30%);
    color: #fff !important;
}

.li-btn-hero-outline:hover,
.li-btn-hero-outline:focus-visible {
    background: #fff;
    color: var(--li-wine) !important;
}

.li-btn-outline-gold {
    border-color: rgb(181 144 74 / 35%);
    color: var(--li-gold) !important;
}

.li-btn-outline-gold:hover,
.li-btn-outline-gold:focus-visible {
    background: var(--li-gold);
    color: var(--li-wine) !important;
}

.li-btn-outline-dark {
    background: transparent;
    border: 2px solid rgb(79 21 30 / 20%);
    color: var(--li-wine) !important;
}

.li-btn-outline-dark:hover,
.li-btn-outline-dark:focus-visible {
    background: var(--li-wine);
    color: #fff !important;
}

.li-btn-whatsapp {
    background: #25d366;
    box-shadow: 0 14px 24px rgb(0 0 0 / 18%);
    color: #fff !important;
    text-transform: none;
}

.li-btn-whatsapp:hover,
.li-btn-whatsapp:focus-visible {
    background: #20ba5a;
    transform: scale(1.02);
}

.li-btn-sm {
    font-size: 0.8rem;
}

.li-btn-large {
    font-size: 1.1rem;
    min-height: 64px;
}

.li-badges {
    color: var(--li-gold);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 24px;
    justify-content: center;
    margin-top: 56px;
}

.li-badges span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.li-section {
    padding: 72px 0;
}

.li-section-white {
    background: #fff;
}

.li-section-muted {
    background: var(--li-muted);
}

.li-section-soft {
    background: var(--li-soft);
    border-top: 1px solid #f3f4f6;
}

.li-section-dark {
    background: var(--li-wine-dark);
}

.li-section-heading {
    margin-bottom: 48px;
    text-align: center;
}

.li-section-heading h2,
.li-centered-title,
.li-faq-section h2 {
    color: var(--li-wine);
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
}

.li-section-heading span {
    background: var(--li-gold);
    display: block;
    height: 4px;
    margin: 18px auto 0;
    width: 80px;
}

.li-two-col,
.li-card-grid,
.li-authority,
.li-testimonials {
    display: grid;
    gap: 28px;
}

.li-panel {
    background: var(--li-soft);
    border-radius: 12px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 7%);
    color: var(--li-text);
    padding: 28px;
}

.li-panel-accent {
    border-top: 4px solid var(--li-gold);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.li-panel h3,
.li-card h3 {
    align-items: center;
    color: var(--li-wine);
    display: flex;
    font-size: 1.45rem;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 20px;
}

.li-panel p {
    margin-bottom: 26px;
}

.li-risk-list {
    display: grid;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.li-risk-list li {
    color: #4b5563;
    font-size: 0.92rem;
    padding-left: 28px;
    position: relative;
}

.li-risk-list li::before {
    color: #dc2626;
    content: "x";
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
}

.li-stack-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.li-centered-title {
    margin-bottom: 48px;
    text-align: center;
}

.li-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
    color: var(--li-text);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    text-align: left;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.li-card:hover {
    box-shadow: 0 18px 28px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
}

.li-feature-icon {
    height: 48px;
    margin: 0 auto 24px;
    stroke-width: 2;
    width: 48px;
}

.li-gold {
    color: var(--li-gold);
}

.li-wine {
    color: var(--li-wine);
}

.li-card h3 {
    display: block;
}

.li-card-lead {
    color: #6b7280;
    font-size: 1.08rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.li-card-body {
    flex: 1;
    margin-bottom: 28px;
}

.li-card-body ul {
    color: #4b5563;
    margin: 0 0 16px;
    padding-left: 18px;
}

.li-label {
    color: #9ca3af;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 18px 0 8px;
    text-transform: uppercase;
}

.li-container-step {
    text-align: center;
}

.li-container-step > h2 {
    color: #fff;
    font-size: clamp(2rem, 7vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.li-steps {
    display: grid;
    gap: 18px;
}

.li-steps article {
    align-items: flex-start;
    background: var(--li-wine);
    border: 1px solid rgb(181 144 74 / 12%);
    border-radius: 16px;
    display: flex;
    gap: 22px;
    padding: 26px;
    text-align: left;
    transition: border-color 0.25s ease;
}

.li-steps article:hover {
    border-color: rgb(181 144 74 / 45%);
}

.li-steps span {
    color: rgb(181 144 74 / 32%);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.li-steps h3 {
    color: var(--li-gold);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.li-steps p {
    color: rgb(255 255 255 / 72%);
    font-size: 0.92rem;
}

.li-authority {
    align-items: center;
}

.li-authority figure {
    border-radius: 24px;
    box-shadow: 0 24px 44px rgb(0 0 0 / 22%);
    height: 420px;
    overflow: hidden;
    position: relative;
}

.li-authority figure::after {
    background: linear-gradient(to top, rgb(79 21 30 / 84%), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.li-authority img {
    filter: grayscale(1) brightness(0.75);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.li-authority figcaption {
    bottom: 24px;
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.1rem;
    left: 24px;
    line-height: 1.55;
    position: absolute;
    right: 24px;
    z-index: 1;
}

.li-authority-copy {
    color: var(--li-text);
    text-align: left;
}

.li-authority-copy h2,
.li-testimonials-head h2,
.li-cta h2 {
    color: var(--li-wine);
    font-size: clamp(2rem, 7vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.li-authority-copy h2 span {
    display: block;
}

.li-authority-copy > p {
    font-size: 1.05rem;
    margin-bottom: 28px;
    text-align: justify;
}

.li-authority-copy blockquote {
    background: var(--li-soft);
    border-left: 4px solid var(--li-gold);
    border-radius: 14px;
    color: var(--li-wine);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 32px;
    padding: 22px;
}

.li-testimonials-head {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 44px;
}

.li-testimonials-head h2 {
    letter-spacing: 0;
}

.li-rating {
    align-items: center;
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.li-rating span,
.li-stars span {
    color: #eab308;
    letter-spacing: 1px;
}

.li-google-link {
    align-items: center;
    color: var(--li-wine);
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
}

.li-google-link:hover {
    text-decoration: underline;
}

.li-google-link img {
    height: 20px;
    width: auto;
}

.li-testimonials article {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 22px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
    color: var(--li-text);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    text-align: left;
}

.li-stars {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.li-stars small {
    color: #9ca3af;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.li-testimonials article > p {
    font-size: 0.92rem;
    font-style: italic;
    margin-bottom: 28px;
}

.li-testimonials footer {
    align-items: center;
    border-top: 1px solid #f9fafb;
    display: flex;
    gap: 14px;
    padding-top: 22px;
}

.li-testimonials footer > span {
    align-items: center;
    background: rgb(79 21 30 / 10%);
    border-radius: 50%;
    color: var(--li-wine);
    display: inline-flex;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.li-testimonials strong {
    color: var(--li-wine);
    display: block;
    font-size: 0.9rem;
}

.li-testimonials small {
    color: #9ca3af;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.li-faq-section {
    border-top: 1px solid #f3f4f6;
}

.li-faq-section h2 {
    margin-bottom: 44px;
    text-align: center;
}

.li-faq-list {
    display: grid;
    gap: 16px;
    min-height: 100px;
}

.li-faq-item {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
    overflow: hidden;
}

.li-faq-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--li-wine);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 700;
    justify-content: space-between;
    padding: 22px;
    text-align: left;
    width: 100%;
}

.li-faq-chevron {
    color: var(--li-gold);
    height: 24px;
    transition: transform 0.25s ease;
    width: 24px;
}

.li-faq-content {
    background: #f9fafb;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.65;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.li-faq-content > div {
    padding: 0 22px 22px;
}

.li-faq-item.is-active .li-faq-content {
    max-height: 600px;
    padding-top: 18px;
}

.li-faq-item.is-active .li-faq-chevron {
    transform: rotate(180deg);
}

.li-cta {
    background: var(--li-wine);
    text-align: center;
}

.li-cta h2 {
    color: #fff;
}

.li-cta p {
    color: rgb(255 255 255 / 72%);
    font-size: clamp(1rem, 3vw, 1.25rem);
    margin: 0 auto 44px;
    max-width: 680px;
}

.li-contact-row {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 44px;
}

.li-contact-row > div {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.li-contact-icon {
    align-items: center;
    background: rgb(181 144 74 / 10%);
    border-radius: 50%;
    color: var(--li-gold);
    display: inline-flex;
    font-size: 1.5rem;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.li-contact-row small {
    color: rgb(181 144 74 / 68%);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.li-contact-row strong {
    color: #fff;
    display: block;
    font-size: clamp(1rem, 4vw, 1.5rem);
    overflow-wrap: anywhere;
}

.li-footer {
    background: var(--li-wine-deep);
    border-top: 1px solid rgb(181 144 74 / 20%);
    padding: 56px 0;
}

.li-footer-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    text-align: center;
}

.li-footer img {
    height: 80px;
    margin: 0 auto 16px;
    opacity: 0.82;
    width: auto;
}

.li-footer p {
    color: rgb(255 255 255 / 62%);
    font-size: 0.86rem;
}

.li-footer-inner > div:last-child p {
    color: rgb(255 255 255 / 42%);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.li-footer nav {
    display: flex;
    gap: 16px;
}

.li-footer nav a {
    align-items: center;
    border: 1px solid rgb(181 144 74 / 30%);
    border-radius: 50%;
    color: var(--li-gold);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
    width: 48px;
}

.li-footer nav a:hover,
.li-footer nav a:focus-visible {
    background: var(--li-gold);
    color: var(--li-wine);
    transform: translateY(-2px);
}

.li-floating-whatsapp {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 16px 34px rgb(0 0 0 / 24%);
    color: #fff;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    position: fixed;
    right: 24px;
    transition: transform 0.25s ease;
    width: 60px;
    z-index: 50;
}

.li-floating-whatsapp:hover,
.li-floating-whatsapp:focus-visible {
    transform: scale(1.08);
}

.li-floating-whatsapp svg {
    height: 32px;
    stroke-width: 2;
    width: 32px;
}

@media (min-width: 768px) {
    .li-topbar p {
        font-size: 0.9rem;
    }

    .li-hero {
        padding: 120px 0;
    }

    .li-logo {
        height: 144px;
    }

    .li-actions {
        flex-direction: row;
        justify-content: center;
    }

    .li-actions-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .li-btn {
        font-size: 1rem;
        width: auto;
    }

    .li-actions-grid .li-btn,
    .li-card .li-btn,
    .li-stack-actions .li-btn,
    .li-btn-large {
        width: 100%;
    }

    .li-section {
        padding: 96px 0;
    }

    .li-two-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .li-panel,
    .li-card {
        padding: 40px;
    }

    .li-card-grid,
    .li-testimonials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .li-authority {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 72px;
    }

    .li-authority figure {
        height: 500px;
    }

    .li-authority figcaption {
        bottom: 32px;
        font-size: 1.2rem;
        left: 32px;
        right: 32px;
    }

    .li-testimonials-head {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }

    .li-contact-row {
        flex-direction: row;
        justify-content: center;
        gap: 48px;
    }

    .li-footer-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .li-footer img {
        margin-inline: 0;
    }

    .li-footer-inner > div:first-child {
        align-items: flex-start;
    }

    .li-footer-inner > div:last-child {
        text-align: right;
    }

    .li-btn-large {
        font-size: 1.25rem;
        min-height: 80px;
    }
}

@media (max-width: 480px) {
    .li-steps article {
        gap: 16px;
        padding: 22px;
    }

    .li-steps span {
        font-size: 2rem;
    }

    .li-floating-whatsapp {
        bottom: 18px;
        height: 54px;
        right: 18px;
        width: 54px;
    }
}
