﻿/* -----------------------------------------------------
   0. HERO
----------------------------------------------------- */
.lp-app-hero {
    background: #003366;
    min-height: 586px;
}

.lp-app-hero__container {
    width: 100%;
    min-height: 586px;
    margin: 0 auto;
    padding: 18px max(24px, calc((100vw - 1040px) / 2)) 0;
    display: grid;
    grid-template-columns: 505px 535px;
    align-items: end;
    gap: 0;
    box-sizing: border-box;
}

.lp-app-hero__content {
    align-self: start;
    padding: 0 0 18px;
    z-index: 2;
}

.lp-app-hero__badge {
    min-height: 33px;
    padding: 8px 19px;
    border-radius: 999px;
    background: #8795a2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.lp-app-hero__title {
    margin: 27px 0 21px;
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: 0;
}

.lp-app-hero__subtitle {
    max-width: 505px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

.lp-app-hero__form {
    width: 505px;
    display: grid;
    grid-template-columns: 248px 248px;
    gap: 10px 8px;
}

.lp-app-hero__input,
.lp-app-hero__textarea {
    width: 100%;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    background: #ffffff;
    color: #1c2f42;
    font: inherit;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
}

.lp-app-hero__input {
    min-height: 35px;
    padding: 7px 13px;
}

.lp-app-hero__textarea {
    min-height: 66px;
    padding: 7px 13px;
    resize: none;
}

.lp-app-hero__actions {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.lp-app-hero__submit {
    min-height: 36px;
    padding: 9px 17px;
    border-radius: 999px;
    background: #ff9900;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.lp-app-hero__media {
    align-self: end;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 586px;
    overflow: visible;
}

.lp-app-hero__image {
    width: 505px;
    max-width: none;
    height: auto;
    margin: 0 15px 0 0;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .lp-app-hero__container {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    }

    .lp-app-hero__form {
        width: min(100%, 505px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-app-hero__image {
        width: min(100%, 505px);
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .lp-app-hero,
    .lp-app-hero__container {
        min-height: auto;
    }

    .lp-app-hero__container {
        grid-template-columns: 1fr;
        padding: 42px 24px 0;
    }

    .lp-app-hero__content {
        width: min(100%, 640px);
        padding: 0 0 28px;
    }

    .lp-app-hero__media {
        min-height: 0;
        justify-content: center;
    }

    .lp-app-hero__image {
        width: min(100%, 440px);
    }
}

@media (max-width: 600px) {
    .lp-app-hero__container {
        padding: 34px 18px 42px;
    }

    .lp-app-hero__title {
        margin-top: 24px;
        font-size: clamp(40px, 13vw, 54px);
        line-height: 1.08;
    }

    .lp-app-hero__subtitle {
        font-size: 18px;
    }

    .lp-app-hero__form {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .lp-app-hero__actions {
        justify-content: stretch;
    }

    .lp-app-hero__submit {
        width: 100%;
        padding-inline: 18px;
        font-size: 13px;
    }

    .lp-app-hero__media {
        display: none;
    }
}

/* =====================================================
   NÃO COMPRE RELÓGIO DE PONTO – LP
   Seções exclusivas desta landing page
===================================================== */

/* ─────────────────────────────────────────────────
    GEOLOCALIZAÇÃO
───────────────────────────────────────────────── */
.lp-ncr-geo {
    padding: 0;
    background: #ffffff;
    overflow: visible;
}

.lp-ncr-geo__grid {
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    min-height: 590px;
}

.lp-ncr-geo__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 136px;
}

.lp-ncr-geo__title {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", Sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #7a7a7a;
    line-height: 1;
    letter-spacing: 0;
}

.lp-ncr-geo__title strong {
    color: #032e59;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
}

.lp-ncr-geo__lead {
    margin-top: 24px;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #7a7a7a;
    line-height: 1.25;
}

.lp-ncr-geo__desc {
    max-width: 735px;
    margin-top: 18px;
    font-size: 21px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1.3;
}

.lp-ncr-geo__badge {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    width: 460px;
    min-height: 78px;
    margin-top: 21px;
    padding: 12px 18px 12px 13px;
    border-radius: 14px;
    background: #e8eef8;
    color: #1f4672;
    line-height: 1.35;
}

.lp-ncr-geo__badge-icon {
    width: 56px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.lp-ncr-geo__badge-text {
    font-size: 20px;
    font-weight: 800;
    color: #24466a;
}

.lp-ncr-geo__visual {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
}

.lp-ncr-geo__img {
    max-width: 300px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(0,46,89,0.14));
}

/* ─────────────────────────────────────────────────
   2. ANTIFRAUDE 
───────────────────────────────────────────────── */
.lp-ncr-antifraude {
    padding: 80px 0;
    background: #f5f7fa;
}

.lp-ncr-antifraude__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.lp-ncr-antifraude__title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #032e59;
    margin-bottom: 32px;
    line-height: 1.15;
}

.lp-ncr-antifraude__feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.lp-ncr-antifraude__feature:last-child {
    margin-bottom: 0;
}

.lp-ncr-antifraude__icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.lp-ncr-antifraude__feature p {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.65;
}

.lp-ncr-antifraude__feature strong {
    color: var(--color-primary);
    font-weight: 700;
}

.lp-ncr-antifraude__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-ncr-antifraude__hexagon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(88%, 380px);
    height: auto;
}

.lp-ncr-antifraude__hexagon--fg {
    z-index: 2;
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
}

.lp-ncr-antifraude__gif {
    position: relative;
    z-index: 1;
    max-width: 260px;
    width: 100%;
    height: auto;
}

/* ─────────────────────────────────────────────────
   3. PALMA DA MÃO
───────────────────────────────────────────────── */
.lp-ncr-gestao {
    padding: 32px 0 80px;
    background: #ffffff;
}

.lp-ncr-gestao__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.lp-ncr-gestao__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-ncr-gestao__title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    color: var(--color-text-light);
    line-height: 1.25;
}

.lp-ncr-gestao__title strong {
    font-weight: 800;
    color: #032e59;
}

.lp-ncr-gestao__desc {
    font-size: 1.05rem;
    color: var(--color-text-light);
    line-height: 1.7;
}

.lp-ncr-gestao__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ff9900;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    width: fit-content;
    transition: background var(--transition), transform var(--transition);
    box-shadow: none;
}

.lp-ncr-gestao__btn:hover {
    background: #e68a00;
    transform: translateY(-2px);
    color: #ffffff;
}

.lp-ncr-gestao__visual {
    display: flex;
    justify-content: center;
}

.lp-ncr-gestao__img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.10));
    border-radius: 12px;
}

/* ─────────────────────────────────────────────────
   4. CONTROLE SEM FRONTEIRAS
───────────────────────────────────────────────── */
.lp-ncr-fronteiras {
    padding: 60px 0;
    background:
        url('../../assets/media/page-nao-compre-relogio/backgroundcontrole-de-ponto.webp') center 15%/cover no-repeat;
    text-align: left;
}

.lp-ncr-fronteiras__content {
    max-width: 500px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: rgba(15, 35, 60, 0.82);
    backdrop-filter: blur(4px);
    border-radius: 26px;
    padding: 40px 36px;
}

.lp-ncr-fronteiras__title {
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.lp-ncr-fronteiras__desc {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    max-width: 100%;
}

.lp-ncr-fronteiras__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 999px;
    background: #ff9900;
    color: #ffffff;
    font-weight: 800;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background var(--transition), transform var(--transition);
    box-shadow: 0 4px 20px rgba(255,153,0,0.4);
}

.lp-ncr-fronteiras__btn:hover {
    background: #e68a00;
    transform: translateY(-2px);
    color: #ffffff;
}

/* ─────────────────────────────────────────────────
   5. EMPRESAS
───────────────────────────────────────────────── */
.lp-clients.lp-ncr-clients {
    padding: 22px 0 54px;
    background: #ffffff;
}

.lp-ncr-clients .lp-clients__title {
    margin-bottom: 22px;
    text-align: center;
    font-family: var(--ff-base);
    font-size: 20px;
    font-weight: 400;
    color: #818a91;
    line-height: 1.4;
}

.lp-ncr-clients .lp-clients__marquee-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.lp-ncr-clients .lp-clients__track {
    gap: 44px;
}

.lp-ncr-clients .lp-clients__logo {
    height: 70px;
    max-width: 180px;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.lp-ncr-clients .lp-clients__logo--xl {
    height: 82px;
    max-width: 220px;
}

/* ─────────────────────────────────────────────────
   RESPONSIVo 
───────────────────────────────────────────────── */
@media (max-width: 900px) {
    .lp-ncr-geo {
        padding: 64px 0;
    }

    .lp-ncr-geo__grid,
    .lp-ncr-antifraude__grid,
    .lp-ncr-gestao__grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        min-height: 0;
    }

    .lp-ncr-geo__content {
        padding-top: 0;
    }

    .lp-ncr-geo__visual {
        order: -1;
        justify-content: center;
        padding-top: 0;
    }

    .lp-ncr-geo__badge {
        margin: 21px auto 0;
    }

    .lp-ncr-geo__desc { max-width: none; }

    .lp-ncr-antifraude__feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lp-ncr-gestao__btn { margin: 0 auto; }
}

@media (max-width: 600px) {
    .lp-ncr-geo,
    .lp-ncr-antifraude,
    .lp-ncr-gestao {
        padding: 56px 0;
    }

    .lp-ncr-fronteiras {
        padding: 72px 0;
    }

    .lp-ncr-geo__img { max-width: 260px; }
    .lp-ncr-antifraude__gif { max-width: 200px; }
}

/* ============================================
   RESPONSIVE HARDENING
============================================ */
@media (max-width: 1180px) {
    .lp-app-hero__container {
        min-width: 0;
    }

    .lp-app-hero__content,
    .lp-app-hero__media {
        min-width: 0;
    }
}

@media (max-width: 900px) {
    .lp-app-hero__container {
        gap: 28px;
    }

    .lp-app-hero__content {
        margin-inline: auto;
        text-align: center;
    }

    .lp-app-hero__badge {
        max-width: 100%;
        white-space: normal;
    }

    .lp-app-hero__subtitle {
        max-width: 640px;
    }

    .lp-ncr-geo__content,
    .lp-ncr-antifraude__content,
    .lp-ncr-gestao__content {
        align-items: center;
    }
}

@media (max-width: 640px) {
    .lp-app-hero__title {
        font-size: clamp(2.2rem, 12vw, 3.3rem);
    }

    .lp-app-hero__subtitle {
        font-size: 1rem;
    }

    .lp-ncr-geo__title {
        font-size: clamp(2rem, 11vw, 2.55rem);
    }

    .lp-ncr-geo__lead {
        font-size: clamp(1.3rem, 7vw, 1.65rem);
    }

    .lp-ncr-geo__desc {
        font-size: 1rem;
        line-height: 1.55;
    }

    .lp-ncr-geo__badge {
        width: 100%;
        flex-direction: column;
        padding: 18px;
        text-align: center;
    }

    .lp-ncr-geo__badge-text {
        font-size: 1.05rem;
    }

    .lp-ncr-fronteiras__content {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .lp-ncr-gestao__btn,
    .lp-ncr-fronteiras__btn {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .lp-app-hero__container {
        padding-inline: 14px;
    }

    .lp-app-hero__title {
        font-size: 2.25rem;
    }

    .lp-ncr-antifraude__feature p,
    .lp-ncr-geo__desc,
    .lp-ncr-gestao__desc,
    .lp-ncr-fronteiras__desc {
        font-size: 0.95rem;
    }
}

/* ============================================
   SUPORTE / CONTATO
============================================ */
#suporte { background: var(--color-bg-alt); }
