/*
Theme Name: BRUsoft Industry Pro
Theme URI: https://brusoft.in
Author: BRUsoft
Author URI: https://brusoft.in
Description: Reusable custom WordPress theme for B2B/B2C catalog websites. WooCommerce catalog mode, WhatsApp/Email quote system, 7 schema types, AI SEO meta tags. Built to be adapted per-client via Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary - BRUsoft
Text Domain: bru-theme
Tags: woocommerce, catalog, industrial, schema-markup, seo
WC requires at least: 8.0
WC tested up to: 10.6
*/

/* ============================================================
   CSS CUSTOM PROPERTIES — Change these per client
   ============================================================ */
:root {
    --bru-primary:     #0A2647;
    --bru-secondary:   #205295;
    --bru-accent:      #E8A317;
    --bru-accent-dark: #C78B0E;
    --bru-accent-light:#FFF3D4;
    --bru-white:       #FFFFFF;
    --bru-gray-50:     #F8FAFC;
    --bru-gray-100:    #F1F5F9;
    --bru-gray-200:    #E2E8F0;
    --bru-gray-300:    #CBD5E1;
    --bru-gray-400:    #94A3B8;
    --bru-gray-500:    #64748B;
    --bru-gray-600:    #475569;
    --bru-gray-700:    #334155;
    --bru-gray-800:    #1E293B;
    --bru-gray-900:    #0F172A;
    --bru-success:     #16A34A;
    --bru-whatsapp:    #25D366;
    --font-heading:    'Outfit', sans-serif;
    --font-body:       'DM Sans', sans-serif;
    --space-xs: 0.25rem; --space-sm: 0.5rem; --space-md: 1rem;
    --space-lg: 1.5rem; --space-xl: 2rem; --space-2xl: 3rem;
    --space-3xl: 4rem; --space-4xl: 6rem;
    --max-width: 1200px;
    --header-height: 70px;
    --radius-sm: 6px; --radius-md: 10px; --radius-lg: 16px;
    --shadow-sm: 0 1px 3px rgba(10,38,71,0.08);
    --shadow-md: 0 4px 12px rgba(10,38,71,0.1);
    --shadow-lg: 0 8px 30px rgba(10,38,71,0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--bru-gray-700);background:var(--bru-white);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--bru-secondary);text-decoration:none;transition:var(--transition)}
a:hover{color:var(--bru-accent)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--bru-primary);margin-bottom:var(--space-md)}
h1{font-size:clamp(2rem,4vw,3rem)} h2{font-size:clamp(1.6rem,3.2vw,2.4rem)}
h3{font-size:clamp(1.2rem,2.4vw,1.6rem)} h4{font-size:1.15rem}
p{margin-bottom:var(--space-md)} ul,ol{padding-left:var(--space-lg)}

/* ============================================================
   LAYOUT
   ============================================================ */
.bru-container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}
.bru-section{padding:var(--space-4xl) 0}
.bru-section--gray{background:var(--bru-gray-50)}
.bru-section--dark{background:var(--bru-primary);color:var(--bru-white)}
.bru-section--dark h2,.bru-section--dark h3,.bru-section--dark h4{color:var(--bru-white)}
.bru-section-header{text-align:center;max-width:700px;margin:0 auto var(--space-3xl)}
.bru-section-header__tag{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-heading);font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--bru-accent);margin-bottom:var(--space-md)}
.bru-section-header__tag::before,.bru-section-header__tag::after{content:'';width:24px;height:2px;background:var(--bru-accent)}
.bru-section-header p{color:var(--bru-gray-500);font-size:1.05rem}

/* ============================================================
   BUTTONS
   ============================================================ */
.bru-btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:12px 28px;font-family:var(--font-heading);font-size:0.95rem;font-weight:600;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:var(--transition);text-decoration:none;line-height:1.4;white-space:nowrap;text-align:center;justify-content:center}
.bru-btn--primary{background:var(--bru-accent);color:var(--bru-primary);border-color:var(--bru-accent)}
.bru-btn--primary:hover{background:var(--bru-accent-dark);border-color:var(--bru-accent-dark);color:var(--bru-white);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.bru-btn--outline{background:transparent;color:var(--bru-white);border-color:var(--bru-white)}
.bru-btn--outline:hover{background:var(--bru-white);color:var(--bru-primary)}
.bru-btn--dark{background:var(--bru-primary);color:var(--bru-white);border-color:var(--bru-primary)}
.bru-btn--dark:hover{background:var(--bru-secondary);border-color:var(--bru-secondary);transform:translateY(-2px)}
.bru-btn--whatsapp{background:var(--bru-whatsapp);color:var(--bru-white);border-color:var(--bru-whatsapp)}
.bru-btn--whatsapp:hover{background:#1DA851;border-color:#1DA851;transform:translateY(-2px)}
.bru-btn--email{background:var(--bru-secondary);color:var(--bru-white);border-color:var(--bru-secondary)}
.bru-btn--email:hover{background:#2C74B3;border-color:#2C74B3;transform:translateY(-2px)}
.bru-btn--sm{padding:8px 18px;font-size:0.85rem}

/* ============================================================
   TOP BAR
   ============================================================ */
.bru-topbar{background:var(--bru-primary);color:var(--bru-gray-300);font-size:0.82rem;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.08)}
.bru-topbar__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-sm)}
.bru-topbar__left{display:flex;align-items:center;gap:var(--space-lg)}
.bru-topbar__item{display:inline-flex;align-items:center;gap:6px;color:var(--bru-gray-300)}
.bru-topbar__item a{color:var(--bru-gray-300)}
.bru-topbar__item a:hover{color:var(--bru-accent)}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.bru-header{background:var(--bru-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;transition:var(--transition)}
.bru-header.scrolled{box-shadow:var(--shadow-lg)}
.bru-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}
.bru-logo img{max-height:50px;width:auto}
.bru-logo__text{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--bru-primary);text-decoration:none}
.bru-logo__text span{color:var(--bru-accent)}
.bru-nav{display:flex;align-items:center;gap:var(--space-xs)}
.bru-nav a{font-family:var(--font-heading);font-size:0.92rem;font-weight:600;color:var(--bru-gray-700);padding:8px 16px;border-radius:var(--radius-sm);transition:var(--transition)}
.bru-nav a:hover,.bru-nav .current-menu-item>a,.bru-nav .current_page_item>a{color:var(--bru-accent);background:var(--bru-accent-light)}
.bru-header__cta{display:flex;align-items:center;gap:var(--space-md)}
.bru-header__phone{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-weight:700;font-size:0.95rem;color:var(--bru-primary)}
.bru-header__phone:hover{color:var(--bru-accent)}
.bru-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.bru-menu-toggle span{display:block;width:26px;height:2.5px;background:var(--bru-primary);border-radius:2px;transition:var(--transition)}

/* ============================================================
   HERO
   ============================================================ */
.bru-hero{background:linear-gradient(135deg,var(--bru-primary) 0%,#0D3060 50%,var(--bru-secondary) 100%);position:relative;overflow:hidden;padding:var(--space-4xl) 0;min-height:500px;display:flex;align-items:center}
.bru-hero::before{content:'';position:absolute;top:-30%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(232,163,23,0.12),transparent 70%);border-radius:50%}
.bru-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center;position:relative;z-index:1}
.bru-hero__tag{display:inline-flex;align-items:center;gap:var(--space-sm);background:rgba(232,163,23,0.15);color:var(--bru-accent);font-family:var(--font-heading);font-size:0.82rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;padding:6px 16px;border-radius:9999px;margin-bottom:var(--space-lg);border:1px solid rgba(232,163,23,0.25)}
.bru-hero__title{color:var(--bru-white);font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.1;margin-bottom:var(--space-lg)}
.bru-hero__title span{color:var(--bru-accent)}
.bru-hero__desc{color:var(--bru-gray-300);font-size:1.1rem;margin-bottom:var(--space-2xl);max-width:520px}
.bru-hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}
.bru-hero__image img{max-width:100%;border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,0.3)}
.bru-hero__trust{margin-top:var(--space-2xl);display:flex;gap:var(--space-2xl)}
.bru-hero__trust-number{font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--bru-accent);line-height:1}
.bru-hero__trust-label{font-size:0.82rem;color:var(--bru-gray-400);margin-top:2px}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.bru-hero--slider{position:relative;min-height:560px;display:flex;align-items:center;padding:var(--space-4xl) 0;background:var(--bru-primary)}
.bru-hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}
.bru-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}
.bru-hero-slide.active{opacity:1}
.bru-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(10,38,71,0.85) 0%,rgba(32,82,149,0.7) 50%,rgba(10,38,71,0.8) 100%);z-index:1}
.bru-hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}
.bru-hero-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,0.5);background:transparent;cursor:pointer;transition:var(--transition);padding:0}
.bru-hero-dot.active,.bru-hero-dot:hover{background:var(--bru-accent);border-color:var(--bru-accent)}
@media(max-width:768px){.bru-hero--slider{min-height:480px}}

/* ============================================================
   BRAND CARDS
   ============================================================ */
.bru-brands__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-lg)}
.bru-brand-card{background:var(--bru-white);border:1px solid var(--bru-gray-200);border-radius:var(--radius-md);padding:var(--space-lg);text-align:center;transition:var(--transition);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-decoration:none;cursor:pointer}
.bru-brand-card:hover{border-color:var(--bru-accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.bru-brand-card__logo{max-height:60px;max-width:120px;object-fit:contain;margin:0 auto}
.bru-brand-card__name{font-family:var(--font-heading);font-size:0.82rem;font-weight:600;color:var(--bru-gray-600);margin-top:auto}

/* ============================================================
   CATEGORY CARDS
   ============================================================ */
.bru-categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-xl)}
.bru-category-card{background:var(--bru-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}
.bru-category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}
.bru-category-card__img{height:200px;overflow:hidden}
.bru-category-card__img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.bru-category-card:hover .bru-category-card__img img{transform:scale(1.05)}
.bru-category-card__body{padding:var(--space-lg);flex:1;display:flex;flex-direction:column}
.bru-category-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--bru-primary);margin-bottom:var(--space-sm)}
.bru-category-card__title a{color:inherit}
.bru-category-card__title a:hover{color:var(--bru-accent)}
.bru-category-card__count{font-size:0.85rem;color:var(--bru-gray-500);margin-top:auto;padding-top:var(--space-sm);border-top:1px solid var(--bru-gray-100)}

/* ============================================================
   PRODUCT GRID — OUR OWN CLASSES (not WooCommerce's)
   ============================================================ */
.bru-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);list-style:none;padding:0;margin:0}
.bru-product-card{background:var(--bru-white);border:1px solid var(--bru-gray-200);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}
.bru-product-card:hover{border-color:var(--bru-accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.bru-product-card__img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:var(--space-md);background:var(--bru-gray-50);transition:transform 0.4s ease}
.bru-product-card:hover .bru-product-card__img{transform:scale(1.03)}
.bru-product-card__title{font-family:var(--font-heading);font-size:0.95rem;font-weight:600;color:var(--bru-primary);padding:var(--space-md) var(--space-md) var(--space-sm);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}
.bru-product-card__title a{color:inherit;text-decoration:none}
.bru-product-card__title a:hover{color:var(--bru-accent)}
.bru-product-card__actions{padding:var(--space-sm) var(--space-md) var(--space-md);display:flex;gap:var(--space-sm);margin-top:auto;flex-wrap:wrap}
.bru-product-card__actions .bru-btn{flex:1;padding:8px 10px;font-size:0.82rem;min-width:0}

/* ============================================================
   SHOP LAYOUT (Sidebar + Products)
   ============================================================ */
.bru-shop-layout{display:grid;grid-template-columns:240px 1fr;gap:var(--space-2xl);align-items:start}
.bru-shop-sidebar{position:sticky;top:calc(var(--header-height) + var(--space-xl))}
.bru-shop-sidebar .widget{margin-bottom:var(--space-xl)}
.bru-shop-sidebar .widget-title,.bru-shop-sidebar h2{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--bru-primary);padding-bottom:var(--space-sm);border-bottom:2px solid var(--bru-accent);margin-bottom:var(--space-md)}
.bru-shop-sidebar ul{list-style:none;padding:0}
.bru-shop-sidebar ul li{padding:6px 0;border-bottom:1px solid var(--bru-gray-100)}
.bru-shop-sidebar ul li a{color:var(--bru-gray-600);font-size:0.9rem;display:flex;justify-content:space-between;align-items:center}
.bru-shop-sidebar ul li a:hover{color:var(--bru-accent);padding-left:4px}
.bru-shop-sidebar ul li .count{font-size:0.78rem;color:var(--bru-gray-400)}

/* ============================================================
   SINGLE PRODUCT
   ============================================================ */
.bru-single-product{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}
.bru-single-product__gallery{background:var(--bru-gray-50);border-radius:var(--radius-md);padding:var(--space-xl);text-align:center}
.bru-single-product__gallery img{width:100%;height:auto;max-height:450px;object-fit:contain;margin:0 auto}
.bru-single-product__brand{font-family:var(--font-heading);font-size:0.82rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--bru-accent);margin-bottom:var(--space-sm)}
.bru-single-product__title{font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:var(--space-lg)}
.bru-single-product__desc{color:var(--bru-gray-600);font-size:1rem;margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--bru-gray-200)}
.bru-single-product__meta{margin-bottom:var(--space-xl)}
.bru-single-product__meta-row{display:flex;gap:var(--space-md);padding:8px 0;border-bottom:1px solid var(--bru-gray-100);font-size:0.92rem}
.bru-single-product__meta-label{font-weight:600;color:var(--bru-primary);min-width:120px}
.bru-single-product__meta-value{color:var(--bru-gray-600)}

/* Quote Box */
.bru-quote-box{background:linear-gradient(135deg,var(--bru-primary),var(--bru-secondary));border-radius:var(--radius-md);padding:var(--space-xl);color:var(--bru-white);margin-top:var(--space-xl)}
.bru-quote-box h3{color:var(--bru-white);font-size:1.15rem;margin-bottom:var(--space-sm)}
.bru-quote-box p{color:var(--bru-gray-300);font-size:0.92rem;margin-bottom:var(--space-lg)}
.bru-quote-box__actions{display:flex;flex-direction:column;gap:var(--space-sm)}
.bru-quote-box__actions .bru-btn{width:100%}

/* ============================================================
   USP CARDS
   ============================================================ */
.bru-usps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-xl)}
.bru-usp-card{text-align:center;padding:var(--space-2xl) var(--space-lg);border-radius:var(--radius-md);background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);transition:var(--transition)}
.bru-usp-card:hover{border-color:var(--bru-accent);transform:translateY(-4px)}
.bru-usp-card__icon{width:64px;height:64px;border-radius:var(--radius-md);background:var(--bru-accent-light);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-lg);font-size:1.5rem;font-weight:700;color:var(--bru-primary)}
.bru-usp-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--bru-white);margin-bottom:var(--space-sm)}
.bru-usp-card__text{font-size:0.9rem;color:var(--bru-gray-400);line-height:1.6}

/* ============================================================
   STATS
   ============================================================ */
.bru-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-xl);text-align:center}
.bru-stat__number{font-family:var(--font-heading);font-size:3rem;font-weight:800;color:var(--bru-accent);line-height:1;margin-bottom:var(--space-sm)}
.bru-stat__label{font-family:var(--font-heading);font-weight:600;font-size:0.9rem;text-transform:uppercase;letter-spacing:0.05em;color:var(--bru-gray-300)}

/* ============================================================
   CTA
   ============================================================ */
.bru-cta{background:linear-gradient(135deg,var(--bru-primary) 0%,var(--bru-secondary) 100%);position:relative;overflow:hidden}
.bru-cta::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,163,23,0.15),transparent 70%);border-radius:50%}
.bru-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3xl);position:relative;z-index:1}
.bru-cta__content{max-width:560px}
.bru-cta__content h2{color:var(--bru-white)}
.bru-cta__content p{color:var(--bru-gray-400);font-size:1.05rem}
.bru-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-md);flex-shrink:0}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.bru-breadcrumbs{background:var(--bru-gray-100);padding:var(--space-md) 0;border-bottom:1px solid var(--bru-gray-200);font-size:0.88rem}
.bru-breadcrumbs a{color:var(--bru-gray-600)}
.bru-breadcrumbs a:hover{color:var(--bru-accent)}
.bru-breadcrumbs .separator{margin:0 8px;color:var(--bru-gray-400)}
.bru-breadcrumbs .current{color:var(--bru-primary);font-weight:600}

/* ============================================================
   PAGE HEADER
   ============================================================ */
.bru-page-header{background:var(--bru-primary);padding:var(--space-3xl) 0;text-align:center;position:relative;overflow:hidden}
.bru-page-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.bru-page-header h1{color:var(--bru-white);position:relative;z-index:1}
.bru-page-header p{color:var(--bru-gray-400);font-size:1.05rem;position:relative;z-index:1;max-width:600px;margin:0 auto}

/* ============================================================
   FOOTER
   ============================================================ */
.bru-footer{background:var(--bru-gray-900);color:var(--bru-gray-400);padding-top:var(--space-4xl)}
.bru-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid rgba(255,255,255,0.08)}
.bru-footer__brand p{font-size:0.9rem;line-height:1.7;color:var(--bru-gray-500);margin-bottom:var(--space-lg)}
.bru-footer__social{display:flex;gap:var(--space-md)}
.bru-footer__social a{width:36px;height:36px;border-radius:var(--radius-sm);background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center;color:var(--bru-gray-400);font-size:0.9rem;transition:var(--transition)}
.bru-footer__social a:hover{background:var(--bru-accent);color:var(--bru-primary)}
.bru-footer h4{color:var(--bru-white);font-size:1rem;margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:2px solid var(--bru-accent);display:inline-block}
.bru-footer ul{list-style:none;padding:0}
.bru-footer ul li{margin-bottom:var(--space-sm)}
.bru-footer ul li a{color:var(--bru-gray-500);font-size:0.9rem;transition:var(--transition)}
.bru-footer ul li a:hover{color:var(--bru-accent);padding-left:4px}
.bru-footer__contact-item{display:flex;align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:0.9rem}
.bru-footer__contact-item strong{color:var(--bru-gray-300)}
.bru-footer__bottom{padding:var(--space-lg) 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md);font-size:0.82rem;color:var(--bru-gray-600)}
.bru-footer__bottom a{color:var(--bru-accent)}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.bru-whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999;width:60px;height:60px;border-radius:50%;background:var(--bru-whatsapp);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:var(--transition);animation:bru-pulse 2s infinite}
.bru-whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,0.5)}
.bru-whatsapp-float svg{width:32px;height:32px;fill:var(--bru-white)}
@keyframes bru-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* ============================================================
   BLOG
   ============================================================ */
.bru-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-xl)}
.bru-blog-card{background:var(--bru-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}
.bru-blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.bru-blog-card__img{height:200px;overflow:hidden}
.bru-blog-card__img img{width:100%;height:100%;object-fit:cover}
.bru-blog-card__body{padding:var(--space-lg)}
.bru-blog-card__meta{font-size:0.82rem;color:var(--bru-gray-500);margin-bottom:var(--space-sm)}
.bru-blog-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin-bottom:var(--space-sm)}
.bru-blog-card__title a{color:var(--bru-primary)}
.bru-blog-card__title a:hover{color:var(--bru-accent)}
.bru-blog-card__excerpt{font-size:0.92rem;color:var(--bru-gray-600);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* ============================================================
   PAGINATION
   ============================================================ */
.bru-pagination{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);margin-top:var(--space-3xl);flex-wrap:wrap}
.bru-pagination a,.bru-pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);font-family:var(--font-heading);font-weight:600;font-size:0.9rem;border:1px solid var(--bru-gray-200);color:var(--bru-gray-600);transition:var(--transition)}
.bru-pagination a:hover{border-color:var(--bru-accent);color:var(--bru-accent)}
.bru-pagination .current{background:var(--bru-accent);border-color:var(--bru-accent);color:var(--bru-primary)}

/* ============================================================
   CONTACT
   ============================================================ */
.bru-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl)}
.bru-contact-info__item{display:flex;gap:var(--space-lg);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--bru-gray-200)}
.bru-contact-info__icon{width:52px;height:52px;border-radius:var(--radius-md);background:var(--bru-accent-light);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--bru-primary);flex-shrink:0}
.bru-contact-info__text h4{font-size:1rem;margin-bottom:4px}
.bru-contact-info__text p{color:var(--bru-gray-600);font-size:0.92rem;margin-bottom:0}
.bru-contact-info__text a{color:var(--bru-secondary)}
.bru-contact-map{border-radius:var(--radius-md);overflow:hidden;height:100%;min-height:400px}
.bru-contact-map iframe{width:100%;height:100%;border:0}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.bru-faq{margin-bottom:var(--space-md);border:1px solid var(--bru-gray-200);border-radius:var(--radius-md);overflow:hidden}
.bru-faq-toggle{width:100%;padding:var(--space-lg);background:var(--bru-gray-50);border:none;cursor:pointer;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--bru-primary);text-align:left;display:flex;justify-content:space-between;align-items:center}
.bru-faq-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.bru-faq-answer{padding:0 var(--space-lg) var(--space-lg);color:var(--bru-gray-600);font-size:0.95rem;line-height:1.7}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.bru-animate{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease}
.bru-animate.visible{opacity:1;transform:translateY(0)}

/* ============================================================
   COMMENTS
   ============================================================ */
.bru-comments{margin-top:var(--space-3xl)}
.bru-comments .comment-list{list-style:none;padding:0}
.bru-comments .comment{padding:var(--space-xl) 0;border-bottom:1px solid var(--bru-gray-200)}

/* ============================================================
   PRINT
   ============================================================ */
@media print{.bru-topbar,.bru-header,.bru-footer,.bru-whatsapp-float,.bru-cta,.bru-hero__actions,.bru-quote-box,.bru-product-card__actions{display:none !important}body{color:#000;font-size:12pt}}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1024px){
    .bru-hero__inner{grid-template-columns:1fr;text-align:center}
    .bru-hero__desc{margin-left:auto;margin-right:auto}
    .bru-hero__actions{justify-content:center}
    .bru-hero__trust{justify-content:center}
    .bru-hero__image{display:none}
    .bru-nav{display:none}
    .bru-menu-toggle{display:flex}
    .bru-header__phone{display:none}
    .bru-nav.open{display:flex;flex-direction:column;position:absolute;top:var(--header-height);left:0;right:0;background:var(--bru-white);box-shadow:var(--shadow-lg);padding:var(--space-lg);z-index:999}
    .bru-nav.open a{padding:12px 16px;width:100%}
    .bru-shop-layout{grid-template-columns:1fr}
    .bru-shop-sidebar{position:static;order:2;border-top:1px solid var(--bru-gray-200);padding-top:var(--space-xl);margin-top:var(--space-xl)}
    .bru-shop-products{order:1}
    .bru-products__grid{grid-template-columns:repeat(2,1fr)}
    .bru-single-product{grid-template-columns:1fr}
    .bru-footer__grid{grid-template-columns:1fr 1fr}
    .bru-cta__inner{flex-direction:column;text-align:center}
    .bru-contact-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
    .bru-topbar{display:none}
    .bru-footer__grid{grid-template-columns:1fr}
    .bru-blog-grid{grid-template-columns:1fr}
    .bru-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
    .bru-container{padding:0 var(--space-md)}
    .bru-categories__grid{grid-template-columns:1fr}
    .bru-products__grid{grid-template-columns:1fr 1fr}
    .bru-product-card__actions{flex-direction:column}
    .bru-product-card__actions .bru-btn{width:100%;flex:none}
    .bru-hero__trust{flex-direction:column;gap:var(--space-md);align-items:center}
}
