@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap);.btn,.glass,.hero-btn,.plan-card,.product-card,.showcase-card{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform,opacity}img{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality}.lazy-image-container{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.glass:before,.hero-style-bg:before{contain:layout style paint}.plans-grid,.products-grid,.showcase-grid{contain:layout style paint;will-change:transform}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero{contain:layout style paint}.hero-logo{will-change:opacity,transform}.modal-backdrop{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);will-change:opacity}.btn:hover,.category-btn:hover,.filter-btn:hover{transform:translateY(-2px);will-change:transform,box-shadow}.floating-whatsapp{contain:layout style paint;will-change:transform}.showcase-grid{contain:layout;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.products-grid{grid-gap:1.5rem;contain:layout;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@font-face{font-display:swap;font-family:Inter}.lazy-image-container{aspect-ratio:16/9;min-height:200px}input[type=email],input[type=text],select,textarea{will-change:border-color,box-shadow}.section-title,.showcase-header{contain:layout style}.glass{will-change:backdrop-filter}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}.animate-fade-up{animation:fadeInUp .6s ease-out forwards}.loading-skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ffffff1a 25%,#fff3 50%,#ffffff1a 75%);background-size:200% 100%;border-radius:8px}video{contain:layout style paint;will-change:transform}.responsive-img{loading:lazy;decoding:async;height:auto;object-fit:cover;width:100%}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only:focus{clip:auto;background:#000;color:#fff;height:auto;margin:0;overflow:visible;padding:.25rem .5rem;position:static;text-decoration:none;white-space:normal;width:auto}:root{--primary:#06c;--primary-light:#38d;--primary-dark:#049;--secondary:#00a8cc;--secondary-light:#3be;--secondary-dark:#08a;--accent:#0ca;--accent-light:#3dc;--accent-dark:#0a8;--dark:#0a1a2a;--light:#fff;--gray:#e8f4f8;--glass:#0066cc26;--glass-border:#00a8cc40;--shadow:0 8px 32px #0066cc4d;--shadow-lg:0 16px 48px #00a8cc66;--gradient:linear-gradient(135deg,#06c,#00a8cc 50%,#0ca);--gradient-dark:linear-gradient(135deg,#0a1a2a,#1a2a3a 50%,#2a3a4a);--gradient-ocean:linear-gradient(135deg,#06c,#08a 25%,#00a8cc 50%,#0ca 75%,#3dc);--transition:all 0.3s cubic-bezier(.4,0,.2,1);--transition-slow:all 0.6s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body,html{overflow-x:hidden}body{background:linear-gradient(135deg,#0a1a2a,#1a2a3a 50%,#2a3a4a);background:var(--gradient-dark);color:#fff;color:var(--light);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;position:relative}body:before{background:radial-gradient(circle at 20% 50%,#06c6 0,#0000 50%),radial-gradient(circle at 80% 80%,#00a8cc59 0,#0000 50%),radial-gradient(circle at 40% 20%,#00ccaa40 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1}#root{min-height:100vh;position:relative;z-index:2}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca 50%,#3dc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.2rem,3vw,1.8rem)}p{color:#ffffffe6;margin-bottom:1rem}.glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0066cc26;background:var(--glass);border:1px solid #00a8cc40;border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 8px 32px #0066cc4d;box-shadow:var(--shadow);overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.glass:before{background:linear-gradient(135deg,#ffffff1a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.glass:hover{border-color:#fff3;box-shadow:0 16px 48px #00a8cc66;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn{border-radius:50px;font-size:1rem;overflow:hidden;padding:.8rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{background:linear-gradient(135deg,#06c,#00a8cc 50%,#0ca);background:var(--gradient);box-shadow:0 4px 24px #0366}.btn-primary:hover{box-shadow:0 8px 32px #00336680}.btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000}.btn-outline:hover{background:#ffffff1a;border-color:#00a8cc;border-color:var(--secondary)}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-fadeIn{animation:fadeIn .8s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#06c,#0ca 50%,#00a8cc);background:linear-gradient(135deg,var(--primary) 0,var(--accent) 50%,var(--secondary) 100%);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3dc;background:var(--accent-light)}@media (max-width:768px){html{font-size:14px}.glass{border-radius:16px}.btn{font-size:.9rem;padding:.7rem 1.5rem}}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #ff00804d;border-radius:50%;border-top:3px solid var(--accent-light);display:inline-block;height:20px;width:20px}.glow{box-shadow:0 0 20px #ff008099,0 0 40px #ff008066,0 0 60px #ff008033}.text-glow{text-shadow:0 0 10px #ff0080cc,0 0 20px #ff008099,0 0 30px #ff008066}.lazy-image-wrapper{background:#f5f5f5;height:100%;overflow:hidden;position:relative;width:100%}.lazy-image{height:100%;object-fit:cover;transition:opacity .3s ease-in-out,filter .3s ease-in-out;width:100%}.lazy-image.loading{filter:blur(5px);opacity:0}.lazy-image.loaded{filter:blur(0);opacity:1}.lazy-image-placeholder{align-items:center;animation:shimmer 1.5s linear infinite;background:linear-gradient(45deg,#f5f5f5 25%,#e0e0e0 0,#e0e0e0 50%,#f5f5f5 0,#f5f5f5 75%,#e0e0e0 0,#e0e0e0);background-size:20px 20px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{background-position:0 0}to{background-position:20px 20px}}.lazy-image-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#00c4cc;height:40px;width:40px}.lazy-image-error{align-items:center;background:#ffffff0d;border-radius:8px;color:#fff9;display:flex;flex-direction:column;font-size:.9rem;height:200px;justify-content:center}.lazy-image-error i{font-size:2rem;margin-bottom:.5rem;opacity:.5}.shop-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.shop-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.shop-modal-header{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ff5757);border-bottom:1px solid #0000001a;color:#fff;display:flex;justify-content:space-between;padding:30px}.shop-modal-header h2{font-size:28px;font-weight:700;margin:0}.shop-modal-controls{background:#f8f9fa;padding:20px 30px}.search-box{margin:0 auto;max-width:500px;position:relative}.search-box i{color:#666;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{background:#fff;border:2px solid #e0e0e0;border-radius:25px;font-size:16px;padding:12px 15px 12px 45px;transition:all .3s ease;width:100%}.search-box input:focus{border-color:#ff5757;box-shadow:0 0 0 3px #ff57571a;outline:none}.shop-modal-categories{background:#f8f9fa;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:0 30px 20px}.category-chip{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:20px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 20px;transition:all .3s ease}.category-chip i{font-size:16px}.category-chip:hover{border-color:#ff5757;box-shadow:0 5px 15px #ff575733;transform:translateY(-2px)}.category-chip.active{background:#ff5757;border-color:#ff5757;color:#fff}.shop-modal-products{grid-gap:25px;display:grid;flex:1 1;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));overflow-y:auto;padding:30px}.shop-product-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.shop-product-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.product-image-wrapper{align-items:center;background:#fafafa;border-bottom:1px solid #eee;display:flex;height:250px;justify-content:center;overflow:hidden;padding:20px;position:relative;width:100%}.product-image-wrapper img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.shop-product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-category-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ff5757e6;border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:5px 15px;position:absolute;right:10px;top:10px}.product-info{display:flex;flex:1 1;flex-direction:column;padding:20px}.product-info h3{color:#333;font-size:18px;font-weight:700;margin:0 0 10px}.product-info p{color:#666;flex:1 1;font-size:14px;line-height:1.5;margin:0 0 15px}.product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-price{color:#ff5757;font-size:20px}.whatsapp-btn{align-items:center;background:#25d366;border:none;border-radius:25px;box-shadow:0 2px 10px #25d3664d;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.whatsapp-btn:hover{background:#128c7e;box-shadow:0 5px 15px #25d3664d;transform:translateY(-2px)}.no-products{color:#999;grid-column:1/-1;padding:60px 20px;text-align:center}.no-products i{font-size:60px;margin-bottom:20px;opacity:.5}.no-products p{font-size:18px;margin:0}.shop-modal-products::-webkit-scrollbar{width:8px}.shop-modal-products::-webkit-scrollbar-track{background:#f1f1f1}.shop-modal-products::-webkit-scrollbar-thumb{background:#ff5757;border-radius:4px}.shop-modal-products::-webkit-scrollbar-thumb:hover{background:#ff4545}@media (max-width:768px){.shop-modal-content{border-radius:0;height:100vh;margin:0;max-height:100vh}.shop-modal-overlay{padding:0}.shop-modal-header{padding:20px}.shop-modal-header h2{font-size:24px}.shop-modal-categories,.shop-modal-controls{padding-left:20px;padding-right:20px}.shop-modal-products{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:20px}.category-chip{font-size:12px;padding:6px 15px}}@media (max-width:480px){.shop-modal-products{grid-template-columns:1fr}.product-footer{align-items:stretch;flex-direction:column;gap:15px}.whatsapp-btn{justify-content:center}}.cart-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.cart-sidebar{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);box-shadow:-5px 0 20px #00000080;display:flex;flex-direction:column;height:100vh;max-width:450px;overflow:hidden;width:100%}.cart-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:2rem}.cart-header h2{color:#fff;font-size:1.5rem;margin:0}.cart-close{background:none;border:none;border-radius:50%;color:#ffffffb3;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.cart-close:hover{background:#ffffff1a;color:#fff}.cart-empty{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.cart-empty i{color:#ffffff4d;font-size:4rem;margin-bottom:1rem}.cart-empty h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.cart-empty p{color:#ffffffb3;margin-bottom:2rem}.cart-items{flex:1 1;overflow-y:auto;padding:1rem}.cart-item{grid-gap:1rem;align-items:center;background:#ffffff0d;border-radius:12px;display:grid;gap:1rem;grid-template-columns:80px 1fr auto auto;margin-bottom:1rem;padding:1rem}.cart-item-image{background:#ffffff1a;border-radius:8px;height:80px;overflow:hidden;width:80px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-info h4{color:#fff;font-size:1rem;line-height:1.3;margin:0 0 .25rem}.cart-item-brand{color:var(--accent);font-size:.85rem;margin:0 0 .25rem}.cart-item-price{color:#ffffffb3;font-size:.9rem;margin:0}.cart-item-quantity{align-items:center;display:flex}.quantity-controls button{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;height:30px;width:30px}.quantity-controls button:hover:not(:disabled){border-color:var(--primary)}.quantity-controls span{color:#fff;font-weight:600;min-width:30px;text-align:center}.cart-item-total{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.cart-item-total p{color:var(--accent);font-size:1.1rem;font-weight:600;margin:0}.remove-item{background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;padding:.25rem;transition:all .3s ease}.remove-item:hover{background:#dc354533;color:#ff6b6b}.cart-footer{background:#ffffff05;border-top:1px solid #ffffff1a;padding:2rem}.cart-summary{margin-bottom:1.5rem}.cart-total{align-items:center;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between}.cart-total span:first-child{color:#ffffffb3}.total-amount{color:var(--accent);font-size:1.5rem}.cart-actions{display:flex;flex-direction:column;gap:1rem}.clear-cart{background:#dc35451a!important;border:1px solid #dc35454d!important;color:#dc3545!important}.clear-cart:hover{background:#dc354533!important;border-color:#dc354580!important}.checkout-actions{display:flex;flex-direction:column;gap:.75rem}.checkout-btn{color:#fff!important;font-size:1.1rem;font-weight:600;padding:1rem 2rem}.checkout-btn,.checkout-btn:hover{background:var(--primary)!important}.checkout-btn:hover{background:var(--primary-dark,var(--primary))!important;transform:translateY(-2px)}.order-whatsapp{background:#25d366!important;color:#fff!important}.order-whatsapp:hover{background:#128c7e!important;transform:translateY(-2px)}@media (max-width:768px){.cart-sidebar{max-width:100%}.cart-item{gap:.75rem;grid-template-columns:60px 1fr auto auto;padding:.75rem}.cart-item-image{height:60px;width:60px}.cart-item-info h4{font-size:.9rem}.quantity-controls button{height:25px;width:25px}.cart-footer{padding:1.5rem}.cart-total{font-size:1rem}.total-amount{font-size:1.3rem}}@media (max-width:480px){.cart-item{gap:.5rem;grid-template-columns:50px 1fr auto}.cart-item-quantity{grid-column:1/-1;justify-self:end}.cart-item-total{flex-direction:row;grid-column:span 2;justify-content:space-between}.cart-header{padding:1.5rem}.cart-footer{padding:1rem}}.cart-item{transition:all .3s ease}.cart-item:hover{background:#ffffff14}.header{left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:var(--transition);z-index:1000}.glass-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a0a0acc;border-bottom:1px solid #ffffff1a}.header-sticky{background:#0a0a0af2;box-shadow:0 4px 30px #00000080;padding:.8rem 2rem}.header-inner{justify-content:space-between;margin:0 auto;max-width:1200px}.header-inner,.logo{align-items:center;display:flex}.logo{gap:.8rem;text-decoration:none}.logo,.logo img{transition:var(--transition)}.logo img{border-radius:12px;box-shadow:0 0 20px #00ccaa4d;height:45px;width:45px}.logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#00c4cc);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800;letter-spacing:-.5px}.logo:hover img{box-shadow:0 0 30px #00c4cc80;transform:rotate(-5deg) scale(1.1)}.nav{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#fffc;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:var(--transition)}.nav-link:after{background:linear-gradient(90deg,#00c4cc,#06c);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:focus,.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.header-social{display:flex;gap:15px;margin-left:auto;margin-right:20px}.header-social a{color:#fffc;font-size:16px;transition:all .3s ease}.header-social a:hover{color:#fff;transform:translateY(-2px)}.mobile-toggle{background:#0000;border:none;cursor:pointer;display:none;height:30px;padding:.5rem;position:relative;width:30px}.mobile-toggle span{background:#fff;display:block;height:2px;left:50%;margin:5px 0;position:absolute;transform:translateX(-50%);transition:var(--transition);width:25px}.mobile-toggle span:first-child{top:6px}.mobile-toggle span:nth-child(2){top:50%;transform:translate(-50%,-50%)}.mobile-toggle span:nth-child(3){bottom:6px}.mobile-toggle.active span:first-child{margin-top:-1px;top:50%;transform:translateX(-50%) rotate(45deg)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){bottom:50%;margin-bottom:-1px;transform:translateX(-50%) rotate(-45deg)}@media (max-width:768px){.header{padding:1rem}.header-sticky{padding:.8rem 1rem}.logo span{font-size:1.2rem}.logo img{height:40px;width:40px}.mobile-toggle{display:block}.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0afa;box-shadow:-5px 0 20px #00000080;flex-direction:column;gap:2rem;height:100vh;justify-content:center;max-width:300px;padding:2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%}.nav.active{right:0}.nav-link{font-size:1.2rem;text-align:center;width:100%}.nav-link:after{display:none}.nav:before{background:#00000080;content:"";height:100vh;left:-100vw;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100vw}.nav.active:before{left:0;opacity:1;pointer-events:all}}@media (max-width:480px){.header{padding:.8rem}.logo span{display:none}}.user-menu{align-items:center;display:flex;gap:1rem;margin-left:1rem}.user-name{font-weight:500}.sign-out-btn,.user-name{color:#0ca;font-size:.9rem}.sign-out-btn{align-items:center;background:none;border:1px solid #0ca;border-radius:20px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:var(--transition)}.sign-out-btn:hover{background:#0ca;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.user-menu{align-items:flex-start;flex-direction:column;gap:.5rem}.sign-out-btn,.user-name{font-size:.8rem}.sign-out-btn{padding:.4rem .8rem}}.auth-links{align-items:center;display:flex;gap:1rem}.register-link{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);border-radius:25px;color:#fff!important;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.register-link:hover{box-shadow:0 4px 20px #0ca6;transform:translateY(-2px)}.header-actions{gap:1rem}.cart-btn,.header-actions{align-items:center;display:flex}.cart-btn{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:45px;justify-content:center;position:relative;transition:all .3s ease;width:45px}.cart-btn:hover{background:#fff3;border-color:var(--accent);transform:scale(1.1)}.cart-count{background:var(--accent);border-radius:10px;box-shadow:0 2px 8px #06c6;color:#fff;font-size:.8rem;font-weight:600;min-width:20px;padding:.2rem .5rem;position:absolute;right:-8px;text-align:center;top:-8px}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.hero:before{animation:rotate 30s linear infinite;background:radial-gradient(circle at 30% 40%,#00c4cc4d 0,#0000 40%),radial-gradient(circle at 70% 60%,#0066cc4d 0,#0000 40%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-center{animation:fadeIn 1s ease-out;margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:2}.hero-logo{animation:float 3s ease-in-out infinite;border-radius:20px;box-shadow:0 0 30px #00c4cc80,0 0 60px #00c4cc4d;display:block;height:80px;margin:0 auto 2rem;width:80px}.hero-title{-webkit-text-fill-color:#0000;animation:gradient-shift 5s ease infinite;background:linear-gradient(135deg,#fff,#00c4cc 50%,#06c);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:1.5rem;text-shadow:0 0 30px #00c4cc80}.hero-subtitle{color:#ffffffe6;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;margin-bottom:1rem}.hero-desc{color:#ffffffb3;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.8;margin:0 auto 3rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-btn{font-size:1.1rem;min-width:200px;overflow:hidden;padding:1rem 2.5rem;position:relative}.hero-btn:after{background:#ffffff1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.hero-btn:hover:after{height:400px;width:400px}.hero:after{animation:float 8s ease-in-out infinite;background:radial-gradient(circle,#00c4cc1a 0,#0000 70%);border-radius:50%;bottom:-50px;content:"";height:300px;left:-50px;position:absolute;width:300px}@media (max-width:768px){.hero{padding:1.5rem}.hero-logo{height:60px;width:60px}.hero-buttons{align-items:center;flex-direction:column}.hero-btn{font-size:1rem;max-width:280px;padding:.9rem 2rem;width:100%}.floating-whatsapp{bottom:1.5rem;font-size:1.5rem;height:50px;right:1.5rem;width:50px}}@media (max-width:480px){.hero-center{padding:0 1rem}.hero-desc{font-size:.95rem}}.hero-style-bg{background:linear-gradient(135deg,#0066ccf2,#00c4ccd9);padding-bottom:7rem;padding-top:7rem}.features{overflow:hidden;padding:6rem 2rem;position:relative}.features:before{background:linear-gradient(180deg,#0000,#0066cc0d),radial-gradient(circle at 80% 20%,#00c4cc1a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-title{margin:0 auto 4rem;max-width:700px}.section-title h2{background:linear-gradient(135deg,#fff,#00c4cc);font-size:clamp(2rem,4vw,3rem)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;position:relative;z-index:2}.feature-card{cursor:pointer;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:var(--transition)}.feature-card:after{background:linear-gradient(135deg,#0000,#00c4cc1a);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-card:hover:after{opacity:1}.feature-card:hover{box-shadow:0 20px 40px #0000004d,0 0 60px #00c4cc33;transform:translateY(-10px) scale(1.02)}.feature-image{border-radius:16px;box-shadow:0 10px 30px #0003;height:180px;margin-bottom:1.5rem;object-fit:cover;transition:var(--transition);width:100%}.feature-card:hover .feature-image{box-shadow:0 15px 40px #00c4cc4d;transform:scale(1.05)}.feature-card h3{color:#00c4cc;font-size:1.5rem;margin-bottom:1rem;transition:var(--transition)}.feature-card:hover h3{text-shadow:0 0 20px #00c4cccc}.feature-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.feature-card .btn{font-size:.95rem;margin-top:auto;padding:.8rem 2rem}.features-wave-divider{bottom:-1px;left:0;line-height:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:2}.features.hero-style-bg{overflow:hidden;position:relative}@media (max-width:768px){.hero-style-bg{padding-bottom:5rem;padding-top:5rem}.features{padding:4rem 1rem}.section-title{margin-bottom:3rem;padding:1.5rem}.features-grid{gap:1.5rem}.feature-card{padding:2rem}.feature-image{height:150px}.section-title h2{font-size:2rem}.features-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.feature-card{padding:1.5rem}.section-title h2{font-size:1.8rem}.section-title p{font-size:1rem}}.products-showcase{background:var(--gradient-dark);overflow:hidden;padding:6rem 2rem;position:relative}.products-showcase:before{background:radial-gradient(circle at 20% 50%,#00c4cc1a 0,#0000 40%),radial-gradient(circle at 80% 80%,#0066cc1a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.showcase-header{margin-bottom:3rem;position:relative;text-align:center;z-index:2}.showcase-header h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem}.showcase-header p{color:#ffffffb3;font-size:1.2rem}.showcase-controls{display:flex;gap:2rem;margin:0 auto 3rem;max-width:800px;position:relative;z-index:2}.search-bar{align-items:center;display:flex;flex:1 1;gap:1rem;padding:1rem 1.5rem}.search-bar i{color:#00c4cc;font-size:1.2rem}.search-bar input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none}.search-bar input::placeholder{color:#ffffff80}.sort-control{align-items:center;display:flex;gap:1rem;padding:1rem 1.5rem}.sort-control label{color:#fffc;font-weight:500}.sort-control select{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;outline:none;padding:.5rem 1rem}.showcase-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;position:relative;z-index:2}.filter-btn{background:#0000;border:2px solid #fff3;border-radius:50px;font-weight:600;padding:.8rem 1.5rem;transition:var(--transition)}.filter-btn.active,.filter-btn:hover{background:#00c4cc33;border-color:#00c4cc;color:#fff;transform:translateY(-2px)}.filter-btn i{font-size:1rem}.showcase-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1400px;padding:0 1rem;position:relative;width:100%;z-index:2}.showcase-card{display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;position:relative;transition:var(--transition)}.showcase-card:hover{box-shadow:0 20px 40px #0000004d,0 0 60px #00c4cc33;transform:translateY(-10px)}.status-badge{border-radius:20px;font-size:.75rem;padding:.4rem .8rem;position:absolute;right:1rem;top:1rem;z-index:2}.status-badge.hot{background:linear-gradient(135deg,#ff5252,#ff1744);box-shadow:0 4px 20px #ff525266;color:#fff}.status-badge.in-stock{background:#25d36633;border:1px solid #25d3664d;color:#25d366}.status-badge.low-stock{background:#ffa60033;border:1px solid #ffa6004d;color:#ffa600}.status-badge.out-of-stock{background:#ff525233;border:1px solid #ff52524d;color:#ff5252}.showcase-image{align-items:center;background:#ffffff0d;border-radius:12px;display:flex;height:200px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;width:100%}.showcase-image img{max-height:90%;max-width:90%;object-fit:contain;transition:var(--transition)}.showcase-card:hover .showcase-image img{transform:scale(1.1)}.showcase-content{display:flex;flex:1 1;flex-direction:column}.product-header{margin-bottom:.5rem}.product-category{border-radius:12px;font-size:.75rem;padding:.25rem .75rem}.product-brand{font-size:.9rem;text-transform:uppercase}.product-title{font-size:1.3rem;font-weight:700;line-height:1.4;margin:.8rem 0}.product-price-section{background:#ffffff0d;border-radius:12px;margin:1rem 0;padding:1rem}.product-price{color:var(--accent);font-size:1.8rem;font-weight:900;margin-bottom:.5rem}.stock-info{font-weight:600}.stock-info.in-stock{color:#28a745}.stock-info.out-of-stock{color:#dc3545}.showcase-content h3{color:#fff;font-size:1.2rem;line-height:1.4;margin-bottom:.8rem}.product-description{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.product-features{margin:1.5rem 0}.product-features h4{color:var(--accent);font-size:1rem;font-weight:600;margin-bottom:.75rem}.product-features ul{list-style:none;margin:0;padding:0}.product-features li{align-items:flex-start;background:#ffffff08;border-radius:8px;color:#fffc;display:flex;font-size:.9rem;gap:.75rem;line-height:1.4;margin-bottom:.5rem;padding:.5rem}.product-features li i{color:var(--accent);flex-shrink:0;margin-top:.2rem}.showcase-footer{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1rem}.view-details{background:#ffffff1a!important;border:1px solid #fff3!important;color:#fff!important;transition:all .3s ease}.view-details:hover{background:#fff3!important;transform:translateY(-2px)}.filter-btn{align-items:center;background:#ffffff0d;border:2px solid #ffffff4d;border-radius:25px;color:#fffc;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.filter-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.filter-btn.active,.filter-btn:hover{border-color:var(--category-color,var(--primary));color:#fff}.filter-btn.active{background:var(--primary);background:var(--category-color,var(--primary));box-shadow:0 4px 20px #ff6b3566}.filter-icon{transition:all .3s ease}.filter-btn.active .filter-icon{transform:scale(1.1)}.price-stock{align-items:center;display:flex;justify-content:space-between}.product-price{color:#00c4cc;font-size:1.5rem;font-weight:700;text-shadow:0 0 20px #00c4cc80}.stock-info{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:.5rem}.stock-info i{font-size:.8rem}.showcase-footer .btn{justify-content:center;width:100%}.showcase-footer .btn.disabled{cursor:not-allowed;opacity:.5}.no-results{color:#ffffff80;padding:4rem 2rem;text-align:center}.no-results i{font-size:4rem;margin-bottom:1rem;opacity:.3}.no-results h3{font-size:1.5rem;margin-bottom:.5rem}@media (max-width:768px){.products-showcase{padding:4rem 1rem}.showcase-controls{flex-direction:column;gap:1rem}.search-bar,.sort-control{width:100%}.showcase-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}.showcase-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.showcase-header h2{font-size:2rem}.showcase-grid{grid-template-columns:1fr}.filter-btn span{display:none}.filter-btn{padding:.8rem}}.product-modal-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.product-modal{border-radius:20px;max-height:90vh;max-width:900px;overflow:hidden;position:relative;width:100%}.modal-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-content{display:flex;height:100%}.modal-image{align-items:center;background:#000;display:flex;flex:1 1;justify-content:center;min-height:400px}.modal-image img{max-height:100%;max-width:100%;object-fit:contain}.modal-info{color:#fff;flex:1 1;overflow-y:auto;padding:2rem}.modal-info h2{color:var(--primary);font-size:2rem;margin-bottom:.5rem}.modal-brand{color:#ffffffb3;font-size:1.1rem;margin-bottom:1rem}.modal-price{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}.modal-price .price{color:var(--accent);font-size:2rem;font-weight:900}.modal-price .stock{color:#ffffffb3;font-size:1rem}.modal-description,.modal-features{margin:2rem 0}.modal-description h3,.modal-features h3{color:var(--accent);font-size:1.3rem;margin-bottom:1rem}.modal-description p{line-height:1.6;margin-bottom:1rem}.modal-features ul{list-style:none;padding:0}.modal-features li{align-items:flex-start;background:#ffffff0d;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.75rem;padding:.5rem}.modal-features li i{color:var(--accent);flex-shrink:0;margin-top:.25rem}.modal-actions{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.modal-actions .btn{font-size:1.1rem;padding:1rem;width:100%}@media (max-width:768px){.product-modal{margin:1rem;max-height:95vh}.modal-content{flex-direction:column;height:auto}.modal-image{max-height:300px;min-height:250px}.modal-info{padding:1.5rem}.modal-info h2,.modal-price .price{font-size:1.5rem}}@media (max-width:480px){.modal-info{padding:1rem}.modal-info h2{font-size:1.3rem}.modal-price{align-items:flex-start;flex-direction:column;gap:.5rem}.modal-price .price{font-size:1.3rem}}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.loading-state .loading-spinner{animation:spin 1s linear infinite;border:4px solid #ff6b3533;border-radius:50%;border-top:4px solid var(--accent);height:50px;margin-bottom:1rem;width:50px}.loading-state p{color:#fffc;font-size:1.1rem;margin:0}.product-previews{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;overflow:hidden;padding:100px 0;position:relative}.product-previews:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='80' cy='40' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='40' cy='60' r='1.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='90' cy='80' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='10' cy='90' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}to{transform:translate(0) rotate(1turn)}}.section-title{margin-bottom:60px;position:relative;z-index:2}.section-title h2{background:linear-gradient(135deg,#00d4ff,#ff6b6b);font-size:3rem;font-weight:700;margin-bottom:20px}.section-title p{font-size:1.2rem;margin:0 auto;max-width:600px}.preview-slider-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.preview-slider{border-radius:20px;box-shadow:0 20px 60px #0000004d;height:500px;overflow:hidden;position:relative}.preview-slide{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;height:100%;left:0;position:absolute;top:0;width:100%}.slide-content{display:grid;grid-template-columns:1fr 1fr}.slide-content,.slide-image{align-items:center;height:100%}.slide-image{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);display:flex;justify-content:center;padding:40px;position:relative}.slide-image img{border-radius:15px;box-shadow:0 10px 30px #0000004d;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.slide-image:hover img{transform:scale(1.05)}.slide-overlay{position:absolute;right:20px;top:20px}.category-tag{background:linear-gradient(135deg,#ff6b6b,#ff5757);border-radius:20px;box-shadow:0 5px 15px #ff6b6b4d;color:#fff;font-size:.9rem;font-weight:600;padding:8px 16px}.slide-info{display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px}.slide-info h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#09c);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.product-name{color:#ffffffe6;font-size:1.3rem;font-weight:500;margin-bottom:20px}.slide-info p{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.slide-footer{align-items:center;display:flex;gap:20px;justify-content:space-between}.price-display{display:flex;flex-direction:column}.price-label{color:#fff9;font-size:.9rem;margin-bottom:5px}.price-amount{color:#00d4ff;font-size:2rem;font-weight:700;text-shadow:0 0 20px #00d4ff80}.order-btn{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:30px;box-shadow:0 5px 20px #25d3664d;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.order-btn:hover{box-shadow:0 10px 30px #25d36666;transform:translateY(-3px)}.nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.nav-btn:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.prev-btn{left:-25px}.next-btn{right:-25px}.slide-indicators{display:flex;gap:10px;justify-content:center;margin-top:30px}.indicator{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#00d4ff;box-shadow:0 0 15px #00d4ff80;transform:scale(1.2)}.progress-bar{background:#ffffff1a;bottom:0;height:4px;left:0;overflow:hidden;position:absolute;width:100%}.progress-fill{background:linear-gradient(90deg,#00d4ff,#ff6b6b);height:100%}.preview-stats{border-top:1px solid #ffffff1a;display:flex;gap:60px;justify-content:center;margin-top:80px;padding-top:60px}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:10px}.stat-label{color:#fffc;font-size:1.1rem;font-weight:500}.no-flyers-message{align-items:center;display:flex;justify-content:center;min-height:500px;padding:60px 20px}.no-flyers-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;max-width:500px;padding:60px 40px;text-align:center}.no-flyers-content i{color:#ffffff4d;font-size:4rem;margin-bottom:30px}.no-flyers-content h3{color:#ffffffe6;font-size:2rem;font-weight:700;margin-bottom:20px}.no-flyers-content p{color:#fff9;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.product-previews{padding:60px 0}.section-title h2{font-size:2.5rem}.preview-slider{height:auto;min-height:600px}.slide-content{grid-template-columns:1fr;grid-template-rows:300px 1fr}.slide-image{padding:20px}.slide-info{padding:30px 20px}.slide-info h3{font-size:2rem}.slide-footer{align-items:stretch;flex-direction:column;gap:20px}.order-btn{justify-content:center}.nav-btn{bottom:20px;display:block;font-size:1rem;height:45px;top:auto;transform:none;width:45px}.prev-btn{left:20px}.next-btn{right:20px}.preview-stats{flex-direction:column;gap:30px}.stat-number{font-size:2.5rem}}@media (max-width:480px){.section-title h2{font-size:2rem}.slide-info h3{font-size:1.8rem}.price-amount{font-size:1.5rem}.preview-stats{gap:20px}}.info-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.info-modal-content{background:#fffffffa;border-radius:20px;box-shadow:0 25px 70px #0006;display:flex;flex-direction:column;max-height:85vh;max-width:800px;overflow:hidden;width:100%}.info-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:30px}.header-title{align-items:center;display:flex;gap:15px}.header-title i{font-size:28px;opacity:.9}.info-modal-header h2{font-size:26px;font-weight:700;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.info-modal-body{flex:1 1;overflow-y:auto;padding:40px}.info-modal-body section{margin-bottom:40px}.info-modal-body section:last-child{margin-bottom:0}.info-modal-body h3{color:#333;font-size:22px;font-weight:700;margin:0 0 20px;padding-bottom:10px;position:relative}.info-modal-body h3:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.info-modal-body h4{color:#444;font-size:18px;font-weight:600;margin:20px 0 10px}.info-modal-body p{color:#666;line-height:1.8;margin:0 0 15px}.info-modal-body ul{list-style:none;margin:0 0 20px;padding:0}.info-modal-body ul li{color:#666;padding:8px 0 8px 25px;position:relative}.info-modal-body ul li:before{color:#667eea;content:"\f058";font-family:Font Awesome\ 5 Free;font-weight:900;left:0;position:absolute}.service-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.service-item{background:#f8f9fa;border-radius:15px;padding:30px;text-align:center;transition:all .3s ease}.service-item:hover{box-shadow:0 10px 30px #667eea1a;transform:translateY(-5px)}.service-item i{color:#667eea;font-size:40px;margin-bottom:20px}.service-item h4{font-size:18px;margin:0 0 15px}.service-item p{font-size:14px}.consultation-features{grid-gap:20px;display:grid;gap:20px;margin-top:30px}.feature{align-items:flex-start;background:#f8f9fa;border-radius:10px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.feature:hover{background:#f0f2ff;transform:translateX(5px)}.feature i{color:#667eea;flex-shrink:0;font-size:24px}.feature h4{font-size:16px;margin:0 0 8px}.feature p{font-size:14px;margin:0}.support-tiers{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.tier{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e9ecef;border-radius:15px;padding:30px;transition:all .3s ease}.tier:hover{border-color:#667eea;box-shadow:0 15px 40px #667eea26;transform:translateY(-5px)}.tier h4{align-items:center;color:#667eea;display:flex;gap:10px;margin-bottom:20px}.tier ul{margin:0}.tier ul li{font-size:14px;padding:10px 0 10px 30px}.cta-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;margin-top:40px;padding:40px;text-align:center}.cta-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;color:#fff;display:inline-flex;font-weight:600;gap:10px;margin-top:20px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-3px)}.faq-item{background:#f8f9fa;border-radius:10px;margin-bottom:15px;padding:25px;transition:all .3s ease}.faq-item:hover{background:#f0f2ff;transform:translateX(5px)}.faq-item h4{color:#667eea;margin-top:0}.sitemap-section{background:#f8f9fa;border-radius:10px;margin-bottom:30px;padding:20px}.sitemap-section h4{color:#667eea;margin-top:0}.sitemap-section ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.sitemap-section a{color:#666;text-decoration:none;transition:color .3s ease}.sitemap-section a:hover{color:#667eea}.date{color:#999;font-size:14px;font-style:italic}.info-modal-body::-webkit-scrollbar{width:8px}.info-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.info-modal-body::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.info-modal-body::-webkit-scrollbar-thumb:hover{background:#5a67d8}@media (max-width:768px){.info-modal-content{border-radius:0;height:100vh;max-height:100vh}.info-modal-overlay{padding:0}.info-modal-header{padding:20px}.info-modal-header h2{font-size:22px}.header-title i{font-size:24px}.info-modal-body{padding:25px}.service-grid,.sitemap-section ul,.support-tiers{grid-template-columns:1fr}}@media (max-width:480px){.info-modal-body{padding:20px}.cta-button{display:flex;justify-content:center;width:100%}}.footer{background:linear-gradient(180deg,#0a0a0af2,#000);color:#fffc;overflow:hidden;padding:4rem 2rem 2rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#00c4cc 50%,#0000);box-shadow:0 0 20px #00c4cc80;content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 3rem;max-width:1200px}.footer-section h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.footer-section h3:after{background:linear-gradient(90deg,#00c4cc,#0000);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-logo img{border-radius:12px;box-shadow:0 0 20px #00c4cc4d;height:50px;width:50px}.footer-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#00c4cc);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer-section p{color:#ffffffb3;line-height:1.8;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.8rem}.footer-section a{align-items:center;color:#ffffffb3;display:inline-flex;gap:.5rem;text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:#00c4cc;transform:translateX(5px)}.footer-section a i{color:#00c4cc;font-size:.9rem;opacity:.7;transition:opacity .3s ease}.footer-section a:hover i{opacity:1}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:#ffffffb3;display:flex;height:40px;justify-content:center;transition:var(--transition);width:40px}.footer-social a:hover{background:#00c4cc33;border-color:#00c4cc;box-shadow:0 5px 20px #00c4cc66;color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;position:relative;text-align:center}.footer-bottom p{color:#fff9;margin-bottom:.5rem}.footer-credits{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.footer-credits a{color:#fff9;font-size:.9rem;position:relative;text-decoration:none;transition:var(--transition)}.footer-credits a:after{background:#00c4cc;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-credits a:hover{color:#00c4cc}.footer-credits a:hover:after{width:100%}.footer:after{animation:float 10s ease-in-out infinite;background:radial-gradient(circle,#00c4cc0d 0,#0000 70%);border-radius:50%;bottom:-50%;content:"";height:300px;position:absolute;right:-10%;width:300px}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-container{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-section h3:after{left:50%;transform:translateX(-50%)}.footer-logo,.footer-social{justify-content:center}.footer-section a:hover{transform:translateX(0)}.footer-credits{flex-direction:column;gap:1rem}}@media (max-width:480px){.footer-section h3{font-size:1.3rem}.footer-logo span{font-size:1.2rem}.footer-social a{font-size:.9rem;height:35px;width:35px}}.product-detail-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);color:#fff;min-height:100vh;padding-top:80px}.product-breadcrumb{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;gap:.5rem;margin:0 auto;max-width:1200px;padding:1rem 2rem}.product-breadcrumb a{color:var(--primary);text-decoration:none;transition:color .3s ease}.product-breadcrumb a:hover{color:var(--accent)}.product-breadcrumb i{font-size:.8rem}.product-detail-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:2rem}.product-images{position:-webkit-sticky;position:sticky;top:100px}.main-image{align-items:center;aspect-ratio:4/3;background:#000;border-radius:20px;display:flex;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative}.main-image img{max-height:100%;max-width:100%;object-fit:contain}.image-counter{background:#000000b3;border-radius:20px;bottom:1rem;color:#fff;font-size:.9rem;padding:.5rem 1rem;position:absolute;right:1rem}.thumbnail-images{display:flex;gap:.5rem;justify-content:center}.thumbnail{background:#ffffff1a;border:2px solid #0000;border-radius:8px;cursor:pointer;height:60px;overflow:hidden;transition:all .3s ease;width:60px}.thumbnail.active{border-color:var(--primary);box-shadow:0 0 10px var(--primary)}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;padding:2rem}.product-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.product-category{background:var(--primary);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.stock-badge{align-items:center;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.stock-badge.in-stock{background:#28a74533;border:1px solid #28a7454d;color:#28a745}.stock-badge.out-of-stock{background:#dc354533;border:1px solid #dc35454d;color:#dc3545}.product-title{color:#fff;font-size:2.5rem;line-height:1.2;margin:1rem 0}.product-brand{color:var(--accent);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.product-price{margin:1.5rem 0}.price{color:var(--accent);display:block;font-size:3rem;font-weight:900}.installments{color:#ffffffb3;font-size:1rem;margin-top:.5rem}.product-description{margin:2rem 0}.product-description h3{color:var(--accent);font-size:1.3rem;margin-bottom:1rem}.product-description p{color:#fffc;line-height:1.6}.product-actions{margin:2rem 0}.quantity-selector{margin-bottom:2rem}.quantity-selector label{color:#fff;display:block;font-weight:600;margin-bottom:.5rem}.quantity-controls{align-items:center;display:flex;gap:.5rem;max-width:150px}.quantity-controls button{align-items:center;background:var(--primary);border:2px solid var(--primary);border-radius:8px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.quantity-controls button:hover:not(:disabled){background:var(--primary);background:var(--primary-dark,var(--primary));transform:scale(1.05)}.quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.quantity-controls input{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:.5rem;text-align:center}.action-buttons{display:flex;flex-direction:column;gap:1rem}.btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-outline{background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.btn-outline:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);box-shadow:0 4px 20px #ff6b3566;color:#fff}.btn-primary:hover{box-shadow:0 8px 30px #ff6b3599;transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.product-tabs{margin-top:3rem}.tab-buttons{border-bottom:1px solid #ffffff1a;display:flex;gap:.5rem;margin-bottom:2rem}.tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#ffffffb3;padding:1rem 1.5rem;transition:all .3s ease}.tab-btn:hover{background:#ffffff0d;color:#fff}.tab-btn.active{background:#ff6b351a;border-bottom-color:var(--accent);color:var(--accent)}.tab-content{color:#fffc}.tab-pane h3{color:var(--accent);font-size:1.5rem;margin-bottom:1rem}.tab-pane h4{color:var(--primary);margin:1.5rem 0 1rem}.features-list,.quick-features ul{list-style:none;padding:0}.features-list li,.quick-features li{align-items:flex-start;background:#ffffff08;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.75rem;padding:.5rem}.features-list li i,.quick-features li i{color:var(--accent);flex-shrink:0;margin-top:.2rem}.specs-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.spec-item{background:#ffffff08;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.spec-label{color:#ffffffb3;font-weight:600}.spec-value{color:#fff;font-weight:500}.related-products{margin:4rem auto;max-width:1200px;padding:0 2rem}.related-products h2{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.related-placeholder{background:#ffffff0d;border-radius:20px;color:#ffffffb3;grid-column:1/-1;padding:3rem;text-align:center}.error-screen,.loading-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.loading-spinner{border:4px solid #ff6b3533;border-top:4px solid var(--accent);margin-bottom:2rem}.error-screen h2,.loading-screen h2{color:#fff;font-size:2rem;margin-bottom:1rem}.error-screen i{color:#dc3545;font-size:4rem;margin-bottom:1rem}@media (max-width:768px){.product-detail-container{gap:2rem;grid-template-columns:1fr;padding:1rem}.product-images{position:static}.main-image{aspect-ratio:3/2}.product-info{padding:1.5rem}.product-title{font-size:1.8rem}.price{font-size:2rem}.quantity-controls{max-width:120px}.action-buttons{gap:.75rem}.specs-grid{grid-template-columns:1fr}.tab-buttons{flex-wrap:wrap}.tab-btn{font-size:.9rem;padding:.75rem 1rem}}@media (max-width:480px){.product-detail-container{padding:.5rem}.product-info{padding:1rem}.price,.product-title{font-size:1.5rem}.action-buttons{flex-direction:column}.thumbnail-images{gap:.25rem}.thumbnail{height:50px;width:50px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about{overflow:hidden;padding:6rem 2rem;position:relative}.about:before{background:radial-gradient(circle at 20% 50%,#0066cc26 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-inner{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:2}.about-img img{filter:grayscale(30%)}.about-img:after{background:linear-gradient(135deg,#0000,#00c4cc33);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.about-img:hover:after{opacity:1}.about-content h2{background:linear-gradient(135deg,#fff,#0ca)}.about-points{display:flex;flex-direction:column;gap:1.5rem}.about-point{align-items:start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem;transition:var(--transition)}.about-point:hover{background:#ffffff14;box-shadow:0 10px 30px #0003;transform:translateX(10px)}.about-point i{color:#0ca;font-size:2rem;text-align:center;transition:var(--transition);width:50px}.about-point:hover i{text-shadow:0 0 20px #0cac;transform:rotate(1turn)}.about-point h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.about-point p{color:#ffffffb3;line-height:1.6;margin:0}@media (max-width:768px){.about{padding:4rem 1rem}.about-inner{gap:2rem;grid-template-columns:1fr}.about-content,.about-img{padding:1.5rem}.about-point{flex-direction:column;padding:1.2rem;text-align:center}.about-point:hover{transform:translateX(0) translateY(-5px)}}@media (max-width:480px){.about-content h2{font-size:1.8rem}.about-subtitle{font-size:1rem}.about-point h3{font-size:1.1rem}.about-point i{font-size:1.5rem}}.about-page{display:flex;flex-direction:column;min-height:100vh;padding:0}.about-page-container{flex:1 1;margin:0 auto;max-width:1200px;padding:6rem 2rem;width:100%}.about-hero{margin-bottom:4rem;padding:2rem;text-align:center}.about-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca 50%,#3dc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.about-content-wrapper{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-img{border-radius:24px;overflow:hidden;padding:2rem;position:relative}.about-img img{border-radius:20px;filter:grayscale(20%);height:auto;transition:var(--transition);width:100%}.about-img:hover img{filter:grayscale(0);transform:scale(1.05)}.about-content{border-radius:24px;padding:2.5rem}.about-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.about-accent-bar{background:linear-gradient(90deg,#0ca,#06c);border-radius:3px;box-shadow:0 0 20px #0ca9;height:5px;margin-bottom:1.5rem;width:80px}.about-subtitle{color:#0ca;font-size:1.2rem;font-weight:500;margin-bottom:1.5rem}.about-content>p{color:#fffc;line-height:1.8;margin-bottom:2rem}.company-values{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}.value-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;text-align:center;transition:var(--transition)}.value-card:hover{background:#ffffff14;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.value-card i{color:#0ca;font-size:2.5rem;margin-bottom:1rem}.value-card h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.value-card p{color:#ffffffb3;line-height:1.6;margin:0}.company-stats{grid-gap:1rem;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:2rem}.stat-item{padding:1rem}.stat-item h4{color:#0ca;font-size:.9rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.stat-item p{color:#fff;font-size:1.5rem;font-weight:700}.about-team{border-radius:24px;padding:3rem;text-align:center}.about-team h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-feature{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:var(--transition)}.team-feature:hover{background:#ffffff14;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.team-feature i{color:#0ca;font-size:3rem;margin-bottom:1rem}.team-feature h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.team-feature p{color:#ffffffb3;line-height:1.6;margin:0}@media (max-width:768px){.about-page-container{padding:4rem 1rem}.about-hero{margin-bottom:3rem;padding:1rem}.about-content-wrapper{gap:2rem;grid-template-columns:1fr}.about-content,.about-img{padding:1.5rem}.company-stats{grid-template-columns:1fr;padding:1.5rem}.about-team{padding:2rem}.team-grid{gap:1.5rem;grid-template-columns:1fr}.team-feature{padding:1.5rem}}@media (max-width:480px){.about-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.value-card{padding:1.2rem}.value-card i{font-size:2rem}.value-card h3{font-size:1.1rem}.team-feature i{font-size:2.5rem}.team-feature h3{font-size:1.1rem}}.internet-services-page{display:flex;flex-direction:column;min-height:100vh;padding:0}.internet-services-container{flex:1 1;margin:0 auto;max-width:1200px;padding:6rem 2rem;width:100%}.internet-hero{margin-bottom:4rem;padding:2rem;text-align:center}.internet-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca 50%,#3dc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.internet-intro{border-radius:24px;margin-bottom:4rem;padding:2rem;text-align:center}.internet-intro h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.internet-intro p{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.intro-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.intro-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:var(--transition)}.intro-item:hover{background:#ffffff14;box-shadow:0 10px 30px #ff008033;transform:translateY(-5px)}.intro-item i{color:#0ca;font-size:3rem;margin-bottom:1rem}.intro-item h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.intro-item p{color:#ffffffb3;line-height:1.6;margin:0}.section-title{border-radius:24px;margin-bottom:3rem;padding:2rem;text-align:center}.section-title h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.section-title p{color:#fffc;font-size:1.1rem}.plans-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.plan-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;display:flex;flex-direction:column;padding:2rem;position:relative;transition:var(--transition)}.plan-card.popular{background:#ff00801a;border:2px solid #0ca;transform:scale(1.05)}.plan-card.enterprise{background:#ff6b351a;border:2px solid #06c;transform:scale(1.03)}.plan-card.custom{background:#9d4edd1a;border:2px solid #00a8cc;transform:scale(1.03)}.custom-badge,.enterprise-badge,.popular-badge{border-radius:50px;box-shadow:0 4px 20px #ff008066;color:#fff;font-size:.85rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.enterprise-badge{background:linear-gradient(135deg,#06c,#049);box-shadow:0 4px 20px #ff6b3566}.custom-badge{background:linear-gradient(135deg,#00a8cc,#08a);box-shadow:0 4px 20px #9d4edd66}.plan-card:hover{box-shadow:0 20px 40px #0000004d,0 0 60px #ff008033;transform:translateY(-10px) scale(1.02)}.plan-card.popular:hover{transform:translateY(-10px) scale(1.05)}.plan-card.custom:hover,.plan-card.enterprise:hover{transform:translateY(-10px) scale(1.03)}.plan-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.plan-header h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.plan-speed{color:#0ca;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 0 20px #ff008080}.plan-price{color:#ffffffe6;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.plan-ideal{color:#ffffffb3;font-size:.95rem;margin:0}.plan-features{flex:1 1;list-style:none;margin:0 0 2rem;padding:0}.plan-features li{align-items:center;border-bottom:1px solid #ffffff0d;color:#fffc;display:flex;gap:.8rem;padding:.8rem 0}.plan-features li:last-child{border-bottom:none}.plan-features i{color:#0ca;flex-shrink:0;font-size:1rem}.plan-btn{align-items:center;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:1rem;width:100%}.additional-services{border-radius:24px;margin-bottom:4rem;padding:3rem;text-align:center}.additional-services h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.additional-services p{color:#fffc;font-size:1.1rem;margin-bottom:3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.service-card:hover{background:#ffffff14;box-shadow:0 10px 30px #ff008033}.service-card i{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.2rem}.service-card p{color:#ffffffb3;margin:0}.internet-cta{border-radius:24px;padding:3rem;text-align:center}.internet-cta h3{color:#fff;font-size:2rem;margin-bottom:1rem}.internet-cta p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.internet-services-container{padding:4rem 1rem}.internet-hero{margin-bottom:3rem;padding:1rem}.internet-intro{margin-bottom:3rem;padding:1.5rem}.intro-grid{gap:1.5rem;grid-template-columns:1fr}.intro-item{padding:1.5rem}.section-title{margin-bottom:2rem;padding:1.5rem}.plans-grid{gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}.plan-card{padding:1.5rem}.plan-card.custom,.plan-card.enterprise,.plan-card.popular{transform:scale(1)}.plan-speed{font-size:2rem}.plan-price{font-size:1.1rem}.additional-services{margin-bottom:3rem;padding:2rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.internet-cta{padding:2rem}.cta-buttons{flex-direction:column}}@media (max-width:480px){.internet-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.plan-header h3{font-size:1.3rem}.plan-features li{font-size:.9rem}.internet-cta h3{font-size:1.5rem}.intro-item i{font-size:2.5rem}.intro-item h3{font-size:1.1rem}.service-card i{font-size:2.5rem}.service-card h3{font-size:1.1rem}}.contact{overflow:hidden;padding:6rem 2rem;position:relative}.contact:before{background:radial-gradient(circle at 80% 20%,#00c4cc1a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:2}.contact-info h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#00c4cc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.contact-info>p{font-size:1.1rem}.contact-item{align-items:center;gap:1.5rem;padding:1.2rem}.contact-item:hover{transform:translateX(10px)}.contact-item i{color:#00c4cc;text-align:center;transition:var(--transition);width:40px}.contact-item:hover i{text-shadow:0 0 20px #00c4cccc;transform:scale(1.2)}.contact-item h4{margin-bottom:.3rem}.contact-whatsapp-link{color:#25d366;font-weight:600}.contact-whatsapp-link:hover{color:#fff;text-shadow:0 0 10px #25d366cc}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-links a{align-items:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.3rem;height:50px;justify-content:center;transition:var(--transition);width:50px}.social-links a:hover{background:#00c4cc33;border-color:#00c4cc;box-shadow:0 10px 30px #00c4cc66;transform:translateY(-5px) rotate(1turn)}.contact-form h3{font-size:1.8rem}.form-grid{grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group select,.submit-btn{cursor:pointer}.submit-btn{background:linear-gradient(135deg,#00c4cc,#06c);border:none;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem;position:relative;transition:var(--transition);width:100%}.submit-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.submit-btn:hover:before{height:400px;width:400px}.submit-btn:hover{box-shadow:0 10px 30px #06c6;transform:translateY(-2px)}@media (max-width:768px){.contact{padding:4rem 1rem}.contact-container{gap:2rem;grid-template-columns:1fr}.contact-form,.contact-info{padding:1.5rem}.form-grid{grid-template-columns:1fr}.contact-item{padding:1rem}.social-links{justify-content:center}}@media (max-width:480px){.contact-info h2{font-size:1.8rem}.contact-item{flex-direction:column;text-align:center}.contact-item:hover{transform:translateX(0) translateY(-5px)}.social-links a{font-size:1.1rem;height:45px;width:45px}}.contact-page{display:flex;flex-direction:column;min-height:100vh;padding:0}.contact-page-container{flex:1 1;margin:0 auto;max-width:1200px;padding:6rem 2rem;width:100%}.contact-hero{margin-bottom:4rem;padding:2rem;text-align:center}.contact-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 50%,var(--secondary-light) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.contact-intro{border-radius:24px;margin-bottom:3rem;padding:2rem;text-align:center}.contact-intro h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.contact-intro p{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.contact-content-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info{border-radius:24px;padding:2.5rem}.contact-info h3{color:#fff;font-size:2rem;margin-bottom:1rem}.contact-info>p{color:#fffc;line-height:1.6}.contact-details,.contact-info>p{margin-bottom:2rem}.contact-item{align-items:flex-start;background:#ffffff0d;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:var(--transition)}.contact-item:hover{background:#ffffff14;transform:translateX(5px)}.contact-item i{color:#0ca;font-size:1.5rem;margin-top:.25rem}.contact-item h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.contact-item p{color:#ffffffb3;line-height:1.4;margin:0}.contact-whatsapp-link{color:var(--accent);font-weight:500;text-decoration:none;transition:var(--transition)}.contact-whatsapp-link:hover{color:var(--accent-light);text-decoration:underline}.business-hours{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.business-hours h4{color:var(--accent);font-size:1.1rem;margin-bottom:1rem}.hours-item{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.25rem 0}.hours-item span:first-child{color:#fffc}.hours-item span:last-child{color:#fff;font-weight:500}.social-links{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.social-links p{color:var(--accent);font-size:1rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{align-items:center;background:#0ca;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:var(--transition);width:40px}.social-icons a:hover{background:#3dc;box-shadow:0 4px 15px #0ca6;transform:translateY(-2px)}.contact-form{border-radius:24px;padding:2.5rem}.contact-form h3{color:#fff;font-size:2rem;margin-bottom:1.5rem}.form-row{grid-gap:1rem;gap:1rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0ca;box-shadow:0 0 0 3px #00ccaa4d}.form-group textarea{min-height:120px}.thank-you{background:#00ccaa1a;border:1px solid #0ca;border-radius:12px;padding:2rem;text-align:center}.thank-you i{color:#0ca;font-size:3rem;margin-bottom:1rem}.thank-you h4{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.thank-you p{color:#ffffffb3;margin:0}.contact-map{border-radius:24px;margin-bottom:3rem;padding:2rem;text-align:center}.contact-map h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.map-placeholder{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:3rem}.map-placeholder i{color:#0ca;font-size:4rem;margin-bottom:1rem}.map-placeholder p{color:#ffffffb3;margin-bottom:1rem}.map-placeholder p:first-of-type{font-size:1.2rem;margin-bottom:1.5rem}.map-actions{margin-top:2rem}.contact-cta{border-radius:24px;padding:3rem;text-align:center}.contact-cta h3{color:#fff;font-size:2rem;margin-bottom:1rem}.contact-cta p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.contact-page-container{padding:4rem 1rem}.contact-hero{margin-bottom:3rem;padding:1rem}.contact-intro{margin-bottom:2rem;padding:1.5rem}.contact-content-wrapper{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.contact-form,.contact-info{padding:1.5rem}.form-row{gap:0;grid-template-columns:1fr}.contact-map{margin-bottom:2rem;padding:1.5rem}.contact-cta,.map-placeholder{padding:2rem}.cta-buttons{flex-direction:column}.social-icons{justify-content:center}}@media (max-width:480px){.contact-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.contact-form h3,.contact-info h3{font-size:1.5rem}.contact-item,.hours-item{flex-direction:column;text-align:center}.hours-item{gap:.25rem}.map-placeholder i{font-size:3rem}}.stats{overflow:hidden;padding:6rem 2rem;position:relative}.stats:before{background:linear-gradient(180deg,#0000,#0066cc14);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px;position:relative;z-index:2}.stat-item{cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:var(--transition)}.stat-item:before{background:radial-gradient(circle,#00ccaa4d 0,#0000 70%);content:"";height:100px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease,transform .3s ease;width:100px}.stat-item:hover:before{opacity:1;transform:translate(-50%,-50%) scale(2)}.stat-item:hover{box-shadow:0 20px 40px #0000004d,0 0 60px #0ca3;transform:translateY(-5px)}.stat-item i{color:#0ca;display:block;font-size:3rem;margin-bottom:1rem;transition:var(--transition)}.stat-item:hover i{text-shadow:0 0 30px #0cac;transform:scale(1.2)}.stat-item .number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 0 30px #00ccaa80}.stat-item p{color:#fffc;font-size:1.1rem;margin:0}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.stat-item .number{animation:countUp .8s ease-out}@media (max-width:768px){.stats{padding:4rem 1rem}.stats-container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.5rem}.stat-item .number,.stat-item i{font-size:2.5rem}.stat-item p{font-size:1rem}}@media (max-width:480px){.stats-container{grid-template-columns:1fr}.stat-item .number{font-size:2rem}}.services-page{display:flex;flex-direction:column;min-height:100vh;padding:0}.services-container{flex:1 1;margin:0 auto;max-width:1200px;padding:6rem 2rem;width:100%}.services-hero{margin-bottom:4rem;padding:2rem;text-align:center}.services-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 50%,var(--secondary-light) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.hero-subtitle{color:var(--accent)}.services-intro{border-radius:24px;margin-bottom:3rem;padding:2rem;text-align:center}.services-intro h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.services-intro p{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.stats-section{margin-bottom:4rem}.stats-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;text-align:center}.services-grid{border-radius:24px;margin-bottom:4rem;padding:3rem}.services-grid h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;text-align:center}.services-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{border-radius:24px;padding:2.5rem;text-align:center;transition:var(--transition)}.service-card:hover{box-shadow:0 15px 40px #00ccaa4d;transform:translateY(-5px)}.service-card i{color:#0ca;font-size:4rem;margin-bottom:1.5rem}.service-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0;padding:0}.service-features li{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.service-features i{color:#0ca;font-size:.8rem;margin:0}.process-section{border-radius:24px;margin-bottom:4rem;padding:3rem}.process-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem;text-align:center}.process-section p{color:#fffc;font-size:1.1rem;margin-bottom:3rem;text-align:center}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{border-radius:16px;padding:2rem;position:relative;text-align:center;transition:var(--transition)}.process-step:hover{box-shadow:0 10px 30px #0ca3;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#06c,#0ca);border-radius:50%;box-shadow:0 5px 20px #0ca6;color:#fff;display:flex;font-size:1.5rem;font-weight:900;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.process-step p{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0}.services-cta{border-radius:24px;padding:3rem;text-align:center}.services-cta h3{color:#fff;font-size:2rem;margin-bottom:1rem}.services-cta p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.services-container{padding:4rem 1rem}.services-hero{margin-bottom:3rem;padding:1rem}.services-intro{margin-bottom:2rem;padding:1.5rem}.services-grid{margin-bottom:3rem;padding:2rem}.services-cards{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.service-card i{font-size:3rem}.service-card h3{font-size:1.3rem}.process-section{margin-bottom:3rem;padding:2rem}.process-grid{gap:1.5rem;grid-template-columns:1fr}.process-step{padding:1.5rem}.services-cta{padding:2rem}.cta-buttons{flex-direction:column}}@media (max-width:480px){.services-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.service-card i{font-size:2.5rem}.service-card h3{font-size:1.1rem}.step-number{font-size:1.2rem;height:50px;width:50px}.process-step h3{font-size:1.1rem}}.login-page,.register-page{display:flex;flex-direction:column;min-height:100vh;padding:0}.login-container,.register-container{flex:1 1;margin:0 auto;max-width:1200px;padding:6rem 2rem;width:100%}.login-hero,.register-hero{margin-bottom:4rem;padding:2rem;text-align:center}.login-hero h1,.register-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0ca 50%,#3dc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.hero-subtitle{color:#0ca;font-size:1.3rem;font-weight:500;margin:0}.login-form,.register-form{border-radius:24px;margin-bottom:2rem;padding:3rem}.login-form h2,.register-benefits h3,.register-form h2{color:#fff;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;text-align:center}.form-row{margin-bottom:1rem}.form-group{margin-bottom:2rem}.form-group label{color:#0ca;font-size:1rem}.input-group{align-items:center;display:flex;position:relative}.input-group i{color:#0ca;font-size:1rem;left:1rem;position:absolute;z-index:1}.input-group input,.input-group textarea{background:#ffffff0d;border:1px solid #fff3;border-radius:12px;color:#fff;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:var(--transition);width:100%}.input-group input:focus,.input-group textarea:focus{border-color:#0ca;box-shadow:0 0 0 3px #ff00804d;outline:none}.input-group input:disabled{background:#ffffff08;cursor:not-allowed}.password-toggle{background:none;border:none;color:#0ca;cursor:pointer;padding:.5rem;position:absolute;right:1rem;transition:var(--transition)}.password-toggle:hover{color:#3dc}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.password-hint{color:#fff9}.error-text,.password-hint{display:block;font-size:.85rem;margin-top:.5rem}.error-text{color:#06c;font-weight:500}.form-options{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.checkbox-container{align-items:center;color:#fffc;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.checkbox-container input[type=checkbox]{display:none}.checkmark{border:2px solid #0ca;border-radius:4px;height:18px;position:relative;transition:var(--transition);width:18px}.checkbox-container input:checked+.checkmark{background:#0ca}.checkbox-container input:checked+.checkmark:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.forgot-password{color:#0ca;font-size:.9rem;text-decoration:none;transition:var(--transition)}.forgot-password:hover{color:#3dc;text-decoration:underline}.login-btn,.register-btn{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:2rem;padding:1.2rem;transition:var(--transition);width:100%}.login-btn:hover,.register-btn:hover{box-shadow:0 8px 25px #ff008066;transform:translateY(-2px)}.login-btn:disabled,.register-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.divider{color:#fff9;margin:2rem 0;position:relative;text-align:center}.divider:before{background:#fff3;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:var(--gradient-dark);padding:0 1rem;position:relative;z-index:1}.social-login,.social-register{margin-bottom:2rem;text-align:center}.social-login p,.social-register p{color:#fffc;margin-bottom:1rem}.social-buttons{display:flex;gap:1rem;justify-content:center}.social-btn{align-items:center;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.8rem 1.5rem;transition:var(--transition)}.social-btn:hover:not(:disabled){background:#ffffff1a;border-color:#0ca;transform:translateY(-2px)}.social-btn:disabled{cursor:not-allowed;opacity:.5}.google-btn:hover{background:#db44371a;border-color:#db4437}.facebook-btn:hover{background:#4267b21a;border-color:#4267b2}.login-prompt,.signup-prompt{text-align:center}.login-prompt p,.signup-prompt p{color:#fffc;margin:0}.login-prompt a,.signup-prompt a{color:#0ca;font-weight:600;text-decoration:none;transition:var(--transition)}.login-prompt a:hover,.signup-prompt a:hover{color:#3dc;text-decoration:underline}.login-info,.register-benefits{border-radius:24px;padding:2.5rem}.login-info h3,.register-benefits h3{color:#fff;font-size:clamp(1.8rem,3vw,2.2rem);margin-bottom:2rem;text-align:center}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:1rem;padding:1.5rem;transition:var(--transition)}.benefit-item:hover{background:#ffffff14;transform:translateX(5px)}.benefit-item i{color:#0ca;flex-shrink:0;font-size:2rem;margin-top:.25rem}.benefit-item h4{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.benefit-item p{color:#ffffffb3;line-height:1.6;margin:0}.error-message{align-items:center;background:#ff6b351a;border:1px solid #06c;border-radius:12px;color:#38d;display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem}.error-message i{font-size:1.2rem}.admin-notice{margin:2rem 0;text-align:center}.admin-notice p{align-items:center;color:#0ca;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin:0}.admin-notice i{font-size:1rem}@media (max-width:768px){.login-container,.register-container{padding:4rem 1rem}.login-hero,.register-hero{margin-bottom:3rem;padding:1rem}.login-form,.login-info,.register-benefits,.register-form{padding:2rem}.form-row{gap:0;grid-template-columns:1fr}.form-options{align-items:flex-start;gap:1rem}.benefit-item,.form-options,.social-buttons{flex-direction:column}.benefit-item{text-align:center}.benefit-item i{margin:0}}@media (max-width:480px){.login-hero h1,.register-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.login-form h2,.login-info h3,.register-benefits h3,.register-form h2{font-size:1.5rem}.benefit-item{padding:1rem}.benefit-item i{font-size:1.5rem}.benefit-item h4{font-size:1rem}}.checkout-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);color:#fff;min-height:100vh;padding-top:80px}.checkout-container{margin:0 auto;max-width:1200px;padding:2rem}.checkout-header{margin-bottom:3rem;text-align:center}.checkout-header h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.checkout-header p{color:#ffffffb3;font-size:1.1rem}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-top:2rem}.checkout-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;padding:2rem}.checkout-form h2{border-bottom:2px solid var(--accent);color:var(--accent);font-size:1.8rem;margin-bottom:2rem;padding-bottom:.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#fff;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#ffffff26;border-color:var(--accent);box-shadow:0 0 0 3px #ff6b3533;outline:none}.form-group textarea{min-height:80px}.checkout-submit{background:#25d366!important;border:none;border-radius:25px;color:#fff!important;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.checkout-submit:hover{background:#128c7e!important;transform:translateY(-2px)}.order-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.order-summary h2{border-bottom:2px solid var(--accent);color:var(--accent);font-size:1.8rem;padding-bottom:.5rem}.order-items,.order-summary h2{margin-bottom:2rem}.order-item{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 0}.order-item:last-child{border-bottom:none}.item-info h4{color:#fff;font-size:1rem;margin:0 0 .25rem}.item-info p{color:#ffffffb3;font-size:.9rem;margin:0}.item-price{color:var(--accent);font-size:1rem;font-weight:600;text-align:right}.order-total{border-top:2px solid #ffffff1a;padding-top:1.5rem}.total-row{align-items:center;color:#fff;display:flex;font-size:1.3rem;font-weight:600;justify-content:space-between}.total-row span:first-child{color:#fffc}.order-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.order-actions .btn{font-size:1rem;padding:.75rem 1.5rem}.checkout-success{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.checkout-success i{color:var(--accent);font-size:5rem;margin-bottom:2rem}.checkout-success h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.checkout-success p{color:#fffc;font-size:1.1rem;margin-bottom:2rem;max-width:600px}.success-actions{flex-wrap:wrap;gap:1rem}.checkout-empty,.success-actions{display:flex;justify-content:center}.checkout-empty{align-items:center;flex-direction:column;min-height:60vh;padding:2rem;text-align:center}.checkout-empty i{color:#ffffff4d;font-size:4rem;margin-bottom:2rem}.checkout-empty h2{color:#fff;font-size:2rem;margin-bottom:1rem}.checkout-empty p{color:#ffffffb3;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.checkout-container{padding:1rem}.checkout-content{gap:2rem;grid-template-columns:1fr}.checkout-form,.order-summary{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.checkout-header h1{font-size:2rem}.success-actions{align-items:center;flex-direction:column}.success-actions .btn{max-width:300px;width:100%}}@media (max-width:480px){.checkout-container{padding:.5rem}.checkout-form,.order-summary{padding:1rem}.checkout-header h1{font-size:1.8rem}.order-item{align-items:flex-start;flex-direction:column;gap:.5rem}.item-price{margin-top:.5rem;text-align:left}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn,.glass,.glass-card,.glass-header,.info-modal-content,.product-card,.shop-modal-content,.shop-product-card,.showcase-card{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transform:translateZ(0);will-change:transform}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.lazy-image{transition:none!important}}html{scroll-behavior:smooth}body{-webkit-overflow-scrolling:touch}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.floating-whatsapp{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#0ca,#0a8);border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #00ccaa80,0 0 40px #0ca6;color:#fff;display:flex;font-size:1.8rem;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:60px;z-index:1000}.floating-whatsapp:hover{box-shadow:0 8px 30px #0ca9,0 0 60px #00ccaa80;transform:translateY(-5px) scale(1.1)}@keyframes pulse{0%,to{box-shadow:0 4px 20px #00ccaa80,0 0 40px #0ca6}50%{box-shadow:0 4px 20px #00ccaab3,0 0 40px #0ca9}}.animate-fade-up{animation:fadeUp .8s forwards;opacity:0;transform:translateY(30px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.animate-fade-up[style*=animation-delay]{animation-delay:0s;animation-delay:var(--delay,0s)}.admin-section{background:var(--gradient-dark);min-height:100vh;overflow:hidden;padding:6rem 2rem;position:relative}.admin-section:before{background:radial-gradient(circle at 10% 20%,#00c4cc1a 0,#0000 40%),radial-gradient(circle at 80% 80%,#0066cc1a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.admin-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.admin-header{margin-bottom:3rem;text-align:center}.admin-header h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:.5rem}.admin-header p{color:#ffffffb3;font-size:1.2rem}.admin-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.tab-btn{align-items:center;background:#0000;border:2px solid #fff3;border-radius:50px;color:#fffc;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:var(--transition)}.tab-btn.active,.tab-btn:hover{background:#00c4cc33;border-color:#00c4cc;color:#fff}.admin-controls{display:flex;justify-content:flex-end;margin-bottom:2rem}.product-form{margin-bottom:3rem;padding:2rem}.product-form h3{color:#fff;font-size:1.8rem;margin-bottom:2rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#fffc;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff14;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:1rem;padding:.8rem;transition:var(--transition);width:100%}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#ffffff1f;border-color:#00c4cc;box-shadow:0 0 20px #00c4cc4d;outline:none}.image-upload{gap:1rem}.image-upload,.upload-btn{align-items:center;display:flex}.upload-btn{background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;gap:.5rem;padding:.8rem 1.5rem;transition:var(--transition)}.upload-btn:hover{background:#ffffff26;border-color:#00c4cc}.image-preview{border-radius:8px;height:100px;overflow:hidden;width:100px}.image-preview img{height:100%;object-fit:cover;width:100%}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.products-table{margin-bottom:3rem;padding:2rem}.products-table h3{color:#fff;font-size:1.8rem;margin-bottom:2rem}.table-wrapper{box-shadow:0 0 30px #0000004d}table{border-collapse:collapse;min-width:800px;width:100%}thead{background:#00c4cc1a}th{border-bottom:2px solid #00c4cc4d;color:#00c4cc;font-weight:600;text-align:left}td,th{padding:1rem}td{border-bottom:1px solid #ffffff1a;color:#fffc}tr{transition:var(--transition)}tbody tr:hover{background:#ffffff0d}.product-thumb{object-fit:cover}.no-image,.product-thumb{border-radius:8px;height:50px;width:50px}.no-image{background:#ffffff1a;color:#ffffff4d;justify-content:center}.no-image,.stock-control{align-items:center;display:flex}.stock-control{gap:.5rem}.stock-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;transition:var(--transition);width:24px}.stock-btn:hover{background:#00c4cc33;border-color:#00c4cc}.category-badge{background:#00c4cc33;border:1px solid #00c4cc4d;border-radius:20px;color:#00c4cc}.category-badge,.stock-badge{display:inline-block;font-size:.85rem;padding:.3rem .8rem}.stock-badge{background:#25d36633;border-radius:20px;color:#25d366;font-weight:600;min-width:40px;text-align:center}.stock-badge.low-stock{background:#ffa60033;color:#ffa600}.stock-badge.out-of-stock{background:#ff525233;color:#ff5252}.status-indicator{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase}.status-indicator.in-stock{background:#25d36633;color:#25d366}.status-indicator.low-stock{background:#ffa60033;color:#ffa600}.status-indicator.out-of-stock{background:#ff525233;color:#ff5252}.status-indicator.hot{background:linear-gradient(135deg,#ff525233,#ff174433);color:#ff1744}.actions{display:flex;gap:.5rem}.action-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#ffffffb3;cursor:pointer;display:flex;height:35px;justify-content:center;transition:var(--transition);width:35px}.action-btn:hover{transform:translateY(-2px)}.action-btn.edit:hover{background:#00c4cc33;border-color:#00c4cc;color:#00c4cc}.action-btn.delete:hover{background:#ff525233;border-color:#ff5252;color:#ff5252}.appearance-settings{padding:2rem 0}.settings-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.setting-card{padding:2rem}.setting-card h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.logo-upload{text-align:center}.current-logo{align-items:center;border:2px dashed #fff3;border-radius:12px;display:flex;height:150px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;width:150px}.current-logo img{max-height:100%;max-width:100%;object-fit:contain}.logo-placeholder{color:#ffffff4d;text-align:center}.logo-placeholder i{display:block;font-size:3rem;margin-bottom:.5rem}.color-settings{display:flex;flex-direction:column;gap:1.5rem}.color-input{align-items:center;display:flex;gap:1rem}.color-input label{color:#fffc;flex:1 1}.color-input input[type=color]{border:none;border-radius:8px;cursor:pointer;height:50px;width:50px}.color-input span{color:#fff9;font-family:monospace}.text-settings .form-group{margin-bottom:1rem}.settings-actions{display:flex;gap:1rem;justify-content:center}.admin-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.stat-card{padding:2rem;text-align:center;transition:var(--transition)}.stat-card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.stat-card i{color:#00c4cc;display:block;font-size:3rem;margin-bottom:1rem}.stat-card h4{color:#fffc;font-size:1.2rem;margin-bottom:.5rem}.stat-card p{color:#fff;font-size:2rem;font-weight:700;margin:0}@media (max-width:768px){.admin-section{padding:4rem 1rem}.admin-tabs{flex-wrap:wrap}.tab-btn{font-size:.9rem;padding:.6rem 1rem}.form-grid{grid-template-columns:1fr}.table-wrapper{border-radius:8px}.admin-stats,.settings-grid{grid-template-columns:1fr}.admin-stats{gap:1.5rem}}@media (max-width:480px){.admin-header h1{font-size:2rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.image-upload{flex-direction:column}}.admin-dashboard{width:100%}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.admin-dashboard .stat-card{border-radius:16px;padding:2rem;text-align:center}.admin-dashboard .stat-card i{color:var(--accent);font-size:3rem;margin-bottom:1rem}.admin-dashboard .stat-card h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.admin-dashboard .stat-number{color:var(--accent);font-size:2.5rem;font-weight:900;margin:0}.admin-dashboard .admin-controls{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.admin-customers,.admin-orders{width:100%}.admin-customers h3,.admin-orders h3{color:#fff;font-size:2rem;margin-bottom:2rem}.customers-table,.orders-table{border-radius:16px;overflow:hidden}.customers-table h4,.orders-table h4{color:#fff;font-size:1.5rem;margin-bottom:1rem;padding:1rem}.table-wrapper{border-radius:12px;overflow-x:auto}.customers-table table,.orders-table table{border-collapse:collapse;width:100%}.customers-table th,.orders-table th{background:#ffffff1a;color:var(--accent);font-weight:600;padding:1rem;text-align:left}.customers-table td,.orders-table td{border-bottom:1px solid #ffffff0d;color:#fffc;padding:1rem}.customers-table tr:hover,.orders-table tr:hover{background:#ffffff08}.status-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-badge.pending{background:#ffc10733;color:#0ca}.status-badge.processing{background:#007bff33;color:#007bff}.status-badge.shipped{background:#17a2b833;color:#17a2b8}.status-badge.delivered{background:#28a74533;color:#28a745}.status-badge.cancelled{background:#dc354533;color:#dc3545}.status-badge.active{background:#28a74533;color:#28a745}.status-badge.inactive{background:#6c757d33;color:#6c757d}.admin-analytics{width:100%}.admin-analytics h3{color:#fff;font-size:2rem;margin-bottom:2rem}.analytics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.admin-analytics .stat-card{border-radius:16px;padding:2rem;text-align:center}.admin-analytics .stat-card i{color:var(--accent);font-size:3rem;margin-bottom:1rem}.admin-analytics .stat-card h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.admin-analytics .stat-number{color:var(--accent);font-size:2rem;font-weight:900;margin:0}.charts-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-card{border-radius:16px;padding:2rem}.chart-card h4{color:#fff;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.chart-placeholder{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;height:200px;justify-content:center}.chart-placeholder i{color:var(--accent);font-size:4rem;margin-bottom:1rem}.chart-placeholder p{color:#fff9;margin:0}.loading-screen{padding:4rem 2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ff008033;border-radius:50%;border-top-color:#0ca;height:60px;margin:0 auto 2rem;width:60px}.loading-screen h2{color:#fff;font-size:2rem;margin-bottom:1rem}.loading-screen p{color:#ffffffb3;font-size:1.1rem}@media (max-width:768px){.analytics-grid,.dashboard-grid{gap:1.5rem;grid-template-columns:1fr}.charts-section{grid-template-columns:1fr}.table-wrapper{font-size:.9rem}.customers-table td,.customers-table th,.orders-table td,.orders-table th{padding:.75rem .5rem}.admin-analytics .admin-controls,.admin-controls,.admin-dashboard .admin-controls{align-items:center;flex-direction:column}}.faq-section{align-items:center;background:linear-gradient(135deg,#06c,#00c4cc);display:flex;justify-content:center;min-height:100vh;padding:5rem 1.5rem}.faq-container.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:24px;box-shadow:0 8px 32px 0 #1f26872e;color:#fff;max-width:700px;padding:3rem 2.5rem;width:100%}.faq-container h1{color:#fff;font-size:2.2rem;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:2rem}.faq-item h3{color:#00c4cc;font-size:1.15rem;margin-bottom:.5rem}.faq-item p{color:#e2e8f0;font-size:1.05rem;margin:0}@media (max-width:600px){.faq-container.glass{padding:1.5rem .7rem}.faq-section{padding:2rem .2rem}}.privacy-section{align-items:center;background:linear-gradient(135deg,#06c,#00c4cc);display:flex;justify-content:center;min-height:100vh;padding:5rem 1.5rem}.privacy-container.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:24px;box-shadow:0 8px 32px 0 #1f26872e;color:#fff;max-width:700px;padding:3rem 2.5rem;width:100%}.privacy-container h1{color:#fff;font-size:2.2rem;margin-bottom:2rem;text-align:center}.privacy-container h3{color:#00c4cc;margin-bottom:.7rem;margin-top:2rem}.privacy-container ul{margin:0 0 1.2rem 1.2rem}.privacy-container li,.privacy-container p,.privacy-container ul{color:#e2e8f0;font-size:1.05rem}.privacy-container a{color:#00c4cc;text-decoration:underline}@media (max-width:600px){.privacy-container.glass{padding:1.5rem .7rem}.privacy-section{padding:2rem .2rem}}.consultation-section{background:linear-gradient(135deg,#06c,#00c4cc);min-height:100vh;padding:5rem 1.5rem}.consultation-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.consultation-info h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.consultation-info>p{color:#e2e8f0;font-size:1.2rem;margin-bottom:2rem}.service-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.service-item{align-items:start;display:flex;gap:1rem}.service-item i{color:#00c4cc;font-size:2rem;width:50px}.service-item h3{color:#fff;margin-bottom:.3rem}.service-item p{color:#e2e8f0;margin:0}.consultation-form{padding:2.5rem}.consultation-form h2{color:#fff;margin-bottom:2rem;text-align:center}.consultation-form input,.consultation-form select,.consultation-form textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:1rem;margin-bottom:1.2rem;padding:.8rem;width:100%}.consultation-form input::placeholder,.consultation-form textarea::placeholder{color:#ffffffb3}.consultation-form button{font-size:1.1rem;padding:1rem;width:100%}@media (max-width:768px){.consultation-container{grid-template-columns:1fr}}.support-section{background:linear-gradient(135deg,#06c,#00c4cc);min-height:100vh;padding:5rem 1.5rem}.support-container{margin:0 auto;max-width:1100px}.support-container h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.support-subtitle{color:#e2e8f0;font-size:1.2rem;margin-bottom:3rem;text-align:center}.support-channels{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.support-card{padding:2rem;text-align:center;text-decoration:none;transition:transform .3s}.support-card:hover{transform:translateY(-5px)}.support-card i{color:#00c4cc;font-size:3rem;margin-bottom:1rem}.support-card h3{color:#fff;margin-bottom:.5rem}.support-card p{color:#e2e8f0;margin-bottom:1rem}.support-action{color:#00c4cc;font-weight:600}.troubleshooting{margin-bottom:2rem;padding:2.5rem}.troubleshooting h2{color:#fff;margin-bottom:2rem;text-align:center}.guides-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.guide-item h3{color:#00c4cc;margin-bottom:1rem}.guide-item ol{color:#e2e8f0;padding-left:1.5rem}.guide-item li{margin-bottom:.5rem}.emergency-notice{align-items:center;background:#ffa60026;display:flex;gap:1.5rem;padding:2rem}.emergency-notice i{color:#ffa600;font-size:2.5rem}.emergency-notice h3{color:#fff;margin-bottom:.3rem}.emergency-notice p{color:#e2e8f0;margin:0}
/*# sourceMappingURL=main.2bbf78b7.css.map*/