/* Landing Page — Licença Exclusiva Tecmetra */
.lp-license {
    color: #002B4E;
    overflow-x: hidden;
}

.lp-license .title-page {
    color: #002B4E;
}

.lp-hero {
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    padding: 56px 0 88px;
    overflow-x: hidden;
}

.lp-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.lp-hero h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
}

.lp-hero .lp-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #F1F6FA;
    margin-bottom: 28px;
    max-width: 540px;
}

.lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
}

.lp-hero-cta .btn-more {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #002B4E;
    padding: 12px 28px;
    background: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.lp-hero-cta .btn-more:hover {
    background: #002B4E;
    color: #fff;
}

.lp-hero-cta .btn-ghost {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 22px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.lp-hero-cta .btn-ghost:hover {
    background: #002B4E;
    border-color: #002B4E;
    color: #fff;
}

.lp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.lp-trust-item {
    color: #fff;
}

.lp-trust-item strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.lp-trust-item span {
    font-size: 0.8rem;
    opacity: 0.9;
}

.lp-hero-visual {
    position: relative;
    min-height: 320px;
}

.lp-hero-visual .lp-img-main {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 43, 78, 0.18);
    padding: 12px;
    width: 100%;
}

.lp-hero-visual .lp-img-main img,
.lp-hero-visual .lp-img-float img,
.lp-license img {
    max-width: 100%;
    height: auto;
}

.lp-hero-visual .lp-img-main img {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e6eaf0;
    display: block;
}

.lp-hero-visual .lp-img-float {
    position: absolute;
    width: 36%;
    max-width: 180px;
    bottom: -28px;
    right: 8px;
    background: #fff;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 12px 28px rgba(0, 43, 78, 0.22);
}

.lp-hero-visual .lp-img-float img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.lp-hero-visual .lp-chip {
    position: absolute;
    left: 12px;
    bottom: 18px;
    background: #002B4E;
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 43, 78, 0.25);
}

#formulario-licenca {
    scroll-margin-top: 24px;
}

.lp-section {
    padding: 96px 0;
}

.lp-section-alt {
    background: #F1F6FA;
}

.lp-kicker {
    color: #814ECD;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lp-lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #6b7280;
    max-width: 720px;
    margin: 28px 0 0;
}

.lp-card {
    background: #fff;
    border: 1px solid #e9eef2;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 43, 78, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(129, 78, 205, 0.12);
}

.lp-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(129, 78, 205, 0.1);
    color: #814ECD;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.lp-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #002B4E;
    margin-bottom: 12px;
}

.lp-card p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #6b7280;
    margin: 0;
}

.lp-diff-card .lp-icon {
    background: linear-gradient(135deg, #814ECD 0%, #1BCAF4 100%);
    color: #fff;
}

.lp-profile {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 12px 36px rgba(0, 43, 78, 0.06);
}

.lp-profile-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.lp-profile-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #eef2f6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #374151;
}

.lp-profile-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lp-profile-list i {
    color: #814ECD;
    margin-top: 4px;
    flex-shrink: 0;
}

.lp-form-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(0, 43, 78, 0.08);
}

.lp-form-wrap .title-page {
    text-align: center;
}

.lp-form-wrap .title-page:before {
    left: 50%;
    transform: translateX(-50%);
}

.lp-kicker.text-center {
    display: block;
}

.lp-form-wrap .form-label {
    font-weight: 700;
    color: #002B4E;
    margin-bottom: 8px;
}

.lp-form-wrap .form-control,
.lp-form-wrap .form-select {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 16px;
    min-height: 50px;
}

.lp-form-wrap .form-control:focus,
.lp-form-wrap .form-select:focus {
    border-color: #814ECD;
    box-shadow: 0 0 0 0.2rem rgba(129, 78, 205, 0.15);
}

.lp-form-wrap .form-control.is-invalid,
.lp-form-wrap .form-select.is-invalid {
    border-color: #dc3545;
}

.lp-form-wrap .invalid-feedback {
    display: none;
    font-size: 0.85rem;
    color: #dc3545;
    margin-top: 6px;
}

.lp-form-wrap .is-invalid + .invalid-feedback {
    display: block;
}

.lp-form-wrap .form-check-input:checked {
    background-color: #814ECD;
    border-color: #814ECD;
}

.lp-availability {
    border-radius: 12px;
    padding: 14px 16px;
    margin-top: 8px;
    display: none;
    font-size: 0.95rem;
}

.lp-availability.show {
    display: block;
}

.lp-availability.ok {
    background: #e8f4fd;
    color: #002B4E;
    border-left: 4px solid #814ECD;
}

.lp-availability.warn {
    background: #fff8e6;
    color: #6b4e00;
    border-left: 4px solid #d1a700;
}

.btn-submit-license {
    background: linear-gradient(135deg, #814ECD 0%, #5a3899 100%);
    color: #fff;
    border: none;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(129, 78, 205, 0.3);
}

.btn-submit-license:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 6px 25px rgba(129, 78, 205, 0.4);
}

.btn-submit-license:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.lp-alert {
    border-radius: 14px;
    padding: 16px 18px;
    margin-top: 16px;
    border: none;
}

.g-recaptcha {
    display: inline-block;
}

.grecaptcha-badge {
    box-shadow: none !important;
}

.hp-wrap {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .lp-hero h1 {
        font-size: 32px;
    }

    .lp-hero-visual {
        min-height: 0;
        max-width: 560px;
        margin: 0 auto;
    }

    .lp-hero-visual .lp-img-float {
        width: 34%;
        right: 8px;
        bottom: -18px;
    }
}

@media (max-width: 768px) {
    .lp-hero {
        padding: 36px 0 72px;
    }

    .lp-hero h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .lp-section {
        padding: 64px 0;
    }

    .lp-form-wrap,
    .lp-profile {
        padding: 24px;
    }

    .lp-hero-cta .btn-more,
    .lp-hero-cta .btn-ghost {
        width: 100%;
        text-align: center;
    }

    .lp-card {
        padding: 24px 20px;
    }
}

@media (max-width: 576px) {
    .lp-hero {
        padding: 28px 0 64px;
    }

    .lp-hero h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .lp-badge {
        font-size: 0.75rem;
        padding: 6px 12px;
        max-width: 100%;
        white-space: normal;
    }

    .lp-lead {
        font-size: 16px;
        line-height: 26px;
    }

    .lp-hero-visual .lp-img-float {
        width: 38%;
        max-width: 130px;
        right: 4px;
        bottom: -12px;
        padding: 6px;
    }

    .g-recaptcha {
        transform: scale(0.86);
        transform-origin: center top;
    }
}
