/* =============================================================
   products.css — Avon Alloys Products Page styles
   Loaded only on products.php via $page_stylesheet
   ============================================================= */

        /* ── GLOBAL BRAND COLORS ── */
        :root {
            --avon-blue: #29ABE2;
            --avon-lime: #D4EE36;
            --avon-dark: #0a0a0a;
            --avon-card: #111111;
            --avon-border: rgba(255,255,255,0.08);
        }

        /* ══════════════════════════════════
           BREADCRUMB HERO
        ══════════════════════════════════ */
        .products-hero {
            background: #0a0a0a;
            padding: 180px 0 80px;
            position: relative;
            overflow: hidden;
        }
        .products-hero::before {
            content: '';
            position: absolute;
            top: -120px; right: -120px;
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(41,171,226,0.08) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .products-hero .hero-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(212,238,54,0.1);
            border: 1.5px dashed rgba(212,238,54,0.45);
            border-radius: 50px;
            padding: 6px 18px;
            color: #D4EE36;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin-bottom: 22px;
        }
        .products-hero .hero-label span {
            width: 6px; height: 6px;
            background: #D4EE36;
            border-radius: 50%;
            display: inline-block;
        }
        .products-hero h1 {
            font-size: clamp(36px, 5vw, 64px);
            font-weight: 800;
            color: #fff;
            line-height: 1.1;
            margin-bottom: 20px;
        }
        .products-hero h1 span { color: #29ABE2; }
        .products-hero p.hero-sub {
            font-size: 17px;
            color: rgba(255,255,255,0.55);
            max-width: 520px;
            line-height: 1.7;
            margin-bottom: 0;
        }
        .products-hero .hero-stats {
            display: flex;
            gap: 40px;
            margin-top: 48px;
            flex-wrap: wrap;
        }
        .products-hero .stat-item {
            display: flex;
            flex-direction: column;
        }
        .products-hero .stat-num {
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }
        .products-hero .stat-num span { color: #29ABE2; }
        .products-hero .stat-label {
            font-size: 12px;
            color: rgba(255,255,255,0.4);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 4px;
        }
        /* Decorative right side */
        .products-hero .hero-deco {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }
        .products-hero .hero-deco-ring {
            width: 340px; height: 340px;
            border-radius: 50%;
            border: 1.5px dashed rgba(41,171,226,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .products-hero .hero-deco-ring::before {
            content: '';
            position: absolute;
            inset: 30px;
            border-radius: 50%;
            border: 1.5px dashed rgba(41,171,226,0.15);
        }
        .products-hero .hero-deco-center {
            width: 180px; height: 180px;
            border-radius: 50%;
            background: linear-gradient(135deg, #29ABE2 0%, #1a7fa8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            padding: 20px;
        }
        .products-hero .hero-deco-center p {
            font-size: 11px;
            color: rgba(255,255,255,0.7);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 4px;
        }
        .products-hero .hero-deco-center strong {
            font-size: 18px;
            color: #fff;
            font-weight: 800;
            line-height: 1.2;
        }
        /* Orbit dots */
        .products-hero .orbit-dot {
            position: absolute;
            width: 10px; height: 10px;
            border-radius: 50%;
            background: #D4EE36;
        }
        .products-hero .orbit-dot:nth-child(1) { top: -5px; left: 50%; transform: translateX(-50%); }
        .products-hero .orbit-dot:nth-child(2) { bottom: -5px; left: 50%; transform: translateX(-50%); }
        .products-hero .orbit-dot:nth-child(3) { left: -5px; top: 50%; transform: translateY(-50%); background: #29ABE2; }
        .products-hero .orbit-dot:nth-child(4) { right: -5px; top: 50%; transform: translateY(-50%); background: #29ABE2; }

        /* ══════════════════════════════════
           PRODUCTS SECTION
        ══════════════════════════════════ */
        .products-section {
            background: #0d0d0d;
            padding: 100px 0 120px;
        }
        .products-section .sec-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #29ABE2;
            margin-bottom: 14px;
        }
        .products-section .sec-tag span {
            width: 30px; height: 2px;
            background: #29ABE2;
            display: inline-block;
        }
        .products-section .sec-heading {
            font-size: clamp(28px, 3.5vw, 46px);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 14px;
        }
        .products-section .sec-sub {
            font-size: 15px;
            color: rgba(255,255,255,0.45);
            max-width: 540px;
            line-height: 1.7;
        }

        /* ── FILTER TABS ── */
        .product-filter {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 44px;
            margin-bottom: 48px;
        }
        .product-filter .filter-btn {
            padding: 9px 22px;
            border-radius: 50px;
            border: 1.5px solid rgba(255,255,255,0.12);
            background: transparent;
            color: rgba(255,255,255,0.5);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.25s ease;
            letter-spacing: 0.3px;
        }
        .product-filter .filter-btn:hover,
        .product-filter .filter-btn.active {
            background: #29ABE2;
            border-color: #29ABE2;
            color: #fff;
        }

        /* ── PRODUCT CARD ── */
        .product-card {
            background: #111;
            border: 1px solid rgba(255,255,255,0.07);
            border-radius: 20px;
            overflow: hidden;
            transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .product-card:hover {
            transform: translateY(-8px);
            border-color: rgba(41,171,226,0.3);
            box-shadow: 0 20px 60px rgba(41,171,226,0.08);
        }

        /* Image area */
        .product-card__img {
            width: 100%;
            height: 280px;
            background: #1a1a1a;
            overflow: hidden;
            position: relative;
        }
        .product-card__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.4s ease;
        }
        .product-card:hover .product-card__img img {
            transform: scale(1.05);
        }
        /* Grade badge on image */
        .product-card__badge {
            position: absolute;
            top: 16px; left: 16px;
            background: rgba(10,10,10,0.85);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(41,171,226,0.3);
            border-radius: 8px;
            padding: 5px 12px;
            font-size: 11px;
            font-weight: 700;
            color: #29ABE2;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        /* Featured tag */
        .product-card__featured {
            position: absolute;
            top: 16px; right: 16px;
            background: #D4EE36;
            border-radius: 6px;
            padding: 4px 10px;
            font-size: 10px;
            font-weight: 700;
            color: #111;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        /* Body */
        .product-card__body {
            padding: 28px 28px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .product-card__category {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: #29ABE2;
            margin-bottom: 8px;
        }
        .product-card__name {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            line-height: 1.25;
            margin-bottom: 12px;
        }
        .product-card__desc {
            font-size: 13.5px;
            color: rgba(255,255,255,0.45);
            line-height: 1.65;
            margin-bottom: 20px;
            flex: 1;
        }

        /* Spec chips */
        .product-card__specs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 24px;
        }
        .spec-chip {
            display: flex;
            align-items: center;
            gap: 5px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 6px;
            padding: 5px 10px;
            font-size: 11.5px;
            color: rgba(255,255,255,0.6);
        }
        .spec-chip .chip-dot {
            width: 5px; height: 5px;
            border-radius: 50%;
            background: #29ABE2;
            flex-shrink: 0;
        }

        /* Footer CTA */
        .product-card__footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid rgba(255,255,255,0.06);
            padding-top: 20px;
        }
        .product-card__footer .enquire-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #29ABE2;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            padding: 10px 22px;
            text-decoration: none;
            transition: background 0.25s ease, transform 0.2s ease;
            letter-spacing: 0.3px;
        }
        .product-card__footer .enquire-btn:hover {
            background: #1a8fba;
            transform: translateX(2px);
            color: #fff;
        }
        .product-card__footer .enquire-btn svg {
            transition: transform 0.2s ease;
        }
        .product-card__footer .enquire-btn:hover svg {
            transform: translateX(3px);
        }
        .product-card__footer .datasheet-link {
            font-size: 12px;
            color: rgba(255,255,255,0.35);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: color 0.2s ease;
        }
        .product-card__footer .datasheet-link:hover { color: rgba(255,255,255,0.7); }

        /* ══════════════════════════════════
           SPECS TABLE SECTION
        ══════════════════════════════════ */
        .specs-section {
            background: #080808;
            padding: 90px 0 100px;
            border-top: 1px solid rgba(255,255,255,0.05);
        }
        .specs-section .sec-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #29ABE2;
            margin-bottom: 14px;
        }
        .specs-section .sec-tag span { width:30px; height:2px; background:#29ABE2; display:inline-block; }
        .specs-section .sec-heading {
            font-size: clamp(26px, 3vw, 40px);
            font-weight: 800;
            color: #fff;
            margin-bottom: 50px;
        }
        .avon-specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.07);
        }
        .avon-specs-table thead tr {
            background: #29ABE2;
        }
        .avon-specs-table thead th {
            padding: 16px 22px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            border: none;
            white-space: nowrap;
        }
        .avon-specs-table tbody tr {
            background: #111;
            transition: background 0.2s;
        }
        .avon-specs-table tbody tr:nth-child(even) { background: #141414; }
        .avon-specs-table tbody tr:hover { background: #1a1a1a; }
        .avon-specs-table tbody td {
            padding: 14px 22px;
            font-size: 13.5px;
            color: rgba(255,255,255,0.7);
            border: none;
            border-top: 1px solid rgba(255,255,255,0.04);
        }
        .avon-specs-table tbody td:first-child {
            color: #fff;
            font-weight: 600;
        }
        .avon-specs-table .badge-is {
            display: inline-block;
            background: rgba(41,171,226,0.15);
            border: 1px solid rgba(41,171,226,0.3);
            color: #29ABE2;
            border-radius: 4px;
            padding: 2px 8px;
            font-size: 11px;
            font-weight: 600;
        }

        /* ══════════════════════════════════
           CTA BANNER
        ══════════════════════════════════ */
        .product-cta-section {
            background: linear-gradient(135deg, #0d1a24 0%, #0a0a0a 100%);
            border-top: 1px solid rgba(41,171,226,0.1);
            border-bottom: 1px solid rgba(41,171,226,0.1);
            padding: 90px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .product-cta-section::before {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 600px; height: 300px;
            background: radial-gradient(ellipse, rgba(41,171,226,0.07) 0%, transparent 70%);
            pointer-events: none;
        }
        .product-cta-section h2 {
            font-size: clamp(28px, 4vw, 50px);
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        .product-cta-section h2 span { color: #29ABE2; }
        .product-cta-section p {
            font-size: 16px;
            color: rgba(255,255,255,0.45);
            max-width: 480px;
            margin: 0 auto 36px;
            line-height: 1.7;
        }
        .product-cta-section .cta-actions {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .product-cta-section .btn-primary-avon {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #29ABE2;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            border-radius: 50px;
            padding: 14px 32px;
            text-decoration: none;
            transition: background 0.25s ease;
            letter-spacing: 0.3px;
        }
        .product-cta-section .btn-primary-avon:hover { background: #1a8fba; color: #fff; }
        .product-cta-section .btn-outline-avon {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            border: 1.5px solid rgba(255,255,255,0.2);
            border-radius: 50px;
            padding: 14px 32px;
            text-decoration: none;
            transition: border-color 0.25s ease, color 0.25s ease;
            letter-spacing: 0.3px;
        }
        .product-cta-section .btn-outline-avon:hover {
            border-color: #29ABE2;
            color: #29ABE2;
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 991px) {
            .products-hero { padding: 150px 0 60px; }
            .products-hero .hero-deco { display: none; }
            .products-hero .hero-stats { gap: 24px; }
        }
        @media (max-width: 576px) {
            .products-section { padding: 70px 0 80px; }
            .product-card__body { padding: 22px 20px 18px; }
            .avon-specs-table thead th,
            .avon-specs-table tbody td { padding: 12px 14px; font-size: 12px; }
        }
