.header{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;text-decoration:none;color:#fff;gap:.75rem}.logo-image{width:80px;height:auto;max-height:60px;object-fit:contain;border-radius:4px}.logo-icon{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:var(--primary-blue);box-shadow:0 2px 8px #0003}.logo-text-container{display:flex;flex-direction:column}.company-name{font-size:1.25rem;font-weight:700;line-height:1.2}.company-slogan{font-size:.875rem;opacity:.9;font-weight:400}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .3s ease;position:relative}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.nav-link.active{background:#fff3;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#fff;border-radius:50%}.header-actions{display:flex;align-items:center;gap:1rem}.language-selector{display:flex;align-items:center;gap:.5rem;color:#fff}.language-dropdown{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;outline:none}.language-dropdown option{background:var(--primary-blue);color:#fff}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background .3s ease}.menu-toggle:hover{background:#ffffff1a}.nav-mobile{display:none;flex-direction:column;background:var(--primary-blue);border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;gap:.5rem}.nav-mobile.open{display:flex}.nav-mobile .nav-link{display:block;padding:1rem 2rem;border-radius:0;border-left:4px solid transparent}.nav-mobile .nav-link.active{border-left-color:#fff;background:#ffffff1a}.nav-mobile .nav-link.active:after{display:none}.mobile-language-switcher{padding:1rem 2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:.5rem}.language-section-title{color:#fffc;font-size:.875rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.language-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.language-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:all .3s ease;font-size:.75rem;min-height:50px}.language-button:hover{background:#fff3;transform:translateY(-1px)}.language-button.active{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 2px 8px #fff3}.language-flag{font-size:1.25rem;margin-bottom:.25rem}.language-code{font-weight:600;font-size:.7rem;opacity:.9}@media(max-width:768px){.nav-desktop{display:none}.menu-toggle{display:block}.language-selector,.logo-text-container{display:none}.header-content{padding:.75rem 0}}@media(max-width:480px){.header-content{padding:.5rem 0}.logo-icon{width:40px;height:40px;font-size:1.25rem}.language-buttons{grid-template-columns:repeat(2,1fr);gap:.375rem}.language-button{min-height:45px;padding:.375rem}.language-flag{font-size:1.125rem}.language-code{font-size:.65rem}}.footer{background:linear-gradient(135deg,var(--gray-800) 0%,var(--gray-600) 100%);color:#fff;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;padding:3rem 0 2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo .logo-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:var(--primary-blue)}.footer-logo .company-name{font-size:1.25rem;font-weight:700}.company-description{line-height:1.6;opacity:.9;margin-bottom:1.5rem;font-size:.9rem}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;text-decoration:none;font-size:1.25rem;transition:all .3s ease}.social-link:hover{background:var(--primary-blue);transform:translateY(-2px)}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.9rem}.footer-link:hover{color:#fff;transform:translate(4px)}.contact-info{list-style:none;display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{color:var(--primary-blue);margin-top:.125rem;flex-shrink:0}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.8rem;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.contact-value{color:#fff;text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:.25rem;transition:color .3s ease}.contact-value:hover{color:var(--primary-blue)}.external-icon{opacity:.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-divider{height:1px;background:#ffffff1a;margin-bottom:1.5rem}.copyright{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;opacity:.8}.footer-links-bottom{display:flex;align-items:center;gap:1rem}.footer-links-bottom a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:#fff}.separator{opacity:.5}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-section:first-child{grid-column:1 / -1}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1.5rem}.copyright{flex-direction:column;gap:1rem;text-align:center}.footer-logo{justify-content:center;text-align:center}.company-description{text-align:center}.social-links{justify-content:center}}@media(max-width:480px){.footer-content{padding:1.5rem 0 1rem}.footer-section{text-align:center}.contact-item{justify-content:center;text-align:center}}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%)}.hero-overlay{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff" fill-opacity="0.05" points="0,1000 1000,0 1000,1000"/></svg>') no-repeat center center;background-size:cover}.hero-content{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;color:#fff}.hero-text{z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(45deg,#fff 30%,#dbeafe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:90%}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;opacity:.9}.feature-icon{font-size:1.25rem}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600}.hero-extra{display:flex;gap:1.5rem;align-items:center}.video-button,.catalog-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:.375rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.video-button:hover,.catalog-link:hover{background:#fff3;transform:translateY(-2px)}.hero-visual{position:relative;z-index:2}.product-showcase{position:relative;height:400px}.product-image{position:absolute;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease}.product-image:hover{transform:scale(1.05)}.main-product{top:-140px;right:0;width:300px;height:250px;z-index:3}.secondary-product{top:165px;right:-53.33px;width:200px;height:150px;z-index:2}.tertiary-product{top:-240px;right:100px;width:180px;height:120px;z-index:1}.product-image img{width:100%;height:100%;object-fit:cover;background:linear-gradient(45deg,#3b82f6,#1e40af)}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--primary-red);color:#fff;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{max-width:100%}.product-showcase{height:300px}.main-product{width:250px;height:200px}.secondary-product,.tertiary-product{width:150px;height:100px}}@media(max-width:768px){.hero{min-height:70vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-actions,.hero-extra{flex-direction:column;gap:1rem}.product-showcase{display:none}}@media(max-width:480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.btn-large{padding:.875rem 1.5rem;font-size:1rem}}.home{min-height:100vh}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.section-footer{text-align:center;margin-top:2rem}.featured-products-section{background:var(--gray-100)}.why-choose-section{background:#fff}.stats-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:#fff}.cta-section{background:var(--gray-800);color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.cta-title{font-size:1.75rem}.cta-actions{flex-direction:column;align-items:center}}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%;position:relative}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.product-card__image-container{position:relative;padding-top:75%;overflow:hidden;background-color:#f5f5f5}.product-card__image{position:absolute;top:-50%;left:0;width:100%;height:200%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__media-badge{position:absolute;top:10px;right:10px;background:#007bffe6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-card__content{padding:16px;flex:1;display:flex;flex-direction:column}.product-card__name{margin:0 0 8px;font-size:18px;font-weight:600;color:#333;line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color .2s ease}.product-card__name a:hover{color:#007bff}.product-card__description{margin:0 0 12px;font-size:14px;color:#666;line-height:1.4;flex:1}.product-card__price{margin:0 0 12px;font-size:18px;font-weight:600;color:#e74c3c}.product-card__features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-card__feature-tag{background:#f0f0f0;color:#555;padding:4px 8px;border-radius:4px;font-size:12px}.product-card__detail-link{display:inline-block;background-color:#3498db;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s ease;margin-right:8px}.product-card__detail-link:hover{background-color:#2980b9}.product-actions{display:flex;gap:8px;margin-top:12px}.whatsapp-enquiry-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#25d366;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:14px}.whatsapp-enquiry-btn:hover{background-color:#128c7e;transform:translateY(-1px);box-shadow:0 2px 8px #25d3664d}@media(max-width:768px){.product-card__name,.product-card__price{font-size:16px}}@media(max-width:480px){.product-card__content{padding:12px}.product-card__image-container{padding-top:100%}}.products-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.products-page .container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.page-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.categories-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.category-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#1e3a8a;color:#1e3a8a;transform:translateY(-2px)}.category-btn.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.products-section{min-height:400px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.product-image{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;align-items:center;justify-content:center;border-radius:8px 8px 0 0;transition:transform .3s ease}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.media-badge{position:absolute;top:10px;right:10px;background:#007bffe6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;z-index:10}.product-card:hover .product-image{transform:translate(250%,-100%)}.image-placeholder{color:#fff;font-size:1.25rem;font-weight:600;text-align:center;padding:1rem}.product-info{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.product-description{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feature-tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.product-price{font-size:1.125rem;font-weight:700;color:#dc2626;margin-bottom:1rem}.view-details-btn{display:inline-block;background:#1e3a8a;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;width:100%;text-align:center}.view-details-btn:hover{background:#2563eb;transform:translateY(-1px)}.coming-soon{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;border:2px dashed #e2e8f0}.coming-soon h3{font-size:1.5rem;color:#1e3a8a;margin-bottom:1rem}.coming-soon p{color:#64748b;font-size:1rem;line-height:1.6}@media(max-width:768px){.products-page .container{padding:1rem .5rem}.page-title{font-size:2rem}.categories-nav{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.875rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{margin:0 auto;max-width:400px}}@media(max-width:480px){.page-title{font-size:1.75rem}.categories-nav{flex-direction:column;align-items:center}.category-btn{width:200px}}.contact-page{padding:2rem 0}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.card h2{color:#2a3f5f;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.font-semibold{font-weight:600;color:#2a3f5f;margin-bottom:1rem}p{color:#555;line-height:1.6;margin-bottom:.8rem}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;background-color:#25d366;color:#fff;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;width:100%;max-width:250px}.whatsapp-button:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.whatsapp-button:active{transform:translateY(0)}.whatsapp-button svg{vertical-align:middle}@media(max-width:768px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.card{padding:1.5rem}.grid-cols-1.md\:grid-cols-2{grid-template-columns:1fr;gap:1.5rem}.whatsapp-button{width:100%;max-width:none}}@media(max-width:480px){.page-title{font-size:1.8rem}.card h2{font-size:1.5rem}.whatsapp-button{padding:10px 20px;font-size:.9rem}}.breadcrumb{margin-bottom:20px;font-size:14px;color:#666}.breadcrumb a{color:#007bff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.breadcrumb>*{margin:0 5px}.product-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-detail-error{text-align:center;padding:60px 0}.product-detail-error h2{margin-bottom:20px;color:#dc3545}.back-link{display:inline-block;padding:8px 16px;background:#007bff;color:#fff;text-decoration:none;border-radius:4px}.product-detail-container{max-width:1200px;margin:0 auto;padding:20px}.product-detail-main{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px;padding:30px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.product-media-section{display:flex;flex-direction:column;gap:15px}.product-main-media{position:relative;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background:#fafafa;transition:transform .3s ease}.product-main-image{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:opacity .3s ease,transform .3s ease;transform:translateY(-100px)!important}.whatsapp-button{background-color:#25d366;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;margin-top:20px}.whatsapp-button:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.whatsapp-button i{font-size:1.2rem}.image-placeholder{width:100%;height:300px;background-color:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;border:2px dashed #ddd}.product-placeholder-image{display:flex;align-items:center;justify-content:center;height:300px;background:#f5f5f5;color:#999;font-size:16px}.video-play-button{position:absolute;bottom:20px;right:20px;background:#007bffe6;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.video-play-button:hover{background:#0056b3e6}.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.thumbnail-button{flex:0 0 auto;width:80px;height:80px;border:2px solid transparent;border-radius:4px;cursor:pointer;overflow:hidden;transition:border-color .3s ease}.thumbnail-button.active{border-color:#007bff}.thumbnail-button img{width:100%;height:100%;object-fit:cover;transform:translateY(-100px)!important}.product-zip-info{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#f0f7ff;border-left:4px solid #007bff;border-radius:4px;font-size:14px;color:#0d6efd}.icon-zip:before{content:"📁";font-size:18px}.product-info-section{display:flex;flex-direction:column;gap:20px}.product-title{margin:0;font-size:28px;font-weight:700;color:#333;line-height:1.3}.product-title-en{font-size:18px;color:#666;font-weight:400;margin:0}.product-price{font-size:28px;font-weight:700;color:#e74c3c;margin:10px 0}.product-highlights h3{font-size:18px;margin-bottom:15px;color:#333}.product-features{list-style:none;padding:0;margin:0}.product-features li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;color:#666}.icon-check:before{content:"✓";color:#28a745;font-weight:700}.product-actions{display:flex;gap:15px;margin-top:auto}.btn-contact,.btn-inquiry{flex:1;padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn-contact{background:#007bff;color:#fff}.btn-contact:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.btn-inquiry{background:#ffc107;color:#212529}.btn-inquiry:hover{background:#e0a800;transform:translateY(-1px);box-shadow:0 4px 8px #ffc1074d}.whatsapp-inquiry-button{display:inline-flex;align-items:center;background-color:#25d366;color:#fff;padding:10px 20px;border-radius:5px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;margin-top:10px}.whatsapp-inquiry-button:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.product-detail-tabs{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:40px;overflow:hidden}.tab-navigation{display:flex;border-bottom:1px solid #e0e0e0}.tab-button{flex:1;padding:15px 20px;background:none;border:none;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;text-align:center;position:relative}.tab-button:hover{color:#007bff;background:#f8f9fa}.tab-button.active{color:#007bff;background:#fff}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:#007bff}.video-player-section{position:relative;width:100%;margin-top:15px}.product-video-player{width:100%;height:400px;border-radius:8px;background:#000}.video-preview{position:relative;width:100%;height:400px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .3s ease}.video-preview:hover{transform:scale(1.02)}.video-preview-image{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}.video-preview .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#007bffe6;border:none;border-radius:50%;width:80px;height:80px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-preview .video-play-button:hover{background:#0056b3e6;transform:translate(-50%,-50%) scale(1.1)}.media-videos{margin-top:30px}.media-videos h3{margin-bottom:20px;font-size:20px;color:#333}.video-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.video-player{position:relative}.product-video{width:100%;height:300px;background:#000}.video-info{padding:15px;background:#f8f9fa;border-top:1px solid #e0e0e0}.video-info span{font-size:14px;color:#666}.tab-content{padding:30px}.details-content h3,.specs-content h3,.media-content h3{font-size:20px;margin-bottom:20px;color:#333}.details-content p,.specs-content p{font-size:16px;line-height:1.6;color:#666;margin-bottom:20px}.en-content{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.specs-table{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.spec-row{display:contents}.spec-key{font-weight:600;color:#333;padding:10px;background:#f8f9fa;border-radius:4px 0 0 4px}.spec-value{color:#666;padding:10px;border:1px solid #e0e0e0;border-radius:0 4px 4px 0}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-bottom:30px}.gallery-image-item{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-image-item:hover{transform:scale(1.02);box-shadow:0 4px 8px #00000026}.gallery-image-item img{width:100%;height:120px;object-fit:cover}.video-list{display:grid;gap:20px}.video-item{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.video-placeholder{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#f8f9fa;min-height:100px}.play-video-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.play-video-btn:hover{background:#0056b3}.related-products-section{margin-bottom:40px}.related-products-section h2{font-size:24px;margin-bottom:25px;color:#333;text-align:center}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}@media(max-width:992px){.product-detail-main{grid-template-columns:1fr;gap:20px}.specs-table{grid-template-columns:1fr}.spec-key,.spec-value{border-radius:4px}}@media(max-width:768px){.product-detail-container{padding:15px}.product-detail-main{padding:20px}.product-title,.product-price{font-size:24px}.product-actions{flex-direction:column}.tab-content{padding:20px}.image-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:480px){.product-main-image{max-height:300px;object-fit:contain}.thumbnail-button{width:60px;height:60px}.tab-button{padding:12px 15px;font-size:14px}.related-products-grid{grid-template-columns:1fr}}.whatsapp-floating-button{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;background-color:#25d366;color:#fff;padding:12px 20px;border-radius:50px;text-decoration:none;font-weight:600;font-size:14px;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:all .3s ease;border:none;cursor:pointer;max-width:200px}.whatsapp-floating-button:hover{background-color:#128c7e;transform:translateY(-3px);box-shadow:0 6px 20px #25d36680}.whatsapp-icon-container{display:flex;align-items:center;justify-content:center;margin-right:8px}.whatsapp-icon{width:20px;height:20px;fill:currentColor}.whatsapp-text{display:inline-block;white-space:nowrap}@media(max-width:768px){.whatsapp-floating-button{bottom:16px;right:16px;padding:10px 16px;font-size:13px}.whatsapp-icon{width:18px;height:18px}}@media(max-width:480px){.whatsapp-floating-button{padding:10px;border-radius:50%;width:50px;height:50px;justify-content:center}.whatsapp-text{display:none}.whatsapp-icon-container{margin-right:0}.whatsapp-icon{width:24px;height:24px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}:root{--primary-blue: #1e3a8a;--primary-red: #dc2626;--secondary-blue: #3b82f6;--light-blue: #dbeafe;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-800: #1f2937;--white: #ffffff}@media(max-width:768px){.container{padding:0 1rem}}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--primary-blue);color:#fff}.btn-primary:hover{background-color:var(--secondary-blue);transform:translateY(-2px)}.btn-secondary{background-color:var(--primary-red);color:#fff}.btn-secondary:hover{background-color:#b91c1c;transform:translateY(-2px)}.card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f4f6;border-radius:50%;border-top-color:var(--primary-blue);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}
