@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root {
    --navy: #060e1a;
    --navy-light: #0b172a;
    --gold: #f4a100;
    --bg: #f5f6f8;
    --white: #ffffff;
    --text-dark: #1a1a1a;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --radius-lg: 12px;
    --radius-md: 8px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.05);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); background: #ffffff; font-size: 17px; line-height: 1.3; overflow-x: hidden; }
.container { max-width: 1360px; margin: 0 auto; padding: 0 20px; width: 100%; box-sizing: border-box; }
.utility-bar { background: #B9160A; color: #fff; padding: 8px 0; font-size: 11px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.utility-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.utility-left { display: flex; gap: 20px; }
.utility-right a { color: #fff; text-decoration: none; margin-left: 15px; }
.site-header { background: var(--white); border-bottom: 1px solid var(--border); position: relative; z-index: 1000; }
.header-inner { display: flex; align-items: center; gap: 30px; padding: 16px 20px; }
.logo-block { text-decoration: none; }
.logo-block .logo { color: var(--navy); font-size: 24px; font-weight: 700; text-decoration: none; }
.logo-img { height: 50px; }
.mobile-nav-toggle { display: none; background: transparent !important; border: none !important; font-size: 28px !important; color: var(--navy) !important; cursor: pointer !important; outline: none !important; padding: 5px !important; line-height: 1 !important; width: auto !important; height: auto !important; box-shadow: none !important; }
.header-search { flex: 1; display: flex; max-width: 680px; }
.header-category-select { border: 1px solid var(--border); border-right: none; background: #f9fafb; padding: 0 15px; font-size: 12px; border-radius: 6px 0 0 6px; }
.header-search input { flex: 1; padding: 12px 18px; border: 1px solid var(--border); font-size: 13px; }
.header-search input:focus { outline: none; }
.header-search button { background: #B9160A; border: 1px solid #B9160A; border-radius: 0 6px 6px 0; padding: 0 20px; cursor: pointer; font-size: 16px; border-left: none; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.header-icon-link { display: flex; flex-direction: column; text-decoration: none; color: var(--text-dark); position: relative; }
.header-icon-link .icon-label { font-weight: 600; font-size: 14px; }
.header-icon-link small { color: var(--text-muted); font-size: 12px; }
.cart-count { position: absolute; top: -8px; right: -12px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.shop-nav { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.shop-nav-inner { display: flex; align-items: center; gap: 10px; padding: 0 20px; }
.category-dropdown { position: relative; }
.cat-dropbtn { background: var(--navy); color: var(--white); border: none; padding: 12px 20px; font-size: 16px; font-weight: 600; cursor: pointer; border-radius: 6px 6px 0 0; }
.main-shop-links { display: flex; gap: 15px; padding-left: 0px; font-size: 13px; font-weight: 500; }
.main-shop-links a { padding: 12px 0; font-size: 14px; font-weight: 600; text-decoration: none; color: #000000; }
.main-shop-links a:hover, .main-shop-links a.active { color: #B31A0D; }
.highlight-link { font-weight: 600; }
.hot-badge { background: #fee2e2; color: #ef4444; font-size: 9px; font-weight: 700; padding: 1px 4px; border-radius: 4px; margin-left: 3px; }
.homepage-hero-row { display: grid; grid-template-columns: 2.8fr 1.1fr; gap: 20px; margin: 20px 0; }
.hero-banner { background: var(--navy); border-radius: 5px; overflow: hidden; box-shadow: var(--shadow-sm); color: #fff; width: 100%; }
.hero-banner-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; padding: 50px; }
.hero-tag { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.hero-banner h1 { font-size: 42px; font-weight: 700; line-height: 1.1; margin: 15px 0; }
.hero-highlight { color: #44f100; font-size: 35px; font-weight:600; }
.hero-banner p { color: #FFF; font-size: 15px; font-weight:600; margin-bottom: 25px; }
.hero-features { display: flex; gap: 15px; margin-bottom: 30px; font-size: 11px; color: #94a3b8; }
.hero-buttons { display: flex; gap: 15px; }
.btn-primary { background: #B9160A; color: #fff; padding: 12px 24px; border-radius: 5px; font-weight: 600; font-size: 16px; text-decoration: none; border: none; cursor: pointer; display: inline-block; text-align: center; }
.btn-outline-dark { border: 1px solid #fff; color: #fff; padding: 14px 28px; border-radius: var(--radius-md); font-weight: 600; text-decoration: none; text-align: center; }
.hero-banner-image img { max-width: 100%; max-height: 350px; object-fit: contain; }
.homepage-sidebar { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.sidebar-widget { background: var(--white); border-radius: 5px; padding: 24px; text-decoration: none; color: var(--text-dark); display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow-sm); border: 1px solid var(--border); flex: 1; transition: all 0.2s ease; }
.sidebar-widget:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #cbd5e1; }
.sidebar-widget strong { display: block; color: #fff; font-size: 20px; margin-bottom: 6px; font-weight: 700; }
.sidebar-widget p { font-size: 17px; color: #fff; line-height: 1.5; margin-bottom: 15px; }
.widget-link-btn { font-size: 13px; font-weight: 600; color: var(--white); background: var(--navy); padding: 8px 16px; border-radius: 6px; display: inline-block; align-self: flex-start; transition: background 0.2s; }
.sidebar-widget:hover .widget-link-btn { background: var(--gold); color: var(--navy); }
.widget-motherboard { background: #B9160A; border-color: #fef08a; }
.widget-storage-ssd { background: #B9160A; border-color: #bfdbfe; }
.category-icons-row { display: flex; gap: 18px; padding: 20px 0; overflow-x: auto; margin-bottom: 25px; }
.category-icon-item { text-align: center; flex-shrink: 0; width: 95px; text-decoration: none; }
.category-icon-circle { width: 68px; height: 68px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; box-shadow: var(--shadow-sm); overflow: hidden; border: 1px solid var(--border); }
.category-icon-circle img { width: 100%; height: 100%; object-fit: cover; }
.category-icon-item small { color: var(--text-dark); font-size: 14px; font-weight: 500; }
.section-heading-row { display: flex; justify-content: space-between; align-items: center; margin: 40px 0 20px; border-left: 4px solid #B9160A; padding-left: 4px; }
.section-title { font-size: 22px; font-weight: 700; color: var(--navy); padding-left: 4px; }
.product-grid-layout { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; width: 100%; }
.product-card { background: var(--white); border-radius: 5px; padding: 1px; border: 0px solid var(--border); transition: all 0.2s ease; display: flex; flex-direction: column; justify-content: space-between; position: relative; height: 100%; text-decoration: none; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cbd5e1; }
.product-card-image-wrapper { width: 100%; height: 140px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; background: #fafafa; border-radius: 6px; padding: 8px; }
.product-card img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-card-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.product-card h4 { font-size: 14px; font-weight: 600; text-align: left; color: #111827; margin-bottom: 10px; line-height: 1.4; min-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 15px; }
.price-tag { font-size: 20px; font-weight: 700; color: #b31a0d; }
.price-strike { font-size: 15px; color: #9ca3af; text-decoration: line-through; }
.btn-card-buy { background: #b4190d; color: var(--white); width: 100%; padding: 10px 0; border: none; border-radius: 100px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background 0.2s; text-align: center; text-transform: uppercase; letter-spacing: 0.5px; margin-top: auto; display: block; }
.product-card:hover .btn-card-buy { background: #000; color: #fff; }
.buy-now-form { margin-top: auto; width: 100%; }
.buy-now-form .btn-card-buy { margin-top: 0; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.course-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); transition: all 0.2s ease; display: flex; flex-direction: column; }
.course-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.course-card img { width: 100%; height: 160px; object-fit: cover; }
.course-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.course-card h4 { font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 12px; }
.trust-badges { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 30px 0; margin-top: 50px; }
.trust-badges-inner { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.trust-item strong { display: block; font-size: 16px; color: #B4190D; }
.site-footer { background: #0b1120; color: #94a3b8; padding: 20px 0 0; font-size: 16px; font-weight: 500; margin-top: 0; text-align: left; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr 1.6fr; gap: 30px; padding-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 17px; margin-bottom: 18px; text-transform: uppercase; }
.footer-col a { display: block; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; margin-bottom: 5px; }
.footer-social { display: flex !important; flex-direction: row !important; gap: 10px !important; margin-top: 10px; }
.footer-social a { font-size: 18px !important; text-decoration: none !important; margin: 0 !important; display: inline-block !important; }
.dashboard-layout { display: grid; grid-template-columns: 260px 1fr; gap: 30px; padding: 40px 0; align-items: flex-start; }
.dashboard-sidebar { background: var(--white); padding: 15px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.dashboard-sidebar a { padding: 12px 16px; text-decoration: none; color: #374151; border-radius: var(--radius-md); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; transition: all 0.2s; }
.dashboard-sidebar a:hover, .dashboard-sidebar a.active { background: #f1f5f9; color: var(--navy); font-weight: 600; }
.dashboard-content { background: var(--white); padding: 30px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); width: 100%; }
.dashboard-content h1 { font-size: 26px; color: var(--navy); margin-bottom: 25px; display: flex; align-items: center; gap: 10px; }
.dash-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 20px 0 35px; }
.dash-stat-card { background: #f8fafc; border-radius: var(--radius-md); padding: 24px; border: 1px solid var(--border); border-top: 4px solid var(--gold); text-align: left; }
.stat-number { font-size: 32px; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-label { font-size: 16px; color: var(--text-muted); margin-top: 6px; font-weight: 500; }
.dashboard-content h3 { font-size: 18px; margin-bottom: 15px; color: var(--navy); border-bottom: 2px solid #f1f5f9; padding-bottom: 8px; }
.continue-learning-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; margin-bottom: 35px; }
.course-continue-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 15px; display: flex; gap: 15px; align-items: center; }
.course-continue-card img { width: 80px; height: 80px; object-fit: cover; border-radius: 6px; }
.course-continue-details { flex: 1; }
.course-continue-details h4 { font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.course-continue-details p { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.btn-continue { background: var(--gold); color: var(--navy); padding: 8px 16px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; display: inline-block; }
.admin-table-wrapper { width: 100%; overflow-x: auto; margin-top: 10px; }
.admin-table { width: 100%; border-collapse: collapse; text-align: left; }
.admin-table th { background: #f8fafc; color: var(--navy); font-size: 12px; text-transform: uppercase; font-weight: 700; padding: 12px 16px; border-bottom: 2px solid var(--border); }
.admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: 14px; color: #374151; }
.badge-status { padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: capitalize; display: inline-block; }
.badge-processing { background: #fef3c7; color: #d97706; }
.badge-delivered { background: #d1fae5; color: #059669; }
@media (max-width: 900px) {
    .container { padding: 0 12px; }
    .utility-bar-inner { flex-direction: column; gap: 6px; text-align: center; }
    .utility-left { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .utility-right { display: none; }
    .mobile-nav-toggle { display: block !important; grid-column: 1 !important; justify-self: start !important; }
    .header-inner { display: grid !important; grid-template-columns: 40px 1fr 80px !important; align-items: center !important; padding: 12px 15px !important; gap: 10px !important; width: 100% !important; }
    .logo-block { grid-column: 2 !important; text-align: center !important; display: flex !important; justify-content: center !important; align-items: center !important; margin: 0 auto !important; }
    .logo-block .logo { font-size: 20px !important; display: block !important; }
    .logo-img { height: 32px; }
    .header-actions { grid-column: 3 !important; justify-content: flex-end !important; display: flex !important; gap: 14px !important; }
    .header-icon-link.user-account-link { display: block !important; font-size: 18px !important; }
    .header-icon-link.user-account-link .icon-label { font-size: 0 !important; }
    .header-icon-link.user-account-link::before { content: "👤" !important; font-size: 20px !important; }
    .header-icon-link:not(.cart-icon-link):not(.user-account-link) { display: none !important; }
    .header-search { display: none !important; }
    .header-contact-block { display: none !important; }
    .shop-nav { position: fixed !important; top: 0; left: -280px; width: 280px; height: 100vh; background: var(--white); box-shadow: 4px 0 15px rgba(0,0,0,0.1); transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 9999; display: block; border: none; }
    .shop-nav.open { left: 0; }
    .shop-nav-inner { flex-direction: column; align-items: stretch; padding: 25px 20px; gap: 20px; }
    .category-dropdown { display: none; }
    .main-shop-links { flex-direction: column; gap: 5px; padding-left: 0; width: 100%; overflow-x: visible; white-space: normal; }
    .main-shop-links a { padding: 12px 16px; display: block; font-size: 15px; border-radius: 6px; border-bottom: none; background: #f8fafc; margin-bottom: 4px; }
    .main-shop-links a:hover { background: #f1f5f9; }
    .homepage-hero-row { grid-template-columns: 1fr; gap: 16px; }
    .hero-banner-grid { grid-template-columns: 1fr; padding: 30px 20px; text-align: center; }
    .hero-banner h1 { font-size: 28px; }
    .hero-banner p { font-size: 14px; }
    .hero-features { justify-content: center; flex-wrap: wrap; gap: 10px; }
    .hero-buttons { flex-direction: column; gap: 10px; }
    .hero-buttons a { width: 100%; }
    .hero-banner-image { display: none; }
    .homepage-sidebar { flex-direction: column; gap: 12px; }
    .sidebar-widget { width: 100%; }
    .product-grid, .course-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
    .product-card { padding: 12px; }
    .product-card-image-wrapper { height: 120px; }
    .product-card h4 { font-size: 13px; height: 38px; padding-bottom: 0; margin-bottom: 6px; }
    .price-tag { font-size: 16px; }
    .btn-card-buy { padding: 8px 0; font-size: 15px; }
    .category-icons-row { gap: 12px; padding: 10px 0; }
    .category-icon-item { width: 75px; }
    .category-icon-circle { width: 56px; height: 56px; }
    .trust-badges-inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .footer-grid { grid-template-columns: 1fr !important; gap: 25px; }
    .dashboard-layout { display: flex !important; flex-direction: column !important; gap: 16px !important; padding: 15px 0 !important; }
    .dashboard-sidebar { flex-direction: row !important; overflow-x: auto !important; white-space: nowrap !important; width: 100% !important; padding: 8px !important; gap: 8px !important; background: #fff !important; border: 1px solid var(--border) !important; box-shadow: var(--shadow-sm) !important; -webkit-overflow-scrolling: touch; }
    .dashboard-sidebar::-webkit-scrollbar { display: none; }
    .dashboard-sidebar a { padding: 8px 14px !important; font-size: 13px !important; display: inline-flex !important; align-items: center; background: #f8fafc; border: 1px solid var(--border); flex-shrink: 0; }
    .dashboard-sidebar a.active { background: var(--navy) !important; color: #fff !important; }
    .dashboard-content { padding: 16px !important; border-radius: var(--radius-lg) !important; width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; }
    .dashboard-content h1 { font-size: 20px !important; margin-bottom: 15px !important; }
    .dash-stats { grid-template-columns: 1fr !important; gap: 12px !important; margin-bottom: 20px !important; }
    .dash-stat-card { padding: 16px !important; }
    .stat-number { font-size: 26px !important; }
    .continue-learning-grid { grid-template-columns: 1fr !important; }
    .course-continue-card { padding: 12px !important; gap: 12px !important; }
    .course-continue-card img { width: 65px !important; height: 65px !important; }
    .admin-table-wrapper { margin-top: 5px; width: 100%; overflow-x: auto; }
    .admin-table th, .admin-table td { padding: 10px 12px !important; font-size: 13px !important; }
}
@media (max-width: 576px) {
    .course-continue-card { flex-direction: column; text-align: center; }
    .course-continue-card img { width: 100%; height: 140px; }
}
@media (max-width: 480px) {
    .product-grid, .course-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px; }
    .dashboard-content { padding: 12px !important; }
}
.article-container { padding: 10px 16px 10px; }
.article-breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.article-breadcrumb a { color: var(--text-muted); text-decoration: none; }
.article-breadcrumb a:hover { color: var(--navy); }
.article-breadcrumb span { color: var(--navy); font-weight: 600; }
.article-grid { display: grid; grid-template-columns: 2.3fr 1fr; gap: 40px; align-items: start; }
.article-main { max-width: 100%; }
.article-title { font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1.25; margin-bottom: 14px; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; color: var(--text-muted); font-size: 13px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.article-featured-image { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 24px; }
.article-excerpt { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.article-body { font-size: 16px; line-height: 1.85; }
.article-body h2, .article-body h3 { margin-top: 30px; }
.article-share { display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; color: var(--text-muted); }
.article-share a { color: var(--navy); text-decoration: none; font-weight: 600; padding: 6px 14px; border: 1px solid var(--border); border-radius: 20px; }
.article-share a:hover { background: var(--bg); }
.article-nav-back { margin-top: 24px; }
.article-nav-back a { color: var(--navy); text-decoration: none; font-weight: 600; font-size: 14px; }
.article-sidebar { background: #fff; border-radius: 5px; padding: 20px; position: sticky; top: 90px; border: 1px solid var(--border);}
.article-sidebar h4 { color: var(--navy); font-size: 20px; font-weight: 600; margin-bottom: 16px; }
.article-related-item { display: flex; gap: 12px; text-decoration: none; color: var(--text-dark); margin-bottom: 16px; align-items: center; }
.article-related-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.article-related-item strong { display: block; font-size: 13px; line-height: 1.35; margin-bottom: 3px; }
.article-related-item small { color: var(--text-muted); font-size: 11px; }
.article-related-item:hover strong { color: var(--navy); }
.page-container { padding: 24px 16px 60px; max-width: 850px; margin: 0 auto; }
.page-header-block { text-align: center; padding: 30px 0 20px; }
.page-title { font-size: 30px; font-weight: 800; color: var(--navy); }
.page-body { font-size: 17px; line-height: 1.3; }
.page-body h2, .page-body h3 { margin-top: 26px; color: var(--navy); }
@media (max-width: 900px) {
    .article-grid { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .article-title { font-size: 24px; }
    .article-featured-image { max-height: 260px; }
    .page-title { font-size: 24px; }
}
.pdp-container { padding: 24px 16px 60px; background: #fff; }
.pdp-breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 18px; }
.pdp-breadcrumb a { color: var(--text-muted); text-decoration: none; }
.pdp-breadcrumb a:hover { color: var(--navy); }
.pdp-breadcrumb span { color: var(--navy); font-weight: 600; }
.pdp-grid-3col { display: grid; grid-template-columns: 1fr 320px; gap: 24px; margin-bottom: 40px; align-items: start; }
.pdp-left-col { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.pdp-top-row { display: grid; grid-template-columns: 480px 1fr; gap: 24px; align-items: start; }
.pdp-gallery { background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 16px; }
.pdp-gallery-flex { display: flex; gap: 12px; align-items: flex-start; }
.pdp-thumbs-vertical { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.pdp-thumb { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; border: 2px solid var(--border); cursor: pointer; transition: border-color 0.15s; background: var(--white); }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--gold); }
.pdp-main-image { position: relative; flex: 1; background: var(--white); border-radius: 10px; overflow: hidden; line-height: 0; }
.pdp-main-image img { width: 100%; height: auto; display: block; }
.pdp-no-image { color: var(--text-muted); font-size: 14px; }
.pdp-discount-badge { position: absolute; top: 12px; left: 12px; background: #d92d20; color: #fff; font-size: 12px; font-weight: 700; padding: 10px 10px; border-radius: 20px; z-index: 2; }
.pdp-wishlist-icon { position: absolute; top: 12px; right: 12px; font-size: 20px; background: #B9160A; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.15); z-index: 2; text-decoration: none; }
.pdp-trust-icons-row { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); text-align: center; }
.pdp-trust-icons-row span { font-size: 11px; color: var(--text-muted); flex: 1; line-height: 1.6; }
.pdp-info-col { padding: 0; }
.pdp-title { font-size: 30px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 10px; }
.pdp-meta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.pdp-rating { color: var(--gold); font-size: 15px; }
.pdp-rating-count { color: #000; font-size: 14px; margin-left: 6px; }
.pdp-sku { color: #000; font-size: 14px; }
.pdp-price-box { display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; margin-bottom: 4px; }
.pdp-price-current { font-size: 30px; font-weight: 900; color: #B9160A; }
.pdp-price-old { font-size: 15px; color: #000; text-decoration: line-through; }
.pdp-price-save { background: #e6f6ee; color: var(--success); font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.pdp-tax-note { font-size: 12px; font-weight: 500; color: #000; margin-bottom: 14px; }
.pdp-mobile-buy-form { display: none; }
.pdp-social-proof { background: #fff7e6; color: #92600a; font-size: 13px; font-weight: 600; padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; }
.pdp-short-desc { color: var(--text-dark); font-size: 14px; line-height: 1.6; margin-bottom: 18px; }
.pdp-buybox { background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 18px; }
.pdp-delivery-box { font-size: 13px; line-height: 1.9; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.pdp-stock-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.pdp-badge { font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 6px; }
.pdp-badge-instock { background: #e6f6ee; color: var(--success); }
.pdp-badge-outstock { background: #fdecea; color: var(--error); }
.pdp-badge-download { background: #fff7e6; color: #92600a; }
.pdp-buy-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.pdp-qty-box { display: flex; align-items: center; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; width: 120px; }
.pdp-qty-box button { width: 36px; height: 42px; background: var(--bg); border: none; font-size: 18px; cursor: pointer; color: var(--navy); }
.pdp-qty-box input { width: 48px; height: 42px; border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); text-align: center; font-size: 14px; }
.pdp-btn-cart { background: #055529; color: #fff; border: none; padding: 13px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; transition: filter 0.15s; }
.pdp-btn-cart:hover { filter: brightness(0.95); }
.pdp-btn-buynow { background: #B9160A; color: #fff; border: none; padding: 13px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; transition: filter 0.15s; }
.pdp-btn-buynow:hover { filter: brightness(0.95); }
.pdp-secure-note { font-size: 14px; color: var(--text-muted); text-align: center; margin-bottom: 14px; }
.pdp-sold-by-box { font-size: 14px; color: #000000; line-height: 1.9; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 14px; }
.pdp-sold-by-box strong { color: var(--text-dark); }
.pdp-share-row { display: flex; gap: 10px; align-items: center; font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.pdp-share-row a { color: var(--navy); text-decoration: none; font-weight: 600; }
.pdp-fbt-box { background: var(--bg); border: none; border-radius: 10px; padding: 14px; }
.pdp-fbt-box h4 { font-size: 13px; color: var(--navy); margin-bottom: 10px; }
.pdp-fbt-items { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.pdp-fbt-items img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border); background: #fff; }
.pdp-fbt-plus { font-size: 16px; color: var(--text-muted); }
.pdp-fbt-name { font-size: 12px; color: var(--text-muted); margin-bottom: 6px; }
.pdp-fbt-total { font-size: 13px; margin-bottom: 10px; }
.pdp-tabs-section { margin-top: 10px; }
.pdp-tabs-nav { display: flex; gap: 6px; border-bottom: 2px solid var(--border); margin-bottom: 24px; }
.pdp-tab-btn { background: none; border: none; padding: 12px 20px; font-size: 14px; font-weight: 600; color: var(--text-muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.pdp-tab-btn.active { color: var(--navy); border-bottom-color: var(--gold); }
.pdp-tab-panel { display: none; }
.pdp-tab-panel.active { display: block; }
.pdp-attributes-table { width: 100%; border-collapse: collapse; margin-bottom: 22px; font-size: 14px; }
.pdp-attributes-table td { padding: 9px 12px;color: #fff; border-bottom: 1px solid var(--border); background: #055529;}
.pdp-attributes-table td:first-child { font-weight: 600; color: #fff; width: 40%; background: #B9160A; }
.pdp-review-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.pdp-review-stars { color: var(--gold); font-size: 13px; margin-left: 8px; }
.pdp-review-form-box { margin-top: 24px; padding: 22px; background: var(--bg); border-radius: var(--radius-lg); max-width: 500px; }
.pdp-review-form-box h4 { margin-bottom: 14px; color: var(--navy); }
@media (max-width: 1100px) {
    .pdp-top-row { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .pdp-grid-3col { grid-template-columns: 1fr; }
    .pdp-gallery-flex { flex-direction: column-reverse; }
    .pdp-thumbs-vertical { flex-direction: row; overflow-x: auto; }
    .pdp-title { font-size: 19px; }
    .pdp-price-current { font-size: 22px; }
    .pdp-mobile-buy-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
    .pdp-mobile-buy-buttons { display: flex; gap: 10px; }
    .pdp-mobile-buy-buttons .pdp-btn-cart, .pdp-mobile-buy-buttons .pdp-btn-buynow { flex: 1; }
}
@media (max-width: 480px) {
    .pdp-container { padding: 16px 12px 40px; }
    .pdp-thumb { width: 46px; height: 46px; }
    .pdp-tabs-nav { overflow-x: auto; }
    .pdp-tab-btn { padding: 10px 14px; white-space: nowrap; font-size: 13px; }
}
.auth-box { max-width: 440px; margin: 50px auto; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px 36px; }
.auth-box h1 { font-size: 24px; color: var(--navy); text-align: center; margin-bottom: 26px; font-weight: 700; }
.auth-switch { text-align: center; margin-top: 18px; font-size: 14px; color: var(--text-muted); }
.auth-switch a { color: var(--navy); font-weight: 600; text-decoration: none; }
.auth-switch a:hover { text-decoration: underline; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 7px; }
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="file"], .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; background: var(--white); color: var(--text-dark); transition: border-color 0.15s; box-sizing: border-box; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(6,14,26,0.08); }
.form-group input:disabled { background: var(--bg); color: var(--text-muted); cursor: not-allowed; }
.form-group input[type="file"] { padding: 9px 12px; cursor: pointer; }
.dashboard-content-card { background: var(--white); border: 1px dashed var(--border); border-radius: var(--radius-lg); padding: 10px; }
.dashboard-content-card h1 { font-size: 22px; color: var(--navy); margin-bottom: 22px; }
.profile-avatar-preview { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--bg); margin-bottom: 16px; display: block; }
.checkout-option-label { display: block; border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.checkout-option-label:hover { border-color: var(--navy); background: var(--bg); }
.checkout-option-label input[type="radio"] { width: auto; margin-right: 10px; accent-color: var(--navy); }
@media (max-width: 600px) {
    .auth-box { margin: 24px auto; padding: 28px 22px; border-radius: 12px; }
}
.page-hero-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 50px 0 40px; margin-bottom: 30px; }
.page-hero-breadcrumb { color: #c3cbe0; font-size: 13px; margin-bottom: 14px; }
.page-hero-breadcrumb a { color: #c3cbe0; text-decoration: none; }
.page-hero-breadcrumb span { color: #fff; font-weight: 600; }
.page-hero-title { color: #fff; font-size: 34px; font-weight: 800; letter-spacing: 0.5px; }
.page-content-card { background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 28px; }
.page-categories-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.article-category-badge { display: inline-block; background: #fdecea; color: var(--error); font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px; text-decoration: none; }
.article-author-box { display: flex; align-items: center; gap: 14px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px 20px; margin: 30px 0 20px; }
.article-author-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; flex-shrink: 0; border: 3px solid var(--white); box-shadow: 0 0 0 1px var(--border); }
.article-author-box small { display: block; color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.article-author-box strong { color: var(--navy); font-size: 16px; }
.article-tags-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 18px 0; font-size: 13px; color: var(--text-muted); }
.article-tag-pill { background: var(--bg); color: var(--text-dark); font-size: 12px; padding: 6px 14px; border-radius: 20px; text-decoration: none; border: 1px solid var(--border); transition: background 0.15s, color 0.15s; }
.article-tag-pill:hover, .article-tag-pill.active-pill { background: var(--navy); color: #fff; border-color: var(--navy); }
@media (max-width: 700px) {
    .page-hero-banner { padding: 34px 0 26px; }
    .page-hero-title { font-size: 24px; }
    .page-content-card { padding: 18px; }
}
.rich-content { font-size: 16px; line-height: 1.3; color: var(--text-dark); }
.rich-content p { margin-bottom: 10px; }
.rich-content h1, .rich-content h2, .rich-content h3 { color: var(--navy); font-weight: 700; margin: 16px 0 16px; padding-left: 1px; border-left: 4px solid var(--error); }
.rich-content h1 { font-size: 26px; }
.rich-content h2 { font-size: 22px; }
.rich-content h3 { font-size: 18px; }
.rich-content h4 { color: var(--navy); font-weight: 700; margin: 22px 0 12px; font-size: 16px; }
.rich-content ul, .rich-content ol { margin: 0 0 18px 24px; }
.rich-content li { margin-bottom: 8px; }
.rich-content a { color: var(--navy); text-decoration: underline; }
.rich-content a:hover { color: var(--gold); }
.rich-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 16px 0; }
.rich-content blockquote { border-left: 3px solid var(--gold); padding-left: 16px; color: var(--text-muted); font-style: italic; margin: 18px 0; }
.rich-content table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.rich-content table td, .rich-content table th { padding: 10px 12px; border: 1px solid var(--border); }
.rich-content strong { color: var(--navy); }
.footer-grid-new { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding: 20px 0 40px; }
.footer-logo-mark { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; }
.footer-logo-triangle { color: var(--gold); font-size: 16px; }
.footer-logo-text { color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; gap: 6px; }
.footer-logo-badge { background: var(--error); color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 20px; }
.footer-brand-desc { color: #ffffff; font-size: 16px; font-weight: 400; line-height: 1.3; margin-bottom: 16px; text-align: justify; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; display: inline-flex !important; align-items: center; justify-content: center; color: #fff; }
.footer-social a svg { display: block; }
.footer-social-fb { background: #1877f2; }
.footer-social-tw { background: #14171a; }
.footer-social-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer-social-yt { background: #ff0000; }
.footer-col-heading { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 20px; padding-left: 12px; border-left: 3px solid #fff; }
.footer-col a { transition: color 0.15s, padding-left 0.15s; }
.footer-col a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 1px; margin-bottom: 1px; align-items: flex-start; }
.footer-contact-item span { font-size: 16px; margin-top: 2px; }
.footer-contact-item strong { color: #fff; font-size: 15px; display: block; margin-bottom: 0px; }
.footer-contact-item div { color: #94a3b8; font-size: 15px; line-height: 1.3; margin: 0px; gap: 1px; }
.footer-contact-item a { color: #94a3b8; text-decoration: none; }
.footer-contact-item a:hover { color: var(--gold); }
@media (max-width: 900px) {
    .footer-grid-new { grid-template-columns: 1fr 1fr; gap: 26px; padding: 36px 16px; }
}
@media (max-width: 600px) {
    .footer-grid-new { grid-template-columns: 1fr; }
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; text-align: center; }
.footer-bottom p { color: #8592ad; font-size: 12px; letter-spacing: 0.5px; }
.footer-bottom strong { color: #fff; }
.product-card-link, .product-card-link:hover, .product-card-link h4, .product-card-link .price-row, .product-card-link .price-tag, .product-card-link .price-strike { text-decoration: none !important; }
html { overflow-x: hidden; width: 100%; }
.product-grid, .course-grid { min-width: 0; }
.product-card, .course-card { min-width: 0; }
.product-card h4 { overflow-wrap: break-word; word-break: break-word; }
.product-card-image-wrapper { min-width: 0; }
.sidebar-widget { min-width: 0; }
.homepage-hero-row, .homepage-sidebar { min-width: 0; }
@media (max-width: 900px) {
    .product-grid, .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 900px) {
    .header-icon-link.user-account-link { display: flex !important; flex-direction: column !important; align-items: center !important; }
    .header-icon-link.user-account-link::after { content: "Sign In"; font-size: 10px !important; color: var(--text-dark); margin-top: 2px; font-weight: 600; }
}
@media (max-width: 900px) {
    .header-inner { padding: 10px 15px !important; }
    .logo-img { height: 26px !important; }
    .logo-block .logo { font-size: 17px !important; }
    .header-actions { gap: 18px !important; }
    .header-icon-link { gap: 1px !important; }
    .header-icon-link .icon-label { font-size: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; }
    .header-icon-link.cart-icon-link .icon-label::before { content: "🛒"; font-size: 18px !important; }
    .header-icon-link.cart-icon-link::after { content: "Cart"; font-size: 10px !important; color: var(--text-dark); margin-top: 1px; font-weight: 600; text-align: center; }
    .header-icon-link.user-account-link { font-size: 0 !important; }
    .header-icon-link.user-account-link::before { font-size: 18px !important; }
    .header-icon-link.user-account-link::after { font-size: 10px !important; margin-top: 1px !important; }
    .cart-count { top: -4px !important; right: -8px !important; width: 14px !important; height: 14px !important; font-size: 8px !important; }
}
.footer-logo-img { max-height: 42px; margin-bottom: 10px; display: block; }
.footer-tagline { color: var(--gold); font-size: 13px; font-weight: 600; margin-bottom: 10px; letter-spacing: 0.3px; }
.footer-contact-item strong { display: block !important; margin: 0 !important; padding: 0 !important; line-height: 1.2 !important; }
.footer-contact-item br { display: none !important; }
.footer-contact-item div { line-height: 1.2 !important; }
.footer-contact-item a { display: block !important; margin-top: 2px !important; }
@media (max-width: 900px) {
    .product-card-price-row { flex-wrap: wrap; }
}
.payment-icons-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.payment-icons-row span { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 6px 10px; }
.payment-icons-row img { height: 54px; width: auto; display: block; }
.pdp-badge-lowstock { background: #fdecea; color: #c0392b; animation: pdpPulse 1.5s infinite; }
@keyframes pdpPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.whatsapp-float-btn { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,0.25); z-index: 9998; text-decoration: none; transition: transform 0.15s; }
.whatsapp-float-btn:hover { transform: scale(1.08); }
@media (max-width: 600px) {
    .whatsapp-float-btn { width: 48px; height: 48px; bottom: 16px; right: 16px; }
    .whatsapp-float-btn svg { width: 26px; height: 26px; }
}
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 20px; align-items: start; min-width: 0; }
.checkout-grid > .dashboard-content-card { min-width: 0; }
.cart-bottom-row { display: flex; justify-content: space-between; margin-top: 30px; gap: 40px; flex-wrap: wrap; }
@media (max-width: 900px) {
    .checkout-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .cart-bottom-row { flex-direction: column; gap: 20px; }
    .cart-bottom-row form, .cart-total-box { max-width: 100% !important; }
    .admin-table-wrapper { -webkit-overflow-scrolling: touch; }
    .admin-table { min-width: 480px; }
}
@media (max-width: 900px) {
    .checkout-grid .admin-table td:first-child { white-space: normal; word-break: break-word; max-width: 180px; }
}
.live-chat-toggle-btn { position: fixed; bottom: 90px; right: 24px; width: 56px; height: 56px; background: var(--navy); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,0.25); z-index: 9998; cursor: pointer; transition: transform 0.15s; }
.live-chat-toggle-btn:hover { transform: scale(1.08); }
.live-chat-window { position: fixed; bottom: 90px; right: 24px; width: 340px; max-width: calc(100vw - 32px); height: 460px; max-height: calc(100vh - 120px); background: var(--white); border-radius: 14px; box-shadow: 0 10px 40px rgba(0,0,0,0.25); display: none; flex-direction: column; overflow: hidden; z-index: 9999; }
.live-chat-window.open { display: flex; }
.live-chat-header { background: var(--navy); color: #fff; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 14px; }
.live-chat-header button { background: none; border: none; color: #fff; font-size: 16px; cursor: pointer; }
.live-chat-body { flex: 1; overflow-y: auto; padding: 14px; background: var(--bg); }
.live-chat-bot-msg, .live-chat-visitor-msg, .live-chat-admin-msg { max-width: 85%; padding: 9px 13px; border-radius: 12px; font-size: 13px; line-height: 1.5; margin-bottom: 10px; word-wrap: break-word; }
.live-chat-bot-msg, .live-chat-admin-msg { background: var(--white); color: var(--text-dark); border: 1px solid var(--border); border-bottom-left-radius: 2px; }
.live-chat-visitor-msg { background: var(--navy); color: #fff; margin-left: auto; border-bottom-right-radius: 2px; }
.live-chat-pre-form { display: flex; flex-direction: column; gap: 8px; }
.live-chat-pre-form input, .live-chat-pre-form textarea { padding: 9px 12px; border: 1px solid var(--border); border-radius: 8px; font-size: 13px; font-family: inherit; }
.live-chat-input-row { display: none; border-top: 1px solid var(--border); padding: 8px; gap: 8px; background: var(--white); }
.live-chat-input-row input { flex: 1; padding: 10px 12px; border: 1px solid var(--border); border-radius: 20px; font-size: 13px; }
.live-chat-input-row button { width: 38px; height: 38px; background: var(--navy); color: #fff; border: none; border-radius: 50%; cursor: pointer; font-size: 15px; }
@media (max-width: 600px) {
    .live-chat-toggle-btn { width: 48px; height: 48px; bottom: 76px; right: 16px; }
    .live-chat-window { bottom: 76px; right: 16px; width: calc(100vw - 32px); }
}
.ticket-page-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px; margin-top: 20px; align-items: start; min-width: 0; }
.ticket-page-grid > .dashboard-content-card { min-width: 0; }
@media (max-width: 900px) {
    .ticket-page-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
}
.review-slider-wrapper { overflow: hidden; margin: 20px 0 40px; -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.review-slider-track { display: flex; gap: 20px; width: max-content; animation: reviewSlideLeft 40s linear infinite; }
.review-slider-wrapper:hover .review-slider-track { animation-play-state: paused; }
@keyframes reviewSlideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.review-slide-card { background: var(--white); border: 2px dashed #B9160A; border-radius: 5px; padding: 22px; width: 320px; flex-shrink: 0; box-shadow: 0 0px 0px rgba(0,0,0,.12); }
.review-stars { color: #00B67A; font-size: 18px; letter-spacing: 2px; margin-bottom: 5px; }
.review-comment { font-size: 14px; color: var(--text-dark); line-height: 1.3; margin-bottom: 10px; min-height: 66px; }
.review-author-row { display: flex; align-items: center; gap: 10px; padding-top: 5px; border-top: 1px solid var(--border); }
.review-author-avatar { width: 40px; height: 40px; border-radius: 50%; background: #B9160A; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.review-author-row strong { display: block; font-size: 13px; color: #B9160A; }
.review-author-row small { color: #000; font-size: 11px; line-height: 1.3; }
@media (max-width: 600px) {
    .review-slide-card { width: 260px; padding: 16px; }
    .review-slider-track { animation-duration: 28s; }
}
.d1-top-grid { display: grid; grid-template-columns: 250px 1fr; background: var(--white); border: 1px solid var(--border); border-radius: 5px; overflow: hidden; margin: 0px 0 30px; }
.d1-cat-sidebar { padding: 0px 0; border-right: 0px solid var(--border); background: var(--white); }
.d1-cat-sidebar a { display: block; padding: 11px 20px; font-size: 14px; color: var(--text-dark); text-decoration: none; }
.d1-cat-sidebar a:hover { background: var(--bg); }
.d1-cat-sidebar a.d1-active { background: #B9160A; color: #fff; font-weight: 700; }
.d1-hero-banner { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 340px; background-color: #cdeee0; background-size: cover; background-position: center; border-left: 0px dashed var(--border); border-right: 0px dashed var(--border); }
.d1-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 62%) 42%, rgba(205, 238, 224, .08) 72%, rgba(205, 238, 224, 0) 100%); }
.d1-hero-content { position: relative; z-index: 1; padding: 40px 40px 26px; }
.d1-hero-brand-chip { display: inline-block; background: rgb(69 0 0);; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; margin-bottom: 10px; }
.d1-hero-brand-chip span { color: #fff; }
.d1-hero-content .hero-tag { display: block; margin-bottom: 6px; }
.d1-hero-content h1 { font-size: 30px; font-weight: 800; line-height: 1.22; color: #fff; margin: 4px 0 12px; }
.d1-hero-highlight { color: #fff; }
.d1-hero-content p { font-size: 13px; color: #fff; max-width: 320px; margin-bottom: 18px; }
.d1-hero-content .btn-primary { padding: 11px 26px; font-size: 14px; }
.d1-hero-trust-strip { position: relative; z-index: 1; background: var(--white); border-top: none; display: flex; justify-content: space-between; align-items: stretch; padding: 16px; gap: 12px; flex-wrap: wrap; }
.d1-trust-item { display: flex; flex-direction: column; align-items: center; gap: 0px; text-align: center; flex: 1; min-width: 90px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,.07); padding: 12px 14px; }
.d1-trust-item strong { font-size: 25px; font-weight: 700; color: var(--text-dark); white-space: nowrap; }
.d1-trust-stars { color: #ffa700; font-size: 22px; letter-spacing: 1px; }
.d1-trust-google strong { color: #1a1a1a; }
.d1-trust-trustpilot strong { color: #00b67a; }
.d1-trust-facebook strong { color: #1877f2; }
.d1-trust-reddit strong { color: #ed0505; }
.d1-trust-fav strong { color: #B9160A; }
.d1-thumb-stack { display: flex; flex-direction: column; gap: 10px; padding: 10px; border-left: 0px solid var(--border); }
.d1-thumb-item { position: relative; display: block; border-radius: 8px; overflow: hidden; height: 108px; background: #f3f4f6; border: 1px solid var(--border); text-decoration: none; box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: box-shadow .15s, transform .15s; }
.d1-thumb-item:hover { box-shadow: 0 6px 16px rgba(0,0,0,.14); transform: translateY(-2px); }
.d1-thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s; }
.d1-thumb-item:hover img { transform: scale(1.06); }
.d1-thumb-name { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,0) 100%); color: #fff; font-size: 10px; font-weight: 600; line-height: 1.25; padding: 14px 8px 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.d1-deals-row { display: flex; align-items: stretch; gap: 24px; background: var(--white); border: 1px solid var(--border); border-radius: 0px; padding: 10px; margin: 30px 0; overflow: hidden; }
.d1-deals-box { flex: 0 0 170px; background: #BB2526; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); padding: 20px; }
.d1-deals-box h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.d1-deals-box p { font-size: 12px; color: #fff; margin-bottom: 14px; }
.d1-countdown { display: flex; gap: 8px; }
.d1-countdown div { background: #1f2937; color: #fff; border-radius: 6px; padding: 8px 9px; text-align: center; min-width: 42px; }
.d1-countdown strong { display: block; font-size: 16px; font-weight: 700; line-height: 1; }
.d1-countdown small { font-size: 9px; color: #9ca3af; text-transform: uppercase; letter-spacing: .03em; }
.d1-deals-scroll { flex: 1; display: flex; gap: 16px; overflow-x: auto; padding-bottom: 4px; min-width: 0; }
.d1-deals-scroll .product-card { flex: 0 0 190px; width: 190px; }
.d1-discount-badge { position: absolute; top: 10px; left: 10px; background: #B9160A; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; z-index: 2; }
.d1-why-choose { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin: 30px 0; }
.d1-why-left { padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.d1-why-left h2 { font-size: 35px; font-weight: 800; color: var(--text-dark); letter-spacing: .01em; margin-bottom: 12px; }
.d1-why-left h2 span { color: #B9160A; }
.d1-why-left p { font-size: 16px; color: #000; max-width: 420px; margin-bottom: 26px; text-align: justify; text-justify: inter-word;hyphens: auto;word-spacing: normal;letter-spacing: normal;}
.d1-why-icons { display: flex; gap: 20px; flex-wrap: wrap; }
.d1-why-icons > div { text-align: center; max-width: 95px; }
.d1-icon-circle { width: 60px; height: 60px; border-radius: 5%; background: #fdeceb; color: #B9160A; display: flex; align-items: center; justify-content: center; font-size: 25px; font-weight: 700; margin: 0 auto 8px; }
.d1-why-icons small { font-size: 11px; font-weight: 600; color: var(--text-dark); line-height: 1.3; display: block; }
.d1-why-right { position: relative; min-height: 280px; background-color: #fff; background-size: cover; repeat: no-repeat; background-position: center; }
.d1-why-right-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(45,6,4,.7) 0%, rgba(45,6,4,.25) 45%, rgba(45,6,4,0) 62%); }
.d1-why-right-content { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; background: #fff; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%); display: flex; flex-direction: column; justify-content: center; padding: 30px 10% 30px 22%; }
.d1-why-right-content h3 { font-size: 19px; font-weight: 800; color: var(--text-dark); line-height: 1.35; }
.d1-underline { display: block; width: 40px; height: 4px; background: #B9160A; margin-top: 14px; }
@media (max-width: 900px) {
    .d1-top-grid { grid-template-columns: 1fr; }
    .d1-cat-sidebar { display: flex; overflow-x: auto; border-right: none; border-bottom: 1px dashed var(--border); }
    .d1-cat-sidebar a { flex-shrink: 0; padding: 10px 16px; white-space: nowrap; }
    .d1-hero-banner { border-left: none; border-right: none; min-height: 300px; }
    .d1-thumb-stack { flex-direction: row; border-left: none; border-top: 1px solid var(--border); overflow-x: auto; }
    .d1-thumb-item { flex: 0 0 130px; height: 90px; }
    .d1-why-choose { grid-template-columns: 1fr; }
    .d1-why-right { min-height: 220px; }
    .d1-deals-row { flex-direction: column; }
    .d1-deals-box { border-right: none; border-bottom: 1px solid var(--border); padding-right: 0; padding-bottom: 16px; flex: none; }
    .d1-hero-trust-strip { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; gap: 22px; padding: 14px 20px; -webkit-mask-image: linear-gradient(to right, #000 92%, transparent 100%); mask-image: linear-gradient(to right, #000 92%, transparent 100%); }
    .d1-trust-item { flex-shrink: 0; min-width: auto; }
    .d1-trust-item strong { font-size: 14px; }
    .d1-trust-stars { font-size: 13px; }
}
@media (max-width: 600px) {
    .d1-hero-content { padding: 26px 22px 18px; }
    .d1-hero-content h1 { font-size: 22px; }
    .d1-hero-trust-strip { gap: 16px; padding: 12px 16px; }
    .d1-trust-item strong { font-size: 12px; }
    .d1-trust-stars { font-size: 11px; }
    .d1-why-left { padding: 26px; }
    .d1-why-right-content { width: 100%; clip-path: none; padding: 24px; }
    .d1-why-right-overlay { background: rgba(45,6,4,.55); }
    .d1-deals-scroll .product-card { flex: 0 0 160px; width: 160px; }
}
.product-card-price-row { flex-wrap: wrap; row-gap: 2px; }
@media (max-width: 480px) {
    .price-tag { font-size: 16px; }
    .price-strike { font-size: 12px; }
}
.d1-review-slider-wrapper { position: relative; margin: 20px 0 10px; }
.d1-review-slider-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; padding: 4px 4px 10px; scrollbar-width: none; -ms-overflow-style: none; }
.d1-review-slider-track::-webkit-scrollbar { display: none; }
.d1-review-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-md); font-size: 18px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; }
.d1-review-arrow:hover { background: #B9160A; color: #fff; border-color: #B9160A; }
.d1-review-arrow.d1-prev { left: -6px; }
.d1-review-arrow.d1-next { right: -6px; }
@media (max-width: 700px) {
    .d1-review-arrow { width: 32px; height: 32px; font-size: 15px; }
    .d1-review-arrow.d1-prev { left: -4px; }
    .d1-review-arrow.d1-next { right: -4px; }
}
.pdp-grw { display: flex; gap: 24px; margin: 2px 0; align-items: stretch; }
.pdp-grw-summary { flex: 0 0 170px; background: var(--white, #fff); border: 1px solid var(--border); box-shadow: 0 4px 12px rgba(0,0,0,.12); border-radius: 10px; padding: 20px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0px; }
.pdp-grw-icon { width: 26px; height: 26px; object-fit: contain; }
.pdp-grw-title { font-size: 16px; font-weight: 900; color: #1a1a1a; letter-spacing: .03em; margin: 0px 0 !important; padding: 0px; }
.pdp-grw-stars { color: var(--gold, #f4a100); font-size: 30px; letter-spacing: 1px; margin: 0 !important; padding: 0px;}
.pdp-grw-count { font-size: 12px; color: #000; margin: 0 0 4px 0 !important; }
.pdp-grw-logo { height: 18px; object-fit: contain; margin-top: 1px; }
.pdp-grw-carousel-wrap { position: relative; flex: 1; min-width: 0; }
.pdp-grw-track { display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; padding: 4px 4px 6px; scrollbar-width: none; }
.pdp-grw-track::-webkit-scrollbar { display: none; }
.pdp-grw-card { flex: 0 0 250px; background: var(--white, #fff); border: 1px dashed var(--border); border-radius: 10px; padding: 14px 16px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.pdp-grw-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.pdp-grw-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.pdp-grw-name-row { display: flex; align-items: center; gap: 5px; }
.pdp-grw-name { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.pdp-grw-mini-icon { width: 13px; height: 13px; object-fit: contain; }
.pdp-grw-time { font-size: 11px; color: #000 }
.pdp-grw-card-stars { color: #00953d; font-size: 20px; letter-spacing: 1px; margin-bottom: 1px; }
.pdp-grw-card-text { font-size: 13px; color: #000; line-height: 1.3; }
.pdp-grw-more, .pdp-grw-less { color: var(--navy); font-weight: 600; cursor: pointer; white-space: nowrap; }
.pdp-grw-product-tag { display: inline-block; margin-top: 8px; font-size: 11px; color: var(--navy); text-decoration: none; background: var(--bg); padding: 3px 9px; border-radius: 12px; }
.pdp-grw-product-tag:hover { text-decoration: underline; }
.pdp-grw-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--border); box-shadow: 0 2px 6px rgba(0,0,0,.12); font-size: 16px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; }
.pdp-grw-arrow.pdp-grw-prev { left: -14px; }
.pdp-grw-arrow.pdp-grw-next { right: -14px; }
.pdp-grw-arrow:hover { background: #B9160A; color: #fff; border-color: #B9160A; }
@media (max-width: 900px) {
    .pdp-grw { flex-direction: column; }
    .pdp-grw-summary { flex-direction: column; flex-wrap: nowrap; padding: 18px 14px; gap: 4px; width: 100%; box-sizing: border-box; }
    .pdp-grw-title { font-size: 15px; }
    .pdp-grw-stars { font-size: 22px; }
    .pdp-grw-arrow.pdp-grw-prev { left: -6px; }
    .pdp-grw-arrow.pdp-grw-next { right: -6px; }
}
.pdp-grw-logo { height: 20px; width: auto; max-width: 90px; object-fit: contain; margin: 6px auto 0; display: block; }
.pdp-tab-panel { border: 1px solid var(--border); border-radius: 10px; padding: 22px; background: var(--white, #fff); }
.pcb-wrap { padding: 40px 0 70px; }
.pcb-header { text-align: center; margin-bottom: 26px; }
.pcb-header-badge { display: inline-block; background: linear-gradient(135deg, #fff4e0, #ffe6c2); color: #b9750a; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 14px; }
.pcb-header h1 { font-size: 32px; font-weight: 800; background: linear-gradient(120deg, var(--navy), var(--navy-light) 60%, #1d3fd6); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 8px; }
.pcb-header p { color: var(--text-muted); font-size: 15px; max-width: 520px; margin: 0 auto; }
.pcb-progress-wrap { max-width: 560px; margin: 0 auto 34px; }
.pcb-progress-track { height: 10px; border-radius: 6px; background: #eef1f5; overflow: hidden; box-shadow: inset 0 1px 2px rgba(0,0,0,.05); }
.pcb-progress-fill { height: 100%; border-radius: 6px; background: linear-gradient(90deg, #f4a100, #ff7a45, #ff4d6d); transition: width .35s ease; }
.pcb-progress-label { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 8px; font-weight: 600; }
.pcb-progress-label span { color: var(--navy); font-weight: 800; }
.pcb-layout { display: grid; grid-template-columns: 1fr 380px; gap: 30px; align-items: start; }
.pcb-slots { display: flex; flex-direction: column; gap: 16px; }
.pcb-slot { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; box-shadow: 0 2px 10px rgba(11,31,58,.05); transition: box-shadow .2s, transform .2s, border-color .2s; }
.pcb-slot:hover { box-shadow: 0 8px 24px rgba(11,31,58,.09); transform: translateY(-2px); border-color: #dfe4ea; }
.pcb-slot:has(.pcb-select option:checked[value]:not([value=""])) { border-color: #f4a100; box-shadow: 0 4px 18px rgba(244,161,0,.14); }
.pcb-slot-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pcb-slot-icon { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.15); }
.pcb-slot-icon svg { width: 21px; height: 21px; }
.pcb-icon-cpu { background: linear-gradient(135deg, #60a5fa, #2563eb); }
.pcb-icon-motherboard { background: linear-gradient(135deg, #34d399, #059669); }
.pcb-icon-ram { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.pcb-icon-gpu { background: linear-gradient(135deg, #fb7185, #e11d48); }
.pcb-icon-storage { background: linear-gradient(135deg, #fbbf24, #f97316); }
.pcb-icon-psu { background: linear-gradient(135deg, #38bdf8, #0284c7); }
.pcb-icon-cabinet { background: linear-gradient(135deg, #94a3b8, #475569); }
.pcb-icon-cooler { background: linear-gradient(135deg, #5eead4, #0d9488); }
.pcb-icon-monitor { background: linear-gradient(135deg, #f0abfc, #c026d3); }
.pcb-slot-label { font-weight: 700; color: var(--navy); font-size: 16px; }
.pcb-required { margin-left: auto; background: linear-gradient(135deg, #fff1e0, #ffe1b3); color: #b9750a; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 12px; }
.pcb-optional { margin-left: auto; background: #eef2f7; color: var(--text-muted); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 12px; }
.pcb-empty { color: var(--text-muted); font-size: 13px; padding: 4px 0; }
.pcb-select { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; background: var(--white); color: var(--text-dark); cursor: pointer; transition: border-color .15s; }
.pcb-select:focus { outline: none; border-color: #f4a100; }
.pcb-summary { position: relative; }
.pcb-summary-inner { background: linear-gradient(180deg, #ffffff, #fbfcfe); border: 1px solid var(--border); border-radius: 18px; padding: 24px; box-shadow: 0 12px 32px rgba(11,31,58,.10); MAX-WIDTH: 100%;}
.pcb-summary-inner h3 { display: flex; align-items: center; gap: 10px; color: var(--navy); margin-bottom: 16px; font-size: 18px; font-weight: 800; }
.pcb-summary-icon { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pcb-summary-icon svg { width: 17px; height: 17px; }
.pcb-selected-list { display: flex; flex-direction: column; gap: 10px; max-height: 360px; overflow-y: auto; overflow-x: hidden; margin-bottom: 16px; max-width: 100%; }
.pcb-empty-summary { color: var(--text-muted); font-size: 13px; }
.pcb-selected-item { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 10px; transition: background .15s; min-width: 0; max-width: 100%; width: 100%; }
.pcb-selected-item:hover { background: var(--bg); }
.pcb-selected-item img, .pcb-noimg { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; background: var(--bg); flex: 0 0 44px; display: flex; align-items: center; justify-content: center; color: #9aa4b2; }
.pcb-noimg svg { width: 18px; height: 18px; }
.pcb-selected-info { flex: 1 1 auto; min-width: 0; max-width: 100%; overflow: hidden; display: flex; flex-direction: column; }
.pcb-selected-info small { color: #f4a100; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.pcb-selected-info span { display: block; font-size: 13px; color: var(--text-dark); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.pcb-selected-item strong { font-size: 13px; color: var(--navy); white-space: nowrap; flex: 0 0 auto; }
.pcb-remove-btn { width: 24px; height: 24px; border-radius: 50%; border: none; background: #fee2e2; color: #dc2626; font-size: 12px; font-weight: 700; cursor: pointer; flex: 0 0 24px; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.pcb-remove-btn:hover { background: #fecaca; }
.pcb-warnings { margin-bottom: 16px; }
.pcb-warning-item { background: linear-gradient(135deg, #fff8ec, #fff1d9); border: 1px solid #ffdd9a; color: #92400e; font-size: 12px; padding: 10px 14px; border-radius: 10px; margin-bottom: 8px; line-height: 1.55; }
.pcb-total-row { display: flex; justify-content: space-between; align-items: center; border-top: 2px solid var(--navy); padding-top: 14px; margin-bottom: 18px; font-size: 15px; font-weight: 700; color: var(--navy); }
.pcb-total-row strong { font-size: 22px; background: linear-gradient(120deg, var(--navy), #1d3fd6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pcb-add-btn { width: 100%; padding: 15px; font-size: 15px; font-weight: 700; color: #fff; border: none; border-radius: 12px; cursor: pointer; background: linear-gradient(120deg, #f4a100, #ff7a45); box-shadow: 0 10px 24px rgba(244,161,0,.3); transition: transform .15s, box-shadow .15s; }
.pcb-add-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(244,161,0,.4); }
.pcb-add-btn:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; background: #cbd5e1; }
.pcb-add-status { text-align: center; font-size: 12px; color: #dc2626; margin-top: 10px; }
@media (max-width: 900px) {
    .pcb-layout { grid-template-columns: 1fr; }
    .pcb-summary { position: static; order: -1; }
    .pcb-header h1 { font-size: 26px; }
    .pcb-summary-inner { MAX-WIDTH: 52%;}
    
}
.pcb-search-input { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 13px; margin-bottom: 8px; background: var(--bg); }
.pcb-search-input:focus { outline: none; border-color: #f4a100; background: var(--white); }
.pcb-tower-stage { display: flex; flex-direction: column; align-items: center; margin-bottom: 22px; }
.pcb-monitor-standalone { width: 130px; margin-bottom: 4px; cursor: pointer; opacity: .35; transition: opacity .3s; }
.pcb-monitor-standalone.filled { opacity: 1; }
.pcb-monitor-screen { position: relative; width: 100%; height: 74px; background: linear-gradient(160deg, #1b2436, #0b1220); border: 3px solid #2a3346; border-radius: 8px; overflow: hidden; }
.pcb-monitor-standalone.filled .pcb-monitor-screen { border-color: #c026d3; box-shadow: 0 0 22px rgba(192,38,211,.45); }
.pcb-monitor-glow { position: absolute; inset: 0; background: linear-gradient(135deg, #f0abfc55, #c026d355); opacity: 0; transition: opacity .3s; }
.pcb-monitor-standalone.filled .pcb-monitor-glow { opacity: 1; }
.pcb-monitor-stand { width: 34px; height: 12px; background: #2a3346; margin: 0 auto; border-radius: 0 0 4px 4px; }
.pcb-monitor-standalone.filled .pcb-monitor-stand { background: #4b3557; }
.pcb-monitor-standalone.error .pcb-monitor-screen { animation: pcbErrorPulse 1s infinite; border-color: #dc2626; }
.pcb-cable { width: 2px; height: 14px; background: #cbd2dc; margin-bottom: 4px; }
.pcb-tower { position: relative; width: 220px; height: 320px; border-radius: 14px; cursor: pointer; background: linear-gradient(150deg, #1a2130, #0d121c); border: 2px solid #2a3346; box-shadow: 0 14px 34px rgba(11,31,58,.18); padding: 12px; display: flex; flex-direction: column; gap: 8px; transition: border-color .3s, box-shadow .3s; }
.pcb-tower.filled { border-color: #64748b; box-shadow: 0 18px 40px rgba(11,31,58,.28); }
.pcb-tower.error { animation: pcbErrorPulse 1.2s infinite; }
.pcb-tower-intake { position: absolute; left: -11px; top: 50%; transform: translateY(-50%); width: 22px; height: 100px; background: #11151f; border: 2px solid #2a3346; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; }
.pcb-tower-intake .pcb-fan-wrap { width: 15px; height: 15px; color: #3b4457; transition: color .3s; }
.pcb-tower.filled .pcb-tower-intake .pcb-fan-wrap { color: #60a5fa; animation: pcbFanSpin 1.6s linear infinite; }
.pcb-cooler-fan .pcb-fan-wrap.small { width: 15px; height: 15px; color: #3b4457; transition: color .3s; }
.pcb-cooler-fan.filled .pcb-fan-wrap.small { color: #5eead4; animation: pcbFanSpin 0.9s linear infinite; }
.pcb-gpu-card .pcb-fan-wrap.gpu-fan { width: 17px; height: 17px; color: #3b4457; transition: color .3s; }
.pcb-gpu-card.filled .pcb-fan-wrap.gpu-fan { color: #fff; animation: pcbFanSpin 1.3s linear infinite; }
.pcb-fan-svg { width: 100%; height: 100%; display: block; }
.pcb-tower-glass { position: relative; flex: 1; background: linear-gradient(160deg, rgba(148,197,255,.06), rgba(148,197,255,.02)); border: 1px solid rgba(148,197,255,.12); border-radius: 8px; padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.pcb-mobo { position: relative; flex: 1; background: #0f1f18; border: 1px dashed #2c4438; border-radius: 6px; padding: 8px; cursor: pointer; transition: all .3s; display: flex; gap: 8px; align-items: flex-start; }
.pcb-mobo.filled { background: linear-gradient(145deg, #0d3226, #0a2a1f); border: 1px solid #059669; box-shadow: inset 0 0 16px rgba(5,150,105,.25); }
.pcb-mobo.error { animation: pcbErrorPulse 1s infinite; }
.pcb-cpu-block { position: relative; width: 34px; height: 34px; margin: 4px auto 0; border-radius: 4px; cursor: pointer; background: #1c1c1c; border: 1px dashed #444; transition: all .3s; }
.pcb-cpu-block.filled { background: linear-gradient(145deg, #60a5fa, #2563eb); border: 1px solid #93c5fd; box-shadow: 0 0 14px rgba(37,99,235,.6); }
.pcb-cpu-block.error { animation: pcbErrorPulse 1s infinite; }
.pcb-cooler-fan { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 26px; height: 26px; border-radius: 50%; background: #14181f; border: 2px solid #3b4457; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s; }
.pcb-cooler-fan.filled { border-color: #5eead4; box-shadow: 0 0 12px rgba(13,148,136,.6); }
.pcb-cooler-fan.error { animation: pcbErrorPulse 1s infinite; }
.pcb-ram-bank { display: flex; gap: 3px; margin-left: auto; cursor: pointer; }
.pcb-ram-stick { width: 7px; height: 46px; background: #1c1c1c; border: 1px dashed #444; border-radius: 2px; transition: all .3s; }
.pcb-ram-bank.filled .pcb-ram-stick { background: linear-gradient(180deg, #a78bfa, #7c3aed); border: 1px solid #c4b5fd; box-shadow: 0 0 10px rgba(124,58,237,.55); }
.pcb-ram-bank.error .pcb-ram-stick { animation: pcbErrorPulse 1s infinite; }
.pcb-gpu-card { position: relative; height: 34px; background: #1c1c1c; border: 1px dashed #444; border-radius: 6px; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: flex-end; gap: 6px; padding-right: 10px; }
.pcb-gpu-card.filled { background: linear-gradient(135deg, #fb7185, #e11d48); border: 1px solid #fda4af; box-shadow: 0 0 14px rgba(225,29,72,.5); }
.pcb-bottom-row { display: flex; gap: 8px; }
.pcb-storage-block, .pcb-psu-block { flex: 1; height: 26px; background: #1c1c1c; border: 1px dashed #444; border-radius: 5px; cursor: pointer; transition: all .3s; }
.pcb-storage-block.filled { background: linear-gradient(135deg, #fbbf24, #f97316); border: 1px solid #fed7aa; box-shadow: 0 0 10px rgba(249,115,22,.45); }
.pcb-psu-block.filled { background: linear-gradient(135deg, #38bdf8, #0284c7); border: 1px solid #bae6fd; box-shadow: 0 0 10px rgba(2,132,199,.45); }
@keyframes pcbFanSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pcbSnapIn {
    0% { transform: scale(.55); filter: brightness(1.8); }
    55% { transform: scale(1.15); filter: brightness(1.3); }
    75% { transform: scale(.94); filter: brightness(1); }
    100% { transform: scale(1); filter: brightness(1); }
}
.pcb-mobo.filled, .pcb-cpu-block.filled, .pcb-ram-bank.filled .pcb-ram-stick, .pcb-gpu-card.filled, .pcb-storage-block.filled, .pcb-psu-block.filled, .pcb-cooler-fan.filled, .pcb-monitor-standalone.filled .pcb-monitor-screen { animation: pcbSnapIn .5s cubic-bezier(.34,1.56,.64,1); }
.pcb-tower { transition: box-shadow .5s ease, border-color .3s; }
.pcb-tower.glow-1, .pcb-tower.glow-2 { box-shadow: 0 14px 34px rgba(11,31,58,.18), 0 0 20px rgba(37,99,235,.15); }
.pcb-tower.glow-3, .pcb-tower.glow-4 { box-shadow: 0 14px 34px rgba(11,31,58,.2), 0 0 34px rgba(124,58,237,.22); }
.pcb-tower.glow-5, .pcb-tower.glow-6 { box-shadow: 0 14px 34px rgba(11,31,58,.22), 0 0 46px rgba(225,29,72,.25); }
.pcb-tower.glow-7, .pcb-tower.glow-8, .pcb-tower.glow-9 { box-shadow: 0 14px 34px rgba(11,31,58,.25), 0 0 60px rgba(244,161,0,.3), 0 0 90px rgba(37,99,235,.15); }
.pcb-tower-label-row { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; max-width: 260px; }
.pcb-tower-chip { font-size: 10px; font-weight: 800; letter-spacing: .03em; padding: 4px 10px; border-radius: 10px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: #fff; }
.pcb-tower-chip.error { background: linear-gradient(135deg, #f87171, #dc2626); }
@media (max-width: 900px) { .pcb-tower { width: 200px; } }

/* ===== Shop by Budget (Low to High Price) — tabbed section ===== */
.d1-budget-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 24px; }
.d1-budget-tab { background: var(--white); border: 1.5px solid var(--border); color: var(--text-dark); font-size: 13px; font-weight: 700; padding: 10px 22px; border-radius: 30px; cursor: pointer; transition: all .2s ease; }
.d1-budget-tab:hover { border-color: #B9160A; color: #B9160A; }
.d1-budget-tab.active { background: linear-gradient(120deg, #B9160A, #ff4d3d); border-color: transparent; color: #fff; box-shadow: 0 8px 18px rgba(185,22,10,.25); }
.d1-budget-panel { display: none; }
.d1-budget-panel.active { display: block; animation: d1FadeIn .35s ease; }
@keyframes d1FadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Build Your Own PC — Premium CTA Banner ===== */
.d1-pcb-cta { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 30px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 55%, #10203f 100%); border-radius: 5px; padding: 46px 50px; margin: 40px 0; position: relative; overflow: hidden; box-shadow: 0 20px 45px rgba(6,14,26,.28); }
.d1-pcb-cta::before { content: ""; position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(244,161,0,.22), transparent 70%); pointer-events: none; }
.d1-pcb-cta::after { content: ""; position: absolute; bottom: -100px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(29,63,214,.25), transparent 70%); pointer-events: none; }
.d1-pcb-cta-left { position: relative; z-index: 1; }
.d1-pcb-cta-badge { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #f4a100, #ff7a45); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; box-shadow: 0 6px 16px rgba(244,161,0,.35); }
.d1-pcb-cta-left h2 { font-size: 32px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 14px; }
.d1-pcb-cta-left h2 span { background: linear-gradient(120deg, #f4a100, #ff7a45, #ff4d6d); -webkit-background-clip: text; background-clip: text; color: transparent; }
.d1-pcb-cta-left p { color: #cbd5e1; font-size: 14.5px; line-height: 1.6; max-width: 440px; margin-bottom: 26px; }
.d1-pcb-cta-progress-wrap { max-width: 380px; margin-bottom: 30px; }
.d1-pcb-cta-progress-track { position: relative; height: 10px; border-radius: 6px; background: rgba(255,255,255,.1); overflow: hidden; }
.d1-pcb-cta-progress-fill { position: relative; height: 100%; width: 100%; border-radius: 6px; background: linear-gradient(90deg, #f4a100, #ff7a45, #ff4d6d, #7c3aed, #2563eb, #f4a100); background-size: 300% 100%; animation: d1ProgressFlow 4s linear infinite; }
@keyframes d1ProgressFlow { 0% { background-position: 0% 0; } 100% { background-position: 300% 0; } }
.d1-pcb-cta-progress-label { font-size: 12px; color: #94a3b8; font-weight: 600; margin-top: 10px; letter-spacing: .02em; }
.d1-pcb-cta-progress-label span { color: #f4a100; margin: 0 4px; }
.d1-pcb-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(120deg, #f4a100, #ff7a45); color: #fff; font-size: 15px; font-weight: 700; padding: 14px 30px; border-radius: 10px; text-decoration: none; box-shadow: 0 12px 26px rgba(244,161,0,.35); transition: transform .18s ease, box-shadow .18s ease; }
.d1-pcb-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(244,161,0,.45); }
.d1-pcb-cta-btn span { display: inline-block; transition: transform .18s ease; }
.d1-pcb-cta-btn:hover span { transform: translateX(4px); }
.d1-pcb-cta-right { position: relative; z-index: 1; }
.d1-pcb-cta-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.d1-pcb-cta-icon-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 20px 10px; backdrop-filter: blur(6px); transition: transform .2s ease, background .2s ease; }
.d1-pcb-cta-icon-box:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.d1-pcb-cta-icon-box svg { width: 26px; height: 26px; }
.d1-pcb-cta-icon-box span { font-size: 11.5px; font-weight: 700; color: #e2e8f0; letter-spacing: .01em; }
.d1-pcb-cta-icon-box.i-cpu svg { color: #60a5fa; }
.d1-pcb-cta-icon-box.i-gpu svg { color: #fb7185; }
.d1-pcb-cta-icon-box.i-ram svg { color: #a78bfa; }
.d1-pcb-cta-icon-box.i-storage svg { color: #fbbf24; }
.d1-pcb-cta-icon-box.i-mobo svg { color: #34d399; }
.d1-pcb-cta-icon-box.i-psu svg { color: #38bdf8; }
@media (max-width: 900px) {
    .d1-pcb-cta { grid-template-columns: 1fr; padding: 34px 24px; }
    .d1-pcb-cta-left h2 { font-size: 26px; }
    .d1-pcb-cta-left p { max-width: 100%; }
    .d1-pcb-cta-right { margin-top: 10px; }
    .d1-budget-tabs { gap: 8px; }
    .d1-budget-tab { padding: 8px 16px; font-size: 12px; }
}
@media (max-width: 480px) {
    .d1-pcb-cta-icon-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .d1-pcb-cta-icon-box { padding: 14px 6px; }
    .d1-pcb-cta-icon-box svg { width: 22px; height: 22px; }
}