:root{--primary-color: #eb530d;--primary-dark: #fa5d02;--primary-light: #FF9E1B;--dark-bg-1: #1a1a1a;--dark-bg-2: #131212;--dark-bg-3: #0a0a0a;--light-gray: #f5f5f5;--medium-gray: #666666;--text-dark: #2c3e50;--text-medium: #7f8c8d;--text-light: #bdc3c7;--whatsapp-green: #25d366;--success-green: #27ae60;--error-red: #dc3545;--border-radius: 8px;--border-radius-large: 12px;--transition-speed: .2s;font-family:Inter,Roboto,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;-webkit-overflow-scrolling:touch;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}@media (max-width: 768px){h1{font-size:2em;line-height:1.2}}button,.btn-primary,.btn-secondary,.btn-whatsapp,.btn-danger,.btn-dark,.btn-outline,.btn-ghost{border-radius:var(--border-radius);border:2px solid transparent;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all var(--transition-speed) ease;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;-webkit-tap-highlight-color:transparent;text-decoration:none;box-sizing:border-box}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #f77f0066}.btn-secondary{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f77f004d}.btn-whatsapp{background:var(--whatsapp-green);color:#fff;border-color:var(--whatsapp-green)}.btn-whatsapp:hover:not(:disabled){background:#128c7e;border-color:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.btn-outline{background:transparent;color:#fff;border-color:#fff}.btn-outline:hover:not(:disabled){background:#fff;color:var(--dark-bg-3);transform:translateY(-2px)}.btn-danger{background:var(--error-red);color:#fff;border-color:var(--error-red)}.btn-danger:hover:not(:disabled){background:#c82333;border-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc354566}.btn-dark{background:var(--dark-bg-3);color:#fff;border-color:var(--dark-bg-3)}.btn-dark:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--medium-gray);border-color:var(--medium-gray)}.btn-ghost:hover:not(:disabled){background:var(--medium-gray);color:#fff;border-color:var(--medium-gray);transform:translateY(-2px)}.btn-small{padding:.5rem 1rem;font-size:.85rem;min-height:36px}.btn-large{padding:1.125rem 2rem;font-size:1.05rem;min-height:52px}.btn-block{width:100%;display:flex}@media (max-width: 768px){button{padding:.75rem 1.25rem;font-size:.9rem;min-height:44px}.btn-small{padding:.5rem .875rem;font-size:.8rem;min-height:38px}.btn-large{padding:1rem 1.75rem;font-size:1rem;min-height:48px}}@media (max-width: 480px){button{padding:.7rem 1rem;font-size:.85rem;letter-spacing:.3px}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.header{background:var(--dark-bg-3);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}@media (max-width: 1024px){.header .container{padding:0 1.5rem;gap:1.5rem}}.logo h1{margin:0;font-size:2rem;font-weight:700;color:var(--primary-color)}.logo span{font-size:.9rem;color:var(--text-light);display:block;margin-top:-5px}.nav{display:flex;gap:.5rem;align-items:center;background:var(--dark-bg-2);padding:.5rem;border-radius:50px;justify-content:center}.nav-link{background:transparent;border:2px solid transparent;color:#ffffffb3;font-size:.95rem;cursor:pointer;padding:.6rem 1.5rem;border-radius:50px;transition:all var(--transition-speed) ease;font-weight:600;text-decoration:none;white-space:nowrap}.nav-link:hover{background:var(--dark-bg-1);color:#fff;border-color:var(--primary-color)}.nav-link.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #f77f0066}.cart-button{position:relative;background:var(--primary-color);border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.75rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px}.cart-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px #f77f0066}.cart-badge{position:absolute;top:-5px;right:-5px;background:var(--primary-light);color:var(--dark-bg-3);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}@media (max-width: 768px){.header{padding:.75rem 0}.header .container{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:1rem;padding:0 1rem;text-align:left}.logo{grid-column:1 / 2;grid-row:1}.logo h1{font-size:1.5rem}.logo span{font-size:.75rem}.cart-button{grid-column:3 / 4;grid-row:1;width:44px;height:44px;font-size:1.2rem;margin:0}.cart-badge{width:18px;height:18px;font-size:.7rem;top:-3px;right:-3px}.nav{grid-column:1 / -1;grid-row:2;overflow-x:auto;padding:.35rem;gap:.35rem;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav-link{font-size:.8rem;padding:.5rem 1rem;white-space:nowrap;flex-shrink:0}}@media (max-width: 480px){.header .container{padding:0 .75rem}.logo h1{font-size:1.25rem}.logo span{font-size:.7rem}.nav-link{font-size:.75rem;padding:.45rem .85rem}.cart-button{width:40px;height:40px;font-size:1.1rem}}.logo-link{text-decoration:none;color:inherit}.footer{background:var(--dark-bg-3);color:#fff;padding:2rem 0;border-top:4px solid var(--primary-color)}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.footer-section h4{font-size:1.1rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;border-bottom:3px solid var(--primary-color);padding-bottom:.75rem;width:100%}.footer-section ul{list-style:none;padding:0;margin:0;width:100%}.footer-section ul li{margin-bottom:.75rem;padding-left:1rem;position:relative}.footer-section ul li:before{content:"▸";position:absolute;left:0;color:var(--primary-color);font-weight:700}.contact-info{width:100%}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--text-light)}.contact-item .contact-icon{margin-top:3px;color:var(--primary-color);font-size:1.2rem}.footer-section ul a,.footer-link,.contact-item a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-section ul a:hover,.footer-link:hover,.contact-item a:hover{color:var(--primary-color);text-decoration:underline}.footer-bottom{padding:2rem 0 1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;text-align:center}.footer-bottom-content p{margin:0;color:var(--text-light);font-size:.9rem}.footer-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.footer-links .footer-link,.footer-links span{color:var(--text-light);font-size:.9rem}@media (max-width: 768px){.footer .container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0}.footer-section{align-items:center;text-align:center}.footer-section h4{font-size:1rem;margin-bottom:1.25rem;text-align:center}.footer-section ul{text-align:left;max-width:300px}.contact-info{max-width:300px}.footer-section ul li{margin-bottom:.6rem;font-size:.9rem}.contact-item{margin-bottom:.75rem;font-size:.9rem}.contact-item .contact-icon{font-size:1.1rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-links{flex-direction:column;gap:.75rem}.footer-bottom-content p,.footer-links .footer-link,.footer-links span{font-size:.85rem}}@media (max-width: 480px){.footer .container{padding:0 .75rem}.footer-content{gap:1.5rem;padding:1.5rem 0}.footer-section h4{font-size:.95rem;margin-bottom:1rem;padding-bottom:.5rem}.footer-section ul,.contact-info{max-width:280px}.footer-section ul li,.contact-item{font-size:.85rem}}.hero{position:relative;height:120vh;overflow:hidden}.carousel{position:relative;height:70vh}@media (max-width: 768px){.hero{height:auto;min-height:100vh}.carousel{height:60vh;min-height:400px}}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0006,#0009);display:flex;align-items:center;justify-content:center}.slide-content{position:relative;z-index:11;text-align:center;color:#fff;padding:20px;max-width:800px}.slide-content h2{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.slide-content p{font-size:1.3rem;margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.slide-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;max-width:400px;margin:0 auto}.slide-actions .btn-primary,.slide-actions .btn-outline{width:100%;box-shadow:0 4px 15px #0000004d}.slide-actions .btn-outline:hover{background:var(--whatsapp-green);border-color:var(--whatsapp-green);color:#fff}.carousel-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.indicator{width:32px;height:4px;border-radius:2px;border:none;background:#fff6;cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--primary-color);width:48px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#f77f00cc;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:all var(--transition-speed) ease}.carousel-arrow:hover{background-color:var(--primary-dark);border-color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-arrow.prev{left:1.5rem}.carousel-arrow.next{right:1.5rem}.carousel-arrow svg{font-size:1.5rem}.hero-features{background:#f8f9fa;padding:4rem 0}@media (max-width: 768px){.hero-features{padding:2.5rem 0}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature{text-align:left;padding:2rem 1.75rem;background:#fff;border-radius:var(--border-radius);box-shadow:0 5px 15px #0000001a;border-left:5px solid var(--primary-color);transition:all var(--transition-speed) ease;display:flex;flex-direction:column;gap:1rem}.feature:hover{transform:translate(8px) translateY(-5px);box-shadow:0 12px 30px #f77f0033;border-left-width:8px}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f77f004d}.feature-icon svg{font-size:32px;color:#fff}.feature h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.feature p{color:var(--text-medium);line-height:1.6}@media (max-width: 768px){.slide-content{padding:1.5rem}.slide-content h2{font-size:2rem;margin-bottom:.75rem}.slide-content p{font-size:1rem;margin-bottom:1.5rem}.slide-actions{max-width:100%;padding:0 1rem;gap:.5rem}.btn-primary,.btn-whatsapp{padding:.875rem 1.25rem;font-size:.9rem;letter-spacing:.5px}.features-grid{grid-template-columns:1fr;gap:1rem}.feature{padding:1.25rem 1rem}.feature h3{font-size:1.15rem}.feature p{font-size:.9rem}.carousel-arrow{width:44px;height:44px}.carousel-arrow.prev{left:.75rem}.carousel-arrow.next{right:.75rem}.carousel-arrow svg{font-size:1.1rem}.carousel-indicators{bottom:1.5rem}.indicator{width:20px;height:3px}.indicator.active{width:32px}}@media (max-width: 480px){.slide-content h2{font-size:1.75rem}.slide-content p{font-size:.95rem}.btn-primary,.btn-whatsapp{padding:.75rem 1rem;font-size:.85rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{font-size:1rem}}@media (max-width: 768px){.slide-actions .btn-primary,.slide-actions .btn-outline{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.slide-actions .btn-primary,.slide-actions .btn-outline{padding:.75rem 1.25rem;font-size:.85rem}}.catalog{min-height:100vh;background:#f8f9fa;padding:4rem 2rem}@media (max-width: 768px){.catalog{padding:2.5rem 1rem}}.catalog-header{text-align:center;margin-bottom:3rem}.catalog-header h2{font-size:3rem;color:var(--text-dark);margin-bottom:1rem}.catalog-header p{font-size:1.2rem;color:var(--text-medium)}@media (max-width: 768px){.catalog-header{margin-bottom:2rem}.catalog-header h2{font-size:2rem}.catalog-header p{font-size:1rem}}.filters-container{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:var(--border-radius);box-shadow:0 2px 10px #0000000d}.category-filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.search-filter{position:relative;display:flex;align-items:center;width:100%;max-width:380px}.search-filter input{width:100%;padding:.75rem 2.75rem;border:1px solid #ddd;border-radius:25px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.search-filter input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f77f001a}.search-filter .search-icon,.search-filter .clear-icon{position:absolute;color:#aaa}.search-filter .search-icon{left:1.2rem;font-size:1.1rem}.search-filter .clear-icon{right:1.2rem;font-size:1.2rem;cursor:pointer;transition:color .2s}.search-filter .clear-icon:hover{color:#333}.no-products-found{grid-column:1 / -1;text-align:center;padding:5rem 1rem;color:#7f8c8d;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d}.no-products-found h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem}.category-btn{background:var(--light-gray);border:none;color:var(--text-dark);padding:.875rem 1rem;font-size:.9rem;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) ease;font-weight:600;text-align:center;position:relative;overflow:hidden}.category-btn:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--primary-color);transform:translate(-100%);transition:transform var(--transition-speed) ease}.category-btn:hover{background:var(--primary-light);color:var(--dark-bg-3);transform:translateY(-2px)}.category-btn:hover:before{transform:translate(0)}.category-btn.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #f77f004d}.category-btn.active:before{transform:translate(0);background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1.25rem}}.product-card{background:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 5px 15px #0000001a;border-left:4px solid transparent;transition:all var(--transition-speed) ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 30px #f77f0033;border-left-color:var(--primary-color)}.product-image{position:relative;height:300px;overflow:hidden;background-color:#fff}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease;padding:10px}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-info h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.3rem}.product-info p{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.card-actions{display:grid;grid-template-columns:1fr;gap:.5rem}@media (max-width: 992px){.filters-container{padding:1.5rem;margin-bottom:2rem}.search-filter{max-width:100%}.category-filter{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.filters-container{padding:1.25rem;gap:1.25rem;margin-bottom:1.5rem}.category-filter{grid-template-columns:repeat(2,1fr);gap:.5rem}.category-btn{padding:.7rem .5rem;font-size:.8rem}.search-filter input{padding:.7rem 2.5rem;font-size:.95rem}.product-card{border-radius:var(--border-radius)}.product-image{height:200px}.product-info{padding:1.25rem}.product-info h3{font-size:1.15rem}.product-info p{font-size:.9rem;margin-bottom:1rem}.card-actions{grid-template-columns:1fr;gap:.5rem}.details-btn,.add-btn{padding:.7rem .875rem;font-size:.8rem}}@media (max-width: 480px){.filters-container{padding:1rem}.category-filter{grid-template-columns:1fr;gap:.5rem}.category-btn{padding:.65rem;font-size:.75rem}.product-image{height:180px}.product-info{padding:1rem}}.card-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.card-actions .btn-dark,.card-actions .btn-primary{width:100%}.product-price-container{margin-top:auto;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #eee;display:flex;flex-direction:column}.price-label{font-size:.85rem;color:var(--text-medium);margin-bottom:.25rem}.price-value{font-size:1.5rem;font-weight:800;color:var(--primary-color);letter-spacing:-.5px}@media (max-width: 768px){.card-actions{gap:.5rem}}.about{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 2rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h2{font-size:3rem;color:var(--text-dark);margin-bottom:1rem}.about-header p{font-size:1.2rem;color:var(--text-medium)}.about-content{max-width:1200px;margin:0 auto}.about-story{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014}.story-text h3{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem}.story-text p{color:#5d6d7e;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.story-image img{width:100%;height:auto;object-fit:cover;border-radius:15px}.about-stats{text-align:center;margin-bottom:5rem}.about-stats h3{color:var(--text-dark);font-size:2rem;margin-bottom:2.5rem}.stats-grid{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.stats-grid::-webkit-scrollbar{height:8px}.stats-grid::-webkit-scrollbar-track{background:var(--light-gray);border-radius:4px}.stats-grid::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.stat-card{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);padding:2rem 2.5rem;border-radius:var(--border-radius-large);box-shadow:0 8px 20px #f77f0040;transition:all var(--transition-speed) ease;min-width:220px;flex-shrink:0;scroll-snap-align:start;border:3px solid var(--primary-light)}.stat-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 15px 35px #f77f0066}.stat-number{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-label{color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.about-mission{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.mission-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #00000012;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.mission-card h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.mission-card h3 svg{color:var(--primary-color);font-size:1.8rem;flex-shrink:0}.mission-card p{color:#5d6d7e;line-height:1.7;font-size:1rem}.about-values{margin-bottom:5rem}.about-values h3{text-align:center;color:var(--text-dark);font-size:2rem;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:var(--border-radius);text-align:center;box-shadow:0 5px 15px #00000012;border:2px solid transparent;transition:all var(--transition-speed) ease}.value-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 30px #f77f0026;border-color:var(--primary-light)}.value-icon{margin-bottom:1.5rem}.value-icon svg{font-size:3.5rem;color:var(--primary-color)}.value-card h4{color:var(--text-dark);font-size:1.3rem;margin-bottom:1rem}.value-card p{color:var(--text-medium);line-height:1.6}.about-team{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014;text-align:center}.about-team h3{color:var(--text-dark);font-size:2rem;margin-bottom:1.5rem}.about-team p{color:#5d6d7e;line-height:1.8;margin-bottom:2.5rem;font-size:1.1rem;max-width:800px;margin-left:auto;margin-right:auto}.team-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.team-feature{display:flex;align-items:center;gap:.75rem;color:#34495e;font-weight:500;font-size:1.1rem}.team-feature .feature-icon svg{color:#000;font-size:1.8rem}@media (max-width: 768px){.about{padding:2.5rem 1rem}.about-header{margin-bottom:2.5rem}.about-header h2{font-size:2rem}.about-header p{font-size:1rem}.about-story{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem;margin-bottom:3rem}.story-text h3{font-size:1.5rem;margin-bottom:1rem}.story-text p{font-size:1rem;margin-bottom:1rem}.story-image img{height:auto;max-height:250px;object-fit:cover}.about-stats{margin-bottom:3rem}.about-stats h3{font-size:1.5rem;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;overflow-x:visible}.stat-card{min-width:auto;padding:1.5rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.85rem}.about-mission{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}.mission-card{padding:1.75rem}.mission-card h3{font-size:1.3rem}.mission-card p{font-size:.95rem}.about-values{margin-bottom:3rem}.about-values h3{font-size:1.5rem;margin-bottom:2rem}.values-grid{grid-template-columns:1fr;gap:1.25rem}.value-card{padding:1.5rem}.value-card h4{font-size:1.15rem}.value-card p{font-size:.9rem}.value-icon svg{font-size:3rem}.team-features{flex-direction:column;align-items:center;gap:1.25rem}.team-feature{font-size:1rem}.about-team{padding:2rem 1.5rem}.about-team h3{font-size:1.5rem}.about-team p{font-size:1rem}}@media (max-width: 480px){.about{padding:2rem .75rem}.about-story{padding:1.25rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.25rem}.mission-card{padding:1.5rem}.value-card{padding:1.25rem}.about-team{padding:1.5rem 1rem}}.contact{min-height:100vh;background:var(--dark-bg-3);color:var(--light-gray);padding:4rem 0 8rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:3rem;margin-bottom:1rem;color:var(--primary-color)}.contact-header p{font-size:1.2rem;color:var(--text-light)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-intro{margin-bottom:3rem}.contact-intro h3{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.contact-intro p{line-height:1.7;color:var(--text-light);font-size:1.1rem}.contact-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.contact-method{background:#f77f001a;padding:1.25rem 1.75rem;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:5px solid var(--primary-color);display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:1.5rem;transition:all var(--transition-speed) ease}.contact-method:hover{background:#f77f0033;transform:translate(8px);box-shadow:-4px 4px 20px #f77f004d}.method-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:60px;height:60px;background:var(--primary-color);border-radius:50%}.method-icon svg{font-size:1.75rem;color:#fff}.method-content{text-align:left}.method-content h4{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.method-content p{color:var(--text-light);margin-bottom:1.5rem}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-card{background:#ffffff1a;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:2rem;margin-bottom:1rem}.contact-details h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.contact-details p{color:var(--text-light);line-height:1.6;white-space:pre-line;font-size:.9rem}.contact-map h3{color:var(--primary-color);font-size:2rem;margin-bottom:2rem}.map-container{background:#ffffff1a;border-radius:15px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);height:400px;overflow:hidden}.location-benefits{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.location-benefits h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.location-benefits ul{list-style:none;padding:0}.location-benefits li{color:var(--text-light);margin-bottom:.5rem;font-size:.95rem}.contact-cta{background:#f77f001a;padding:2.5rem;border-radius:20px;text-align:center;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(247,127,0,.3)}.cta-content h3{font-size:2.2rem;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-faq{text-align:center}.contact-faq h3{color:var(--primary-color);font-size:2rem;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#ffffff1a;padding:2rem;border-radius:15px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.faq-item h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:var(--text-light);line-height:1.6;font-size:.95rem}@media (max-width: 768px){.contact{padding:2.5rem 1rem 5rem}.contact-header{margin-bottom:2rem}.contact-header h2{font-size:2rem}.contact-header p{font-size:1rem}.contact-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.contact-intro{margin-bottom:2rem}.contact-intro h3{font-size:1.5rem}.contact-intro p{font-size:1rem}.contact-methods{gap:.75rem;margin-bottom:2rem}.contact-method{grid-template-columns:50px 1fr;grid-template-rows:auto auto;padding:1rem;gap:1rem}.contact-method:hover{transform:translate(4px)}.method-icon{width:50px;height:50px;grid-row:1 / 2}.method-icon svg{font-size:1.5rem}.method-content{grid-column:2 / 3;grid-row:1 / 2}.method-content h4{font-size:1.15rem;margin-bottom:.25rem}.method-content p{font-size:.9rem;margin-bottom:0}.btn-whatsapp,.btn-email{grid-column:1 / -1;grid-row:2 / 3;padding:.75rem 1.5rem;font-size:.85rem}.contact-cards{grid-template-columns:1fr;gap:1rem}.contact-card{background:var(--primary-color);padding:1.25rem}.contact-details h4{font-size:1rem}.contact-details p{font-size:.85rem}.contact-map h3{font-size:1.5rem;margin-bottom:1.5rem}.map-container{height:280px;margin-bottom:1.5rem}.location-benefits{padding:1.5rem}.location-benefits h4{font-size:1.1rem}.location-benefits li{font-size:.9rem}.contact-cta{padding:1.75rem;margin-bottom:2rem}.cta-content h3{font-size:1.75rem}.cta-content p{font-size:1rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;max-width:100%;padding:.875rem 1.5rem;font-size:1rem}.contact-faq h3{font-size:1.5rem;margin-bottom:2rem}.faq-grid{grid-template-columns:1fr;gap:1.25rem}.faq-item{padding:1.5rem}.faq-item h4{font-size:1rem}.faq-item p{font-size:.9rem}}@media (max-width: 480px){.contact{padding:2rem .75rem 4rem}.contact-method{padding:.875rem}.contact-cta{padding:1.5rem}.cta-content h3{font-size:1.5rem}.faq-item{padding:1.25rem}}@media (max-width: 768px){.contact-method button,.cta-buttons button{width:100%}}.product-detail-page{background-color:#f8f9fa;padding:2rem 0 4rem}@media (max-width: 768px){.product-detail-page{padding:1.5rem 0 3rem}}.breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumb a{color:#34495e;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:var(--primary-color)}.product-detail-container{background-color:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 25px #00000014;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-content{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.product-image-gallery .main-image{border-radius:10px;overflow:hidden;margin-bottom:1rem;border:1px solid #eee}.product-image-gallery .main-image img{width:100%;height:auto;display:block}.thumbnail-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem}.thumbnail-images .thumb{border:2px solid transparent;border-radius:5px;cursor:pointer;overflow:hidden;transition:border-color .3s ease}.thumbnail-images .thumb.active,.thumbnail-images .thumb:hover{border-color:var(--primary-color)}.thumbnail-images .thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info h1{font-size:2.5rem;color:var(--text-dark);margin-top:0;margin-bottom:1rem}.product-description{font-size:1.1rem;line-height:1.7;color:#34495e;margin-bottom:2rem}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem;padding:1.5rem;background:var(--light-gray);border-radius:var(--border-radius);border-left:4px solid var(--primary-color)}.product-section{border-top:1px solid #eee;padding-top:1.5rem;margin-top:1.5rem}.product-section h3{font-size:1.3rem;color:#34495e;margin-bottom:1rem}.spec-list{list-style:none;padding:0;columns:2;gap:1rem}.spec-list li{padding:.5rem 0;border-bottom:1px dashed #eee;font-size:.95rem}.applications-text{line-height:1.6;color:#7f8c8d}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e0e0e0}.related-products h2{text-align:center;font-size:2rem;color:var(--text-dark);margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-align:center}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.product-card .product-image{height:180px;overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover}.product-info-card{padding:1.5rem 1rem}.product-info-card h3{font-size:1.1rem;color:#34495e;margin-bottom:1rem;min-height:44px}.product-not-found{text-align:center;padding:6rem 1rem}.product-not-found h2{color:var(--primary-dark);margin-bottom:1rem}@media (max-width: 992px){.product-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.breadcrumb{margin-bottom:1.5rem;font-size:.85rem}.product-detail-container{padding:1.5rem;border-radius:10px}.product-content{gap:1.5rem}.product-info h1{font-size:1.75rem;margin-bottom:.75rem}.product-description{font-size:1rem;margin-bottom:1.5rem}.product-actions{padding:1.25rem;margin-bottom:2rem}.product-actions .add-to-cart-btn,.product-actions .whatsapp-btn{padding:1rem 1.25rem;font-size:.9rem}.product-section{padding-top:1.25rem;margin-top:1.25rem}.product-section h3{font-size:1.15rem}.spec-list{columns:1}.spec-list li{font-size:.9rem;padding:.4rem 0}.applications-text{font-size:.95rem}.related-products{margin-top:3rem;padding-top:2rem}.related-products h2{font-size:1.5rem;margin-bottom:1.5rem}.products-grid{grid-template-columns:1fr;gap:1.25rem}.product-card .product-image{height:160px}.product-info-card{padding:1.25rem 1rem}.product-info-card h3{font-size:1rem;min-height:auto}.details-btn{padding:.65rem 1.25rem;font-size:.85rem}}@media (max-width: 480px){.product-detail-container{padding:1.25rem}.product-info h1{font-size:1.5rem}.product-actions{padding:1rem}.product-actions .add-to-cart-btn,.product-actions .whatsapp-btn{padding:.875rem 1rem;font-size:.85rem}.thumbnail-images{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem}}.product-actions button,.product-actions .btn-large{width:100%}@media (max-width: 768px){.product-actions{gap:.75rem}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.cart-container{background:#fff;border-radius:10px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background:#f8f9fa;border-radius:10px 10px 0 0}.cart-header h2{margin:0;color:#333;font-size:1.5rem}.cart-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cart-close:hover{background:var(--primary-color);color:#fff}.cart-content{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:#666}.cart-empty p{margin:.5rem 0;font-size:1.1rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:8px;background:#f8f9fa}.cart-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-details h3{margin:0;font-size:1.1rem;color:#333}.cart-item-details p{margin:0;color:#666;font-size:.9rem;line-height:1.4}.cart-item-controls{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:30px;height:30px;border:1px solid #ddd;background:#fff;color:#000;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease}.quantity-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.quantity{padding:.5rem;font-weight:700;color:#333;min-width:40px;text-align:center}.cart-actions{display:flex;flex-direction:column;gap:.75rem;border-top:2px solid var(--primary-color);padding-top:1.5rem}@media (max-width: 768px){.cart-overlay{padding:.5rem}.cart-container{max-height:90vh;max-width:95vw}.cart-header{padding:1.25rem}.cart-header h2{font-size:1.4rem}.cart-close{width:38px;height:38px}.cart-content{padding:1.25rem}.cart-empty{padding:2.5rem 1rem}.cart-empty p{font-size:1rem}.cart-items{gap:1rem;margin-bottom:1.5rem}.cart-item{flex-direction:row;padding:.875rem;gap:.875rem}.cart-item-image{width:70px;height:70px;flex-shrink:0}.cart-item-details h3{font-size:1rem}.cart-item-details p{font-size:.85rem}.cart-item-controls{flex-direction:column;gap:.75rem;margin-top:.5rem}.quantity-controls{justify-content:flex-start}.quantity-btn{width:28px;height:28px;font-size:.9rem}.quantity{padding:.4rem;min-width:35px;font-size:.9rem}.remove-btn{padding:.45rem .875rem;font-size:.85rem}.cart-actions{gap:.65rem;padding-top:1.25rem}.clear-cart-btn{padding:.75rem 1.25rem;font-size:.85rem}.whatsapp-quote-btn{padding:1rem 1.25rem;font-size:.9rem}}@media (max-width: 480px){.cart-container{max-width:100%;border-radius:8px}.cart-header{padding:1rem}.cart-header h2{font-size:1.2rem}.cart-close{width:36px;height:36px;font-size:1.4rem}.cart-content{padding:1rem}.cart-item{flex-direction:column;text-align:center;padding:1rem}.cart-item-image{width:100%;height:140px}.cart-item-details{width:100%}.cart-item-controls{width:100%;align-items:center}.quantity-controls{justify-content:center}.remove-btn{width:100%}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark-bg-3);border-top:3px solid var(--primary-color);box-shadow:0 -4px 20px #00000080;z-index:9999;animation:slideUp .4s ease-out;padding:1.5rem}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text{flex:1;color:#fff}.cookie-text h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.cookie-text p{font-size:.95rem;line-height:1.6;color:var(--text-light);margin:0}.cookie-text a{color:var(--primary-color);text-decoration:underline;transition:color .3s ease}.cookie-text a:hover{color:var(--primary-light)}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-actions button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-accept-all{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.btn-accept-all:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px)}.btn-reject-all{background:transparent;color:#fff;border:2px solid var(--medium-gray)}.btn-reject-all:hover{background:var(--dark-bg-2);border-color:#fff}.btn-customize{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-customize:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;color:var(--text-dark);font-size:1.5rem}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--medium-gray);cursor:pointer;padding:.5rem;transition:color .3s ease}.modal-close:hover{color:var(--primary-color)}.modal-body{padding:1.5rem}.modal-description{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}.cookie-option{background:#f8f9fa;border-radius:8px;padding:1.25rem;margin-bottom:1rem;border:2px solid transparent;transition:border-color .3s ease}.cookie-option:hover{border-color:var(--primary-light)}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.option-header label{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex:1}.option-header input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color)}.option-header input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.option-title{font-weight:600;color:var(--text-dark);font-size:1rem}.option-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.option-badge.necessary{background:var(--success-green);color:#fff}.option-description{color:var(--text-medium);font-size:.9rem;line-height:1.5;margin:0;padding-left:2rem}.modal-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.btn-modal-accept{background:var(--primary-color);color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-modal-accept:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #f77f004d}@media (max-width: 768px){.cookie-banner{padding:1rem}.cookie-banner-content{flex-direction:column;gap:1rem}.cookie-actions{width:100%;flex-direction:column;gap:.5rem}.cookie-actions button{width:100%}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-modal{margin:.5rem;max-height:95vh}.modal-header h2{font-size:1.25rem}.option-description{padding-left:0;margin-top:.5rem}}@media (max-width: 480px){.cookie-banner{padding:.75rem}.modal-header,.modal-body,.modal-footer,.cookie-option{padding:1rem}}.legal-page{min-height:100vh;background:#f8f9fa;padding:4rem 2rem}.legal-page .container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 20px #00000014}.legal-page h1{color:var(--text-dark);font-size:2.5rem;margin-bottom:.5rem;border-bottom:3px solid var(--primary-color);padding-bottom:1rem}.last-updated{color:var(--text-medium);font-size:.9rem;font-style:italic;margin-bottom:2rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:var(--primary-color);font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;border-left:4px solid var(--primary-color);padding-left:1rem}.legal-section h3{color:var(--text-dark);font-size:1.3rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-section p{color:#333;line-height:1.8;margin-bottom:1rem;font-size:1rem;text-align:justify}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{color:#333;line-height:1.8;margin-bottom:.75rem;font-size:1rem}.legal-section strong{color:var(--text-dark);font-weight:600}.legal-section a{color:var(--primary-color);text-decoration:underline;transition:color .3s ease}.legal-section a:hover{color:var(--primary-dark)}.contact-info{background:var(--dark-bg-2);border-left:4px solid var(--primary-color);padding:1.25rem;margin:1rem 0;border-radius:6px}.contact-info strong{color:var(--primary-color)}.final-note{background:var(--primary-light);color:var(--dark-bg-3);padding:1.5rem;border-radius:8px;text-align:center;font-size:1.05rem;margin-top:2rem}.final-note strong{color:var(--dark-bg-3)}@media (max-width: 768px){.legal-page{padding:2rem 1rem}.legal-page .container{padding:2rem 1.5rem}.legal-page h1{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section p,.legal-section li{font-size:.95rem;text-align:left}.legal-section ul{padding-left:1.5rem}}@media (max-width: 480px){.legal-page{padding:1.5rem .75rem}.legal-page .container{padding:1.5rem 1rem;border-radius:8px}.legal-page h1{font-size:1.75rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.contact-info{padding:1rem}}@media print{.legal-page{background:#fff;padding:0}.legal-page .container{box-shadow:none;padding:1rem}.legal-section{page-break-inside:avoid}}
