/* ==========================================================================
   ListKaro.in - Modern Mobile & Desktop CSS Design System
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --lk-nav-height: 64px;
    --lk-safe-bottom: env(safe-area-inset-bottom, 0px);
    
    /* Core Color Palette */
    --lk-primary: #1d4ed8;
    --lk-primary-hover: #1e40af;
    --lk-primary-light: #eff6ff;
    --lk-primary-border: #bfdbfe;
    
    --lk-accent: #f59e0b;
    --lk-accent-hover: #d97706;
    --lk-accent-light: #fef3c7;
    
    --lk-secondary: #0f172a;
    --lk-success: #10b981;
    --lk-danger: #ef4444;
    --lk-info: #06b6d4;
    --lk-purple: #8b5cf6;
    
    /* Neutral & Background Tokens */
    --lk-bg: #f8fafc;
    --lk-surface: #ffffff;
    --lk-surface-subtle: #f1f5f9;
    --lk-border: #e2e8f0;
    --lk-border-light: #f1f5f9;
    
    /* Typography Tokens */
    --lk-text: #0f172a;
    --lk-text-muted: #64748b;
    --lk-text-light: #94a3b8;
    
    /* Elevation / Shadows */
    --lk-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --lk-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --lk-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
    --lk-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
    --lk-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
    
    /* Radii */
    --lk-radius-sm: 8px;
    --lk-radius-md: 12px;
    --lk-radius-lg: 16px;
    --lk-radius-xl: 24px;
    --lk-radius-pill: 9999px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background-color: var(--lk-bg) !important;
    color: var(--lk-text) !important;
    padding-bottom: calc(var(--lk-nav-height) + var(--lk-safe-bottom) + 16px);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

/* Typography elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: var(--lk-text);
    font-weight: 700;
    letter-spacing: -0.02em;
}

p, span, a, button, input, select, textarea {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

img, video, canvas, svg {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Navigation Bar Overhaul
   ========================================================================== */
.lk-top-nav {
    background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 50%, #2563eb 100%) !important;
    box-shadow: 0 4px 20px rgba(29, 78, 216, 0.2) !important;
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-top-nav .navbar-brand {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
}

.lk-top-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.lk-top-nav .nav-link:hover {
    color: #ffffff !important;
}

/* Search input on top nav */
.lk-top-nav .input-group .form-control {
    border-radius: var(--lk-radius-pill) 0 0 var(--lk-radius-pill) !important;
    padding-left: 1.25rem;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.95);
    border: none;
}

.lk-top-nav .input-group .form-control:focus {
    background: #ffffff;
    box-shadow: none;
}

.lk-top-nav .input-group .btn {
    border-radius: 0 var(--lk-radius-pill) var(--lk-radius-pill) 0 !important;
    background: #ffffff;
    border: none;
    padding-right: 1.25rem;
    color: var(--lk-primary);
}

/* ==========================================================================
   Page Containers & Wrappers
   ========================================================================== */
.lk-main-content {
    min-height: calc(100vh - 250px);
}

.lk-page-body {
    width: 100%;
}

.lk-home-section-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

/* ==========================================================================
   HERO SECTION - High Impact, Fully Contrasted & Professional
   ========================================================================== */
.hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f0fdf4 35%, #eff6ff 70%, #f8fafc 100%) !important;
    padding: 3rem 1.5rem !important;
    margin-bottom: 2rem !important;
    border-radius: var(--lk-radius-xl) !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

/* Decorative subtle ambient shapes */
.hero-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 960px;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ffffff;
    border: 1px solid #fed7aa;
    color: #c2410c !important;
    padding: 0.45rem 1.15rem;
    border-radius: var(--lk-radius-pill);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.12);
}

.hero-badge i {
    color: #ea580c;
    font-size: 0.95rem;
}

/* Hero Headings & Subtext */
.hero-section h1.hero-title {
    font-size: clamp(1.75rem, 3.8vw, 2.5rem);
    font-weight: 750;
    color: #0f172a !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
    text-shadow: none;
}

.hero-section h1.hero-title .text-accent {
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-section p.hero-subtitle {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    color: #475569 !important;
    max-width: 580px;
    margin: 0 auto 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
}

/* Hero Search Box */
.hero-search-box {
    background: #ffffff;
    border-radius: var(--lk-radius-pill);
    padding: 0.35rem 0.35rem 0.35rem 1.25rem;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-search-box:focus-within {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
}

.hero-search-box input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 1rem;
    font-weight: 500;
    color: var(--lk-text);
    padding: 0.65rem 0.5rem;
    width: 100%;
}

.hero-search-box input::placeholder {
    color: #94a3b8;
}

.hero-search-box .btn-search {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.75rem 1.75rem;
    border-radius: var(--lk-radius-pill);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.hero-search-box .btn-search:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.5);
    color: #ffffff;
}

/* Quick Stats Bar */
.hero-stats-row {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero-stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1.15rem;
    border-radius: var(--lk-radius-pill);
    color: #334155 !important;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.hero-stat-chip:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.hero-stat-chip i {
    font-size: 1rem;
}

/* ==========================================================================
   HOMEPAGE SECTION CARDS (How It Works, Categories, Why ListKaro, Near You)
   ========================================================================== */
.lk-card-section {
    background: #ffffff;
    border-radius: var(--lk-radius-xl);
    padding: 2.25rem 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--lk-shadow-md);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
}

.lk-section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.lk-section-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--lk-primary);
    background: var(--lk-primary-light);
    padding: 0.35rem 0.9rem;
    border-radius: var(--lk-radius-pill);
    margin-bottom: 0.5rem;
    border: 1px solid var(--lk-primary-border);
}

.lk-section-title-main {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.lk-section-subtitle {
    font-size: 1rem;
    color: #475569;
    margin: 0;
    font-weight: 450;
}

/* ==========================================================================
   HOW IT WORKS - 3 Step Flow
   ========================================================================== */
.lk-step-card {
    background: #ffffff;
    border: 1.5px solid var(--lk-border);
    border-radius: var(--lk-radius-lg);
    padding: 1.75rem 1.25rem;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--lk-shadow-xs);
}

.lk-step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lk-shadow-lg);
    border-color: var(--lk-primary);
}

.lk-step-number-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--lk-secondary);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
}

.lk-step-card-1 .lk-step-number-badge { background: #7c3aed; }
.lk-step-card-2 .lk-step-number-badge { background: #0891b2; }
.lk-step-card-3 .lk-step-number-badge { background: #10b981; }

.lk-step-icon-wrapper {
    width: 68px;
    height: 68px;
    border-radius: var(--lk-radius-lg);
    margin: 0.75rem auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.lk-step-card:hover .lk-step-icon-wrapper {
    transform: scale(1.08);
}

.lk-step-card-1 .lk-step-icon-wrapper {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.35);
}

.lk-step-card-2 .lk-step-icon-wrapper {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.35);
}

.lk-step-card-3 .lk-step-icon-wrapper {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

.lk-step-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: var(--lk-text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.lk-step-desc {
    font-size: 0.95rem;
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-weight: 450;
}

/* ==========================================================================
   CATEGORIES GRID - Distinct Icons & Colorful Badges
   ========================================================================== */
.lk-categories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.lk-view-all-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--lk-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.8rem;
    border-radius: var(--lk-radius-pill);
    background: var(--lk-primary-light);
    border: 1px solid var(--lk-primary-border);
    transition: all 0.2s ease;
}

.lk-view-all-link:hover {
    background: var(--lk-primary);
    color: #ffffff;
    transform: translateX(2px);
}

.lk-category-item-card {
    background: #ffffff;
    border: 1.5px solid var(--lk-border);
    border-radius: var(--lk-radius-lg);
    padding: 1.25rem 0.75rem 1rem;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--lk-shadow-xs);
    position: relative;
    overflow: hidden;
}

.lk-category-item-card:hover {
    transform: translateY(-5px);
    border-color: var(--lk-primary);
    box-shadow: var(--lk-shadow-lg);
}

.lk-cat-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    transition: transform 0.25s ease;
}

.lk-category-item-card:hover .lk-cat-icon-box {
    transform: scale(1.12) rotate(-4deg);
}

/* Distinct category theme colors */
.cat-mobiles .lk-cat-icon-box { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1d4ed8; }
.cat-electronics .lk-cat-icon-box { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; }
.cat-vehicles .lk-cat-icon-box { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.cat-property .lk-cat-icon-box { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #15803d; }
.cat-jobs .lk-cat-icon-box { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #7e22ce; }
.cat-services .lk-cat-icon-box { background: linear-gradient(135deg, #cffafe, #a5f3fc); color: #0e7490; }
.cat-fashion .lk-cat-icon-box { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #be185d; }
.cat-more .lk-cat-icon-box { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); color: #475569; }

/* Category Name Label */
.lk-cat-name-pill {
    font-size: 0.95rem;
    font-weight: 750;
    color: #1e293b;
    padding: 0.35rem 0.85rem;
    border-radius: var(--lk-radius-pill);
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
}

.lk-category-item-card:hover .lk-cat-name-pill {
    background: var(--lk-primary-light);
    color: var(--lk-primary);
    border-color: var(--lk-primary-border);
}

/* ==========================================================================
   WHY LISTKARO - Feature Highlights
   ========================================================================== */
.lk-feature-item-box {
    background: #ffffff;
    border: 1.5px solid var(--lk-border);
    border-radius: var(--lk-radius-lg);
    padding: 1.85rem 1.35rem;
    text-align: center;
    height: 100%;
    transition: all 0.25s ease;
    box-shadow: var(--lk-shadow-xs);
}

.lk-feature-item-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--lk-shadow-lg);
}

.lk-feature-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.lk-feature-item-box:hover .lk-feature-icon-circle {
    transform: scale(1.1);
}

.feat-find .lk-feature-icon-circle { background: #eff6ff; color: #2563eb; }
.feat-find:hover { border-color: #2563eb; }

.feat-list .lk-feature-icon-circle { background: #ecfdf5; color: #10b981; }
.feat-list:hover { border-color: #10b981; }

.feat-need .lk-feature-icon-circle { background: #fef2f2; color: #ef4444; }
.feat-need:hover { border-color: #ef4444; }

.feat-offer .lk-feature-icon-circle { background: #fffbeb; color: #f59e0b; }
.feat-offer:hover { border-color: #f59e0b; }

.lk-feature-badge-title {
    font-size: 0.96rem;
    font-weight: 850;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.feat-find .lk-feature-badge-title { color: #2563eb; }
.feat-list .lk-feature-badge-title { color: #10b981; }
.feat-need .lk-feature-badge-title { color: #ef4444; }
.feat-offer .lk-feature-badge-title { color: #f59e0b; }

.lk-feature-desc {
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
    font-weight: 450;
}

/* ==========================================================================
   NEARBY ITEMS CARDS
   ========================================================================== */
.lk-listing-card-modern {
    background: #ffffff;
    border: 1.5px solid var(--lk-border);
    border-radius: var(--lk-radius-lg);
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--lk-shadow-xs);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lk-listing-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--lk-shadow-xl);
    border-color: var(--lk-primary);
}

.lk-listing-thumb-box {
    height: 160px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #94a3b8;
    font-size: 2.5rem;
}

.lk-listing-body {
    padding: 1.15rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.lk-listing-title-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lk-text);
    margin-bottom: 0.35rem;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lk-listing-title-text:hover {
    color: var(--lk-primary);
}

.lk-listing-category-text {
    font-size: 0.8rem;
    color: var(--lk-text-muted);
    margin-bottom: 0.75rem;
}

.lk-listing-footer {
    padding: 0.75rem 1.15rem 1.15rem;
    border-top: 1px solid var(--lk-border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.lk-listing-price-tag {
    font-size: 1.1rem;
    font-weight: 800;
    color: #10b981;
}

/* ==========================================================================
   CALL TO ACTION BANNER (For Guests)
   ========================================================================== */
.lk-cta-banner-pro {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #2563eb 100%);
    border-radius: var(--lk-radius-xl);
    padding: 3.5rem 2rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-cta-banner-pro::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.lk-cta-banner-pro h3 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.lk-cta-banner-pro p {
    font-size: 1.05rem;
    color: #cbd5e1;
    max-width: 520px;
    margin: 0 auto 1.75rem;
}

.lk-cta-btn {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.85rem 2.25rem;
    border-radius: var(--lk-radius-pill);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.lk-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.6);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

/* ==========================================================================
   FOOTER & BOTTOM NAV
   ========================================================================== */
.lk-footer {
    background: #0f172a !important;
    border-top: 1px solid #1e293b;
    padding: 2.5rem 0 !important;
}

.lk-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    height: var(--lk-nav-height);
    padding-bottom: var(--lk-safe-bottom);
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
}

.lk-bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    padding: 0.25rem 0;
    text-decoration: none;
    color: #64748b;
    transition: color 0.2s ease;
    touch-action: manipulation;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
}

.lk-bottom-nav .nav-item.active {
    color: var(--lk-primary);
}

.lk-bottom-nav .nav-item i {
    font-size: 1.35rem;
    margin-bottom: 2px;
}

.lk-bottom-nav .nav-item span {
    font-size: 0.68rem;
    font-weight: 600;
}

.lk-bottom-nav .nav-item.lk-post-btn .post-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lk-primary), #1e40af);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.4);
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .lk-bottom-nav {
        display: none !important;
    }
    body {
        padding-bottom: 0 !important;
    }
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 767.98px) {
    .lk-card-section {
        padding: 1.5rem 1rem;
        border-radius: var(--lk-radius-lg);
    }
    
    .hero-section {
        padding: 2.5rem 1rem 2.5rem !important;
        border-radius: 0 0 24px 24px !important;
    }
    
    .hero-search-box {
        padding: 0.25rem 0.25rem 0.25rem 0.85rem;
    }
    
    .hero-search-box .btn-search {
        padding: 0.65rem 1.25rem;
        font-size: 0.85rem;
    }
    
    .lk-cat-icon-box {
        width: 46px;
        height: 46px;
        font-size: 1.3rem;
    }
    
    .lk-cat-name-pill {
        font-size: 0.72rem;
        padding: 0.15rem 0.45rem;
    }

    .google-search-bar, .google-nav-search {
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Utilities */
.min-w-0 {
    min-width: 0 !important;
}

.text-nowrap {
    white-space: nowrap !important;
}



