@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";.footer-logo{display:flex;flex-direction:column}@media screen and (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-logo{align-items:center;text-align:center}.footer-section{text-align:center}.footer-logo img{max-width:200px}.footer-section h3{font-size:1.1rem}.footer-section ul li{font-size:.85rem}.map-container{height:200px}}.image-viewer-thumbnail{cursor:pointer;transition:opacity .2s}.image-viewer-thumbnail:hover{opacity:.9}.image-viewer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.image-viewer-content{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:40px}.image-viewer-full{max-width:90%;max-height:90%;object-fit:contain;transition:transform .3s ease}.image-viewer-full.zoomed{transform:scale(2);cursor:zoom-out}.image-viewer-close{border-radius:100px;position:fixed;top:10px;right:10px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;margin:10px;padding:2px 10px;z-index:1001}.image-viewer-close:hover{opacity:.8}.image-viewer-close:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.image-viewer-full.zoomed{transform:scale(1.2)}}.loading-overlay{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-text{position:absolute;color:#fff;background:#000000b3;padding:10px 20px;border-radius:4px;font-size:14px}.blur{filter:blur(10px);transform:scale(1.1)}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;overflow-y:calc()}:root{--primary-color: #000000;--text-color: #ffffff}body{font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}body.menu-active{overflow:hidden}.header{position:fixed;top:0;left:0;width:100%;padding:1rem 2rem;background:transparent;z-index:1000;display:flex;align-items:center;justify-content:space-between;min-height:70px}.header.scrolled{background-color:#000}.header-logo{height:45px;width:auto;flex-shrink:0;margin-left:88px;z-index:1000}.navbar{display:flex;align-items:center;gap:3rem;margin-right:2rem;flex-shrink:0}.navbar a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;white-space:nowrap;display:inline-block}.navbar a:hover,.navbar a.active{color:#4b76c5}.hero{position:relative;width:100%;height:80vh;overflow:visible}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:blur(15px);transform:scale(1.1)}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-images{cursor:pointer}.hero-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 15px;color:#fff;max-width:1400px;margin:0 0 0 88px}.hero-title{font-size:3.2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;max-width:1000px}.hero-subtitle{font-size:2rem;font-weight:700;color:#9c9c9c;margin-bottom:.5rem;max-width:900px;text-align:left}.hero-text{font-size:1.1rem;max-width:950px;color:#dadada;margin-bottom:2rem;padding-right:2rem;line-height:1.6}.ring-johnny{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#4b76c5;color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:4px;font-weight:700;font-size:1.25rem;transition:background-color .3s ease;position:absolute;left:50%;transform:translate(-50%);z-index:10;bottom:-33px}.ring-johnny:hover{background-color:#3a5da3}.services{padding:80px 5% 40px;background-color:#fff;position:relative}.services-container{max-width:1400px;margin:0 auto;position:relative;padding:0 15px}.services-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:20px}.services-grid a{text-decoration:none}.service-item{display:flex;align-items:center;padding:.75rem;transition:all .2s ease;cursor:pointer;background-color:#fff}.service-item:hover{background-color:#f5f5f5}.service-item i{font-size:1.5rem;color:#4b76c5;margin-right:1rem}.service-item span{font-size:1rem;color:#333}.tire-svg{width:1.5rem;height:1.5rem;margin-right:1rem}.services-read-more{display:block;color:#4b76c5;text-decoration:none;font-size:1rem;font-weight:500;text-align:right;padding-right:15px;margin-bottom:20px}.mechanics{position:relative;padding:80px 0;color:#fff;text-align:center;background-color:#111;background-size:cover;background-position:center}.mechanics-container{position:relative;max-width:1400px;margin:0 auto;padding:0 5%}.mechanics-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.mechanics-subtitle{font-size:1.2rem;margin-bottom:3rem;color:#fff;max-width:800px;margin-left:auto;margin-right:auto}.mechanics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.mechanics-item{text-align:center}.mechanics-icon{width:4rem;height:4rem;margin-bottom:1.5rem}.mechanics-item h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.mechanics-item p{font-size:1rem;color:#fff;line-height:1.6}.hamburger{display:none;cursor:pointer;margin-left:auto;padding:.5rem;z-index:1001;flex-shrink:0}.hamburger span{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0;transition:all .3s ease}@media screen and (max-width: 1400px){.hero-subtitle{font-size:1.8rem}.hero-text{font-size:1rem}.service-item span{font-size:.95rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}.hero-content{margin-left:60px}.ring-johnny{font-size:1.2rem}.header-logo{margin-left:60px}}@media screen and (max-width: 1200px){.hero-subtitle{font-size:1.8rem}.hero-text{font-size:1.2rem}.ring-johnny{font-size:1.15rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.hero-content{margin-left:40px}.mechanics-title{font-size:1.7rem}.mechanics-subtitle{font-size:1.1rem;margin-bottom:2.5rem}.mechanics-grid{gap:1.5rem}.mechanics-item h3{font-size:1.3rem}.navbar{gap:2.5rem}.navbar a{font-size:.95rem}.header-logo{margin-left:30px}}@media screen and (max-width: 992px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.6rem}.hero-text{font-size:.95rem;line-height:1.5}.ring-johnny{font-size:1.15rem;bottom:-30px}.services{padding:70px 3% 30px}.services-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.mechanics{padding:70px 0}.mechanics-title{font-size:1.5rem}.mechanics-subtitle{font-size:1rem;margin-bottom:2rem}.mechanics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px}.mechanics-grid .mechanics-item:last-child{grid-column:1 / -1;max-width:350px;margin-left:auto;margin-right:auto}.mechanics-icon{width:3.5rem;height:3.5rem;margin-bottom:1.2rem}.mechanics-item h3{font-size:1.2rem;margin-bottom:.8rem}.mechanics-item p{font-size:.95rem}.services-read-more{right:calc(3% + 10px)}.hero-content{margin-left:30px}.header{padding:1.5rem 2rem}.navbar{gap:2rem}.navbar a{font-size:.9rem}.header-logo{margin-left:30px}}@media screen and (max-width: 768px){.header{padding:1rem 1.5rem}.hamburger{display:block}.navbar{display:none;position:fixed;top:0;left:0;width:100%;height:1000px;overflow-y:hidden;background-color:#000000f2;flex-direction:column;align-items:center;gap:2rem;padding-top:250px}.navbar.active{display:flex}.navbar a{font-size:1.2rem}.header-logo{margin-left:20px}.hero{height:60vh}.hero-content{justify-content:center;padding-bottom:100px;padding-top:60px;padding-right:25px}.hero-title{font-size:2rem;margin-bottom:.8rem}.hero-subtitle{font-size:1.4rem;margin-bottom:.6rem}.hero-text{font-size:.9rem;line-height:1.4}.services{padding:30px 3% 20px}.services-title{left:calc(3% + 8px);margin-top:25px}.services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.service-item{padding:.5rem}.service-item i,.tire-svg{font-size:1.25rem;width:1.25rem;height:1.25rem;margin-right:.75rem}.service-item span{font-size:.85rem}.services-read-more{right:calc(3% + 8px)}.hero-content{margin-left:20px}.mechanics{padding:60px 0}.mechanics-container{padding:0 4%}.mechanics-title{font-size:1.4rem}.mechanics-subtitle{font-size:.95rem;margin-bottom:1.8rem}.mechanics-grid{gap:1.2rem}.mechanics-icon{width:3rem;height:3rem;margin-bottom:1rem}.mechanics-item h3{font-size:1.1rem;margin-bottom:.6rem}.mechanics-item p{font-size:.85rem}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-20px;padding:.8rem 2rem;font-size:1.1rem}}@media screen and (max-width: 576px){.hero{height:55vh}.hero-content{justify-content:center;padding-bottom:80px;padding-top:40px;padding-right:35px}.hero-title{font-size:1.8rem;margin-bottom:.6rem}.hero-subtitle{font-size:1.2rem;margin-bottom:.5rem}.hero-text{font-size:.85rem;line-height:1.3}.services-title{left:calc(3% + 5px);font-size:1.3rem}.services-read-more{right:calc(3% + 5px)}.hero-content{margin-left:15px;padding:0 10px}.services{padding:25px 2% 20px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-item{position:relative;padding-left:1.2rem}.service-item i,.tire-svg{display:none}.service-item:before{content:"•";position:absolute;left:0;color:#4b76c5;font-size:1.2rem}.mechanics{padding:50px 0}.mechanics-container{padding:0 3%}.mechanics-title{font-size:1.5rem;margin-bottom:.8rem}.mechanics-subtitle{font-size:.9rem;margin-bottom:1.5rem}.mechanics-grid{grid-template-columns:1fr;gap:1.2rem;max-width:400px;margin-left:auto;margin-right:auto}.mechanics-icon{width:2.8rem;height:2.8rem;margin-bottom:.8rem}.mechanics-item h3{font-size:1rem;margin-bottom:.5rem}.mechanics-item p{font-size:.85rem}.mechanics-item{max-width:350px;margin-left:auto;margin-right:auto}.header-logo{margin-left:15px}.slider-section .item{flex:0 0 250px}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-18px;padding:.7rem 1.5rem;font-size:.95rem}}@media screen and (max-width: 480px){.header,.header.scrolled{padding:.5rem 2%}.navbar a{font-size:1.3rem}.hero{height:50vh}.hero-content{justify-content:center;padding-bottom:70px;padding-top:30px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1.1rem}.hero-text{font-size:.8rem}.services{padding:20px 2% 15px}.services-title{left:calc(2% + 5px);top:20px}.services-grid{gap:.4rem}.service-item{padding:.4rem}.service-item i,.tire-svg{display:none}.service-item{position:relative;padding-left:1.2rem}.service-item:before{content:"•";position:absolute;left:0;color:#4b76c5;font-size:1.2rem}.service-item span{font-size:.85rem}.services-read-more{font-size:.8rem;bottom:-15px;right:calc(2% + 5px)}.hero-content{margin-left:10px;padding:0 5px}.header-logo{margin-left:10px}.slider-section .item{flex:0 0 200px}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-15px;padding:.6rem 1.2rem;font-size:.85rem}}.about{padding:80px 0;background-color:#fff}.about-container{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;gap:4rem;align-items:flex-start}.about-content{flex:0 0 35%}.about-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem}.about-text{font-size:1rem;color:#333;line-height:1.6;margin-bottom:1.5rem}.about-link{display:inline-block;padding:.7rem 1.8rem;background-color:#4b76c5;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;font-size:.95rem;transition:background-color .3s ease}.about-link:hover{background-color:#3a5da3}.about-images{flex:1;display:flex;gap:1rem}.about-image{flex:1;height:280px;object-fit:cover;border-radius:4px;transition:transform .3s ease}.about-image:hover{transform:scale(1.01)}@media screen and (max-width: 1600px){.about-image{height:240px}}@media screen and (max-width: 1200px){.about-container{gap:3rem}.about-text{font-size:.95rem}.about-link{font-size:.9rem;padding:.65rem 1.6rem}.about-image{height:220px}}@media screen and (max-width: 992px){.about-container{flex-direction:column;gap:2rem}.about-content{flex:0 0 100%}.about-text{font-size:.9rem;margin-bottom:1.2rem}.about-link{font-size:.85rem;padding:.6rem 1.5rem}.about-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-image{height:200px}}@media screen and (max-width: 576px){.about{padding:60px 0}.about-title{font-size:1.3rem;margin-bottom:.7rem}.about-text{font-size:.8rem;margin-bottom:1rem}.about-link{font-size:.8rem;padding:.5rem 1.4rem;width:100%;text-align:center}.about-images{grid-template-columns:repeat(2,1fr);gap:.8rem}.about-image{height:180px}}@media screen and (max-width: 1350px){.about-container{flex-direction:column;gap:2rem;text-align:center;padding:0 5%}.about-content{flex:0 0 100%;max-width:800px;margin:0 auto}.about-images{display:none}}@media screen and (max-width: 1200px){.about-images{max-width:1000px}.about-image{height:350px}}@media screen and (max-width: 992px){.about-images{max-width:800px;gap:1.5rem}.about-image{height:300px}}footer{background-color:var(--primary-color);color:var(--text-color);padding:2rem 0;width:100%}.footer-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;padding:0 2rem}.footer-logo img{max-width:250px;height:auto}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;white-space:nowrap;font-weight:500}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;font-size:.9rem;font-weight:300}.footer-section a{color:var(--text-color);text-decoration:none}.footer-section a:hover{text-decoration:underline}.map-container{width:100%;height:200px;border-radius:8px;overflow:hidden;position:relative}.map-container iframe{width:100%;height:100%;border:none;position:absolute;top:0;left:0;pointer-events:auto!important}@media screen and (max-width: 1325px){.footer-container{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-logo{grid-column:1 / -1;justify-content:center}.footer-logo img{max-width:220px}.map-container{grid-column:1 / -1;height:250px}}@media screen and (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-section{text-align:center}.footer-logo img{max-width:200px}.footer-section h3{font-size:1.1rem}.footer-section ul li{font-size:.85rem}.map-container{height:200px}}@media screen and (max-width: 480px){footer{padding:1.5rem 0}.footer-container{gap:1.5rem}.footer-logo img{max-width:180px}.footer-section h3{margin-bottom:.75rem}.map-container{height:180px}.hero-content .hero-subtitle{display:none}}@media screen and (max-width: 350px){.services-grid{grid-template-columns:1fr;gap:.4rem}.service-item{padding:.4rem .4rem .4rem 1.2rem}.service-item span{font-size:.8rem}.ring-johnny{font-size:.7rem}}#loadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9998;opacity:1;transition:opacity .3s ease}#loadingOverlay.hidden{opacity:0}.fullscreen-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;justify-content:center;align-items:center}.fullscreen-image{max-width:90%;max-height:80vh;object-fit:contain}.close-button{position:absolute;top:20px;right:20px;color:#fff;font-size:30px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:50%;transition:background .3s}.close-button:hover{background:#fff3}.foretag-services{padding:80px 5%;background-color:#fff}.foretag-section-header{max-width:1400px;margin:0 auto 40px;text-align:left}.foretag-section-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.section-subtitle{font-size:1.1rem;color:#666}.foretag-services-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.foretag-service-card{padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;border-radius:8px;transition:all .3s ease;background:#fff;box-shadow:0 2px 10px #0000001a}.foretag-service-title-container{display:flex;align-items:center;gap:10px;width:100%}.foretag-service-icon{font-size:1.5rem;color:#4b76c5;transition:transform .3s ease}.foretag-service-title{font-size:1.2rem;font-weight:600;color:#333;margin:0}.foretag-service-description{color:#666;font-size:.9rem;line-height:1.5}@media screen and (max-width: 1200px){.foretag-services-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 992px){.foretag-section-title{font-size:1.4rem}.foretag-section-subtitle{font-size:1rem}}@media screen and (max-width: 768px){.foretag-section-title{font-size:1.3rem}.foretag-section-subtitle{font-size:.95rem}}@media screen and (max-width: 576px){.foretag-section-title{font-size:1.2rem}.foretag-section-subtitle{font-size:.9rem}}@media screen and (max-width: 480px){.foretag-section-title{font-size:1.1rem}.foretag-section-subtitle{font-size:.85rem}}@media screen and (max-width: 320px){.foretag-section-title{font-size:1.2rem}.section-subtitle{font-size:.8rem}}@media screen and (max-width: 900px){.foretag-services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.foretag-services-grid{grid-template-columns:1fr}.foretag-service-card{padding:15px}.foretag-service-title{font-size:1.1rem}.foretag-service-description{font-size:.85rem}}.hero-section{max-width:1600px;margin:5rem auto;padding:0 2rem;display:grid!important;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.hero-section .hero-content{width:600px;padding-right:1rem;color:#333;text-align:left}.hero-section .hero-content h1{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.hero-section .hero-content p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#333}.hero-section .hero-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1em}.hero-section .hero-images img{height:500px;object-fit:cover;border-radius:8px;transition:.3s ease}.hero-section .hero-images img:hover{transform:scale(1.01)}.slider-section{padding:40px 0;background:#fff;width:100%;overflow:hidden}.slider::-webkit-scrollbar{display:none}.slider.dragging{cursor:grabbing;scroll-behavior:auto!important;-webkit-user-select:none;user-select:none}.slider img{pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.slider{width:100%;position:relative;overflow:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.list{display:flex;gap:20px;position:relative;will-change:transform}.slider-image-container{flex:0 0 300px;width:300px;height:400px;display:flex;align-items:center;justify-content:center}.slider-image{width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:transform .2s}.slider-image:hover{transform:scale(1.03)}@media screen and (max-width: 1200px){.slider .list .item{width:250px}}@media screen and (max-width: 992px){.hero-section .hero-content h1{font-size:1.4rem}}@media screen and (max-width: 768px){.slider .list .item{width:200px}.hero-section{margin:1.5rem auto;padding:0 1rem}.hero-section .hero-content{width:85%}.hero-section .hero-content h1{font-size:1.3rem}.hero-section .hero-content p{font-size:.9rem;line-height:1.4}.list{animation:scroll 60s linear infinite;gap:15px}.item{flex:0 0 250px;height:300px}}@media screen and (max-width: 576px){.slider .list .item{width:180px}.slider .list .item img{padding:5px}.list{animation:scroll 80s linear infinite;gap:10px}.item{flex:0 0 200px;height:250px}.item img{box-shadow:none}.hero-section .hero-content h1{font-size:1.2rem}}@media screen and (max-width: 480px){.hero-section{margin:1rem auto;padding:0 .5rem}.hero-section .hero-content{padding:20px 10px}.hero-section .hero-content h1{font-size:1.1rem}.hero-section .hero-content p{font-size:.85rem}.hero-section .hero-images{grid-template-columns:1fr}.hero-section .hero-images img{height:250px}}@media screen and (max-width: 1250px){.hero-section{grid-template-columns:1fr;margin:2rem auto;padding:1.5rem 1.5rem 0}.hero-section .hero-content{padding-right:0;padding-top:1rem;max-width:800px;margin:0 auto;text-align:center}.hero-section .hero-content h1{text-align:center}.hero-section .hero-content p{text-align:center;font-size:.95rem}.hero-section .hero-images{display:none}}.phone-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.slider{overflow-x:auto;-webkit-overflow-scrolling:touch}.slider .list{display:flex;animation:scroll 40s linear infinite;will-change:transform}.slider:hover .list,.slider:focus-within .list{animation-play-state:paused}.contact-info{padding:80px 5%;background-color:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.contact-column h3{font-size:1.2rem;margin-bottom:1.5rem;color:#333;font-weight:600}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item a{color:#666;text-decoration:none;transition:color .3s ease;font-size:1.1rem;display:flex;align-items:center;gap:1rem}.contact-item a:hover{color:#4b76c5}.contact-item i{font-size:1.2rem;color:#4b76c5}.social-links{display:flex;gap:1.5rem;justify-content:flex-start}.social-link{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background-color:#4b76c5;transition:all .3s ease}.social-link:hover{transform:translateY(-3px);background-color:#1877f2}.social-link i{font-size:1.2rem}.social-logo{width:45px;height:45px;border-radius:50%}.social-link:last-child{background-color:#000}.social-link:last-child:hover{background-color:#3a5da3;transform:translateY(-3px)}@media screen and (max-width: 992px){.contact-container{grid-template-columns:repeat(2,1fr)}.contact-column:last-child{grid-column:1 / -1}.social-links{justify-content:center}}@media screen and (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-column{text-align:center}.contact-column h3{font-size:1.1rem}.contact-item{justify-content:center}.contact-item a{font-size:1rem}.social-links{justify-content:center}}@media screen and (max-width: 480px){.contact-info{padding:60px 5%}.contact-column h3{font-size:1rem;margin-bottom:1rem}.contact-item a{font-size:.9rem}.social-link{width:40px;height:40px}.social-link i{font-size:1rem}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}.hero-content{position:relative;z-index:1}.ring-johnny{z-index:2}.contact-section{padding:80px 5%;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.contact-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.contact-info-side{background:#fff;border-radius:16px;padding:48px;color:#333;position:sticky;top:100px;box-shadow:0 4px 6px #0000000d,0 10px 40px #00000014}.contact-info-title{font-size:2rem;font-weight:700;margin-bottom:12px;color:#4b76c5}.contact-info-subtitle{font-size:1rem;color:#666;margin-bottom:40px;line-height:1.6}.contact-info-blocks{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}.info-block{display:flex;align-items:flex-start;gap:16px}.info-icon{width:48px;height:48px;background:#f0f4ff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon i{font-size:1.2rem;color:#4b76c5}.info-content h4{font-size:.9rem;font-weight:600;color:#999;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.info-content a,.info-content p{font-size:1.05rem;color:#333;text-decoration:none;line-height:1.5;transition:color .2s ease}.info-content a:hover{color:#4b76c5}.social-section{border-top:1px solid #e0e0e0;padding-top:28px}.social-section h4{font-size:.9rem;font-weight:600;color:#999;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.contact-info-side .social-links{gap:12px}.contact-info-side .social-link{background:#f0f4ff;border:1px solid #e0e0e0;color:#4b76c5}.contact-info-side .social-link i{color:#4b76c5}.contact-info-side .social-link:hover{background:#4b76c5;border-color:#4b76c5;color:#fff}.contact-info-side .social-link:hover i{color:#fff}.quote-form-container{background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 6px #0000000d,0 10px 40px #00000014}.form-title{font-size:2rem;font-weight:700;color:#4b76c5;margin-bottom:12px;letter-spacing:-.02em}.form-subtitle{font-size:1rem;color:#666;margin-bottom:32px;line-height:1.6}.quote-form{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:16px}.section-title{font-size:1.1rem;font-weight:600;color:#000;margin-bottom:8px;padding-bottom:8px;border-bottom:2px solid #4b76c5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.875rem;font-weight:500;color:#333}.form-group input,.form-group textarea{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fafafa;font-family:inherit;color:#000}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4b76c5;background:#fff;box-shadow:0 0 0 4px #4b76c51a}.form-group input::placeholder,.form-group textarea::placeholder{color:#000;opacity:.6}.form-group textarea{resize:vertical;min-height:100px}.reg-number-group{flex:1}.reg-number-input{display:flex;align-items:stretch;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fafafa;transition:all .2s ease}.reg-number-input:focus-within{border-color:#4b76c5;background:#fff;box-shadow:0 0 0 4px #4b76c51a}.eu-badge{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#039,#026);padding:8px;min-width:52px;min-height:52px}.eu-stars-circle{position:relative;width:36px;height:36px}.eu-stars-circle .star{position:absolute;color:gold;font-size:8px;line-height:1;left:50%;top:50%;transform-origin:center center}.eu-stars-circle .star:nth-child(1){transform:translate(-50%,-50%) rotate(0) translateY(-14px) rotate(0)}.eu-stars-circle .star:nth-child(2){transform:translate(-50%,-50%) rotate(30deg) translateY(-14px) rotate(-30deg)}.eu-stars-circle .star:nth-child(3){transform:translate(-50%,-50%) rotate(60deg) translateY(-14px) rotate(-60deg)}.eu-stars-circle .star:nth-child(4){transform:translate(-50%,-50%) rotate(90deg) translateY(-14px) rotate(-90deg)}.eu-stars-circle .star:nth-child(5){transform:translate(-50%,-50%) rotate(120deg) translateY(-14px) rotate(-120deg)}.eu-stars-circle .star:nth-child(6){transform:translate(-50%,-50%) rotate(150deg) translateY(-14px) rotate(-150deg)}.eu-stars-circle .star:nth-child(7){transform:translate(-50%,-50%) rotate(180deg) translateY(-14px) rotate(-180deg)}.eu-stars-circle .star:nth-child(8){transform:translate(-50%,-50%) rotate(210deg) translateY(-14px) rotate(-210deg)}.eu-stars-circle .star:nth-child(9){transform:translate(-50%,-50%) rotate(240deg) translateY(-14px) rotate(-240deg)}.eu-stars-circle .star:nth-child(10){transform:translate(-50%,-50%) rotate(270deg) translateY(-14px) rotate(-270deg)}.eu-stars-circle .star:nth-child(11){transform:translate(-50%,-50%) rotate(300deg) translateY(-14px) rotate(-300deg)}.eu-stars-circle .star:nth-child(12){transform:translate(-50%,-50%) rotate(330deg) translateY(-14px) rotate(-330deg)}.reg-number-input input{flex:1;border:none;padding:14px 16px;font-size:1.1rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;background:transparent;color:#000}.reg-number-input input::placeholder{color:#000;opacity:.6}.reg-number-input input:focus{outline:none;box-shadow:none}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-checkbox{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.service-checkbox:hover{border-color:#4b76c5;background:#f0f4ff}.service-checkbox input{display:none}.service-checkbox .checkmark{width:22px;height:22px;border:2px solid #ccc;border-radius:4px;position:relative;transition:all .2s ease;flex-shrink:0}.service-checkbox input:checked+.checkmark{background:#4b76c5;border-color:#4b76c5}.service-checkbox input:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.service-label{font-size:.95rem;color:#333;font-weight:500}.submit-btn{margin-top:16px;padding:18px 32px;background:#4b76c5;color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.submit-btn:hover:not(:disabled){transform:translateY(-2px);background:#3a5da3;box-shadow:0 8px 25px #4b76c54d}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;padding:16px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;border-radius:8px;font-weight:500;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group input:required,.form-group textarea:required{border-left:3px solid #ff6b6b}.form-group input:required:valid,.form-group textarea:required:valid{border-left-color:#4caf50}@media screen and (max-width: 1100px){.contact-wrapper{grid-template-columns:1fr;gap:40px}.contact-info-side{position:static;display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-info-title,.contact-info-subtitle{grid-column:1 / -1}.contact-info-blocks{margin-bottom:0}.social-section{border-top:none;border-left:1px solid rgba(255,255,255,.15);padding-top:0;padding-left:32px;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width: 768px){.contact-section{padding:60px 4%}.contact-info-side{grid-template-columns:1fr;padding:32px 24px}.social-section{border-left:none;border-top:1px solid rgba(255,255,255,.15);padding-left:0;padding-top:24px}.quote-form-container{padding:32px 24px;border-radius:12px}.form-title{font-size:1.6rem}.form-row,.services-grid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.contact-section{padding:40px 4%}.contact-info-side{padding:24px 16px}.contact-info-title{font-size:1.6rem}.info-icon{width:40px;height:40px}.quote-form-container{padding:24px 16px}.form-title{font-size:1.4rem}.form-subtitle{font-size:.9rem}.submit-btn{padding:16px 24px;font-size:.9rem}.service-checkbox{padding:10px 12px}.service-label{font-size:.9rem}}
