﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Arial",sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa;overflow-x:hidden;max-width:100%;display:flex;flex-direction:column;min-height:100vh}.main-header{background:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);position:sticky;top:0;z-index:1000;border-bottom:1px solid #e9ecef}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-top{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-section{flex-shrink:0}.logo-link{text-decoration:none;color:inherit;display:flex;align-items:center}.logo{display:flex;flex-direction:column}.logo-text{font-size:1.8rem;font-weight:700;color:#4c63d2;line-height:1.2}.logo-tagline{font-size:.85rem;color:#666;font-weight:400;margin-top:2px}.main-nav{position:relative}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}.nav-menu{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;align-items:center}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;display:block}.nav-link:hover{color:#4c63d2;background:#f0f4ff}.nav-link.active{color:#fff;background:#4c63d2;font-weight:600}.main-content{flex:1;width:100%}.main-footer{background:#2c3e50;color:#ecf0f1;margin-top:2rem;padding:2rem 0 1.5rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.footer-section p{color:#bdc3c7;line-height:1.8;font-size:.95rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-link:hover{color:#4c63d2}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#bdc3c7;font-size:.95rem}.contact-icon{font-size:1.2rem;flex-shrink:0}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#bdc3c7;font-size:.9rem}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social p{color:#bdc3c7;font-size:.9rem;margin:0}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#34495e;border-radius:50%;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-link:hover{background:#4c63d2;transform:translateY(-2px)}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.hero-section{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;text-align:center;padding:1rem 1rem 1.75rem;box-shadow:0 8px 32px rgba(102, 126, 234, 0.3);position:relative;overflow:hidden}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.2)}.hero-section h2{font-size:2.2rem;font-weight:500;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.3rem;margin-top:1rem;font-weight:400;opacity:.9;line-height:1.6}.cues-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;padding:2rem 1rem;max-width:1200px;margin:0 auto}.cues-recommend-section{padding:1.25rem 1rem 2rem;background:white;margin-top:2rem}.cues-recommend-section h2{text-align:center;margin-bottom:2rem;color:#333;font-size:2rem}.cues-recommend-section .cues-grid{padding:0}.mt-1r{margin-top:1rem}.mb-0{margin-bottom:0}.mb-1r{margin-bottom:1rem}.mb-10px{margin-bottom:10px}.cue-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0, 0, 0, 0.15);border:1px solid #d1d5db;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cue-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0, 0, 0, 0.2)}.cue-image{position:relative;height:250px;overflow:hidden}.cue-img{width:100%;height:100%;object-fit:cover}.order-cue-img{width:100%;height:100%;object-fit:cover;border-radius:0 0 .5rem .5rem}.cue-info{padding:1.5rem}.cue-info h3{color:#333}.cue-brand{color:#4c63d2;font-weight:600;font-size:1rem}.price{font-size:1.5rem;font-weight:700;color:#e74c3c;display:flex;justify-content:space-between;align-items:center}.cue-actions{display:flex;gap:.5rem;margin:1rem 0 0 0}.rows-order-form{display:flex;gap:1rem;align-items:center}.rows-order-form .quantity-selector{flex:1}.rows-order-form .btn-order{flex:3}.cue-detail .cue-actions{display:block;width:100%}.cue-actions .order-form{width:100%;background:transparent;padding:0;box-shadow:none;border-radius:0}.cue-detail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:white;padding:2rem;margin:1rem auto;max-width:1200px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);border-radius:10px;width:100%;overflow:hidden;min-height:auto}.cue-detail-image{position:relative}.main-image-container{position:relative}.cue-detail-img{width:100%;height:540px;object-fit:cover;border-radius:10px;cursor:pointer}.cue-detail-info h1{font-size:2.5rem;margin:0 0 .5rem 0;color:#333}.cue-description{margin:1rem 0}.cue-description h3{margin:0 0 1rem 0;color:#333}.cue-description p:not(:last-child){margin-bottom:.5rem}.cue-specifications{margin-bottom:1rem}.cue-specifications h3{margin:0 0 1.5rem 0;color:#333}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.spec-item{display:flex;justify-content:space-between;padding:1rem;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.spec-label{font-weight:600;color:#666}.spec-value{color:#333}.cue-price-section{margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:10px}.price-label{font-size:1.2rem;font-weight:600;color:#666}.price-value{font-size:2rem;font-weight:700;color:#e74c3c}.image-slider{position:relative;width:100%;overflow:hidden}.slider-container{display:flex;flex-wrap:wrap;gap:10px;padding:10px;max-width:100%;width:100%;box-sizing:border-box}.slider-container::-webkit-scrollbar{height:6px}.slider-container::-webkit-scrollbar-track{background:transparent}.slider-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.slider-item{flex:0 0 80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent}.slider-item:hover{border-color:#4c63d2}.slider-item.active{border-color:#4c63d2;box-shadow:0 0 10px rgba(76, 99, 210, 0.3)}.slider-thumb{width:100%;height:100%;object-fit:cover}.category-btn{background:white;border:2px solid #e9ecef;color:#666;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:500;cursor:pointer}.category-btn:hover{border-color:#667eea;color:#667eea}.category-btn.active{background:#4c63d2;border-color:#4c63d2;color:white}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;font-size:1rem;line-height:normal}.btn-primary{background:#4c63d2;color:white;flex:1}.btn-primary:hover{background:#3d52c7}.btn-success{background:#1e7e34;color:white;flex:1}.btn-success:hover{background:#155724}.btn-secondary{background:#6c757d;color:white}.btn-secondary:hover{background:#5a6268}.btn-warning{background:#ffc107;color:#212529}.btn-warning:hover{background:#e0a800}.btn-full-w{width:100%}.quantity-input{padding:13px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:1.1rem;text-align:center}.form-group{margin:1rem 0}.form-group label{display:block;margin:0 0 .5rem 0;font-weight:600;color:#333}.form-group label .required-asterisk{color:#dc3545}.form-control{width:100%;padding:10px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem}.form-control:focus{outline:none;border-color:#667eea}.form-actions{display:flex;gap:1rem;margin-top:2rem}.order-form-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:1rem auto;gap:1rem;padding:0 1rem}.order-summary{background:white;padding:2rem;height:fit-content;border-radius:10px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.order-summary h2{margin-bottom:.5rem;color:#333}.cue-summary{display:flex;flex-direction:column}.cue-summary .cue-image{width:100%;height:auto;overflow:hidden}.cue-summary .cue-img{width:100%;height:auto;object-fit:cover;border-radius:10px}.cue-details{padding:.5rem 1rem;background-color:#e3f2fd;border-radius:.5rem .5rem 0 0}.cue-details h3{color:#333}.order-form{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.total-line{display:flex;justify-content:space-between;margin:.75rem 0;font-size:1rem}.total-amount-new{font-size:1.2rem;font-weight:700;color:#e74c3c;border-top:2px solid #e9ecef;padding-top:.75rem;margin-top:.75rem}.order-confirmation{max-width:800px;margin:1rem auto;background:white;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden}.confirmation-header{background:linear-gradient(135deg, #28a745 0%, #20c997 100%);color:white;padding:1rem;text-align:center}.confirmation-header h1{font-size:2.5rem;margin-bottom:15px}.confirmation-header p{font-size:1.1rem;opacity:.9}.order-details{padding:2rem 1rem}.order-details h2{margin-bottom:30px;color:#333;text-align:center}.info-section,.products-section{margin-bottom:2rem}.info-section h3,.products-section h3{margin-bottom:20px;color:#333;border-bottom:2px solid #e9ecef;padding-bottom:10px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.info-item{display:flex;justify-content:space-between;padding:1rem;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.info-item .label{font-weight:600;color:#666}.info-item .value{color:#333}.product-item{display:flex;gap:20px;padding:20px;border:1px solid #e9ecef;border-radius:10px;margin-bottom:15px}.product-image{width:160px;height:160px;border-radius:8px;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover}.product-info{flex:1}.product-info h4{margin-bottom:8px;color:#333}.product-specs{display:flex;gap:15px;font-size:.9rem;color:#666;margin-bottom:10px}.product-quantity{font-weight:600;color:#333}.unit-price{font-size:.9rem;color:#666;margin-bottom:5px}.total-price{font-size:1.2rem;font-weight:700;color:#e74c3c}.order-total{background:#f8f9fa;padding:1rem;border-radius:10px;text-align:center}.total-section h3{margin-bottom:15px;color:#333}.total-amount-show{font-size:2.5rem;font-weight:700;color:#e74c3c}.related-cues h2{margin-bottom:1.5rem;color:#333;font-size:1.8rem;text-align:center}.no-results{text-align:center;padding:2rem;color:#666;margin:.75rem 0}.no-results p{font-size:1.2rem;margin:0}.next-steps{background:#e3f2fd;padding:1rem;border-radius:10px;margin:0 1rem}.next-steps h3{margin-bottom:20px;color:#1976d2}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:10px 0;padding-left:25px;position:relative;color:#333}.next-steps li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:bold}.action-buttons{display:flex;gap:15px;justify-content:center;padding:2rem 1rem 1rem 1rem}.alert{padding:1rem 1.5rem;margin:1rem auto;max-width:1200px;border-radius:8px;border:1px solid transparent;font-weight:500;position:relative;text-align:center;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1)}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.is-disabled{opacity:.6;pointer-events:none}@media(max-width: 768px){.mobile-menu-toggle{display:flex}.nav-menu{display:none;position:absolute;top:100%;left:-10rem;width:200px !important;background:white;flex-direction:column;align-items:stretch;padding:1rem;box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);border-top:1px solid #e9ecef;max-height:0;overflow:hidden;transition:max-height .3s ease;gap:0;width:calc(100% + 2rem)}.nav-menu.active{display:flex;max-height:500px}.nav-link{padding:1rem;border-bottom:1px solid #f0f0f0;width:100%}.nav-link:last-child{border-bottom:none}.nav-link.active{color:#fff;background:#4c63d2;font-weight:600}.logo-text{font-size:1.5rem}.logo-tagline{font-size:.75rem}.hero-section{padding:1rem 1rem 1.75rem}.hero-section h1{font-size:2.5rem}.hero-section h2{font-size:1.8rem}.hero-description{font-size:1.1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.cues-grid{grid-template-columns:1fr}.cue-detail{grid-template-columns:1fr;padding:1rem;width:100%;max-width:100%;overflow:hidden;min-height:auto;gap:1rem}.order-form-container{grid-template-columns:1fr}.order-summary{padding:1rem}.order-form{padding:1rem}.specs-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.cue-detail-img{height:450px}.info-grid{grid-template-columns:1fr}.product-item{flex-direction:column}.product-image{width:100%;height:200px}.action-buttons{flex-direction:column}.alert{padding:.75rem 1rem;margin:.75rem 1rem;font-size:.9rem}.image-slider{margin:0 -1rem;padding:0 1rem;width:calc(100% + 2rem);max-width:calc(100% + 2rem)}.slider-container{padding:10px 0;gap:8px;width:100%;max-width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.slider-item{flex:0 0 70px;height:70px;min-width:70px}.cue-detail-img{height:300px}.cue-detail-image{width:100%;max-width:100%;overflow:hidden}}
