*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d63ac,#f47c3c);display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity .5s ease,visibility .5s ease}.loading-screen.hidden{opacity:0;visibility:hidden}.loading-content{text-align:center;color:#fff}.car-animation{font-size:4rem;margin-bottom:1rem;animation:bounce 1.5s infinite}.loading-text{font-size:1.5rem;font-weight:300}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.navbar{position:fixed;top:0;width:100%;background:#0d63acf2;backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#0d63acfa;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#fff}.nav-logo i{margin-right:.5rem;color:#f47c3c}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:#f47c3c}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#f47c3c;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{min-height:100vh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d63ac,#f47c3c);z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1}.hero-content{text-align:center;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease}.hero-badge{display:inline-flex;align-items:center;background:#f47c3c33;border:1px solid #F47C3C;padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:pulse 2s infinite}.hero-badge i{color:#f47c3c;margin-right:.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2}.title-line{display:block;opacity:0;animation:fadeInLeft 1s ease .5s forwards}.title-highlight{display:block;background:linear-gradient(45deg,#f47c3c,#ff9500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInRight 1s ease .8s forwards}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:0;animation:fadeInUp 1s ease 1s forwards}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:0;animation:fadeInUp 1s ease 1.2s forwards}.feature-item i{color:#f47c3c;font-size:1.2rem}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(45deg,#f47c3c,#ff9500);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f47c3c4d;opacity:0;animation:fadeInUp 1s ease 1.5s forwards}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f47c3c66}.pulse-animation{animation:pulse 2s infinite}.cta-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:0;animation:fadeInUp 1s ease 1.7s forwards}.cta-info i{color:#f47c3c}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:.9rem;animation:float 2s ease-in-out infinite}.scroll-indicator i{margin-top:.5rem;animation:bounce 2s infinite}.stats-section{background:linear-gradient(135deg,#0d63ac,#1a75c4);color:#fff;padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem}.stat-icon{font-size:3rem;color:#f47c3c;margin-bottom:1rem}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;color:#f47c3c}.stat-label{font-size:1rem;opacity:.9}.advantages{padding:5rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0d63ac}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.advantage-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(244,124,60,.1),transparent);transition:left .5s ease}.advantage-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.advantage-card:hover:before{left:100%}.card-icon{width:80px;height:80px;background:linear-gradient(45deg,#f47c3c,#ff9500);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.advantage-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#0d63ac}.advantage-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.card-highlight{display:inline-block;background:#f47c3c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.services{padding:5rem 0;background:#0d63ac;color:#fff}.services .section-title,.services .section-subtitle{color:#fff}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#ffffff1a;backdrop-filter:blur(10px);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.service-card:hover{transform:translateY(-5px);background:#ffffff26}.service-card.full-width{grid-column:1 / -1;text-align:center}.service-icon{width:60px;height:60px;background:#f47c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.service-card h3{font-size:1.3rem;margin-bottom:1rem}.service-card p{opacity:.9;line-height:1.6}.gallery{padding:5rem 0;background:#f8f9fa}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.gallery-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d63accc;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay i{font-size:2rem;margin-bottom:1rem}.gallery-overlay span{font-weight:600}.testimonials{padding:5rem 0;background:#f47c3c;color:#fff}.testimonials .section-title,.testimonials .section-subtitle{color:#fff}.testimonials-carousel{position:relative;max-width:800px;margin:0 auto;overflow:hidden}.testimonial-card{display:none;animation:fadeIn .5s ease}.testimonial-card.active{display:block}.testimonial-content{background:#ffffff1a;backdrop-filter:blur(10px);padding:3rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2)}.quote-icon{font-size:3rem;opacity:.3;margin-bottom:1rem}.testimonial-text{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;font-style:italic}.testimonial-rating{margin-bottom:2rem}.testimonial-rating i{color:gold;font-size:1.2rem;margin:0 2px}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-info h4{font-size:1.1rem;margin-bottom:.2rem}.author-info span{opacity:.8;font-size:.9rem}.testimonial-nav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.nav-btn{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#ffffff4d}.nav-dots{display:flex;gap:1rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#0d63ac,#1a75c4);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;font-weight:600}.cta-feature i{color:#f47c3c;font-size:1.2rem}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(45deg,#f47c3c,#ff9500);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #f47c3c4d}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f47c3c66}.btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-cta:hover .btn-shine{left:100%}.contact{padding:5rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.contact-icon{width:60px;height:60px;background:linear-gradient(45deg,#f47c3c,#ff9500);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;color:#fff}.contact-card h3{font-size:1.3rem;color:#0d63ac;margin-bottom:.5rem}.contact-card p{color:#666;line-height:1.6}.map-container{height:500px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.map-container iframe{width:100%;height:100%;border:none}.footer{background:#0d63ac;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#f47c3c}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo i{margin-right:.5rem;color:#f47c3c}.footer-section p{opacity:.9;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#f47c3c33;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f47c3c;transition:all .3s ease}.social-links a:hover{background:#f47c3c;color:#fff;transform:translateY(-2px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:all .3s ease}.footer-section ul li a:hover{opacity:1;color:#f47c3c}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.contact-item i{color:#f47c3c;width:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;opacity:.8}.footer-bottom a{color:#f47c3c;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.floating-wa{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;text-decoration:none;box-shadow:0 4px 15px #25d36666;z-index:1000;animation:float 3s ease-in-out infinite;transition:all .3s ease}.floating-wa:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.wa-tooltip{position:absolute;right:70px;background:#333;color:#fff;padding:.5rem 1rem;border-radius:5px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease}.floating-wa:hover .wa-tooltip{opacity:1;visibility:visible}.back-to-top{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;background:#f47c3c;border:none;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 15px #f47c3c66;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#e06a32;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}[data-aos=fade-up]{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-aos=fade-up].aos-animate{opacity:1;transform:translateY(0)}[data-aos=fade-right]{opacity:0;transform:translate(-30px);transition:opacity .6s ease,transform .6s ease}[data-aos=fade-right].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-left]{opacity:0;transform:translate(30px);transition:opacity .6s ease,transform .6s ease}[data-aos=fade-left].aos-animate{opacity:1;transform:translate(0)}@media(max-width:1024px){.container{padding:0 2rem}.advantages-grid,.services-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:3rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.nav-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#0d63acfa;flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease}.nav-menu.active{right:0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero-title{font-size:2.5rem}.hero-features{flex-direction:column;align-items:center;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-title{font-size:2rem}.cta-features{flex-direction:column;gap:1rem}.floating-wa{bottom:1rem;right:1rem;width:50px;height:50px}.back-to-top{bottom:1rem;left:1rem;width:40px;height:40px}}@media(max-width:480px){.container,.hero-content{padding:0 1rem}.stats-grid{grid-template-columns:1fr}.advantage-card,.contact-card{padding:1.5rem}.testimonial-content{padding:2rem}.gallery-grid{grid-template-columns:1fr}}.icon-logo[data-astro-cid-5blmo7yk]{margin-right:.5rem;color:#f47c3c;display:flex;align-items:center}.icon-inline[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem}.hero-background[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d63ac,#f47c3c);z-index:-3;overflow:hidden}.hero-img[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.hero-overlay[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:-1}.gallery-img[data-astro-cid-ihllb3az]{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}
