@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-color:#fff;--bg-secondary:#f8f9fa;--text-primary:#1f2937;--text-secondary:#4b5563;--accent-color:#c11624;--accent-hover:#a0121d;--accent-gradient:linear-gradient(135deg, #c11624 0%, #e63946 100%);--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3{line-height:1.2}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.accent-text{color:var(--accent-color)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:#fffffff2;padding:1.25rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 6px -1px #0000000d}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.5px;color:var(--accent-color);font-size:1.75rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-block}.nav-links a:hover{color:var(--accent-color);transform:scale(1.1)}.hero{text-align:center;background-color:var(--bg-secondary);justify-content:center;align-items:center;min-height:100vh;padding-top:8rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:var(--accent-color);filter:blur(200px);opacity:.1;z-index:0;border-radius:50%;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .container{z-index:1;position:relative}.hero-title{letter-spacing:-1px;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:800}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-cta{justify-content:center;align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--accent-color);color:#fff;box-shadow:0 10px 20px #e6007e33}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 15px 30px #e6007e4d}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:#fff}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-secondary);transform:translateY(-3px)}.features{background-color:var(--bg-color);padding:8rem 0}.section-title{text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:2.5rem}.features-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;padding-bottom:2rem;display:flex;overflow-x:auto}.features-grid::-webkit-scrollbar{display:none}.feature-card{scroll-snap-align:start;border:1px solid var(--border-color);text-align:center;background:#fff;border-radius:24px;flex-direction:column;flex:0 0 calc(25% - 1.125rem);padding:2rem 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 6px -1px #0000000d}@media (width<=1024px){.feature-card{flex:0 0 calc(50% - .75rem)}}@media (width<=768px){.features-grid{flex-direction:column;padding-bottom:0;overflow-x:visible}.feature-card{flex:auto;width:100%}}.feature-card:hover{border-color:var(--accent-color);transform:translateY(-10px);box-shadow:0 20px 40px #c116241a}.feature-icon{color:var(--accent-color);margin-bottom:1.5rem;font-size:4.5rem;line-height:1;display:block}.feature-icon-img{object-fit:cover;vertical-align:middle;border-radius:12px;width:60px;height:60px}.feature-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}footer{text-align:center;background-color:var(--bg-secondary);border-top:1px solid var(--border-color);color:var(--text-secondary);padding:3rem 0}.marketplace-container{min-height:100vh;padding-top:8rem}.marketplace-header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);text-align:center;padding:4rem 0}.big-search-wrapper{align-items:center;max-width:600px;margin:2rem auto 0;display:flex;position:relative}.big-search-icon{color:var(--text-secondary);position:absolute;left:1.5rem}.big-search-input{border:2px solid var(--border-color);border-radius:50px;width:100%;padding:1.25rem 1.25rem 1.25rem 4rem;font-family:inherit;font-size:1.125rem;transition:all .3s;box-shadow:0 10px 25px #0000000d}.big-search-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 10px 30px #c1162426}.marketplace-layout{grid-template-columns:250px 1fr;gap:2rem;padding:3rem 2rem;display:grid}@media (width<=768px){.marketplace-layout{grid-template-columns:1fr}}.marketplace-sidebar{border:1px solid var(--border-color);background:#fff;border-radius:12px;height:max-content;padding:1.5rem}.filter-title{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;display:flex}.filter-group{margin-bottom:1.5rem}.filter-group h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:var(--text-secondary);position:absolute;left:.75rem}.search-input{border:1px solid var(--border-color);border-radius:8px;width:100%;padding:.75rem .75rem .75rem 2.25rem;font-family:inherit;font-size:.875rem}.search-input:focus{border-color:var(--accent-color);outline:none}.filter-list{list-style:none}.filter-list li{margin-bottom:.5rem}.filter-list label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.marketplace-toolbar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sort-select{border:1px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:8px;padding:.5rem 1rem;font-family:inherit}.numbers-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem;display:grid}.number-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.25rem;transition:all .2s;box-shadow:0 2px 4px #00000005}.number-card:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.card-header{justify-content:space-between;margin-bottom:1rem;display:flex}.network-badge{background:var(--bg-secondary);color:var(--text-secondary);border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.type-badge{color:var(--accent-color);background:#c116241a;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.number-display{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.phone-icon{color:var(--accent-color)}.number-display h2{letter-spacing:.5px;white-space:nowrap;font-size:1.45rem}.card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.price{color:var(--text-primary);white-space:nowrap;font-size:1.05rem;font-weight:800}.cart-btn{flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.cart-btn.sold-out{background:var(--border-color);color:var(--text-secondary);box-shadow:none;cursor:not-allowed}.cart-btn.sold-out:hover{transform:none}.no-results{text-align:center;background:var(--bg-secondary);color:var(--text-secondary);border-radius:12px;grid-column:1/-1;padding:3rem}.modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{box-sizing:border-box;background:#fff;border-radius:24px;width:90%;max-width:500px;margin:auto;padding:2.5rem;animation:.3s modalFadeIn;position:relative;box-shadow:0 20px 40px #0003}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;transition:color .3s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--text-primary)}.modal-content h2{margin-bottom:.5rem;font-size:1.75rem}.modal-subtitle{color:var(--text-secondary);margin-bottom:2rem}.modal-number-details{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.modal-number-details h3{color:var(--accent-color);letter-spacing:1px;margin:1rem 0;font-size:2rem}.modal-actions{flex-direction:column;gap:1rem;display:flex}.modal-actions .btn{justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.btn-whatsapp{color:#fff;background:#25d366}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 10px 20px #25d3664d}.btn-call{background:var(--text-primary);color:#fff}.btn-call:hover{background:#000;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.network-map-section{background-color:#fff;padding:5rem 0}.abstract-map-container{border:1px solid var(--border-color);z-index:1;background-color:#f8f9fa;border-radius:24px;width:100%;max-width:1000px;height:500px;margin:0 auto;overflow:hidden;box-shadow:0 10px 30px #00000080}.leaflet-container{background:0 0!important}.leaflet-tile-pane{opacity:.95}.custom-leaflet-icon{background:0 0;border:none}.pulse-ring{content:"";background-color:var(--accent-color);border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-core{background-color:var(--accent-color);z-index:10;border-radius:50%;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-ring.hub,.pulse-core.hub{background-color:#c11624}.pulse-ring.hub{animation:2s cubic-bezier(.215,.61,.355,1) .5s infinite pulse}@keyframes pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.metrics-section{background-color:var(--bg-color);color:var(--text-primary);padding:5rem 0}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.metrics-grid{grid-template-columns:1fr}}.metric-card{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem 1rem}.metric-number{color:var(--accent-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.metric-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.875rem}.slideshow-container{background-color:var(--bg-secondary);border-radius:24px;width:100%;max-width:1000px;height:500px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.slide.active{opacity:1}.slide-overlay{background:linear-gradient(#0000,#00000080);width:100%;height:100%;position:absolute;top:0;left:0}.slideshow-indicators{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background-color:#fff6;border-radius:50%;width:12px;height:12px;transition:all .3s}.indicator.active{background-color:var(--accent-color);transform:scale(1.2)}.page-loader-overlay{background-color:var(--bg-color);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:sans-serif;display:flex;position:fixed;top:0;left:0}.page-loader-overlay .loader-container{flex-direction:column;align-items:center;gap:2rem;display:flex}.page-loader-overlay .sim-card-image{width:80px;height:auto;animation:1.5s linear infinite spinClockwise}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-grid{grid-template-columns:1.5fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=800px){.contact-grid{grid-template-columns:1fr}}.contact-form-container{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;padding:3rem;box-shadow:0 20px 40px #0000004d}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;background-color:#fff;border-radius:12px;padding:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);outline:none}.contact-info-container{flex-direction:column;gap:1.5rem;display:flex}.contact-info-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.contact-info-card .icon-wrapper{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.info-content h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.2rem}.info-content p{color:var(--text-secondary);margin:0;line-height:1.6}.feature-desc{color:var(--text-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.social-media-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;margin-top:auto;padding:2rem}.social-icons{justify-content:center;gap:1.5rem;display:flex}.social-icon{background-color:var(--bg-secondary);width:50px;height:50px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{color:#fff;transform:translateY(-5px)}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#0000}.social-icon.facebook:hover{background-color:#1877f2;border-color:#1877f2}.social-icon.linkedin:hover{background-color:#0a66c2;border-color:#0a66c2}.branches-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.branch-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 10px 30px #0003}.branch-card h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.3rem}.branch-card p{color:var(--text-secondary);flex-grow:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.branch-buttons{flex-direction:row;justify-content:flex-start;gap:1rem;margin-top:auto;display:flex}.branch-buttons .icon-btn{border:1px solid var(--border-color);background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.branch-buttons .icon-btn:hover{border-color:var(--accent-color);transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}.branch-buttons .icon-btn img{object-fit:contain;width:28px;height:28px}.services-list{flex-direction:column;gap:4rem;display:flex}.service-row{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;align-items:stretch;gap:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.service-row.reverse{flex-direction:row-reverse}.service-image-container{flex:1;min-width:45%;max-width:50%}.service-image{object-fit:cover;width:100%;height:100%;display:block}.service-content{flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.service-content h2{color:var(--accent-color);margin-bottom:1.5rem;font-size:2.2rem}.service-content p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.service-features{grid-template-columns:1fr 1fr;gap:1.2rem;padding:0;list-style:none;display:grid}.service-features li{color:var(--text-primary);padding-left:2rem;font-size:1.05rem;font-weight:500;position:relative}.service-features li:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}@media (width<=900px){.service-row,.service-row.reverse{flex-direction:column}.service-image-container{width:100%;max-width:100%;height:300px}.service-content{padding:2.5rem}.service-features{grid-template-columns:1fr}}.cards-collage{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.collage-card{object-fit:cover;border-radius:12px;width:calc(50% - .5rem);transition:transform .3s;box-shadow:0 6px 20px #00000026}.collage-card:hover{z-index:10;transform:scale(1.05)translateY(-5px)}.collage-card.main-card{width:80%;margin-top:.5rem;box-shadow:0 10px 30px #00000040}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.mobile-menu-btn .bar{background-color:var(--text-primary);transform-origin:0;border-radius:10px;width:100%;height:3px;transition:all .3s}.mobile-menu-btn.active .bar:first-child{transform:rotate(45deg)}.mobile-menu-btn.active .bar:nth-child(2){opacity:0;width:0}.mobile-menu-btn.active .bar:nth-child(3){transform:rotate(-45deg)}@media (width<=768px){.container{padding:0 1rem}.mobile-menu-btn{display:flex}.nav-links{background-color:var(--bg-color);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:280px;height:100vh;transition:right .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:-100%;box-shadow:-5px 0 25px #0000001a}.nav-links a{text-align:center;width:100%;padding:.5rem 1rem;font-size:1.5rem}.nav-links.open{right:0}.nav-links .language-switcher{order:-1;margin-bottom:.5rem}html,body{overflow-x:hidden}.hero-title{font-size:2.5rem}.hero-subtitle{padding:0 1rem;font-size:1rem}.hero-cta{flex-direction:column;gap:1rem;width:100%;padding:0 1.5rem}.hero-cta .btn{text-align:center;width:100%}.filter-list label{padding:.5rem 0;font-size:1.1rem}.filter-list input[type=checkbox]{width:22px;height:22px}}.mobile-filter-toggle{display:none}@media (width<=768px){.mobile-filter-toggle{width:100%;margin-bottom:1.5rem;display:block}.mobile-filter-toggle .btn{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.marketplace-sidebar{width:100%;margin-bottom:2rem;display:none}.marketplace-sidebar.open{display:block}}.language-switcher{display:inline-block;position:relative}.lang-btn{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-weight:600;transition:all .3s;display:flex}.lang-btn:hover{border-color:var(--accent-color);color:var(--accent-color);background:#fff}.lang-dropdown{border:1px solid var(--border-color);z-index:2000;background:#fff;border-radius:12px;min-width:150px;margin-top:.5rem;list-style:none;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.lang-dropdown li{margin:0}.lang-dropdown button{text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:background .2s}.lang-dropdown button:hover{background:var(--bg-secondary);color:var(--accent-color)}.lang-dropdown button.active{color:var(--accent-color);background:#c116241a;font-weight:700}.offers-layout{grid-template-columns:250px 1fr;align-items:start;gap:3rem;padding:4rem 0;display:grid}.sidebar-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem}.mobile-category-toggle-container{display:none}.offers-sidebar{border:1px solid var(--border-color);background:#fff;border-radius:16px;height:max-content;max-height:calc(100vh - 120px);padding:1.5rem;position:sticky;top:100px;overflow-y:auto;box-shadow:0 4px 6px -1px #0000000d}.sidebar-nav{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.sidebar-btn{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.sidebar-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.sidebar-btn.active{color:var(--accent-color);background:#c116241a;font-weight:600}.sidebar-btn .chevron{opacity:0;transition:all .2s;transform:translate(-10px)}.sidebar-btn.active .chevron,.sidebar-btn:hover .chevron{opacity:1;transform:translate(0)}.offer-category-section{border:1px solid var(--border-color);background:#fff;border-radius:24px;margin-bottom:4rem;padding:3rem;scroll-margin-top:100px;box-shadow:0 10px 15px -3px #0000000d}.category-header{border-bottom:1px solid var(--border-color);margin-bottom:2.5rem;padding-bottom:1.5rem}.category-header h2{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.category-header p{color:var(--text-secondary);font-size:1.1rem}.offer-cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.offer-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.offer-card:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.offer-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.offer-name{font-size:1.25rem;font-weight:700;line-height:1.3}.offer-price-badge{background:var(--accent-gradient);color:#fff;white-space:nowrap;border-radius:50px;padding:.4rem .8rem;font-size:.9rem;font-weight:700}.offer-meta{border-bottom:1px dashed var(--border-color);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.meta-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.meta-icon{color:var(--text-secondary);flex-shrink:0}.meta-icon.accent{color:var(--accent-color)}.offer-features{flex-grow:1;margin-bottom:1.5rem}.offer-features h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.95rem}.offer-features ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.offer-features li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.95rem;display:flex}.offer-features .bullet{background:var(--accent-color);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.activate-btn{width:100%;padding:.75rem;font-size:1rem}@media (width<=992px){.offers-layout{grid-template-columns:1fr;gap:1.5rem;position:relative}.sidebar-title{display:none}.mobile-category-toggle-container{width:100%;margin-bottom:1.5rem;display:block}.offers-sidebar{border:1px solid var(--border-color);z-index:1000;background:#fff;border-radius:16px;width:100%;max-height:400px;margin-bottom:0;padding:1.5rem;display:none;position:absolute;top:55px;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.offers-sidebar.open{display:block}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.sidebar-btn{justify-content:space-between;width:100%;padding:.75rem 1rem}}@media (width<=768px){.offer-category-section{border-radius:16px;margin-bottom:2.5rem;padding:1.25rem 1rem}.offer-cards-grid{grid-template-columns:1fr;gap:1.25rem}.offer-card{padding:1.25rem 1rem}.category-header{margin-bottom:1.75rem;padding-bottom:1rem}.category-header h2{font-size:1.6rem}.category-header p{font-size:.95rem}}html[dir=rtl] body{text-align:right;direction:rtl}html[dir=rtl] .lang-dropdown{left:0;right:auto}html[dir=rtl] .lang-dropdown button{text-align:right}html[dir=rtl] .big-search-icon{left:auto;right:1.5rem}html[dir=rtl] .big-search-input{padding:1.25rem 4rem 1.25rem 1.25rem}html[dir=rtl] .search-icon{left:auto;right:.75rem}html[dir=rtl] .search-input{padding:.75rem 2.25rem .75rem .75rem}html[dir=rtl] .nav-links{gap:2rem}html[lang=ar],html[lang=ar] body,html[lang=ar] input,html[lang=ar] button,html[lang=ar] select,html[lang=ar] textarea{font-family:Tajawal,Cairo,Outfit,sans-serif!important}html[lang=ku],html[lang=ku] body,html[lang=ku] input,html[lang=ku] button,html[lang=ku] select,html[lang=ku] textarea{font-family:Noto Sans Arabic,Tajawal,Cairo,sans-serif!important}.managing-director-title{letter-spacing:2px}html[dir=rtl] .managing-director-title{letter-spacing:0}.lang-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(16px);background:#0f111773;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.lang-modal-card{text-align:center;background:#ffffffd9;border:1px solid #fff6;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:2.25rem;width:90%;max-width:480px;margin:auto;padding:3.5rem 2.5rem;display:flex;box-shadow:0 30px 60px #00000026,inset 0 1px #fff9}.lang-modal-icon-container{background:linear-gradient(135deg,#c1162414,#c1162433);border:1px solid #c1162426;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:.5rem;display:flex}.lang-modal-globe{color:var(--accent-color)}.lang-modal-title{flex-direction:column;gap:.35rem;display:flex}.lang-modal-title .title-item{color:var(--text-primary);font-size:1.45rem;font-weight:800;line-height:1.2;display:block}.lang-modal-title .title-item.ar-text{direction:rtl;unicode-bidi:embed;font-family:Tajawal,Cairo,sans-serif;font-size:1.55rem;font-weight:700}.lang-modal-title .title-item.ku-text{direction:rtl;unicode-bidi:embed;font-family:Noto Sans Arabic,Tajawal,sans-serif;font-size:1.55rem;font-weight:700}.lang-modal-subtitle{flex-direction:column;gap:.3rem;margin-top:.75rem;display:flex}.lang-modal-subtitle .subtitle-item{color:var(--text-secondary);font-size:.95rem;line-height:1.3;display:block}.lang-modal-subtitle .subtitle-item.ar-text{direction:rtl;unicode-bidi:embed;font-family:Tajawal,Cairo,sans-serif;font-size:1rem}.lang-modal-subtitle .subtitle-item.ku-text{direction:rtl;unicode-bidi:embed;font-family:Noto Sans Arabic,Tajawal,sans-serif;font-size:1rem}.lang-modal-options{flex-direction:column;gap:1rem;width:100%;display:flex}.lang-modal-option-btn{border:1px solid var(--border-color);cursor:pointer;width:100%;color:var(--text-primary);background:#ffffffb3;border-radius:18px;outline:none;justify-content:space-between;align-items:center;padding:1.25rem 2rem;font-family:inherit;font-size:1.15rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.lang-modal-option-btn .lang-name.ar-btn-text{direction:rtl;unicode-bidi:embed;font-family:Tajawal,Cairo,sans-serif}.lang-modal-option-btn .lang-name.ku-btn-text{direction:rtl;unicode-bidi:embed;font-family:Noto Sans Arabic,Tajawal,sans-serif}.lang-modal-option-btn:hover{border-color:var(--accent-color);color:var(--accent-color);background:#fff;transform:translateY(-3px);box-shadow:0 12px 24px #c1162414}.lang-modal-option-btn:active{transform:translateY(-1px)scale(.98)}.lang-modal-option-btn .lang-badge{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.3rem .65rem;font-size:.8rem;font-weight:800;transition:all .3s}.lang-modal-option-btn:hover .lang-badge{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}@keyframes langModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes langModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes langModalScaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes langModalScaleDown{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}.lang-modal-overlay.fade-in{animation:.35s cubic-bezier(.16,1,.3,1) forwards langModalFadeIn}.lang-modal-overlay.fade-out{animation:.35s cubic-bezier(.16,1,.3,1) forwards langModalFadeOut}.lang-modal-card.scale-up{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards langModalScaleUp}.lang-modal-card.scale-down{animation:.35s cubic-bezier(.16,1,.3,1) forwards langModalScaleDown}.warning-modal-overlay{z-index:3000!important;-webkit-backdrop-filter:blur(12px)!important}.warning-modal-content{text-align:center;animation:.4s cubic-bezier(.34,1.56,.64,1) modalFadeIn;max-width:540px!important;padding:3rem 2.5rem!important}.warning-icon-wrapper{background:linear-gradient(135deg,#c1162414,#c1162433);border:1px solid #c1162426;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 1.5rem;display:flex}.warning-alert-icon{color:var(--accent-color)}.warning-id-mockup-wrapper{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:16px;justify-content:center;align-items:center;max-height:200px;margin:1.5rem 0;display:flex;overflow:hidden;box-shadow:inset 0 2px 8px #0000000d}.warning-id-mockup-img{object-fit:contain;width:100%;height:100%;display:block}.warning-dismiss-btn{width:100%;margin-top:1rem;border-radius:14px!important;padding:1rem!important;font-size:1.1rem!important;font-weight:700!important}.modal-warning-docs{text-align:start;background:linear-gradient(135deg,#c1162408,#c116240f);border:1px solid #c116241a;border-radius:18px;margin:1.5rem 0;padding:1.25rem}.modal-warning-docs h4{color:var(--accent-color);margin-bottom:.5rem;font-family:inherit;font-size:1.05rem;font-weight:700}.modal-warning-docs p{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem;line-height:1.45}.modal-id-mockup-wrapper{background:#fff;border:1px solid #00000014;border-radius:10px;width:100%;max-height:160px;overflow:hidden}.modal-id-mockup-img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=768px){.modal-overlay{padding:1.5rem .75rem}.modal-content{border-radius:20px;width:95%;padding:1.75rem 1.5rem}.modal-close{top:1rem;right:1rem}.modal-close svg{width:20px;height:20px}.modal-content h2{font-size:1.45rem}.modal-subtitle{margin-bottom:1.25rem;font-size:.9rem}.modal-number-details{margin-bottom:1.25rem;padding:1rem}.modal-number-details h3{margin:.5rem 0;font-size:1.6rem}.modal-warning-docs{margin:1.25rem 0;padding:1rem}.modal-warning-docs h4{margin-bottom:.35rem;font-size:.95rem}.modal-warning-docs p{margin-bottom:.75rem;font-size:.8rem}.modal-id-mockup-wrapper{max-height:120px}.warning-modal-content{padding:2.25rem 1.75rem!important}.warning-icon-wrapper{width:64px;height:64px;margin-bottom:1rem}.warning-alert-icon{width:28px;height:28px}.warning-id-mockup-wrapper{max-height:150px;margin:1.25rem 0}.warning-dismiss-btn{margin-top:.75rem;padding:.9rem!important;font-size:1.05rem!important}.lang-modal-card{gap:1.5rem;padding:2.5rem 1.75rem}}.products-section{margin-top:2rem;margin-bottom:2rem}.products-section-title{color:var(--text-primary);margin-bottom:2rem;font-family:inherit;font-size:1.75rem;font-weight:800}html[dir=rtl] .products-section-title{text-align:right}.products-grid-horizontal{grid-template-columns:repeat(7,1fr);gap:1.25rem;display:grid}.product-card-horizontal{border:1px solid var(--border-color);text-align:center;box-sizing:border-box;background:#fff;border-radius:24px;flex-direction:column;align-items:center;padding:2rem 1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #00000008}.product-card-horizontal:hover{border-color:var(--accent-color);transform:translateY(-8px);box-shadow:0 20px 40px #c1162414}.product-image-wrapper{background:var(--bg-secondary);border:1px solid #00000005;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.25rem;padding:.75rem;transition:transform .3s;display:flex}.product-card-horizontal:hover .product-image-wrapper{transform:scale(1.1)}.product-card-img{object-fit:contain;width:100%;height:100%;display:block}.product-card-title{color:var(--text-primary);margin-bottom:.5rem;font-family:inherit;font-size:1.1rem;font-weight:700}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.825rem;line-height:1.45;display:-webkit-box;overflow:hidden}@media (width<=1200px){.products-section-title{margin-bottom:1.5rem;font-size:1.5rem}.products-grid-horizontal{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:1.25rem;margin:0 -1rem;padding:.5rem 1rem 1.75rem;display:flex;overflow-x:auto}.products-grid-horizontal::-webkit-scrollbar{display:none}.product-card-horizontal{scroll-snap-align:start;flex:0 0 220px;padding:1.75rem 1rem}.product-image-wrapper{width:70px;height:70px;margin-bottom:1rem}}@media (width<=480px){.offer-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.offer-price-badge{align-self:flex-start}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.admin-layout{color:#1f2937;background-color:#f3f4f6;min-height:100vh;font-family:Inter,sans-serif;display:flex}.admin-sidebar{background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:260px;display:flex}.admin-sidebar-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.admin-sidebar-header h2{color:var(--accent-color);margin:0;font-size:1.25rem;font-weight:700}.admin-nav{flex:1;padding:1rem 0}.admin-nav-link{color:#4b5563;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.admin-nav-link:hover{color:var(--accent-color);background-color:#f9fafb}.admin-nav-link.active{color:var(--accent-color);border-right:3px solid var(--accent-color);background-color:#fef2f2}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-page-header{margin-bottom:2rem}.admin-page-title{color:#111827;margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.admin-page-desc{color:#6b7280;margin:0}.admin-card{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.admin-form-group{margin-bottom:1.5rem}.admin-label{color:#374151;margin-bottom:.5rem;font-weight:600;display:block}.admin-input,.admin-textarea,.admin-select{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.admin-input:focus,.admin-textarea:focus,.admin-select:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #c116241a}.admin-textarea{resize:vertical;min-height:120px}.admin-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-btn-primary{background-color:var(--accent-color);color:#fff}.admin-btn-primary:hover{background-color:#a0111d}.admin-btn-danger{color:#fff;background-color:#dc2626}.admin-btn-danger:hover{background-color:#b91c1c}.admin-btn-secondary{color:#4b5563;background-color:#f3f4f6}.admin-btn-secondary:hover{background-color:#e5e7eb}.admin-login-container{background-color:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.admin-login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.admin-login-title{text-align:center;color:#111827;margin-bottom:2rem}.admin-table-container{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem}.admin-table th{color:#374151;background-color:#f9fafb;font-weight:600}.admin-table tr:hover{background-color:#f9fafb}.action-btns{gap:.5rem;display:flex}.action-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.25rem}.action-btn:hover{color:#111827;background-color:#e5e7eb}.action-btn.delete:hover{color:#dc2626;background-color:#fee2e2}.drop-zone{text-align:center;cursor:pointer;background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:1.5rem;padding:3rem;transition:all .2s}.drop-zone:hover,.drop-zone.active{border-color:var(--accent-color);background-color:#fef2f2}.drop-zone-icon{color:#9ca3af;margin-bottom:1rem}.drop-zone:hover .drop-zone-icon{color:var(--accent-color)}
