
/* ===== V5: NUCLEAR OPTION ON BLACK BUTTONS ===== */

/* ---- HERO SECTION: warm gradient ---- */
body.home .entry-content > *:first-child,
body.home .entry-content > div:first-of-type > .wp-block-group:first-child {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 30%, #FFB347 60%, #F4A460 100%) !important;
    padding: 50px 20px !important;
}

/* ---- THE BLACK CARDS: These are the buttons themselves with WP bg color classes ---- */
body.home .wp-block-button__link.has-background,
body.home .wp-block-button__link.has-accent-background-color,
body.home .wp-block-button__link.has-contrast-background-color {
    background: transparent !important;
    background-color: transparent !important;
    padding: 14px 36px !important;
    display: inline-block !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
}

body.home .entry-content .wp-block-button__link[href*="shop"],
body.home .entry-content .wp-block-button__link[href*="product"] {
    background: #1a1a1a !important;
    color: #FFB347 !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}
body.home .entry-content .wp-block-button__link[href*="shop"]:hover {
    background: #fff !important;
    color: #FF6B35 !important;
    border-color: #FF6B35 !important;
    transform: translateY(-2px) !important;
}

body.home .entry-content .wp-block-button__link[href*="free"],
body.home .entry-content .wp-block-button__link[href*="sample"] {
    background: transparent !important;
    color: #1a1a1a !important;
    border: 3px solid #1a1a1a !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}
body.home .entry-content .wp-block-button__link[href*="free"]:hover {
    background: #1a1a1a !important;
    color: #FFB347 !important;
    transform: translateY(-2px) !important;
}

body.home .entry-content > :first-child > div[style*="gap"],
body.home .entry-content > :first-child > div[style*="flex"],
body.home .entry-content .wp-block-buttons.is-layout-flex {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    max-width: fit-content !important;
    margin: 20px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.home .wp-block-button {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
}

body.home .entry-content h2:first-of-type,
body.home .entry-content > :first-child h2 {
    color: #1a1a1a !important;
    font-size: 2.2em !important;
    text-align: center !important;
}
body.home .entry-content p:first-of-type,
body.home .entry-content > :first-child p:first-of-type {
    color: #333 !important;
    font-size: 1.15em !important;
    text-align: center !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.home .entry-content p[style*="color:white"],
body.home .entry-content p[style*="color: white"] {
    color: #333 !important;
}

body.home .wp-block-spacer { display: none !important; height: 0 !important; }
body.home { background: #FFF8F0 !important; }
body.home header.wp-block-template-part {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
}
body.home .wp-block-site-title a { color: #1a1a1a !important; font-weight: 800 !important; }
body.home .wp-block-navigation-item__label { color: #1a1a1a !important; font-weight: 600 !important; }

body.home [style*="background:#000"],
body.home [style*="background:#111"],
body.home [style*="background-color:#000"],
body.home [style*="background-color:#111"],
body.home [style*="background:#1a1a1a"],
body.home [style*="background-color:#1a1a1a"] {
    background: transparent !important;
    background-color: transparent !important;
}
body.home .has-base-background-color { background-color: #FFF8F0 !important; }
body.home .has-contrast-background-color:not(.wp-block-button__link) { background-color: #FFEFD5 !important; }

body.home .entry-content h2:nth-of-type(n+2) { color: #D2691E !important; }
body.home .entry-content h3 { color: #C06000 !important; }

body.home footer { background: #2C1810 !important; }
body.home footer a { color: #FFB347 !important; }

@media (max-width: 768px) {
    body.home .entry-content .wp-block-button__link {
        padding: 12px 28px !important;
        font-size: 15px !important;
    }
    body.home .entry-content > :first-child > div[style*="flex"] {
        flex-direction: column !important;
        align-items: center !important;
    }
}
