:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}.app-container{min-height:100vh;position:relative;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0000001a 0% 100%),radial-gradient(circle at 20% 30%,rgba(255,255,255,.2) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.2) 0%,transparent 40%),linear-gradient(135deg,#d81b60,#c2185b,#ad1457,#880e4f,#6a1b9a)}.app-container>*{position:relative;z-index:1}.app-header{text-align:center;margin-bottom:2rem;color:#fff}.app-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.2);letter-spacing:-.02em}.app-subtitle{font-size:1.2rem;opacity:.9;font-weight:300}.app-content{max-width:1200px;margin:0 auto}.error-message{background:#fee;border:2px solid #fcc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center;color:#c33}.error-message p{margin:.5rem 0;font-weight:600}.error-detail{font-size:.9rem;color:#999;font-weight:400}.welcome-message{background:#fff;border-radius:20px;padding:3rem;text-align:center;box-shadow:0 4px 20px #0000001a}.welcome-message p{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.info-text{font-size:1rem;color:#666;font-weight:400}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-filter{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.pos-filters{margin:-.5rem auto 1.5rem;max-width:1200px;padding:0 .25rem}.pos-filters-bar{display:flex;justify-content:center;margin-bottom:.5rem}.pos-filters-toggle{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#fffffff2;padding:.6rem .9rem;border-radius:999px;font-weight:900;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .14s ease,background .14s ease,border-color .14s ease}.pos-filters-toggle:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff52}.pos-filters-toggle.active{background:#ffffffeb;color:#2a2a2a;border-color:#ffffffeb;box-shadow:0 12px 28px #0000002e}.pos-filters-panel{background:#ffffffeb;border:2px solid rgba(255,255,255,.35);border-radius:18px;padding:.9rem;box-shadow:0 18px 40px #00000038}.pos-filters-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pos-filters-panel-title{font-weight:1000;color:#2a2a2a;letter-spacing:-.01em}.pos-filters-close{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#0000000a;cursor:pointer;font-size:20px;font-weight:900;color:#000000b3;display:flex;align-items:center;justify-content:center;transition:transform .12s ease,background .12s ease}.pos-filters-close:hover{transform:scale(1.05);background:#0000000f}.pos-filter-row{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.pos-filter-item{display:flex;flex-direction:column;gap:.35rem;min-width:220px}.pos-filter-item-sm{min-width:140px}.pos-filter-label{font-size:.85rem;font-weight:800;color:#000000b8}.pos-filter-input{background:#fffffffa;border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:.65rem .85rem;font-weight:700;outline:none;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.pos-filter-input:focus{border-color:#667eeaa6;box-shadow:0 16px 30px #0000001f}.pos-filter-hint{margin-top:.5rem;text-align:center;font-size:.85rem;color:#0009}.category-btn{background:#fff;border:2px solid rgba(255,255,255,.3);color:#000;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s;font-size:.95rem}.category-btn:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.category-btn.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 4px 15px #0003}.products-header{margin-bottom:2rem;text-align:center}.products-header h2{color:#fff;font-size:2rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.2)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-photo-container{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-photo{width:100%;height:100%;object-fit:cover;object-position:center}.product-name{font-size:1.3rem;font-weight:700;color:#333;margin:0;text-align:center}.product-price-display{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-top:.5rem}.price-label{font-size:.85rem;color:#666;font-weight:500}.price-amount{font-size:1.5rem;font-weight:700;color:#667eea}.price-period{font-size:.9rem;color:#666;font-weight:500}.product-brand{color:#667eea;font-weight:600;margin:0 0 .5rem;font-size:.95rem}.product-sku{color:#999;font-size:.85rem;margin:0 0 .5rem;font-family:monospace}.product-category{display:inline-block;background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;margin-bottom:.5rem}.product-description{color:#666;font-size:.9rem;margin:.5rem 0;line-height:1.4}.product-pricing{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.pricing-label{color:#667eea;font-weight:600;font-size:.9rem;margin:0}.product-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.product-modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.close-btn{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.close-btn:hover{background:#e0e0e0;color:#333}.product-modal-content h2{margin:0 0 1rem;color:#333;font-size:2rem}.modal-brand{color:#667eea;font-weight:600;margin:0 0 .5rem}.modal-sku{color:#999;font-size:.9rem;margin:0 0 1rem;font-family:monospace}.modal-description{color:#666;line-height:1.6;margin-bottom:2rem}.price-plans{margin-top:2rem}.price-plans h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.price-plan{background:#f8f9fa;border-radius:12px;padding:1rem;margin-bottom:1rem;border-left:4px solid #667eea}.plan-header{display:flex;gap:.5rem;margin-bottom:.5rem}.plan-type{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;text-transform:capitalize}.plan-name{background:#e0e0e0;color:#666;padding:.25rem .75rem;border-radius:8px;font-size:.85rem}.plan-price{font-size:1.5rem;font-weight:700;color:#333}.no-pricing{color:#999;font-style:italic;margin-top:1rem}.loading-container{text-align:center;padding:2rem}.plan-details{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0;font-size:.9rem}.plan-details strong{display:block;margin-bottom:.5rem;color:#333}.detail-item{display:inline-block;background:#e8e8e8;padding:.25rem .5rem;border-radius:6px;margin:.25rem .25rem .25rem 0;font-size:.85rem}.installment-plan{margin-top:.5rem;padding:.5rem;background:#f0f0f0;border-radius:8px}.installment-plan>span{font-weight:600;color:#667eea}.phases{margin-top:.5rem;padding-left:1rem}.phase{font-size:.85rem;color:#666;margin-top:.25rem}.plan-care{background:#ff9800;color:#fff;padding:.25rem .75rem;border-radius:8px;font-size:.85rem;text-transform:capitalize}.warranty-options{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.warranty-options h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.warranty-option{background:#f8f9fa;border-radius:12px;padding:1rem;margin-bottom:.75rem;display:flex;gap:1rem;align-items:center}.warranty-months{background:#4caf50;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:1rem}.warranty-desc{color:#666;flex:1}.modal-photo-container{width:100%;max-width:100%;margin:1rem 0;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.modal-photo{width:100%;height:auto;max-height:400px;object-fit:contain;object-position:center}.modal-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #eee}.modal-section-title{font-size:1.2rem;font-weight:700;color:#333;margin:0 0 1rem}.modal-basic-info-list{list-style:none;padding:0;margin:0}.modal-basic-info-list li{margin:.5rem 0;color:#666;font-size:.95rem}.modal-basic-info-list li strong{color:#333;margin-right:.5rem}.modal-basic-info-text{font-size:.95rem;color:#666;margin:0;line-height:1.6}.modal-blog-info{font-size:.95rem;color:#666;line-height:1.8;margin:0}.modal-blog-info p{margin:0}.back-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s;font-size:.95rem;margin-bottom:1rem}.back-button:hover{background:#ffffff4d;transform:translateY(-2px)}.product-detail-page{padding:0}.product-detail-header{background:#fff;padding:2rem;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;margin-bottom:0}.product-detail-header-content{display:flex;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:1rem 0}.circular-photo-carousel{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carousel-photo{position:absolute;border-radius:50%;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:4px solid white;box-shadow:0 8px 24px #00000026}.carousel-photo img{width:100%;height:100%;object-fit:cover;display:block}.carousel-photo-center{width:200px;height:200px;z-index:3;transform:scale(1);opacity:1;filter:brightness(1)}.carousel-photo-left{width:140px;height:140px;left:-60px;z-index:1;transform:scale(.85);opacity:.6;filter:brightness(.5)}.carousel-photo-right{width:140px;height:140px;right:-60px;z-index:1;transform:scale(.85);opacity:.6;filter:brightness(.5)}.carousel-photo-left:hover,.carousel-photo-right:hover{opacity:.8;filter:brightness(.7);transform:scale(.9)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffffe6;border:2px solid rgba(102,126,234,.3);color:#667eea;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s;box-shadow:0 4px 12px #00000026}.carousel-nav:hover{background:#fff;border-color:#667eea;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #667eea4d}.carousel-nav-left{left:-80px}.carousel-nav-right{right:-80px}.product-detail-header-info{flex:1}.product-detail-header-name{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem}.product-detail-header-brand{font-size:1.1rem;color:#667eea;font-weight:600;margin:0 0 .5rem}.product-detail-tabs{display:flex;background:#fff;border-bottom:2px solid #eee;position:sticky;top:200px;z-index:99;max-width:1200px;margin:0 auto;padding:0 2rem}.tab-button{flex:1;padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s}.tab-button:hover{color:#667eea;background:#667eea0d}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#667eea0d}.product-detail-content{max-width:1200px;margin:0 auto;padding:2rem}.tab-content{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000001a;min-height:400px}.tab-content-modern{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px #667eea1a}.modern-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 12px #0000000d;display:flex;gap:1.5rem;transition:all .3s}.modern-section:hover{box-shadow:0 4px 20px #667eea26;transform:translateY(-2px)}.modern-section-icon{font-size:2.5rem;flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 12px #667eea4d}.modern-section-content{flex:1}.modern-section-title{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-description-text{font-size:1rem;color:#555;line-height:1.8;margin:0}.modern-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.modern-info-item{background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;border:2px solid #e8ecff;transition:all .3s}.modern-info-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.modern-info-key{font-size:.85rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px}.modern-info-value{font-size:1rem;color:#333;font-weight:500}.modern-info-text{font-size:1rem;color:#555;line-height:1.8;margin:0}.no-info-modern{color:#999;font-style:italic;text-align:center;padding:2rem}.modern-warranty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.modern-warranty-card{background:linear-gradient(135deg,#e8f5e9,#fff);border-radius:12px;padding:1.5rem;text-align:center;border:2px solid #c8e6c9;transition:all .3s}.modern-warranty-card:hover{border-color:#4caf50;transform:translateY(-4px);box-shadow:0 6px 20px #4caf504d}.modern-warranty-badge{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.1rem;display:inline-block;margin-bottom:.75rem;box-shadow:0 4px 12px #4caf504d}.modern-warranty-desc{color:#555;font-size:.9rem;margin:0}.modern-blogs-container{display:flex;flex-direction:column;gap:1.5rem}.modern-blog-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #00000014;border-left:4px solid #667eea;transition:all .3s}.modern-blog-card:hover{box-shadow:0 6px 24px #667eea33;transform:translate(4px)}.modern-blog-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.modern-blog-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:12px}.modern-blog-title{font-size:1.3rem;font-weight:700;color:#333;margin:0}.modern-blog-content{color:#555;line-height:1.8;font-size:1rem}.modern-plans-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.modern-plan-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;padding:2rem;box-shadow:0 8px 24px #00000014,0 2px 8px #6366f11a,inset 0 1px #ffffffe6;border:1.5px solid rgba(99,102,241,.15);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.modern-plan-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);opacity:0;transition:opacity .3s ease}.modern-plan-card:hover{border-color:#6366f159;box-shadow:0 16px 40px #6366f133,0 4px 12px #0000001a,inset 0 1px #fffffff2;transform:translateY(-6px)}.modern-plan-card:hover:before{opacity:1}.modern-plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e8ecff}.modern-plan-badges{display:flex;gap:.75rem;flex-wrap:wrap}.modern-plan-type{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;text-transform:capitalize;box-shadow:0 4px 12px #667eea4d}.modern-plan-name{background:#e8ecff;color:#667eea;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.modern-plan-care{background:linear-gradient(135deg,#ff9800,#ff6b35);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;text-transform:capitalize;box-shadow:0 4px 12px #ff98004d}.modern-plan-price{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-plan-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e8ecff}.modern-plan-section-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:1rem}.modern-plan-tags{display:flex;flex-wrap:wrap;gap:.5rem}.modern-plan-tag{background:linear-gradient(135deg,#f8f9ff,#fff);color:#667eea;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;border:2px solid #e8ecff;transition:all .3s}.modern-plan-tag:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.modern-installment-card{background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:12px;padding:1.5rem;margin-top:1rem;border:2px solid #e8ecff}.modern-installment-header{margin-bottom:1rem}.modern-installment-months{font-size:1.2rem;font-weight:700;color:#667eea}.modern-phases{display:flex;flex-direction:column;gap:.75rem}.modern-phase{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:8px;border-left:3px solid #667eea}.modern-phase-period{color:#666;font-size:.9rem}.modern-phase-amount{font-weight:700;color:#667eea;font-size:1rem}.tab-content-empty-modern{text-align:center;padding:4rem 2rem}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.tab-content-empty{text-align:center;padding:4rem 2rem}.content-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.content-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.content-section-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 1rem}.photo-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.gallery-photo-item{aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;position:relative}.gallery-photo-item:hover{border-color:#667eea;transform:scale(1.05)}.gallery-photo-item.active{border-color:#667eea;border-width:3px}.gallery-photo-item img{width:100%;height:100%;object-fit:cover}.main-badge{position:absolute;top:.5rem;left:.5rem;background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.main-photo-viewer{width:100%;max-width:600px;margin:0 auto;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.viewer-photo{width:100%;height:100%;object-fit:contain;object-position:center}@media(max-width:968px){.product-detail-header-content{flex-direction:column;text-align:center;gap:2rem}.circular-photo-carousel{width:250px;height:250px}.carousel-photo-center{width:160px;height:160px}.carousel-photo-left,.carousel-photo-right{width:110px;height:110px}.carousel-photo-left{left:-50px}.carousel-photo-right{right:-50px}.carousel-nav{width:40px;height:40px;font-size:20px}.carousel-nav-left{left:-60px}.carousel-nav-right{right:-60px}.product-detail-tabs{top:auto;position:relative;flex-wrap:wrap}.tab-button{flex:1 1 33.333%;min-width:100px}.modern-plans-container,.modern-info-grid{grid-template-columns:1fr}}.photo-gallery-section{display:flex;flex-direction:column;gap:1rem}.main-photo-container{width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:16px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.main-photo{width:100%;height:100%;object-fit:contain;object-position:center}.photo-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.photo-thumbnail{aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s}.photo-thumbnail:hover{border-color:#667eea;transform:scale(1.05)}.photo-thumbnail.active{border-color:#667eea;border-width:3px}.photo-thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-info{display:flex;flex-direction:column;gap:2rem}.product-detail-sku{color:#999;font-size:.9rem;font-family:monospace;margin:0}.product-detail-description{color:#666;line-height:1.6;font-size:1rem;margin:0}.detail-section{padding-top:1.5rem;border-top:2px solid #eee}.detail-section-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 1rem}.detail-basic-info-list{list-style:none;padding:0;margin:0}.detail-basic-info-list li{margin:.5rem 0;color:#666;font-size:.95rem}.detail-basic-info-list li strong{color:#333;margin-right:.5rem}.detail-basic-info-text{font-size:.95rem;color:#666;line-height:1.6;margin:0}.blogs-list{display:flex;flex-direction:column;gap:1.5rem}.blog-entry{padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #667eea}.blog-title{font-size:1.2rem;font-weight:700;color:#333;margin:0 0 .75rem}.blog-content{font-size:.95rem;color:#666;line-height:1.8;white-space:pre-wrap}.product-detail-page{padding:0;overflow-x:hidden}.pd-top{padding:1.25rem 1.25rem .75rem;max-width:1200px;margin:0 auto}.pd-top-row{display:flex;align-items:center;justify-content:flex-start}.pd-info{padding:.75rem 0 .25rem}.pd-title{margin:.5rem 0 .75rem;color:#fffffffa;font-size:2.2rem;font-weight:900;letter-spacing:-.02em;text-shadow:0 2px 22px rgba(0,0,0,.28)}.pd-meta{display:flex;flex-wrap:wrap;gap:.6rem}.pd-chip{display:inline-flex;align-items:center;padding:.5rem .85rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#ffffffed;font-weight:800;font-size:.95rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pd-gallery-wrap{max-width:1200px;margin:0 auto;padding:.5rem 1.25rem .75rem}.pd-gallery{width:100%;max-width:560px;margin:0 auto}.pd-gallery-stage{position:relative;width:100%;height:380px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;touch-action:pan-y;overflow:hidden}.pd-gallery-item{position:absolute;top:0;left:50%;width:320px;height:380px;transform:translate(-50%);border:none;padding:0;border-radius:20px;overflow:hidden;background:#ffffffeb;box-shadow:0 20px 60px #00000040,0 0 0 2px #fff9 inset;cursor:pointer;transition:filter .18s ease,opacity .18s ease;z-index:1}.pd-gallery-item img{width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at 30% 20%,#fff,#f3f4f6 55%,#e5e7eb)}.pd-gallery-item video{width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at 30% 20%,#fff,#f3f4f6 55%,#e5e7eb)}.pd-gallery-item-prev,.pd-gallery-item-next{width:250px;height:310px;opacity:.55;filter:saturate(.9) brightness(.75)}.pd-gallery-item-prev:hover,.pd-gallery-item-next:hover{opacity:.75;filter:saturate(1) brightness(.85)}.pd-gallery-item-current{z-index:3;opacity:1;filter:none}.pd-gallery-counter{margin-top:.75rem;text-align:center;font-weight:700;color:#fffffff2;text-shadow:0 2px 12px rgba(0,0,0,.35)}.pd-bubbles{max-width:1200px;margin:.25rem auto .75rem;padding:0 1.25rem;display:flex;gap:.75rem;flex-wrap:wrap}.pd-bubble-tab{appearance:none;border:1px solid rgba(255,255,255,.22);background:#ffffff24;color:#ffffffeb;font-weight:900;padding:.65rem 1rem;border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .14s ease,background .14s ease,border-color .14s ease}.pd-bubble-tab:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff52}.pd-bubble-tab.active{background:#ffffffeb;color:#2a2a2a;border-color:#ffffffeb;box-shadow:0 12px 28px #0000002e}.pd-card-wrap{max-width:1200px;margin:0 auto 2rem;padding:0 1.25rem}.pd-card .modern-section{padding:1.5rem}.pd-card .modern-section-icon{width:52px;height:52px;border-radius:14px;font-size:2rem}.pd-card .modern-section-title{font-size:1.25rem;margin-bottom:.75rem}.pd-card .modern-info-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.pd-card .modern-info-item{padding:.75rem .9rem;border-radius:12px;border-width:1px;box-shadow:0 6px 18px #667eea14}.pd-card .modern-info-item:hover{transform:translateY(-1px);box-shadow:0 10px 26px #667eea24}.pd-card .modern-info-key{font-size:.72rem;letter-spacing:.6px;opacity:.9}.pd-card .modern-info-value{font-size:.95rem;font-weight:650}.pd-plans-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 1rem}.pd-plans-filter-btn{border:1px solid rgba(102,126,234,.22);background:#667eea14;color:#4253d5;font-weight:900;padding:.55rem .85rem;border-radius:999px;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.pd-plans-filter-btn:hover{transform:translateY(-1px);background:#667eea1f;border-color:#667eea59}.pd-plans-filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 12px 22px #667eea40}.pd-plan-top{display:flex;align-items:center;justify-content:center;padding:.5rem 0 1rem;margin-bottom:.5rem}.pd-plan-title{font-size:1.35rem;font-weight:900;color:#0f172a;letter-spacing:-.02em;text-align:center;line-height:1.3;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pd-plan-mid{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;margin:1rem 0;background:linear-gradient(135deg,#6366f10a,#8b5cf60a);border-radius:16px;border:1px solid rgba(99,102,241,.12);box-shadow:0 4px 12px #6366f114}.pd-plan-mid-label{font-weight:900;color:#1e293b;margin-bottom:.75rem;font-size:.95rem;display:flex;align-items:center;gap:.4rem}.pd-plan-mid-value,.pd-plan-installment-content{width:100%}.pd-plan-installment-months{font-size:1.4rem;font-weight:900;color:#4f46e5;margin-bottom:1rem;text-align:center;letter-spacing:-.01em;text-shadow:0 2px 8px rgba(79,70,229,.15)}.pd-plan-phases{display:flex;flex-direction:column;gap:.65rem;padding-left:.75rem;border-left:4px solid #c7d2fe;margin-top:.5rem}.pd-plan-phase{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#fffc,#f8fafce6);border-radius:12px;border-left:4px solid #c7d2fe;box-shadow:0 2px 8px #6366f11a;transition:all .2s ease}.pd-plan-phase:hover{transform:translate(2px);box-shadow:0 4px 12px #6366f126;border-left-color:#818cf8}.pd-plan-phase-period{font-size:.95rem;color:#1e293b;font-weight:700;letter-spacing:.01em}.pd-plan-phase-amount{font-size:1rem;color:#4f46e5;font-weight:900;letter-spacing:-.01em}.pd-plan-down-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem 0;margin:.75rem 0 .5rem}.pd-plan-down-label{font-weight:900;color:#1e293b;margin-bottom:.65rem;font-size:.95rem;display:flex;align-items:center;gap:.4rem}.pd-plan-down-value{width:100%;display:flex;justify-content:center}.pd-plan-down-pill{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:2px solid #c7d2fe;color:#4f46e5;padding:.7rem 1.5rem;border-radius:999px;font-weight:900;font-size:1.1rem;box-shadow:0 4px 12px #4f46e526;transition:all .2s ease}.pd-plan-down-pill:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e533;border-color:#a5b4fc}.pd-plan-down-pill-empty{color:#0006;border-color:#0000001a;background:#0000000a;box-shadow:none;font-size:.95rem}.pd-plan-bottom{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.pd-plan-bottom-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.pd-plan-pill{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:999px;font-weight:800;font-size:.85rem;border:1.5px solid transparent;transition:all .2s ease;box-shadow:0 2px 6px #0000000f}.pd-plan-pill:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0000001a}.pd-plan-pill-type{background:linear-gradient(135deg,#6366f126,#8b5cf626);color:#4f46e5;border-color:#6366f14d}.pd-plan-pill-care{background:linear-gradient(135deg,#f973162e,#fb923c2e);color:#ea580c;border-color:#f973164d}.pd-plan-pill-warranty{background:linear-gradient(135deg,#3b82f626,#60a5fa26);color:#2563eb;border-color:#3b82f64d}.pd-plan-pill-price{background:linear-gradient(135deg,#22c55e26,#4ade8026);color:#16a34a;border-color:#22c55e4d}.pd-fullscreen{position:fixed;inset:0;background:#000000d1;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.pd-fullscreen-inner{width:min(1100px,96vw);height:min(92vh,900px);border-radius:18px;overflow:hidden;background:#141414e6;box-shadow:0 30px 120px #0000008c;position:relative}.pd-fullscreen-img{width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at 30% 20%,#2b2b2b,#121212 70%,#0a0a0a)}.pd-fullscreen-close{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff1f;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .14s ease,background .14s ease}.pd-fullscreen-close:hover{background:#ffffff2e;transform:scale(1.05)}.modern-phase.pd-phase-least,.pd-plan-phase.pd-phase-least{border-left-color:#ef4444;border-left-width:5px;background:linear-gradient(135deg,#ef444414,#fef2f2f2);box-shadow:0 3px 10px #ef444426}.modern-phase.pd-phase-least .modern-phase-amount,.pd-plan-phase.pd-phase-least .pd-plan-phase-amount{color:#dc2626;font-weight:900;text-shadow:0 1px 3px rgba(239,68,68,.2)}@media(max-width:600px){.pd-title{font-size:1.7rem}.pd-gallery-stage{height:340px}.pd-gallery-item{width:280px;height:340px}.pd-gallery-item-prev,.pd-gallery-item-next{width:220px;height:280px}}
