@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.services-page{background:#000;min-height:100vh}.services-hero{padding:10rem 2rem 4rem;background:linear-gradient(135deg,#000000e6,#000000b3)}.services-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.services-text{text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.services-title{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;color:#fff;font-weight:600;line-height:1.1;letter-spacing:-1px;position:relative;display:inline-block}.services-title:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.services-description{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.services-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.services-image img{max-width:100%;height:auto;border-radius:12px}@media(max-width:768px){.services-hero-content{grid-template-columns:1fr;text-align:center}.services-title{font-size:2.5rem}.services-text{margin-left:0;padding-left:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#000;color:#fff;line-height:1.6;font-weight:400}.app{min-height:100vh;background:#000}.header{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #333333;transform:translateY(0);transition:transform .3s ease-in-out}.header.hidden{transform:translateY(-100%)}.header-content{max-width:1800px;margin:0 auto;display:flex;flex-direction:column;padding:.5rem 0rem}.header-top{display:flex;justify-content:space-between;align-items:center}.header-bottom{display:flex;justify-content:flex-end;align-items:flex-start;margin-top:-5rem}.logo-container{display:flex;align-items:flex-start}.logo-link{display:block;text-decoration:none}.logo-image{margin-top:-2rem;margin-left:-4rem;height:150px;width:300px;object-fit:contain}.nav{display:flex;gap:1rem}.nav a{color:#fff;text-decoration:none;font-weight:400;font-size:.9rem;transition:all .3s ease;position:relative;padding:.4rem 0}.nav a:hover{color:#e5b949}.nav a:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#e5b949;transform:scaleX(1);transition:transform .3s ease}.nav a:hover:after{transform:scaleX(1)}.contact-info{display:flex;gap:.8rem;align-items:center;flex-wrap:nowrap}.social-icons-header{display:flex;gap:.5rem;margin-left:.5rem}.social-icon-header{width:32px;height:32px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:14px;position:relative;overflow:hidden}.social-icon-header:hover{transform:scale(1.1);color:#fff}.social-icon-header:hover:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;opacity:1;transition:opacity .3s ease}.social-icon-header.whatsapp:hover:before{background:#25d366}.social-icon-header.tiktok:hover:before{background:#000}.social-icon-header.instagram:hover:before{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon-header.youtube:hover:before{background:red}.social-icon-header.facebook:hover:before{background:#1877f2}.social-icon-header i{position:relative;z-index:1}.phone,.email{color:#fff;font-size:.9rem;font-weight:400;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.contact-icon{color:#fff;flex-shrink:0;font-size:18px}@keyframes heroTextSlideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero{padding:10rem 2rem 4rem;background:#000;color:#fff;min-height:100vh;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.hero-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.hero-image img{width:100%;height:auto;border-radius:12px}.hero-text{text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.hero h1{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;font-weight:600;color:#fff;letter-spacing:-1px;line-height:1.1;font-optical-sizing:auto;position:relative;display:inline-block}.hero h1:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.hero h1:hover:after{width:200px}.hero-subtitle{font-size:1.4rem;margin-bottom:1.5rem;color:#fff;font-weight:500}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;color:#ccc;font-weight:400}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.cta-button{background:transparent;color:#fff;padding:1rem 2rem;border:1px solid #e5b949;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.cta-button:hover{color:#000;transform:translateY(-1px)}.cta-button:hover:before{left:0}.vehicle-catalog{padding:4rem 2rem;background:#000}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;letter-spacing:-.5px;position:relative;display:inline-block;width:100%;font-family:Inter,sans-serif;font-optical-sizing:auto}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:2px;background:#e5b949;transition:width .3s ease}.section-title:hover:after{width:200px}.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.vehicle-card{background:#111;border-radius:8px;overflow:hidden;border:1px solid #333333;transition:all .3s ease}.vehicle-card:hover{border-color:#555;transform:translateY(-2px)}.vehicle-image{width:100%;height:200px;background:#222;display:flex;align-items:center;justify-content:center;overflow:hidden}.vehicle-image img{width:100%;height:100%;object-fit:cover}.vehicle-info{padding:1.5rem}.vehicle-title{font-size:1.4rem;margin-bottom:.5rem;color:#fff;font-weight:600}.vehicle-price{font-size:1.6rem;font-weight:600;color:#e5b949;margin-bottom:1rem}.vehicle-details{color:#ccc;margin-bottom:1rem;font-size:1rem}.vehicle-details p{margin-bottom:.3rem}.vehicle-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;width:100%;font-weight:500;font-family:Inter,sans-serif;position:relative;overflow:hidden}.vehicle-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.vehicle-button:hover{color:#000;transform:translateY(-1px)}.vehicle-button:hover:before{left:0}.view-all-container{text-align:center;margin-top:3rem}.view-all-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;width:auto;font-weight:500;font-family:Inter,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block;text-align:center}.view-all-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.view-all-button:hover{color:#000;transform:translateY(-1px)}.view-all-button:hover:before{left:0}.contact{padding:4rem 2rem;background:#000}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:600;letter-spacing:-.5px}.contact p{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.contact-form{display:grid;gap:1.5rem;margin-top:2rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#fff;margin-bottom:.5rem;text-align:left;font-weight:500}.form-group input,.form-group textarea{padding:1rem;border:1px solid #333333;border-radius:4px;background:#111;color:#fff;font-size:1rem;font-family:Inter,sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e5b949}.submit-button{background:#e5b949;color:#000;padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;font-family:Inter,sans-serif;transition:all .3s ease}.submit-button:hover{background:#b8941f;transform:translateY(-1px)}.footer{background:#000;padding:3rem 2rem 1rem;border-top:1px solid #333333;position:relative}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section h4{color:#e5b949;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#ccc;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.footer-section a{color:#fff;text-decoration:none;font-size:.9rem;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#e5b949}.footer-logo-link{display:block;text-decoration:none}.footer-logo-image{height:100px;width:200px;object-fit:contain;margin-bottom:1rem}.footer-subsection{margin-bottom:2rem}.footer-section:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:2rem}.follow-text{font-weight:600;margin:1rem 0 .5rem}.social-icons{display:flex;gap:.5rem}.social-icon{width:32px;height:32px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.social-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;transition:all .3s ease;z-index:1}.social-icon i{position:relative;z-index:2;font-size:1rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff!important}.social-icon.whatsapp:hover:before{background:#25d366}.social-icon.tiktok:hover:before{background:#000}.social-icon.instagram:hover:before{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.youtube:hover:before{background:red}.social-icon.facebook:hover:before{background:#1877f2}.social-icon:hover{transform:scale(1.1)}.contact-details p{margin-bottom:.3rem}.footer-bottom{border-top:2px solid #e5b949;padding-top:1rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-bottom p{color:#ccc;font-size:.8rem;margin:0}.legal-links{display:flex;gap:1rem}.legal-links a{color:#ccc;text-decoration:none;font-size:.8rem;transition:color .3s ease}.legal-links a:hover{color:#e5b949}.floating-buttons{position:fixed;right:2rem;bottom:2rem;display:flex;flex-direction:column;gap:1rem;z-index:1000;align-items:flex-end}.contact-menu{display:flex;flex-direction:column;gap:.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.contact-menu.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.contact-menu-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:400;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;font-family:Inter,sans-serif;position:relative;overflow:hidden}.contact-menu-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#e5b949;transition:width .3s ease}.contact-menu-item:hover:after{width:100%}.contact-menu-item:hover{background:#262626;transform:translate(-3px)}.contact-menu-item .material-icons,.contact-menu-item .fab,.contact-menu-item span:last-child{position:relative;z-index:1}.contact-menu-item .material-icons{font-size:20px;color:#e5b949;transition:color .2s ease}.contact-menu-item:hover .material-icons{color:#e5b949}.contact-menu-item .fab{font-size:20px;color:#25d366}.contact-menu-item span:last-child{color:#fff;font-weight:400}.floating-button{width:50px;height:50px;border-radius:50%;border:none;background:#e5b949;color:#000;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.floating-button:hover{background:#b8941f;transform:scale(1.1)}@media(max-width:768px){.header-content{grid-template-columns:1fr;gap:1rem;text-align:center}.nav{justify-content:center;gap:.5rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero h1{font-size:2.5rem}.hero-text{text-align:center}.car-placeholder{height:300px}.vehicle-grid{grid-template-columns:1fr}.contact h2{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.floating-buttons{right:1rem;bottom:1rem}}.brand-carousel{padding:2rem;background:#000;overflow:hidden}.carousel-container{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;position:relative}.carousel-track{display:flex;animation:scroll 30s linear infinite;gap:1.5rem}.brand-card{flex-shrink:0;width:250px;height:150px;background:#1a1a1a;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1.5rem;border:1px solid #333333;transition:all .3s ease}.brand-card:hover{cursor:pointer;transition:all .3s ease;opacity:.8}.brand-logo{max-width:60%;max-height:60%;object-fit:contain;filter:brightness(.8);transition:filter .3s ease}.brand-card:hover .brand-logo{filter:brightness(1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.all-vehicles-page,.vehicle-detail-page{background:#000;min-height:100vh}.vehicle-detail-hero{padding:10rem 2rem 4rem;background:linear-gradient(135deg,#000000e6,#000000b3)}.vehicle-detail-hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vehicle-detail-image{display:flex;justify-content:center;align-items:center}.vehicle-detail-image img{max-width:100%;height:auto;border-radius:12px}.vehicle-detail-info{color:#fff}.vehicle-detail-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:2rem;color:#fff;font-weight:600;line-height:1.2}.vehicle-detail-specs{margin-bottom:2rem}.spec-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.spec-item{display:flex;flex-direction:column;gap:.5rem}.spec-label{font-size:.9rem;color:#ccc;font-weight:500}.spec-value{font-size:1.1rem;color:#fff;font-weight:600}.vehicle-detail-price{font-size:2.5rem;font-weight:700;color:#e5b949;margin-bottom:2rem}.vehicle-detail-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500;font-family:Inter,sans-serif;position:relative;overflow:hidden;text-decoration:none;display:inline-block;text-align:center}.vehicle-detail-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.vehicle-detail-button:hover{color:#000;transform:translateY(-1px)}.vehicle-detail-button:hover:before{left:0}.vehicle-gallery{padding:4rem 2rem;background:#000}.gallery-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-item{aspect-ratio:16/9;overflow:hidden;border-radius:8px;border:1px solid #333333}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.vehicle-description{padding:4rem 2rem;background:#1a1a1a}.description-container{max-width:1400px;margin:0 auto}.description-title{font-size:2.5rem;margin-bottom:2rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.description-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.description-title:hover:after{width:200px}.description-text{font-size:1.1rem;color:#ccc;line-height:1.8;text-align:justify}.technical-data{padding:4rem 2rem;background:#000}.technical-container{max-width:1400px;margin:0 auto}.technical-title{font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.technical-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.technical-title:hover:after{width:200px}.technical-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.technical-column{display:flex;flex-direction:column;gap:1rem}.technical-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.technical-label{font-size:.9rem;color:#ccc;font-weight:500}.technical-value{font-size:1rem;color:#fff;font-weight:600;text-align:right}.vehicle-features{padding:4rem 2rem;background:#1a1a1a}.features-container{max-width:1400px;margin:0 auto}.features-title{font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.features-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.features-title:hover:after{width:200px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#000;border-radius:6px;border:1px solid #333333}.feature-check{color:#e5b949;font-weight:700;font-size:1.1rem}.feature-text{color:#fff;font-size:.95rem}.vehicle-inquiry{padding:4rem 2rem;background:#000}.inquiry-container{max-width:800px;margin:0 auto;text-align:center}.inquiry-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:600;position:relative;display:inline-block;width:100%}.inquiry-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.inquiry-title:hover:after{width:200px}.inquiry-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.inquiry-phone-button{background:#e5b949;color:#000;border:none;padding:1rem 2rem;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.inquiry-phone-button:hover{background:#b88a3a;transform:translateY(-2px)}.inquiry-text{font-size:1rem;color:#ccc;margin-bottom:3rem;line-height:1.6}.inquiry-form{background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333333}.form-title{font-family:Inter,sans-serif;font-size:1.8rem;margin-bottom:2rem;color:#fff;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{background:#000;border:1px solid #333333;color:#fff;padding:1rem;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif}.form-textarea{resize:vertical;min-height:120px}.form-submit{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500;font-family:Inter,sans-serif;position:relative;overflow:hidden;margin-top:1rem}.form-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.form-submit:hover{color:#000;transform:translateY(-1px)}.form-submit:hover:before{left:0}.vehicles-hero{padding:10rem 2rem 4rem;background:#000;color:#fff;min-height:100vh;display:flex;align-items:center}.vehicles-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.vehicles-hero-text{text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.vehicles-hero-text h1{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;font-weight:600;color:#fff;letter-spacing:-1px;line-height:1.1;font-optical-sizing:auto;position:relative;display:inline-block}.vehicles-hero-text h1:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.vehicles-hero-text h1:hover:after{width:200px}.vehicles-hero-text p{font-size:1.2rem;color:#ccc;font-weight:400}.vehicles-hero-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.vehicles-hero-image img{max-width:100%;height:auto;border-radius:12px}.all-vehicles-catalog{padding:4rem 2rem;background:#000}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.vehicle-card-large{background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #333333;transition:all .3s ease}.vehicle-card-large:hover{border-color:#e5b949;transform:translateY(-5px);box-shadow:0 10px 30px #c5994533}.vehicle-image-large{height:200px;overflow:hidden}.vehicle-image-large img{width:100%;height:100%;object-fit:cover}.vehicle-info-large{padding:1.5rem}.vehicle-title-large{font-size:1.3rem;margin-bottom:.5rem;color:#fff;font-weight:600}.vehicle-price-large{font-size:1.5rem;font-weight:700;color:#e5b949;margin-bottom:1rem}.vehicle-details-large{color:#ccc;margin-bottom:1.5rem;font-size:.95rem}.vehicle-details-large p{margin-bottom:.3rem}.vehicle-details-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;width:100%;font-weight:500;font-family:Inter,sans-serif;position:relative;overflow:hidden;text-decoration:none!important;display:inline-block;text-align:center}.vehicle-details-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.vehicle-details-button:hover{color:#000;transform:translateY(-1px)}.vehicle-details-button:hover:before{left:0}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.contact-info{flex-direction:column;gap:.5rem;align-items:center}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.vehicle-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section{text-align:center}.social-icons{justify-content:center}.floating-buttons{bottom:1rem;right:1rem}.floating-button{width:50px;height:50px}.vehicle-detail-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.vehicle-detail-title,.vehicle-detail-price{font-size:2rem}.spec-row{grid-template-columns:1fr;gap:1rem}.technical-grid{grid-template-columns:1fr;gap:2rem}.features-grid,.gallery-container{grid-template-columns:1fr}.vehicles-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.vehicles-hero-text h1{font-size:2.5rem}.vehicles-grid{grid-template-columns:1fr}.car-purchase-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.car-purchase-text{text-align:center;margin-left:0;padding-left:0}.car-purchase-title{font-size:2.5rem}.preparation-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.preparation-text{text-align:center;margin-left:0;padding-left:0}.preparation-title{font-size:2.5rem}.process-steps,.advantages-grid,.form-row{grid-template-columns:1fr}}.car-purchase-page{background:#000;min-height:100vh}.car-purchase-hero{padding:10rem 2rem 4rem;background:linear-gradient(135deg,#000000e6,#000000b3);min-height:100vh;display:flex;align-items:center}.car-purchase-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.car-purchase-text{color:#fff;text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.car-purchase-title{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;color:#fff;font-weight:600;line-height:1.1;letter-spacing:-1px;font-optical-sizing:auto;position:relative;display:inline-block}.car-purchase-title:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.car-purchase-title:hover:after{width:200px}.car-purchase-description{font-size:1.2rem;color:#ccc;line-height:1.6;margin-bottom:2rem}.car-purchase-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.car-purchase-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.car-purchase-button:hover{color:#000;transform:translateY(-2px)}.car-purchase-button:hover:before{left:0}.car-purchase-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.car-purchase-image img{max-width:100%;height:auto;border-radius:12px}.purchase-process{padding:4rem 2rem;background:#000}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-number{width:60px;height:60px;background:#e5b949;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-title{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600}.purchase-advantages{padding:4rem 2rem;background:#000}.advantages-container{max-width:1400px;margin:0 auto}.advantages-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.advantages-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.advantages-title:hover:after{width:200px}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-item{text-align:center;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid #333333;transition:all .3s ease}.advantage-item:hover{border-color:#e5b949;transform:translateY(-5px)}.advantage-icon{width:80px;height:80px;background:#e5b949;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.advantage-icon .material-icons{font-size:2rem;color:#000}.advantage-title{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600}.advantage-description{color:#ccc;line-height:1.6}.purchase-form-section{padding:4rem 2rem;background:#000}.form-section-subtitle{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:3rem}.purchase-form-container{background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333333}.purchase-form{display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-select,.form-textarea{background:#1a1a1a;border:1px solid #333333;color:#fff;padding:.75rem;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#e5b949}.partners-section{padding:4rem 1rem}.partners-section .container{max-width:1200px;margin:0 auto}.partners-title{text-align:center;font-size:2.2rem;margin-bottom:.5rem}.partners-subtitle{text-align:center;color:#cfcfcf;margin-bottom:2.2rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;justify-content:center}@media(max-width:1024px){.partners-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.partners-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.partners-grid{grid-template-columns:1fr}}.partner-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1.2rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.partner-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000059;border-color:#3a3a3a}.partner-logo-wrap{background:#111;border-radius:10px;display:flex;align-items:center;justify-content:center;height:130px;margin-bottom:1rem}.partner-logo{max-height:90px;max-width:100%;object-fit:contain}.partner-name{color:#fff;text-decoration:none}.partner-info h3{margin:0 0 .3rem;font-size:1.1rem}.partner-desc{color:#cfcfcf;font-size:.95rem;margin-bottom:.8rem}.partner-link{color:#e5b949;text-decoration:none;font-weight:600}.partner-link:hover{text-decoration:underline}.partner-card a{color:inherit;text-decoration:none}.partner-card .partner-tel{color:#fff;text-decoration:none}.partner-card .partner-tel:hover{text-decoration:underline}.reveal{--reveal-stagger: 90ms}.reveal .reveal-item{opacity:0;transform:translateY(16px);animation:ksg-fade-up .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--d, 0) * var(--reveal-stagger));will-change:opacity,transform}@keyframes ksg-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal .reveal-item{animation:none;opacity:1;transform:none}}.image-upload-container{margin-top:.5rem;position:relative}.image-upload-input{position:absolute;opacity:0;width:0;height:0}.image-upload-button{background:#1a1a1a;border:2px dashed #333333;color:#fff;padding:1rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-family:Inter,sans-serif;width:100%;justify-content:center}.image-upload-button:hover{border-color:#e5b949;background:#2a2a2a}.image-upload-button .material-icons{font-size:1.2rem}.image-preview-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #333333}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-remove-button{position:absolute;top:.5rem;right:.5rem;background:#000c;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.image-remove-button:hover{background:#e5b949e6}.image-remove-button .material-icons{color:#fff;font-size:18px}.vehicle-preparation-page{background:#000;min-height:100vh}.preparation-hero{padding:10rem 2rem 4rem;background:linear-gradient(135deg,#000000e6,#000000b3);min-height:100vh;display:flex;align-items:center}.preparation-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.preparation-text{color:#fff;text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.preparation-title{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;font-weight:600;color:#fff;letter-spacing:-1px;line-height:1.1;font-optical-sizing:auto;position:relative;display:inline-block}.preparation-title:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.preparation-title:hover:after{width:200px}.preparation-description{font-size:1.2rem;color:#ccc;line-height:1.6;margin-bottom:2rem}.hero-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.hero-button:hover{color:#000;transform:translateY(-2px)}.hero-button:hover:before{left:0}.preparation-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.preparation-image img{max-width:100%;height:auto;border-radius:12px}.preparation-process{padding:4rem 2rem;background:#000}.process-container{max-width:1400px;margin:0 auto}.process-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.process-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.process-title:hover:after{width:200px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid #333333;transition:all .3s ease}.process-step:hover{border-color:#e5b949;transform:translateY(-5px)}.step-number{width:80px;height:80px;background:#e5b949;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1rem}.step-title{font-size:1.4rem;color:#fff;margin-bottom:1rem;font-weight:600}.step-description{color:#ccc;line-height:1.6}.preparation-services{padding:4rem 2rem;background:#000}.services-container{max-width:1400px;margin:0 auto}.services-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.services-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.services-title:hover:after{width:200px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-item{text-align:center;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid #333333;transition:all .3s ease}.service-item:hover{border-color:#e5b949;transform:translateY(-5px)}.service-icon{width:80px;height:80px;background:#e5b949;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.service-icon .material-icons{font-size:2rem;color:#000}.service-title{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600}.service-description{color:#ccc;line-height:1.6}.preparation-form-section{padding:4rem 2rem;background:#000}.form-section-container{max-width:800px;margin:0 auto}.form-section-title{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.form-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.form-section-title:hover:after{width:200px}.form-section-subtitle{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:2rem}.contact-info{display:flex;justify-content:center;gap:1rem;margin-bottom:6rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.1rem}.contact-item .material-icons{color:#e5b949;font-size:1.2rem}.preparation-form-container{background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333333;margin-top:2rem}.preparation-form{display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-textarea{background:#1a1a1a;border:1px solid #333333;color:#fff;padding:.75rem;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif}.form-input[type=date],.form-input[type=time]{padding-right:2.5rem}.form-input[type=date]::-webkit-calendar-picker-indicator,.form-input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;margin-right:-.5rem;padding-right:.5rem}.form-input[type=date]::-webkit-datetime-edit-text,.form-input[type=date]::-webkit-datetime-edit-month-field,.form-input[type=date]::-webkit-datetime-edit-day-field,.form-input[type=date]::-webkit-datetime-edit-year-field,.form-input[type=time]::-webkit-datetime-edit-hour-field,.form-input[type=time]::-webkit-datetime-edit-minute-field,.form-input[type=time]::-webkit-datetime-edit-second-field{color:#fff}.form-input[type=date]::-webkit-datetime-edit-text:focus,.form-input[type=date]::-webkit-datetime-edit-month-field:focus,.form-input[type=date]::-webkit-datetime-edit-day-field:focus,.form-input[type=date]::-webkit-datetime-edit-year-field:focus,.form-input[type=time]::-webkit-datetime-edit-hour-field:focus,.form-input[type=time]::-webkit-datetime-edit-minute-field:focus,.form-input[type=time]::-webkit-datetime-edit-second-field:focus{background-color:#e5b94933;color:#fff;outline:none}.input-with-icon{position:relative}.input-with-icon .input-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#e5b949!important;pointer-events:none;z-index:1}.input-with-icon .form-input{padding-right:3rem}.form-submit-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;margin-top:1rem;position:relative;overflow:hidden}.contact-page{background:#000;min-height:100vh}.contact-hero{padding:10rem 2rem 4rem;background:#000;color:#fff;min-height:100vh;display:flex;align-items:center}.contact-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.contact-hero-text{text-align:left;margin-left:-8rem;padding-left:2rem;opacity:0;transform:translateY(50px);animation:heroTextSlideIn .6s ease-out .3s forwards}.contact-hero-text h1{font-family:Lora,serif;font-size:5.5rem;margin-bottom:1rem;font-weight:600;color:#fff;letter-spacing:-1px;line-height:1.1;font-optical-sizing:auto;position:relative;display:inline-block}.contact-hero-text h1:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:2px;background:#e5b949;transition:width .3s ease}.contact-hero-text h1:hover:after{width:200px}.contact-description{font-size:1.2rem;color:#ccc;font-weight:400;margin-bottom:2rem}.contact-cta-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;position:relative;overflow:hidden}.contact-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.contact-cta-button:hover{color:#000;transform:translateY(-2px)}.contact-cta-button:hover:before{left:0}.contact-hero-image{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:heroImageSlideIn .6s ease-out .5s forwards}.contact-hero-image img{max-width:100%;height:auto;border-radius:12px}.contact-info-section{padding:4rem 2rem;background:#000}.contact-info-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-details h2{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600}.contact-items{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:40px;height:40px;background:#e5b949;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .material-icons{color:#fff;font-size:1.4rem}.contact-text h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;font-family:Inter,sans-serif}.contact-text p{color:#ccc;line-height:1.5}.hours-list p{margin-bottom:.3rem}.map-section{background:#1a1a1a;border-radius:12px;padding:2rem;border:1px solid #333333}.map-privacy-notice{text-align:center;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid #333333}.map-privacy-notice h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-family:Inter,sans-serif}.map-privacy-notice p{color:#ccc;margin-bottom:2rem;line-height:1.6}.load-map-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;font-family:Inter,sans-serif}.load-map-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.load-map-button:hover{color:#000;transform:translateY(-2px)}.load-map-button:hover:before{left:0}.map-container{width:100%;border-radius:8px;overflow:hidden}.contact-form-section{padding:4rem 2rem;background:#000}.contact-form-container{max-width:800px;margin:0 auto}.contact-form-content{background:#1a1a1a;padding:3rem;border-radius:12px;border:1px solid #333333}.form-section h2{font-family:Inter,sans-serif;font-size:2.5rem;margin-bottom:2rem;color:#fff;font-weight:600;position:relative}.form-section h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#e5b949;transition:width .3s ease}.form-section h2:hover:after{width:200px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:500;font-size:.9rem}.form-input,.form-textarea{background:#000;border:1px solid #333333;color:#fff;padding:.75rem;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif}.form-input:focus,.form-textarea:focus{outline:none;border-color:#e5b949}.form-textarea{resize:vertical;min-height:100px}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0;cursor:pointer}.form-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-width:20px;border:2px solid #333333;border-radius:4px;background:#1a1a1a;cursor:pointer;position:relative;margin-top:.1rem;transition:all .3s ease}.form-checkbox input[type=checkbox]:hover{border-color:#e5b949}.form-checkbox input[type=checkbox]:checked{background:#e5b949;border-color:#e5b949}.form-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-size:14px;font-weight:700;line-height:1}.form-checkbox input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #e5b94933}.form-checkbox label{color:#ccc;font-size:.9rem;line-height:1.5;cursor:pointer;flex:1}.form-checkbox a{color:#e5b949;text-decoration:none;transition:all .3s ease}.form-checkbox a:hover{text-decoration:underline;color:#f5c959}.form-submit-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;position:relative;overflow:hidden}.form-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.form-submit-button:hover{color:#000;transform:translateY(-2px)}.form-submit-button:hover:before{left:0}.why-ksg-section{padding:4rem 2rem;background:#000}.why-ksg-container{max-width:1400px;margin:0 auto}.why-ksg-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;letter-spacing:-.5px;position:relative;display:inline-block;width:100%;font-family:Inter,sans-serif}.why-ksg-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.why-ksg-title:hover:after{width:200px}.why-ksg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.why-ksg-item{text-align:center;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid #333333;transition:all .3s ease}.why-ksg-item:hover{border-color:#555;transform:translateY(-2px)}.why-ksg-icon{width:80px;height:80px;background:#e5b949;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.why-ksg-icon .material-icons{font-size:2rem;color:#000}.why-ksg-item-title{font-size:1.4rem;color:#fff;margin-bottom:1rem;font-weight:600;font-family:Inter,sans-serif}.why-ksg-description{color:#ccc;line-height:1.6}.testimonials-section{padding:4rem 2rem;background:#000}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-weight:600;letter-spacing:-.5px;position:relative;display:inline-block;width:100%;font-family:Inter,sans-serif}.testimonials-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#e5b949;transition:all .3s ease}.testimonials-title:hover:after{width:200px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333333;transition:all .3s ease}.testimonial-card:hover{border-color:#555;transform:translateY(-2px)}.testimonial-stars{display:flex;gap:.2rem;margin-bottom:1rem}.testimonial-stars .material-icons{color:#e5b949;font-size:1.2rem}.testimonial-text{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{border-top:1px solid #333333;padding-top:1rem}.author-name{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.3rem;font-family:Inter,sans-serif}.author-location{color:#e5b949;font-size:.9rem}.partners-hero{background:linear-gradient(120deg,#191919 60%,#2c2c29);padding:3.5rem 1rem 2rem;position:relative}.partners-hero-content{max-width:1200px;margin:0 auto;display:flex;gap:2.6rem;align-items:center;justify-content:space-between}.partners-hero-text{flex:2;min-width:240px}.partners-hero-title{font-size:2.5rem;font-family:Lora,serif;color:#fff;font-weight:700;margin-bottom:1rem}.partners-hero-description{color:#d4d4d4;font-size:1.12rem;margin-bottom:0;line-height:1.5}.partners-hero-image{flex:1;display:flex;justify-content:center;align-items:center;min-width:180px}.partners-hero-image img{width:95%;max-width:320px;max-height:210px;object-fit:contain}@media(max-width:900px){.partners-hero-content{flex-direction:column-reverse;gap:2.3rem;align-items:stretch}.partners-hero-image img{max-width:220px;max-height:140px;margin:0 auto}}@media(max-width:600px){.partners-hero{padding:2rem .5rem 1.4rem}.partners-hero-title{font-size:2rem}.partners-hero-description{font-size:1rem}}.submit-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;line-height:1.5;animation:slideIn .3s ease-out}.submit-message.success{background-color:#4caf5033;border:1px solid #4caf50;color:#4caf50}.submit-message.error{background-color:#f4433633;border:1px solid #f44336;color:#f44336}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}button:disabled{opacity:.6;cursor:not-allowed}.legal-page{background:#000;min-height:100vh}.legal-hero{padding:10rem 2rem 4rem;background:linear-gradient(135deg,#000000e6,#000000b3);text-align:center}.legal-hero-content{max-width:1200px;margin:0 auto}.legal-title{font-family:Lora,serif;font-size:4rem;margin-bottom:1rem;color:#fff;font-weight:600;line-height:1.1;letter-spacing:-1px;position:relative;display:inline-block}.legal-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:2px;background:#e5b949;transition:width .3s ease}.legal-title:hover:after{width:100px}.legal-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;color:#ccc;margin-top:1.5rem}.legal-content-section{padding:4rem 2rem;background:#000}.legal-container{max-width:900px;margin:0 auto}.legal-content{color:#fff;line-height:1.8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.legal-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;color:#fff;margin-top:3rem;margin-bottom:1rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid rgba(229,185,73,.3)}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#e5b949;margin-top:2rem;margin-bottom:1rem;font-weight:500}.legal-content p{font-size:1rem;color:#ccc;margin-bottom:1.5rem;text-align:justify}.legal-content ul{margin-left:2rem;margin-bottom:1.5rem;color:#ccc}.legal-content li{margin-bottom:.5rem;font-size:1rem}.legal-content a{color:#e5b949;text-decoration:underline;transition:color .3s ease}.legal-content a:hover{color:#fff}.legal-content strong{color:#fff;font-weight:600}.legal-update{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(229,185,73,.3);text-align:center;color:#888;font-style:italic}@media(max-width:768px){.legal-hero{padding:8rem 1rem 3rem}.legal-title{font-size:2.5rem}.legal-subtitle{font-size:1rem}.legal-content-section{padding:3rem 1rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.25rem}.legal-content p{font-size:.95rem;text-align:left}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;border-top:2px solid #e5b949;padding:1.5rem 2rem;z-index:10000;box-shadow:0 -4px 20px #00000080;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner-text{flex:1}.cookie-banner-text h3{color:#e5b949;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;font-family:Inter,sans-serif}.cookie-banner-text p{color:#ccc;font-size:.95rem;line-height:1.6;margin:0}.cookie-banner-text a{color:#e5b949;text-decoration:underline;transition:color .3s ease}.cookie-banner-text a:hover{color:#fff}.cookie-banner-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-button{padding:.75rem 1.5rem;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:1px solid;font-family:Inter,sans-serif}.cookie-button-accept{background:#e5b949;color:#000;border-color:#e5b949}.cookie-button-accept:hover{background:#b8941f;border-color:#b8941f;transform:translateY(-2px)}.cookie-button-reject{background:transparent;color:#fff;border-color:#666}.cookie-button-reject:hover{background:#333;border-color:#888;transform:translateY(-2px)}@media(max-width:768px){.cookie-banner{padding:1rem}.cookie-banner-content{flex-direction:column;gap:1rem;align-items:stretch}.cookie-banner-buttons{flex-direction:column;width:100%}.cookie-button{width:100%}.cookie-banner-text h3{font-size:1rem}.cookie-banner-text p{font-size:.85rem}}.cookie-settings-section{margin-top:2rem;padding:2rem;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.cookie-settings-section h3{color:#e5b949;font-size:1.5rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:600}.cookie-settings-section p{color:#ccc;margin-bottom:1.5rem;line-height:1.6}.cookie-settings-button{background:transparent;color:#fff;border:1px solid #e5b949;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;position:relative;overflow:hidden}.cookie-settings-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#e5b949;transition:left .3s ease;z-index:-1}.cookie-settings-button:hover{color:#000;transform:translateY(-2px)}.cookie-settings-button:hover:before{left:0}@media(max-width:768px){.cookie-settings-section{padding:1.5rem}.cookie-settings-section h3{font-size:1.25rem}.cookie-settings-button{width:100%}}.anhaengervermietung-page,.zulassungsdienst-page,.fahrzeugvermittlung-page{background:#000;min-height:100vh}.contact-widget{position:fixed;bottom:calc(2rem + 70px);right:2rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.contact-widget-button{width:60px;height:60px;border-radius:50%;background:#e5b949;border:none;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e5b94966;transition:all .3s ease;z-index:10000}.contact-widget-button:hover{background:#d4a842;transform:scale(1.1);box-shadow:0 6px 16px #e5b94999}.contact-widget-button .material-icons{font-size:28px}.contact-widget-menu{display:flex;flex-direction:column;gap:.75rem;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;pointer-events:none}.contact-widget-menu.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.contact-widget-menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#fff;color:#000;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;box-shadow:0 2px 8px #00000026;transition:all .3s ease;white-space:nowrap;font-family:Inter,sans-serif}.contact-widget-menu-item:hover{background:#f5f5f5;transform:translate(-5px);box-shadow:0 4px 12px #0003}.contact-widget-menu-item .material-icons{font-size:20px;color:#333}.contact-widget-menu-item .fab{font-size:20px;color:#25d366}.contact-widget-menu-item span:last-child{color:#000}@media(max-width:768px){.contact-widget{bottom:calc(1.5rem + 60px);right:1.5rem}.contact-widget-button{width:56px;height:56px}.contact-widget-button .material-icons{font-size:24px}.contact-widget-menu-item{padding:.65rem 1rem;font-size:.9rem}}
