/* =========================================================================
   PARA-EMPRESAS — Landing B2B do Link Delícia
   Tema dark berinjela + rosa neon + dourado (design-system 2026)
   Depende de: public/css/design-system.css (já global via layouts/app.blade.php)
   ========================================================================= */


/* -------------------------------------------------------------------------
   SCROLL OFFSET GLOBAL (âncoras não ficam coladas na navbar)
   ------------------------------------------------------------------------- */
.ld-theme :target,
.ld-theme [id="planos"],
.ld-theme [id="como-funciona"],
.ld-theme [id="contato"],
.ld-theme [id="beneficios"] {
    scroll-margin-top: 100px;
}


/* =========================================================================
   1. HERO — .ld-hero--empresas
   ========================================================================= */
.ld-hero--empresas {
    position: relative;
    min-height: 78vh;
    padding: clamp(4rem, 10vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
    background:
        radial-gradient(ellipse at 85% 15%, rgba(255, 45, 143, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 10% 90%, rgba(217, 168, 98, 0.12) 0%, transparent 50%),
        var(--ld-bg);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ld-hero--empresas::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 45, 143, 0.35) 0%, transparent 65%);
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}

.ld-hero--empresas .container-xl {
    position: relative;
    z-index: 1;
}

.ld-hero--empresas .ld-hero__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.ld-hero--empresas .ld-hero__eyebrow {
    display: inline-block;
    font-family: var(--ld-font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ld-gold);
    margin-bottom: 1.25rem;
}

.ld-hero--empresas .ld-hero__headline {
    font-family: var(--ld-font-display);
    font-weight: 900;
    font-size: clamp(2.5rem, 6.5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    color: var(--ld-text);
    margin: 0 0 1.25rem;
}

.ld-hero--empresas .ld-hero__headline em {
    font-style: italic;
    color: var(--ld-pink);
    font-weight: 700;
}

.ld-hero--empresas .ld-hero__sub {
    font-family: var(--ld-font-body);
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    line-height: 1.55;
    color: var(--ld-text-muted);
    max-width: 640px;
    margin: 0 auto 2rem;
}

.ld-hero__actions {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.ld-hero__actions .btn {
    padding: 0.9rem 1.75rem;
    font-size: 0.98rem;
}

.ld-hero__actions .btn svg {
    margin-left: 0.4rem;
}

.ld-hero__trust {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.6rem 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-family: var(--ld-font-body);
    font-size: 0.82rem;
    color: var(--ld-text-muted);
}

.ld-hero__trust-avatars {
    display: inline-flex;
}

.ld-hero__trust-avatars span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ld-pink) 0%, var(--ld-pink-soft) 100%);
    border: 2px solid var(--ld-bg);
    margin-left: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 0.72rem;
    color: #fff;
}

.ld-hero__trust-avatars span:first-child {
    margin-left: 0;
}

.ld-hero__trust-avatars span:nth-child(2) {
    background: linear-gradient(135deg, var(--ld-gold) 0%, var(--ld-gold-soft) 100%);
    color: var(--ld-bg);
}

.ld-hero__trust-avatars span:nth-child(3) {
    background: linear-gradient(135deg, #ff7ab8 0%, var(--ld-pink) 100%);
}

.ld-hero__trust-avatars span:nth-child(4) {
    background: linear-gradient(135deg, #f0cf8a 0%, #d9a862 100%);
    color: var(--ld-bg);
}

.ld-hero__trust strong {
    color: var(--ld-text);
    font-weight: 600;
}

@media (max-width: 640px) {
    .ld-hero--empresas {
        min-height: auto;
        padding: 3rem 0 2.5rem;
    }

    .ld-hero__actions {
        flex-direction: column;
        gap: 0.6rem;
    }

    .ld-hero__actions .btn {
        width: 100%;
    }

    .ld-hero__trust {
        font-size: 0.75rem;
        padding: 0.5rem 0.85rem;
    }
}


/* =========================================================================
   2. TRUST STRIP — faixa horizontal de social proof logo abaixo do hero
   ========================================================================= */
.ld-trust-strip {
    background: var(--ld-bg-elev);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
}

.ld-trust-strip__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    font-family: var(--ld-font-body);
    font-size: 0.88rem;
    color: var(--ld-text-muted);
}

.ld-trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.ld-trust-strip__item svg {
    color: var(--ld-gold);
    flex-shrink: 0;
}

.ld-trust-strip__item strong {
    color: var(--ld-text);
    font-weight: 600;
}

@media (max-width: 768px) {
    .ld-trust-strip__inner {
        gap: 1rem 1.5rem;
        font-size: 0.8rem;
    }
}


/* =========================================================================
   2.5 STATS — mesmo padrão da home (trazido pra cá porque homepage.css
        não é carregado nesta landing)
   ========================================================================= */
.ld-stats {
    background: transparent;
    padding: 2.5rem 0 3rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ld-stats__inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.ld-stat__value {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.ld-stat:nth-child(1) .ld-stat__value { color: var(--ld-pink); }
.ld-stat:nth-child(2) .ld-stat__value { color: var(--ld-gold); }
.ld-stat:nth-child(3) .ld-stat__value { color: var(--ld-pink); }

.ld-stat__label {
    font-family: var(--ld-font-body);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ld-text-muted);
    font-weight: 500;
}

@media (max-width: 600px) {
    .ld-stats__inner { gap: 1rem; }
}


/* =========================================================================
   3. PROBLEM GRID — 3 cards de dor
   ========================================================================= */
.ld-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.ld-problem-card {
    background: var(--ld-bg-elev);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ld-radius);
    padding: 2rem 1.75rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ld-problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 45, 143, 0.25);
}

.ld-problem-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(217, 168, 98, 0.12);
    border: 1px solid rgba(217, 168, 98, 0.2);
    color: var(--ld-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.ld-problem-card__title {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ld-text);
    margin: 0 0 0.6rem;
    line-height: 1.25;
}

.ld-problem-card__desc {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 900px) {
    .ld-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ld-problem-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================================
   4. FEATURE GRID — 6 benefícios em 3×2
   ========================================================================= */
.ld-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.ld-feature-card {
    background: var(--ld-bg-elev);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ld-radius);
    padding: 2rem 1.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ld-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 45, 143, 0.22);
    box-shadow: 0 18px 40px -20px rgba(255, 45, 143, 0.35);
}

.ld-feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.ld-feature-card__icon--pink {
    background: rgba(255, 45, 143, 0.12);
    border: 1px solid rgba(255, 45, 143, 0.22);
    color: var(--ld-pink-soft);
}

.ld-feature-card__icon--gold {
    background: rgba(217, 168, 98, 0.12);
    border: 1px solid rgba(217, 168, 98, 0.22);
    color: var(--ld-gold);
}

.ld-feature-card__title {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--ld-text);
    margin: 0 0 0.6rem;
    line-height: 1.22;
}

.ld-feature-card__desc {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .ld-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ld-feature-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================================
   5. DEMO SPLIT — texto esquerda + mockup direita (placeholder)
   ========================================================================= */
.ld-demo-split {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2.5rem;
}

.ld-demo-split__text h2 {
    font-family: var(--ld-font-display);
    font-weight: 900;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    line-height: 1.05;
    color: var(--ld-text);
    margin: 0 0 1rem;
}

.ld-demo-split__text h2 em {
    font-style: italic;
    color: var(--ld-pink);
    font-weight: 700;
}

.ld-demo-split__text > p {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.ld-demo-split__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ld-demo-split__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-family: var(--ld-font-body);
    color: var(--ld-text);
    font-size: 0.98rem;
    line-height: 1.45;
}

.ld-demo-split__bullets li::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(217, 168, 98, 0.15);
    border: 1px solid rgba(217, 168, 98, 0.3);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d9a862' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

/* Mockup do painel — <img> real do dashboard */
.ld-demo-split__mockup {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--ld-radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 30px 60px -20px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(255, 45, 143, 0.08);
    background: var(--ld-bg-elev-2);
}

@media (max-width: 900px) {
    .ld-demo-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ld-demo-split__mockup {
        order: -1;
    }
}


/* =========================================================================
   6. STEPS — Como funciona (3 passos com linha conectora)
   ========================================================================= */
.ld-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    position: relative;
    margin-top: 2.5rem;
}

/* Linha tracejada horizontal conectando os steps (desktop) */
.ld-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(16.666% + 28px);
    right: calc(16.666% + 28px);
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 45, 143, 0.35) 50%, transparent 50%);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    z-index: 0;
}

.ld-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ld-step__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ld-pink) 0%, var(--ld-pink-soft) 100%);
    color: #ffffff !important;
    font-family: var(--ld-font-display);
    font-weight: 900;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 24px -8px rgba(255, 45, 143, 0.55);
    border: 3px solid var(--ld-bg);
}

.ld-step__title {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ld-text);
    margin: 0 0 0.5rem;
}

.ld-step__desc {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .ld-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ld-steps::before {
        display: none;
    }

    .ld-step {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 1rem;
        text-align: left;
        align-items: start;
    }

    .ld-step__num {
        margin-bottom: 0;
    }

    .ld-step__desc {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}


/* =========================================================================
   7. PRICING — 2 cards centrados, Premium em destaque
   ========================================================================= */
.ld-pricing {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.ld-pricing-card {
    flex: 1 1 340px;
    max-width: 400px;
    background: var(--ld-bg-elev);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ld-radius);
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ld-pricing-card:hover {
    transform: translateY(-4px);
}

.ld-pricing-card--featured {
    border: 2px solid var(--ld-gold);
    background: linear-gradient(180deg, var(--ld-bg-elev) 0%, var(--ld-bg-elev-2) 100%);
    transform: scale(1.03);
    box-shadow: 0 24px 60px -24px rgba(217, 168, 98, 0.35);
}

.ld-pricing-card--featured:hover {
    transform: scale(1.03) translateY(-4px);
}

.ld-pricing-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ld-gold);
    color: var(--ld-bg);
    font-family: var(--ld-font-body);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px -6px rgba(217, 168, 98, 0.5);
}

.ld-pricing-card__name {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--ld-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.75rem;
}

.ld-pricing-card__tagline {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    min-height: 3.2em;
}

.ld-pricing-card__price {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
}

.ld-pricing-card__price-value {
    font-family: var(--ld-font-display);
    font-weight: 900;
    font-style: italic;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--ld-pink);
}

.ld-pricing-card__price-cents {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--ld-pink);
}

.ld-pricing-card__price-period {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.9rem;
}

.ld-pricing-card__price-note {
    font-family: var(--ld-font-body);
    font-size: 0.8rem;
    color: var(--ld-text-dim);
    margin: 0 0 1.5rem;
}

.ld-pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex-grow: 1;
}

.ld-pricing-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.55rem 0;
    font-family: var(--ld-font-body);
    font-size: 0.94rem;
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ld-pricing-card__features li:last-child {
    border-bottom: none;
}

.ld-pricing-card__features li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.ld-pricing-card__feat--yes {
    color: var(--ld-text);
}

.ld-pricing-card__feat--yes svg {
    color: var(--ld-gold);
}

.ld-pricing-card__feat--no {
    color: var(--ld-text-dim);
    text-decoration: line-through;
    opacity: 0.6;
}

.ld-pricing-card__feat--no svg {
    color: var(--ld-text-dim);
}

.ld-pricing-card__cta {
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 0.98rem;
}

@media (max-width: 768px) {
    .ld-pricing-card--featured {
        transform: none;
    }

    .ld-pricing-card--featured:hover {
        transform: translateY(-4px);
    }
}


/* =========================================================================
   8. TRUST GRID — 4 cards compactos (garantias)
   ========================================================================= */
.ld-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}

.ld-trust-card {
    background: var(--ld-bg-elev);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ld-radius);
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.ld-trust-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(217, 168, 98, 0.12);
    border: 1px solid rgba(217, 168, 98, 0.22);
    color: var(--ld-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.ld-trust-card__title {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--ld-text);
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.ld-trust-card__desc {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.86rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 900px) {
    .ld-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ld-trust-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================================
   9. CTA FINAL + FORM — split com copy vendedor + form/auth
   ========================================================================= */
.ld-cta--form .ld-cta__inner {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
}

.ld-empresa-form {
    background: var(--ld-bg-elev);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ld-radius);
    padding: 2rem;
}

.ld-empresa-form__title {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--ld-text);
    margin: 0 0 0.4rem;
}

.ld-empresa-form__sub {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.92rem;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.ld-empresa-form label {
    display: block;
    font-family: var(--ld-font-body);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ld-text-muted);
    margin-bottom: 0.45rem;
}

.ld-empresa-form .form-control,
.ld-empresa-form .form-select {
    margin-bottom: 1rem;
}

.ld-empresa-form__note {
    background: rgba(255, 45, 143, 0.06);
    border: 1px solid rgba(255, 45, 143, 0.15);
    border-radius: var(--ld-radius-sm);
    padding: 0.75rem 1rem;
    font-family: var(--ld-font-body);
    font-size: 0.82rem;
    color: var(--ld-text-muted);
    line-height: 1.45;
    margin-bottom: 1.25rem;
}

.ld-empresa-form__note strong {
    color: var(--ld-pink-soft);
}

.ld-empresa-form__auth {
    text-align: center;
    padding: 1rem 0;
}

.ld-empresa-form__auth-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 45, 143, 0.1);
    border: 1px solid rgba(255, 45, 143, 0.2);
    color: var(--ld-pink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.ld-empresa-form__auth h3 {
    font-family: var(--ld-font-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ld-text);
    margin: 0 0 0.5rem;
}

.ld-empresa-form__auth p {
    font-family: var(--ld-font-body);
    color: var(--ld-text-muted);
    font-size: 0.92rem;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.ld-empresa-form__auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.ld-empresa-form__auth-divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 1rem 0;
    color: var(--ld-text-dim);
    font-family: var(--ld-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ld-empresa-form__auth-divider::before,
.ld-empresa-form__auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
    .ld-cta--form .ld-cta__inner {
        grid-template-columns: 1fr;
    }
}
