/* Para Empresa — Figma 173:6755, 173:6769, 173:6919, 173:7156, 173:7217, 173:7243 */

.lig-emp-page {
    overflow-x: hidden;
}

/* ========== 173:6755 — Hero ========== */
#solucoes-empresariais {
    scroll-margin-top: 88px;
}

.lig-emp-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 96px 24px 80px;
    background: linear-gradient(180deg, #007acc 0%, #005a99 100%);
    box-sizing: border-box;
}

.lig-emp-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lig-emp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 0 0 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.lig-emp-hero__badge img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.lig-emp-hero__title {
    margin: 0 0 24px;
    max-width: 900px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.lig-emp-hero__lead {
    margin: 0 0 32px;
    max-width: 627px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    color: rgba(255, 255, 255, 0.95);
}

.lig-emp-hero__cta {
    margin-top: 8px;
}

.lig-emp-btn--proposta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 40px;
    border-radius: 8px;
    background: #e4002b;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.lig-emp-btn--proposta:hover,
.lig-emp-btn--proposta:focus {
    background: #c90026;
    color: #fff;
    text-decoration: none;
}

.lig-emp-btn--proposta:focus {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* ========== 173:6769 — Para quem ========== */
.lig-emp-para-quem {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 96px 24px 80px;
    background: #fff;
    box-sizing: border-box;
}

.lig-emp-para-quem__inner {
    max-width: 1152px;
    margin: 0 auto;
}

.lig-emp-para-quem__head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
}

.lig-emp-para-quem__title {
    margin: 0 0 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.5;
    color: #0a0a0a;
}

.lig-emp-para-quem__lead {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4a5565;
}

.lig-emp-para-quem__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: stretch;
}

.lig-emp-para-card {
    display: flex;
    flex-direction: column;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.lig-emp-para-card__media {
    position: relative;
    height: 240px;
    background-color: #dbeafe;
    overflow: hidden;
}

.lig-emp-para-card__media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lig-emp-para-card__icon-wrap {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #007acc;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lig-emp-para-card__icon {
    display: block;
}

.lig-emp-para-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.lig-emp-para-card__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lig-emp-para-card__title {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    color: #0a0a0a;
}

.lig-emp-para-card__desc {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    line-height: 24.375px;
    color: #364153;
}

.lig-emp-para-card__box--muted {
    background: #f9fafb;
    border-radius: 10px;
    padding: 20px;
}

.lig-emp-para-card__box-label {
    margin: 0 0 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #101828;
}

.lig-emp-para-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lig-emp-para-card__list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 8px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #364153;
}

.lig-emp-para-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e4002b;
}

.lig-emp-para-card__list li:last-child {
    margin-bottom: 0;
}

.lig-emp-para-card__box--solution {
    border-left: 4px solid #007acc;
    border-radius: 10px;
    padding: 20px 20px 20px 24px;
    background: linear-gradient(90deg, #eff6ff 0%, #f0fdf4 100%);
}

.lig-emp-para-card__sol-label {
    margin: 0 0 8px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #007acc;
}

.lig-emp-para-card__sol-text {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #1e2939;
}

/* ========== 173:6919 — Soluções disponíveis ========== */
#planos {
    scroll-margin-top: 88px;
}

.lig-emp-sol {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 77px 24px 96px;
    background: #f9fafb;
    box-sizing: border-box;
}

.lig-emp-sol__inner {
    max-width: 1152px;
    margin: 0 auto;
}

.lig-emp-sol__head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
}

.lig-emp-sol__title {
    margin: 0 0 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.5;
    color: #0a0a0a;
}

.lig-emp-sol__lead {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4a5565;
}

.lig-emp-sol__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

.lig-emp-sol-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 34px;
}

.lig-emp-sol-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(180deg, #007acc 0%, #005a99 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lig-emp-sol-card__title {
    margin: 0 0 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    color: #0a0a0a;
}

.lig-emp-sol-card__desc {
    margin: 0 0 24px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    line-height: 24.375px;
    color: #364153;
}

.lig-emp-sol-card__chars {
    flex: 1;
    margin-bottom: 24px;
}

.lig-emp-sol-card__chars-label {
    margin: 0 0 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4a5565;
}

.lig-emp-sol-card__checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lig-emp-sol-card__checklist li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #364153;
}

.lig-emp-sol-card__checklist li:last-child {
    margin-bottom: 0;
}

.lig-emp-sol-card__check {
    flex-shrink: 0;
    color: #00a63e;
    font-size: 16px;
    line-height: 24px;
}

.lig-emp-sol-card__footer {
    border-top: 1px solid #e5e7eb;
    padding-top: 25px;
}

.lig-emp-sol-card__ideal {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #4a5565;
}

.lig-emp-sol-card__ideal strong {
    color: #007acc;
    font-weight: 700;
}

/* ========== 173:7156 — Plataforma ========== */
#relatorios-rastreio,
#relatorios {
    scroll-margin-top: 88px;
}

.lig-emp-anchor-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.lig-emp-plat {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 96px 24px 64px;
    background: #fff;
    box-sizing: border-box;
}

.lig-emp-plat__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.lig-emp-plat__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 64px;
}

.lig-emp-plat__pill {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #dbeafe;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #193cb8;
}

.lig-emp-plat__title {
    margin: 0 0 24px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 3.5vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #0a0a0a;
    max-width: 448px;
}

.lig-emp-plat__text {
    margin: 0 0 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #364153;
}

.lig-emp-plat__text:last-of-type {
    margin-bottom: 0;
}

.lig-emp-plat__shot-frame {
    border: 2px solid #bedbff;
    border-radius: 16px;
    padding: 2px;
    overflow: hidden;
    background: #fff;
}

.lig-emp-plat__shot-img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

.lig-emp-plat__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lig-emp-plat-card {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 24px 56px;
    text-align: center;
    background: linear-gradient(133.452deg, #f9fafb 0%, #eff6ff 100%);
    min-height: 285px;
    box-sizing: border-box;
}

.lig-emp-plat-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: #007acc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lig-emp-plat-card__icon img {
    display: block;
}

.lig-emp-plat-card__title {
    margin: 0 0 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #0a0a0a;
}

.lig-emp-plat-card__text {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #4a5565;
}

.lig-emp-plat-card__tag {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 122, 204, 0.1);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #007acc;
    white-space: nowrap;
}

/* ========== 173:7217 — Por que LIG ========== */
.lig-emp-porque {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 96px 24px 80px;
    background: linear-gradient(166.979deg, #f9fafb 0%, #eff6ff 100%);
    box-sizing: border-box;
}

.lig-emp-porque__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.lig-emp-porque__title {
    margin: 0 0 64px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 54px;
    color: #0a0a0a;
}

.lig-emp-porque__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.lig-emp-porque-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 32px 32px 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.lig-emp-porque-card__num {
    margin: 0 0 8px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 66px;
    color: #007acc;
}

.lig-emp-porque-card__label {
    margin: 0 0 8px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
}

.lig-emp-porque-card__sub {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #4a5565;
}

/* ========== 173:7243 — CTA final ========== */
.lig-emp-cta-final {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 96px 24px 96px;
    background: linear-gradient(180deg, #007acc 0%, #005a99 100%);
    box-sizing: border-box;
}

.lig-emp-cta-final__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.lig-emp-cta-final__icon {
    display: block;
    margin: 0 auto 24px;
}

.lig-emp-cta-final__title {
    margin: 0 0 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 45px;
    color: #fff;
}

.lig-emp-cta-final__lead {
    margin: 0 0 32px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.95);
}

.lig-emp-cta-final__actions {
    display: flex;
    justify-content: center;
}

/* ========== Responsivo ========== */
@media (max-width: 1100px) {
    .lig-emp-sol__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lig-emp-plat__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .lig-emp-para-quem__grid {
        grid-template-columns: 1fr;
    }

    .lig-emp-plat__row {
        grid-template-columns: 1fr;
    }

    .lig-emp-porque__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .lig-emp-sol__grid {
        grid-template-columns: 1fr;
    }

    .lig-emp-plat__features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .lig-emp-hero {
        padding: 72px 20px 64px;
    }

    .lig-emp-hero__badge {
        font-size: 13px;
    }

    .lig-emp-btn--proposta {
        width: 100%;
        max-width: 320px;
    }

    .lig-emp-para-quem,
    .lig-emp-sol,
    .lig-emp-plat,
    .lig-emp-porque,
    .lig-emp-cta-final {
        padding-left: 20px;
        padding-right: 20px;
    }
}
