/* ==========================================================
   PÁGINA DE CAPTAÇÃO - A ARTE DA MANOPLA 4.0
   ========================================================== */

.lp-body {
    background: var(--gray-50);
}

.lp-celeb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.lp-celeb-item {
    width: 180px;
}

.lp-celeb-item .celeb-photo {
    margin-bottom: 10px;
}

.lp-celeb-item .celeb-name {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .lp-celeb-item {
        width: 140px;
    }

    .lp-celeb-row {
        gap: 20px;
    }
}

.lp-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
}

.lp-topbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.lp-topbar-brand .brand-text {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lp-topbar-back {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.lp-topbar-back:hover {
    color: white;
}

.lp-hero {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--secondary-color) 50%, var(--primary-dark) 100%);
    padding: 60px 0 80px;
    color: white;
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-color);
    border: 1px solid rgba(245, 158, 11, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.lp-eyebrow-light {
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary-color);
    border-color: rgba(99, 102, 241, 0.25);
}

.lp-title {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1;
    margin: 24px 0 20px;
    letter-spacing: 0.01em;
}

.lp-subtitle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.lp-pillar-pills {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.lp-pillar-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
}

.lp-pillar-pills i {
    color: var(--accent-color);
}

.lp-video-embed {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    background: var(--gray-900);
}

.lp-video-embed iframe,
.lp-video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: var(--gray-900);
}

.lp-video-unmute {
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 23, 42, 0.85);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 2;
    animation: lp-unmute-pulse 2.2s infinite;
}

.lp-video-unmute i {
    color: var(--accent-color);
}

@keyframes lp-unmute-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(245, 158, 11, 0); }
}

.lp-date-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    padding: 14px 26px;
    font-weight: 700;
    font-size: 1rem;
    color: white;
}

.lp-date-badge i {
    color: var(--accent-color);
    margin-right: 6px;
}

.lp-date-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.lp-countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
}

.lp-countdown-unit {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 12px 16px;
    min-width: 72px;
    text-align: center;
}

.lp-countdown-unit span {
    display: block;
    font-family: var(--font-display);
    font-size: 1.9rem;
    color: white;
    line-height: 1;
}

.lp-countdown-unit small {
    display: block;
    margin-top: 4px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
}

.lp-countdown-live {
    font-weight: 800;
    color: #22c55e;
    font-size: 1.1rem;
}

.lp-countdown-live i {
    font-size: 0.6em;
    margin-right: 8px;
}

.lp-value-item {
    text-align: center;
    padding: 20px;
}

.lp-value-item i {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.lp-value-item h4 {
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.lp-value-item p {
    color: var(--gray-600);
    margin: 0;
    line-height: 1.6;
}

.lp-form-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    color: var(--gray-900);
    position: sticky;
    top: 90px;
}

.lp-form-card h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.lp-form-card h3 i {
    color: var(--accent-color);
}

.lp-form-card > p {
    color: var(--gray-600);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

/* No desktop, o form fica ao lado de um vídeo 16:9 mais alto que o
   conteúdo do form sozinho — esticamos o card e centralizamos o
   conteúdo pra preencher a mesma altura em vez de sobrar espaço embaixo. */
@media (min-width: 992px) {
    .lp-form-card--hero {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.lp-form .form-control {
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid var(--gray-100);
}

.lp-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.lp-submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.lp-submit-btn {
    padding: 14px 36px;
    font-weight: 700;
    font-size: 1.05rem;
    min-width: 240px;
    justify-content: center;
}

.lp-form-note {
    text-align: center;
    font-size: 0.78rem;
    color: var(--gray-600);
    margin: 14px 0 0;
}

.lp-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
}

.lp-form-success {
    text-align: center;
    padding: 20px 0;
}

.lp-form-success i {
    font-size: 3rem;
    color: #22c55e;
    margin-bottom: 12px;
}

.lp-form-success h4 {
    font-weight: 800;
    margin-bottom: 6px;
}

.lp-form-success p {
    color: var(--gray-600);
    font-size: 0.9rem;
}

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

.lp-section-title {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 2.5rem;
    color: var(--gray-900);
    margin: 20px 0 0;
}

.lp-pillar-card {
    height: 100%;
    background: white;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-top: 5px solid var(--primary-color);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.lp-pillar-card--indigo { border-top-color: var(--primary-color); }
.lp-pillar-card--amber { border-top-color: var(--accent-color); }
.lp-pillar-card--teal { border-top-color: #0891b2; }

.lp-pillar-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 20px;
}

.lp-pillar-card--indigo .lp-pillar-icon { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); }
.lp-pillar-card--amber .lp-pillar-icon { background: linear-gradient(135deg, var(--accent-color), #d97706); }
.lp-pillar-card--teal .lp-pillar-icon { background: linear-gradient(135deg, #06b6d4, #0891b2); }

.lp-pillar-card h3 {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--gray-900);
}

.lp-pillar-card p {
    color: var(--gray-600);
    line-height: 1.6;
    margin: 0;
}

.lp-equipment-banner {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, rgba(99,102,241,0.06), rgba(245,158,11,0.06));
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 18px;
    padding: 28px 32px;
}

.lp-equipment-banner i {
    font-size: 2.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.lp-equipment-banner h4 {
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--gray-900);
}

.lp-equipment-banner p {
    color: var(--gray-600);
    margin: 0;
}

.lp-final-cta {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--primary-dark) 100%);
    padding: 80px 0;
}

.lp-form-card--final {
    max-width: 720px;
    position: static;
}

.lp-footer {
    background: var(--gray-900);
    color: #64748b;
    padding: 40px 0;
    font-size: 0.9rem;
}

.lp-footer a {
    color: #94a3b8;
    transition: color 0.2s ease;
}

.lp-footer a:hover {
    color: white;
}

@media (max-width: 991px) {
    .lp-title {
        font-size: 2.6rem;
    }

    .lp-form-card {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .lp-title {
        font-size: 2.1rem;
    }

    .lp-topbar {
        padding: 12px 16px;
    }

    .lp-date-badge {
        flex-direction: column;
        gap: 8px;
        font-size: 0.9rem;
    }

    .lp-date-sep {
        display: none;
    }

    .lp-countdown {
        gap: 8px;
    }

    .lp-countdown-unit {
        min-width: 60px;
        padding: 10px 8px;
    }

    .lp-countdown-unit span {
        font-size: 1.4rem;
    }
}
