/* NVIDIA 007 First Light Bundle Landing Page */

.main-container {
    background-color: #000;
}

.nvgf-007fl *,
.nvgf-007fl *::before,
.nvgf-007fl *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nvgf-007fl {
    background: #000000 !important;
    color: #FFFFFF !important;
    font-family: 'NVIDIA Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    max-width: 1350px;
    margin: 0 auto;
}

.nvgf-007fl img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.nvgf-007fl a {
    text-decoration: none !important;
    color: inherit;
}

/* Mobile-first: show mobile description by default */
.nvgf-hero-desc {
    display: block;
    margin-bottom: 25px;
}

.nvgf-hero-desc p {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.nvgf-hero-desc p em {
    font-style: italic;
}

/* Desktop: hide inline description, show separate section */
@media (min-width: 769px) {
    .nvgf-hero-desc {
        display: none !important;
    }
}

/* ========== HERO SECTION ========== */
/* Mobile-first: stacked layout by default */
/* Using high-specificity + !important to survive Magento CSS merger reordering */
.nvgf-007fl .nvgf-hero {
    width: 100% !important;
    overflow: hidden !important;
    position: static !important;
    min-height: auto !important;
}

.nvgf-007fl .nvgf-hero .nvgf-hero-bg {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    right: auto !important;
    z-index: auto !important;
}

.nvgf-007fl .nvgf-hero .nvgf-hero-bg img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.nvgf-007fl .nvgf-hero .nvgf-hero-content {
    position: static !important;
    z-index: auto !important;
    padding: 30px 10px !important;
    max-width: 100% !important;
}

/* Desktop hero: overlay layout */
@media (min-width: 769px) {
    .nvgf-007fl .nvgf-hero {
        position: relative !important;
        min-height: 580px !important;
    }

    .nvgf-007fl .nvgf-hero .nvgf-hero-bg {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
    }

    .nvgf-007fl .nvgf-hero .nvgf-hero-bg img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
    }

    .nvgf-007fl .nvgf-hero .nvgf-hero-content {
        position: relative !important;
        z-index: 2 !important;
        padding: 85px 0 40px 195px !important;
        max-width: 600px !important;
    }
}

.nvgf-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.nvgf-hero-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.nvgf-hero-subtitle em {
    font-style: italic;
}

.nvgf-cta-button {
    display: inline-block !important;
    background: #76b900 !important;
    color: #000000 !important;
    font-family: 'NVIDIA Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    text-decoration: none !important;
    text-align: center !important;
    border: none;
    cursor: pointer;
    margin-bottom: 25px;
}

.nvgf-cta-button:hover {
    background: #8ed000 !important;
}

.nvgf-hero-disclaimers {
    font-size: 11px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 40px;
}

.nvgf-hero-disclaimers a {
    color: #76b900 !important;
    text-decoration: none !important;
}

.nvgf-hero-disclaimers a:hover {
    text-decoration: underline !important;
}

.nvgf-007fl img.nvgf-hero-badge {
    width: 165px !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
}

/* ========== DESCRIPTION SECTION ========== */
/* Hidden on mobile (content shown inline in hero instead) */
.nvgf-description {
    display: none;
}

@media (min-width: 769px) {
    .nvgf-description {
        display: block;
        padding: 50px 195px;
        text-align: center;
    }
}

.nvgf-description p {
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 960px;
    margin: 0 auto 15px;
}

.nvgf-description p em {
    font-style: italic;
}

/* ========== VIDEO SECTION ========== */
.nvgf-video-section {
    background: #111111;
    padding: 60px 0;
    text-align: center;
}

.nvgf-video-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 30px;
}

.nvgf-video-title em {
    font-style: italic;
}

.nvgf-video-wrapper {
    max-width: 630px;
    width: 90%;
    margin: 0 auto;
}

.nvgf-video-wrapper iframe {
    width: 100%;
    height: 354px;
    border: none;
}

/* ========== FEATURE SECTIONS (Path Tracing & DLSS 4.5) ========== */
.nvgf-feature {
    padding: 60px 195px;
    text-align: center;
}

.nvgf-feature--dark {
    background: #111111;
}

.nvgf-feature-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.nvgf-feature-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.nvgf-feature-text {
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 960px;
    margin: 0 auto 30px;
}

.nvgf-feature-text em {
    font-style: italic;
}

.nvgf-feature-art {
    width: 630px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nvgf-feature-disclaimer {
    font-size: 11px;
    line-height: 14px;
    color: #999999;
    text-align: center;
    margin-top: 25px;
}

/* ========== BUY / SHOP SECTION ========== */
.nvgf-007fl .nvgf-shop {
    padding: 60px 195px !important;
    text-align: center !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    color: #FFFFFF !important;
    margin-bottom: 30px !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 12px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    justify-items: center !important;
    list-style: none !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards a.nvgf-shop-card {
    text-align: center !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    border: none !important;
    float: none !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards .nvgf-shop-card img.nvgf-shop-card-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto 10px !important;
    display: block !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards .nvgf-shop-card .nvgf-shop-card-name {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #76b900 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    min-height: 44px !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards .nvgf-shop-card .nvgf-shop-card-btn {
    display: block !important;
    background-color: #76b900 !important;
    color: #FFFFFF !important;
    font-family: 'NVIDIA Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    text-align: center !important;
    margin: 15px 0 !important;
    border: none !important;
}

.nvgf-007fl .nvgf-shop .nvgf-shop-cards .nvgf-shop-card:hover .nvgf-shop-card-btn {
    background-color: #8ed000 !important;
}

/* ========== FOOTER ========== */
.nvgf-007fl .nvgf-footer {
    padding: 40px 195px !important;
    text-align: center !important;
}

.nvgf-007fl .nvgf-footer hr.nvgf-footer-hr {
    border: none !important;
    border-top: 1px solid #999999 !important;
    max-width: 960px !important;
    margin: 0 auto 40px !important;
}

.nvgf-007fl .nvgf-footer .nvgf-footer-logos {
    margin-bottom: 30px !important;
    text-align: center !important;
}

.nvgf-007fl .nvgf-footer .nvgf-footer-logos img {
    height: auto !important;
    width: auto !important;
    max-width: 500px !important;
    display: block !important;
    margin: 0 auto !important;
}


.nvgf-007fl .nvgf-footer .nvgf-footer-copy {
    font-size: 11px !important;
    line-height: 15px !important;
    color: #999999 !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {

    .nvgf-hero-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .nvgf-hero-subtitle {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    /* Video */
    .nvgf-video-section {
        padding: 40px 0 !important;
    }

    .nvgf-video-title {
        font-size: 20px !important;
        line-height: 28px !important;
        padding: 0 20px !important;
    }

    .nvgf-video-wrapper {
        width: 90% !important;
    }

    .nvgf-video-wrapper iframe {
        height: 200px !important;
    }

    /* Feature sections */
    .nvgf-feature {
        padding: 40px 20px !important;
        text-align: left !important;
    }

    .nvgf-feature-label {
        font-size: 16px !important;
        text-align: center !important;
    }

    .nvgf-feature-heading {
        font-size: 24px !important;
        line-height: 30px !important;
        text-align: center !important;
    }

    .nvgf-feature-text {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left !important;
    }

    .nvgf-feature-art {
        width: 100% !important;
    }

    .nvgf-feature-disclaimer {
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    /* Shop: single column */
    .nvgf-007fl .nvgf-shop {
        padding: 40px 20px !important;
    }

    .nvgf-007fl .nvgf-shop .nvgf-shop-cards {
        grid-template-columns: 1fr !important;
        max-width: 280px !important;
    }

    .nvgf-007fl .nvgf-shop .nvgf-shop-cards .nvgf-shop-card .nvgf-shop-card-name {
        min-height: auto !important;
    }

    /* Footer */
    .nvgf-007fl .nvgf-footer {
        padding: 40px 20px !important;
    }

    .nvgf-007fl .nvgf-footer .nvgf-footer-logos img {
        display: block !important;
        margin: 10px auto !important;
        height: auto !important;
        max-width: 200px !important;
    }

    .nvgf-007fl .nvgf-footer .nvgf-footer-badge img {
        display: block !important;
        margin: 10px auto !important;
    }
}
