/* ============================================
   HVACPro Elementor Widgets – Dark Mode v2
   ============================================ */

/* === RESET === */
.hvacpro-header,
.hvacpro-hero,
.hvacpro-categories-bar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hvacpro-header *,
.hvacpro-hero *,
.hvacpro-categories-bar * {
    box-sizing: border-box;
}

/* === Force full width — kill ALL Elementor spacing around header & hero === */
.elementor-widget-hvacpro_header,
.elementor-widget-hvacpro_hero {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-hvacpro_header .elementor-widget-container,
.elementor-widget-hvacpro_hero .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Kill padding/margin/gap on EVERY Elementor ancestor of the header */
.elementor-section:has(.elementor-widget-hvacpro_header),
.elementor-element:has(.elementor-widget-hvacpro_header),
.e-con:has(.elementor-widget-hvacpro_header),
.elementor-section:has(.elementor-widget-hvacpro_hero),
.elementor-element:has(.elementor-widget-hvacpro_hero),
.e-con:has(.elementor-widget-hvacpro_hero) {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
}

.elementor-section:has(.elementor-widget-hvacpro_header) > .elementor-container,
.e-con:has(.elementor-widget-hvacpro_header) > .e-con-inner,
.elementor-section:has(.elementor-widget-hvacpro_hero) > .elementor-container,
.e-con:has(.elementor-widget-hvacpro_hero) > .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
}

/* Also target Elementor column wrappers */
.elementor-column:has(.elementor-widget-hvacpro_header),
.elementor-widget-wrap:has(.elementor-widget-hvacpro_header),
.elementor-column:has(.elementor-widget-hvacpro_hero),
.elementor-widget-wrap:has(.elementor-widget-hvacpro_hero) {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* =====================
   HEADER – TOP BAR
   ===================== */
.hvacpro-header {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: inherit;
}

.hvacpro-topbar {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    margin: 0;
}

.hvacpro-topbar-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Logo */
.hvacpro-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.hvacpro-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.hvacpro-logo-img {
    height: 38px;
    max-height: 38px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

/* Phone in header */
.hvacpro-header-phone {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.hvacpro-header-phone:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.hvacpro-tagline {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hvacpro-tagline-link {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none;
    transition: background 0.2s;
}

.hvacpro-tagline-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.hvacpro-partner-img {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.hvacpro-partner-img:hover {
    opacity: 1;
}

/* Search */
.hvacpro-search {
    flex: 1 1 auto;
    min-width: 200px;
    max-width: 600px;
}

.hvacpro-search form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.hvacpro-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.hvacpro-search-input {
    width: 100%;
    padding: 12px 16px 12px 50px !important;
    margin: 0 !important;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.hvacpro-search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.hvacpro-search-input:focus {
    border-color: #c62828;
    background: rgba(255, 255, 255, 0.1);
}

/* Live search dropdown */
.hvacpro-search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #14142a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    max-height: 460px;
    overflow-y: auto;
    padding: 6px;
}

.hvacpro-search-results[hidden] { display: none !important; }

.hvacpro-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: #e0e0e0;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s;
}

.hvacpro-search-item:hover,
.hvacpro-search-item.is-active {
    background: rgba(198, 40, 40, 0.12);
    color: #ffffff;
}

.hvacpro-search-thumb {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvacpro-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hvacpro-search-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.hvacpro-search-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hvacpro-search-sku {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
}

.hvacpro-search-price {
    font-size: 12px;
    color: #4fc3f7;
    margin-top: 2px;
}

.hvacpro-search-price del { color: rgba(255,255,255,0.45); margin-right: 6px; }
.hvacpro-search-price ins { text-decoration: none; color: #4caf50; }

.hvacpro-search-empty {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.hvacpro-search-all {
    display: block;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: rgba(198, 40, 40, 0.18);
    border-radius: 8px;
    transition: background 0.15s;
}

.hvacpro-search-all:hover {
    background: rgba(198, 40, 40, 0.32);
}

/* Header Icons — pushed to far right */
.hvacpro-header-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.hvacpro-icon-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.hvacpro-icon-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.hvacpro-cart {
    position: relative;
}

.hvacpro-cart-label {
    font-size: 14px;
    font-weight: 500;
}

.hvacpro-cart-count {
    background: #c62828;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

/* Mobile Toggle */
.hvacpro-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 4px;
}

/* =====================
   HEADER – NAVIGATION
   ===================== */
.hvacpro-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    margin: 0;
    padding: 0;
}

.hvacpro-nav-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hvacpro-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-shrink: 0;
}

/* First nav item (Products) flush to left screen edge */
.hvacpro-nav-list > .hvacpro-nav-item:first-child {
    margin-left: 0;
}

.hvacpro-nav-list > .hvacpro-nav-item:first-child a {
    padding-left: 40px !important;
}

.hvacpro-nav-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.hvacpro-nav-item a:hover {
    background: rgba(255, 255, 255, 0.06);
}

.hvacpro-nav-highlighted a {
    color: #ffffff !important;
    font-weight: 600;
}

.hvacpro-nav-highlighted a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.hvacpro-menu-icon {
    flex-shrink: 0;
}


/* =====================
   HERO SECTION
   ===================== */
.hvacpro-hero {
    position: relative;
    overflow: hidden;
}

.hvacpro-hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0;
}

.hvacpro-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    opacity: 0.15;
    z-index: 0;
}

.hvacpro-glow-1 { width: 500px; height: 500px; background: #1a73e8; top: -150px; right: 10%; }
.hvacpro-glow-2 { width: 400px; height: 400px; background: #c62828; bottom: -100px; left: 5%; opacity: 0.08; }

.hvacpro-hero-inner {
    margin: 0 auto;
    padding: 70px 40px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hvacpro-hero-content {
    min-width: 0;
}

.hvacpro-hero-heading {
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 32px 0;
}

.hvacpro-hero-line {
    display: block;
}

.hvacpro-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
    box-shadow: 0 4px 24px rgba(198, 40, 40, 0.4);
}

.hvacpro-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(198, 40, 40, 0.55);
    filter: brightness(1.1);
    color: #ffffff;
}

/* Hero Image */
.hvacpro-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.hvacpro-hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.4));
    border-radius: 12px;
}

.hvacpro-hero-placeholder-svg {
    width: 100%;
    max-width: 340px;
    height: auto;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .hvacpro-hero-inner {
        flex-direction: column !important;
        text-align: center;
        padding: 40px 20px 50px;
        gap: 30px !important;
    }
    .hvacpro-hero-content,
    .hvacpro-hero-image {
        flex: none !important;
        max-width: 100% !important;
    }
    .hvacpro-hero-glow { display: none; }
    .hvacpro-hero-heading { font-size: clamp(32px, 8vw, 48px); }
}

/* =====================
   CATEGORIES BAR
   ===================== */
.hvacpro-categories-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hvacpro-categories-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 24px 24px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hvacpro-categories-inner::-webkit-scrollbar {
    display: none;
}

.hvacpro-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 14px 12px;
    border-radius: 14px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    min-width: 120px;
    flex: 1;
}

.hvacpro-category-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.hvacpro-category-thumb {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: border-color 0.3s;
}

.hvacpro-category-item:hover .hvacpro-category-thumb {
    border-color: rgba(255, 255, 255, 0.15);
}

.hvacpro-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.hvacpro-category-item:hover .hvacpro-category-thumb img {
    transform: scale(1.08);
}

/* Category SVG product illustrations */
.hvacpro-cat-svg {
    width: 85%;
    height: 85%;
    transition: transform 0.3s;
}

.hvacpro-category-item:hover .hvacpro-cat-svg {
    transform: scale(1.08);
}

.hvacpro-category-label {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.hvacpro-category-item:hover .hvacpro-category-label {
    opacity: 1;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
    .hvacpro-nav-item a {
        padding: 12px 12px;
        font-size: 13px;
    }

    .hvacpro-hero-heading {
        font-size: clamp(34px, 4.5vw, 54px);
    }

    .hvacpro-hero-inner {
        gap: 30px;
    }

    .hvacpro-hero-collage {
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    /* Top Bar */
    .hvacpro-topbar-inner {
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 16px;
    }

    .hvacpro-logo {
        order: 1;
    }

    .hvacpro-mobile-toggle {
        display: block;
        order: 2;
        margin-left: auto;
    }

    .hvacpro-search {
        order: 3;
        max-width: 100%;
        flex-basis: 100%;
    }

    .hvacpro-header-icons {
        order: 4;
        display: none;
        margin-left: 0;
    }

    .hvacpro-header-icons.is-visible {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
    }

    .hvacpro-cart-label {
        display: none;
    }

    .hvacpro-tagline {
        display: none;
    }

    /* Nav */
    .hvacpro-nav-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .hvacpro-nav-list {
        flex-direction: column;
        display: none;
    }

    .hvacpro-nav-list.is-open {
        display: flex;
    }

    .hvacpro-nav-item a {
        padding: 14px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }


    /* Hero */
    .hvacpro-hero-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px 50px;
    }

    .hvacpro-hero-content {
        max-width: 100%;
        flex: none;
    }

    .hvacpro-hero-image {
        max-width: 100%;
    }

    .hvacpro-hero-collage {
        min-height: 280px;
        gap: 10px;
    }

    .hvacpro-collage-item {
        min-height: 130px !important;
    }

    .hvacpro-hero-glow {
        display: none;
    }

    /* Categories */
    .hvacpro-categories-inner {
        padding: 16px;
        gap: 8px;
        justify-content: flex-start;
    }

    .hvacpro-category-item {
        min-width: 90px;
        padding: 10px 8px;
        flex: none;
    }

    .hvacpro-category-thumb {
        width: 70px;
        height: 55px;
    }

    .hvacpro-category-label {
        font-size: 11px;
    }
}

/* ============================================
   FULL BANNER + PRODUCTS SECTION (combined)
   ============================================ */
.hvacpro-fullbanner-section {
    width: 100%;
    padding: 60px 0 80px;
}

.hvacpro-fullbanner-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- Top Banner Row --- */
.hvacpro-fb-banner {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 60px;
}

.hvacpro-fb-banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hvacpro-fb-heading {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.hvacpro-fb-desc {
    font-size: 15px;
    line-height: 1.75;
}

.hvacpro-fb-desc strong {
    color: #ffffff;
}

/* Right banner card */
.hvacpro-fb-banner-card {
    flex: 0 0 440px;
    min-height: 200px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hvacpro-fb-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 30, 0.75) 0%, rgba(10, 10, 30, 0.3) 100%);
    z-index: 1;
}

.hvacpro-fb-card-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 32px;
}

.hvacpro-fb-card-title {
    font-size: 30px;
    font-weight: 700;
    color: #e8a54b;
    margin: 0 0 6px 0;
    font-style: italic;
}

.hvacpro-fb-card-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 20px 0;
}

.hvacpro-fb-card-btn {
    display: inline-block;
    padding: 12px 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 24px;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
    box-shadow: 0 4px 16px rgba(198, 40, 40, 0.3);
}

.hvacpro-fb-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(198, 40, 40, 0.5);
    filter: brightness(1.1);
    color: #ffffff;
}

/* --- Products Heading with line --- */
.hvacpro-fb-products-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.hvacpro-fb-products-heading h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}

.hvacpro-fb-heading-line {
    flex: 1;
    height: 3px;
    border-radius: 2px;
}

/* --- Product Grid --- */
.hvacpro-fb-products-grid {
    display: grid;
    gap: 20px;
}

.hvacpro-fb-product-card {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.hvacpro-fb-product-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.hvacpro-fb-brand {
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hvacpro-fb-brand span {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    letter-spacing: 0.5px;
}

.hvacpro-fb-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 14px 8px;
    text-decoration: none;
}

.hvacpro-fb-prod-img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.3s;
}

.hvacpro-fb-product-card:hover .hvacpro-fb-prod-img {
    transform: scale(1.05);
}

.hvacpro-fb-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.35;
}

.hvacpro-fb-prod-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex: 1;
}

.hvacpro-fb-prod-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hvacpro-fb-prod-name:hover {
    opacity: 0.75;
}

.hvacpro-fb-prod-sku {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.hvacpro-fb-quote-btn {
    display: inline-block;
    align-self: flex-start;
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid;
    border-radius: 6px;
    transition: all 0.2s;
}

.hvacpro-fb-quote-btn:hover {
    background-color: #c62828 !important;
    border-color: #c62828 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1024px) {
    .hvacpro-fb-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .hvacpro-fullbanner-container {
        padding: 0 20px;
    }

    .hvacpro-fb-banner {
        flex-direction: column;
        gap: 24px;
    }

    .hvacpro-fb-banner-card {
        flex: none;
        width: 100%;
    }

    .hvacpro-fb-products-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hvacpro-fb-products-heading h2 {
        font-size: 20px;
        white-space: normal;
    }

    .hvacpro-fb-heading-line {
        width: 100%;
    }

    .hvacpro-fb-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .hvacpro-fb-products-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   PRODUCT GRID SECTION
   ============================================ */
.hvacpro-products-section {
    width: 100%;
    padding: 60px 0 80px;
}

.hvacpro-products-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Heading with accent line */
.hvacpro-products-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.hvacpro-products-heading h2 {
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
}

.hvacpro-heading-line {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    display: block;
}

/* Grid */
.hvacpro-products-grid {
    display: grid;
    gap: 20px;
}

/* Product Card */
.hvacpro-product-card {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.hvacpro-product-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

/* Badge */
.hvacpro-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Brand */
.hvacpro-product-brand {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hvacpro-brand-logo {
    max-height: 22px;
    width: auto;
    opacity: 0.7;
}

.hvacpro-brand-text {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Product Image */
.hvacpro-product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 16px 8px;
    text-decoration: none;
}

.hvacpro-product-img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    transition: transform 0.3s;
}

.hvacpro-product-card:hover .hvacpro-product-img {
    transform: scale(1.05);
}

.hvacpro-product-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}

/* Product Info */
.hvacpro-product-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex: 1;
}

.hvacpro-product-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hvacpro-product-name:hover {
    opacity: 0.8;
}

.hvacpro-product-sku {
    font-size: 12px;
}

/* Price / Quote */
.hvacpro-product-price-row {
    margin-top: 10px;
}

.hvacpro-product-price {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hvacpro-quote-btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.hvacpro-quote-btn:hover {
    background: currentColor;
    transform: translateY(-1px);
}

.hvacpro-quote-btn:hover {
    color: #ffffff !important;
    background-color: #c62828;
}


/* Responsive */
@media (max-width: 1024px) {
    .hvacpro-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .hvacpro-products-inner {
        padding: 0 20px;
    }

    .hvacpro-products-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hvacpro-products-heading h2 {
        font-size: 22px;
        white-space: normal;
    }

    .hvacpro-heading-line {
        width: 100%;
    }

    .hvacpro-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px;
    }

    .hvacpro-product-image-wrap {
        min-height: 130px;
    }
}

@media (max-width: 480px) {
    .hvacpro-products-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   BRAND PRODUCTS SECTION
   ============================================ */
.hvacpro-brand-section {
    width: 100%;
    padding: 70px 0 80px;
}

.hvacpro-brand-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Heading */
.hvacpro-brand-heading {
    text-align: center;
    margin-bottom: 40px;
}

.hvacpro-brand-heading h2 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.hvacpro-brand-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Brand Tabs */
.hvacpro-brand-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.hvacpro-brand-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hvacpro-brand-tab:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.hvacpro-brand-tab.is-active {
    color: #ffffff;
}

.hvacpro-brand-tab-logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    flex-shrink: 0;
}

.hvacpro-brand-tab-name {
    font-size: 14px;
}

/* Panels */
.hvacpro-brand-panel {
    display: none;
}

.hvacpro-brand-panel.is-active {
    display: block;
    animation: hvacpro-panelIn 0.4s ease;
}

@keyframes hvacpro-panelIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Category Filter Pills */
.hvacpro-cat-filters {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hvacpro-cat-pill {
    padding: 8px 20px;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.hvacpro-cat-pill:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.hvacpro-cat-pill.is-active {
    color: #ffffff;
    border-color: transparent;
}

/* Product Grid */
.hvacpro-brand-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Product Card */
.hvacpro-bp-card {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
}

.hvacpro-bp-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px);
}

/* Top bar: brand + category on one line */
.hvacpro-bp-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hvacpro-bp-brand-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hvacpro-bp-brand-name {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hvacpro-bp-cat-tag {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

/* Product Image Area */
.hvacpro-bp-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    margin-bottom: 4px;
}

.hvacpro-bp-svg-img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}

.hvacpro-bp-card:hover .hvacpro-bp-svg-img {
    transform: scale(1.06);
}

.hvacpro-bp-img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s;
}

.hvacpro-bp-card:hover .hvacpro-bp-img {
    transform: scale(1.05);
}

/* Info */
.hvacpro-bp-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex: 1;
}

.hvacpro-bp-name {
    font-size: 13px;
    font-weight: 600;
    color: #4fc3f7;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 0.2s;
}

.hvacpro-bp-name:hover {
    opacity: 0.75;
}

.hvacpro-bp-sku {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
}

.hvacpro-bp-quote {
    display: inline-block;
    margin-top: 8px;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid;
    border-radius: 6px;
    transition: all 0.2s;
    align-self: flex-start;
}

.hvacpro-bp-quote:hover {
    background-color: #c62828 !important;
    border-color: #c62828 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* View All Button */
.hvacpro-brand-view-all {
    text-align: center;
    margin-top: 36px;
}

.hvacpro-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
    box-shadow: 0 4px 20px rgba(198, 40, 40, 0.3);
}

.hvacpro-view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(198, 40, 40, 0.5);
    filter: brightness(1.1);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .hvacpro-brand-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hvacpro-brand-tab {
        padding: 10px 18px;
    }
}

@media (max-width: 768px) {
    .hvacpro-brand-inner {
        padding: 0 20px;
    }

    .hvacpro-brand-heading h2 {
        font-size: 24px;
    }

    .hvacpro-brand-tabs {
        gap: 8px;
    }

    .hvacpro-brand-tab {
        padding: 8px 14px;
        font-size: 13px;
    }

    .hvacpro-brand-tab-logo {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .hvacpro-brand-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .hvacpro-bp-image-wrap {
        min-height: 120px;
    }
}

@media (max-width: 480px) {
    .hvacpro-brand-products-grid {
        grid-template-columns: 1fr;
    }

    .hvacpro-brand-tab-name {
        display: none;
    }

    .hvacpro-brand-tab {
        padding: 8px 12px;
    }
}

/* ============================================
   BRAND LOGOS SECTION
   ============================================ */
.hvacpro-logos-section {
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hvacpro-logos-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

.hvacpro-logos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

.hvacpro-logos-title-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.hvacpro-logos-title-row h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.hvacpro-logos-line {
    flex: 1;
    height: 3px;
    border-radius: 2px;
}

.hvacpro-logos-viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 18px;
    border: 2px solid;
    border-radius: 8px;
    white-space: nowrap;
    transition: all 0.2s;
}

.hvacpro-logos-viewall:hover {
    background-color: #c62828 !important;
    border-color: #c62828 !important;
    color: #ffffff !important;
}

.hvacpro-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.hvacpro-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all 0.3s;
    overflow: hidden;
}

.hvacpro-logo-item:hover {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.hvacpro-logo-item img {
    width: 75%;
    height: 75%;
    object-fit: contain;
    opacity: 1;
    transition: transform 0.3s;
}

.hvacpro-logo-item:hover img {
    transform: scale(1.08);
}

.hvacpro-logo-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.hvacpro-logo-item:hover .hvacpro-logo-placeholder {
    color: #000;
}

@media (max-width: 1024px) {
    .hvacpro-logos-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .hvacpro-logos-inner { padding: 0 16px; }
    .hvacpro-logos-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .hvacpro-logos-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hvacpro-logo-item { height: 75px; padding: 10px 12px; border-radius: 10px; }
    .hvacpro-logo-item img { width: 70%; height: 70%; }
}

@media (max-width: 380px) {
    .hvacpro-logos-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .hvacpro-logo-item { height: 65px; padding: 8px; }
}

/* ============================================
   CATEGORY CARDS SECTION
   ============================================ */
.hvacpro-catcards-section {
    width: 100%;
    padding: 60px 0 80px;
}

.hvacpro-catcards-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

.hvacpro-catcards-grid {
    display: grid;
    gap: 24px;
}

.hvacpro-catcard {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.hvacpro-catcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.hvacpro-catcard-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.hvacpro-catcard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.hvacpro-catcard:hover .hvacpro-catcard-image img {
    transform: scale(1.06);
}

.hvacpro-catcard-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hvacpro-catcard-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.hvacpro-catcard-title-row h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.hvacpro-catcard-line {
    flex: 1;
    height: 3px;
    border-radius: 2px;
}

.hvacpro-catcard-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 20px 0;
    flex: 1;
}

.hvacpro-catcard-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 12px 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(198, 40, 40, 0.3);
}

.hvacpro-catcard-btn:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(198, 40, 40, 0.45);
    color: #ffffff;
}

.hvacpro-catcard-count {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.hvacpro-catcard-image svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .hvacpro-catcards-inner { padding: 0 20px; }
    .hvacpro-catcards-grid { grid-template-columns: 1fr !important; }
    .hvacpro-catcard-image { height: 180px; }
}

/* ============================================
   NEWSLETTER STRIP
   ============================================ */
.hvacpro-newsletter {
    width: 100%;
    padding: 40px 0;
}

.hvacpro-newsletter-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hvacpro-newsletter-text {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.hvacpro-newsletter-icon {
    flex-shrink: 0;
    opacity: 0.85;
}

.hvacpro-newsletter-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.hvacpro-newsletter-text p {
    font-size: 13px;
    margin: 0;
    opacity: 0.85;
}

.hvacpro-newsletter-form {
    display: flex;
    gap: 0;
    flex: 1;
    max-width: 480px;
}

.hvacpro-newsletter-input {
    flex: 1;
    padding: 14px 18px !important;
    border: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    color: #0a0a1a;
    background: #ffffff;
    outline: none;
    min-width: 0;
}

.hvacpro-newsletter-input::placeholder {
    color: #888;
}

.hvacpro-newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.2s;
}

.hvacpro-newsletter-btn:hover {
    filter: brightness(1.3);
}

@media (max-width: 768px) {
    .hvacpro-newsletter-inner {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }
    .hvacpro-newsletter-text { flex-direction: column; }
    .hvacpro-newsletter-form { max-width: 100%; width: 100%; }
}

/* ============================================
   FOOTER
   ============================================ */
.hvacpro-footer {
    width: 100%;
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hvacpro-footer-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}

.hvacpro-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

/* Company Column */
.hvacpro-footer-logo {
    max-height: 40px;
    width: auto;
    margin-bottom: 16px;
}

.hvacpro-footer-logo-text {
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 16px;
}

.hvacpro-footer-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 20px 0;
}

.hvacpro-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hvacpro-fc-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}

a.hvacpro-fc-item:hover {
    color: #ffffff;
}

/* Link Columns */
.hvacpro-footer-col-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 18px 0;
}

.hvacpro-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hvacpro-footer-links li {
    margin-bottom: 10px;
}

.hvacpro-footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.hvacpro-footer-links a:hover {
    color: #ffffff;
}

/* Bottom Bar */
.hvacpro-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.hvacpro-footer-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.hvacpro-footer-social {
    display: flex;
    gap: 10px;
}

.hvacpro-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.2s;
}

.hvacpro-social-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hvacpro-footer-credit {
    font-size: 12px;
}

.hvacpro-footer-credit a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.2s;
}

.hvacpro-footer-credit a:hover {
    color: #c62828;
}

@media (max-width: 768px) {
    .hvacpro-footer-inner { padding: 0 20px; }
    .hvacpro-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .hvacpro-footer-company { grid-column: 1 / -1; }
    .hvacpro-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hvacpro-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   SINGLE PRODUCT WIDGET
   ============================================ */
.hvac-spw { width: 100%; padding: 0 0 60px; }
.hvac-spw-container { max-width: 1340px; margin: 0 auto; padding: 0 24px; }

/* Breadcrumb */
.hvac-spw-breadcrumb { padding: 16px 0; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 13px; color: rgba(255,255,255,0.4); }
.hvac-spw-breadcrumb a { color: #4fc3f7; text-decoration: none; }
.hvac-spw-breadcrumb a:hover { text-decoration: underline; }
.hvac-spw-breadcrumb span { margin: 0 6px; }
.hvac-spw-bc-current { color: rgba(255,255,255,0.6); }

/* Main Grid */
.hvac-spw-main { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 56px; }

/* Gallery */
.hvac-spw-gallery { display: flex; flex-direction: column; gap: 12px; }
.hvac-spw-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.hvac-spw-thumb {
    width: 68px; height: 68px; border-radius: 10px; border: 2px solid transparent;
    background: #fff; padding: 4px; cursor: pointer; display: flex; align-items: center;
    justify-content: center; overflow: hidden; transition: border-color 0.2s;
}
.hvac-spw-thumb:hover { border-color: rgba(79,195,247,0.4); }
.hvac-spw-thumb.is-active { border-color: #c62828; box-shadow: 0 0 0 2px rgba(198,40,40,0.2); }
.hvac-spw-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Info */
.hvac-spw-info { display: flex; flex-direction: column; gap: 8px; }
.hvac-spw-title { font-size: 28px; font-weight: 700; color: #fff; margin: 0; line-height: 1.25; }
.hvac-spw-sku { font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 4px; }
.hvac-spw-short-desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.6); margin-bottom: 12px; }

/* Quote Box */
.hvac-spw-quote-box {
    border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px;
    margin: 8px 0 20px; display: flex; flex-direction: column; gap: 16px;
}
.hvac-spw-price { font-size: 26px; font-weight: 700; color: #fff; }
.hvac-spw-price del { color: rgba(255,255,255,0.35); font-size: 18px; }
.hvac-spw-price ins { text-decoration: none; }
.hvac-spw-quote-btn {
    display: block; text-align: center; padding: 16px 24px; background: transparent;
    color: #fff; font-size: 16px; font-weight: 700; border: 2px solid rgba(255,255,255,0.15);
    border-radius: 10px; cursor: pointer; transition: all 0.2s;
}
.hvac-spw-quote-btn:hover { background: #c62828; border-color: #c62828; box-shadow: 0 4px 20px rgba(198,40,40,0.3); }

/* Add to Cart form for wholesalers */
.hvac-spw-cart-form { margin: 0; }
.hvac-spw-cart-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.hvac-spw-cart-row .quantity {
    flex-shrink: 0;
}
.hvac-spw-cart-row .quantity input {
    width: 80px !important;
    padding: 14px 10px !important;
    text-align: center;
    background: rgba(255,255,255,0.06) !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 15px;
    height: 100%;
}
.hvac-spw-addcart-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(198,40,40,0.3);
}
.hvac-spw-addcart-btn:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(198,40,40,0.45);
}

.hvac-spw-meta { font-size: 13px; color: rgba(255,255,255,0.35); }
.hvac-spw-meta a { color: #4fc3f7; text-decoration: none; }

/* Section Heading */
.hvac-spw-section-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.hvac-spw-section-head h2 { font-size: 22px; font-weight: 700; color: #fff; margin: 0; white-space: nowrap; }
.hvac-spw-line { flex: 1; height: 3px; border-radius: 2px; }

/* Related Grid */
.hvac-spw-related { margin-bottom: 56px; }
.hvac-spw-related-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.hvac-spw-rcard {
    border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 16px;
    text-decoration: none; transition: all 0.3s; display: flex; flex-direction: column;
}
.hvac-spw-rcard:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.hvac-spw-rcard-img { background: #fff; border-radius: 10px; min-height: 120px; display: flex; align-items: center; justify-content: center; padding: 12px; margin-bottom: 12px; }
.hvac-spw-rcard-img img { max-width: 100%; max-height: 100px; object-fit: contain; transition: transform 0.3s; }
.hvac-spw-rcard:hover .hvac-spw-rcard-img img { transform: scale(1.05); }
.hvac-spw-rcard h4 { font-size: 13px; font-weight: 600; color: #fff; margin: 0 0 4px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hvac-spw-rcard-sku { font-size: 11px; color: rgba(255,255,255,0.35); }

/* Bottom: Desc + Sidebar */
.hvac-spw-bottom { display: grid; grid-template-columns: 1fr 360px; gap: 36px; }
.hvac-spw-desc { border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px; }
.hvac-spw-desc h2 { font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 20px; }
.hvac-spw-desc-body { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.55); }
.hvac-spw-desc-body h2, .hvac-spw-desc-body h3, .hvac-spw-desc-body h4 { color: #fff; margin-top: 20px; }
.hvac-spw-desc-body img { max-width: 100%; border-radius: 12px; margin: 12px 0; }

/* Similar Sidebar */
.hvac-spw-sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 14px; }
.hvac-spw-sim-card {
    display: flex; gap: 12px; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px;
    padding: 12px; text-decoration: none; transition: all 0.3s;
}
.hvac-spw-sim-card:hover { border-color: rgba(255,255,255,0.12); box-shadow: 0 4px 18px rgba(0,0,0,0.25); }
.hvac-spw-sim-img { width: 75px; height: 65px; background: #fff; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 4px; }
.hvac-spw-sim-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hvac-spw-sim-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hvac-spw-sim-info h4 { font-size: 13px; font-weight: 600; color: #fff; margin: 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hvac-spw-sim-info span { font-size: 11px; color: rgba(255,255,255,0.35); }

/* Responsive */
@media (max-width: 1024px) {
    .hvac-spw-related-grid { grid-template-columns: repeat(3, 1fr); }
    .hvac-spw-bottom { grid-template-columns: 1fr; }
    .hvac-spw-sidebar { position: static; }
}
@media (max-width: 768px) {
    .hvac-spw-main { grid-template-columns: 1fr; gap: 24px; }
    .hvac-spw-title { font-size: 22px; }
    .hvac-spw-related-grid { grid-template-columns: repeat(2, 1fr); }
    .hvac-spw-desc { padding: 20px; }
}
@media (max-width: 480px) {
    .hvac-spw-related-grid { grid-template-columns: 1fr; }
}

/* Single Product Main Image */
.hvac-spw-main-img {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 24px;
}

.hvac-spw-main-img img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    transition: transform 0.3s;
}

.hvac-spw-main-img img:hover { transform: scale(1.03); }

/* ============================================
   GET A QUOTE POPUP MODAL (Plugin)
   ============================================ */
.hvac-spw-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hvac-spw-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
}

.hvac-spw-modal-dialog {
    position: relative;
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
    animation: hvac-spw-modalIn 0.3s ease;
}

@keyframes hvac-spw-modalIn {
    from { opacity: 0; transform: scale(0.95) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.hvac-spw-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.hvac-spw-modal-close:hover { color: #fff; }

.hvac-spw-modal-dialog h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.hvac-spw-modal-product {
    font-size: 14px;
    color: #4fc3f7;
    margin: 0 0 24px;
    font-weight: 500;
}

.hvac-spw-field { margin-bottom: 14px; }

.hvac-spw-field input,
.hvac-spw-field textarea {
    width: 100%;
    padding: 12px 16px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    transition: border-color 0.2s;
}

.hvac-spw-field input:focus,
.hvac-spw-field textarea:focus {
    border-color: #c62828;
    outline: none;
}

.hvac-spw-field input::placeholder,
.hvac-spw-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.hvac-spw-submit {
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
    margin-top: 6px;
}

.hvac-spw-submit:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
}

.hvac-spw-submit:disabled {
    opacity: 0.6;
    cursor: wait;
}

.hvac-spw-form-msg {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
}

@media (max-width: 480px) {
    .hvac-spw-modal-dialog { padding: 24px 20px; }
}

/* ============================================
   MEGA DROPDOWN ON PRODUCTS NAV ITEM
   ============================================ */
.hvacpro-has-dropdown { position: relative; }

.hvacpro-mega-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 700px;
    background: #16213e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5);
    padding: 24px;
    animation: hvac-dropIn 0.2s ease;
}

.hvacpro-has-dropdown:hover .hvacpro-mega-dropdown { display: block; }

@keyframes hvac-dropIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.hvacpro-mega-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 24px;
}

.hvacpro-mega-parent {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c62828;
}

.hvacpro-mega-parent:hover { color: #4fc3f7; }

.hvacpro-mega-children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hvacpro-mega-children li a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.2s, padding-left 0.2s;
}

.hvacpro-mega-children li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* Brand logos row inside dropdown */
.hvacpro-mega-brands {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hvacpro-mega-brands-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.hvacpro-mega-brands-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.hvacpro-mega-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 55px;
    background: #f5f5f7;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 6px 8px;
    text-decoration: none;
    transition: all 0.2s;
    overflow: hidden;
}

.hvacpro-mega-brand-item:hover {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hvacpro-mega-brand-item img {
    width: 75%;
    height: 75%;
    object-fit: contain;
    opacity: 1;
    transition: transform 0.2s;
}

.hvacpro-mega-brand-item:hover img {
    transform: scale(1.1);
}

.hvacpro-mega-brand-item span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hvacpro-mega-brand-item:hover span {
    color: #ffffff;
}

@media (max-width: 768px) {
    .hvacpro-mega-dropdown { display: none !important; }
}

/* ============================================
   PRODUCT ARCHIVE / CATEGORY PAGE
   ============================================ */
.hvac-archive { width: 100%; padding: 0 0 60px; }
.hvac-archive-container { max-width: 1340px; margin: 0 auto; padding: 0 24px; }

.hvac-archive-header { padding: 32px 0 24px; }
.hvac-archive-header h1 { font-size: 28px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.hvac-archive-header p { font-size: 14px; color: rgba(255,255,255,0.5); margin: 0; line-height: 1.6; }

.hvac-archive-layout { display: grid; grid-template-columns: 260px 1fr; gap: 28px; }

/* Sidebar */
.hvac-archive-sidebar {
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 20px;
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.hvac-filter-group { margin-bottom: 24px; }
.hvac-filter-group h3 { font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px; }
.hvac-filter-group ul { list-style: none; margin: 0; padding: 0; }
.hvac-filter-group > ul > li { margin-bottom: 4px; }
.hvac-filter-group a { display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; padding: 6px 10px; border-radius: 6px; transition: all 0.2s; }
.hvac-filter-group a:hover { color: #fff; background: rgba(255,255,255,0.04); }
.hvac-filter-group li.is-active > a { color: #fff; background: rgba(198,40,40,0.15); }
.hvac-filter-count { font-size: 11px; opacity: 0.5; }

.hvac-filter-sub { margin: 2px 0 0 12px; padding: 0; list-style: none; }
.hvac-filter-sub li a { font-size: 12px; padding: 4px 8px; }

.hvac-filter-clear { display: block; text-align: center; font-size: 13px; font-weight: 600; text-decoration: none; padding: 10px; margin-top: 8px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s; }
.hvac-filter-clear:hover { background: rgba(198,40,40,0.1); }

/* Toolbar */
.hvac-archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.hvac-archive-count { font-size: 14px; color: rgba(255,255,255,0.5); }
.hvac-archive-sort { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 8px 14px; border-radius: 8px; font-size: 13px; cursor: pointer; }

/* Grid */
.hvac-archive-grid { display: grid; gap: 18px; }

.hvac-archive-card {
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.hvac-archive-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }

.hvac-archive-card-img { display: flex; align-items: center; justify-content: center; background: #fff; min-height: 180px; padding: 16px; }
.hvac-archive-card-img img { max-width: 100%; max-height: 160px; object-fit: contain; transition: transform 0.3s; }
.hvac-archive-card:hover .hvac-archive-card-img img { transform: scale(1.05); }

.hvac-archive-card-info { padding: 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.hvac-archive-card-title { font-size: 14px; font-weight: 600; color: #4fc3f7; text-decoration: none; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hvac-archive-card-title:hover { opacity: 0.8; }
.hvac-archive-card-sku { font-size: 11px; color: rgba(255,255,255,0.35); }
.hvac-archive-card-brand { font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 600; }
.hvac-archive-card-price { font-size: 16px; font-weight: 700; color: #fff; }
.hvac-archive-card-bottom { margin-top: 8px; }

.hvac-archive-quote-btn {
    display: inline-block; padding: 7px 16px; font-size: 12px; font-weight: 600;
    background: none; border: 2px solid; border-radius: 6px; cursor: pointer; transition: all 0.2s;
}
.hvac-archive-quote-btn:hover { background: #c62828 !important; border-color: #c62828 !important; color: #fff !important; }


/* Pagination */
.hvac-archive-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.hvac-archive-pagination a, .hvac-archive-pagination span { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; font-size: 14px; text-decoration: none; transition: all 0.2s; }
.hvac-archive-pagination a { color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.1); }
.hvac-archive-pagination a:hover { color: #fff; border-color: #c62828; background: rgba(198,40,40,0.1); }
.hvac-archive-pagination .current { color: #fff; background: #c62828; border: 1px solid #c62828; }

/* Responsive */
@media (max-width: 768px) {
    .hvac-archive-layout { grid-template-columns: 1fr; }
    .hvac-archive-sidebar { position: static; max-height: none; }
    .hvac-archive-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .hvac-archive-grid { grid-template-columns: 1fr !important; }
}

/* ============================================
   WHOLESALER REGISTRATION FORM
   ============================================ */
.hvac-ws-register-form {
    max-width: 520px;
    margin: 60px auto;
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.hvac-ws-register-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    text-align: center;
}

.hvac-ws-register-form > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 0 28px;
    line-height: 1.5;
}

.hvac-ws-field {
    margin-bottom: 14px;
}

.hvac-ws-field input {
    width: 100%;
    padding: 14px 18px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}

.hvac-ws-field input:focus {
    border-color: #c62828;
    background: rgba(255, 255, 255, 0.08);
}

.hvac-ws-field input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.hvac-ws-submit {
    width: 100%;
    padding: 16px 24px;
    margin-top: 8px;
    background: #c62828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(198, 40, 40, 0.3);
}

.hvac-ws-submit:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(198, 40, 40, 0.45);
}

/* Messages */
.hvac-ws-msg {
    max-width: 520px;
    margin: 60px auto;
    padding: 24px 32px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.hvac-ws-pending {
    background: rgba(255, 152, 0, 0.1);
    border: 1px solid rgba(255, 152, 0, 0.25);
    color: #ffb74d;
}

.hvac-ws-approved {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.25);
    color: #81c784;
}

.hvac-ws-approved a {
    color: #4fc3f7;
    font-weight: 600;
    text-decoration: none;
}

.hvac-ws-approved a:hover { text-decoration: underline; }

.hvac-ws-error {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid rgba(244, 67, 54, 0.25);
    color: #ef5350;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 18px;
    text-align: center;
}

/* WooCommerce My Account overrides for dark mode */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 18px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.2s;
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    color: rgba(255, 255, 255, 0.7);
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #4fc3f7;
}

/* WooCommerce forms dark mode */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 12px 16px !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #c62828 !important;
}

.woocommerce form .form-row label {
    color: rgba(255, 255, 255, 0.6) !important;
}

.woocommerce .woocommerce-form-login .button,
.woocommerce .woocommerce-form-register .button,
.woocommerce button.button,
.woocommerce .button {
    background: #c62828 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: filter 0.2s, transform 0.2s !important;
}

.woocommerce .button:hover {
    filter: brightness(1.15) !important;
    transform: translateY(-1px) !important;
}

/* WooCommerce tables dark mode */
.woocommerce table.shop_table {
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.woocommerce table.shop_table td {
    border-color: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.7);
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info {
    background: rgba(79, 195, 247, 0.1) !important;
    border-color: rgba(79, 195, 247, 0.3) !important;
    color: #4fc3f7 !important;
    border-radius: 10px !important;
}

.woocommerce-error {
    background: rgba(244, 67, 54, 0.1) !important;
    border-color: rgba(244, 67, 54, 0.3) !important;
    color: #ef5350 !important;
    border-radius: 10px !important;
}

.woocommerce-message a,
.woocommerce-info a {
    color: #ffffff !important;
}

/* Checkout dark mode */
.woocommerce-checkout #payment {
    background: #1a1a2e !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 480px) {
    .hvac-ws-register-form { margin: 30px 16px; padding: 28px 20px; }
}

/* ===================================================
   WOOCOMMERCE CHECKOUT — MINIMAL DARK MODE
   Only touch text colors + buttons, leave layout alone
   =================================================== */
body.woocommerce-checkout,
body.woocommerce-cart,
body.woocommerce-order-received {
    background: #0f0f23;
    color: #e0e0e0;
}

/* Headings */
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-cart h1,
body.woocommerce-cart h2 {
    color: #ffffff;
}

/* Place Order button */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wc-proceed-to-checkout .button,
body.woocommerce-cart .wc-block-cart__submit-button {
    background: #c62828 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 18px rgba(198, 40, 40, 0.3);
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    filter: brightness(1.1);
}

/* Links */
body.woocommerce-checkout a,
body.woocommerce-cart a {
    color: #4fc3f7;
}
