.logo{display:inline-flex;align-items:center}.logo-img{height:40px;width:auto;object-fit:contain}.header-logo .logo-img{height:80px}.logo.footer .logo-img{height:40px}.logo.small .logo-img{height:35px}.header{background:var(--color-bg-white);border-bottom:1px solid var(--color-border);padding:.15rem 0;position:relative;z-index:999;box-shadow:0 2px 8px #0000001a;width:100%}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-nav{display:flex;gap:1.5rem;flex:1;justify-content:center}.header-nav a{color:var(--color-text-gray);font-weight:500;font-size:.85rem;transition:color .2s}.header-nav a:hover{color:var(--color-primary)}.header-contact{display:flex;gap:1.5rem;align-items:center}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-gray);font-size:.9rem;transition:color .2s}.contact-item svg{flex-shrink:0}.contact-item:hover{color:var(--color-primary)}.header-cta{background:var(--color-primary);color:#fff;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.85rem;transition:background .2s,transform .1s;text-decoration:none;display:inline-block;border:none;cursor:pointer}.header-cta:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.header-cta:active{transform:translateY(0)}.hamburger-menu{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:28px;height:3px;background:var(--color-primary);border-radius:2px;transition:all .3s ease}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu{display:block;position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;z-index:999;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 10px #0000001a;overflow-y:auto}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border)}.mobile-menu-logo-wrapper{flex:1}.mobile-menu-logo-right{cursor:pointer;display:flex;align-items:center}.mobile-menu-content{display:flex;flex-direction:column;padding:1rem 0}.mobile-menu-content>a{padding:1rem 1.5rem;color:var(--color-text-dark);font-weight:500;font-size:1rem;text-decoration:none;transition:background .2s ease,color .2s ease;border-bottom:1px solid var(--color-border)}.mobile-menu-content>a:hover{background:#e31e240d;color:var(--color-primary)}.mobile-menu-contact{padding:1.5rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.mobile-contact-item{display:flex;align-items:center;gap:.75rem;color:var(--color-text-gray);font-size:.9rem;text-decoration:none;transition:color .2s ease}.mobile-contact-item:hover{color:var(--color-primary)}.mobile-contact-item svg{flex-shrink:0;color:var(--color-primary)}.mobile-menu-cta{margin:1rem 1.5rem;background:var(--color-primary);color:#fff!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease}.mobile-menu-cta:hover{transform:scale(1.05)}@media (max-width: 1200px){.header-contact{display:none}}@media (max-width: 1024px){.header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;background:var(--color-bg-white);box-shadow:0 2px 8px #0000001a}.header.scrolled{box-shadow:0 4px 12px #00000026}}@media (max-width: 768px){.hamburger-menu{display:flex}.header-nav,.header-cta{display:none}.mobile-menu,.mobile-menu-overlay{display:block}.header-container{justify-content:space-between}}.hero{position:relative;height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0;overflow:hidden}@media (max-width: 1024px){.hero{height:auto;min-height:auto;padding:4rem 0}}@media (max-width: 768px){.hero{height:auto;min-height:auto;padding:3rem 0}}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/images/DSCF0206-Editar.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#fffffffa,#ffffffeb,#ffffffd1 60%,#ffffffa6);z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badges{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.badge{display:flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border:1px solid rgba(227,30,36,.3);border-radius:50px;background:#fffc;font-size:.8rem;color:var(--color-text-dark);font-weight:500;transition:background .2s ease,border-color .2s ease;cursor:pointer}.badge:hover{background:#fff;border-color:var(--color-primary)}.badge svg{color:var(--color-primary);flex-shrink:0}.badge-small{background:#051a39;color:#fff;padding:.15rem .5rem;border-radius:50px;font-size:.7rem;font-weight:600;margin-left:.25rem}.hero-headline{font-size:2.5rem;font-weight:800;color:var(--color-text-dark);margin-bottom:1rem;line-height:1.2;max-width:900px;text-align:center}.hero-headline .highlight{position:relative;display:inline-block}.hero-headline .highlight-animated{background:linear-gradient(90deg,#e31e24,#2563eb,#e31e24);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 6s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-description{font-size:.95rem;color:var(--color-text-gray);margin-bottom:1.75rem;max-width:800px;line-height:1.6;text-align:center}.hero-description strong{color:var(--color-text-dark);font-weight:600}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.75rem}.feature-box{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-box:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}@media (max-width: 1024px){.feature-box:hover{transform:none;box-shadow:0 2px 8px #00000014}.badge:hover{background:#fffc;border-color:#e31e244d}.cta-primary:hover{background:var(--color-primary);transform:none}.cta-secondary:hover{border-color:var(--color-border);transform:none}}.feature-icon{width:50px;height:50px;background:#e31e241a;border-radius:12px;border:1px solid rgba(227,30,36,.2);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--color-primary);margin-left:auto;margin-right:auto}.feature-box h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem;color:var(--color-text-dark);text-align:center;width:100%}.feature-box p{color:var(--color-text-gray);font-size:.85rem;text-align:center;width:100%}.hero-ctas{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.cta-primary{background:var(--color-primary);color:#fff;padding:.85rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.75rem;transition:background .2s ease,transform .1s ease;text-decoration:none;border:none;cursor:pointer}.cta-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.cta-primary:active{transform:translateY(0)}.cta-secondary{background:#fff;color:var(--color-text-dark);padding:.85rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;border:2px solid var(--color-border);transition:border-color .2s ease,transform .1s ease;text-decoration:none;display:inline-block}.cta-secondary:hover{border-color:var(--color-primary);transform:translateY(-2px)}.cta-secondary:active{transform:translateY(0)}.hero-process{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 0}.process-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:36px;height:36px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.process-step span{font-weight:600;color:var(--color-text-dark);font-size:.9rem}.process-arrow{color:var(--color-primary);font-size:1.2rem;font-weight:700}@media (max-width: 1024px){.hero{min-height:100vh;padding:130px 0 3rem;overflow:visible}.hero-container{padding:0 1.5rem}.hero-badges{margin-bottom:1rem}.hero-headline{font-size:2rem;margin-bottom:.75rem}.hero-description{margin-bottom:1.25rem;font-size:.95rem}.hero-features{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}.hero-ctas{margin-bottom:1rem}}@media (max-width: 768px){.hero{min-height:150vh;padding:80px 20px 3rem!important;overflow:visible}.hero-container{padding:0 1rem}.hero-badges{margin-bottom:.5rem;gap:.5rem}.badge{font-size:.7rem;padding:.3rem .7rem}.hero-headline{font-size:1.5rem;margin-bottom:.5rem;line-height:1.3}.hero-description{font-size:.85rem;margin-bottom:.75rem;line-height:1.5}.hero-features{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}.feature-box{padding:1rem}.feature-icon{width:40px;height:40px;margin-bottom:.5rem}.feature-box h3{font-size:.95rem;margin-bottom:.25rem}.feature-box p{font-size:.75rem}.hero-ctas{flex-direction:column;gap:.75rem;margin-bottom:.75rem}.cta-primary,.cta-secondary{width:100%;justify-content:center;padding:.7rem 1.25rem;font-size:.9rem}.hero-process{flex-direction:row;gap:.5rem;padding:.25rem 0;flex-wrap:wrap;justify-content:center}.process-arrow{transform:rotate(0)}.step-number{width:30px;height:30px;font-size:.85rem}.process-step span{font-size:.8rem}}.services{padding:5rem 0;background:var(--color-bg-white)}.services-container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.services-header h2{font-size:2.5rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1.5rem}.services-header h2 .highlight{color:var(--color-primary)}.services-header>p{font-size:1.1rem;color:var(--color-text-gray);margin-bottom:1.5rem;line-height:1.7}.services-carousel{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;overflow-x:hidden;width:100%;max-width:100%}.carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;position:relative;width:100%;max-width:1200px;height:420px;perspective:1000px;overflow:visible}.service-card{position:absolute;background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:2rem 2rem 1.5rem;width:340px;transition:transform .3s ease,opacity .3s ease;cursor:pointer;opacity:1}.service-card.active{opacity:1;filter:blur(0);z-index:3}.service-card.side{opacity:.8;filter:blur(0)}.service-card.blurred{opacity:.5;filter:blur(5px);pointer-events:none}.service-card:hover{transform:translate(var(--base-translate-x)) scale(calc(var(--base-scale) * 1.05))!important;box-shadow:0 6px 20px #e31e2433;border-width:2px;border-color:var(--color-primary)}@media (max-width: 1024px){.service-card:hover{transform:none!important;box-shadow:0 2px 8px #0000001a;border-width:1px;border-color:var(--color-border)}}.service-icon{width:56px;height:56px;background:var(--color-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff;transition:transform .3s ease,background .3s ease}.service-card h3{font-size:1.35rem;font-weight:600;color:var(--color-text-dark);margin-bottom:.75rem}.service-card>p{color:var(--color-text-gray);line-height:1.6;margin-bottom:1rem;font-size:.9rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:var(--color-primary);font-weight:500;padding:.15rem 0 .15rem 1.5rem;position:relative;font-size:.9rem;line-height:1.4}.service-features li:before{content:"•";position:absolute;left:0;font-size:1.5rem;line-height:1}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:2px solid var(--color-border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--color-text-gray);transition:background .2s ease,border-color .2s ease,color .2s ease;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-button:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #e31e244d}.carousel-button-prev{left:1rem}.carousel-button-next{right:1rem}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;padding:0}.dot:hover{background:var(--color-primary);transform:scale(1.2)}@media (max-width: 1024px){.dot:hover{background:var(--color-border);transform:scale(1)}}.dot.active{background:var(--color-primary);width:32px;border-radius:6px}@media (max-width: 1024px){.carousel-wrapper{height:auto;min-height:420px}.service-card{position:relative;width:100%;max-width:600px;margin:0 auto;opacity:1!important;filter:blur(0)!important;transform:none!important}.carousel-button{display:flex;width:44px;height:44px}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.carousel-button:hover{background:#ffffffd9;color:var(--color-text-gray);border-color:var(--color-border);transform:translateY(-50%) scale(1);box-shadow:0 2px 8px #0000001a}.service-card.blurred,.service-card.side{display:none}}@media (max-width: 768px){.services{padding:3rem 0}.services-header h2{font-size:2rem}.services-header>p{font-size:1rem}.service-card{padding:2rem}.carousel-button{width:28px;height:28px;padding:0;border-width:1.5px}.carousel-button svg{width:14px;height:14px}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}}.fleet-team-process{padding:3rem 0;background:var(--color-bg-light)}.fleet-container{max-width:1400px;margin:0 auto;padding:0 2rem}.fleet-top-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.fleet-card{position:relative;border-radius:16px;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff}.fleet-card-red,.fleet-card-blue{background:transparent}.fleet-card-light{background:#fffffff2;color:var(--color-text-dark);border:1px solid var(--color-border)}.fleet-card-light h2{color:#4f4f4f}.fleet-card-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;opacity:1}.fleet-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.fleet-gradient-red{background:linear-gradient(to bottom,#e31e2400,#e31e244d 40%,#e31e24b3,#e31e24f2)}.fleet-gradient-blue{background:linear-gradient(to bottom,#1c3f5b00,#1c3f5b4d 40%,#1c3f5bb3,#1c3f5bf2)}.fleet-gradient-light{background:linear-gradient(to left,#ffffff4d,#fff9,#ffffffd9)}.fleet-card-content{position:relative;z-index:2;max-width:600px}.fleet-card h2{font-size:1.625rem;font-weight:700;margin-bottom:.75rem;color:inherit}.fleet-card p{font-size:.875rem;margin-bottom:1.5rem;line-height:1.6;opacity:.95}.fleet-card-light p{color:var(--color-text-gray);opacity:1}.fleet-card-cta{background:var(--color-primary);color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;transition:background .2s ease;text-decoration:none;border:none;cursor:pointer}.fleet-card-cta:hover{background:var(--color-primary-dark);transform:translate(4px)}.fleet-card-cta-light{background:var(--color-primary);color:#fff}.fleet-card-cta-light:hover{background:var(--color-primary-dark)}.fleet-card-cta-white{background:#fff;color:var(--color-primary);border:2px solid white}.fleet-card-cta-white:hover{background:#ffffffe6;border-color:#fff}.fleet-card-info{display:flex;gap:2rem;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem}.info-item svg{flex-shrink:0}@media (max-width: 1024px){.fleet-top-row{grid-template-columns:1fr}.fleet-card{min-height:260px;padding:2rem}}@media (max-width: 768px){.fleet-team-process{padding:2rem 0}.fleet-card{min-height:240px;padding:1.5rem}.fleet-card h2{font-size:1.375rem}.fleet-card p{font-size:.8125rem}.fleet-card-info{gap:1.5rem}}.gps-technology{padding:3rem 0;background:var(--color-bg-white);width:100%;overflow-x:hidden;box-sizing:border-box}.gps-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem;align-items:start;width:100%;box-sizing:border-box}.gps-left{padding-right:2rem}.gps-left h2{font-size:2rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1rem;line-height:1.2}.gps-left h2 .highlight{color:var(--color-primary)}.gps-description{font-size:.95rem;color:var(--color-text-gray);line-height:1.6;margin-bottom:1.5rem}.gps-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.gps-feature-item{display:flex;gap:.75rem;align-items:start;padding:.75rem;border-radius:8px;transition:box-shadow .2s ease,border-color .2s ease;cursor:default}.gps-feature-item:hover{background:#e31e240d}.gps-feature-icon{width:40px;height:40px;background:var(--color-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:box-shadow .2s ease,border-color .2s ease}.gps-feature-item:hover .gps-feature-icon{background:var(--color-primary)}.gps-feature-item h4{font-size:1rem;font-weight:600;color:var(--color-text-dark);margin-bottom:.4rem;transition:color .2s ease}.gps-feature-item:hover h4{color:var(--color-primary)}.gps-feature-item p{font-size:.85rem;color:var(--color-text-gray);line-height:1.5;transition:color .2s ease}.gps-feature-item:hover p{color:var(--color-text-dark)}.gps-right{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.gps-control-room{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16 / 9;background:#000;max-width:600px;width:100%;margin:0 auto;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gps-control-room:hover{transform:scale(1.05);box-shadow:0 8px 24px #0000004d}.control-room-image{width:100%;height:100%;position:relative}.control-room-overlay-white{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff80;z-index:1}.control-room-overlay{position:absolute;top:1rem;right:1rem;z-index:10;text-align:right}.live-badge{background:#e31e24e6;color:#fff;padding:.5rem 1rem;border-radius:8px;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;margin-bottom:.5rem;cursor:default;animation:shadowBlink 2s ease-in-out infinite}@keyframes shadowBlink{0%,to{box-shadow:0 4px 12px #e31e2499}50%{box-shadow:0 4px 12px #e31e2433}}.live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 3s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.control-room-overlay p{color:#fff;font-size:.85rem;font-weight:500}.gps-stats-inside{display:flex;flex-direction:row;gap:1.5rem;background:#fffffff2;padding:.75rem 1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:auto;max-width:90%}.gps-stats-desktop{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:5}.gps-stats-responsive{display:none;position:relative;margin-top:1rem;width:100%;max-width:100%;transform:none;left:auto}.stat-item-inside{text-align:center;transition:none}.stat-value-inside{font-size:1rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.2rem;transition:color .2s ease;line-height:1.2}.stat-value-inside.stat-red{color:var(--color-primary)}.stat-item-inside:hover .stat-value-inside.stat-red{color:var(--color-primary);text-shadow:0 2px 4px rgba(227,30,36,.3)}.stat-label-inside{font-size:.7rem;color:var(--color-text-gray);font-weight:500;line-height:1.2}.gps-includes{max-width:600px;width:100%;margin:1.5rem auto 0;padding:0}.gps-includes-card{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease,border-color .2s ease}.gps-includes-card:hover{box-shadow:0 4px 16px #e31e2426;border-color:var(--color-primary)}.gps-includes-card h3{font-size:1.35rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1.5rem;transition:color .2s ease}.gps-includes-card:hover h3{color:var(--color-primary)}.includes-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.includes-column ul{list-style:none;padding:0;margin:0}.includes-column li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--color-text-gray);font-size:.9rem;transition:box-shadow .2s ease,border-color .2s ease;cursor:default}.includes-column li:hover{color:var(--color-primary);padding-left:2rem;font-weight:500}.includes-column li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-size:1.5rem;line-height:1;transition:none}.includes-column li:hover:before{transform:scale(1.3);color:var(--color-primary)}@media (max-width: 1200px){.gps-container{grid-template-columns:1fr;gap:3rem}.gps-left{padding-right:0}.gps-features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.gps-technology{padding:2rem 0}.gps-left h2{font-size:1.75rem}.gps-stats-desktop{display:none}.gps-stats-responsive{display:flex;flex-direction:row;gap:1rem;padding:.6rem 1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.stat-value-inside{font-size:.9rem}.stat-label-inside{font-size:.65rem}.stat-item-inside{min-width:auto}.gps-control-room,.gps-includes{max-width:100%}.includes-list{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.coverage{padding:5rem 0;background:var(--color-bg-white)}.coverage-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 2rem}.coverage-header h2{font-size:2.5rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1rem}.coverage-header p{font-size:1.1rem;color:var(--color-text-gray);line-height:1.7}.coverage-container{max-width:1400px;margin:0 auto;padding:0 2rem}.coverage-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 8px #0000000d;display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.coverage-list-panel{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;height:fit-content;min-height:auto}.list-panel-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:left;line-height:1.3;letter-spacing:-.02em}.list-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:2px solid var(--color-border)}.list-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.95rem;font-weight:600;color:var(--color-text-gray);cursor:pointer;transition:all .2s ease;position:relative;font-family:inherit}.list-tab:hover{color:var(--color-text-dark);background:#e31e240d}.list-tab.active{color:var(--color-primary);background:#e31e241a;border-bottom-color:var(--color-primary)}.list-content{display:flex;flex-direction:column;gap:1rem}.list-header{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--color-text-dark);margin-bottom:.5rem}.destinations-list,.ports-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.destinations-list li,.ports-list li{padding:.75rem 1rem;background:var(--color-bg-light);border-radius:8px;color:var(--color-text-dark);font-size:.9rem;transition:background .2s ease,color .2s ease;cursor:pointer}.destinations-list li:hover,.ports-list li:hover{background:#e31e241a;color:var(--color-primary)}.coverage-map-wrapper{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;position:relative;background-image:url(/images/DSCF0520-Editar.webp);background-size:cover;background-position:center;background-repeat:no-repeat;height:fit-content;min-height:auto;display:flex;flex-direction:column}.map-title{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:1rem;text-align:center;line-height:1.4;position:relative;z-index:10}.coverage-map-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffbf;border-radius:12px;z-index:1;pointer-events:none}.map-legend{display:flex;gap:2rem;margin-top:1.5rem;justify-content:center;padding:1rem 2rem;background:#ffffffd9;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:relative;z-index:10}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-dark);font-weight:600}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-red{background:#e31e24}.legend-blue{background:#2563eb}.custom-port-icon,.custom-destination-icon{background:transparent!important;border:none!important}.marker-dot{border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0000004d;animation:pulse 2s infinite ease-in-out}.port-dot{background-color:#2563eb;width:14px;height:14px}.destination-dot{background-color:#e31e24;width:12px;height:12px}@keyframes pulse{0%,to{opacity:.9}50%{opacity:1}}.leaflet-marker-icon:hover .marker-dot{animation:pulseStrong 1.5s infinite ease-in-out}@keyframes pulseStrong{0%,to{opacity:1;box-shadow:0 0 #2563ebb3,0 2px 8px #2563eb66}50%{opacity:.95;box-shadow:0 0 0 6px #2563eb00,0 2px 12px #2563eb80}}.custom-destination-icon:hover .destination-dot{animation:pulseStrongRed 1s infinite ease-in-out}@keyframes pulseStrongRed{0%,to{opacity:1;box-shadow:0 0 #e31e24b3,0 2px 8px #e31e2466}50%{opacity:.95;box-shadow:0 0 0 6px #e31e2400,0 2px 12px #e31e2480}}.coverage-map-wrapper .leaflet-container{background:transparent;border-radius:8px;position:relative;z-index:2;height:500px}.coverage-map-wrapper .leaflet-control-zoom{border:none;box-shadow:0 2px 4px #0000001a}.coverage-map-wrapper .leaflet-popup-content-wrapper{border-radius:8px;font-family:Inter,sans-serif}.coverage-map-wrapper .leaflet-tooltip{background:#1f2937e6;color:#fff;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #0003;font-family:Inter,sans-serif}.coverage-map-wrapper .leaflet-tooltip-top:before{border-top-color:#1f2937e6}.coverage-stats-guarantee-wrapper{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.coverage-right-column{display:flex;flex-direction:column;gap:2rem}.coverage-stats{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:2rem}.coverage-stats h3{font-size:1.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1.5rem}.stats-list{display:flex;flex-direction:column;gap:1.25rem}.stat-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.stat-row:last-child{border-bottom:none;padding-bottom:0}.stat-label{color:var(--color-text-gray);font-size:.95rem;flex:1}.stat-value-blue{color:#2563eb;font-weight:600;font-size:1.1rem}.stat-value-red{color:var(--color-primary);font-weight:600;font-size:1.1rem}.coverage-guarantee{background:#e31e240d;border-radius:12px;padding:2rem}.coverage-guarantee h3{font-size:1.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1rem}.coverage-guarantee p{color:var(--color-text-gray);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.guarantee-item{display:flex;align-items:center;gap:.75rem;color:var(--color-primary);font-weight:500}.guarantee-item svg{flex-shrink:0}@media (max-width: 1024px){.coverage-card{grid-template-columns:1fr;gap:2rem}.coverage-list-panel{order:2}.coverage-map-wrapper{order:1}.coverage-stats-guarantee-wrapper{grid-template-columns:1fr}}@media (max-width: 768px){.coverage{padding:2rem 0}.coverage-header h2{font-size:2rem}.coverage-header{margin-bottom:2rem;padding:0 1rem}.coverage-container{padding:0 1rem}.coverage-card{padding:1.5rem;gap:1.5rem}.coverage-list-panel{padding:1.5rem}.list-panel-title{font-size:1.1rem;margin-bottom:1rem}.destinations-list,.ports-list{max-height:300px}.map-legend{flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem}.coverage-stats-guarantee-wrapper{margin-top:1.5rem;gap:1.5rem}.coverage-stats,.coverage-guarantee{padding:1.5rem}.coverage-stats h3,.coverage-guarantee h3{font-size:1.25rem;margin-bottom:1.25rem}.stats-list{gap:1rem}.stat-row{padding-bottom:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.stat-label{font-size:.9rem}.stat-value-blue,.stat-value-red{font-size:1rem}.coverage-guarantee p{margin-bottom:1.25rem}}.quote-form{padding:3rem 0;background:var(--color-bg-white)}.quote-container{max-width:1400px;margin:0 auto;padding:0 2rem}.quote-header{text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.quote-badge{display:inline-block;background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem}.quote-header h2{font-size:2rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.75rem}.quote-header h2 .highlight{color:var(--color-primary)}.quote-header p{font-size:.95rem;color:var(--color-text-gray);line-height:1.6;margin-bottom:1rem}.quote-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.quote-form-wrapper{background:#fff;border:1px solid rgba(227,30,36,.1);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #e31e2440,0 4px 12px #e31e2426,0 2px 4px #e31e241a}.form-tabs{display:flex;border-bottom:2px solid var(--color-border);background:#f9fafb}.tab-button{flex:1;padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.9rem;font-weight:600;color:var(--color-text-gray);cursor:pointer;transition:all .3s ease;position:relative;font-family:inherit}.tab-button:hover{background:#e31e240d;color:var(--color-text-dark)}.tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary);background:#fff}.quote-form-main{padding:1.5rem}.form-title{font-size:1.5rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1.5rem;text-align:left}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.form-row-three{grid-template-columns:repeat(3,1fr)}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:var(--color-text-dark);margin-bottom:.35rem;font-size:.85rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem .85rem;border:1px solid var(--color-border);border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--color-text-dark);transition:border-color .2s,box-shadow .2s;box-sizing:border-box;width:100%;min-height:42px;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #e31e241a}.form-group textarea{resize:vertical;min-height:80px}.date-input-wrapper{position:relative;width:100%}.date-input-wrapper input{width:100%;padding-right:3rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:42px;height:auto}.date-input-wrapper input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:42px;line-height:1.5}@supports (-webkit-touch-callout: none){.date-input-wrapper input[type=date]{min-height:42px;padding:.6rem 3rem .6rem .85rem;font-size:.9rem}}.calendar-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-gray);pointer-events:none;z-index:1}.form-submit{width:100%;background:linear-gradient(135deg,#2563eb,#e31e24 60%,#dc2626);color:#fff;padding:.85rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;margin-top:.5rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.form-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.form-submit:hover:before{left:100%}.form-submit:hover{background:linear-gradient(135deg,#3b82f6,#dc2626 60%,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 12px #e31e2466}.form-submit:active{transform:translateY(0)}.form-message{text-align:center;font-size:.9rem;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500}.form-message-success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.form-message-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-disclaimer{text-align:center;font-size:.75rem;color:var(--color-text-gray);margin-top:1rem;line-height:1.5}.quote-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.response-card{background:#e31e240d;border:1px solid rgba(227,30,36,.3)}.response-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.response-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--color-text-dark)}.lightning-icon{flex-shrink:0;color:var(--color-primary)}.response-text{color:var(--color-text-gray);font-size:.85rem;line-height:1.5;margin:0}.response-highlight{color:var(--color-primary);font-weight:700}.sidebar-card h3{font-size:1.1rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1rem}.sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.sidebar-list li{display:flex;align-items:start;gap:1rem;color:var(--color-text-gray);font-size:.95rem;line-height:1.6}.sidebar-list li svg{flex-shrink:0;color:var(--color-primary);margin-top:.1rem}.help-content{display:flex;flex-direction:column;gap:.75rem}.help-content p{color:var(--color-text-gray);font-size:.85rem;margin:0}.help-phone{color:#2563eb;font-weight:700;font-size:1.1rem;text-decoration:none;transition:color .2s}.help-phone:hover{color:#1d4ed8}.help-whatsapp{display:inline-flex;align-items:center;gap:.5rem;color:#10b981;font-weight:600;text-decoration:none;font-size:.85rem;transition:color .2s}.help-whatsapp:hover{color:#059669}.help-whatsapp svg{flex-shrink:0}@media (max-width: 1200px){.quote-content{grid-template-columns:1fr}.quote-sidebar{order:-1}}@media (max-width: 768px){.quote-form{padding:3rem 0}.quote-container{padding:0 1rem}.quote-header h2{font-size:2rem}.quote-header p{font-size:1rem}.quote-form-main{padding:1.5rem}.form-title{font-size:1.25rem;margin-bottom:1.25rem}.form-row,.form-row-three{grid-template-columns:1fr;gap:1rem}.form-group input,.form-group select,.form-group textarea,.date-input-wrapper input{min-height:44px;font-size:16px}.sidebar-card{padding:1.5rem}}.footer{position:relative;background:#1c415f;color:#fff;padding:4rem 0 2rem;overflow:hidden}.footer-background-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.footer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1c415ff2;z-index:1}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-section ul li a{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.95rem;margin-bottom:1rem;transition:color .2s}.footer-contact-item:hover{color:#fff}.footer-contact-item svg{flex-shrink:0;color:#fff}.footer-certifications-section{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.certification-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.certification-logo{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;padding:.4rem}.certification-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}.certification-separator-line{width:2px;height:35px;background:var(--color-primary);flex-shrink:0}.certification-description{flex:1}.certification-description p{color:#fffffff2;font-size:.75rem;line-height:1.4;margin:0;font-weight:400}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center}.footer-copyright{display:flex;flex-direction:column;gap:.75rem;align-items:center}.footer-bottom p{color:#fffc;font-size:.9rem;margin:0}.footer-developer{font-size:.85rem!important;color:#ffffffb3!important}.footer-developer a{color:#ffffffe6;text-decoration:none;transition:color .2s;font-weight:500}.footer-developer a:hover{color:#fff;text-decoration:underline}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;margin-bottom:1rem}.footer-certifications-section{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem 0}.certification-item{gap:.5rem;padding:.4rem 0}.certification-logo{width:45px;height:45px;padding:.3rem}.certification-separator-line{height:30px}.certification-description p{font-size:.7rem;line-height:1.3}.footer-copyright{gap:.5rem}}@media (max-width: 1024px){.footer-certifications-section{grid-template-columns:repeat(2,1fr)}}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:2rem;right:2rem;background:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:0 4px 16px #25d36666;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.whatsapp-float:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{width:32px;height:32px;fill:#fff}@media (max-width: 768px){.whatsapp-float{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:28px;height:28px}}.App{width:100%;min-height:100vh;overflow-x:hidden;max-width:100%;position:relative}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #E31E24;--color-primary-dark: #C4161B;--color-text-dark: #1F2937;--color-text-gray: #4B5563;--color-text-light: #6B7280;--color-bg-light: #F9FAFB;--color-bg-white: #FFFFFF;--color-border: #E5E7EB}html,body{overflow-x:hidden;width:100%;max-width:100%;height:auto;min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}
