/*
 Theme Name:   FitLife Bliss Child
 Theme URI:    https://fitlifebliss.com
 Description:  Custom child theme for FitLife Bliss - Coral & Teal wellness brand
 Author:       Hermes Agent
 Author URI:   https://fitlifebliss.com
 Template:     neve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fitlifebliss-child
*/

@import url('../neve/style.css');

/* ==========================================================================
   FITLIFE BLISS - CUSTOM STYLES
   Primary: #FE694A (Coral) | Secondary: #2D8B84 (Deep Teal)
   Dark: #1A1A1A | Light: #FAFAFA
   ========================================================================== */

/* --- HEADER & NAVIGATION --- */
.neve-main-header {
    background-color: #FE694A !important;
    border-bottom: 3px solid #2D8B84 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1) !important;
}

/* Sticky header */
.neve-main-header.is_sticky,
.has-sticky-header .neve-main-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.neve-main-header .brand .site-title,
.neve-main-header .brand .nv-title {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

.neve-main-header .nav-ul li a {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.02em !important;
    transition: color 0.2s ease !important;
}

.neve-main-header .nav-ul li a:hover,
.neve-main-header .nav-ul li.current-menu-item > a {
    color: rgba(255,255,255,0.75) !important;
}

/* Mobile toggle */
.neve-main-header .nv-mobile-toggle,
.neve-main-header .nv-iconpicker svg {
    color: #ffffff !important;
}

/* --- BUTTONS --- */
.nv-button,
button:not(.secondary),
input[type="submit"],
.wp-block-button__link {
    background-color: #FE694A !important;
    border-color: #FE694A !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}

.nv-button:hover,
button:not(.secondary):hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background-color: #e85a3a !important;
    border-color: #e85a3a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(254,105,74,0.35) !important;
}

/* Secondary button */
.nv-secondary-btn {
    border-color: #FE694A !important;
    color: #FE694A !important;
}

/* --- LINKS --- */
a:not(.nv-button):not(button):not(.wp-block-button__link) {
    color: #FE694A !important;
    transition: color 0.2s ease !important;
}

a:not(.nv-button):not(button):not(.wp-block-button__link):hover {
    color: #2D8B84 !important;
}

/* --- FOOTER --- */
#colophon,
.footer-wrap,
.site-footer {
    background-color: #1A1A1A !important;
    border-top: 4px solid #2D8B84 !important;
    color: rgba(255,255,255,0.85) !important;
}

#colophon a,
.footer-wrap a,
.site-footer a {
    color: rgba(255,255,255,0.7) !important;
}

#colophon a:hover,
.footer-wrap a:hover,
.site-footer a:hover {
    color: #FE694A !important;
}

#colophon h1, #colophon h2, #colophon h3,
#colophon h4, #colophon h5, #colophon h6,
.footer-wrap h1, .footer-wrap h2, .footer-wrap h3,
.footer-wrap h4, .footer-wrap h5, .footer-wrap h6 {
    color: #ffffff !important;
}

/* --- BODY & TYPOGRAPHY --- */
body {
    background-color: #FAFAFA !important;
    color: #1A1A1A !important;
    line-height: 1.75 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
}

/* --- POST / CARD STYLES --- */
.nv-card,
.article-card,
.posts-wrapper .post {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
}

.nv-card:hover,
.article-card:hover,
.posts-wrapper .post:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
    transform: translateY(-3px) !important;
}

/* --- FORMS --- */
input:not([type="submit"]):not([type="button"]),
textarea,
select {
    border-radius: 4px !important;
    border: 1.5px solid rgba(0,0,0,0.15) !important;
    font-family: 'Poppins', sans-serif !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

input:not([type="submit"]):not([type="button"]):focus,
textarea:focus,
select:focus {
    border-color: #FE694A !important;
    box-shadow: 0 0 0 3px rgba(254,105,74,0.15) !important;
    outline: none !important;
}

/* --- SCROLL TO TOP --- */
.scroll-to-top {
    background-color: #FE694A !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 12px rgba(254,105,74,0.4) !important;
}

.scroll-to-top:hover {
    background-color: #e85a3a !important;
}

/* --- BLOCK QUOTE --- */
blockquote {
    border-left: 4px solid #2D8B84 !important;
    background: rgba(45,139,132,0.05) !important;
    padding: 16px 24px !important;
    border-radius: 0 6px 6px 0 !important;
}

/* --- TABLE --- */
table th {
    background-color: #2D8B84 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

table tr:nth-child(even) {
    background-color: rgba(254,105,74,0.05) !important;
}

/* --- TAG CLOUD --- */
.tagcloud a {
    background-color: rgba(254,105,74,0.1) !important;
    color: #FE694A !important;
    border-radius: 3px !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.tagcloud a:hover {
    background-color: #FE694A !important;
    color: #ffffff !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .neve-main-header {
        min-height: 56px !important;
    }
}

/* --- CUSTOM ACCENT CLASSES --- */
.has-coral-color { color: #FE694A !important; }
.has-coral-bg { background-color: #FE694A !important; }
.has-teal-color { color: #2D8B84 !important; }
.has-teal-bg { background-color: #2D8B84 !important; }
.has-dark-bg { background-color: #1A1A1A !important; }
.has-light-bg { background-color: #FAFAFA !important; }