/* Estilos Globais Ano Novo (Wrapper: #lcr-ny2026-root.lcr-ny2026-wrapper) */

#lcr-ny2026-root.lcr-ny2026-wrapper {
    box-sizing: border-box;
    --bf-bg: #040809;
    --bf-panel: #0c1514;
    --bf-panel-soft: rgba(16, 32, 30, 0.85);
    --bf-green: var(--bs-primary);
    --bf-green-soft: rgba(69, 214, 142, 0.2);
    --bf-text: #f3fff6;
    font-size: 15px;
    scroll-behavior: smooth;
    font-family: "Manrope", sans-serif;
    line-height: var(--bs-body-line-height);
    color: var(--bs-white);
    background-color: var(--bs-dark);
}

#lcr-ny2026-root.lcr-ny2026-wrapper * {
    font-family: "Manrope", sans-serif !important;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Force Banner Visibility - DEBUT EXTREME */
/* Force Banner Visibility - DEBUT EXTREME (Adjusted) */
#lcr-ny2026-root.lcr-ny2026-wrapper .splide.banner {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 9 !important;
    min-height: 40px !important;
    margin-bottom: 20px !important;
    background-color: #b20932 !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.banner .splide__track {
    overflow: hidden !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.banner .splide__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.banner .splide__slide {
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    display: block !important;
    flex-shrink: 0 !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.banner {
    margin-bottom: 20px !important;
    background-color: #b20932 !important;
    /* Ensure background is visible even if image fails */
}

/* Button Overrides */
#lcr-ny2026-root.lcr-ny2026-wrapper button.bf-code-display,
#lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display,
#lcr-ny2026-root.lcr-ny2026-wrapper #submit-btn,
#lcr-ny2026-root.lcr-ny2026-wrapper #submit-btn-en {
    font-family: "Manrope", sans-serif !important;
    /* Restore Green Style */
    background: linear-gradient(20deg, #01fe9d, #0dcf85, #01fe9d, #0dcf85, #01fe9d) !important;
    border: 3px solid #0dcf85 !important;
    color: #0c1514 !important;
    box-shadow: none !important;
    padding: 0.5rem 4rem !important;
    border-radius: 1rem !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper h1,
#lcr-ny2026-root.lcr-ny2026-wrapper h2,
#lcr-ny2026-root.lcr-ny2026-wrapper h3,
#lcr-ny2026-root.lcr-ny2026-wrapper h4,
#lcr-ny2026-root.lcr-ny2026-wrapper h5,
#lcr-ny2026-root.lcr-ny2026-wrapper h6,
#lcr-ny2026-root.lcr-ny2026-wrapper .display-1,
#lcr-ny2026-root.lcr-ny2026-wrapper .display-2,
#lcr-ny2026-root.lcr-ny2026-wrapper .display-3,
#lcr-ny2026-root.lcr-ny2026-wrapper .display-4 {
    font-family: "Manrope", sans-serif !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper a {
    text-decoration: none;
    color: inherit;
}

#lcr-ny2026-root.lcr-ny2026-wrapper ul {
    padding-left: 1.2rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper ul li {
    margin-bottom: 0.5rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .letter-spacing {
    letter-spacing: 0.35rem;
}

/* Secções */

#lcr-ny2026-root.lcr-ny2026-wrapper .display-10 {
    font-size: 9rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .form-control {
    color: var(--bs-white);
    background-color: #13704c;
    border-color: var(--bs-primary);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .form-control:focus {
    color: var(--bs-white);
    background-color: #13704c;
    border-color: var(--bs-primary);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .form-control::placeholder {
    color: var(--bs-white);
    opacity: .5;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .text-dark-red {
    color: #250009;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bg-dark-primary {
    background: #002416;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .rounded-t-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .rounded-b-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper span.p,
#lcr-ny2026-root.lcr-ny2026-wrapper b.p {
    color: var(--bs-primary);
}

#lcr-ny2026-root.lcr-ny2026-wrapper span.r,
#lcr-ny2026-root.lcr-ny2026-wrapper b.r {
    color: var(--bs-danger);
}

#lcr-ny2026-root.lcr-ny2026-wrapper span.y,
#lcr-ny2026-root.lcr-ny2026-wrapper b.y {
    color: #d6c005;
}

#lcr-ny2026-root.lcr-ny2026-wrapper span.w,
#lcr-ny2026-root.lcr-ny2026-wrapper b.w {
    color: #fff;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-6 {
    margin-top: -6rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-7 {
    margin-top: -7rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-20 {
    margin-top: -20rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-25 {
    margin-top: -20rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-30 {
    margin-top: -30rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .btn-primary {
    --bs-btn-color: #0c1514;
    --bs-btn-bg: #66c395;
    --bs-btn-border-color: #66c395;
    --bs-btn-hover-color: #0c1514;
    --bs-btn-hover-bg: #7dcca5;
    --bs-btn-hover-border-color: #75c9a0;
    --bs-btn-focus-shadow-rgb: 87, 166, 127;
    --bs-btn-active-color: #0c1514;
    --bs-btn-active-bg: #85cfaa;
    --bs-btn-active-border-color: #75c9a0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0c1514;
    --bs-btn-disabled-bg: #66c395;
    --bs-btn-disabled-border-color: #66c395;
    color: #0c1514 !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .text-muted {
    color: rgb(184, 184, 184) !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .tilt-left {
    transform: skewy(-3deg);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .tilt-right {
    transform: skewy(3deg);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag,
#lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag2 {
    border-top: 5px solid #1d2f2a;
    background: linear-gradient(to bottom, #094730, #18da90);
    padding: 1rem 0;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag.red,
#lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag2.red {
    border-top: 5px solid #411d1d;
    background: linear-gradient(to bottom, #120808, #381919);
    padding: 1rem 0;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .display-9 {
    font-size: 9rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .text-grad {
    background: linear-gradient(to bottom, #7fe7c6, #6ddaa7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#lcr-ny2026-root.lcr-ny2026-wrapper.bf-page {
    background: url("../images/background.png") no-repeat top left;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding-bottom: 0;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bg-ss {
    background: url("../images/background.png") no-repeat top left;
    background-size: cover;
    background-attachment: fixed;
}

#lcr-ny2026-root.lcr-ny2026-wrapper.bf-page.red {
    background: linear-gradient(to right, #131112, #232121);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero {
    background: linear-gradient(145deg, rgba(3, 10, 12, 0.95), rgba(8, 26, 22, 0.));
    border-radius: 32px;
    margin: 2rem auto 0;
    max-width: 1200px;
    box-shadow: 0 30px 120px rgba(4, 255, 173, 0.1);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(69, 214, 142, 0.4), transparent 30%);
    opacity: 0.7;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-logo {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-highlight {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bg-dark-red {
    background: #b20932;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-percentage {
    font-size: clamp(3rem, 6vw, 5rem);
    color: var(--bf-green);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display {
    display: inline-flex;
    padding: 0.5rem 4rem;
    border-radius: 1rem;
    border: 3px solid #0dcf85;
    background: linear-gradient(20deg, #01fe9d, #0dcf85, #01fe9d, #0dcf85, #01fe9d);
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: var(--bs-dark);
    font-size: 3.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display:active {
    transform: scale(0.95);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display.copied {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    transform: scale(1.05);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display.red {
    border: 3px solid #b9405e;
    background: linear-gradient(to right, #7f0220, #ad0830, #860323);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero-visual {
    position: relative;
    max-width: 420px;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero-visual img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-vertical-tag {
    position: absolute;
    top: 50%;
    right: -3.5rem;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    letter-spacing: 0.35rem;
    color: rgba(255, 255, 255, 0.5);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-ribbon {
    border-radius: 999px;
    padding: 0.9rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-included {
    margin-top: 3rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-plan-card {
    background: var(--bf-panel-soft);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-plan-card .badge {
    background: var(--bf-green-soft);
    border: 1px solid rgba(69, 214, 142, 0.4);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-icon-check {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(69, 214, 142, 0.15);
    color: var(--bf-green);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-mentor {
    margin-top: 4rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-mentor-photo {
    position: relative;
    max-width: 420px;
    margin-inline: auto;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-mentor-photo img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-mentor-photo .bf-ribbon {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 0.8rem;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .plan-header-height {
    height: 120px;
}

@media (max-width: 992px) {
    #lcr-ny2026-root.lcr-ny2026-wrapper .bf-vertical-tag {
        display: none;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .tilt-left,
    #lcr-ny2026-root.lcr-ny2026-wrapper .tilt-right {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .plan-header-height {
        height: auto !important;
        margin-bottom: 0.5rem;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .bf-code-display {
        width: 100%;
        padding: 0.5rem;
        justify-content: center;
        font-size: 1.5rem;
    }

    /* Reduce banner image size on mobile */
    #lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag img,
    #lcr-ny2026-root.lcr-ny2026-wrapper .splide.tag2 img {
        height: 2rem !important;
        width: auto !important;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-6 {
        margin-top: auto;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-7 {
        margin-top: auto;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-20 {
        margin-top: -10rem;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-25 {
        margin-top: auto;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-30 {
        margin-top: auto;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .display-9 {
        font-size: 7rem;
    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .display-10 {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    #lcr-ny2026-root.lcr-ny2026-wrapper .hero-excel-adjust {
        transform: translateX(-2.2rem);
    }
}

@media (min-width: 768px) {
    #lcr-ny2026-root.lcr-ny2026-wrapper .hero-excel-adjust {
        /* Ajuste visual */
        transform: translate(-2.5rem, -2.8rem);
    }
}

#lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero-file-pro {
    font-size: 10rem;
    font-weight: 900;
    font-style: italic;
    line-height: 0.9;
    text-transform: uppercase;
    /* Gradiente Verde Metálico */
    background: linear-gradient(180deg, #e0ffe6 0%, #01fe9d 45%, #009e60 50%, #0dcf85 55%, #e0ffe6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Brilho Intenso + Sombra */
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 25px rgba(1, 254, 157, 0.6));
    text-align: center;
    letter-spacing: -0.4rem;
    padding: 40px;
    margin-top: -30px;
    display: inline-block;
}

@media (max-width: 768px) {
    #lcr-ny2026-root.lcr-ny2026-wrapper .bf-hero-file-pro {
        font-size: 7rem;
    }
}

/* Hide Theme Footer on this landing page */
.site-footer,
#footer,
footer.elementor-location-footer,
footer.site-footer {
    display: none !important;
}

/* App Shell Fix: Disable global scroll and force wrapper scroll */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    /* Kill all external scrollbars */
}

#lcr-ny2026-root.lcr-ny2026-wrapper {
    display: block !important;
    width: 100% !important;
    height: 100vh !important;
    /* Full viewport height */
    overflow-y: auto !important;
    /* The ONLY scrollbar */
    overflow-x: hidden !important;
    position: relative !important;
    background-color: var(--bs-dark);
    /* Ensure bg covers overscroll */
    font-family: 'Manrope', sans-serif !important;
}

/* Ensure images don't create line-height gaps */
/* Ensure images don't create line-height gaps without breaking centering */
#lcr-ny2026-root.lcr-ny2026-wrapper img {
    vertical-align: bottom;
    max-width: 100%;
}


/* Specific fix for the last section to remove extra space */
#lcr-ny2026-root.lcr-ny2026-wrapper section:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Compensate for negative margin pull-up on Desktop */
/* Compensate for negative margin pull-up on Desktop */
#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-25 {
    margin-bottom: -5rem !important;
}

#lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-20 {
    margin-bottom: -5rem !important;
}

@media (min-width: 993px) {
    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-25 {
        margin-bottom: -5rem !important;

    }

    #lcr-ny2026-root.lcr-ny2026-wrapper .mt-neg-20 {
        margin-bottom: -10rem !important;

    }
}

/* Hard stop for the wrapper */
#lcr-ny2026-root.lcr-ny2026-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: -1px !important;
}

@media (max-width: 768px) {

    #lcr-ny2026-root.lcr-ny2026-wrapper button.bf-code-display,
    #lcr-ny2026-root.lcr-ny2026-wrapper a.bf-code-display {
        font-size: 1.1rem !important;
        padding-inline: 1rem !important;
        white-space: normal;
        line-height: 1.2;
    }
}