@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700&display=swap";.navbar{background-color:var(--navbar-color);box-shadow:none;position:fixed;width:100%;top:0;z-index:1000;transition:var(--transition);padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.navbar.scrolled{box-shadow:0 2px 10px #0003;padding:.3rem 0}.navbar-container{max-width:100%;margin:0;padding:0 10px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.nav-right{display:flex;align-items:center;gap:.5rem}.nav-cta{margin-left:12px}.logo-image{display:flex;align-items:center;background:white;padding:10px 20px;border-radius:20px;box-shadow:0 4px 15px #0003;transition:var(--transition)}.logo-image:hover{background:white;box-shadow:0 6px 20px #00000040;transform:translateY(-2px)}.logo-image img{height:60px;width:auto;max-width:200px;object-fit:contain;transition:var(--transition);cursor:pointer}.navbar.scrolled .logo-image{padding:6px 12px}.navbar.scrolled .logo-image img{height:50px}.nav-menu{display:flex;list-style:none;gap:1rem;margin:0}.nav-link{font-family:Montserrat,sans-serif;text-decoration:none;color:#fff;font-weight:400;font-size:.9rem;transition:var(--transition);position:relative;padding:.32rem .6rem;cursor:pointer;letter-spacing:.3px;user-select:none}.nav-link:hover{color:var(--secondary-color)}.nav-link:active{transform:translateY(1px);opacity:.92;color:var(--primary-color)}.nav-link:focus-visible{outline:3px solid rgba(99,102,241,.12);outline-offset:3px}.nav-link.active{color:var(--primary-color);font-weight:600}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--primary-color);transition:var(--transition)}.nav-link.active:after{width:100%}.cta-btn{background:var(--primary-color);color:var(--white-color);border:none;padding:.5rem .9rem;border-radius:6px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #1e293b1f;transition:transform .15s ease,box-shadow .15s ease,opacity .12s ease}.cta-btn:hover{transform:translateY(-2px);opacity:.98}.cta-btn:active{transform:translateY(0);box-shadow:0 4px 10px #1e293b1f;opacity:.95}.cta-btn:focus-visible{outline:3px solid rgba(59,130,246,.14);outline-offset:3px}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger .bar{width:25px;height:3px;background-color:var(--white-color);margin:3px 0;transition:var(--transition)}.hamburger.active .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media screen and (max-width: 968px){.logo-image img{height:65px}.nav-menu{gap:1rem}}@media screen and (max-width: 768px){.hamburger{display:flex}.logo-image img{height:55px}.nav-menu{gap:.9rem}.navbar.scrolled{padding:.3rem 0}.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:var(--secondary-color);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000004d;padding:2rem 0;gap:0;border-top:1px solid rgba(255,255,255,.1);margin:0}.nav-menu.active{left:0}.nav-menu li{margin:.6rem 0}.nav-cta{display:block;margin:.8rem 0}}@media screen and (max-width: 480px){.logo-image img{height:50px;max-width:200px}}.footer{background-color:var(--secondary-color);color:var(--white-color);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem}.company-section{display:flex;flex-direction:column;gap:2rem}.footer-title{font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--white-color)}.company-description{font-size:.95rem;line-height:1.6;color:#fffc;margin-bottom:0;max-width:300px}.company-description-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.company-logo{width:100px;height:100px;object-fit:contain;flex-shrink:0;border-radius:8px}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white-color);transition:var(--transition);text-decoration:none}.social-link:hover{background-color:var(--primary-color);transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.contact-title{font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--white-color)}.contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:#fffc}.contact-icon{width:18px;height:18px;color:var(--primary-color);flex-shrink:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:var(--transition);display:block;padding:.25rem 0}.footer-links a:hover{color:var(--primary-color);padding-left:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.85rem;color:#fff9;margin:0}.developer-credit{margin-top:.5rem!important;font-size:.8rem!important}.developer-credit a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:var(--transition)}.developer-credit a:hover{color:var(--white-color);text-decoration:underline}@media screen and (max-width: 1200px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:1.2rem}}@media screen and (max-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr;gap:1.5rem}}@media screen and (max-width: 768px){.footer{font-size:.85rem;padding:2rem .75rem 1rem}.footer-content{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:1rem}.footer-title{font-size:.95rem;margin-bottom:.7rem}.contact-title{font-size:.9rem;margin-bottom:.7rem}.company-description{display:none}.company-logo{width:60px;height:60px}.contact-item{font-size:.75rem;margin-bottom:.6rem;gap:.5rem}.contact-icon{width:14px;height:14px}.footer-links li{margin-bottom:.35rem}.footer-links a{font-size:.75rem;padding:.2rem 0}.social-links{gap:.6rem}.social-link{width:32px;height:32px}.social-link svg{width:16px;height:16px}}@media screen and (max-width: 480px){.footer{padding:1.5rem .5rem 1rem}.footer-content{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:.75rem}.footer-title{font-size:.85rem;margin-bottom:.5rem}.contact-title{font-size:.8rem}.company-description{display:none}.company-logo{width:50px;height:50px}.contact-item{font-size:.65rem;margin-bottom:.5rem}.contact-icon{width:12px;height:12px}.footer-links a{font-size:.65rem}.social-link{width:28px;height:28px}.social-link svg{width:14px;height:14px}.footer-bottom p{font-size:.7rem}}.hero{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:80px;color:var(--white-color);overflow:hidden}.slideshow-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out}.slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,42,74,.4) 0%,rgba(0,0,0,.3) 100%);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;max-width:900px;padding:2rem;animation:fadeInUp 1.5s ease}.hero-title{font-family:Open Sans,sans-serif;font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:3px 3px 6px rgba(0,0,0,.7);letter-spacing:-.02em}.hero-subtitle{font-size:1.4rem;margin-bottom:3rem;color:#fffffff2;line-height:1.8;text-shadow:2px 2px 4px rgba(0,0,0,.5);max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1.2rem 3rem;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:var(--transition);border:2px solid transparent;display:inline-block;cursor:pointer;outline:none;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color);box-shadow:0 4px 15px #ff4c454d}.btn-primary:hover{background-color:#e63c34;transform:translateY(-3px);box-shadow:0 8px 25px #ff4c4566}.btn-secondary{background-color:transparent;color:var(--white-color);border-color:var(--white-color);box-shadow:0 4px 15px #fff3}.btn-secondary:hover{background-color:var(--white-color);color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.slideshow-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 2rem;z-index:4}.slide-btn{background-color:#fff3;border:2px solid rgba(255,255,255,.3);color:var(--white-color);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);backdrop-filter:blur(10px)}.slide-btn:hover{background-color:#ffffff4d;border-color:var(--white-color);transform:scale(1.1)}.slide-btn span{font-size:1.5rem;font-weight:700}.slide-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:4}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background-color:transparent;cursor:pointer;transition:var(--transition)}.indicator.active{background-color:var(--white-color);border-color:var(--white-color)}.indicator:hover{border-color:var(--white-color);background-color:#ffffffb3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px;padding:1rem 2rem}.slideshow-controls{display:none}.slide-indicators{gap:.8rem}.indicator{width:14px;height:14px;border-width:3px}}@media screen and (max-width: 480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-content{padding:1rem}.slide-indicators{bottom:1rem}}.services{padding:0rem 0 1rem;background-color:var(--white-color)}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.services .section-title{font-family:Open Sans,sans-serif;font-size:2.8rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.5rem;line-height:1.2}.section-description{font-size:1.1rem;line-height:1.8;color:#6c757d;max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.service-card{background:var(--white-color);border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a;transition:var(--transition);border:1px solid #e9ecef}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.service-image{height:250px;overflow:hidden;position:relative}.service-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:2rem}.service-title{font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem;line-height:1.3}.service-description{font-size:.95rem;line-height:1.7;color:#6c757d;margin-bottom:1.5rem}.service-btn{background-color:var(--primary-color);color:var(--white-color);border:none;padding:.8rem 1.5rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px}.service-btn:hover{background-color:#e63c34;transform:translateY(-2px);box-shadow:0 5px 15px #ff4c454d}.expertise-section{text-align:center;padding:3rem 0;background:linear-gradient(135deg,rgba(30,41,59,.08) 0%,rgba(30,41,59,.12) 100%);margin-top:2rem;border-radius:12px;border:1px solid rgba(30,41,59,.1)}.expertise-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem}.expertise-description{font-size:1.1rem;line-height:1.8;color:var(--gray-color);max-width:700px;margin-left:auto!important;margin-right:auto!important;margin-bottom:3rem;margin-top:0;text-align:center!important;display:block}.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.expertise-card{background:white;padding:1.2rem;border-radius:12px;text-align:center;box-shadow:0 2px 12px #00000014;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;position:relative}.expertise-card:hover,.expertise-card:active{transform:translateY(-8px);box-shadow:0 12px 28px #ff4c452e}.expertise-icon{width:50px;height:50px;margin:0 auto 1rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.expertise-icon svg{width:100%;height:100%}.expertise-card-title{font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;color:var(--secondary-color);margin-bottom:.8rem}.expertise-card-description{font-size:.88rem;line-height:1.6;color:var(--gray-color)}@media screen and (max-width: 1024px){.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px}}@media screen and (max-width: 768px){.services{padding:2.5rem 0 4.5rem}.container{padding:0 1rem}.section-title{font-size:2.2rem}.section-description{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-image{height:200px}.service-content{padding:1.5rem}.service-title{font-size:1.3rem}.expertise-section{padding:3rem 1rem;margin-top:1rem;text-align:center!important}.expertise-title{font-size:1.8rem}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.expertise-card{padding:1.5rem}}@media screen and (max-width: 480px){.section-title{font-size:1.8rem}.service-content{padding:1rem}.service-btn{width:100%;padding:1rem}.expertise-section{padding:1.5rem .5rem;margin-top:1.5rem;text-align:center!important}.expertise-title{font-size:1.5rem;margin-bottom:.8rem}.expertise-description{font-size:.95rem;margin-bottom:1.5rem;text-align:center!important}.expertise-grid{grid-template-columns:1fr;gap:1rem}.expertise-card{padding:1.2rem}.expertise-icon{width:40px;height:40px;margin-bottom:.8rem}.expertise-card-title{font-size:1rem;margin-bottom:.5rem}.expertise-card-description{font-size:.85rem}}.why-choose-us{padding:1rem 0 6rem;background-color:var(--white-color)}.section-header{text-align:center;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.why-choose-us .section-title{font-family:Open Sans,sans-serif;font-size:2.8rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.5rem;line-height:1.2}.section-description{font-size:1.1rem;line-height:1.8;color:var(--gray-color);max-width:500px;margin:0 auto}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto}.trust-card{text-align:center;padding:2rem 1rem;transition:var(--transition)}.trust-card:hover{transform:translateY(-5px)}.trust-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;background:rgba(255,76,69,.1);border-radius:50%}.trust-icon svg{width:45px;height:45px}.trust-title{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem;line-height:1.3}.trust-description{font-size:1rem;line-height:1.7;color:var(--gray-color);max-width:280px;margin:0 auto}.cta-section{background:linear-gradient(135deg,rgba(30,41,59,.05) 0%,rgba(30,41,59,.1) 100%);padding:2rem;border-radius:16px;text-align:center;max-width:900px;margin:0 auto;box-shadow:0 10px 40px #0000000d}.why-choose-us .cta-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--secondary-color)!important;margin-bottom:1rem;line-height:1.3}.cta-description{font-size:1.1rem;line-height:1.7;color:var(--gray-color);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;min-width:200px}.btn-primary.cta-btn{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color);box-shadow:0 4px 15px #ff4c454d}.btn-primary.cta-btn:hover{background-color:#e63c34;transform:translateY(-3px);box-shadow:0 8px 25px #ff4c4566}.btn-secondary.cta-btn{background-color:transparent;color:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 4px 15px #0f172a1a}.btn-secondary.cta-btn:hover{background-color:var(--secondary-color);color:var(--white-color);transform:translateY(-3px);box-shadow:0 8px 25px #0f172a33}@media screen and (max-width: 768px){.why-choose-us{padding:4rem 0}.section-title{font-size:2.2rem}.section-description{font-size:1rem}.trust-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.trust-icon{width:70px;height:70px}.trust-icon svg{width:40px;height:40px}.cta-section{padding:2rem 1rem;margin:0 1rem}.cta-title{font-size:1.8rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-btn{width:100%;max-width:300px}}@media screen and (max-width: 480px){.section-title{font-size:1.8rem}.cta-title{font-size:1.5rem}.trust-card{padding:1.5rem .5rem}.cta-section{border-radius:12px}}.contact-page{padding:6rem 0 4rem;background-color:var(--white-color);min-height:100vh}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:1.3rem;padding:2rem 0}.contact-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.1rem;line-height:1.2;max-width:600px;margin-left:auto;margin-right:auto}.contact-subtitle{font-size:1.3rem;color:#6c757d;max-width:700px;margin:0 auto 2rem;line-height:1.7}.contact-highlight{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.highlight-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.highlight-icon{font-size:2rem;margin-bottom:.5rem}.highlight-item span:last-child{font-weight:600;color:var(--secondary-color);font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-section{background:var(--white-color);padding:0}.form-title{font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:600;color:var(--secondary-color);margin-bottom:.5rem}.form-description{color:#6c757d;margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:var(--secondary-color);margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa;color:var(--secondary-color)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff4c451a;background-color:var(--white-color)}.form-group input::placeholder,.form-group textarea::placeholder{color:#6c757d}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.send-message-btn{background-color:var(--primary-color);color:var(--white-color);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem}.send-message-btn:hover{background-color:#e63c34;transform:translateY(-2px);box-shadow:0 8px 25px #ff4c454d}.contact-info-section{padding:0}.info-title{font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:600;color:var(--secondary-color);margin-bottom:.5rem}.info-description{color:#6c757d;margin-bottom:2rem;line-height:1.6}.contact-details{margin-bottom:2rem}.contact-detail-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.contact-detail-item:last-child{border-bottom:none}.detail-icon{width:24px;height:24px;color:var(--primary-color);flex-shrink:0}.detail-icon svg{width:100%;height:100%}.contact-detail-item span{color:var(--secondary-color);font-weight:500}.map-container{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.map-container iframe{width:100%;height:300px;border:none;border-radius:12px}@media screen and (max-width: 768px){.contact-page{padding:4rem 0 3rem}.container{padding:0 1rem}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-content{grid-template-columns:1fr;gap:3rem}.form-title,.info-title{font-size:1.5rem}.form-group input,.form-group textarea{padding:1rem}.send-message-btn{padding:1.2rem;font-size:1.1rem}.contact-detail-item{padding:.8rem 0}.map-placeholder{padding:2rem 1rem;min-height:250px}.map-container iframe{height:250px}}@media screen and (max-width: 480px){.contact-header{margin-bottom:2.5rem}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.95rem}.contact-content{gap:2rem}.form-title,.info-title{font-size:1.3rem}.contact-form{gap:1.2rem}.form-group label{font-size:.85rem}.contact-detail-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 0}.detail-icon{width:20px;height:20px}.map-placeholder{padding:1.5rem 1rem;min-height:200px}.map-container iframe{height:200px}}.about-page{padding:6rem 0 4rem;background-color:var(--white-color);min-height:100vh}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.about-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.about-title{font-family:Open Sans,sans-serif;font-size:3rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.5rem;line-height:1.2}.about-subtitle{font-size:1.2rem;color:#6c757d;max-width:800px;margin:0 auto;line-height:1.7}.journey-section{margin-bottom:5rem}.journey-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.journey-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026}.journey-image img{width:100%;height:auto;display:block;filter:grayscale(20%) contrast(1.1);transition:var(--transition)}.journey-image:hover img{filter:grayscale(0%) contrast(1.2);transform:scale(1.02)}.journey-text{padding:1rem 0}.journey-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--secondary-color);margin-bottom:2rem;line-height:1.3}.journey-paragraphs{display:flex;flex-direction:column;gap:1.5rem}.journey-description{font-size:1rem;line-height:1.8;color:#6c757d;margin:0}.values-section{margin-bottom:4rem;padding:3rem 0;background:linear-gradient(135deg,rgba(30,41,59,.03) 0%,rgba(30,41,59,.06) 100%);border-radius:16px;text-align:center}.values-title{font-family:Open Sans,sans-serif;font-size:2.5rem;font-weight:600;color:var(--secondary-color);margin-bottom:3rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.value-card{background:var(--white-color);padding:1.5rem 1rem;border-radius:12px;text-align:center;box-shadow:0 8px 30px #00000014;transition:var(--transition);border:1px solid rgba(30,41,59,.1)}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.value-icon{width:50px;height:50px;margin:0 auto 1rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;background:rgba(255,76,69,.1);border-radius:50%}.value-icon svg{width:30px;height:30px}.value-title{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem}.value-description{font-size:.85rem;line-height:1.6;color:#6c757d;max-width:280px;margin:0 auto}.mercedes-expertise-section{margin-bottom:4rem;padding:3rem 2.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border-radius:16px;border:1px solid rgba(30,41,59,.08)}.mercedes-expertise-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--secondary-color);text-align:center;margin-bottom:3rem;line-height:1.3}.mercedes-expertise-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.mercedes-expertise-text{padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000a}.mercedes-expertise-description{font-size:1rem;line-height:1.7;color:#6c757d;margin-bottom:2rem}.mercedes-expertise-list{list-style:none;padding:0;margin-bottom:2rem;display:grid;gap:2rem}.mercedes-expertise-item{padding:0;border:none;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.mercedes-expertise-item:hover{transform:translate(5px)}.expertise-header{display:flex;align-items:flex-start;gap:0;margin-bottom:.5rem;flex-direction:column;width:100%}.expertise-list-icon{width:60px;height:60px;min-width:60px;color:#fff;background:linear-gradient(135deg,var(--primary-color) 0%,#ff6b63 100%);padding:14px;border-radius:12px;box-shadow:0 4px 12px #ff4c4540;transition:all .3s ease;flex-shrink:0}.mercedes-expertise-item:hover .expertise-list-icon{transform:translateY(-3px);box-shadow:0 6px 18px #ff4c4559}.mercedes-expertise-item strong{color:var(--secondary-color);font-weight:700;font-size:1.25rem;letter-spacing:.3px;display:block;margin-top:.5rem}.expertise-description{font-size:1rem;line-height:1.8;color:#555;margin:.5rem 0 0;padding-left:0}.mercedes-expertise-quality{font-size:1rem;line-height:1.7;color:#6c757d;margin:0}.mercedes-logo-container{display:flex;justify-content:center;align-items:center;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000a;min-height:auto}.mercedes-logo{max-width:100%;width:auto;height:auto;max-height:280px;object-fit:contain;transition:transform .3s ease}.mercedes-logo:hover{transform:scale(1.05)}.quality-commitment-section{margin-bottom:4rem;padding:3rem 0;text-align:center}.quality-commitment-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;color:var(--secondary-color);margin-bottom:3rem;line-height:1.3;text-align:center}.quality-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.quality-pillar{text-align:center;padding:2rem 1rem}.quality-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;background:rgba(255,76,69,.1);border-radius:50%}.quality-icon svg{width:30px;height:30px}.quality-pillar-title{font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem}.quality-pillar-description{font-size:.95rem;line-height:1.7;color:#6c757d;max-width:280px;margin:0 auto}.team-section{margin-bottom:3rem;padding:2rem 0;text-align:center;background:linear-gradient(135deg,rgba(30,41,59,.03) 0%,rgba(30,41,59,.06) 100%);border-radius:16px}.team-title{font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:600;color:var(--secondary-color);margin-bottom:2rem;line-height:1.3}.team-grid{display:flex;justify-content:center;max-width:400px;margin:0 auto}.team-member{background:var(--white-color);padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:var(--transition);border:1px solid rgba(30,41,59,.1);position:relative;max-width:350px;margin:0 auto}.team-member:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026;border-color:#1e293b33}.team-member-image{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--secondary-color);background:#f8f9fa;box-shadow:0 4px 15px #1e293b33;transition:var(--transition)}.team-member:hover .team-member-image{transform:scale(1.05);box-shadow:0 6px 20px #1e293b4d}.team-member-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.team-member:hover .team-member-image img{transform:scale(1.1)}.team-member-name{font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;color:var(--secondary-color);margin-bottom:.5rem}.team-member-title{font-size:.95rem;color:var(--primary-color);font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.team-member-description{font-size:.9rem;line-height:1.6;color:#6c757d;max-width:300px;margin:0 auto}.about-cta{background:linear-gradient(135deg,var(--secondary-color),#1a2a3a);color:var(--white-color);padding:4rem 3rem;border-radius:16px;text-align:center;box-shadow:0 20px 60px #1e293b26}.cta-title{font-family:Open Sans,sans-serif;font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:var(--white-color)}.cta-description{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:var(--transition);border:2px solid transparent;display:inline-block;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.btn-primary{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.btn-primary:hover{background-color:#e63c34;transform:translateY(-2px);box-shadow:0 8px 25px #ff4c454d}.btn-secondary{background-color:transparent;color:var(--white-color);border-color:var(--white-color)}.btn-secondary:hover{background-color:var(--white-color);color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 8px 25px #fff3}@media screen and (max-width: 1024px){.journey-content{grid-template-columns:1fr 1fr;gap:3rem}.values-grid{grid-template-columns:repeat(2,1fr)}.mercedes-expertise-content{grid-template-columns:1fr;gap:2rem}.mercedes-logo-container{order:-1;max-width:300px;margin:0 auto;min-height:200px}.mercedes-expertise-title{font-size:1.8rem}.expertise-description{padding-left:32px;margin-top:.25rem}.mercedes-expertise-item{margin-bottom:1.5rem}}@media screen and (max-width: 768px){.about-page{padding:4rem 0 3rem}.container{padding:0 1rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.journey-content{grid-template-columns:1fr;gap:3rem;text-align:center}.journey-image{max-width:500px;margin:0 auto}.journey-title{font-size:2rem}.values-section,.quality-commitment-section{padding:2rem 1rem;margin-bottom:3rem}.quality-commitment-title{font-size:1.8rem}.quality-pillars{grid-template-columns:1fr;gap:2rem}.team-section{padding:2rem 1rem;margin-bottom:3rem}.team-title{font-size:1.8rem}.team-member{padding:1.5rem}.team-member-image{width:100px;height:100px}.values-title{font-size:2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem 1rem}.about-cta{padding:3rem 2rem}.cta-title{font-size:1.8rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:280px}}@media screen and (max-width: 480px){.container{padding:0 1rem}.about-header{margin-bottom:3rem;padding:1rem 0}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.journey-title{font-size:1.7rem}.journey-description{font-size:.95rem}.values-title{font-size:1.7rem;margin-bottom:2rem}.value-card{padding:1.5rem 1rem}.value-title{font-size:1.2rem}.about-cta{padding:2.5rem 1.5rem}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}.mercedes-expertise-title{font-size:1.5rem;margin-bottom:2rem}.mercedes-expertise-description{font-size:.9rem}.expertise-header{align-items:flex-start;gap:.5rem}.expertise-description{font-size:.9rem;padding-left:32px;margin-top:.25rem}.mercedes-expertise-item strong{font-size:.95rem}.mercedes-expertise-quality{font-size:.9rem}.mercedes-logo-container{padding:1.5rem;min-height:150px}.mercedes-logo{max-height:200px}}.products{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);min-height:100vh}.container{max-width:1400px;width:100%;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px;margin-top:80px;animation:slideDown .6s ease}.section-title{font-family:Open Sans,sans-serif;font-size:2.8rem;font-weight:700;color:var(--secondary-color);margin-bottom:15px;letter-spacing:-.02em}.section-description{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#555;max-width:750px;margin:0 auto;line-height:1.8}.products-controls{margin-bottom:50px;display:flex;flex-direction:column;gap:25px;animation:fadeIn .8s ease}.search-box{position:relative;max-width:550px;margin:0 auto;width:100%}.search-input{width:100%;padding:14px 45px 14px 18px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-family:Montserrat,sans-serif;transition:all .3s ease;background:white}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #ff4c4514}.search-input::placeholder{color:#aaa}.search-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ccc;pointer-events:none}.category-filters{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.filter-btn{padding:10px 22px;border:2px solid var(--secondary-color);background:white;color:var(--secondary-color);border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:600;font-family:Montserrat,sans-serif;transition:all .3s ease}.filter-btn:hover{background:var(--secondary-color);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #1e2a4a33}.filter-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 6px 20px #ff4c454d}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:50px;animation:fadeIn .8s ease .2s both}.product-card{background:white;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;border:2px solid #f0f0f0;position:relative}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));opacity:0;transition:opacity .3s ease}.product-card:hover{box-shadow:0 12px 28px #ff4c452e;transform:translateY(-10px);border-color:var(--primary-color)}.product-card:hover:before{opacity:1}.product-image{position:relative;width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,var(--secondary-color),#2d3e50)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.1) rotate(1deg)}.product-badge{position:absolute;top:12px;right:12px;color:#fff;padding:7px 16px;border-radius:25px;font-size:.8rem;font-weight:700;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px;background:var(--primary-color);box-shadow:0 4px 12px #ff4c454d}.product-badge.refurbished{background:var(--primary-color);opacity:.9}.product-badge.used{background:var(--secondary-color)}.product-content{padding:22px;display:flex;flex-direction:column;flex-grow:1}.product-name{font-family:Open Sans,sans-serif;font-size:1.15rem;font-weight:700;color:var(--secondary-color);margin:0 0 8px;line-height:1.3}.product-category{color:var(--primary-color);font-size:.85rem;margin:0 0 10px;font-weight:600;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px}.product-description{color:#666;font-size:.9rem;margin:0 0 16px;line-height:1.6;flex-grow:1;font-family:Montserrat,sans-serif}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:2px solid #f0f0f0;padding-top:15px}.product-price{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:700;color:var(--primary-color)}.order-btn{display:flex;align-items:center;gap:8px;padding:11px 18px;background:var(--primary-color);color:var(--white-color);border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;font-family:Montserrat,sans-serif;transition:all .3s ease;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px}.order-btn:hover{background:#e63c34;transform:scale(1.08);box-shadow:0 6px 16px #ff4c4566}.order-btn:active{transform:scale(.96)}.order-btn.hovered{background:#e63c34}.whatsapp-icon{width:16px;height:16px}.no-products{text-align:center;padding:80px 20px;color:#666;font-family:Montserrat,sans-serif}.no-products-icon{font-size:4rem;margin-bottom:20px;animation:bounce 1s infinite}.no-products-text{font-size:1.3rem;font-weight:600;color:var(--secondary-color);margin-bottom:10px}.no-products-hint{font-size:1rem;color:#888}.products-info{text-align:center;color:var(--secondary-color);font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;margin-bottom:50px}.products-info .highlight{color:var(--primary-color);font-weight:700}.products-cta{background:linear-gradient(135deg,var(--secondary-color),#1a2a3a);color:var(--white-color);padding:50px 30px;border-radius:16px;text-align:center;box-shadow:0 8px 24px #ff4c4533;margin-top:60px;border-left:5px solid var(--primary-color)}.products-cta h3{font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:12px}.products-cta p{font-family:Montserrat,sans-serif;font-size:1.05rem;margin-bottom:30px;opacity:.95}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:8px;font-weight:600;font-family:Montserrat,sans-serif;text-decoration:none;transition:all .3s ease;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:2px solid transparent}.cta-btn.primary{background:var(--primary-color);color:var(--white-color)}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff4c4566;background:#e63c34}.cta-btn.secondary{border-color:var(--white-color);color:var(--white-color);background:transparent}.cta-btn.secondary:hover{background:var(--white-color);color:var(--secondary-color)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.products{padding:80px 15px}.section-title{font-size:2rem}.section-description{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.category-filters{gap:8px}.filter-btn{padding:8px 16px;font-size:.85rem}.cta-buttons{flex-direction:column}.cta-btn{width:100%;justify-content:center}}@media (max-width: 480px){.products{padding:60px 10px}.container{padding:0 10px}.section-header{margin-top:60px}.section-title{font-size:1.6rem}.section-description{font-size:.95rem}.products-grid{grid-template-columns:1fr}.product-footer{flex-direction:column}.order-btn{width:100%;justify-content:center}.products-cta{padding:40px 20px}.products-cta h3{font-size:1.3rem}}*{margin:0;padding:0;box-sizing:border-box}html,#root{overflow-x:hidden;width:100%}:root{--primary-color: #ff4c45;--secondary-color: #1e293b;--navbar-color: #1e293b;--white-color: #ffffff;--transition: all .3s ease}body{font-family:Montserrat,sans-serif;line-height:1.6;color:var(--dark-color);overflow-x:hidden}.section{min-height:100vh;padding:100px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.section h2{font-family:Open Sans,sans-serif;font-size:3rem;margin-bottom:2rem;color:var(--secondary-color)}.section p{font-size:1.2rem;color:var(--gray-color)}
