/*
 * Homepage desktop first-paint stability layer.
 *
 * Loaded only for desktop viewports through WordPress with
 * media="(min-width: 992px)". It mirrors the final above-fold geometry from
 * home.css while keeping the proven v2.4 mobile critical path untouched.
 *
 * The fixed minimums reserve the measured desktop hero composition so the
 * decorative LCP image does not resize while fonts, ticker controls, or other
 * above-fold content settle after first paint.
 */

/*
 * On desktop, render the decorative/LCP artwork as a CSS background instead
 * of a DOM <img>. Lighthouse isolated the remaining desktop CLS to the
 * absolutely-positioned .banner-bg image resizing with the hero. The same
 * preloaded banner.webp resource is reused here, while mobile keeps the real
 * eager/fetchpriority <img> for its proven LCP path.
 */
.cnp-home-cro .banner {
    min-height: 881px;
    background-image: url("../images/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cnp-home-cro .banner .banner-bg {
    display: none !important;
}

.cnp-home-cro .banner .apa_monitor .box {
    min-height: 80px;
}

.cnp-home-cro .banner .apa_monitor .np-button {
    background: linear-gradient(0deg,#ffcb46,#ffffff);
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    gap: 10px;
    color: #000;
    min-height: 46px;
}

.cnp-home-cro .banner .columns {
    grid-template-columns: 1fr auto;
    min-height: 543px;
}

.cnp-home-cro .banner .columns .left h2 {
    margin: 0;
}

.cnp-home-cro .hero-actions .np-button {
    min-height: 60px;
    padding: 5px 40px;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.cnp-home-cro .banner .columns .left .np-button-secondary {
    background: linear-gradient(0deg,#ffcb46,#ffffff);
    color: #000;
    min-height: 58px;
    padding: 5px 32px;
    font-size: 16px;
    font-weight: 700;
}

.cnp-home-cro .banner .columns .membership-bar .name-area h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.cnp-home-cro .banner .columns .membership-bar .name-area span {
    display: block;
    color: rgba(255,255,255,.60);
}

.cnp-home-cro .banner .columns .membership-bar .devider:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.20);
}

.cnp-home-cro .banner .columns .membership-bar .membership-button {
    min-height: 50px;
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.16);
    padding: 5px 24px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    justify-self: end;
    white-space: nowrap;
    flex-shrink: 0;
}

.cnp-home-cro .banner .columns .right .tabs_slider {
    padding: 0 115px;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
}

.cnp-home-cro .banner .columns .right .tabs_slider .arrow {
    position: absolute;
    cursor: pointer;
    --offset: 66px;
    color: #D9D9D9;
    left: var(--offset);
    top: 50%;
    transform: translateY(-50%);
}

.cnp-home-cro .banner .columns .right .tabs_slider .next_arrow {
    left: auto;
    right: var(--offset);
}

.cnp-home-cro .banner .columns .right .tabs_slider .np-button {
    min-height: 50px;
    display: flex;
    padding: 5px 15px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.30);
}

.cnp-home-cro .monthly_featured {
    position: relative;
    z-index: 2;
    padding: 0;
}

.cnp-home-cro .monthly_featured .inner {
    max-width: 1408px;
    margin: -88px auto 0;
    background: #fff;
    border-radius: 16px;
    padding: 50px 60px 60px;
    box-shadow: 16px 17px 70px rgba(0,0,0,.07);
}

.cnp-home-cro .monthly_featured .section_title_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 40px;
    gap: 30px;
    color: #1E063F;
}

.cnp-home-cro .monthly_featured .section_title_wrapper .section_title {
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    color: inherit;
    font-size: 38px;
    max-width: 100%;
    line-height: 56px;
    font-weight: 600;
}

.cnp-home-cro .monthly_featured .section_title_wrapper .section_title:after {
    content: "";
    width: 80px;
    height: 4px;
    background: #FECA46;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cnp-home-cro .monthly_featured .section_title_wrapper .view_all_link {
    color: #1E063F;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.cnp-home-cro .monthly_featured .grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
}

.cnp-home-cro .monthly_featured .image {
    width: 380px;
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #EEE;
}

.cnp-home-cro .monthly_featured .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnp-home-cro .monthly_featured .content {
    background: #F8EBF8;
    position: relative;
    border-radius: 16px;
    padding: 46px 50px;
    display: grid;
    gap: 16px;
}

.cnp-home-cro .monthly_featured .content .badge {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: #331E54;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.cnp-home-cro .monthly_featured .content h3 {
    font-size: 32px;
    line-height: 40px;
    color: #1E063F;
    margin: 0;
    font-weight: 500;
}

.cnp-home-cro .monthly_featured .content p {
    margin: 0;
}

.cnp-home-cro .monthly_featured .content .excerpt {
    display: grid;
    gap: 12px;
}

.cnp-home-cro .monthly_featured .content .excerpt > * {
    margin: 0;
}

.cnp-home-cro .monthly-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.cnp-home-cro .monthly-actions .np-button {
    min-height: 52px;
    padding: 5px 24px;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}
