@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Exo 2",sans-serif;background-color:#121212;color:#f0f0f0;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}h1,h2,h3{font-family:Orbitron,sans-serif;font-weight:700;line-height:1.2}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}@media(max-width:768px){h2{font-size:2rem}}section{padding:5rem 0;overflow:hidden}.container{width:90%;max-width:1200px;margin:0 auto}section .container,main .container,footer .container{overflow-x:hidden}header{background-color:#121212cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333;position:sticky;top:0;z-index:100}header nav{display:flex;justify-content:space-between;align-items:center;height:80px}header .nav-actions{display:flex;align-items:center;gap:1.5rem;position:relative}@media(max-width:768px){header .nav-actions{gap:1rem}}header .logo-link{text-decoration:none;margin-right:auto}header .logo-container{font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:700;color:#f0f0f0;z-index:101;position:relative;overflow:hidden;width:240px;height:40px;display:flex;align-items:center}@media(max-width:768px){header .logo-container{font-size:1.4rem;width:180px;height:32px}}header .logo-text{position:absolute;top:0;left:0;width:100%;opacity:0;white-space:nowrap}@media(max-width:768px){header .logo-text{font-size:1.4rem}}header .logo-text{transform:translateY(10px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),color .5s ease;white-space:nowrap;text-align:left;height:100%;display:flex;align-items:center}header .logo-text.logo-default.active{opacity:1;transform:translateY(0)}header .logo-text.logo-works.active{opacity:1;transform:translateY(0);color:#c4151c}header .logo-text.logo-audio.active{opacity:1;transform:translateY(0);color:#00bfff}header .logo-container.show-audio .logo-default{opacity:0;transform:translateY(-10px)}header .logo-container.show-audio .logo-audio{opacity:1;transform:translateY(0);color:#00bfff}header .logo-container.show-audio .logo-works{opacity:0;transform:translateY(10px)}header .logo-container.show-works .logo-default{opacity:0;transform:translateY(-10px)}header .logo-container.show-works .logo-audio{opacity:0;transform:translateY(10px)}header .logo-container.show-works .logo-works{opacity:1;transform:translateY(0);color:#c4151c}header .logo-animated{display:flex;align-items:center;height:100%}header .logo-animated .logo-char-container{display:flex;align-items:center}header .logo-animated .logo-char{display:inline-block;font-family:Orbitron,sans-serif;font-weight:700;font-size:1.6rem;transition:opacity .3s ease,transform .3s ease,color .5s ease}header ul.nav-links{list-style:none;display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}header ul.nav-links li{white-space:nowrap}header ul.nav-links li a{font-weight:700;transition:color .3s ease,text-shadow .3s ease;white-space:nowrap}header ul.nav-links li a:hover{color:#00bfff}header ul.nav-links li a.nav-button:hover{color:#c4151c}header ul.nav-links li a.active-page{color:#00bfff;text-shadow:0 0 10px rgba(0,191,255,.7)}header ul.nav-links li a.active-page.nav-button{color:#f0f0f0;text-shadow:0 0 10px rgba(196,21,28,.7);border-color:#c4151c}@media(max-width:768px){header ul.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#121212;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:100px;transform:translate(100%);transition:transform .4s ease-in-out;z-index:100;overflow-y:auto}header ul.nav-links.active{transform:translate(0)}header ul.nav-links li{margin:1.2rem 0}header ul.nav-links li:first-child{display:block!important}header ul.nav-links a{font-size:1.4rem}}.hamburger{display:none;cursor:pointer;z-index:101}.hamburger span{display:block;width:25px;height:3px;margin:5px;background-color:#f0f0f0;transition:all .3s ease-in-out}@media(max-width:768px){.hamburger{display:block}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}@media(max-width:768px){body.menu-open .logo-link,body.menu-open .logo-container{opacity:0!important;pointer-events:none;transition:opacity .2s ease}body.menu-open{overflow:hidden}}footer{text-align:center;padding:2rem 0;border-top:1px solid #333;font-size:.9rem}footer .footer-social{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;align-items:center}@media(max-width:768px){footer .footer-social{flex-direction:column;gap:.5rem}}footer .footer-social .social-row{display:flex;align-items:center;gap:.5rem}footer .footer-social .social-row .brand-name{color:#aaa;font-size:.85rem;min-width:90px;text-align:right}@media(max-width:768px){footer .footer-social .social-row .brand-name{min-width:80px;font-size:.8rem}}footer .footer-social .social-row .brand-icons{display:flex;gap:.5rem}footer .footer-social .social-link{color:#888;transition:color .3s ease;display:flex;align-items:center;text-decoration:none;padding:4px}footer .footer-social .social-link svg{flex-shrink:0}footer .footer-social .social-link.social-instagram:hover{color:#e1306c}footer .footer-social .social-link.social-whatsapp:hover{color:#25d366}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.8rem;font-family:Orbitron,sans-serif;font-weight:700;text-transform:uppercase;border-radius:8px;transition:all .3s ease;cursor:pointer;border:2px solid;position:relative;overflow:hidden;font-size:1rem}@media(max-width:768px){.cta-button{padding:.75rem 1.25rem;font-size:.85rem}}.cta-button .btn-icon,.cta-button .cart-icon{flex-shrink:0;transition:transform .3s ease}.cta-button .btn-text{transition:transform .3s ease}.cta-button:hover{transform:translateY(-2px)}.cta-button:hover .cart-icon,.cta-button:hover .btn-icon{transform:scale(1.15) rotate(5deg)}.cta-button:active{transform:translateY(0)}.nav-button{background-color:#c4151c;color:#f0f0f0;box-shadow:0 0 15px #c4151c4d}.nav-button:hover{background-color:#f0f0f0;color:#c4151c!important;box-shadow:0 0 25px #c4151cb3}.nav-servis-link{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00bfff33,#c4151c33);border:1px solid rgba(0,191,255,.4);border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.nav-servis-link:hover{background:linear-gradient(135deg,#00bfff66,#c4151c66);border-color:#00bfff;box-shadow:0 0 15px #00bfff66;transform:translateY(-2px)}.nav-actions .profile-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#00bfff40,#c4151c59);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 15px #00bfff40;color:#f0f0f0;transition:all .3s ease;order:2;margin-left:1.25rem}.nav-actions .profile-icon svg{width:22px;height:22px;fill:currentColor}.nav-actions .profile-icon:hover{box-shadow:0 0 20px #00bfff73;transform:translateY(-2px)}.nav-actions .nav-links{order:1}.nav-actions .profile-menu{position:absolute;top:calc(100% + .75rem);right:0;width:220px;background:#1e1e1ef2;border-radius:12px;border:1px solid #333;box-shadow:0 15px 35px #00000073;padding:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:120}.nav-actions .profile-menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.nav-actions .profile-menu a,.nav-actions .profile-menu button{width:100%;background:none;border:none;color:#f0f0f0;font-family:"Exo 2",sans-serif;font-size:.95rem;text-align:left;padding:.5rem .4rem;border-radius:6px;cursor:pointer;transition:color .3s ease,background-color .3s ease}.nav-actions .profile-menu a:hover,.nav-actions .profile-menu button:hover{color:#00bfff;background-color:#00bfff26}.nav-actions .profile-menu button{text-transform:none}.nav-actions .profile-menu[hidden],.nav-links .auth-link.auth-guest{display:none}@media(max-width:768px){.nav-links .auth-link.auth-guest{display:block}}.nav-links .auth-link.auth-user{display:none}@media(max-width:768px){.nav-links .auth-link.auth-user{display:block}}.nav-links .auth-link a{font-weight:600}.button-audio{background-color:#00bfff;color:#121212;box-shadow:0 0 15px #00bfff4d}.button-audio:hover{background-color:#f0f0f0;box-shadow:0 0 25px #00bfffb3}.button-works{background-color:#c4151c;color:#f0f0f0;box-shadow:0 0 15px #c4151c4d}.button-works:hover{background-color:#f0f0f0;color:#c4151c;box-shadow:0 0 25px #c4151cb3}.button-main-cta{background-color:#00bfff;color:#121212;font-size:1.2rem;padding:1rem 2rem;width:100%;box-shadow:0 0 15px #00bfff4d}.button-main-cta:hover{background-color:#f0f0f0;box-shadow:0 0 25px #00bfffb3}.service-card{background-color:#1e1e1e;padding:2.5rem;border-radius:8px;flex-basis:400px;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px)}.service-card h3{font-size:1.8rem;margin-bottom:1rem}.service-card a{color:#f0f0f0;font-weight:700;margin-top:1rem;display:inline-block}.card-audio{border-top:5px solid #00bfff;box-shadow:0 10px 30px #00bfff1a}.card-audio:hover{box-shadow:0 10px 40px #00bfff4d}.card-audio a:hover{color:#00bfff}.card-works{border-top:5px solid #c4151c;box-shadow:0 10px 30px #ff45001a}.card-works:hover{box-shadow:0 10px 40px #ff45004d}.card-works a:hover{color:#c4151c}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000004d;position:relative;height:300px;background-size:cover;background-position:center;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.03)}.gallery-item .item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1rem 1rem;transition:all .3s ease}.gallery-item .item-overlay h3{font-size:1.2rem;color:#f0f0f0}.gallery-item:hover .item-overlay{background:linear-gradient(to top,rgba(0,0,0,.95),transparent 80%)}.contact-form{max-width:800px;margin:2rem auto 0;text-align:left}.contact-form .form-feedback{font-size:.9rem;margin-top:.5rem;padding:.75rem 1rem;border-radius:6px;border:1px solid #333;background-color:#121212d9;color:#bbb}.contact-form .form-feedback[data-type=error]{color:#ff6b6b;border-color:#ff6b6b66}.contact-form .form-feedback[data-type=success]{color:#00bfff;border-color:#00bfff66}.form-group{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.form-group{flex-direction:column;gap:0}}.contact-form input,.contact-form textarea{width:100%;padding:1rem;background-color:#121212;border:1px solid #444;border-radius:5px;color:#f0f0f0;font-family:"Exo 2",sans-serif;font-size:1rem;transition:all .3s ease;margin-bottom:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#00bfff;box-shadow:0 0 10px #00bfff4d}.contact-form textarea{resize:vertical}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.back-to-top-button{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#00bfff;color:#121212;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,box-shadow .3s ease;z-index:90;box-shadow:0 5px 15px #00bfff66}.back-to-top-button svg{fill:#121212;transition:transform .3s ease}.back-to-top-button:hover{background-color:#f0f0f0;box-shadow:0 8px 25px #00bfff99}.back-to-top-button:hover svg{transform:translateY(-3px)}.back-to-top-button.visible{opacity:1;visibility:visible;transform:translateY(0)}.dynamic-status{padding:2rem;text-align:center;background-color:#1e1e1e;border-radius:8px;border:1px solid #333;color:#bbb;font-size:1rem;line-height:1.6;margin:0 auto}.dynamic-status.error{color:#ff6b6b;border-color:#ff6b6b66;box-shadow:0 0 20px #ff6b6b26}.order-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.order-modal .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.order-modal .modal-content{position:relative;background-color:#1e1e1e;border:2px solid #00bfff;border-radius:12px;box-shadow:0 0 50px #00bfff80;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;z-index:10000;animation:modalSlideIn .3s ease}@media(max-width:768px){.order-modal .modal-content{max-width:95%}}.order-modal .modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#f0f0f0;cursor:pointer;transition:color .3s ease,transform .3s ease;line-height:1;padding:0;width:32px;height:32px}.order-modal .modal-close:hover{color:#c4151c;transform:rotate(90deg)}.order-modal .modal-header{padding:2rem;border-bottom:1px solid #333}.order-modal .modal-header h2{color:#00bfff;font-size:1.8rem;margin:0;text-shadow:0 0 10px rgba(0,191,255,.5)}.order-modal .modal-body{padding:2rem}.order-modal .order-summary{background-color:#12121280;border:1px solid #333;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.order-modal .order-summary .product-info h3{color:#f0f0f0;font-size:1.3rem;margin:0 0 .5rem}.order-modal .order-summary .product-info .product-price{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;color:#00bfff;margin:0;text-shadow:0 0 8px rgba(0,191,255,.4)}.order-modal .order-form .form-group{margin-bottom:1.5rem}.order-modal .order-form .form-group label{display:block;color:#f0f0f0;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.order-modal .order-form .form-group input[type=number],.order-modal .order-form .form-group textarea{width:100%;padding:.75rem;background-color:#121212;border:1px solid #444;border-radius:6px;color:#f0f0f0;font-family:"Exo 2",sans-serif;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.order-modal .order-form .form-group input[type=number]:focus,.order-modal .order-form .form-group textarea:focus{outline:none;border-color:#00bfff;box-shadow:0 0 10px #00bfff4d}.order-modal .order-form .form-group textarea{resize:vertical;min-height:100px}.order-modal .order-form .form-actions{display:flex;gap:1rem;margin-top:2rem}.order-modal .order-form .form-actions .btn{flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Orbitron,sans-serif}.order-modal .order-form .form-actions .btn:disabled{opacity:.6;cursor:not-allowed}.order-modal .order-form .form-actions .btn-secondary{background-color:#121212;color:#f0f0f0;border:1px solid #444}.order-modal .order-form .form-actions .btn-secondary:hover:not(:disabled){background-color:#333;border-color:#666}.order-modal .order-form .form-actions .btn-primary{background-color:#00bfff;color:#121212;box-shadow:0 0 15px #00bfff4d;display:flex;align-items:center;justify-content:center;gap:.5rem}.order-modal .order-form .form-actions .btn-primary:hover:not(:disabled){background-color:#f0f0f0;box-shadow:0 0 25px #00bfff99;transform:translateY(-2px)}.order-modal .order-form .form-actions .btn-primary .btn-icon{flex-shrink:0}.order-modal .order-status{margin-top:1.5rem;padding:1rem;border-radius:6px;text-align:center;font-weight:600}.order-modal .order-status.success{background-color:#00bfff33;color:#00bfff;border:1px solid #00bfff}.order-modal .order-status.error{background-color:#c4151c33;color:#c4151c;border:1px solid #c4151c}.order-modal .order-status.info{background-color:#8883;color:#ccc;border:1px solid #666}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-container{position:fixed;top:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;gap:1rem;pointer-events:none}@media(max-width:768px){.toast-container{top:1rem;right:1rem;left:1rem}}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#121212f2;border-radius:8px;box-shadow:0 4px 20px #0006;min-width:300px;max-width:500px;pointer-events:all;opacity:0;transform:translate(400px);transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.toast{min-width:auto;width:100%}}.toast.toast-show{opacity:1;transform:translate(0)}.toast.toast-hide{opacity:0;transform:translate(400px)}.toast .toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.toast .toast-icon svg{display:block}.toast .toast-message{flex:1;color:#f0f0f0;font-size:.95rem;line-height:1.4}.toast .toast-close{flex-shrink:0;background:none;border:none;color:#f0f0f099;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.toast .toast-close:hover{background:#f0f0f01a;color:#f0f0f0}.toast.toast-success{border-left:4px solid #4CAF50}.toast.toast-success .toast-icon{background:#4caf5033;color:#4caf50}.toast.toast-error{border-left:4px solid #c4151c}.toast.toast-error .toast-icon{background:#c4151c33;color:#c4151c}.toast.toast-warning{border-left:4px solid #FF9800}.toast.toast-warning .toast-icon{background:#ff980033;color:#ff9800}.toast.toast-info{border-left:4px solid #00bfff}.toast.toast-info .toast-icon{background:#00bfff33;color:#00bfff}.confirm-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001;display:flex;align-items:center;justify-content:center}.confirm-modal[hidden]{display:none}.confirm-modal .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirm-modal .confirm-modal-content{position:relative;max-width:450px;width:90%;background:linear-gradient(135deg,#121212fa,#1a1a1afa);border:1px solid rgba(196,21,28,.3);border-radius:16px;padding:2rem;box-shadow:0 10px 50px #00000080,0 0 30px #c4151c33;animation:modalSlideIn .3s ease-out;text-align:center}.confirm-modal .confirm-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;background:#c4151c1a;border:2px solid #c4151c;border-radius:50%;color:#c4151c}.confirm-modal .confirm-icon svg{filter:drop-shadow(0 0 10px rgba(196,21,28,.5))}.confirm-modal .confirm-title{color:#f0f0f0;font-size:1.5rem;margin:0 0 1rem;font-weight:700}.confirm-modal .confirm-message{color:#f0f0f0cc;font-size:1rem;line-height:1.6;margin:0 0 2rem}.confirm-modal .confirm-actions{display:flex;gap:1rem;justify-content:center}.confirm-modal .confirm-actions .btn{flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Orbitron,sans-serif}.confirm-modal .confirm-actions .btn:disabled{opacity:.6;cursor:not-allowed}.confirm-modal .confirm-actions .btn-secondary{background-color:#121212;color:#f0f0f0;border:1px solid #444}.confirm-modal .confirm-actions .btn-secondary:hover:not(:disabled){background-color:#333;border-color:#666}.confirm-modal .confirm-actions .btn-danger{background-color:#c4151c;color:#f0f0f0;box-shadow:0 0 15px #c4151c4d}.confirm-modal .confirm-actions .btn-danger:hover:not(:disabled){background-color:#961015;box-shadow:0 0 25px #c4151c99;transform:translateY(-2px)}.floating-cart-icon{position:fixed;bottom:2rem;right:2rem;width:70px;height:70px;background:linear-gradient(135deg,#00bfff,#3dceff);border:3px solid rgba(240,240,240,.25);border-radius:50%;box-shadow:0 8px 30px #00bfffb3,0 0 20px #00bfff66,inset 0 2px 10px #fff3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9998;animation:cartPulse 2s ease-in-out infinite}.floating-cart-icon svg{fill:#121212;width:32px;height:32px;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.floating-cart-icon:hover{background:linear-gradient(135deg,#4dd2ff,#f0f0f0);box-shadow:0 12px 45px #00bfffe6,0 0 35px #00bfff99,inset 0 2px 15px #ffffff4d;transform:translateY(-6px) scale(1.12) rotate(5deg);border-color:#f0f0f080;animation:none}.floating-cart-icon:hover svg{fill:#121212;transform:scale(1.15) rotate(-5deg)}.floating-cart-icon:active{transform:translateY(-3px) scale(1.08)}.floating-cart-icon .cart-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#c4151c,#961015);color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:.8rem;font-weight:700;min-width:26px;height:26px;border-radius:13px;display:flex;align-items:center;justify-content:center;padding:0 7px;box-shadow:0 3px 12px #c4151c99,0 0 8px #c4151c66;border:2px solid #121212;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.floating-cart-icon .cart-badge.visible{opacity:1;transform:scale(1);animation:badgeBounce .5s ease-out}@media(max-width:768px){.floating-cart-icon{bottom:1rem;right:1rem;width:60px;height:60px}.floating-cart-icon svg{width:28px;height:28px}}.checkout-page .floating-cart-icon{display:none!important}@keyframes cartPulse{0%,to{box-shadow:0 8px 30px #00bfffb3,0 0 20px #00bfff66,inset 0 2px 10px #fff3}50%{box-shadow:0 8px 35px #00bfffcc,0 0 25px #00bfff80,inset 0 2px 12px #ffffff40}}@keyframes badgeBounce{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.cart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none}.cart-modal[hidden]{display:none}.cart-modal .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease;pointer-events:all}.cart-modal:not([hidden]) .modal-overlay{opacity:1}.cart-modal .modal-content{position:fixed;bottom:0;right:0;width:420px;max-width:90vw;height:calc(100vh - 100px);max-height:700px;background:linear-gradient(135deg,#121212fa,#1a1a1afa);border:1px solid rgba(0,191,255,.3);border-radius:16px 0 0;box-shadow:-5px 0 30px #00000080,0 0 30px #00bfff33;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:all;display:flex;flex-direction:column}@media(max-width:768px){.cart-modal .modal-content{width:100%;max-width:100%;height:70vh;border-radius:16px 16px 0 0}}.cart-modal:not([hidden]) .modal-content{transform:translate(0)}.cart-modal .modal-close{position:absolute;top:1rem;right:1rem;background:#c4151c33;border:1px solid #c4151c;color:#c4151c;width:32px;height:32px;border-radius:50%;font-size:1.3rem;line-height:1;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.cart-modal .modal-close:hover{background:#c4151c;color:#f0f0f0;transform:rotate(90deg)}.cart-modal .modal-header{padding:1.5rem;border-bottom:1px solid rgba(0,191,255,.2);background:#00bfff0d;flex-shrink:0}.cart-modal .modal-header h2{margin:0;color:#00bfff;font-size:1.4rem;display:flex;align-items:center;gap:.5rem;text-shadow:0 0 15px rgba(0,191,255,.5)}.cart-modal .modal-header h2 svg{width:24px;height:24px;filter:drop-shadow(0 0 8px rgba(0,191,255,.6))}.cart-modal .cart-modal-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column}.cart-modal .cart-modal-body::-webkit-scrollbar{width:8px}.cart-modal .cart-modal-body::-webkit-scrollbar-track{background:#1212124d;border-radius:4px}.cart-modal .cart-modal-body::-webkit-scrollbar-thumb{background:#00bfff80;border-radius:4px}.cart-modal .cart-modal-body::-webkit-scrollbar-thumb:hover{background:#00bfffb3}.cart-modal .cart-items{flex:1;margin-bottom:1rem}.cart-modal .cart-empty{text-align:center;padding:3rem 1rem;color:#888;font-size:1.1rem}.cart-modal .cart-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#1212124d;border:1px solid #333;border-radius:8px;margin-bottom:1rem;transition:border-color .3s ease}.cart-modal .cart-item:hover{border-color:#00bfff}.cart-modal .cart-item-image{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background-color:#12121280;border:1px solid rgba(0,191,255,.2)}.cart-modal .cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-modal .cart-item-info{flex:1}.cart-modal .cart-item-info .cart-item-name{color:#f0f0f0;font-size:1.1rem;margin:0 0 .5rem}.cart-modal .cart-item-info .cart-item-price{color:#00bfff;font-family:Orbitron,sans-serif;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.cart-modal .cart-item-info .cart-item-note{color:#aaa;font-size:.85rem;margin:0;font-style:italic}.cart-modal .cart-item-controls{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.cart-modal .quantity-control{display:flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#121212cc,#1a1a1ae6);border:1px solid rgba(0,191,255,.3);border-radius:8px;padding:.3rem;box-shadow:0 2px 10px #0000004d}.cart-modal .quantity-control .qty-btn{width:32px;height:32px;background:linear-gradient(135deg,#00bfff26,#00bfff0d);border:1px solid rgba(0,191,255,.3);border-radius:6px;color:#00bfff;font-size:1.3rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-modal .quantity-control .qty-btn:hover{background:linear-gradient(135deg,#00bfff,#3cf);color:#121212;border-color:#00bfff;box-shadow:0 0 12px #00bfff80;transform:scale(1.1)}.cart-modal .quantity-control .qty-btn:active{transform:scale(.95)}.cart-modal .quantity-control .qty-input{width:55px;text-align:center;background:#00bfff0d;border:1px solid rgba(0,191,255,.2);border-radius:4px;color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700;padding:.3rem;transition:all .3s ease}.cart-modal .quantity-control .qty-input:focus{outline:none;border-color:#00bfff;background:#00bfff1a;box-shadow:0 0 8px #00bfff4d}.cart-modal .quantity-control .qty-input::-webkit-outer-spin-button,.cart-modal .quantity-control .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-modal .quantity-control .qty-input[type=number]{-moz-appearance:textfield;appearance:textfield}.cart-modal .cart-item-remove{background:none;border:none;color:#c4151c;cursor:pointer;padding:.25rem;transition:all .3s ease}.cart-modal .cart-item-remove:hover{color:#f0f0f0;transform:scale(1.1)}.cart-modal .cart-item-remove svg{display:block}.cart-modal .cart-summary{border-top:2px solid rgba(0,191,255,.3);padding-top:1rem;margin-top:auto;flex-shrink:0;background:#12121280;padding:1rem;border-radius:8px}.cart-modal .clear-confirm{background:#c4151c1a;border:1px solid rgba(196,21,28,.3);border-radius:8px;padding:1rem;margin-bottom:1rem;animation:slideDown .2s ease-out}.cart-modal .clear-confirm .clear-confirm-text{color:#f0f0f0e6;font-size:.9rem;margin:0 0 .75rem;text-align:center}.cart-modal .clear-confirm .clear-confirm-actions{display:flex;gap:.5rem}.cart-modal .clear-confirm .clear-confirm-actions .btn-small{flex:1;padding:.5rem 1rem;font-size:.85rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font-family:Orbitron,sans-serif}.cart-modal .clear-confirm .clear-confirm-actions .btn-cancel{background:#f0f0f01a;color:#f0f0f0;border:1px solid rgba(240,240,240,.2)}.cart-modal .clear-confirm .clear-confirm-actions .btn-cancel:hover{background:#f0f0f026}.cart-modal .clear-confirm .clear-confirm-actions .btn-confirm{background:#c4151c;color:#f0f0f0}.cart-modal .clear-confirm .clear-confirm-actions .btn-confirm:hover{background:#961015}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-modal .cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.cart-modal .cart-total .total-price{color:#00bfff;font-family:Orbitron,sans-serif;font-size:1.8rem;text-shadow:0 0 10px rgba(0,191,255,.5)}.cart-modal .cart-actions{display:flex;gap:1rem}.cart-modal .cart-actions .btn{flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Orbitron,sans-serif}.cart-modal .cart-actions .btn:disabled{opacity:.6;cursor:not-allowed}.cart-modal .cart-actions .btn-secondary{background-color:#121212;color:#f0f0f0;border:1px solid #444}.cart-modal .cart-actions .btn-secondary:hover:not(:disabled){background-color:#333;border-color:#666}.cart-modal .cart-actions .btn-primary{background-color:#00bfff;color:#121212;box-shadow:0 0 15px #00bfff4d}.cart-modal .cart-actions .btn-primary:hover:not(:disabled){background-color:#f0f0f0;box-shadow:0 0 25px #00bfff99;transform:translateY(-2px)}.cart-modal .cart-status{margin-top:1.5rem;padding:1rem;border-radius:6px;text-align:center;font-weight:600}.cart-modal .cart-status.success{background-color:#00bfff33;color:#00bfff;border:1px solid #00bfff}.cart-modal .cart-status.error{background-color:#c4151c33;color:#c4151c;border:1px solid #c4151c}.cart-modal .cart-status.info{background-color:#8883;color:#ccc;border:1px solid #666}.hero{display:flex;width:100%;min-height:calc(100vh - 80px);height:calc(100vh - 80px);padding:0;contain:layout}@media(max-width:768px){.hero{flex-direction:column;min-height:auto;height:auto}}.hero-content{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}@media(max-width:768px){.hero-content{padding:2rem 1.5rem;min-height:50vh;text-align:center}.hero-content .content-wrapper{opacity:1!important}}.hero-content{transition:flex-grow .8s cubic-bezier(.25,.8,.25,1)}.hero-content .content-wrapper{z-index:2;transition:opacity .8s ease;opacity:.8}.hero-content:hover{flex-grow:2.5}.hero-content:hover .content-wrapper{opacity:1}.hero-content h1{font-size:3rem;margin-bottom:1rem}@media(max-width:768px){.hero-content h1{font-size:2rem}}.hero-content h2,.hero-content .hero-brand{font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:2px;text-align:left;display:block;margin-bottom:.5rem}@media(max-width:768px){.hero-content h2,.hero-content .hero-brand{font-size:1rem;text-align:center}}.hero-content .hero-title-secondary{font-size:3rem;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.hero-content .hero-title-secondary{font-size:2rem}}.hero-content p{font-size:1.1rem;margin-bottom:2rem;max-width:500px}@media(max-width:768px){.hero-content p{font-size:.95rem;margin-bottom:1.5rem}}@media(max-width:768px){.hero-content{min-height:50vh;text-align:center}.hero-content h2{text-align:center}}.hero:hover .hero-content:not(:hover){flex-grow:.5}.hero:hover .hero-content:not(:hover) .content-wrapper{opacity:.3}.left-side{background:linear-gradient(135deg,#00141ebf,#003c50a6),url(/images/cyberaudio.jpg) center/cover no-repeat;border-right:2px solid #00bfff}.left-side h2{color:#00bfff}@media(max-width:768px){.left-side{border-right:none;border-bottom:2px solid #00bfff}}.right-side{background:linear-gradient(135deg,#1e0a0abf,#501414a6),url(/images/Cyberworks.jpg) center/cover no-repeat}.right-side h2{color:#c4151c}.services-container{display:flex;justify-content:center;gap:2rem}@media(max-width:768px){.services-container{flex-direction:column}}.gallery{background-color:#1e1e1e}@media(max-width:768px){.gallery{padding:2rem 0}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr;gap:1rem}}.gallery-loading{grid-column:1/-1;text-align:center;padding:3rem;color:#888}.gallery-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(0,191,255,.2);border-top-color:#00bfff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.gallery-loading p{font-size:1rem}.no-projects{grid-column:1/-1;text-align:center;padding:3rem;color:#888;font-size:1.1rem}@keyframes spin{to{transform:rotate(360deg)}}.about{display:flex;align-items:center;gap:3rem}.about .about-content{flex:1}.about .about-content h2{text-align:left}.about .about-image{flex:1;height:350px;background-size:cover;background-position:center;border-radius:8px}@media(max-width:768px){.about{flex-direction:column}.about .about-content h2{text-align:center}}.final-cta{background-color:#1e1e1e;text-align:center}.final-cta h2{font-size:3rem}@media(max-width:768px){.final-cta h2{font-size:2.2rem}}.final-cta p{font-size:1.2rem;margin-bottom:2rem}.page-title{text-align:center;margin-bottom:4rem;padding-top:2rem}@media(max-width:768px){.page-title{margin-bottom:2rem;padding-top:1rem}}.page-title h1{font-size:3.5rem;color:#f0f0f0;margin-bottom:.5rem;text-shadow:0 0 10px rgba(240,240,240,.2)}@media(max-width:768px){.page-title h1{font-size:2rem}}.page-title p{font-size:1.2rem;color:#999}@media(max-width:768px){.page-title p{font-size:1rem;padding:0 1rem}}.gallery-grid.full-page-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.gallery-grid.full-page-grid{grid-template-columns:1fr;gap:1rem}}.service-category{background-color:#1e1e1e;border-radius:8px;margin-bottom:3rem;overflow:hidden;position:relative}.service-category:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.05;z-index:0}.service-category .category-header,.service-category .category-content{position:relative;z-index:1}.service-category .category-header{padding:2rem 2.5rem;background-color:#1e1e1ecc}.service-category .category-header h2{font-size:2.5rem;text-align:left;margin-bottom:.25rem}.service-category .category-header h3{font-family:"Exo 2",sans-serif;font-size:1.2rem;font-weight:400;color:#ccc}.service-category .category-content{display:flex;align-items:stretch;padding:0 2.5rem 2.5rem}@media(max-width:768px){.service-category .category-content{flex-direction:column;padding:0 1.5rem 1.5rem}}.service-category .service-list{flex:1}.service-category .service-list ul{list-style:none;padding-left:0}.service-category .service-list li{font-size:1.1rem;padding:.8rem 0;border-bottom:1px solid #333}.service-category .service-list li:before{content:"//:";margin-right:.75rem;font-weight:700;font-family:Orbitron,sans-serif;opacity:.6}.service-category .service-image{flex:1;min-height:300px;background-size:cover;background-position:center;border-radius:8px}@media(max-width:768px){.service-category .service-image{order:-1;margin-bottom:1.5rem;border-radius:8px}}.service-category.category-audio{border:1px solid #00bfff;box-shadow:0 0 25px #00bfff33}.service-category.category-audio .category-header h2{color:#00bfff}.service-category.category-audio .service-list li:before{color:#00bfff}.service-category.category-audio:before{background-image:linear-gradient(#121212cc,#121212cc),url(https://placehold.co/1000x800/111/00bfff?text=PCB+Desen)}.service-category.category-works{border:1px solid #c4151c;box-shadow:0 0 25px #c4151c33}.service-category.category-works .category-header h2{color:#c4151c}.service-category.category-works .service-list li:before{color:#c4151c}.service-category.category-works:before{background-image:linear-gradient(#121212cc,#121212cc),url(https://placehold.co/1000x800/111/ff4500?text=Blueprint+Desen)}@media(min-width:769px){.service-category.category-works .category-content{flex-direction:row-reverse}}.filter-menu{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}@media(max-width:768px){.filter-menu{gap:.5rem;margin-bottom:2rem;padding:0 .5rem}}.filter-menu button{font-family:Orbitron,sans-serif;font-weight:700;font-size:1rem;padding:.6rem 1.5rem;background-color:#1e1e1e;color:#f0f0f0;border:2px solid #444;border-radius:30px;cursor:pointer;transition:all .3s ease}.filter-menu button:hover{background-color:#f0f0f0;color:#121212}.filter-menu button.active{background-color:#00bfff;border-color:#00bfff;color:#121212;box-shadow:0 0 15px #00bfff80}@media(max-width:768px){.filter-menu button{font-size:.85rem;padding:.5rem 1rem}}.item-overlay .category-tag{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:700;border-radius:4px;position:absolute;top:1rem;right:1rem;text-transform:uppercase}.item-overlay .category-tag.audio-tag{background-color:#00bfff;color:#121212}.item-overlay .category-tag.works-tag{background-color:#c4151c;color:#f0f0f0}.philosophy-block{background-color:#1e1e1e;text-align:center;padding-top:4rem;padding-bottom:4rem}.philosophy-block h2{font-size:1.5rem;color:#f0f0f0;letter-spacing:1px}.philosophy-block p{font-size:1.2rem;max-width:800px;margin:1rem auto 0;line-height:1.8;color:#ccc}.story-block{display:flex;align-items:center;gap:3rem;padding-top:5rem;padding-bottom:5rem}.story-block .story-content{flex:1.2}.story-block .story-content h2{text-align:left;font-size:2.5rem;color:#c4151c;text-shadow:0 0 10px rgba(196,21,28,.3)}.story-block .story-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.story-block .story-image{flex:1;height:350px;background-size:cover;background-position:center;border-radius:8px;border:2px solid #c4151c;box-shadow:0 0 25px #c4151c4d}@media(max-width:768px){.story-block{flex-direction:column}.story-block .story-content h2{text-align:center}}.contact-page-wrapper{display:flex;gap:3rem}.contact-page-wrapper h2{font-size:2rem;text-align:left;color:#f0f0f0}.contact-page-wrapper p{color:#ccc;margin-bottom:1.5rem}.contact-page-wrapper .contact-form-container{flex:1.5;background-color:#1e1e1e;padding:2.5rem;border-radius:8px;border:1px solid #333}.contact-page-wrapper .contact-info-container{flex:1}.contact-page-wrapper .info-block{margin-bottom:2rem}.contact-page-wrapper .info-block h3{font-family:Orbitron,sans-serif;font-size:1.2rem;color:#00bfff;margin-bottom:.5rem;text-transform:uppercase;text-shadow:0 0 10px rgba(0,191,255,.3)}.contact-page-wrapper .info-block p{font-size:1.1rem;line-height:1.6;margin-bottom:0;color:#f0f0f0}.contact-page-wrapper .map-container{border-radius:8px;overflow:hidden;border:1px solid #444}.contact-page-wrapper .map-container iframe{display:block;filter:grayscale(100%) invert(90%)}@media(max-width:768px){.contact-page-wrapper{flex-direction:column;gap:2rem}.contact-page-wrapper h2{font-size:1.5rem;text-align:center}.contact-page-wrapper .contact-form-container{order:-1;padding:1.5rem}.contact-page-wrapper .info-block{text-align:center}.contact-page-wrapper .info-block h3,.contact-page-wrapper .info-block p{font-size:1rem}}.blog-post-card{display:flex;background-color:#1e1e1e;border-radius:8px;overflow:hidden;margin-bottom:2.5rem;border:1px solid #333;transition:all .3s ease}.blog-post-card:hover{border-color:#555;box-shadow:0 10px 30px #0000004d}.blog-post-card .card-image-link{flex:1;min-width:300px}.blog-post-card .card-image{width:100%;height:100%;min-height:250px;background-size:cover;background-position:center;position:relative;transition:transform .3s ease}.blog-post-card .card-image .category-tag{position:absolute;top:1rem;left:1rem}.blog-post-card .card-image-link:hover .card-image{transform:scale(1.05)}.blog-post-card .card-content{flex:1.5;padding:2rem;display:flex;flex-direction:column}.blog-post-card .post-date{font-family:"Exo 2",sans-serif;font-size:.85rem;color:#999;text-transform:uppercase;margin-bottom:.5rem}.blog-post-card .post-title{font-size:1.8rem;margin-bottom:1rem}.blog-post-card .post-title a{transition:color .3s ease}.blog-post-card .post-title a:hover{color:#00bfff}.blog-post-card .post-excerpt{font-size:1rem;color:#ccc;flex-grow:1;margin-bottom:1.5rem}@media(max-width:768px){.blog-post-card{flex-direction:column}.blog-post-card .card-image-link{min-width:unset}.blog-post-card .post-title{font-size:1.5rem}}.post-container{max-width:900px}.post-header-full{text-align:center;padding:2rem 0;border-bottom:1px solid #333;margin-bottom:2rem}.post-header-full .category-tag{margin-bottom:1rem}.post-header-full h1{font-size:3rem;margin-bottom:1rem}.post-header-full .post-meta{font-size:.9rem;color:#999}.post-featured-image{width:100%;height:400px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:2.5rem}.post-content{font-size:1.1rem;line-height:1.8}.post-content p,.post-content ul,.post-content pre{margin-bottom:1.5rem}.post-content h2,.post-content h3{text-align:left;margin-top:2.5rem;margin-bottom:1rem}.post-content h2{font-size:2rem;color:#00bfff}.post-content h3{font-size:1.5rem;color:#c4151c}.post-content ul{list-style:disc;padding-left:2rem}.post-content pre{background-color:#121212;border:1px solid #333;border-radius:8px;padding:1.5rem;overflow-x:auto}.post-content pre code{font-family:Consolas,Monaco,monospace;font-size:.95rem}.services-hero{background:linear-gradient(135deg,#00bfff1a,#c4151c1a),linear-gradient(180deg,#121212,#1e1e1e);padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}@media(max-width:768px){.services-hero{padding:3rem 1rem 2rem}}.services-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,191,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(196,21,28,.1) 0%,transparent 50%);pointer-events:none}.services-hero .services-hero-content{position:relative;z-index:1}.services-hero .services-hero-content h1{font-size:4rem;background:linear-gradient(135deg,#00bfff,#c4151c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}@media(max-width:768px){.services-hero .services-hero-content h1{font-size:2rem}}.services-hero .services-hero-content p{font-size:1.3rem;color:#aaa;max-width:600px;margin:0 auto}@media(max-width:768px){.services-hero .services-hero-content p{font-size:1rem;padding:0 .5rem}}.service-section{margin-bottom:4rem}@media(max-width:768px){.service-section{margin-bottom:2rem}}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem 2rem;border-radius:12px;background:#1e1e1e}@media(max-width:768px){.section-header{flex-direction:column;text-align:center;padding:1rem;gap:1rem;margin-bottom:1.5rem}}.section-header .section-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.section-header .section-icon{width:50px;height:50px}}.section-header .section-icon .material-icons{font-size:32px;color:#fff}@media(max-width:768px){.section-header .section-icon .material-icons{font-size:26px}}.section-header .section-title .section-brand{font-family:Orbitron,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:.25rem}@media(max-width:768px){.section-header .section-title .section-brand{font-size:.75rem}}.section-header .section-title h2{font-size:1.5rem;text-align:left;color:#f0f0f0;margin:0}@media(max-width:768px){.section-header .section-title h2{font-size:1.2rem;text-align:center}}.section-header.section-audio{border:1px solid rgba(0,191,255,.3);box-shadow:0 0 30px #00bfff1a}.section-header.section-audio .section-icon{background:linear-gradient(135deg,#00bfff,#007399)}.section-header.section-audio .section-brand{color:#00bfff}.section-header.section-works{border:1px solid rgba(196,21,28,.3);box-shadow:0 0 30px #c4151c1a}.section-header.section-works .section-icon{background:linear-gradient(135deg,#c4151c,#680b0f)}.section-header.section-works .section-brand{color:#c4151c}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1rem}}.service-card-new{background:#1e1e1e;border-radius:16px;padding:2rem;border:1px solid #333;transition:all .3s ease;position:relative;overflow:hidden}@media(max-width:768px){.service-card-new{padding:1.25rem;border-radius:12px}}.service-card-new:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#555,transparent);opacity:0;transition:opacity .3s ease}.service-card-new:hover{transform:translateY(-5px);border-color:#555;box-shadow:0 20px 40px #0000004d}.service-card-new:hover:before{opacity:1}.service-card-new .service-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}@media(max-width:768px){.service-card-new .service-card-icon{width:48px;height:48px;border-radius:12px;margin-bottom:1rem}}.service-card-new .service-card-icon .material-icons{font-size:28px;color:#fff}@media(max-width:768px){.service-card-new .service-card-icon .material-icons{font-size:24px}}.service-card-new .service-card-icon.audio-icon{background:linear-gradient(135deg,#00bfff,#0086b3);box-shadow:0 8px 20px #00bfff4d}.service-card-new .service-card-icon.works-icon{background:linear-gradient(135deg,#c4151c,#7f0e12);box-shadow:0 8px 20px #c4151c4d}.service-card-new h3{font-size:1.3rem;color:#f0f0f0;margin-bottom:.75rem}@media(max-width:768px){.service-card-new h3{font-size:1.15rem}}.service-card-new p{font-size:.95rem;color:#999;line-height:1.6;margin-bottom:1.25rem}@media(max-width:768px){.service-card-new p{font-size:.9rem;margin-bottom:1rem}}.service-card-new .service-features{list-style:none;padding:0;margin:0}.service-card-new .service-features li{font-size:.9rem;color:#bbb;padding:.5rem 0;border-top:1px solid #333;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.service-card-new .service-features li{font-size:.85rem;padding:.4rem 0}}.service-card-new .service-features li:before{content:"✓";color:#00bfff;font-weight:700}.section-divider{display:flex;align-items:center;gap:2rem;margin:4rem 0}.section-divider .divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#444,transparent)}.section-divider .divider-icon{width:50px;height:50px;border-radius:50%;background:#1e1e1e;border:1px solid #444;display:flex;align-items:center;justify-content:center}.section-divider .divider-icon .material-icons{font-size:24px;color:#666}.services-cta{background:linear-gradient(135deg,#00bfff1a,#c4151c1a),#121212;padding:5rem 2rem;text-align:center;border-top:1px solid #333}@media(max-width:768px){.services-cta{padding:3rem 1rem}}.services-cta .cta-content{max-width:600px;margin:0 auto}.services-cta .cta-content h2{font-size:2.5rem;margin-bottom:1rem}@media(max-width:768px){.services-cta .cta-content h2{font-size:1.75rem}}.services-cta .cta-content p{font-size:1.1rem;color:#999;margin-bottom:2rem}@media(max-width:768px){.services-cta .cta-content p{font-size:1rem;margin-bottom:1.5rem}}.services-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.services-cta .cta-buttons{flex-direction:column;align-items:center;gap:.75rem}}.services-cta .cta-buttons .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;transition:all .3s ease}@media(max-width:768px){.services-cta .cta-buttons .cta-button{padding:.85rem 1.5rem;width:100%;max-width:280px;justify-content:center}}.services-cta .cta-buttons .cta-button .material-icons{font-size:20px}.services-cta .cta-buttons .cta-button.button-primary{background:linear-gradient(135deg,#00bfff,#09c);color:#121212}.services-cta .cta-buttons .cta-button.button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00bfff66}.services-cta .cta-buttons .cta-button.button-secondary{background:transparent;border:2px solid #555;color:#f0f0f0}.services-cta .cta-buttons .cta-button.button-secondary:hover{border-color:#f0f0f0;background:#f0f0f01a}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:768px){.product-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{background-color:#1e1e1e;border-radius:8px;overflow:hidden;border:1px solid #333;display:flex;flex-direction:column;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);border-color:#555;box-shadow:0 10px 30px #0000004d}.product-card:hover .product-image{transform:scale(1.05)}.product-card .product-image-link{display:block;overflow:hidden;text-decoration:none}.product-card .product-image{height:250px;background-size:cover;background-position:center;position:relative;transition:transform .45s ease}.product-card .category-tag{position:absolute;top:1rem;right:1rem;display:inline-block;padding:.4rem 1rem;font-size:.75rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:1px}.product-card .category-tag.audio-tag{background-color:#00bfff;color:#121212}.product-card .category-tag.works-tag{background-color:#c4151c;color:#f0f0f0}.product-card .product-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card .product-title-link{text-decoration:none;color:#f0f0f0;transition:color .3s ease}.product-card .product-title-link:hover{color:#00bfff}.product-card .product-title{font-size:1.3rem;margin-bottom:.75rem;flex-grow:1}.product-card .product-description{font-size:.9rem;color:#ccc;margin-bottom:1.5rem}.product-card .product-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #333;padding-top:1rem}.product-card .product-price{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;color:#00bfff;text-shadow:0 0 8px rgba(0,191,255,.4)}.product-card .product-price.price-works{color:#c4151c;text-shadow:0 0 8px rgba(196,21,28,.4)}.product-card .product-price.price-audio{color:#00bfff;text-shadow:0 0 8px rgba(0,191,255,.4)}.thank-you-page{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.thank-you-page .page-title h1{color:#00bfff;text-shadow:0 0 10px rgba(0,191,255,.4)}.thank-you-page .thank-you-content{text-align:center}.thank-you-page .thank-you-content p{font-size:1.2rem;color:#ccc;margin-bottom:1rem}.auth-page{min-height:calc(100vh - 160px);display:flex;align-items:center;padding:4rem 0}.auth-page .auth-card{max-width:480px;margin:0 auto;background-color:#1e1e1e;padding:3rem;border-radius:12px;border:1px solid #333;box-shadow:0 0 35px #00bfff1a}@media(max-width:768px){.auth-page .auth-card{padding:2rem}}.auth-page .page-title{margin-bottom:2rem}.auth-page .page-title h1{font-size:2.5rem}.auth-page .page-title p{color:#bbb;font-size:1rem}.auth-page .auth-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.auth-page .auth-form label{font-family:Orbitron,sans-serif;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;color:#00bfff}.auth-page .auth-form input{width:100%;padding:.9rem 1rem;background-color:#121212;border:1px solid #333;border-radius:6px;color:#f0f0f0;font-size:1rem;transition:all .3s ease}.auth-page .auth-form input:focus{outline:none;border-color:#00bfff;box-shadow:0 0 12px #00bfff4d}.auth-page .auth-form .button-main-cta{margin-top:.5rem}.auth-page .auth-form .form-feedback{font-size:.9rem;line-height:1.4;background-color:#121212cc;border:1px solid #333;border-radius:6px;padding:.75rem 1rem;color:#bbb}.auth-page .auth-form .form-feedback[data-type=error]{color:#ff6b6b;border-color:#ff6b6b66}.auth-page .auth-form .form-feedback[data-type=success]{color:#00bfff;border-color:#00bfff66}.auth-page .auth-switch{text-align:center;color:#bbb;font-size:.95rem}.auth-page .auth-switch a{color:#00bfff;font-weight:700}.auth-page .auth-switch a:hover{text-decoration:underline}#project-detail-page,#product-detail-page{padding:3rem 0;min-height:70vh}#project-detail-page .detail-content,#product-detail-page .detail-content{max-width:900px;margin:0 auto}#project-detail-page .product-meta,#product-detail-page .product-meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem}#project-detail-page .product-price,#product-detail-page .product-price{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700;color:#00bfff;text-shadow:0 0 10px rgba(0,191,255,.5)}#project-detail-page .product-actions,#product-detail-page .product-actions{margin-top:2rem}#project-detail-page .product-actions .order-button,#product-detail-page .product-actions .order-button{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#00bfff,#29c9ff);color:#121212;border:2px solid #00bfff;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #00bfff66;position:relative;overflow:hidden}#project-detail-page .product-actions .order-button .btn-icon,#project-detail-page .product-actions .order-button .cart-icon,#product-detail-page .product-actions .order-button .btn-icon,#product-detail-page .product-actions .order-button .cart-icon{flex-shrink:0;transition:transform .3s ease}#project-detail-page .product-actions .order-button .btn-text,#product-detail-page .product-actions .order-button .btn-text{transition:transform .3s ease}#project-detail-page .product-actions .order-button:hover,#product-detail-page .product-actions .order-button:hover{background:linear-gradient(135deg,#29c9ff,#f0f0f0);box-shadow:0 6px 30px #00bfffb3;transform:translateY(-3px);border-color:#f0f0f0}#project-detail-page .product-actions .order-button:hover .cart-icon,#project-detail-page .product-actions .order-button:hover .btn-icon,#product-detail-page .product-actions .order-button:hover .cart-icon,#product-detail-page .product-actions .order-button:hover .btn-icon{transform:scale(1.2) rotate(8deg)}#project-detail-page .product-actions .order-button:active,#product-detail-page .product-actions .order-button:active{transform:translateY(-1px)}#project-detail-page .product-actions .order-button:disabled,#product-detail-page .product-actions .order-button:disabled{opacity:.6;cursor:not-allowed;transform:none}#project-detail-page .detail-header,#product-detail-page .detail-header{margin-bottom:2rem}#project-detail-page .detail-header .back-link,#product-detail-page .detail-header .back-link{display:inline-block;color:#00bfff;font-size:.95rem;margin-bottom:1rem;transition:color .3s ease}#project-detail-page .detail-header .back-link:hover,#product-detail-page .detail-header .back-link:hover{color:#f0f0f0;text-decoration:underline}#project-detail-page .detail-header h1,#product-detail-page .detail-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#f0f0f0;text-shadow:0 0 15px rgba(0,191,255,.5)}@media(max-width:768px){#project-detail-page .detail-header h1,#product-detail-page .detail-header h1{font-size:2rem}}#project-detail-page .detail-header .category-tag,#product-detail-page .detail-header .category-tag{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase}#project-detail-page .detail-header .category-tag.audio-tag,#product-detail-page .detail-header .category-tag.audio-tag{background-color:#00bfff33;color:#00bfff;border:1px solid #00bfff}#project-detail-page .detail-header .category-tag.works-tag,#product-detail-page .detail-header .category-tag.works-tag{background-color:#c4151c33;color:#c4151c;border:1px solid #c4151c}#project-detail-page .detail-content-wrapper,#product-detail-page .detail-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}@media(max-width:768px){#project-detail-page .detail-content-wrapper,#product-detail-page .detail-content-wrapper{grid-template-columns:1fr;gap:2rem}}#project-detail-page .detail-left,#product-detail-page .detail-left{display:flex;flex-direction:column;gap:1rem}#project-detail-page .detail-right,#product-detail-page .detail-right{position:sticky;top:100px;align-self:flex-start}#project-detail-page .detail-main-image,#product-detail-page .detail-main-image{border-radius:12px;overflow:hidden;background-color:#1e1e1e;box-shadow:0 5px 25px #00000080}#project-detail-page .detail-main-image img,#product-detail-page .detail-main-image img{width:100%;height:auto;display:block;object-fit:cover}#project-detail-page .product-info-card,#product-detail-page .product-info-card{background-color:#1e1e1e;border-radius:12px;padding:2rem;border:1px solid #333}#project-detail-page .product-info-card .category-tag,#product-detail-page .product-info-card .category-tag{display:inline-block;margin-bottom:1rem}#project-detail-page .product-info-card h1,#product-detail-page .product-info-card h1{font-size:2rem;margin-bottom:1rem;color:#f0f0f0;line-height:1.2}@media(max-width:768px){#project-detail-page .product-info-card h1,#product-detail-page .product-info-card h1{font-size:1.5rem}}#project-detail-page .product-info-card .product-price-large,#product-detail-page .product-info-card .product-price-large{font-size:2rem;font-weight:700;color:#00bfff;margin-bottom:2rem;font-family:Orbitron,sans-serif}#project-detail-page .detail-description,#product-detail-page .detail-description{color:#f0f0f0;line-height:1.7;margin-bottom:2rem;font-size:.95rem}#project-detail-page .detail-description h2,#project-detail-page .detail-description h3,#project-detail-page .detail-description h4,#product-detail-page .detail-description h2,#product-detail-page .detail-description h3,#product-detail-page .detail-description h4{color:#00bfff;margin-top:1.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 0 10px rgba(0,191,255,.3)}#project-detail-page .detail-description h2:first-child,#project-detail-page .detail-description h3:first-child,#project-detail-page .detail-description h4:first-child,#product-detail-page .detail-description h2:first-child,#product-detail-page .detail-description h3:first-child,#product-detail-page .detail-description h4:first-child{margin-top:0}#project-detail-page .detail-description h2 svg,#project-detail-page .detail-description h3 svg,#project-detail-page .detail-description h4 svg,#product-detail-page .detail-description h2 svg,#product-detail-page .detail-description h3 svg,#product-detail-page .detail-description h4 svg{filter:drop-shadow(0 0 5px rgba(0,191,255,.5))}#project-detail-page .detail-description p,#product-detail-page .detail-description p{margin-bottom:1.2rem;font-size:1.05rem;color:#f0f0f0e6}#project-detail-page .detail-description ul,#project-detail-page .detail-description ol,#product-detail-page .detail-description ul,#product-detail-page .detail-description ol{margin-left:2rem;margin-bottom:1.5rem}#project-detail-page .detail-description ul li,#project-detail-page .detail-description ol li,#product-detail-page .detail-description ul li,#product-detail-page .detail-description ol li{margin-bottom:.5rem;padding-left:.5rem}#project-detail-page .detail-description a,#product-detail-page .detail-description a{color:#00bfff;text-decoration:underline;transition:all .3s ease}#project-detail-page .detail-description a:hover,#product-detail-page .detail-description a:hover{color:#f0f0f0;text-shadow:0 0 8px rgba(0,191,255,.6)}#project-detail-page .detail-description blockquote,#product-detail-page .detail-description blockquote{border-left:3px solid #c4151c;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#f0f0f0cc}#project-detail-page .detail-description code,#product-detail-page .detail-description code{background:#12121299;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:#00bfff}#project-detail-page .detail-description pre,#product-detail-page .detail-description pre{background:#121212cc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}#project-detail-page .detail-description pre code,#product-detail-page .detail-description pre code{background:none;padding:0}#project-detail-page .project-gallery,#product-detail-page .project-gallery{margin-top:3rem}#project-detail-page .project-gallery h3,#product-detail-page .project-gallery h3{color:#00bfff;margin-bottom:1.5rem;font-size:1.5rem}#project-detail-page .project-gallery .gallery-grid,#product-detail-page .project-gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(max-width:768px){#project-detail-page .project-gallery .gallery-grid,#product-detail-page .project-gallery .gallery-grid{grid-template-columns:1fr}}#project-detail-page .project-gallery .gallery-item-wrapper,#product-detail-page .project-gallery .gallery-item-wrapper{border-radius:8px;overflow:hidden;box-shadow:0 3px 15px #0006;transition:transform .3s ease,box-shadow .3s ease}#project-detail-page .project-gallery .gallery-item-wrapper:hover,#product-detail-page .project-gallery .gallery-item-wrapper:hover{transform:translateY(-5px);box-shadow:0 5px 25px #00bfff4d}#project-detail-page .project-gallery .project-gallery-image,#product-detail-page .project-gallery .project-gallery-image{width:100%;height:auto;display:block}.filters-container{padding:1.5rem 2rem;background-color:#1e1e1e;border-radius:8px;margin-bottom:2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;border:1px solid #333}@media(max-width:768px){.filters-container{padding:1rem;gap:1rem;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}}.filters-container .filter-group{display:flex;gap:1rem;align-items:center}@media(max-width:768px){.filters-container .filter-group{flex-wrap:wrap;justify-content:center;width:100%;gap:.5rem}}@media(max-width:768px){.filters-container .main-category-filter{width:100%;justify-content:center}}.filters-container .main-category-filter button{font-family:Orbitron,sans-serif;font-weight:700;font-size:.9rem;padding:.5rem 1.2rem;background-color:#121212;color:#f0f0f0;border:2px solid #444;border-radius:30px;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.filters-container .main-category-filter button{font-size:.8rem;padding:.4rem .9rem}}.filters-container .main-category-filter button:hover{background-color:#f0f0f0;color:#121212}.filters-container .main-category-filter button.active{background-color:#00bfff;border-color:#00bfff;color:#121212;box-shadow:0 0 15px #00bfff80}.filters-container .main-category-filter button[data-filter=CyberWorks].active{background-color:#c4151c;border-color:#c4151c;color:#f0f0f0;box-shadow:0 0 15px #c4151c80}.filters-container .filter-select{font-family:"Exo 2",sans-serif;font-size:.9rem;background-color:#121212;color:#f0f0f0;padding:.6rem 2.5rem .6rem 1rem;border:2px solid #444;border-radius:8px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px}.filters-container .filter-select:focus{outline:none;border-color:#00bfff;box-shadow:0 0 10px #00bfff4d}.checkout-section{padding:3rem 0 4rem;min-height:80vh}@media(max-width:768px){.checkout-section{padding:2rem 0 3rem}}.checkout-container{max-width:850px;margin:0 auto;padding:0 1rem}.checkout-steps{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative;padding:0 1rem}.checkout-steps:before{content:"";position:absolute;top:20px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#333 0% 100%);z-index:0}@media(max-width:768px){.checkout-steps{flex-direction:column;gap:.75rem;padding:0}.checkout-steps:before{display:none}}.step{display:flex;align-items:center;gap:1rem;flex:1;position:relative;z-index:1;cursor:default;justify-content:center}@media(max-width:768px){.step{background-color:#1e1e1e80;padding:1rem;border-radius:8px;border:1px solid #333;justify-content:flex-start}}.step .step-number{width:40px;height:40px;border-radius:50%;background-color:#1e1e1e;border:2px solid #444;display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-weight:700;font-size:1rem;color:#666;transition:all .3s ease;flex-shrink:0}@media(max-width:768px){.step .step-info{flex:1}}@media(min-width:769px){.step .step-info{display:none}}.step .step-title{font-family:Orbitron,sans-serif;font-weight:700;font-size:.85rem;color:#888;transition:color .3s ease}.step .step-subtitle{font-size:.7rem;color:#666;margin-top:.15rem}.step.active .step-number{background:linear-gradient(135deg,#00bfff,#3cf);border-color:#00bfff;color:#121212;box-shadow:0 0 20px #00bfff99;transform:scale(1.15)}.step.active .step-title{color:#00bfff}.step.completed .step-number{background-color:#00bfff33;border-color:#00bfff;color:#00bfff;font-size:0}.step.completed .step-number:after{content:"✓";font-size:1.3rem}.step.completed .step-title{color:#f0f0f0}@media(min-width:769px){.step{position:relative}.step:hover .step-number{transform:scale(1.1);border-color:#666}.step:before{content:attr(title);position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background-color:#121212f2;color:#f0f0f0;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;border:1px solid #444;z-index:100}.step:hover:before{opacity:1}}.checkout-content{background-color:#1e1e1e;border-radius:12px;padding:2.5rem;border:1px solid #333;box-shadow:0 5px 30px #0000004d;max-width:100%;overflow:hidden}@media(max-width:768px){.checkout-content{padding:1.5rem}}.checkout-step-content{display:none}.checkout-step-content.active{display:block;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-section-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,191,255,.2);position:relative}@media(max-width:768px){.checkout-section-header{margin-bottom:2rem;padding-bottom:1.25rem}}.checkout-section-header svg{color:#00bfff;margin:0 auto 1rem;display:block;filter:drop-shadow(0 0 10px rgba(0,191,255,.6));animation:iconPulse 2s ease-in-out infinite}.checkout-section-header .checkout-title{font-size:1.75rem;color:#f0f0f0;margin:0 0 .75rem;text-shadow:0 2px 10px rgba(0,0,0,.5);font-weight:700;letter-spacing:.5px}@media(max-width:768px){.checkout-section-header .checkout-title{font-size:1.5rem;margin-bottom:.5rem}}.checkout-section-header .checkout-subtitle{font-size:.95rem;color:#f0f0f0b3;font-weight:400;line-height:1.5;max-width:500px;margin:0 auto}@media(max-width:768px){.checkout-section-header .checkout-subtitle{font-size:.85rem}}@keyframes iconPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 10px rgba(0,191,255,.6))}50%{transform:scale(1.05);filter:drop-shadow(0 0 15px rgba(0,191,255,.8))}}.checkout-title{font-size:1.75rem;color:#00bfff;margin-bottom:2.5rem;text-align:center;text-shadow:0 0 15px rgba(0,191,255,.4)}@media(max-width:768px){.checkout-title{font-size:1.5rem;margin-bottom:2rem}}.checkout-cart-item{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background-color:#12121266;border:1px solid #333;border-radius:8px;margin-bottom:1rem}@media(max-width:768px){.checkout-cart-item{flex-wrap:wrap;padding:1rem}}.checkout-cart-item .checkout-item-image{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background-color:#12121280;border:1px solid rgba(0,191,255,.2)}.checkout-cart-item .checkout-item-image img{width:100%;height:100%;object-fit:cover;display:block}.checkout-cart-item .item-details{flex:1}.checkout-cart-item .item-details h4{color:#f0f0f0;margin:0 0 .4rem;font-size:1.05rem;line-height:1.3}.checkout-cart-item .item-details .item-note{color:#999;font-size:.85rem;margin:0;font-style:italic;line-height:1.4}.checkout-cart-item .item-quantity{color:#00bfff;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;min-width:60px;text-align:center}.checkout-cart-item .item-price{color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.15rem;font-weight:700;min-width:100px;text-align:right}.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;margin:1.75rem 0;background:linear-gradient(135deg,#121212cc,#12121280);border:2px solid #00bfff;border-radius:8px;font-size:1.3rem;font-weight:700}.checkout-total .total-amount{color:#00bfff;font-family:Orbitron,sans-serif;font-size:1.8rem;text-shadow:0 0 15px rgba(0,191,255,.5)}.checkout-form{margin-bottom:1.5rem;max-width:100%}.checkout-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.checkout-form .form-row:last-of-type{margin-bottom:1.25rem}@media(max-width:768px){.checkout-form .form-row{grid-template-columns:1fr;gap:0}}.checkout-form .form-row .form-group{margin-bottom:0}@media(max-width:768px){.checkout-form .form-row .form-group{margin-bottom:1.25rem}.checkout-form .form-row .form-group:last-child{margin-bottom:0}}.checkout-form .form-group{margin-bottom:1.25rem;display:flex;flex-direction:column}.checkout-form .form-group:last-child{margin-bottom:0}.checkout-form .form-group label{display:block;color:#f0f0f0;font-weight:500;margin-bottom:.5rem;font-size:.875rem;line-height:1.3}.checkout-form .form-group label .optional{color:#f0f0f080;font-weight:400;font-size:.8rem}.checkout-form .form-group input,.checkout-form .form-group textarea{width:100%;padding:.75rem .875rem;background-color:#121212cc;border:1px solid #555;border-radius:5px;color:#f0f0f0;font-family:"Exo 2",sans-serif;font-size:.95rem;transition:all .3s ease;line-height:1.4;box-sizing:border-box}.checkout-form .form-group input:focus,.checkout-form .form-group textarea:focus{outline:none;border-color:#00bfff;background-color:#121212;box-shadow:0 0 0 2px #00bfff33}.checkout-form .form-group input::placeholder,.checkout-form .form-group textarea::placeholder{color:#666;opacity:.8}.checkout-form .form-group textarea{resize:vertical;min-height:75px;line-height:1.5}.checkout-form .form-group input[type=text],.checkout-form .form-group input[type=email],.checkout-form .form-group input[type=tel]{height:44px}.payment-methods{display:grid;gap:1rem;margin-bottom:2rem}.payment-option{background-color:#12121266;border:2px solid #444;border-radius:10px;padding:1.25rem;cursor:pointer;transition:all .3s ease;position:relative}.payment-option:hover{border-color:#666;transform:translate(3px)}.payment-option.selected{border-color:#00bfff;background:linear-gradient(135deg,#00bfff1a,#12121266);box-shadow:0 0 20px #00bfff4d}.payment-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.payment-option label{display:flex;align-items:center;gap:1.25rem;cursor:pointer;margin:0}.payment-option .payment-icon{width:50px;height:50px;background:linear-gradient(135deg,#00bfff26,#00bfff0d);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,191,255,.3)}.payment-option .payment-icon svg{color:#00bfff;filter:drop-shadow(0 0 8px rgba(0,191,255,.5));width:28px;height:28px}.payment-option .payment-info{flex:1}.payment-option .payment-title{font-family:Orbitron,sans-serif;font-size:1.05rem;font-weight:700;color:#f0f0f0;margin-bottom:.2rem}.payment-option .payment-subtitle{font-size:.85rem;color:#999}.order-summary-section{margin-bottom:2rem}.order-summary-section h3{color:#00bfff;font-size:1.2rem;margin-bottom:1rem;text-shadow:0 0 10px rgba(0,191,255,.3);font-weight:700}.summary-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #333;color:#f0f0f0}.summary-item:last-child{border-bottom:none}.summary-item .summary-item-image{flex-shrink:0;width:50px;height:50px;border-radius:6px;overflow:hidden;background-color:#12121280;border:1px solid rgba(0,191,255,.2)}.summary-item .summary-item-image img{width:100%;height:100%;object-fit:cover;display:block}.summary-item .summary-item-name{flex:1}.summary-item .summary-item-price{font-weight:700;color:#00bfff;white-space:nowrap}.summary-info{background-color:#12121266;border:1px solid #333;border-radius:8px;padding:1.25rem 1.5rem;color:#f0f0f0;line-height:1.6;font-size:.95rem}.summary-info p{margin:.4rem 0}.summary-info p:first-child{margin-top:0}.summary-info p:last-child{margin-bottom:0}.summary-info .order-notes{margin-top:1rem;padding-top:1rem;border-top:1px solid #333;color:#999;font-style:italic}.checkout-final-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;margin:1.75rem 0;background:linear-gradient(135deg,#00bfff33,#12121280);border:2px solid #00bfff;border-radius:10px;font-size:1.5rem;font-weight:700;box-shadow:0 0 30px #00bfff4d}.checkout-final-total .total-amount{color:#00bfff;font-family:Orbitron,sans-serif;font-size:2.2rem;text-shadow:0 0 20px rgba(0,191,255,.7)}.checkout-navigation{display:flex;gap:1rem;margin-top:2.5rem}@media(max-width:768px){.checkout-navigation{flex-direction:column;gap:.75rem}}.btn-checkout-next,.btn-checkout-back,.btn-checkout-complete{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;font-family:Orbitron,sans-serif;font-weight:700;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-checkout-next svg,.btn-checkout-back svg,.btn-checkout-complete svg{flex-shrink:0;transition:transform .3s ease;width:18px;height:18px}.btn-checkout-next:disabled,.btn-checkout-back:disabled,.btn-checkout-complete:disabled{opacity:.6;cursor:not-allowed}.btn-checkout-next,.btn-checkout-complete{background:linear-gradient(135deg,#00bfff,#29c9ff);color:#121212;box-shadow:0 4px 20px #00bfff66}.btn-checkout-next:hover:not(:disabled),.btn-checkout-complete:hover:not(:disabled){background:linear-gradient(135deg,#29c9ff,#f0f0f0);box-shadow:0 6px 30px #00bfffb3;transform:translateY(-3px)}.btn-checkout-next:hover:not(:disabled) svg,.btn-checkout-complete:hover:not(:disabled) svg{transform:translate(5px)}.btn-checkout-next:active:not(:disabled),.btn-checkout-complete:active:not(:disabled){transform:translateY(-1px)}.btn-checkout-back{background-color:#121212;color:#f0f0f0;border:2px solid #444;box-shadow:none}.btn-checkout-back:hover:not(:disabled){background-color:#333;border-color:#666;transform:translateY(-2px)}.btn-checkout-back:hover:not(:disabled) svg{transform:translate(-5px)}.checkout-status{padding:1.5rem;border-radius:8px;text-align:center;font-weight:600;margin-top:1.5rem;animation:slideDown .3s ease-out}.checkout-status.success{background-color:#00bfff33;color:#00bfff;border:2px solid #00bfff;box-shadow:0 0 20px #00bfff4d}.checkout-status.error{background-color:#c4151c33;color:#c4151c;border:2px solid #c4151c;box-shadow:0 0 20px #c4151c4d}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:#ff000057;display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,#0000 0,#000000bf);-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media(min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media(min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
