.product-detail-main{width:100%;max-width:100%}.product-hero{display:flex;flex-wrap:wrap;gap:48px;max-width:1200px;margin:0 auto;padding:80px 32px 60px}.product-gallery{flex:1;min-width:300px}.gallery-main-container{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001a;overflow:hidden;background:#f5f3ee;display:flex;align-items:center;justify-content:center}.product-gallery .main-image{width:100%;height:100%;object-fit:contain}.gallery-thumbnails{display:flex;gap:12px;margin-top:16px}.gallery-thumb{width:72px;height:72px;border:2px solid #e0e0e0;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;padding:0;background:#f5f3ee;transition:border-color .2s ease}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-thumb:hover{border-color:#bfa100}.gallery-thumb.active{border-color:#bfa100;box-shadow:0 0 0 2px #bfa1004d}.product-info{flex:1;min-width:300px}.product-info h1{font-size:36px;font-weight:600;color:#1a1a1a;margin:0 0 24px;font-family:Poppins,Gotham,sans-serif}.product-price-highlight{background:linear-gradient(135deg,#f8f5e8,#fdfbf3);border:2px solid #bfa100;border-radius:var(--radius-lg);padding:20px 24px;margin-bottom:24px}.product-price{font-size:42px;font-weight:700;color:#bfa100;font-family:Poppins,Gotham,sans-serif;line-height:1;display:block;margin-bottom:8px}.product-price sup{font-size:20px;color:#bfa100;margin-left:4px;cursor:pointer}.product-price-note{font-size:14px;color:#666;font-style:italic}.product-short-desc{font-size:18px;line-height:1.7;color:#333;margin-bottom:24px}.product-features{list-style:none;padding:0;margin:0 0 32px}.product-features li{padding:12px 0 12px 32px;position:relative;font-size:16px;color:#444;line-height:1.5}.product-features li:before{content:"✓";position:absolute;left:0;color:#bfa100;font-weight:700;font-size:18px}.product-cta{margin-top:32px}.product-cta .btn{display:inline-block;background:linear-gradient(135deg,#bfa100,#d4b500);color:#fff;padding:16px 48px;border-radius:var(--radius-pill);text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #bfa1004d;font-family:Poppins,Gotham,sans-serif}.product-cta .btn:hover{background:linear-gradient(135deg,#d4b500,#bfa100);transform:translateY(-2px);box-shadow:0 6px 20px #bfa10066}.product-details{background:#f9f9f9;padding:60px 32px}.product-desc-specs{max-width:1200px;margin:0 auto}.product-desc{font-size:18px;line-height:1.8;color:#333;margin-bottom:32px}.product-desc a{color:#bfa100;text-decoration:none;border-bottom:1px solid rgba(191,161,0,.45);transition:color .2s ease,border-color .2s ease}.product-desc a:hover{color:#9e8500;border-bottom-color:#9e8500bf}.product-specs{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.product-specs li{padding:12px 16px;background:#fff;border-radius:var(--radius-md);font-size:15px;color:#444;box-shadow:0 2px 8px #0000000d}.product-specs strong{color:#1a1a1a;font-weight:600}.product-faq{max-width:900px;margin:80px auto;padding:0 20px}.product-faq h2{font-size:2.5rem;margin-bottom:40px;color:#222;text-align:center}.faq-list{background:#fff;border-radius:var(--radius-xl);padding:40px;box-shadow:0 4px 20px #00000014}.faq-item{border-bottom:1px solid #eee;margin-bottom:0}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:24px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:#222;font-family:Poppins,Gotham,sans-serif}.faq-question:hover{color:#bfa100}.faq-question:after{content:"+";font-size:1.8rem;font-weight:400;color:#bfa100;min-width:30px;text-align:center;transition:transform .3s ease}.faq-question.active:after{content:"−"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0;font-size:1rem;line-height:1.7;color:#555}.faq-answer.open{padding-bottom:24px;max-height:500px}.product-contact{background:#1a1a1a;padding:80px 32px}.product-contact-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.product-contact-text h2{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 16px;font-family:Poppins,Gotham,sans-serif}.product-contact-subtitle{font-size:1.1rem;line-height:1.7;color:#aaa;margin:0 0 12px;max-width:560px}.product-contact-address{font-size:.95rem;color:#bfa100;margin:0;font-weight:500}.product-contact-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.product-contact-link{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--radius-pill);font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;background:#fff;color:#1a1a1a;font-family:Poppins,Gotham,sans-serif}.product-contact-link:hover{background:gold;transform:translateY(-2px);box-shadow:0 6px 20px #ffd7004d}.product-contact-link.whatsapp{background:#25d366;color:#fff}.product-contact-link.whatsapp:hover{background:#1ebe57;box-shadow:0 6px 20px #25d3664d}@media(max-width:768px){.product-hero{padding:60px 20px 40px;gap:32px}.product-info h1{font-size:28px}.product-price{font-size:32px}.product-short-desc{font-size:16px}.product-features li{font-size:15px;padding:10px 0 10px 28px}.product-cta .btn{display:block;text-align:center;padding:14px 32px;font-size:16px}.product-details{padding:40px 20px}.product-desc{font-size:16px}.product-specs{grid-template-columns:1fr}.product-faq{padding:0 20px;margin:60px auto}.product-faq h2{font-size:2rem}.faq-list{padding:30px 20px}.faq-question{font-size:1.05rem;padding:20px 0}.faq-answer{font-size:.95rem}.product-contact{padding:60px 20px}.product-contact-text h2{font-size:1.8rem}.product-contact-actions{flex-direction:column;width:100%;align-items:stretch}.product-contact-link{justify-content:center}}
