:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#e21939;text-decoration:inherit}a:hover{color:#b91430}body{margin:0;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#e21939;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#b91430}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.hero-section{min-height:100vh;background:#e21939;color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.3));pointer-events:none}.hero-background-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:flex;overflow:hidden}.hero-background-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transform:translate(100%);transition:transform .8s cubic-bezier(.645,.045,.355,1);will-change:transform;z-index:0}.hero-background-slide.prev{transform:translate(0);z-index:1;animation:slideOutLeft .8s cubic-bezier(.645,.045,.355,1) forwards}.hero-background-slide.active{transform:translate(0);z-index:2}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0000008c,#00000080);z-index:3;pointer-events:none}.hero-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);backdrop-filter:blur(10px) saturate(110%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#0000004d;transition:transform .3s ease-in-out,background .3s ease;transform:translateY(0);box-shadow:0 4px 30px #0000001a}.hero-navbar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.hero-navbar.hidden{transform:translateY(-100%)}.hero-navbar.visible{transform:translateY(0)}.hero-navbar-container{max-width:1400px;margin:0 auto;padding:0 .75rem;display:flex;align-items:center;position:relative}.hero-navbar-logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.hero-navbar-logo{flex-shrink:0}.hero-navbar-logo a:hover{opacity:.9}.hero-logo-image{height:88px;width:auto;object-fit:contain;display:block;transition:transform .3s ease}.hero-logo-image:hover{transform:scale(1.05)}.hero-navbar-menu{display:flex;list-style:none;gap:1.8rem;margin:0;padding:0;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.hero-navbar-menu li a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:16px}.hero-navbar-menu li a:hover{background:#ffffff40;transform:translateY(-2px)}.hero-navbar-cta{background:#e21939e6;color:#fff;padding:.5rem 1.2rem;border-radius:20px;white-space:nowrap;text-decoration:none;transition:all .3s ease;flex-shrink:0;margin-left:auto;margin-right:-220px;font-weight:500}.hero-navbar-cta:hover{background:#e21939;color:#fff;box-shadow:0 6px 16px #e2193980;transform:scale(1.05)}.hero-navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;flex-shrink:0}.hero-navbar-toggle{grid-column:3}.hero-navbar-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s ease;border-radius:3px}.hero-content-container{position:relative;width:100%;max-width:900px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;z-index:2}.hero-content-wrapper{width:100%;max-width:700px;margin:0 auto;text-align:center}.hero-text-slider{position:relative;min-height:360px;height:auto;overflow:hidden;margin-bottom:0;width:100vw;margin-left:calc(-50vw + 50%);display:flex;align-items:center}.hero-text-slide{position:absolute;top:50%;left:50%;width:700px;max-width:90%;transform:translate(calc(50% + 100vw)) translateY(-50%);opacity:1;transition:transform .8s cubic-bezier(.645,.045,.355,1);z-index:0;visibility:hidden;padding:0 1rem;box-sizing:border-box}.hero-text-slide.prev{transform:translate(-50%) translateY(-50%);z-index:1;visibility:visible;animation:slideTextOut .8s cubic-bezier(.645,.045,.355,1) forwards}.hero-text-slide.active{transform:translate(-50%) translateY(-50%);z-index:2;visibility:visible}@keyframes slideTextOut{0%{transform:translate(-50%) translateY(-50%);opacity:1}to{transform:translate(calc(-50% - 100vw)) translateY(-50%);opacity:1}}.hero-cta-inline{margin-top:1.8rem}.hero-cta-inline .btn{background:#ffffff26!important;color:#fff!important;box-shadow:0 2px 8px #0000004d,0 4px 16px #0003!important;border:1px solid rgba(255,255,255,.5)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem!important;font-weight:500!important;font-size:.95rem!important;text-shadow:0 1px 3px rgba(0,0,0,.4)}.hero-cta-inline .btn:hover{background:#ffffff40!important;border-color:#ffffffb3!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0006,0 6px 20px #0000004d,0 2px 8px #fff3!important}.hero-badges{display:flex;justify-content:flex-start;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;background:#ffffff1f;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);padding:.6rem 1.4rem;border-radius:50px;border:1px solid rgba(255,255,255,.25);font-size:.875rem;font-weight:600;animation:fadeInUp .8s ease-out .2s both;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a}.badge:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.badge-icon{font-size:1.1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em;max-width:650px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;font-weight:400;margin-bottom:0;opacity:.98;line-height:1.7;max-width:650px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 8px rgba(0,0,0,.4),0 6px 16px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .1s both;letter-spacing:.01em}.hero-stats{display:flex;justify-content:flex-start;gap:3rem;margin-top:3rem;flex-wrap:wrap}.stat{text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem;border-radius:15px;position:relative}.stat:before{content:"";position:absolute;inset:0;border-radius:15px;background:#ffffff0d;opacity:0;transition:opacity .3s ease}.stat:hover:before{opacity:1}.stat:hover{transform:translateY(-8px) scale(1.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{font-size:2.75rem;font-weight:800;line-height:1;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.4),0 4px 8px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#e8e8e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.stat-label{font-size:.875rem;opacity:.9;font-weight:500;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-cta-group{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px!important;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out .6s both;letter-spacing:.01em;text-transform:none}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn-primary{background:#ffffff26;color:#fff;box-shadow:none;border:1px solid rgba(255,255,255,.4);border-radius:8px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-primary:hover{transform:translateY(-2px);background:#ffffff40;border-color:#fff9}.btn-primary:active{transform:translateY(0);background:#fff3}.btn-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff40;border-color:#fff;transform:translateY(-3px)}.btn-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.btn:hover .btn-arrow{transform:translate(5px);animation:arrowPulse 1.5s ease-in-out infinite}@keyframes arrowPulse{0%,to{transform:translate(5px)}50%{transform:translate(10px)}}.btn-primary:hover .btn-arrow{transform:translate(5px)}.carousel-indicators{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:3}.indicator{width:40px;height:4px;background:#fff6;border:none;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0;position:relative;overflow:hidden}.indicator:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff4d;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.indicator:hover:before{transform:scaleX(1)}.indicator:hover{background:#fff9;transform:translateY(-2px)}.indicator.active{background:#fff;width:60px;box-shadow:0 2px 8px #ffffff80}.hero-scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:#fff;cursor:pointer;transition:all .3s ease;z-index:3}.hero-scroll-indicator:hover{transform:translate(-50%) scale(1.1);opacity:1}.hero-scroll-indicator:hover .scroll-arrow{animation:bounceArrowFast 1s ease-in-out infinite}.scroll-text{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.5)}.scroll-arrow{font-size:1.5rem;opacity:.9;animation:bounceArrow 2s ease-in-out infinite;text-shadow:0 2px 4px rgba(0,0,0,.5)}@keyframes bounceArrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes bounceArrowFast{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero-navbar-toggle{display:flex}.hero-navbar-menu{position:fixed;top:90px;left:0;right:0;background:#000000f2;flex-direction:column;gap:0;padding:1rem 0;transform:translate(-100%);transition:transform .3s ease}.hero-navbar-menu.active{transform:translate(0)}.hero-navbar-menu li{width:100%;text-align:center}.hero-navbar-menu li a{display:block;padding:1rem}.hero-badges{gap:1rem}.badge{font-size:.75rem;padding:.4rem 1rem}.hero-content-wrapper{margin-left:5%;max-width:90%}.hero-text-slider{min-height:320px;height:auto;display:flex;align-items:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta-inline{margin-top:1.5rem}.stat-number{font-size:2rem}.carousel-indicators{bottom:7rem}.hero-scroll-indicator{bottom:2rem}}@media(max-width:640px){.hero-content-container{padding:1.5rem}.hero-badges{flex-direction:column;align-items:center;gap:.5rem}.badge{font-size:.7rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.75rem}.hero-cta-group{flex-direction:column;align-items:center}.btn{padding:1rem 2rem;font-size:1rem;width:100%;max-width:300px;justify-content:center}.carousel-indicators{bottom:6rem}.indicator{width:30px}.indicator.active{width:45px}.hero-scroll-indicator{bottom:1.5rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);backdrop-filter:blur(10px) saturate(110%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#0000004d;transition:transform .3s ease-in-out,background .3s ease;transform:translateY(0);box-shadow:0 4px 30px #0000001a}.navbar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.navbar.hidden{transform:translateY(-100%)}.navbar.visible{transform:translateY(0)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 .75rem;display:flex;align-items:center;position:relative}.navbar-logo{flex-shrink:0}.navbar-logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.navbar-logo a:hover{opacity:.9}.logo-image{height:88px;width:auto;object-fit:contain;display:block;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.navbar-menu{display:flex;list-style:none;gap:1.8rem;margin:0;padding:0;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.navbar-menu li a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:16px}.navbar-menu li a:hover{background:#ffffff40;transform:translateY(-2px)}.navbar-cta{background:#e21939e6;color:#fff;padding:.5rem 1.2rem;border-radius:20px;white-space:nowrap;text-decoration:none;transition:all .3s ease;flex-shrink:0;margin-left:auto;margin-right:-220px;font-weight:500}.navbar-cta:hover{background:#e21939;color:#fff;box-shadow:0 6px 16px #e2193980;transform:scale(1.05)}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;flex-shrink:0}.navbar-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s ease;border-radius:3px}@media(max-width:968px){.navbar-toggle{display:flex}.navbar-cta{margin-right:0}.navbar-menu{position:fixed;top:66px;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:1rem 0;transform:translate(-100%);transition:transform .3s ease;box-shadow:0 4px 6px #0000001a}.navbar-menu.active{transform:translate(0)}.navbar-menu li{width:100%;text-align:center}.navbar-menu li a{display:block;padding:1rem;width:100%;color:#fff}.navbar-menu li a:hover{background:#ffffff1a;border-radius:0}}.testimonials-section{padding:100px 20px;background:#fff;position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(226,25,57,.3) 50%,transparent 100%)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-section .section-title{text-align:center;font-size:2.5rem;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0rem!important;font-weight:700}.section-title{text-align:center;font-size:2.5rem;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:700}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:.4rem!important;max-width:600px;margin-left:auto;margin-right:auto}.google-rating{text-align:center;margin-top:0;margin-bottom:2rem;font-size:.9rem;color:#999;display:flex;align-items:center;justify-content:center;gap:6px}.google-rating-icon{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.google-rating-text{font-weight:500;color:#333}.google-rating-star{color:#ffc107;font-size:.85rem}.testimonials-carousel-wrapper{display:flex;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;overflow:visible}.carousel-nav-btn{background:transparent!important;border:none;color:#666;width:40px;height:40px;min-width:40px;border-radius:50%;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;padding:0;outline:none;box-shadow:none!important;transform:none!important}.carousel-nav-btn:hover,.carousel-nav-btn:focus,.carousel-nav-btn:active{background:transparent!important;color:#666!important;box-shadow:none!important;transform:none!important;outline:none}.carousel-nav-btn.disabled{opacity:.2;cursor:not-allowed;color:#ccc}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1;overflow:visible;transition:all .5s cubic-bezier(.4,0,.2,1);padding:10px}.testimonials-grid .testimonial-card{animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) backwards}.testimonials-grid .testimonial-card:nth-child(1){animation-delay:.1s}.testimonials-grid .testimonial-card:nth-child(2){animation-delay:.2s}.testimonials-grid .testimonial-card:nth-child(3){animation-delay:.3s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.testimonial-card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;border:2px solid transparent;display:flex;flex-direction:column}.testimonial-card:after{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#e21939,#b91430);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .4s ease}.testimonial-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #e2193926}.testimonial-card:hover:after{opacity:1}.testimonial-content{position:relative;z-index:1}.quote-mark{font-size:80px;font-family:Georgia,serif;color:#e21939;line-height:.8;margin-bottom:10px;font-weight:700;opacity:.15;position:absolute;top:-5px;left:10px}.testimonial-text{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:30px;text-align:left;font-style:italic;font-weight:400;position:relative;padding-left:25px;letter-spacing:.01em;flex-grow:1}.testimonial-author{text-align:left;padding-top:20px;border-top:3px solid #e21939;margin-left:25px;margin-top:auto}.testimonial-author h4{font-size:1.25rem;color:#1a202c;margin-bottom:5px;font-weight:700;letter-spacing:-.01em}.testimonial-author p{font-size:1rem;color:#e21939;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}@media(max-width:1200px){.testimonials-carousel-wrapper{gap:1.5rem}.carousel-nav-btn{width:48px;height:48px;min-width:48px;font-size:1.8rem;border-radius:10px}.testimonials-grid{gap:1.5rem}}@media(max-width:968px){.testimonials-section{padding:80px 20px}.section-title{font-size:2rem;margin-bottom:.3rem}.section-subtitle{font-size:1.1rem;margin-bottom:8px}.testimonials-carousel-wrapper{gap:1rem}.carousel-nav-btn{width:44px;height:44px;min-width:44px;font-size:1.6rem;border-radius:10px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.testimonial-card{padding:35px 25px}.testimonial-text{font-size:1rem;padding-left:20px}.testimonial-author{margin-left:20px}}@media(max-width:768px){.section-title{font-size:1.8rem}.testimonials-carousel-wrapper{gap:.5rem}.carousel-nav-btn{width:40px;height:40px;min-width:40px;font-size:1.4rem;border-radius:8px}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:30px 25px}.quote-mark{font-size:60px;top:0;left:10px}.testimonial-text{font-size:1rem;line-height:1.7;padding-left:20px;margin-bottom:25px}.testimonial-author{margin-left:20px;padding-top:15px}.testimonial-author h4{font-size:1.1rem}}.simulators-section{padding:4rem 2rem;background:#f8f8f8}.simulators-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.section-title{font-size:2.5rem;font-weight:700;text-align:center;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem}.simulators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:4rem}.simulator-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;background:#fff;border-radius:16px;text-decoration:none;transition:all .3s ease;cursor:pointer}.simulator-card:hover{background:#e21939;transform:translateY(-5px);box-shadow:0 10px 25px #e219394d}.simulator-card:hover .simulator-name{color:#fff}.simulator-icon{font-size:3rem;margin-bottom:1rem}.simulator-name{font-size:.875rem;font-weight:600;color:#333;transition:color .3s ease}.simulators-cta{background:#e21939;border-radius:20px;overflow:hidden;color:#fff;box-shadow:0 10px 40px #e2193933;max-width:1100px;width:100%}.cta-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:300px}.cta-image{width:100%;height:100%;object-fit:cover}.cta-text{padding:3rem}.cta-text h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.cta-text p{font-size:1.125rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.cta-text .btn{background:#fff;color:#e21939}.cta-text .btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}@media(max-width:968px){.simulators-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.cta-content{grid-template-columns:1fr}.cta-image{height:250px}.cta-text{padding:2rem}.cta-text h3{font-size:1.5rem}}@media(max-width:640px){.section-title{font-size:2rem}.simulators-grid{grid-template-columns:repeat(2,1fr)}}.mundo-protegido-section{padding:4rem 2rem;background:#fff}.mundo-container{max-width:1200px;margin:0 auto;text-align:center}.mundo-protegido-section .section-title{font-size:2.5rem;font-weight:700;text-align:center;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem}.section-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;font-weight:400}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.article-card{background:#fff;border-radius:16px;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer;border:2px solid rgba(226,25,57,.3);position:relative}.article-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026;border-color:#e2193999}.article-category{font-size:.75rem;font-weight:700;color:#e21939;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.article-sponsor{display:flex;align-items:center;gap:.5rem}.sponsor-text{font-size:.85rem;color:#999;font-weight:500}.sponsor-logo{height:20px;width:auto;object-fit:contain;opacity:.8}.article-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.3}.article-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.article-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;gap:1rem}.article-link{color:#e21939;font-weight:600;text-decoration:none;transition:color .3s ease}.article-link:hover{color:#b91430;text-decoration:underline}@media(max-width:768px){.mundo-protegido-section{padding:3rem 1rem}.articles-grid{grid-template-columns:1fr}.article-title{font-size:1.25rem}.article-footer{flex-direction:row;align-items:center;gap:1rem}.sponsor-logo{height:18px}.sponsor-text{font-size:.75rem}}.car-simulation-cta{padding:80px 20px;background:#f8f8f8;position:relative;overflow:hidden}.cta-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.cta-card{text-align:center;max-width:800px;width:100%;position:relative}.scribbles-container{position:absolute;bottom:0;left:0;right:0;width:100vw;margin-left:calc(-50vw + 50%);height:200px;pointer-events:none}.scribble{position:absolute;width:80px;height:80px;opacity:.3;animation:float 4s ease-in-out infinite;pointer-events:none}.scribble-car{bottom:100px;left:5%;top:auto;width:100px;height:60px;animation-delay:0s}.scribble-house{bottom:80px;right:8%;top:auto;width:85px;height:85px;animation-delay:.5s}.scribble-person{bottom:10px;left:10%;top:auto;width:60px;height:80px;animation-delay:1s}.scribble-heart{bottom:20px;right:10%;top:auto;width:70px;height:70px;animation-delay:1.5s}.scribble-dog{bottom:50px;left:50%;top:auto;transform:translate(-50%);width:90px;height:60px;animation-delay:.3s}.scribble-umbrella{bottom:5px;left:45%;top:auto;transform:translate(-50%);width:70px;height:90px;animation-delay:1.2s}.scribble-star{bottom:60px;left:20%;top:auto;width:80px;height:80px;animation-delay:.7s}.scribble-cloud{bottom:120px;right:20%;top:auto;width:110px;height:65px;animation-delay:.4s}.scribble-shield{bottom:30px;right:22%;top:auto;width:70px;height:90px;animation-delay:1.8s}.scribble-check{bottom:70px;left:15%;top:auto;width:75px;height:75px;animation-delay:.9s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}.cta-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:50px;line-height:1.3;position:relative;z-index:1}.cta-button-wrapper{position:relative;display:inline-block;z-index:1}.scribble-arrow{position:absolute;width:220px;height:90px;top:0;left:-200px;pointer-events:none;opacity:.8;animation:scribbleFloat 3s ease-in-out infinite;transform:scaleX(-1) rotate(10deg)}@keyframes scribbleFloat{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(-3deg)}}.cta-button{background:#e21939;color:#fff;font-size:1.2rem;font-weight:600;padding:18px 40px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #e219394d;text-transform:none}.cta-button:hover{background:#b91430;box-shadow:0 10px 30px #e2193966;transform:translateY(-2px)}.cta-button:active{transform:translateY(0);box-shadow:0 5px 20px #e219394d}@media(max-width:768px){.car-simulation-cta{padding:60px 20px}.cta-card{padding:40px 30px}.cta-title{font-size:1.8rem;margin-bottom:40px}.scribble-arrow{width:180px;height:60px;top:-50px;left:-130px}.cta-button{font-size:1rem;padding:15px 30px;width:100%}}@media(max-width:480px){.cta-title{font-size:1.5rem}.scribble-arrow{display:none}.cta-button{font-size:.95rem;padding:14px 25px}}.map-section{padding:3rem 2rem;background:#fff}.map-container{max-width:1200px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;position:relative}.map-container iframe{border:none;display:block;filter:grayscale(100%);-webkit-filter:grayscale(100%)}.map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);pointer-events:none;z-index:10}.map-pin svg{width:48px;height:48px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.contact-section{padding:4rem 2rem;background:#f8f8f8}.contact-container{max-width:1200px;margin:0 auto}.contact-section .section-title{font-size:2.5rem;font-weight:700;text-align:center;background:linear-gradient(135deg,#333,#e21939);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0rem}.contact-section .section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem!important;max-width:700px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:stretch}.contact-info{display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-between}.info-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease;flex:1;border-left:4px solid #e21939;position:relative;overflow:hidden;align-items:center}.info-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(226,25,57,.03) 0%,transparent 50%);pointer-events:none}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #e2193926;border-left-width:6px}.info-icon{font-size:2rem;flex-shrink:0}.info-content{flex:1}.info-card h3{font-size:1rem;font-weight:700;color:#e21939;margin-bottom:.25rem}.info-card p{color:#4a5568;line-height:1.6;margin:.25rem 0}.phone-number{font-size:1.5rem;font-weight:700;color:#1a202c}.phone-note{font-size:.875rem;color:#718096;font-style:italic;margin-top:.25rem}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#1a202c;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e21939;box-shadow:0 0 0 3px #e219391a}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{flex-direction:row;align-items:flex-start}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400;font-size:.9rem;color:#4a5568;line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;margin-top:.125rem;flex-shrink:0;accent-color:#e21939}.recaptcha-group{display:flex;justify-content:center;margin:1.5rem 0}.input-error{border-color:#e21939!important;background-color:#fff5f5!important}.field-error{display:block;color:#e21939;font-size:.85rem;margin-top:.5rem;font-weight:500}.form-message{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease-out}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-btn{background:#e21939;color:#fff;padding:1.2rem 3rem;border:none;border-radius:50px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:280px;margin:0 auto;display:block;box-shadow:0 4px 12px #e2193933}.submit-btn:hover:not(:disabled){background:#b91430;transform:translateY(-3px);box-shadow:0 8px 20px #e2193966}.submit-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7;transform:none}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{padding:2rem}}@media(max-width:640px){.contact-section{padding:3rem 1rem}.contact-section .section-title{font-size:2rem}.info-card{padding:1.5rem;flex-direction:column;text-align:center}.info-icon{margin:0 auto 1rem}.contact-form-wrapper{padding:1.5rem}.submit-btn{width:100%;text-align:center}}.home-divider{height:1px;background:#e2193933;margin:0}.products-page{min-height:100vh;background:#fff}.products-hero{background:linear-gradient(135deg,#e21939,#b91430);color:#fff;padding:9rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.products-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;pointer-events:none}.products-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.products-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.products-hero p{font-size:1.25rem;opacity:.95;margin-bottom:2.5rem}.products-hero-badges{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2.5rem}.hero-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.hero-badge:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.badge-icon{font-size:1.2rem}.badge-text{font-size:.95rem;font-weight:600;color:#fff}.products-section{padding:4rem 2rem;background:#f8f8f8}.products-container{max-width:1200px;margin:0 auto}.products-filter{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem;justify-content:center}.filter-btn{background:#fff;color:#333;border:2px solid #e21939;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease}.filter-btn:hover{background:#e21939;color:#fff;transform:translateY(-2px)}.filter-btn.active{background:#e21939;color:#fff}.products-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.product-card{background:#fff;border-radius:12px;padding:1.75rem 2rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;display:flex;flex-direction:row;align-items:center;gap:2rem;border-left:4px solid transparent;cursor:pointer}.product-card:hover{transform:translate(8px);box-shadow:0 4px 20px #e2193926;border-left-color:#e21939;background:linear-gradient(to right,#e2193905,#fff)}.product-icon{font-size:3rem;flex-shrink:0;width:70px;text-align:center;transition:transform .3s ease}.product-card:hover .product-icon{transform:scale(1.1)}.product-info{flex:1;text-align:left}.product-name{font-size:1.4rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;line-height:1.3}.product-description{font-size:.95rem;color:#666;line-height:1.5;margin:0}.product-link{display:inline-flex;align-items:center;gap:.5rem;color:#e21939;text-decoration:none;font-weight:600;transition:all .3s ease;flex-shrink:0;padding:.75rem 1.5rem;border-radius:8px;background:#e219390d}.product-link:hover{background:#e21939;color:#fff}.link-icon{transition:transform .3s ease;display:inline-block}.product-card:hover .link-icon{transform:translate(4px)}@media(max-width:768px){.products-hero h1{font-size:2.5rem}.products-hero p{font-size:1.1rem}.products-hero-badges{gap:1rem;margin-top:2rem}.hero-badge{padding:.6rem 1rem;font-size:.85rem}.badge-icon{font-size:1rem}.badge-text{font-size:.85rem}.products-filter{gap:.75rem;margin-bottom:3rem}.filter-btn{padding:.6rem 1.2rem;font-size:.85rem}.products-grid{gap:1.25rem}.product-card{padding:1.5rem;gap:1.5rem}.product-icon{font-size:2.5rem;width:60px}.product-name{font-size:1.2rem}.product-description{font-size:.9rem}.product-link{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width:480px){.products-hero{padding:8rem 1.5rem 3rem}.products-hero h1{font-size:2rem}.products-section{padding:3rem 1.5rem}.products-filter{margin-bottom:2.5rem}.products-grid{gap:1rem}.product-card{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem 1rem}.product-card:hover{transform:translateY(-4px);border-left-color:transparent;border-top:4px solid #e21939}.product-icon{font-size:2.5rem;width:auto}.product-info{text-align:center}.product-name{font-size:1.1rem}.product-description{font-size:.85rem}.product-link{width:100%;justify-content:center;padding:.75rem 1rem}}.privacy-policy-page{min-height:100vh;background:#f8f8f8;padding:6rem 2rem 4rem;position:relative}.back-button{position:fixed;top:5.5rem;left:2rem;background:#e21939;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:25px;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 2px 8px #e219394d;transition:all .3s ease;z-index:100;font-weight:600;font-size:.95rem}.back-button svg{width:18px;height:18px}.back-button:hover{background:#b91430;transform:translate(-3px);box-shadow:0 4px 12px #e2193966}.privacy-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.privacy-container h1{color:#e21939;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.last-updated{color:#666;font-size:.9rem;margin-bottom:2rem;font-style:italic}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{color:#333;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.privacy-section p{color:#555;line-height:1.8;margin-bottom:1rem}.privacy-section ul{margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{color:#555;line-height:1.8;margin-bottom:.5rem}.privacy-section li strong{color:#333}@media(max-width:768px){.privacy-policy-page{padding:5rem 1rem 2rem}.back-button{top:5rem;left:1rem;padding:.5rem 1rem;font-size:.85rem}.back-button svg{width:16px;height:16px}.privacy-container{padding:2rem 1.5rem}.privacy-container h1{font-size:2rem}.privacy-section h2{font-size:1.25rem}}.footer{background:#e21939;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;align-items:start}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section p{line-height:1.6;opacity:.9;margin-bottom:1rem}.footer-section:first-child{display:flex;flex-direction:column;align-items:center}.footer-logo{display:flex;justify-content:center;margin-bottom:0}.footer-logo img{height:160px;width:auto;margin-top:.5rem;margin-bottom:0;filter:brightness(0) invert(1)}.footer-social{display:flex;gap:1rem;margin-top:-1rem;justify-content:center}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .3s ease;text-decoration:none}.social-icon svg{width:20px;height:20px}.social-icon:hover{background:#fff;color:#e21939;transform:translateY(-3px)}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem;opacity:.9;line-height:1.6}.footer-icon{font-size:1.2rem;flex-shrink:0}.footer-section ul li a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-section ul li a:hover{opacity:.7}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;opacity:.8}.footer-links{display:flex;gap:1rem;align-items:center}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-links span{opacity:.5}.newsletter-section{background:#ffffff1a;padding:1.5rem;border-radius:8px}.newsletter-section p{font-size:.9rem;margin-bottom:1rem}.newsletter-form{margin-bottom:.5rem}.newsletter-input-wrapper{position:relative;display:flex;align-items:center}.newsletter-input{width:100%;padding:.75rem 3rem .75rem .75rem;border:none;border-radius:4px;font-size:.95rem;outline:none;background:#fff;color:#333;box-sizing:border-box}.newsletter-input::placeholder{color:#999}.newsletter-btn{position:absolute;right:.5rem;padding:.5rem;background:transparent;color:#e21939;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.newsletter-btn svg{width:20px;height:20px}.newsletter-btn:hover{background:#e219391a;transform:scale(1.1)}.newsletter-message{font-size:.85rem;margin-top:.5rem;padding:.5rem;border-radius:4px;animation:slideDown .3s ease}.newsletter-message.success{background:#fff3;color:#fff}.newsletter-message.error{background:#0003;color:#fff}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:#e21939;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e2193966;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:999}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#b91430;box-shadow:0 6px 16px #e2193980;transform:translateY(-3px)}.back-to-top:active{transform:translateY(-1px);box-shadow:0 4px 12px #e2193966}.back-to-top svg{width:24px;height:24px}@media(max-width:768px){.back-to-top{bottom:20px;right:20px;width:45px;height:45px}.back-to-top svg{width:20px;height:20px}}#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
