:root{--ps-black:#000000;--ps-white:#ffffff;--ps-gray-50:#fafafa;--ps-gray-100:#f5f5f5;--ps-gray-200:#e5e5e5;--ps-gray-300:#d4d4d4;--ps-gray-400:#a3a3a3;--ps-gray-500:#737373;--ps-gray-600:#525252;--ps-gray-700:#404040;--ps-gray-800:#262626;--ps-gray-900:#171717;--ps-blue:#0071e3;--ps-blue-dark:#0058b0;--ps-green:#34c759;--ps-orange:#ff9500;--ps-red:#ff3b30;--ps-purple:#af52de}.product-showcase-wrapper{background:var(--ps-white);font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased}.product-hero{background:linear-gradient(180deg,var(--ps-gray-900) 0,var(--ps-gray-800) 100%);padding:80px 24px 60px;text-align:center;color:var(--ps-white)}.product-hero-content{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-hero-visual{order:-1;margin-bottom:40px}.product-image-showcase{position:relative}.product-main-image{max-width:400px;width:100%;height:auto;border-radius:20px}.product-image-placeholder{width:320px;height:320px;background:linear-gradient(145deg,var(--ps-gray-700),var(--ps-gray-800));border-radius:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.product-image-placeholder .placeholder-icon{width:100px;height:100px;background:var(--ps-blue);border-radius:24px;display:flex;align-items:center;justify-content:center}.product-image-placeholder .placeholder-icon i{font-size:2.5rem;color:#fff}.product-image-placeholder span{font-size:3rem;font-weight:700;color:var(--ps-gray-400)}.product-sale-ribbon{position:absolute;top:16px;left:16px;background:var(--ps-red);color:#fff;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px}.product-hero-text{max-width:700px}.product-hero-meta{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.product-brand-badge{font-size:.8rem;font-weight:500;color:var(--ps-gray-400);text-transform:uppercase;letter-spacing:1px}.product-brand-badge i{color:var(--ps-blue);margin-right:6px}.product-status-badge{font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:20px}.product-hero-title{font-size:clamp(2.5rem, 6vw, 4rem);font-weight:700;line-height:1.05;margin-bottom:12px;letter-spacing:-.02em}.product-hero-tagline{font-size:1.25rem;color:var(--ps-gray-400);margin-bottom:24px;font-weight:400}.product-rating-display{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--ps-gray-300)}.product-rating-display .stars{font-size:1rem}.product-rating-display .rating-value{font-size:1rem;font-weight:600;color:var(--ps-white)}.product-rating-display .rating-text{font-size:.85rem;color:var(--ps-gray-500)}.product-hero-description{font-size:1.1rem;line-height:1.6;color:var(--ps-gray-400);margin-bottom:32px}.product-price-section{margin-bottom:32px}.product-price-box{display:inline-flex;align-items:center;gap:16px}.price-discount-tag{background:var(--ps-red);color:#fff;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600}.price-main{display:flex;align-items:baseline;gap:12px}.price-current{font-size:2rem;font-weight:600;color:var(--ps-white)}.price-original{font-size:1rem;color:var(--ps-gray-500);text-decoration:line-through}.product-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.product-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:980px;font-size:1rem;font-weight:500;text-decoration:none;transition:.2s;min-width:140px}.product-btn-primary{background:var(--ps-blue);color:#fff}.product-btn-primary:hover{background:var(--ps-blue-dark)}.product-btn-outline{background:0 0;color:var(--ps-blue);border:1px solid var(--ps-blue)}.product-btn-outline:hover{background:var(--ps-blue);color:#fff}.product-btn-ghost{background:0 0;color:var(--ps-gray-400)}.product-btn-ghost:hover{color:var(--ps-white)}.product-quick-info{background:var(--ps-gray-100);padding:40px 24px;border-bottom:1px solid var(--ps-gray-200)}.quick-info-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.quick-info-card{text-align:center;padding:20px}.quick-info-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.quick-info-icon i{font-size:1.25rem;color:#fff}.quick-info-content{display:flex;flex-direction:column;gap:4px}.quick-info-label{font-size:.75rem;color:var(--ps-gray-500);text-transform:uppercase;letter-spacing:.5px}.quick-info-value{font-size:1rem;font-weight:600;color:var(--ps-gray-900)}.product-section{padding:60px 24px;max-width:980px;margin:0 auto}.section-header{text-align:center;margin-bottom:40px}.section-icon{display:none}.section-header h2{font-size:2rem;font-weight:600;color:var(--ps-gray-900);margin-bottom:8px;letter-spacing:-.02em}.section-header.light h2{color:var(--ps-white)}.section-header p{font-size:1rem;color:var(--ps-gray-500)}.product-features-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.feature-card{background:var(--ps-gray-50);border-radius:16px;padding:24px 16px;text-align:center;transition:.2s}.feature-card:hover{background:var(--ps-gray-100);transform:translateY(-2px)}.feature-icon{width:44px;height:44px;background:var(--ps-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.feature-icon i{font-size:1.1rem;color:#fff;background:0 0;-webkit-text-fill-color:white}.feature-text{font-size:.9rem;font-weight:500;color:var(--ps-gray-700);line-height:1.3}.product-specs-section{background:var(--ps-gray-50);border-bottom:1px solid var(--ps-gray-200)}.specs-table-wrapper{background:var(--ps-white);border-radius:16px;overflow:hidden;border:1px solid var(--ps-gray-200)}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--ps-gray-100)}.specs-table tr:last-child{border-bottom:none}.specs-table td{padding:16px 20px}.spec-name{font-size:.9rem;color:var(--ps-gray-500);width:40%}.spec-name i{display:none}.spec-value{font-size:.9rem;color:var(--ps-gray-900);font-weight:500}.product-variants-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.variants-container{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.variant-group h4{font-size:.85rem;color:var(--ps-gray-500);margin-bottom:12px;font-weight:500}.variant-group h4 i{margin-right:8px;color:var(--ps-blue)}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-chip{padding:8px 16px;background:var(--ps-gray-100);border-radius:20px;font-size:.85rem;font-weight:500;color:var(--ps-gray-700);transition:.2s;border:2px solid transparent}.variant-chip:hover{border-color:var(--ps-blue);background:rgba(0,113,227,.05)}.product-benefits-section{background:var(--ps-gray-900);color:var(--ps-white)}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.benefit-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:rgba(255,255,255,.05);border-radius:12px;transition:background .2s}.benefit-item:hover{background:rgba(255,255,255,.08)}.benefit-number{font-size:1.5rem;font-weight:700;color:var(--ps-blue);line-height:1;min-width:32px}.benefit-content h4{font-size:1rem;font-weight:500;margin:0;line-height:1.4}.product-timeline-section{background:linear-gradient(180deg,var(--ps-gray-50) 0,var(--ps-white) 100%);border-bottom:1px solid var(--ps-gray-200);overflow:hidden}.timeline-container{position:relative;max-width:900px;margin:0 auto;padding:20px 0}.timeline-container::before{content:'';position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--ps-blue) 0,var(--ps-purple) 100%);border-radius:3px}.timeline-item{position:relative;width:calc(50% - 30px);margin-bottom:30px}.timeline-item:last-child{margin-bottom:0}.timeline-item:nth-child(odd){margin-left:0;margin-right:auto;text-align:right;padding-right:20px}.timeline-item:nth-child(2n){margin-left:auto;margin-right:0;text-align:left;padding-left:20px}.timeline-marker{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:44px;height:44px;background:var(--ps-white);border:3px solid var(--ps-gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:.3s}.timeline-item:nth-child(odd) .timeline-marker{left:auto;right:-52px;transform:none}.timeline-item:nth-child(2n) .timeline-marker{left:-52px;transform:none}.timeline-item.latest .timeline-marker{background:linear-gradient(135deg,var(--ps-blue),#5856d6);border-color:var(--ps-blue)}.timeline-item:hover .timeline-marker{border-color:var(--ps-blue);box-shadow:0 6px 20px rgba(0,113,227,.25)}.timeline-marker i{font-size:1rem;color:var(--ps-gray-500)}.timeline-item.latest .timeline-marker i{color:#fff}.timeline-card{background:var(--ps-white);border-radius:16px;padding:20px 24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid var(--ps-gray-100);transition:.3s}.timeline-item:hover .timeline-card{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,113,227,.15);border-color:var(--ps-blue)}.timeline-item.latest .timeline-card{border-color:var(--ps-blue);background:linear-gradient(135deg,rgba(0,113,227,.03),rgba(88,86,214,.03))}.timeline-date{display:inline-block;font-size:.75rem;font-weight:700;color:var(--ps-blue);margin-bottom:8px;padding:4px 12px;background:rgba(0,113,227,.08);border-radius:20px;letter-spacing:.5px}.timeline-card h4{font-size:1.05rem;font-weight:600;color:var(--ps-gray-900);margin-bottom:8px;line-height:1.4}.timeline-card p{font-size:.9rem;color:var(--ps-gray-600);margin-bottom:12px;line-height:1.6}.timeline-type-badge{display:inline-block;padding:5px 12px;border-radius:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.timeline-type-badge.launch{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1}.timeline-type-badge.update{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.timeline-type-badge.promotion{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.timeline-type-badge.review{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#be185d}.timeline-type-badge.feature{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#7c3aed}.timeline-type-badge.award{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#a16207}.timeline-type-badge.milestone{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}@media (max-width:768px){.timeline-container::before{left:22px}.timeline-item,.timeline-item:nth-child(2n),.timeline-item:nth-child(odd){width:calc(100% - 60px);margin-left:60px;margin-right:0;text-align:left;padding-left:0;padding-right:0}.timeline-item:nth-child(2n) .timeline-marker,.timeline-item:nth-child(odd) .timeline-marker{left:-38px;right:auto;width:40px;height:40px}}.product-video-section{background:var(--ps-gray-900);padding:60px 24px}.video-container{max-width:800px;margin:0 auto}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.4)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--ps-gray-800),var(--ps-gray-700));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;transition:.3s}.video-placeholder:hover{background:linear-gradient(135deg,var(--ps-gray-700),var(--ps-gray-600))}.video-placeholder i{font-size:4rem;color:var(--ps-red);filter:drop-shadow(0 4px 8px rgba(255, 0, 0, .3))}.video-placeholder span{font-size:1rem;color:var(--ps-white);font-weight:500}.product-cta-section{background:var(--ps-blue);padding:60px 24px;text-align:center}.cta-content{max-width:600px;margin:0 auto;color:var(--ps-white)}.cta-content h2{font-size:1.75rem;font-weight:600;margin-bottom:8px}.cta-content p{font-size:1rem;opacity:.9;margin-bottom:16px}.cta-contact{background:rgba(255,255,255,.15);padding:12px 20px;border-radius:12px;margin-bottom:20px;font-size:.9rem;white-space:pre-line;text-align:left}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:980px;font-size:1rem;font-weight:500;text-decoration:none;transition:.2s}.cta-btn.primary{background:var(--ps-white);color:var(--ps-blue)}.cta-btn.primary:hover{background:var(--ps-gray-100)}.cta-btn.secondary{background:0 0;color:var(--ps-white);border:1px solid rgba(255,255,255,.5)}.cta-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:var(--ps-white)}.product-materials-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.product-materials-section .section-header h2 i{color:var(--ps-purple);margin-right:10px}.materials-content pre{background:var(--ps-gray-50);padding:20px;border-radius:12px;font-family:inherit;font-size:.9rem;line-height:1.8;color:var(--ps-gray-700);white-space:pre-wrap;word-wrap:break-word;margin:0}.product-certifications-section{background:var(--ps-gray-50);border-bottom:1px solid var(--ps-gray-200)}.product-certifications-section .section-header h2 i{color:var(--ps-green);margin-right:10px}.certifications-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.certification-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--ps-white);border:2px solid var(--ps-green);border-radius:30px;font-size:.85rem;font-weight:600;color:var(--ps-gray-800);transition:.2s}.certification-badge i{color:var(--ps-green)}.certification-badge:hover{background:var(--ps-green);color:#fff}.certification-badge:hover i{color:#fff}.product-package-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.product-package-section .section-header h2 i{color:var(--ps-orange);margin-right:10px}.package-content pre{background:var(--ps-gray-50);padding:20px;border-radius:12px;font-family:inherit;font-size:.9rem;line-height:1.8;color:var(--ps-gray-700);white-space:pre-wrap;word-wrap:break-word;margin:0}.product-testimonials-section{background:linear-gradient(135deg,var(--ps-gray-900),#1e1b4b);color:var(--ps-white)}.product-testimonials-section .section-header h2{color:var(--ps-white)}.product-testimonials-section .section-header h2 i{color:var(--ps-orange);margin-right:10px}.testimonials-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.testimonial-card{background:rgba(255,255,255,.08);border-radius:16px;padding:24px;position:relative;border:1px solid rgba(255,255,255,.1);transition:.3s}.testimonial-card:hover{background:rgba(255,255,255,.12);transform:translateY(-4px)}.testimonial-card .quote-icon{position:absolute;top:16px;left:20px;font-size:1.5rem;color:var(--ps-blue);opacity:.5}.testimonial-card p{font-size:.95rem;line-height:1.7;color:var(--ps-gray-300);font-style:italic;padding-left:24px;margin:0}.product-faq-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.product-faq-section .section-header h2 i{color:var(--ps-blue);margin-right:10px}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--ps-gray-50);border-radius:12px;overflow:hidden;border:1px solid var(--ps-gray-200);transition:.2s}.faq-item:hover{border-color:var(--ps-blue)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;font-weight:600;color:var(--ps-gray-800);transition:background .2s}.faq-question:hover{background:var(--ps-gray-100)}.faq-question i{color:var(--ps-gray-400);font-size:.8rem;transition:transform .3s}.faq-item.open .faq-question i{transform:rotate(180deg);color:var(--ps-blue)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.faq-item.open .faq-answer{max-height:500px;padding:0 20px 16px}.faq-answer p{font-size:.9rem;line-height:1.7;color:var(--ps-gray-600);margin:0}.product-target-section{background:var(--ps-gray-50);padding:20px 24px;border-bottom:1px solid var(--ps-gray-200)}.target-info-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.target-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600}.category-badge{background:var(--ps-blue);color:#fff}.age-badge{background:var(--ps-purple);color:#fff}.target-audience-tags{display:flex;flex-wrap:wrap;gap:8px}.audience-tag{padding:6px 12px;background:var(--ps-white);border:1px solid var(--ps-gray-300);border-radius:16px;font-size:.8rem;color:var(--ps-gray-700)}.product-gallery-section{background:var(--ps-gray-900);color:var(--ps-white)}.product-gallery-section .section-header h2{color:var(--ps-white)}.product-gallery-section .section-header h2 i{color:var(--ps-orange);margin-right:10px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.gallery-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay i{font-size:2rem;color:#fff}.product-lightbox{position:fixed;inset:0;z-index:9999;display:none}.product-lightbox.active{display:block}.lightbox-overlay{position:absolute;inset:0;background:rgba(0,0,0,.9)}.lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:90vh}.lightbox-content img{max-width:100%;max-height:90vh;border-radius:8px}.lightbox-close{position:absolute;top:-40px;right:0;background:0 0;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:8px}.product-warranty-terms-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.product-warranty-terms-section .section-header h2 i{color:var(--ps-green);margin-right:10px}.warranty-content pre{background:var(--ps-gray-50);padding:20px;border-radius:12px;font-family:inherit;font-size:.9rem;line-height:1.8;color:var(--ps-gray-700);white-space:pre-wrap;word-wrap:break-word;margin:0;border-left:4px solid var(--ps-green)}.product-return-section{background:var(--ps-gray-50);border-bottom:1px solid var(--ps-gray-200)}.product-return-section .section-header h2 i{color:var(--ps-orange);margin-right:10px}.return-content pre{background:var(--ps-white);padding:20px;border-radius:12px;font-family:inherit;font-size:.9rem;line-height:1.8;color:var(--ps-gray-700);white-space:pre-wrap;word-wrap:break-word;margin:0;border-left:4px solid var(--ps-orange)}.product-shipping-section{background:var(--ps-white);border-bottom:1px solid var(--ps-gray-200)}.product-shipping-section .section-header h2 i{color:var(--ps-blue);margin-right:10px}.shipping-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.shipping-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--ps-gray-50);border-radius:12px;flex:1;min-width:200px}.shipping-item i{font-size:1.5rem;color:var(--ps-blue)}.shipping-item div{display:flex;flex-direction:column}.shipping-label{font-size:.75rem;color:var(--ps-gray-500);text-transform:uppercase;letter-spacing:.5px}.shipping-value{font-size:1rem;font-weight:600;color:var(--ps-gray-900)}.shipping-details pre{background:var(--ps-gray-50);padding:20px;border-radius:12px;font-family:inherit;font-size:.9rem;line-height:1.8;color:var(--ps-gray-700);white-space:pre-wrap;word-wrap:break-word;margin:0}.product-tags-section{background:var(--ps-gray-100);padding:20px 24px;border-bottom:1px solid var(--ps-gray-200)}.tags-container{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.tags-container>i{color:var(--ps-gray-500);margin-right:8px}.product-tag{display:inline-block;padding:6px 14px;background:var(--ps-white);border:1px solid var(--ps-gray-300);border-radius:20px;font-size:.8rem;color:var(--ps-gray-600);transition:.2s}.product-tag:hover{background:var(--ps-blue);border-color:var(--ps-blue);color:#fff}@media (max-width:768px){.product-hero{padding:60px 20px 40px}.product-hero-title{font-size:2rem}.product-image-placeholder{width:260px;height:260px}.price-current{font-size:1.5rem}.product-section{padding:40px 20px}.section-header h2{font-size:1.5rem}.product-hero-actions{flex-direction:column;align-items:center}.product-btn{width:100%;max-width:280px}.quick-info-grid{grid-template-columns:repeat(2,1fr);gap:16px}.features-grid{grid-template-columns:repeat(2,1fr)}.benefits-list{grid-template-columns:1fr}.timeline-container{padding-left:28px}.timeline-marker{left:-28px;width:20px;height:20px}.cta-content h2{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:280px;justify-content:center}}@media (max-width:480px){.features-grid,.quick-info-grid{grid-template-columns:1fr}.variants-container{flex-direction:column;align-items:center}.variant-group{text-align:center}.variant-options{justify-content:center}}@keyframes fadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.benefit-item,.feature-card{animation:.4s forwards fadeInUp}.product-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product-detail-item{display:flex;flex-direction:column;gap:6px;padding:16px;background:var(--ps-gray-50);border-radius:12px;border:1px solid var(--ps-gray-200);transition:.2s}.product-detail-item:hover{background:#fff;border-color:var(--ps-blue);box-shadow:0 4px 12px rgba(0,113,227,.1)}.product-detail-item.highlight{background:linear-gradient(135deg,#7c3aed10,#ec489910);border-color:#7c3aed30}.detail-label{font-size:.8rem;color:var(--ps-gray-500);display:flex;align-items:center;gap:8px}.detail-label i{color:var(--ps-blue);width:16px}.detail-value{font-size:1rem;font-weight:600;color:var(--ps-gray-900)}.detail-value.price{color:#7c3aed;font-size:1.1rem}@media (max-width:640px){.product-details-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.product-details-grid{grid-template-columns:1fr}}.pros-cons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cons-list,.pros-list{background:var(--ps-gray-50);border-radius:12px;padding:20px}.pros-list{border-left:4px solid #22c55e}.cons-list{border-left:4px solid #ef4444}.cons-list h4,.pros-list h4{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:1rem;font-weight:600;color:var(--ps-gray-800)}.cons-list ul,.pros-list ul{list-style:none;padding:0;margin:0}.cons-list li,.pros-list li{padding:8px 0 8px 20px;position:relative;color:var(--ps-gray-700);font-size:.95rem;border-bottom:1px solid var(--ps-gray-200)}.cons-list li:last-child,.pros-list li:last-child{border-bottom:none}.pros-list li::before{content:'✓';position:absolute;left:0;color:#22c55e;font-weight:700}.cons-list li::before{content:'✗';position:absolute;left:0;color:#ef4444;font-weight:700}@media (max-width:768px){.pros-cons-grid{grid-template-columns:1fr}}.product-timeline{position:relative;padding-left:40px}.product-timeline::before{content:'';position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#7c3aed,#ec4899);border-radius:2px}.product-timeline-item{position:relative;margin-bottom:16px;cursor:pointer;transition:.2s}.product-timeline-item:hover{transform:translateX(4px)}.product-timeline-marker{position:absolute;left:-40px;top:4px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:2}.product-timeline-content{background:var(--ps-gray-50);border-radius:12px;padding:16px 20px;border:1px solid var(--ps-gray-200);transition:.2s}.product-timeline-item:hover .product-timeline-content{background:#fff;border-color:#7c3aed;box-shadow:0 4px 12px rgba(124,58,237,.15)}.product-timeline-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.product-event-badge{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.product-timeline-date{font-size:.8rem;color:var(--ps-gray-500)}.product-timeline-title{font-weight:600;color:var(--ps-gray-900);font-size:1rem;margin-bottom:4px}.product-timeline-desc{font-size:.9rem;color:var(--ps-gray-600);line-height:1.5}.product-event-more{color:var(--ps-gray-400);font-size:.85rem;margin-top:8px;transition:.2s}.product-timeline-item:hover .product-event-more{color:#7c3aed;transform:translateX(4px)}.product-event-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;animation:.2s productModalFadeIn}@keyframes productModalFadeIn{from{opacity:0}to{opacity:1}}.product-event-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.3);animation:.3s productModalSlideUp}@keyframes productModalSlideUp{from{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.product-event-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;color:#fff}.product-event-modal-badge{padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:rgba(255,255,255,.2);color:#fff}.product-event-modal-close{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.2);border:none;color:#fff;font-size:1.1rem;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.product-event-modal-close:hover{background:rgba(255,255,255,.3)}.product-event-modal-body{padding:28px;overflow-y:auto;max-height:calc(85vh - 80px)}.product-event-modal-title{font-size:1.5rem;font-weight:700;color:var(--ps-gray-900);margin:0 0 12px;line-height:1.3}.product-event-modal-date{display:flex;align-items:center;gap:8px;color:#7c3aed;font-size:.95rem;margin-bottom:16px}.product-event-modal-desc{color:var(--ps-gray-600);font-size:1rem;line-height:1.7;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid var(--ps-gray-200)}.product-event-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-event-detail-item{background:var(--ps-gray-50);border-radius:10px;padding:14px}.product-event-detail-label{font-size:.75rem;color:#7c3aed;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-weight:600}.product-event-detail-value{color:var(--ps-gray-800);font-size:.95rem;font-weight:500;line-height:1.5}body[data-category=products] .fab-button{background:linear-gradient(135deg,#7c3aed 0,#ec4899 100%);box-shadow:0 4px 12px rgba(124,58,237,.4)}body[data-category=products] .fab-button:hover{box-shadow:0 6px 20px rgba(124,58,237,.6)}body[data-category=products] .fab-menu{border-color:rgba(124,58,237,.2)}body[data-category=products] .fab-entity-item.active{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.3)}body[data-category=products] .fab-entity-item:hover{background:rgba(124,58,237,.08)}@media (max-width:640px){.product-event-modal{max-height:90vh;border-radius:16px 16px 0 0;margin-top:auto}.product-event-modal-body{padding:20px}.product-event-detail-grid{grid-template-columns:1fr}.product-event-modal-title{font-size:1.25rem}.product-timeline{padding-left:32px}.product-timeline::before{left:12px}.product-timeline-marker{left:-32px;width:28px;height:28px;font-size:.75rem}}