.hero-section{background:white;position:relative;overflow:hidden;min-height:100vh}.hero-content{position:relative;z-index:2;padding:2rem 0}.hero-subsection{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 2rem;min-height:60vh;margin:0 2rem}.buy-section{background:white;grid-template-columns:60% 35%}.sell-section{background:#f8fafc;grid-template-columns:35% 65%}.sell-section .subsection-content{order:2}.sell-section .subsection-image{order:1}.hero-title{font-size:3.5rem;font-weight:800;color:#111827;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-btn-primary{background:#3b82f6;color:white;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s ease}.hero-btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.hero-btn-secondary{background:white;color:#374151;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s ease;display:flex;align-items:center}.hero-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.search-filters-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;background:#f8fafc;padding:1.5rem;border-radius:1rem;border:1px solid #e5e7eb;max-width:100%;width:100%;overflow:hidden;box-sizing:border-box}.filter-field{position:relative;display:flex;align-items:center;background:white;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;transition:all .2s ease;min-width:0;overflow:hidden}.filter-field:hover{border-color:#3b82f6}.filter-field:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.filter-icon{width:1.25rem;height:1.25rem;color:#6b7280;margin-right:.5rem;flex-shrink:0}.filter-input,.filter-select{flex:1;border:none;outline:none;background:transparent;font-size:.875rem;color:#374151;appearance:none;-webkit-appearance:none;-moz-appearance:none}.filter-input::placeholder,.filter-select::placeholder{color:#9ca3af}.filter-chevron{width:1rem;height:1rem;color:#9ca3af;margin-left:.5rem;flex-shrink:0}.search-button-main{background:#3b82f6;color:white;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.search-button-main:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(59,130,246,.4)}.subsection-content{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;overflow:hidden}.subsection-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.subsection-description{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.subsection-buttons{display:flex;gap:1rem;flex-wrap:wrap}.subsection-image{height:500px}.hero-car-image,.subsection-image{position:relative;border-radius:1rem;overflow:hidden}.hero-car-image{width:100%;height:100%}.hero-car-image:hover .car-image{transform:scale(1.05)}.sell-features{display:flex;flex-direction:column;gap:1rem}.sell-feature{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border-radius:1rem;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.sell-feature:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.feature-icon{width:3rem;height:3rem;background:#3b82f6;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:white}.feature-text{flex:1}.feature-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:#6b7280;line-height:1.5}.search-section{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid rgba(229,231,235,.8);position:relative;z-index:2}.search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.search-field{position:relative}.search-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.search-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease;background:white;appearance:none;-webkit-appearance:none;-moz-appearance:none}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-input::placeholder{color:#9ca3af}.search-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.search-input option{padding:.5rem;background:white;color:#374151}.search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af;pointer-events:none}.search-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.search-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.search-button-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.search-button-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(59,130,246,.4)}.search-button-secondary{background:white;color:#374151;border:2px solid #e5e7eb}.search-button-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.featured-section{padding:5rem 0;background:white}.featured-header{text-align:center;margin-bottom:3rem}.featured-title{font-size:3rem;font-weight:800;color:#111827;margin-bottom:1rem;line-height:1.1}.featured-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto 2rem;line-height:1.6}.category-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.category-filter{padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;transition:all .2s ease;border:none;cursor:pointer;text-decoration:none;display:inline-block}.category-filter-active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.category-filter-inactive{background:#f3f4f6;color:#6b7280}.category-filter-inactive:hover{background:#e5e7eb;color:#374151}.cars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.car-card{background:white;border-radius:1rem;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease;position:relative;cursor:pointer}.car-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#d1d5db}.car-image-container{position:relative;height:14rem;overflow:hidden}.car-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.car-card:hover .car-image{transform:scale(1.05)}.car-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}.car-price-badge{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);color:#111827;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.car-brand-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.car-info{padding:1.25rem}.car-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.car-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.car-detail{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.car-detail-icon{width:1rem;height:1rem;color:#9ca3af;flex-shrink:0}.car-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f3f4f6}.car-transmission{font-size:.875rem;color:#9ca3af}.car-view-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.car-view-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.view-more-section{text-align:center;margin-top:3rem}.view-more-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.view-more-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(59,130,246,.4)}.empty-state{text-align:center;padding:4rem 0}.empty-state-icon{width:6rem;height:6rem;color:#d1d5db;margin:0 auto 1rem}.empty-state-title{font-size:1.5rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.empty-state-description{color:#9ca3af}@media (max-width:1200px){.search-filters-row{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1.25rem}}@media (max-width:1024px){.hero-subsection{grid-template-columns:1fr;gap:2rem;text-align:center;padding:2rem 1rem;margin:0 1rem}.subsection-content{padding:0 1rem}.buy-section,.sell-section{grid-template-columns:1fr}.buy-section .subsection-content{order:2}.buy-section .subsection-image,.sell-section .subsection-content{order:1}.sell-section .subsection-image{order:2}.subsection-image{height:300px}.search-filters-row{grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-subsection{padding:2rem 1rem;margin:0 1rem}.subsection-content{padding:0 1rem}.subsection-title{font-size:2rem}.subsection-description{font-size:1rem}.subsection-buttons{flex-direction:column}.search-button{width:100%;justify-content:center}.search-filters-row{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.hero-buttons{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center}.sell-features{gap:.75rem}.sell-feature{padding:1rem}.featured-title{font-size:2.25rem}.cars-grid{grid-template-columns:1fr}.category-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.category-filter{white-space:nowrap}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subsection{padding:1.5rem .75rem;margin:0 .75rem}.subsection-title{font-size:1.75rem}.subsection-image{height:250px}.search-filters-row{grid-template-columns:1fr;gap:.5rem;padding:.75rem}.filter-field{padding:.5rem}.featured-title{font-size:1.875rem}}