*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#fafafa 0,#f0f2f5 100%);color:#1e1e2f;line-height:1.5}.container{max-width:1280px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:12px 20px}.logo a{display:flex;align-items:center;gap:8px;font-size:28px;color:#ff7e5e;font-weight:600;text-decoration:none}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer}.mobile-toggle span{width:25px;height:2px;background:#1e1e2f;transition:.3s}.nav-list{display:flex;gap:28px;list-style:none}.nav-list a{text-decoration:none;color:#262626;font-weight:500;font-size:15px;transition:color .2s}.nav-list a.active,.nav-list a:hover{color:#ff7e5e}.hero{padding:60px 0 40px;text-align:center}.hero h1{font-size:42px;font-weight:600;margin-bottom:20px;background:linear-gradient(135deg,#1e1e2f,#ff7e5e);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:18px;color:#5c5c5c;max-width:600px;margin:0 auto}.section{padding:60px 0}.section-title{font-size:28px;font-weight:600;text-align:center;margin-bottom:40px;color:#1e1e2f}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px}.filter-btn{background:#fff;border:1px solid #dbdbdb;padding:8px 24px;border-radius:40px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#262626}.filter-btn.active,.filter-btn:hover{background:#ff7e5e;border-color:#ff7e5e;color:#fff}.product-table-wrapper{background:#fff;border-radius:24px;box-shadow:0 25px 45px -12px rgba(0,0,0,.15);overflow-x:auto}.product-table{width:100%;border-collapse:collapse;min-width:600px}.product-table th{background:#f8f9fa;padding:16px;text-align:left;font-weight:600;color:#1e1e2f;border-bottom:1px solid #efefef}.product-table td{padding:16px;border-bottom:1px solid #efefef;color:#262626}.product-table tr:last-child td{border-bottom:none}.product-title{font-weight:700;color:#121212}.buy-link{display:inline-block;background:#ff7e5e;color:#fff;padding:8px 24px;border-radius:40px;text-decoration:none;font-weight:500;font-size:14px;transition:background .2s}.buy-link:hover{background:#e56747}.badge{display:inline-block;background:#f0f2f5;padding:4px 12px;border-radius:40px;font-size:12px;color:#5c5c5c}.features-grid,.guarantee-grid,.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-card,.guarantee-card,.process-card{background:#fff;padding:28px;border-radius:24px;text-align:center;box-shadow:0 10px 30px -10px rgba(0,0,0,.05);transition:transform .2s}.feature-card:hover,.process-card:hover{transform:translateY(-5px)}.feature-icon,.guarantee-icon,.process-icon{font-size:40px;margin-bottom:16px}.feature-card h3,.guarantee-card h3,.process-card h3{font-size:18px;font-weight:600;margin-bottom:12px}.feature-card p,.guarantee-card p,.process-card p{color:#5c5c5c;font-size:14px}.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.policy-item{background:#f8f9fa;padding:20px;border-radius:16px;border-left:3px solid #ff7e5e}.policy-item h4{font-size:16px;font-weight:600;margin-bottom:8px}.policy-item p{font-size:13px;color:#5c5c5c}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;cursor:pointer;font-weight:600;background:#fff;border:none;width:100%;text-align:left;font-size:16px}.faq-question:hover{background:#fafafa}.faq-icon{font-size:22px;color:#ff7e5e;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease;color:#5c5c5c;font-size:14px}.faq-item.active .faq-answer{padding:0 24px 20px;max-height:300px}.footer{background:#fff;padding:24px 0;text-align:center;border-top:1px solid #efefef;margin-top:40px;color:#8e8e8e;font-size:14px}.footer a{color:#8e8e8e}.stock-text{color:#2ecc71;font-weight:500}.price{font-weight:600;color:#ff7e5e}@media (max-width:768px){.mobile-toggle{display:flex}.nav-menu{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:#fff;transition:left .3s;z-index:999}.nav-menu.active{left:0}.nav-list{flex-direction:column;align-items:center;padding:40px 0;gap:20px}.hero h1{font-size:32px}.section{padding:40px 0}.section-title{font-size:24px}.filter-btn{padding:6px 18px;font-size:13px}.product-table td,.product-table th{padding:12px}.buy-link{padding:6px 16px;font-size:13px}}:root{--primary-orange:#ff7e5e;--hover-orange:#e56747;--light-orange:#fff0ec;--bg-color:#fafafa;--card-bg:#ffffff;--text-primary:#1e1e2f;--text-secondary:#5c5c5c;--border-color:#dbdbdb;--price-red:#ff7e5e;--success-green:#2ecc71;--transition:all 0.3s ease;--card-radius:32px;--btn-radius:40px;--shadow:0 25px 45px -12px rgba(0, 0, 0, 0.25),0 1px 3px rgba(0, 0, 0, 0.05);--shadow-hover:0 30px 50px -15px rgba(0, 0, 0, 0.3),0 2px 5px rgba(0, 0, 0, 0.08);--bs-card-spacer-y:28px;--bs-card-spacer-x:28px;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color:#1e1e2f;--bs-card-subtitle-color:#5c5c5c;--bs-card-border-width:0px;--bs-card-border-color:#dbdbdb;--bs-card-border-radius:24px;--bs-card-box-shadow:0 25px 45px -12px rgba(0, 0, 0, 0.25),0 1px 3px rgba(0, 0, 0, 0.05);--bs-card-inner-border-radius:24px;--bs-card-cap-padding-y:15px;--bs-card-cap-padding-x:28px;--bs-card-cap-bg:rgba(255, 126, 94, 0.03);--bs-card-bg:#ffffff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:12px}body{background:linear-gradient(135deg,#fafafa 0,#f0f2f5 100%);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#1e1e2f}.breadcrumb{margin:30px 0;font-size:.9rem;color:#5c5c5c}.breadcrumb a{color:#ff7e5e;text-decoration:none;transition:all .3s ease}.breadcrumb a:hover{text-decoration:underline;color:#e56747}.breadcrumb span{margin:0 8px}.product-d-detail{background:#fff;border-radius:32px;padding:30px;box-shadow:0 25px 45px -12px rgba(0,0,0,.25),0 1px 3px rgba(0,0,0,.05);border:1px solid #dbdbdb;margin-bottom:60px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.product-d-info,.purchase-options{border:none}.product-d-title{font-size:1.8rem;font-weight:600;margin-bottom:15px;color:#1e1e2f}.product-d-price{font-size:2.2rem;font-weight:600;color:#ff7e5e;margin-bottom:25px}.product-d-specs{margin-bottom:25px}.spec-row{display:flex;padding:12px 0;border-bottom:1px solid #dbdbdb}.spec-row:last-child{border-bottom:none}.spec-label{flex:0 0 140px;color:#5c5c5c;font-weight:500;display:flex;align-items:center;gap:8px}.spec-value{flex:1;font-weight:600;color:#1e1e2f}.spec-value.highlight{color:#2ecc71}.option-title{font-size:1.3rem;font-weight:600;margin-bottom:25px;color:#1e1e2f}.form-group{margin-bottom:25px}.form-label{display:block;margin-bottom:10px;color:#5c5c5c;font-weight:500;font-size:.95rem}.required{color:#ff7e5e}.email-input{width:100%;padding:12px 15px;border:1px solid #dbdbdb;border-radius:40px;font-size:1rem;transition:all .3s ease;background:#fff;color:#1e1e2f}.email-input:focus{outline:0;border-color:#ff7e5e;box-shadow:0 0 0 3px rgba(255,126,94,.1)}.email-hint{margin-top:8px;font-size:.85rem;color:#5c5c5c;display:flex;align-items:center;gap:5px}.quantity-selector{display:flex;align-items:center;background:#fff;border-radius:40px;border:1px solid #dbdbdb;overflow:hidden;transition:all .3s ease;max-width:150px}.quantity-selector:focus-within{border-color:#ff7e5e;box-shadow:0 0 0 3px rgba(255,126,94,.1)}.quantity-btn{width:40px;height:40px;border:none;background:#f0f2f5;color:#1e1e2f;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease}.quantity-btn:hover{background:rgba(255,126,94,.1)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{flex:1;height:40px;text-align:center;border:none;background:0 0;font-size:1rem;font-weight:600;color:#1e1e2f;outline:0;min-width:60px}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.payment-section{margin-bottom:20px}.payment-label{font-size:.95rem;color:#1e1e2f;margin-bottom:8px;font-weight:600}.payment-methods{display:flex;gap:8px;flex-wrap:wrap}.payment-method{flex:1;min-width:120px;padding:12px 8px;border:1px solid #dbdbdb;border-radius:40px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center;font-size:.85rem;font-weight:600;color:#1e1e2f}.payment-method.selected,.payment-method:hover{border-color:#ff7e5e;background:#fff0ec}.payment-method input[type=radio]{display:none}.payment-icon{margin-bottom:5px}.payment-icon>img{border-radius:10px}.total-price{background:linear-gradient(135deg,#fff0ec,#ffe4db);padding:15px;border-radius:24px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:center}.total-label{font-size:1rem;color:#1e1e2f;font-weight:500}.total-amount{font-size:1.8rem;font-weight:600;color:#ff7e5e}.action-buttons{display:flex;gap:15px}.btn{padding:15px 25px;border:none;border-radius:40px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600;flex:1;text-align:center;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#ff7e5e,#e56747);color:#fff}.btn-primary:hover{box-shadow:0 30px 50px -15px rgba(0,0,0,.3),0 2px 5px rgba(0,0,0,.08);transform:translateY(-2px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:linear-gradient(135deg,#f7f9fc,#eef2f6);color:#1e1e2f}.btn-secondary:hover{background:linear-gradient(135deg,#eef2f6,#e5e9ef)}.product-d-description{grid-column:1/-1;margin-top:20px}.description-d-title{font-size:1.5rem;margin-bottom:25px;color:#1e1e2f;display:flex;align-items:center;gap:10px;font-weight:600}.description-d-content{line-height:1.8;color:#5c5c5c}.description-d-content p{margin-bottom:20px;font-size:1.05rem;line-height:1.8}.description-d-content ol,.description-d-content ul{margin:20px 0;padding-left:25px}.description-d-content li{margin-bottom:10px;line-height:1.6}.description-d-content h3{font-size:1.3rem;color:#1e1e2f;margin:25px 0 15px;font-weight:600;display:flex;align-items:center;gap:10px}.description-d-content strong{color:#1e1e2f}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:20px 0}.feature-item{display:flex;align-items:center;gap:10px;padding:15px;background:rgba(255,126,94,.05);border-radius:16px}.feature-icon{color:#2ecc71;font-size:1.2rem}.security-notice{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:20px;border-radius:24px;margin-top:30px;display:flex;align-items:center;gap:15px}.security-icon{font-size:1.5rem;color:#2ecc71}.security-text{flex:1;color:#1e5c2e;font-size:.95rem;line-height:1.6}.related-products{margin-bottom:80px}.section-subtitle{font-size:1.1rem;color:#5c5c5c;text-align:center;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.ks-product-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 25px 45px -12px rgba(0,0,0,.25),0 1px 3px rgba(0,0,0,.05);transition:all .3s ease;border:0 solid #dbdbdb;display:flex;flex-direction:column}.ks-product-card:hover{box-shadow:0 30px 50px -15px rgba(0,0,0,.3),0 2px 5px rgba(0,0,0,.08);transform:translateY(-5px)}.ks-product-card-title{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:#1e1e2f;flex-grow:0;display:flex;align-items:center;gap:8px}.ks-product-card-description{color:#5c5c5c;margin-bottom:15px;font-size:.95rem;line-height:1.6;flex-grow:1}.ks-product-card-price{color:#ff7e5e;font-weight:600;font-size:1.3rem;margin-bottom:15px;flex-grow:0}.ks-product-card-action{flex-grow:0}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:2000;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;align-items:center;justify-content:center;opacity:1}.modal-content{background:#fff;border-radius:32px;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;transform:scale(.9);transition:transform .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-overlay.active .modal-content{transform:scale(1)}.modal-header{padding:25px 30px;border-bottom:1px solid #dbdbdb;display:flex;align-items:center;justify-content:space-between}.modal-title{font-weight:600;color:#1e1e2f;gap:10px;font-size:24px;display:flex;align-items:center}.close-btn{font-size:24px;width:40px;height:40px;border:none;background:#f0f2f5;border-radius:50%;cursor:pointer;justify-content:center;color:#5c5c5c;transition:all .3s;display:flex;align-items:center}.close-btn:hover{background:#dbdbdb;color:#1e1e2f;transform:rotate(90deg)}.modal-body{padding:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.order-summary{background:linear-gradient(135deg,#f8f9fa,#eef2f6);padding:25px;border-radius:24px}.summary-title{font-size:18px;font-weight:600;color:#1e1e2f;margin-bottom:20px;gap:8px;display:flex;align-items:center}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}.summary-row-clear-bt{border-bottom:none}.summary-row:last-child{border-bottom:none;padding-top:15px;margin-top:5px;border-top:2px solid rgba(0,0,0,.1)}.summary-label{width:120px;color:#5c5c5c;font-size:14px}.summary-value{font-weight:600;color:#1e1e2f}.summary-value.total{font-size:24px;color:#ff7e5e}.payment-title{font-size:16px;font-weight:600;color:#1e1e2f;margin-bottom:15px;display:flex;align-items:center;gap:8px}.selected-payment{background:#f0fdf4;border:2px solid #2ecc71;padding:15px;border-radius:16px;display:flex;align-items:center;gap:15px;margin-bottom:20px}.selected-payment .payment-icon{font-size:2rem;color:#2ecc71}.qr-section{text-align:center;padding:20px;margin-bottom:20px}.qr-code{width:200px;height:200px;margin:0 auto 15px;background:#fff;padding:10px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#5c5c5c;border:1px solid #dbdbdb}.address-section{background:#fff;border:2px solid #dbdbdb;border-radius:16px;padding:15px;margin-bottom:15px;position:relative}.address-label{font-size:13px;color:#5c5c5c;margin-bottom:8px;display:flex;align-items:center;gap:5px}.address-value{font-size:14px;word-break:break-all;color:#1e1e2f;line-height:1.4;padding-right:40px;width:85%}.copy-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#2ecc71;color:#fff;border:none;padding:8px 15px;border-radius:40px;font-size:13px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:5px}.copy-btn:hover{background:#27ae60}.copy-btn.copied{background:#2ecc71}.btn-confirm{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;padding:15px 25px;border:none;border-radius:40px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.btn-confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(46,204,113,.4)}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.countdown-section{background:linear-gradient(135deg,#fee2e2,#fecaca);padding:20px;border-radius:24px;margin-bottom:25px;text-align:center}.countdown-title{font-size:14px;color:#991b1b;margin-bottom:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px}.countdown-timer{font-size:36px;font-weight:700;color:#dc2626;font-family:'Courier New',monospace;letter-spacing:2px}.countdown-timer.warning{animation:blink 1s ease-in-out infinite}@keyframes blink{0%,50%{opacity:1}100%,51%{opacity:.3}}.countdown-hint{font-size:12px;color:#7f1d1d;margin-top:8px}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none}.toast{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:16px 20px;margin-bottom:10px;min-width:300px;max-width:400px;display:flex;align-items:center;transform:translateX(100%);opacity:0;transition:all .3s cubic-bezier(.4, 0, .2, 1);pointer-events:auto;position:relative}.toast.show{transform:translateX(0);opacity:1}.toast.success{background:#2ecc71;color:#fff}.toast.error{background:#ef4444;color:#fff}.toast.warning{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.toast.info{border-left-color:#ff7e5e;background:linear-gradient(135deg,#fff0ec,#ffe4db)}.toast.info .toast-icon{color:#ff7e5e}.toast-icon{margin-right:12px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:600;font-size:14px;margin-bottom:2px;color:#374151}.toast-message{font-size:13px;line-height:1.4}.toast-close{position:absolute;top:8px;right:8px;background:0 0;border:none;font-size:18px;color:#fff;cursor:pointer;padding:4px;line-height:1;opacity:.7;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(0,0,0,.1);border-radius:0 0 16px 16px;transform-origin:left;animation:progress linear}.toast.success .toast-progress{background:#27ae60}.toast.error .toast-progress{background:#dc2626}.toast.warning .toast-progress{background:#f59e0b}.toast.info .toast-progress{background:#ff7e5e}@keyframes progress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.breadcrumb{margin:20px 0}.product-d-detail{grid-template-columns:1fr;gap:20px}.feature-list{grid-template-columns:1fr}.action-buttons{flex-direction:column}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr)}.payment-method{min-width:auto}.modal-body{grid-template-columns:1fr;gap:20px}.product-grid{grid-template-columns:1fr}.product-table-wrapper{background:0 0;border-radius:0;border:0;box-shadow:unset}.product-table thead{display:none}.product-table{min-width:auto}.product-table,.product-table tbody,.product-table td,.product-table tr{display:block;width:100%}.product-table tr{margin-bottom:20px;position:relative;border-radius:28px;background:var(--card-bg);overflow:hidden}.product-table td{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-radius:0!important;box-shadow:none}.product-table td:first-child::before{content:'';width:0}.product-table td::before{content:attr(data-label);font-weight:600;color:#64748b;width:40%;font-size:.9rem}.product-table td:first-child>small{display:none}.product-title{font-size:1rem}.product-table td:last-child{border-bottom:none}}@media (max-width:480px){.product-d-title{font-size:1.5rem}.product-d-price{font-size:1.8rem}.spec-label{flex:0 0 120px;font-size:.9rem}.spec-value{font-size:.9rem}.description-d-title{font-size:1.3rem}.modal-content{width:95%;max-height:95vh;margin:10px}.modal-header{padding:20px}.modal-title{font-size:20px}.modal-body{padding:20px}.address-value{font-size:12px}}