.categories-section{padding:5rem 0;background:var(--bg-light)}.categories-section .categories-container{max-width:1200px;margin:0 auto;padding:0 2rem}.categories-section .categories-header{text-align:center;margin-bottom:3rem}.categories-section .categories-header .section-title{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem;font-family:var(--font-inter)}.categories-section .categories-header .section-subtitle{font-size:1rem;color:var(--text-secondary);margin:0;font-family:var(--font-inter)}.categories-section .categories-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:1rem;gap:1rem}.categories-section .categories-grid .category-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem .75rem 1.25rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .25s ease;text-align:center;font-family:var(--font-inter)}.categories-section .categories-grid .category-card:hover{border-color:var(--primary-color);background:var(--bg-white);transform:translateY(-4px);box-shadow:0 8px 24px rgba(59,130,246,.12)}.categories-section .categories-grid .category-card:hover .category-icon-wrapper{background:var(--primary-color)}.categories-section .categories-grid .category-card:hover .category-icon-wrapper .category-icon{color:#fff}.categories-section .categories-grid .category-card:hover .category-name{color:var(--primary-color)}.categories-section .categories-grid .category-card .category-icon-wrapper{width:56px;height:56px;border-radius:12px;background:rgba(59,130,246,.08);display:flex;align-items:center;justify-content:center;transition:background .25s ease}.categories-section .categories-grid .category-card .category-icon-wrapper .category-icon{font-size:1.5rem;color:var(--primary-color);transition:color .25s ease}.categories-section .categories-grid .category-card .category-name{font-size:.78rem;font-weight:600;color:var(--text-primary);line-height:1.3;transition:color .25s ease;font-family:var(--font-inter)}@media(max-width:1024px){.categories-section .categories-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.categories-section{padding:4rem 0}.categories-section .categories-container{padding:0 1rem}.categories-section .categories-header{margin-bottom:2rem}.categories-section .categories-header .section-title{font-size:1.75rem}.categories-section .categories-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}.categories-section .categories-grid .category-card{padding:1.25rem .5rem 1rem}.categories-section .categories-grid .category-card .category-icon-wrapper{width:48px;height:48px}}@media(max-width:480px){.categories-section .categories-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.categories-section .categories-grid .category-card{padding:1rem .25rem .75rem;border-radius:8px}.categories-section .categories-grid .category-card .category-icon-wrapper{width:40px;height:40px;border-radius:8px}.categories-section .categories-grid .category-card .category-icon-wrapper .category-icon{font-size:1.2rem}.categories-section .categories-grid .category-card .category-name{font-size:.7rem}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);overflow:hidden}.hero-section .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-section .hero-background .hero-overlay{background:rgba(0,0,0,.3)}.hero-section .hero-background .floating-shapes,.hero-section .hero-background .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.hero-section .hero-background .floating-shapes .shape{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float 6s ease-in-out infinite}.hero-section .hero-background .floating-shapes .shape.shape-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.hero-section .hero-background .floating-shapes .shape.shape-2{width:120px;height:120px;top:60%;right:15%;animation-delay:2s}.hero-section .hero-background .floating-shapes .shape.shape-3{width:60px;height:60px;bottom:20%;left:20%;animation-delay:4s}.hero-section .hero-background .floating-shapes .shape.shape-4{width:100px;height:100px;top:30%;right:30%;animation-delay:1s}.hero-section .hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.hero-section .hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:4rem}.hero-section .hero-content .hero-text .hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;font-family:var(--font-inter)}.hero-section .hero-content .hero-text .hero-title .highlight{color:#fbbf24;display:block}.hero-section .hero-content .hero-text .hero-subtitle{font-size:1.25rem;color:#e0e7ff;margin-bottom:2rem;line-height:1.6;font-family:var(--font-inter)}.hero-section .hero-content .hero-text .hero-stats{display:flex;gap:2rem}.hero-section .hero-content .hero-text .hero-stats .stat-item{text-align:center}.hero-section .hero-content .hero-text .hero-stats .stat-item .stat-number{display:block;font-size:1.5rem;font-weight:700;color:#fbbf24;font-family:var(--font-inter)}.hero-section .hero-content .hero-text .hero-stats .stat-item .stat-label{display:block;font-size:.875rem;color:#c7d2fe;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.hero-section .hero-content .hero-search .search-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card .search-tabs{display:flex;margin-bottom:1.5rem;background:#f3f4f6;border-radius:8px;padding:4px;gap:4px}.hero-section .hero-content .hero-search .search-card .search-tabs .search-tab{flex:1 1;padding:.75rem 1rem;border:none;background:rgba(0,0,0,0);border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card .search-tabs .search-tab:hover{color:#374151}.hero-section .hero-content .hero-search .search-card .search-tabs .search-tab.active{background:#fff;color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-section .hero-content .hero-search .search-card .search-form .search-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.hero-section .hero-content .hero-search .search-card .search-form .search-row:last-child{margin-bottom:0}.hero-section .hero-content .hero-search .search-card .search-form .search-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-input,.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-input:focus,.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-inter)}.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.hero-section .hero-content .hero-search .search-card .search-form .search-field .search-button .search-icon{width:16px;height:16px}.hero-section .hero-features{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.hero-section .hero-features .feature-item{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.hero-section .hero-features .feature-item:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.15)}.hero-section .hero-features .feature-item .feature-icon{font-size:2.5rem;margin-bottom:1rem}.hero-section .hero-features .feature-item .feature-content h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;font-family:var(--font-inter)}.hero-section .hero-features .feature-item .feature-content p{color:#c7d2fe;font-size:.875rem;line-height:1.5;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-header{text-align:center;margin-bottom:3rem}.hero-section .hero-services-overview .services-overview-header h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-header p{color:#c7d2fe;font-size:1.125rem;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.hero-section .hero-services-overview .services-overview-grid .service-overview-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .3s ease}.hero-section .hero-services-overview .services-overview-grid .service-overview-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.hero-section .hero-services-overview .services-overview-grid .service-overview-card .service-overview-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.hero-section .hero-services-overview .services-overview-grid .service-overview-card h4{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-grid .service-overview-card p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:center;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-grid .service-overview-card .service-overview-features{list-style:none;margin:0;padding:0}.hero-section .hero-services-overview .services-overview-grid .service-overview-card .service-overview-features li{color:#374151;font-size:.875rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-family:var(--font-inter)}.hero-section .hero-services-overview .services-overview-grid .service-overview-card .service-overview-features li:last-child{border-bottom:none}.hero-section .hero-services-overview .services-overview-grid .service-overview-card .service-overview-features li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.5rem}.hero-section .hero-services-overview .services-overview-grid .service-overview-card.parts-card{border-left:4px solid #3b82f6}.hero-section .hero-services-overview .services-overview-grid .service-overview-card.cars-card{border-left:4px solid #f59e0b}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:768px){.hero-section .hero-content .hero-text .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-text .hero-subtitle{font-size:1.125rem}.hero-section .hero-content .hero-text .hero-stats{gap:1rem}}@media(max-width:1024px){.hero-section .hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-section .hero-content .hero-text .hero-title{font-size:3rem}.hero-section .hero-features{grid-template-columns:repeat(2,1fr)}.hero-section .hero-services-overview .services-overview-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.hero-section{min-height:auto;padding:6rem 0 4rem}.hero-section .hero-container{padding:0 1rem}.hero-section .hero-content{gap:2rem;margin-bottom:3rem}.hero-section .hero-content .hero-text .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-text .hero-subtitle{font-size:1.125rem}.hero-section .hero-content .hero-text .hero-stats{justify-content:center;gap:1.5rem}.hero-section .hero-content .hero-search .search-card{padding:1.5rem}.hero-section .hero-content .hero-search .search-card .search-tabs{margin-bottom:1rem}.hero-section .hero-content .hero-search .search-card .search-form .search-row{grid-template-columns:1fr;gap:.75rem}.hero-section .hero-features{grid-template-columns:1fr;gap:1.5rem}.hero-section .hero-services-overview .services-overview-header h3{font-size:1.75rem}.hero-section .hero-services-overview .services-overview-header p{font-size:1rem}.hero-section .hero-services-overview .services-overview-grid{gap:1.5rem}.hero-section .hero-services-overview .services-overview-grid .service-overview-card{padding:1.5rem}.hero-section .hero-services-overview .services-overview-grid .service-overview-card h4{font-size:1.25rem}.hero-section .hero-services-overview .services-overview-grid .service-overview-card p{font-size:.875rem}}.hero-section-2{position:relative;height:100vh;width:100%;margin-top:-80px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-section-2 .hero-carousel,.hero-section-2 .hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section-2 .hero-carousel .carousel-slide{opacity:0;transition:opacity 1s ease-in-out}.hero-section-2 .hero-carousel .carousel-slide.active{opacity:1;z-index:2}.hero-section-2 .hero-carousel .carousel-slide .hero-carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section-2 .hero-carousel .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:3}.hero-section-2 .hero-content{position:relative;z-index:4;width:100%;max-width:1400px;padding:20px 1rem 0;display:flex;flex-direction:column;align-items:center;color:#fff}.hero-section-2 .hero-content .hero-text{margin-bottom:3rem;text-align:center}.hero-section-2 .hero-content .hero-text h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;max-width:800px;color:#fff;line-height:1.2}.hero-section-2 .hero-content .hero-text h1 span{color:#fbbf24;display:block}.hero-section-2 .hero-content .hero-text p{font-size:1.25rem;max-width:700px;margin:0 auto;color:#e0e7ff;line-height:1.6}.hero-section-2 .hero-content .hero-search-container{width:100%;max-width:1200px}.hero-section-2 .hero-content .hero-search-container .hero-search-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-tabs{display:flex;margin-bottom:1.5rem;background:#e6e6e7;border-radius:8px;padding:4px;gap:4px}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-tabs .search-tab{flex:1 1;padding:.75rem 1rem;border:none;background:rgba(0,0,0,0);border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;font-family:var(--font-inter)}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-tabs .search-tab:hover{color:#374151}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-tabs .search-tab.active{background:#fff;color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-form .search-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-form .search-row .search-field label{display:block;font-size:var(--control-font-size-sm);font-weight:var(--control-font-weight);color:var(--text-primary);margin-bottom:.25rem}@media(max-width:1400px){.hero-section-2 .hero-content .hero-text h1{font-size:3.5rem}.hero-section-2 .hero-content .hero-text p{font-size:1.125rem}}@media(max-width:1024px){.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-form .search-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-section-2{padding:6rem 0 3rem;min-height:100vh;height:auto}.hero-section-2 .hero-content .hero-text h1{font-size:2.5rem}.hero-section-2 .hero-content .hero-text p{font-size:1rem}.hero-section-2 .hero-content .hero-search-container .hero-search-card{padding:1.5rem}.hero-section-2 .hero-content .hero-search-container .hero-search-card .search-form .search-row{grid-template-columns:1fr}}@media(max-width:480px){.hero-section-2{padding:5rem 0 2.5rem;min-height:100vh;height:auto}.hero-section-2 .hero-content .hero-text{margin-bottom:1.5rem}.hero-section-2 .hero-content .hero-text h1{font-size:2rem;margin-bottom:1rem}}