/* ============================================
   ParçaPortal - Ana Sayfa CSS
   ============================================ */

:root {
    --primary: #111827;
    --accent: #1d4ed8;
    --text: #374151;
    --text-light: #6b7280;
    --border: #e5e7eb;
    --bg: #f9fafb;
    --white: #ffffff;
}

.icheck>label {
    margin-left: 10px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ============================================
   Header - Premium Modern Design
   ============================================ */
.header {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

/* Top Bar - Gradient Premium */
.header-top {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
    padding: 10px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.header-top::before {
    display: none;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header-top i {
    color: #60a5fa;
    margin-right: 6px;
}

.header-top a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-left: 24px;
    transition: all 0.3s ease;
}

.header-top a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
}

/* Logo Section - New Layout */
.header-logo-section {
    padding: 12px 0;
    background: linear-gradient(to bottom, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.header-logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Logo - Left Side */
.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.logo img,
.site-logo {
    height: 80px;
    max-width: 320px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(29, 78, 216, 0.15));
    transition: all 0.3s ease;
}

.logo:hover img,
.logo:hover .site-logo {
    filter: drop-shadow(0 4px 12px rgba(29, 78, 216, 0.25));
}

/* Right Section - Search + Actions */
.header-right-section {
    display: flex;
    align-items: center;
    gap: 200px;
    flex: 1;
    justify-content: flex-end;
}

/* Header Search Form */
.header-logo-section .search-form,
.header-right-section .search-form {
    display: flex;
    max-width: 450px;
    flex: 1;
}

.header-logo-section .search-form input,
.header-right-section .search-form input {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid #e2e8f0;
    border-right: none;
    border-radius: 12px 0 0 12px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease;
}

.header-logo-section .search-form input:focus,
.header-right-section .search-form input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.header-logo-section .search-form input::placeholder,
.header-right-section .search-form input::placeholder {
    color: #94a3b8;
}

.header-logo-section .search-form button,
.header-right-section .search-form button {
    padding: 12px 20px;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    color: #fff;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-logo-section .search-form button:hover,
.header-right-section .search-form button:hover {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
}

.header-logo-section .search-form button i,
.header-right-section .search-form button i {
    font-size: 16px;
}


.logo-mark {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -1px;
}

.logo-mark span {
    color: var(--accent);
}

.logo-tag {
    font-size: 11px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid var(--border);
    padding-left: 12px;
    margin-left: 4px;
}

.nav {
    display: flex;
    gap: 32px;
}

.nav a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.nav a:hover {
    color: var(--accent);
}

/* Header Actions - Enhanced */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1px;
    flex-shrink: 0;
}

/* Heart Icon - Animated */
.header-heart {
    font-size: 22px;
    color: #64748b;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-heart:hover {
    color: #ef4444;
    transform: scale(1.08);
    background: linear-gradient(145deg, #fef2f2, #fee2e2);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.2);
}

.header-heart:hover i {
    animation: heartbeat 0.6s ease-in-out;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.15);
    }
}

/* Fav Badge */
.fav-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
    border: 2px solid #fff;
}

/* Separator - Gradient */
.header-separator {
    width: 1px;
    height: 32px;
    background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);
}

/* User Menu - Enhanced */
.user-menu {
    position: relative;
    display: inline-block;
}

.user-menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.user-menu-toggle:hover {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-color: #cbd5e1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.user-menu-toggle i {
    color: #475569 !important;
    font-size: 18px !important;
    transition: color 0.3s ease;
}

.user-menu-toggle:hover i {
    color: #1d4ed8 !important;
}

.user-menu-text {
    text-align: left;
    line-height: 1.2;
}

.user-menu-text .welcome {
    font-size: 10px;
    color: #94a3b8;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-menu-text .label {
    font-size: 13px;
    color: #333;
    font-weight: 700;
}

/* İlan Ver Button - Premium Gradient */
.btn-ilan-ver {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #dc2626 100%);
    color: #fff;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-ilan-ver::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-ilan-ver:hover::before {
    left: 100%;
}

.btn-ilan-ver:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.45);
}

.btn-ilan-ver:active {
    transform: translateY(0) scale(0.98);
}

.btn-ilan-ver i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-ilan-ver:hover i {
    transform: rotate(90deg);
}

/* İlan Ver Button - Premium Gradient */
.btn-login {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #223f87 0%, #11389d 50%, #051a50 100%);
    color: #fff;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-login::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-login:hover::before {
    left: 100%;
}

.btn-login:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.45);
}

.btn-login:active {
    transform: translateY(0) scale(0.98);
}

.btn-login i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-login:hover i {
    transform: rotate(90deg);
}


/* ============================================
   Buttons
   ============================================ */
.btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-ghost {
    color: var(--text);
    background: transparent;
}

.btn-ghost:hover {
    background: var(--bg);
}

.btn-primary {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

.btn-primary:hover {
    background: #1e40af;
}

.btn-outline {
    border-color: var(--border);
    color: var(--text);
    background: var(--white);
}

.btn-outline:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* ============================================
   Hero Section
   ============================================ */
.hero {
    background: var(--primary);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 15c-5 0-9 4-9 9v2h-6c-2 0-4 2-4 4v20c0 2 2 4 4 4h30c2 0 4-2 4-4V30c0-2-2-4-4-4h-6v-2c0-5-4-9-9-9zm0 4c3 0 5 2 5 5v2H45v-2c0-3 2-5 5-5zM35 34h30v16H35V34z'/%3E%3Ccircle cx='20' cy='80' r='8'/%3E%3Ccircle cx='80' cy='80' r='8'/%3E%3Crect x='25' y='75' width='50' height='10' rx='2'/%3E%3Cpath d='M15 70h70l-5-15H20l-5 15z'/%3E%3Ccircle cx='50' cy='10' r='3'/%3E%3Crect x='10' y='5' width='15' height='10' rx='2'/%3E%3Crect x='75' y='5' width='15' height='10' rx='2'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

.hero .container {
    text-align: center;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 18px;
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================================
   Search Section
   ============================================ */
.search-section {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding: 0 32px;
}

.search-box {
    max-width: 1280px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.search-header {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-header .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.search-body {
    padding: 24px 32px;
}

.search-form {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
}

.search-form .form-group {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 14px;
}

.input-icon input,
.input-icon select {
    padding-left: 42px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    background: var(--white);
    transition: all 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group input::placeholder {
    color: var(--text-light);
}

.search-form .btn {
    padding: 14px 32px;
    white-space: nowrap;
}

.search-footer {
    padding: 14px 32px;
    background: var(--bg);
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 12px;
    color: var(--text-light);
}

.search-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-footer i {
    color: var(--accent);
}

/* ============================================
   Stats Section
   ============================================ */
.stats {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0;
}

.stats .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    text-align: center;
    padding: 40px 24px;
    border-right: 1px solid var(--border);
    position: relative;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: var(--bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--accent);
}

.stat-item .number {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -1px;
}

.stat-item .label {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 8px;
    font-weight: 500;
}

/* ============================================
   Content & Filters
   ============================================ */
.content {
    padding: 60px 0;
}

.filters-bar {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 32px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.filters-bar select {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 14px;
    min-width: 160px;
}

.filters-bar input {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    min-width: 200px;
}

.filters-bar .btn {
    padding: 10px 20px;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.results-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}

.results-header span {
    font-size: 14px;
    color: var(--text-light);
}

/* ============================================
   Products Table
   ============================================ */
.products-table {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.products-table table {
    width: 100%;
    border-collapse: collapse;
}

.products-table th {
    background: var(--bg);
    padding: 14px 20px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--border);
}

.products-table td {
    padding: 20px;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}

.products-table tr:last-child td {
    border-bottom: none;
}

.products-table tr:hover {
    background: #f8fafc;
}

.product-cell {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-cell .product-img {
    width: 64px;
    height: 64px;
    background: var(--bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.product-cell .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-cell .product-img i {
    color: var(--border);
    font-size: 24px;
}

.product-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4px;
}

.product-info p {
    font-size: 13px;
    color: var(--text-light);
}

.product-info .oem {
    font-size: 12px;
    color: var(--accent);
    margin-top: 4px;
}

.price-cell {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}

.seller-cell {
    font-size: 14px;
}

.seller-cell .name {
    font-weight: 500;
    color: var(--primary);
}

.seller-cell .location {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 2px;
}

.actions-cell {
    display: flex;
    gap: 8px;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
    color: var(--text);
}

.action-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.action-btn.call {
    background: #059669;
    border-color: #059669;
    color: var(--white);
}

.action-btn.whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: var(--white);
}

/* ============================================
   Pagination
   ============================================ */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.pagination a,
.pagination span {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 14px;
    color: var(--text);
    text-decoration: none;
    background: var(--white);
}

.pagination a:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.pagination .active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
}

.pagination .disabled {
    color: var(--border);
    cursor: not-allowed;
}

/* ============================================
   Sidebar
   ============================================ */
.content-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
}

.sidebar {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.sidebar h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.sidebar-section {
    margin-bottom: 24px;
}

.sidebar-section:last-child {
    margin-bottom: 0;
}

.category-list {
    list-style: none;
}

.category-list li {
    margin-bottom: 8px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
}

.category-list a:hover {
    color: var(--accent);
}

.category-list span {
    font-size: 12px;
    color: var(--text-light);
    background: var(--bg);
    padding: 2px 8px;
    border-radius: 10px;
}

/* ============================================
   Empty State
   ============================================ */
.empty-state {
    text-align: center;
    padding: 80px 40px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.empty-state i {
    font-size: 48px;
    color: var(--border);
    margin-bottom: 16px;
}

.empty-state h3 {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 8px;
}

.empty-state p {
    color: var(--text-light);
    font-size: 14px;
}

/* ============================================
   Footer
   ============================================ */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #94a3b8;
    padding: 80px 0 30px;
    margin-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand .logo-mark {
    color: var(--white);
    font-size: 28px;
}

.footer-brand p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-3px);
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 24px;
    position: relative;
}

.footer-col h4::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: var(--accent);
    margin-top: 10px;
    border-radius: 2px;
}

.footer-col a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 14px;
    transition: all 0.2s;
}

.footer-col a:hover {
    color: var(--white);
    padding-left: 4px;
}

.footer-col a i {
    font-size: 12px;
    color: var(--accent);
}

.footer-newsletter {
    margin-top: 20px;
}

.footer-newsletter input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #334155;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-newsletter input::placeholder {
    color: #64748b;
}

.footer-newsletter button {
    width: 100%;
    padding: 14px 16px;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.footer-newsletter button:hover {
    background: #2563eb;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #334155, transparent);
    margin-bottom: 24px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom a:hover {
    color: white;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
    .hero .container {
        grid-template-columns: 1fr;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .sidebar {
        display: none;
    }

    .search-form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .stats .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        border-bottom: 1px solid var(--border);
    }

    .products-table {
        overflow-x: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .search-form {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 0 16px;
    }
}

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

    .stats .container {
        grid-template-columns: 1fr;
    }

    .header-top {
        display: none;
    }
}

/* ============================================
   User Menu & Login Dropdown
   ============================================ */
.user-menu {
    position: relative;
}

.user-menu-toggle a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: transparent;
    border-radius: 8px;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.user-menu-toggle:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.user-menu-toggle i.fa-user {
    font-size: 16px;
}

.user-menu-toggle i.fa-chevron-down {
    font-size: 10px;
    transition: transform 0.2s;
}

.user-menu.active .user-menu-toggle i.fa-chevron-down {
    transform: rotate(180deg);
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
    z-index: 1000;
    overflow: hidden;
}

.user-menu.active .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    padding: 20px;
    text-align: center;
}

.dropdown-header i {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.dropdown-header h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.dropdown-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 4px 0 0;
}

.dropdown-body {
    padding: 20px;
}

.login-form .form-group {
    margin-bottom: 16px;
}

.login-form .form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.login-form .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
}

.login-form .form-control:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
}

.login-form .form-control::placeholder {
    color: var(--text-light);
}

.login-form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 13px;
}

.login-form .remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
}

.login-form .remember-me input {
    width: 16px;
    height: 16px;
    accent-color: var(--accent);
}

.login-form .forgot-link {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}

.login-form .forgot-link:hover {
    text-decoration: underline;
}

.login-form .btn-login {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.login-form .btn-login:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.3);
}

.dropdown-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-light);
    font-size: 12px;
}

.dropdown-divider::before,
.dropdown-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.dropdown-footer {
    text-align: center;
}

.dropdown-footer p {
    color: var(--text-light);
    font-size: 13px;
    margin-bottom: 12px;
}

.btn-register {
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--bg);
    color: var(--accent);
    border: 2px solid var(--accent);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
}

.btn-register:hover {
    background: var(--accent);
    color: var(--white);
}

/* User logged in dropdown */
.user-logged-menu {
    padding: 8px;
}

.user-logged-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: var(--text);
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
}

.user-logged-menu a:hover {
    background: var(--bg);
    color: var(--accent);
}

.user-logged-menu a i {
    width: 20px;
    text-align: center;
    color: var(--text-light);
}

.user-logged-menu a:hover i {
    color: var(--accent);
}

.user-logged-menu .divider {
    height: 1px;
    background: var(--border);
    margin: 8px 0;
}

.user-logged-menu .logout-btn {
    color: #dc2626;
}

.user-logged-menu .logout-btn:hover {
    background: #fef2f2;
    color: #dc2626;
}

.user-logged-menu .logout-btn i {
    color: #dc2626;
}

/* ============================================
   Portal Auth Pages
   ============================================ */
.auth-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.auth-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 60px 20px;
}

.auth-card {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.auth-header {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    padding: 40px;
    text-align: center;
}

.auth-header .logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

.auth-header .logo-link img {
    height: 50px;
}

.auth-header h1 {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
}

.auth-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

.auth-body {
    padding: 40px;
}

.auth-form .form-group {
    margin-bottom: 20px;
}

.auth-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.auth-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.auth-form .form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s;
}

.auth-form .form-control:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
}

.auth-form .input-icon-wrapper {
    position: relative;
}

.auth-form .input-icon-wrapper i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
}

.auth-form .input-icon-wrapper .form-control {
    padding-left: 44px;
}

.auth-form .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
}

.auth-form .checkbox-group input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--accent);
}

.auth-form .checkbox-group label {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.auth-form .checkbox-group a {
    color: var(--accent);
    text-decoration: none;
}

.auth-form .checkbox-group a:hover {
    text-decoration: underline;
}

.auth-form .btn-submit {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.auth-form .btn-submit:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 78, 216, 0.3);
}

.auth-footer {
    text-align: center;
    padding: 24px 40px;
    background: var(--bg);
    border-top: 1px solid var(--border);
}

.auth-footer p {
    color: var(--text-light);
    font-size: 14px;
    margin: 0;
}

.auth-footer a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-alert {
    padding: 14px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.auth-alert.alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.auth-alert.alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

.auth-alert ul {
    margin: 0;
    padding-left: 20px;
}

.auth-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 24px;
}

.auth-back-link:hover {
    color: var(--accent);
}

/* ============================================
   Corporate Category & Mega Dropdown
   ============================================ */
.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 450px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.has-dropdown:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header-alt {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.dropdown-header-alt h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-header-alt h4 i {
    color: var(--accent);
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px 24px;
}

.mega-cat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.mega-cat-link:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    transform: translateX(3px);
}

.mega-cat-link i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: var(--accent);
    border-radius: 8px;
    font-size: 14px;
}

.mega-cat-link span {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.mega-cat-link:hover span {
    color: var(--accent);
}

.dropdown-footer-alt {
    padding: 15px 24px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-radius: 0 0 12px 12px;
    text-align: right;
}

.dropdown-footer-alt a {
    font-size: 13px;
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
}

/* Homepage Category Grid */
.corporate-cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.corporate-cat-card {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.corporate-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(29, 78, 216, 0.1);
    border-color: #e0e7ff;
}

.cat-icon-container {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 26px;
    transition: all 0.3s;
}

.corporate-cat-card:hover .cat-icon-container {
    transform: scale(1.1) rotate(5deg);
}

.cat-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.cat-count {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    background: #f1f5f9;
    padding: 2px 10px;
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .corporate-cat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .corporate-cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .corporate-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   Sidebar Layout (extracted from inline)
   ============================================ */
.content-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    padding: 40px 0;
}

.sidebar-widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.widget-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget-title i {
    color: #1d4ed8;
}

.category-list,
.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li,
.brand-list li {
    margin-bottom: 5px;
}

.category-list a,
.brand-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    color: #374151;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.2s;
}

.category-list a:hover,
.brand-list a:hover,
.category-list a.active,
.brand-list a.active {
    background: #eff6ff;
    color: #1d4ed8;
}

.count {
    font-size: 12px;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 10px;
    color: #6b7280;
}

.price-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-inputs input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 14px;
}

.form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 14px;
}

/* ============================================
   Products Area (extracted from inline)
   ============================================ */
.products-area {
    min-width: 0;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.results-info {
    font-size: 14px;
    color: #6b7280;
}

.results-info strong {
    color: #111827;
}

.sort-options select {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 14px;
}

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

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .sidebar {
        display: none;
    }
}

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

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    display: block;
    position: relative;
    height: 180px;
    background: #f9fafb;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

.no-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #9ca3af;
}

.no-image i {
    font-size: 40px;
    margin-bottom: 10px;
}

.category-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1d4ed8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
}

.product-info {
    padding: 15px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.product-title a {
    color: #111827;
    text-decoration: none;
}

.product-title a:hover {
    color: #1d4ed8;
}

.product-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 15px;
}

.product-meta i {
    color: #1d4ed8;
    margin-right: 4px;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.negotiable {
    font-size: 14px;
    color: #f59e0b;
    font-weight: 500;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 13px;
}

/* Navigation Header */
.main-nav {
    background: #111827;
    padding: 12px 0;
}

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

.nav-list a {
    color: #d1d5db;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.nav-list a:hover,
.nav-list a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.has-dropdown {
    position: relative;
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 100;
}

.has-dropdown:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
}

.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.dropdown-grid a {
    color: #374151;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.dropdown-grid a:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

/* Main Content */
.main-content {
    background: #f9fafb;
    min-height: 600px;
}

/* Custom Pagination */
.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    padding: 20px 0;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    color: #374151;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.page-btn:hover:not(.disabled):not(.active) {
    background: #eff6ff;
    border-color: #1d4ed8;
    color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

.page-btn.active {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.4);
}

.page-btn.disabled {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #d1d5db;
    cursor: not-allowed;
}

.page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    color: #9ca3af;
    font-size: 16px;
    font-weight: 600;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 80px 40px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.no-results i {
    font-size: 60px;
    color: #d1d5db;
    margin-bottom: 20px;
}

.no-results h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #111827;
}

.no-results p {
    color: #6b7280;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    background: #111827;
    color: #9ca3af;
    padding: 60px 0 30px;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

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

.footer-col a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
}

.footer-col a:hover {
    color: #fff;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #1d4ed8;
}

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

.social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transition: all 0.2s;
}

.social-links a:hover {
    background: #1d4ed8;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   Vehicle Search Hero (Automotive Theme)
   ============================================ */
.vehicle-search-hero {
    background: linear-gradient(135deg, #0c1220 0%, #1a2332 30%, #0d1b2a 60%, #162033 100%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

/* Blueprint grid overlay */
.hero-blueprint {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image:
        linear-gradient(rgba(59, 130, 246, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.3) 1px, transparent 1px);
    background-size: 80px 80px;
}

/* Rotating gear silhouettes */
.hero-gears {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gear {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(59, 130, 246, 0.08);
}

.gear-1 {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -60px;
    animation: gearSpin 30s linear infinite;
}

.gear-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -40px;
    border-color: rgba(249, 115, 22, 0.08);
    animation: gearSpin 25s linear infinite reverse;
}

.gear-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 15%;
    border-color: rgba(16, 185, 129, 0.06);
    animation: gearSpin 35s linear infinite;
}

@keyframes gearSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Floating spark particles */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(249, 115, 22, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(249, 115, 22, 0.4);
    animation: sparkFloat calc(4s + var(--i) * 0.8s) ease-in-out infinite;
    left: calc(10% + var(--i) * 10%);
    top: calc(15% + var(--i) * 8%);
}

.hero-particles span:nth-child(odd) {
    background: rgba(59, 130, 246, 0.5);
    box-shadow: 0 0 6px rgba(59, 130, 246, 0.3);
}

@keyframes sparkFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-30px) scale(1.5);
        opacity: 1;
    }
}

/* Floating auto parts icons */
.hero-parts-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero-parts-icons i {
    position: absolute;
    left: var(--px);
    top: var(--py);
    font-size: var(--s);
    color: rgba(212, 175, 55, 0.12);
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.08);
    animation: partFloat 7s ease-in-out infinite;
    animation-delay: var(--d);
}

.hero-parts-icons i:nth-child(odd) {
    color: rgba(59, 130, 246, 0.1);
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.06);
}

.hero-parts-icons i:nth-child(3n) {
    color: rgba(249, 115, 22, 0.1);
    text-shadow: 0 0 20px rgba(249, 115, 22, 0.06);
}

.hero-parts-icons i:nth-child(4n) {
    color: rgba(16, 185, 129, 0.09);
    text-shadow: 0 0 20px rgba(16, 185, 129, 0.05);
}

@keyframes partFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-12px) rotate(5deg);
    }

    50% {
        transform: translateY(-20px) rotate(-3deg);
    }

    75% {
        transform: translateY(-8px) rotate(2deg);
    }
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 40%, rgba(12, 18, 32, 0.3) 0%, rgba(12, 18, 32, 0.85) 75%);
    z-index: 1;
}

/* Hero badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.25);
    color: #fb923c;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.hero-badge i {
    font-size: 14px;
}

/* Hero heading */
.vehicle-search-hero .container {
    text-align: center;
}

.vehicle-search-hero h1 {
    color: #f1f5f9;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.hero-highlight {
    background: linear-gradient(135deg, #f97316, #fb923c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vehicle-search-hero p {
    color: #64748b;
    font-size: 17px;
    margin-bottom: 40px;
}

/* Search form */
.vehicle-search-form {
    max-width: 1050px;
    margin: 0 auto;
}

.search-row {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.search-field {
    flex: 1;
    position: relative;
}

.search-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    z-index: 1;
    pointer-events: none;
}

.search-field select {
    width: 100%;
    padding: 15px 18px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.6);
    font-size: 14px;
    color: #e2e8f0;
    cursor: pointer;
    appearance: none;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.search-field input[type="text"] {
    width: 100%;
    padding: 15px 18px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.6);
    font-size: 14px;
    color: #e2e8f0;
    transition: all 0.3s ease;
    font-family: inherit;
    outline: none;
}

.search-field input[type="text"]::placeholder {
    color: #94a3b8;
}

.search-field input[type="text"]:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background-color: rgba(15, 23, 42, 0.8);
}

.search-field input[type="text"]:focus {
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-field select:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background-color: rgba(15, 23, 42, 0.8);
}

.search-field select:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-field select:disabled {
    background-color: rgba(30, 41, 59, 0.4);
    color: #475569;
    cursor: not-allowed;
}

.search-field select option {
    background: #1e293b;
    color: #e2e8f0;
}

.search-btn {
    padding: 15px 35px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.4);
    background: linear-gradient(135deg, #fb923c, #f97316);
}

.search-btn i {
    font-size: 16px;
}

/* Hero stats */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 45px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-num {
    font-size: 28px;
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1;
    margin-bottom: 6px;
}

.hero-stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
    .search-row {
        flex-wrap: wrap;
    }

    .search-field {
        flex: 1 1 45%;
    }

    .search-btn {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .vehicle-search-hero h1 {
        font-size: 32px;
    }

    .gear-1,
    .gear-3 {
        display: none;
    }
}

@media (max-width: 600px) {
    .vehicle-search-hero {
        padding: 60px 0 50px;
    }

    .search-field {
        flex: 1 1 100%;
    }

    .vehicle-search-hero h1 {
        font-size: 26px;
    }

    .vehicle-search-hero p {
        font-size: 14px;
    }

    .hero-stats {
        gap: 20px;
    }

    .hero-stat-num {
        font-size: 22px;
    }
}

/* ============================================
   Sticky Header (scroll shrink)
   ============================================ */
.header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

/* Smooth transitions for all shrinkable children */
.header-top {
    transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
    max-height: 60px;
    overflow: hidden;
}

.header-logo-section {
    transition: padding 0.3s ease;
}

.site-logo {
    transition: height 0.3s ease;
}

.header-logo-section .search-form input,
.header-logo-section .search-form button {
    transition: padding 0.3s ease, font-size 0.3s ease;
}

.main-nav .nav-list a {
    transition: padding 0.3s ease, font-size 0.3s ease;
}

.header-main .container {
    transition: padding 0.3s ease;
}

/* === Scrolled state === */
.header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.header.scrolled .header-top {
    max-height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.header.scrolled .header-logo-section {
    padding-top: 4px;
    padding-bottom: 4px;
}

.header.scrolled .site-logo {
    height: 32px;
}

.header.scrolled .header-logo-section .search-form input {
    padding: 7px 14px;
    font-size: 13px;
}

.header.scrolled .header-logo-section .search-form button {
    padding: 7px 14px;
}

.header.scrolled .main-nav .nav-list a {
    padding: 8px 12px;
    font-size: 13px;
}

.header.scrolled .header-actions .btn-ilan-ver {
    padding: 6px 14px;
    font-size: 12px;
}

.header.scrolled .user-menu-text .welcome {
    display: none;
}

.header.scrolled .header-right-section {
    gap: 10px;
}