@charset "utf-8";

:root { --primary: #2563eb; --secondary: #3b82f6; --accent: #06b6d4; --dark: #0f0f13; --glass: rgba(255, 255, 255, 0.05); --glass-border: rgba(255, 255, 255, 0.1); --text: #ffffff; --text-gray: #a1a1aa; }

* { margin: 0px; padding: 0px; box-sizing: border-box; font-family: Montserrat, sans-serif; scrollbar-width: thin; scrollbar-color: var(--primary) var(--dark); }

::-webkit-scrollbar { width: 8px; }

::-webkit-scrollbar-track { background: var(--dark); }

::-webkit-scrollbar-thumb { background: linear-gradient(var(--primary), var(--secondary)); border-radius: 4px; }

body { background-color: var(--dark); color: var(--text); overflow-x: hidden; position: relative; }

.bg-blobs { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -2; background: radial-gradient(circle at 15% 50%, rgba(37, 99, 235, 0.15), transparent 25%), radial-gradient(circle at 85% 30%, rgba(59, 130, 246, 0.15), transparent 25%); }

#snow-canvas { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -1; pointer-events: none; }

.header { position: fixed; top: 0px; width: 100%; padding: 20px 5%; z-index: 1000; background: rgba(15, 15, 19, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); display: flex; justify-content: space-between; align-items: center; transition: 0.3s; }

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.logo-img { width: 45px; height: 45px; border-radius: 10px; box-shadow: rgba(37, 99, 235, 0.5) 0px 0px 15px; }

.logo-text { font-family: Orbitron, sans-serif; font-size: 1.4rem; font-weight: 900; text-transform: uppercase; background-image: linear-gradient(90deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }

.breadcrumb { padding: 100px 5% 20px; background: transparent; color: var(--text-gray); }

.breadcrumb a { color: var(--primary); text-decoration: none; transition: 0.3s; }

.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }

section { padding: 60px 5%; }

.section-header { text-align: center; margin-bottom: 60px; }

.section-title { font-family: Orbitron, sans-serif; font-size: 2.5rem; margin-bottom: 15px; }

.section-desc { color: var(--text-gray); max-width: 600px; margin: 0px auto; }

.glass-card { background: rgba(30, 30, 35, 0.6); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: 24px; padding: 30px; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }

.glass-card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 40px; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 40px; background: linear-gradient(90deg, var(--primary), var(--secondary)); color: white; text-decoration: none; border-radius: 12px; font-weight: 700; font-size: 1.1rem; position: relative; overflow: hidden; transition: 0.3s; box-shadow: rgba(37, 99, 235, 0.4) 0px 10px 25px; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }

.btn::before { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: 0.5s; }

.btn:hover { transform: translateY(-5px); box-shadow: rgba(37, 99, 235, 0.6) 0px 15px 35px; }

.btn:hover::before { left: 100%; }

.btn-sm { padding: 12px 24px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--glass-border); border-radius: 10px; color: white; text-decoration: none; transition: 0.3s; font-weight: 600; display: inline-block; }

.btn-sm:hover { background: var(--primary); border-color: var(--primary); }

.product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1400px; margin: 0px auto; }

.product-gallery { position: relative; border-radius: 20px; overflow: hidden; border: 2px solid var(--glass-border); background: rgba(30, 30, 35, 0.4); }

.gallery-container { position: relative; height: 400px; overflow: hidden; }

.gallery-slide { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s; display: flex; align-items: center; justify-content: center; padding: 20px; }

.gallery-slide.active { opacity: 1; }

.gallery-slide img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 10px; }

.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(37, 99, 235, 0.3); color: white; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.3s; z-index: 10; font-size: 1.2rem; backdrop-filter: blur(10px); }

.gallery-nav:hover { background: var(--primary); transform: translateY(-50%) scale(1.1); }

.gallery-prev { left: 15px; }

.gallery-next { right: 15px; }

.gallery-dots { display: flex; justify-content: center; margin-top: 20px; gap: 10px; padding: 15px; }

.gallery-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; transition: 0.3s; }

.gallery-dot.active { background: var(--primary); transform: scale(1.3); }

.gallery-dot:hover { background: var(--accent); }

.product-info h2 { font-family: Orbitron, sans-serif; font-size: 2.5rem; margin-bottom: 20px; background-image: linear-gradient(90deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.price-tag { font-family: Orbitron, sans-serif; font-size: 2rem; color: var(--accent); font-weight: 700; margin: 20px 0px; text-shadow: rgba(6, 182, 212, 0.4) 0px 0px 10px; }

.old-price { text-decoration: line-through; color: var(--text-gray); font-size: 1.5rem; margin-right: 10px; }

.new-price { color: rgb(16, 185, 129); font-size: 2.2rem; font-weight: 900; }

.discount-badge { display: inline-block; background: rgb(239, 68, 68); color: white; padding: 5px 12px; border-radius: 6px; font-weight: 700; font-size: 1rem; margin-left: 10px; }

.sale-timer { font-size: 1.1rem; color: var(--accent); margin-top: 10px; font-family: Orbitron, sans-serif; }

.recommended-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0px auto; }

.recommended-card { text-align: center; }

.recommended-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 15px; margin-bottom: 15px; border: 1px solid var(--glass-border); transition: 0.3s; }

.recommended-card:hover img { transform: scale(1.05); }

.footer { background: rgb(5, 5, 5); padding: 60px 5% 30px; border-top: 1px solid var(--glass-border); text-align: center; margin-top: 60px; }

.footer-links { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }

.social-btn { width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; transition: 0.3s; text-decoration: none; }

.social-btn:hover { background: var(--primary); transform: translateY(-5px); box-shadow: rgba(37, 99, 235, 0.4) 0px 5px 15px; }

@keyframes float { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 768px) {
  .product-details { grid-template-columns: 1fr; gap: 40px; }
  .section-title { font-size: 2rem; }
  .product-info h2 { font-size: 2rem; }
  .gallery-container { height: 300px; }
}

#scrollToTop { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 1001; box-shadow: rgba(37, 99, 235, 0.5) 0px 4px 15px; }

#scrollToTop.show { opacity: 1; visibility: visible; }

#scrollToTop:hover { transform: translateY(-5px); box-shadow: rgba(37, 99, 235, 0.8) 0px 8px 25px; }

.mobile-menu-btn { display: none; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: white; font-size: 1.8rem; cursor: pointer; z-index: 1002; }

.nav-links { display: flex; gap: 25px; }

.nav-links a { color: var(--text-gray); text-decoration: none; font-weight: 500; transition: var(--transition-smooth); }

.nav-links a:hover { color: var(--accent); }

@media (max-width: 768px) {
  .mobile-menu-btn { display: block; }
  .nav-links { position: fixed; top: 0px; right: -100%; width: 70%; height: 100vh; background: rgba(15, 15, 19, 0.95); backdrop-filter: blur(20px); flex-direction: column; padding: 100px 30px 30px; transition: right 0.4s; z-index: 1001; border-left: 1px solid var(--glass-border); }
  .nav-links.active { right: 0px; }
}

.theme-toggle { background: none; border: 1px solid var(--glass-border); border-radius: 30px; color: white; padding: 8px 16px; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: var(--transition-smooth); font-size: 0.9rem; }

.theme-toggle:hover { border-color: var(--accent); background: rgba(37, 99, 235, 0.1); }

.order-modal-overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(8px); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }

.order-modal-overlay.active { opacity: 1; visibility: visible; }

.order-modal { background: rgba(25, 25, 30, 0.95); backdrop-filter: blur(15px); border: 1px solid var(--glass-border); border-radius: 24px; padding: 30px; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 50px; }

.order-modal-close { position: absolute; top: 15px; right: 15px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: var(--text-gray); font-size: 1.2rem; cursor: pointer; transition: color 0.3s; }

.order-modal-close:hover { color: var(--accent); }

.order-modal-header { text-align: center; margin-bottom: 25px; }

.order-modal-header h3 { font-family: Orbitron, sans-serif; font-size: 1.5rem; margin-bottom: 5px; }

#modalProductName { color: var(--accent); font-weight: 600; }

.order-modal-body { margin-bottom: 25px; }

.option-group { margin-bottom: 20px; }

.option-group label { display: block; font-weight: 600; margin-bottom: 8px; color: var(--text); }

.option-group select, .option-group textarea, .option-group input { width: 100%; padding: 12px 15px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--glass-border); border-radius: 10px; color: var(--text); font-size: 0.95rem; outline: none; transition: border 0.3s; }

.option-group select option { color: var(--text); background: var(--dark); }

.option-group select:focus, .option-group textarea:focus, .option-group input:focus { border-color: var(--primary); }

.order-total { text-align: center; font-size: 1.2rem; font-weight: 700; margin-bottom: 15px; color: var(--accent); }

.order-hint { font-size: 0.8rem; color: var(--text-gray); text-align: center; margin-top: 10px; }

.payment-group { display: flex; gap: 15px; margin-top: 10px; }

.payment-option, .hosting-option { flex: 1 1 0%; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--glass-border); border-radius: 12px; padding: 12px; text-align: center; cursor: pointer; transition: 0.3s; color: var(--text-gray); font-weight: 600; }

.payment-option.active, .hosting-option.active { border-color: var(--primary); background: rgba(37, 99, 235, 0.15); color: white; box-shadow: rgba(37, 99, 235, 0.3) 0px 0px 15px; }

.payment-option:hover, .hosting-option:hover { border-color: var(--primary); }

.custom-checkbox { display: flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 500; color: var(--text); margin-bottom: 8px; }

.custom-checkbox input { display: none; }

.custom-checkbox .checkmark { width: 22px; height: 22px; border: 2px solid var(--glass-border); border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: 0.3s; background: rgba(255, 255, 255, 0.04); flex-shrink: 0; }

.custom-checkbox input:checked ~ .checkmark { background: var(--primary); border-color: var(--primary); box-shadow: rgba(37, 99, 235, 0.5) 0px 0px 10px; }

.custom-checkbox .checkmark::after { content: ""; display: none; width: 6px; height: 10px; border-style: solid; border-color: white; border-image: initial; border-width: 0px 2px 2px 0px; transform: rotate(45deg); margin-top: -2px; }

.custom-checkbox input:checked ~ .checkmark::after { display: block; }

.promo-section { margin-top: 20px; }

.promo-input-area { margin-top: 10px; }