.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;background:#26282feb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(254,186,43,.15)}.navbar>.navbar-logo{flex:0 0 auto}.navbar-logo{text-decoration:none;line-height:0}.navbar-logo-img{height:36px;width:auto}.navbar-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:2rem}.navbar-links a{color:#ccc;text-decoration:none;font-size:.95rem;transition:color .2s}.navbar-links a:hover{color:#feba2b}.cart-icon{position:relative;color:#ccc;transition:color .2s}.cart-icon:hover{color:#feba2b}.navbar-right{display:flex;align-items:center;gap:.5rem}.cart-badge{position:absolute;top:-6px;right:-6px;background:#fe3c3c;color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;z-index:110}.hamburger span{display:block;width:22px;height:2px;background:#ccc;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:650px){.navbar-links{position:fixed;top:60px;left:0;right:0;transform:none;flex-direction:column;gap:0;background:#26282ff7;border-bottom:1px solid rgba(254,186,43,.15);overflow:hidden;max-height:0;transition:max-height .3s ease}.navbar-links.open{max-height:300px}.navbar-links a{padding:1rem 2rem;border-top:1px solid rgba(255,255,255,.06);font-size:1rem}.hamburger{display:flex}}.footer{text-align:center;padding:2rem 1rem;color:#666;font-size:.85rem;border-top:1px solid rgba(254,186,43,.08)}.product-card{display:flex;flex-direction:column;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 20px #00000059;transition:transform .25s,border-color .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);border-color:#feba2b;box-shadow:0 8px 30px #feba2b1f}.product-card-image{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1965dd,#fe3c3c);overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover}.placeholder-img{font-size:3rem;font-weight:800;color:#ffffff4d;text-transform:uppercase}.product-card-body{display:flex;flex-direction:column;flex:1;padding:1rem 1.2rem 1.2rem}.product-card-body h3{font-size:1.1rem;margin-bottom:.3rem;color:#feba2b}.product-card-tagline{flex:1;font-size:.85rem;color:#999;margin-bottom:.5rem}.product-card-price{font-size:1.05rem;font-weight:600;color:#fff}.home{padding-top:60px}.hero{position:relative;min-height:calc(100vh - 60px);overflow:hidden}.hero-bg{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;z-index:0;overflow:hidden;pointer-events:none;mask-image:radial-gradient(ellipse at center,black 50%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse at center,black 50%,transparent 100%)}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(30px);transition:opacity 1s ease}.hero-inner{display:flex;align-items:center;gap:4rem;padding:4rem 2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 60px)}.hero-content{position:relative;z-index:1;flex:1}.hero-badge{display:inline-block;background:#fe3c3c;color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.4rem 1rem;margin-bottom:1rem}.hero-content h1{font-size:4.5rem;color:#feba2b;margin-bottom:.5rem;line-height:1.1}.hero-tagline{font-size:1.8rem;color:#ccc;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem}.hero-visual{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center}.hero-carousel{position:relative;width:100%;max-width:800px;aspect-ratio:16 / 9;overflow:hidden;box-shadow:0 4px 20px #00000059}.hero-placeholder{width:100%;max-width:640px;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1965dd,#fe3c3c);display:flex;align-items:center;justify-content:center;font-size:6rem;font-weight:800;color:#ffffff26}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity 1s ease}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section h2{font-size:2rem;color:#feba2b;text-align:center;margin-bottom:.5rem}.section-sub{text-align:center;color:#888;margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.section-action{text-align:center;margin-top:2.5rem}@media(max-width:768px){.hero{min-height:auto}.hero-inner{flex-direction:column;text-align:center;padding:1.5rem 1rem;gap:1.5rem;min-height:auto}.hero-content h1{font-size:2.2rem}.hero-tagline{font-size:1.2rem}.hero-actions{justify-content:center}.hero-visual{flex:none;width:100%}.hero-carousel{max-width:100%}.hero-placeholder{max-width:280px;font-size:3rem}.product-grid{grid-template-columns:1fr 1fr}}.products-page{padding:calc(60px + 3rem) 2rem 4rem;max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:2rem}.products-header h1{font-size:2.2rem;color:#feba2b;margin-bottom:.5rem}.products-header p{color:#888}.products-controls{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:2rem}.products-controls label{color:#aaa;font-size:.9rem}.products-controls select{background:#ffffff0f;color:#ddd;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.4rem .8rem;font-size:.9rem;cursor:pointer;outline:none}.products-controls select:focus{border-color:#feba2b}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.products-page{padding:calc(60px + 2rem) 1.5rem 3rem}.products-grid{grid-template-columns:1fr 1fr}}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000e0;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:1rem;right:1.5rem;z-index:10;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;opacity:.7;transition:opacity .2s;line-height:1}.lightbox-close:hover{opacity:1}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff14;border:none;color:#fff;font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.lightbox-nav:hover{background:#ffffff2e}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90vw;max-height:90vh}.lightbox-image{width:clamp(300px,80vw,1200px);aspect-ratio:16 / 9;-webkit-user-select:none;user-select:none;object-fit:contain;background:#000;box-shadow:0 4px 30px #00000080}.lightbox-image-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff3;background:linear-gradient(135deg,#1965dd,#1a4fa0)}.lightbox-counter{color:#ffffff80;font-size:.9rem}@media(max-width:768px){.lightbox-nav{width:40px;height:40px;font-size:1.8rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-image{font-size:2rem}}.product-detail{padding:calc(60px + 3rem) 2rem 4rem;max-width:1200px;margin:0 auto}.back-link{display:inline-block;color:#999;text-decoration:none;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#feba2b}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.carousel{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000059}.carousel-track{display:flex;transition:transform .35s ease}.detail-img{min-width:100%;cursor:pointer}.detail-img-content{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.placeholder-img-lg{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff3;text-transform:uppercase;-webkit-user-select:none;user-select:none}.detail-img:nth-child(1) .placeholder-img-lg{background:linear-gradient(135deg,#1965dd,#1a4fa0)}.detail-img:nth-child(2) .placeholder-img-lg{background:linear-gradient(135deg,#fe3c3c,#cc2a2a)}.detail-img:nth-child(3) .placeholder-img-lg{background:linear-gradient(135deg,#feba2b,#d4941a)}.detail-img:nth-child(4) .placeholder-img-lg{background:linear-gradient(135deg,#7c3aed,#2563eb)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#00000080;border:none;color:#fff;font-size:1.8rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1;opacity:0;transition:opacity .2s,background .2s}.carousel:hover .carousel-btn{opacity:1}.carousel-btn:hover{background:#000c}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .2s}.carousel-dot.active{background:#feba2b}.detail-info h1{font-size:2.2rem;color:#feba2b;margin-bottom:.3rem}.detail-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#1965dd;margin-bottom:.5rem}.detail-tagline{font-size:1.1rem;color:#aaa;margin-bottom:1rem}.detail-meta{display:flex;gap:1rem;margin-bottom:1.5rem}.detail-size,.detail-date{font-size:.8rem;color:#777;background:#ffffff0d;padding:.2rem .6rem;border-radius:4px}.detail-desc{color:#999;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.detail-price{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.detail-actions{display:flex;gap:1rem;margin-bottom:2.5rem;align-items:center}.btn-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.coming-soon{font-size:1rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em}.detail-video{margin-top:2rem}.detail-video h3{color:#feba2b;margin-bottom:.8rem;font-size:1rem}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;box-shadow:0 4px 20px #00000059}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.detail-faqs{max-width:800px;margin:3rem auto 0}.detail-faqs h2{font-size:1.6rem;color:#feba2b;margin-bottom:1.5rem;text-align:center}.faqs-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000059;overflow:hidden}.faq-question{padding:1rem 1.2rem;font-size:.95rem;font-weight:600;color:#ddd;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:#ffffff0a}.faq-question:after{content:"+";font-size:1.2rem;color:#feba2b;transition:transform .2s}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding:0 1.2rem 1rem;font-size:.9rem;color:#999;line-height:1.7}.not-found{padding:calc(60px + 4rem) 2rem;text-align:center}.not-found h2{color:#feba2b;margin-bottom:1.5rem}@media(max-width:768px){.detail-layout{grid-template-columns:1fr;gap:2rem}.product-detail{padding:calc(60px + 2rem) 1.5rem 3rem}.detail-info h1{font-size:1.6rem}}.contact-page{padding:calc(60px + 3rem) 2rem 4rem;max-width:640px;margin:0 auto}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-header h1{font-size:2.2rem;color:#feba2b;margin-bottom:.5rem}.contact-header p{color:#888}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;color:#bbb}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.7rem 1rem;color:#eee;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#feba2b}.form-group textarea{resize:vertical}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.form-status{text-align:center;font-size:.9rem;padding:.6rem;border-radius:6px}.form-status--success{color:#4ade80;background:#4ade801a}.form-status--error{color:#f87171;background:#f871711a}@media(max-width:768px){.contact-page{padding:calc(60px + 2rem) 1.5rem 3rem}}.cart-page{padding:calc(60px + 3rem) 2rem 4rem;max-width:800px;margin:0 auto}.cart-empty{text-align:center}.cart-empty h2{color:#feba2b;margin-bottom:.5rem}.cart-empty p{color:#888;margin-bottom:1.5rem}.cart-page h1{font-size:2rem;color:#feba2b;margin-bottom:.3rem}.cart-summary{color:#888;margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:1rem 1.2rem;box-shadow:0 4px 20px #00000059}.cart-item-info{flex:1}.cart-item-info h3{font-size:1rem;color:#feba2b;margin-bottom:.15rem}.cart-item-tagline{font-size:.8rem;color:#777;margin-bottom:.15rem}.cart-item-price{font-size:.85rem;color:#aaa}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-item-qty button{width:28px;height:28px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#ddd;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.cart-item-qty button:hover{border-color:#feba2b}.cart-item-qty span{width:24px;text-align:center;color:#eee}.cart-item-total{width:80px;text-align:right;font-weight:600;color:#fff}.cart-item-remove{background:none;border:none;color:#666;font-size:1.3rem;cursor:pointer;transition:color .2s}.cart-item-remove:hover{color:#fe3c3c}.cart-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.cart-total{display:flex;align-items:baseline;gap:.8rem}.cart-total span{color:#aaa;font-size:1.1rem}.cart-total strong{font-size:1.6rem;color:#fff}@media(max-width:768px){.cart-page{padding:calc(60px + 2rem) 1.5rem 3rem}.cart-item{flex-wrap:wrap}.cart-footer{flex-direction:column;gap:1rem}}.checkout-page{padding:calc(60px + 3rem) 2rem 4rem;max-width:900px;margin:0 auto}.checkout-page h1{font-size:2rem;color:#feba2b;margin-bottom:2rem}.checkout-empty,.checkout-confirmation,.checkout-download{text-align:center}.checkout-empty h2,.checkout-confirmation h2{color:#feba2b;margin-bottom:.5rem}.checkout-empty p,.checkout-confirmation p{color:#888;margin-bottom:1.5rem}.checkout-download h2{color:#feba2b;margin-bottom:.5rem;font-size:1.8rem}.checkout-download .download-ready{color:#aaa;margin-bottom:2rem;font-size:1.1rem}.checkout-download .download-icon{font-size:3rem;color:#22c55e;margin-bottom:1rem}.download-products{display:flex;flex-direction:column;gap:2rem;align-items:center}.download-product{text-align:center}.download-product h3{font-size:1.3rem;color:#feba2b;margin-bottom:1rem}.download-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.download-btn{display:inline-block;font-size:1.1rem;padding:.85rem 2.5rem;text-decoration:none}.checkout-confirmation .checkout-check{font-size:3rem;color:#22c55e;margin-bottom:1rem}.checkout-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.checkout-form-section h2,.checkout-summary h2{font-size:1.1rem;color:#ddd;margin-bottom:1.2rem}.checkout-form-section form{display:flex;flex-direction:column;gap:1rem}.form-group label{display:block;font-size:.85rem;color:#aaa;margin-bottom:.4rem}.form-group input{width:100%;padding:.7rem .9rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#eee;font-size:.95rem;outline:none;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{border-color:#feba2b}.checkout-btn{margin-top:.5rem;width:100%}.checkout-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.checkout-summary{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.5rem;box-shadow:0 4px 20px #00000059}.checkout-item{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.checkout-item-img{width:48px;height:48px;background:linear-gradient(135deg,#1965dd,#fe3c3c);display:flex;align-items:center;justify-content:center;font-weight:700;color:#ffffff4d;flex-shrink:0}.checkout-item-info{flex:1}.checkout-item-info h3{font-size:.95rem;color:#feba2b;margin-bottom:.15rem}.checkout-item-info p{font-size:.8rem;color:#777}.checkout-item-price{font-weight:600;color:#fff}.checkout-total{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem}.checkout-total span{color:#aaa}.checkout-total strong{color:#fff;font-size:1.3rem}@media(max-width:768px){.checkout-page{padding:calc(60px + 2rem) 1.5rem 3rem}.checkout-layout{grid-template-columns:1fr;gap:2rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.btn{display:inline-block;padding:.7rem 1.6rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:#feba2b;color:#1a1a1a}.btn-primary:hover{background:#e5a820}.btn-accent{background:#1965dd;color:#fff}.btn-accent:hover{background:#1554bf}.btn-outline{background:transparent;color:#feba2b;border:1px solid #feba2b}.btn-outline:hover{background:#feba2b1a}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(160deg,#26282f,#1e2028,#181a20);color:#eee;min-height:100vh}a{color:inherit}
