.header{background:var(--white);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{text-decoration:none;color:var(--text-dark)}.logo h1{font-size:1.5rem;font-weight:700;color:var(--anthracite-700)}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-gray);font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.nav-link:hover{color:var(--anthracite-700);background:var(--anthracite-50)}.nav-link.active{color:var(--anthracite-700);background:var(--anthracite-100)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:var(--anthracite-700);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.header-container{padding:1rem}.hamburger-menu{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);box-shadow:-2px 0 10px #0000001a;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;transition:right .3s ease;z-index:1000}.nav.nav-open{right:0}.nav-link{width:100%;padding:1rem;margin-bottom:.5rem;border-radius:.5rem;text-align:left}.logo h1{font-size:1.25rem}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}@media (max-width: 768px){.menu-overlay{display:block}}.footer{background:var(--text-dark);color:var(--white);margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:var(--anthracite-400);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:var(--anthracite-300);margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin-bottom:.5rem;color:#fffc;line-height:1.8}.footer-section a{display:block;color:#fffc;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:var(--anthracite-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;text-align:center;color:#fff9}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;padding:2rem 1rem}}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#20ba5a);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:all .3s ease;text-decoration:none;color:var(--white)}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699;background:linear-gradient(135deg,#20ba5a,#1da851)}.whatsapp-button svg{width:32px;height:32px}@media (max-width: 768px){.whatsapp-button{width:56px;height:56px;bottom:20px;right:20px}.whatsapp-button svg{width:28px;height:28px}}.hero-slider{position:relative;width:100%;height:88vh;min-height:560px;max-height:920px;overflow:hidden}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center;overflow:hidden}.slide-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:0}.slide.active{opacity:1;z-index:1}.slide-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:720px;padding:0 1.5rem;animation:fadeInUp 1s ease}.slide-title{font-size:3.25rem;font-weight:400;margin-bottom:1rem;letter-spacing:.02em;text-shadow:0 0 20px rgba(0,0,0,1),0 0 40px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,1),2px 2px 8px rgba(0,0,0,.8);animation:fadeInUp 1s ease .2s both}.slide-description{font-size:1.35rem;line-height:1.7;margin-bottom:2rem;font-weight:500;opacity:.95;text-shadow:0 0 16px rgba(0,0,0,1),0 0 32px rgba(0,0,0,.9),0 1px 3px rgba(0,0,0,1),1px 1px 6px rgba(0,0,0,.8);animation:fadeInUp 1s ease .4s both}.slide-button{display:inline-block;padding:1rem 2.5rem;background:var(--white);color:var(--anthracite-800);text-decoration:none;border-radius:.5rem;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 14px #00000040;animation:fadeInUp 1s ease .6s both}.slide-button:hover{background:var(--anthracite-100);color:var(--anthracite-900);transform:translateY(-3px);box-shadow:0 6px 20px #00000059}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#fff3;border:2px solid rgba(255,255,255,.5);color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-arrow:hover{background:#ffffff4d;border-color:var(--white);transform:translateY(-50%) scale(1.1)}.slider-arrow-left{left:30px}.slider-arrow-right{right:30px}.slider-arrow svg{width:24px;height:24px}.slider-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:12px}.dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--white);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.dot.active{background:var(--white);transform:scale(1.3)}.dot:hover{background:#ffffff80}@media (max-width: 768px){.hero-slider{height:78vh;min-height:460px}.slide-title{font-size:2.25rem}.slide-description{font-size:1.1rem}.slider-arrow{width:40px;height:40px}.slider-arrow-left{left:15px}.slider-arrow-right{right:15px}.slider-dots{bottom:20px}.slide-content{padding:0 1rem}}@media (max-width: 480px){.hero-slider{height:72vh;min-height:380px}.slide-title{font-size:1.85rem}.slide-description{font-size:1rem;margin-bottom:1.5rem}.slide-button{padding:.875rem 2rem;font-size:1rem}}.home{min-height:calc(100vh - 200px)}.hero{background:linear-gradient(135deg,var(--anthracite-100) 0%,var(--anthracite-50) 100%);padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;color:var(--anthracite-700);margin-bottom:1.5rem;font-weight:600}.hero-description{font-size:1.1rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.8}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #383e424d}.cta-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #383e4266}.about-preview-section{padding:5rem 2rem;background:linear-gradient(180deg,var(--white) 0%,var(--anthracite-50) 100%);position:relative;overflow:hidden}.about-preview-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239333ea' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none}.about-preview-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.about-preview-header h2{font-size:3rem;color:var(--anthracite-700);margin-bottom:.5rem;font-weight:800}.about-preview-subtitle{font-size:1.3rem;color:var(--anthracite-600);font-weight:600}.about-preview-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.about-preview-left{display:flex;flex-direction:column;gap:2rem}.about-text-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);border-left:4px solid var(--anthracite-600);transition:all .3s ease}.about-text-card:hover{transform:translate(5px);box-shadow:var(--shadow-lg)}.about-text-card h3{font-size:1.5rem;color:var(--anthracite-700);margin-bottom:1rem;font-weight:700}.about-text-card p{font-size:1.05rem;color:var(--text-gray);line-height:1.8}.about-more-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);text-decoration:none;border-radius:.75rem;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #383e4266;margin-top:.5rem}.about-more-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-3px);box-shadow:0 6px 25px #383e4280}.about-more-button svg{transition:transform .3s ease}.about-more-button:hover svg{transform:translate(5px)}.about-preview-right{display:flex;align-items:center}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.stat-card-modern{background:linear-gradient(135deg,var(--white) 0%,var(--anthracite-50) 100%);padding:2rem 1.5rem;border-radius:1rem;box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease;border:2px solid transparent}.stat-card-modern:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--anthracite-300);background:linear-gradient(135deg,var(--anthracite-50) 0%,var(--anthracite-100) 100%)}.stat-icon-modern{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--anthracite-400) 0%,var(--anthracite-500) 100%);border-radius:1rem;color:var(--white)}.stat-number-modern{font-size:2.5rem;font-weight:800;color:var(--anthracite-700);margin-bottom:.5rem;line-height:1}.stat-label-modern{font-size:.95rem;color:var(--text-gray);font-weight:600}.features{padding:4rem 2rem;background:var(--white)}.container{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--anthracite-50);padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease;box-shadow:var(--shadow-sm)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;background:var(--anthracite-400);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;color:var(--white);font-weight:700}.feature-card h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.feature-card p{color:var(--text-gray);line-height:1.6}.intro-section{padding:4rem 2rem;background:var(--white)}.intro-content{max-width:900px;margin:0 auto;text-align:center}.intro-content h2{font-size:2.5rem;color:var(--anthracite-700);margin-bottom:2rem;font-weight:700}.intro-text{font-size:1.15rem;color:var(--text-gray);line-height:1.9;margin-bottom:1.5rem;text-align:justify}.featured-products{padding:4rem 2rem;background:var(--anthracite-50)}.section-header h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.2rem;color:var(--text-gray)}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.featured-product-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease}.featured-product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.featured-product-image{width:100%;height:300px;overflow:hidden}.featured-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-product-card:hover .featured-product-image img{transform:scale(1.05)}.featured-product-info{padding:1.5rem;text-align:center}.featured-product-info h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.featured-product-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #383e424d}.featured-product-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #383e4266}.view-all-container{text-align:center;margin-top:2rem}.view-all-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #383e424d}.view-all-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #383e4266}.products-band-section{padding:4rem 0;background:var(--anthracite-50);overflow:hidden}.products-band-wrapper{width:100%;max-width:100%;overflow:hidden;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.products-band-row{overflow:hidden}.products-band-row:hover .products-band-track{animation-play-state:paused}.products-band-row--0 .products-band-track{animation:products-band-scroll-left 200s linear infinite}.products-band-row--1 .products-band-track{animation:products-band-scroll-right 220s linear infinite}.products-band-row--2 .products-band-track{animation:products-band-scroll-left 240s linear infinite}.products-band-track{display:flex;gap:.75rem;width:max-content;padding:.5rem 0}.products-band-item{flex-shrink:0;width:200px;height:200px;border-radius:.5rem;overflow:hidden;background:var(--white);box-shadow:var(--shadow-md);padding:6px;transition:transform .2s ease}.products-band-item:hover{transform:scale(1.05)!important;z-index:2}.products-band-item img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}@keyframes products-band-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes products-band-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.reviews-section{padding:4rem 2rem;background:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.review-card{background:var(--anthracite-50);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-sm);transition:all .3s ease;border-left:4px solid var(--anthracite-600)}.review-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.review-header{margin-bottom:1rem}.review-rating{display:flex;gap:.25rem;color:var(--anthracite-600)}.review-comment{font-size:1rem;color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.review-author{display:flex;flex-direction:column;gap:.25rem}.review-author strong{color:var(--text-dark);font-size:1.1rem}.review-author span{color:var(--text-gray);font-size:.9rem}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-800) 100%);color:var(--white)}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95;line-height:1.8}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--white) 0%,var(--anthracite-50) 100%);color:var(--anthracite-700);text-decoration:none;border-radius:.5rem;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #fff3}.cta-button-primary:hover{background:linear-gradient(135deg,var(--anthracite-50) 0%,var(--anthracite-100) 100%);transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}.cta-button-secondary{display:inline-block;padding:1rem 2.5rem;background:transparent;color:var(--white);text-decoration:none;border:2px solid var(--white);border-radius:.5rem;font-weight:700;font-size:1.1rem;transition:all .3s ease}.cta-button-secondary:hover{background:linear-gradient(135deg,var(--white) 0%,var(--anthracite-50) 100%);color:var(--anthracite-700);transform:translateY(-3px);border-color:transparent}@media (max-width: 768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.features h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.intro-content h2{font-size:2rem}.intro-text{font-size:1rem;text-align:left}.section-header h2{font-size:2rem}.featured-grid,.reviews-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button-primary,.cta-button-secondary{width:100%}.about-preview-header h2{font-size:2.25rem}.about-preview-subtitle{font-size:1.1rem}.about-preview-content{grid-template-columns:1fr;gap:2rem}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card-modern{padding:1.5rem 1rem}.stat-number-modern{font-size:2rem}.stat-icon-modern{width:48px;height:48px}.about-more-button{padding:1rem 2rem;font-size:1rem}}@media (max-width: 480px){.about-stats-grid{grid-template-columns:1fr}.about-preview-section{padding:3rem 1.5rem}}.products-page{min-height:calc(100vh - 200px);padding:2rem 1rem}.products-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.products-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.products-header p{font-size:1.1rem;color:var(--text-gray)}.products-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.products-tab{padding:.75rem 2rem;font-size:1.05rem;font-weight:600;border:2px solid var(--anthracite-300);background:var(--white);color:var(--anthracite-700);border-radius:.5rem;cursor:pointer;transition:all .25s ease}.products-tab:hover{border-color:var(--anthracite-500);background:var(--anthracite-50);color:var(--anthracite-800)}.products-tab--active{background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);border-color:var(--anthracite-600)}.products-tab--active:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);border-color:var(--anthracite-700);color:var(--white)}.products-layout{max-width:1400px;margin:0 auto;padding:0 1rem}.products-content{min-height:400px}.products-category{margin-bottom:4rem}.products-category:last-child{margin-bottom:0}.products-category-title{font-size:1.75rem;font-weight:700;color:var(--anthracite-800);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid var(--anthracite-400)}.series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%}.series-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-md);display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer}.series-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.series-card-image{width:100%;aspect-ratio:4/3;min-height:220px;background:var(--anthracite-50);display:flex;align-items:center;justify-content:center;overflow:hidden}.series-card-image img{width:100%;height:100%;object-fit:contain}.series-card-info{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;flex:1}.series-card-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0}.series-card-count{font-size:.9rem;color:var(--text-gray);margin:0}.series-card-button{width:100%;margin-top:.75rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #383e424d}.series-card-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #383e4266}.no-results{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:1rem;box-shadow:var(--shadow-md)}.no-results p{font-size:1.2rem;color:var(--text-gray);margin-bottom:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-image{width:100%;min-height:280px;height:280px;overflow:hidden;background:var(--anthracite-50);display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card--local .product-image{min-height:420px;height:420px}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;align-items:center;gap:1rem}.product-info h3{font-size:1.3rem;color:var(--text-dark);font-weight:600;text-align:center}.product-button{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto;box-shadow:0 2px 8px #383e424d}.product-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #383e4266}.series-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.series-modal{background:var(--white);border-radius:1rem;max-width:720px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.series-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--anthracite-200);flex-shrink:0}.series-modal-header h2{font-size:1.35rem;font-weight:700;color:var(--text-dark);margin:0}.series-modal-close{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--anthracite-600);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.series-modal-close:hover{background:var(--anthracite-100);color:var(--anthracite-800)}.series-modal-gallery{display:flex;flex-direction:column;padding:1.5rem;overflow:hidden;min-height:0}.series-modal-main{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;background:var(--anthracite-50);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.series-modal-main img{width:100%;max-height:50vh;object-fit:contain;border-radius:.5rem}.series-modal-main-name{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:.75rem 0 0}.series-modal-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;flex-shrink:0}.series-modal-thumbs::-webkit-scrollbar{height:6px}.series-modal-thumbs::-webkit-scrollbar-track{background:var(--anthracite-100);border-radius:3px}.series-modal-thumbs::-webkit-scrollbar-thumb{background:var(--anthracite-400);border-radius:3px}.series-modal-thumb{flex-shrink:0;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:.5rem;cursor:pointer;background:var(--white);overflow:hidden;transition:border-color .2s,box-shadow .2s}.series-modal-thumb:hover{border-color:var(--anthracite-300)}.series-modal-thumb--active{border-color:var(--anthracite-600);box-shadow:0 0 0 1px var(--anthracite-600)}.series-modal-thumb img{width:100%;height:100%;object-fit:contain}@media (max-width: 968px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-grid,.series-grid{grid-template-columns:1fr}.product-card--local .product-image{min-height:320px;height:320px}.products-header h1{font-size:2rem}.series-modal-main{padding:1rem}.series-modal-main img{max-height:40vh}.series-modal-thumb{width:56px;height:56px}}.about-page{min-height:calc(100vh - 200px);background:linear-gradient(180deg,var(--anthracite-50) 0%,var(--white) 50%)}.about-hero{background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-800) 100%);padding:5rem 2rem;text-align:center;color:var(--white);position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.about-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.about-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease}.about-hero-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1rem;opacity:.95;animation:fadeInUp .8s ease .2s both}.about-hero-description{font-size:1.2rem;line-height:1.8;opacity:.9;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stats-section{padding:4rem 2rem;background:var(--white);margin-top:-3rem;position:relative;z-index:2}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;box-shadow:var(--shadow-lg);transition:all .3s ease;border:2px solid var(--anthracite-100)}.stat-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl);border-color:var(--anthracite-300)}.stat-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:var(--anthracite-600)}.stat-number{font-size:2.5rem;font-weight:800;color:var(--anthracite-700);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-gray);font-weight:500}.about-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.mission-card,.vision-card{background:var(--white);padding:3rem;border-radius:1.5rem;box-shadow:var(--shadow-md);transition:all .3s ease;border-top:4px solid var(--anthracite-600)}.mission-card:hover,.vision-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-icon{width:56px;height:56px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--anthracite-600)}.mission-card h2,.vision-card h2{font-size:2rem;color:var(--anthracite-700);margin-bottom:1rem;font-weight:700}.mission-card p,.vision-card p{font-size:1.1rem;color:var(--text-gray);line-height:1.8}.about-us-section{background:var(--white);padding:3rem;border-radius:1.5rem;box-shadow:var(--shadow-md);margin-bottom:4rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:var(--anthracite-700);font-weight:700;margin-bottom:1rem}.header-line{width:80px;height:4px;background:linear-gradient(90deg,var(--anthracite-400),var(--anthracite-600));margin:0 auto;border-radius:2px}.about-us-content{max-width:900px;margin:0 auto}.about-us-text p{font-size:1.15rem;color:var(--text-gray);line-height:2;margin-bottom:1.5rem;text-align:justify}.about-us-text p:last-child{margin-bottom:0}.values-section{margin-top:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-item{background:linear-gradient(135deg,var(--anthracite-50) 0%,var(--white) 100%);padding:2.5rem 2rem;border-radius:1rem;text-align:center;transition:all .3s ease;box-shadow:var(--shadow-sm);border:2px solid transparent}.value-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:var(--anthracite-200);background:linear-gradient(135deg,var(--anthracite-100) 0%,var(--white) 100%)}.value-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:var(--anthracite-600);filter:drop-shadow(0 2px 4px rgba(56,62,66,.2))}.value-item h3{font-size:1.5rem;color:var(--anthracite-700);margin-bottom:1rem;font-weight:700}.value-item p{color:var(--text-gray);font-size:1rem;line-height:1.7}@media (max-width: 768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.4rem}.about-hero-description{font-size:1rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.mission-vision-grid{grid-template-columns:1fr}.mission-card,.vision-card{padding:2rem}.about-us-section{padding:2rem 1.5rem}.section-header h2{font-size:2rem}.values-grid{grid-template-columns:1fr}.about-container{padding:2rem 1rem}}@media (max-width: 480px){.stats-container{grid-template-columns:1fr}}.contact-page{min-height:calc(100vh - 200px);padding:2rem 1rem;background:var(--anthracite-50)}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.contact-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.contact-header p{font-size:1.1rem;color:var(--text-gray)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:var(--white);border-radius:1rem;padding:3rem;box-shadow:var(--shadow-md)}.contact-info h2{font-size:1.8rem;color:var(--anthracite-700);margin-bottom:2rem;font-weight:600}.info-item{margin-bottom:2rem}.info-item h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.info-item p{color:var(--text-gray);line-height:1.8}.contact-form h2{font-size:1.8rem;color:var(--anthracite-700);margin-bottom:2rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--anthracite-200);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--anthracite-600)}.form-group textarea{resize:vertical}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--anthracite-600) 0%,var(--anthracite-700) 100%);color:var(--white);border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #383e424d}.submit-button:hover{background:linear-gradient(135deg,var(--anthracite-700) 0%,var(--anthracite-800) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #383e4266}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;padding:2rem 1.5rem}}@media (max-width: 768px){.contact-header h1{font-size:2rem}}.App{min-height:100vh;display:flex;flex-direction:column}.App>main,.App>div:not(.App){flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--anthracite-50: #f5f5f6;--anthracite-100: #e8e9eb;--anthracite-200: #d1d3d6;--anthracite-300: #a8acb2;--anthracite-400: #7a7f87;--anthracite-500: #5c6169;--anthracite-600: #464a50;--anthracite-700: #383e42;--anthracite-800: #2f3336;--anthracite-900: #1e2124;--text-dark: #1a1a1a;--text-gray: #4a4a4a;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background-color:var(--anthracite-50)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}
