*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.fade-in{animation:fadeIn .8s ease-out}.fade-in-up{animation:fadeInUp .8s ease-out}.slide-in-left{animation:slideInLeft .8s ease-out}.slide-in-right{animation:slideInRight .8s ease-out}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{justify-content:space-between;padding:15px 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#2d3748;font-weight:700;text-decoration:none;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-right:12px}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800}.logo-sub{color:#718096;font-size:.8rem;font-weight:500;letter-spacing:1px}.nav{display:flex;gap:40px}.nav-link{color:#4a5568;font-size:16px;font-weight:500;padding:8px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#e67e22}.nav-link:after{background:linear-gradient(135deg,#e67e22,#ff6b35);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}@media (max-width:768px){.nav-link:after{display:none}.nav-link.active,.nav-link:hover{background:#e67e221a;border-radius:8px}}.nav-link.active{color:#e67e22}.menu-toggle{background:none;border:none;color:#4a5568;cursor:pointer;display:none;font-size:1.5rem;padding:8px;transition:all .3s ease}.menu-toggle:hover{color:#e67e22;transform:scale(1.1)}@media (max-width:768px){.header-content{padding:12px 0}.logo-main{font-size:1.2rem}.logo-sub{font-size:.7rem}.menu-toggle{display:block}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #0000001a;box-shadow:0 10px 25px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:20px;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-link{border-bottom:1px solid #0000001a;font-size:18px;padding:15px 0}.nav-link:last-child{border-bottom:none}}@media (max-width:1024px) and (min-width:769px){.nav{gap:25px}.nav-link{font-size:15px}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff}.footer-content{padding:60px 0 40px}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1.5fr 1fr}.footer-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;margin-bottom:20px}.footer-logo-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-right:15px}.footer-logo-text{display:flex;flex-direction:column;line-height:1.2}.footer-logo-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.footer-logo-sub{color:#a0aec0;font-size:.9rem;font-weight:500;letter-spacing:1px}.footer-description{color:#a0aec0;line-height:1.6;margin-bottom:20px}.footer-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:600;margin-bottom:25px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-link{color:#a0aec0;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#667eea;transform:translateX(5px)}.contact-info{display:flex;flex-direction:column;gap:15px}.contact-item{align-items:flex-start;display:flex;gap:12px}.contact-icon{color:#e67e22;flex-shrink:0;font-size:1.1rem;margin-top:2px}.contact-icon.whatsapp{color:#25d366}.contact-item p{color:#a0aec0;line-height:1.4;margin:0}.specialty-list{list-style:none;padding:0}.specialty-list li{color:#a0aec0;margin-bottom:12px;padding-left:15px;position:relative}.specialty-list li:before{color:#e67e22;content:"●";left:0;position:absolute}.footer-bottom{background:#1a202c;border-top:1px solid #4a5568;padding:25px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright,.developer{color:#a0aec0;margin:0}.developer{align-items:center;display:flex;gap:5px}.heart-icon{animation:heartbeat 1.5s ease-in-out infinite;color:#e53e3e}.developer-name{color:#e67e22;font-weight:600;text-decoration:none;transition:all .3s ease}.developer-name:hover{color:#ff6b35;text-decoration:underline}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:1024px){.footer-grid{gap:30px;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{padding:40px 0 30px}.footer-grid{gap:30px;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;gap:10px;text-align:center}.footer-logo-main{font-size:1.4rem}.footer-logo-sub{font-size:.8rem}.footer-title{font-size:1.2rem}}@media (max-width:480px){.contact-item{flex-direction:column;gap:5px}.contact-icon{margin-top:0}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>')}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#667eeae6,#764ba2e6)}.hero-content{grid-gap:60px;color:#fff;display:grid;gap:60px;grid-template-columns:1fr;padding:120px 0 60px;position:relative;z-index:2}.hero-text{margin:0 auto;max-width:800px;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:20px}.title-main{color:#ffffffe6;display:block}.title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;display:block;text-shadow:0 0 30px #ffd7004d}.hero-subtitle{color:#ffffffe6;font-size:1.8rem;font-weight:600;margin-bottom:30px}.hero-description{color:#fffc;font-size:1.1rem;line-height:1.8;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hero-buttons .btn{align-items:center;display:flex;font-size:1.1rem;gap:10px;padding:15px 35px}.hero-buttons .btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.hero-buttons .btn-primary:hover{background:#ffffff4d;box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.hero-buttons .btn-secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.hero-buttons .btn-secondary:hover{background:#ffffff1a}.hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin-top:40px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;cursor:pointer;padding:30px 20px;text-align:center;transition:all .3s ease}.stat-item:hover{background:#fff3;transform:translateY(-5px)}.stat-icon{color:gold;font-size:2.5rem;margin-bottom:15px}.stat-number{display:block;font-size:2.2rem;font-weight:800;margin-bottom:8px}.stat-label{color:#fffc;font-size:.9rem;font-weight:500}.about-preview{background:#f7fafc}.about-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.about-features{max-width:100%}.feature-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.feature-item{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:30px;transition:all .3s ease}.feature-item:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.feature-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:600;margin-bottom:15px}.feature-item p{color:#718096;line-height:1.6}.products-preview{background:#fff}.section-header{margin-bottom:60px;text-align:center}.products-grid{grid-gap:40px;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.product-card{background-clip:padding-box;border:3px solid #0000;box-shadow:0 10px 30px #0000001a;cursor:pointer;padding:40px 30px}.product-header{margin-bottom:20px}.product-category{background:var(--product-color);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.product-description{color:#718096}.product-footer{justify-content:flex-end}.learn-more{color:var(--product-color);font-weight:600;transition:all .3s ease}.product-card:hover .learn-more{transform:translateX(5px)}.products-cta{text-align:center}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-stats{grid-template-columns:repeat(2,1fr)}.about-content{gap:50px;grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero{min-height:auto}.hero-content{gap:40px;padding:100px 0 40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{justify-content:center;max-width:300px;width:100%}.hero-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.stat-item{padding:20px 15px}.stat-icon{font-size:2rem}.stat-number{font-size:1.8rem}.products-grid{grid-template-columns:1fr}.product-card{padding:30px 25px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.3rem}.hero-stats{grid-template-columns:1fr}.section-title{font-size:2rem}.feature-item,.product-card{padding:25px 20px}}.about-hero{align-items:center;background:linear-gradient(135deg,#2d3748,#4a5568);display:flex;height:70vh;overflow:hidden;position:relative}.about-hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="500" cy="500" r="400" fill="url(%23grad1)"/></svg>')}.about-hero-background,.about-hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.about-hero-overlay{background:linear-gradient(135deg,#2d3748e6,#4a5568e6)}.about-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.about-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:25px}.about-hero-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.about-main{background:#f7fafc}.about-content-grid{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.about-text{max-width:100%}.about-description{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:25px;text-align:justify}.about-image{max-width:100%}.about-image-card{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:40px}.about-stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.about-stat{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:25px;text-align:center}.about-stat .stat-number{display:block;font-size:2.5rem;font-weight:800;margin-bottom:10px}.about-stat .stat-label{font-size:.9rem;font-weight:500;line-height:1.4;opacity:.9}.vision-section{background:#fff}.vision-mission-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr}.mission-card,.vision-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:50px 40px;text-align:center;transition:all .3s ease}.mission-card:hover,.vision-card:hover{border-color:#667eea;box-shadow:0 20px 50px #00000026;transform:translateY(-10px)}.vm-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 30px;width:80px}.vm-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:25px}.vm-description{color:#4a5568;font-size:1.1rem;line-height:1.8;text-align:justify}.values-section{background:#f7fafc}.values-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}.value-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:40px 30px;text-align:center;transition:all .3s ease}.value-card:hover{border-color:#667eea;box-shadow:0 15px 40px #00000026}.value-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 25px;width:70px}.value-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:600;margin-bottom:20px}.value-description{color:#4a5568;line-height:1.7;text-align:justify}.timeline-section{background:#fff}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:linear-gradient(180deg,#667eea,#764ba2);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-item{margin-bottom:60px;position:relative;width:45%}.timeline-item:nth-child(odd){left:0}.timeline-item:nth-child(2n){left:55%}.timeline-content{background:#fff;border:2px solid #e2e8f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:30px;transition:all .3s ease}.timeline-content:hover{border-color:#667eea;transform:scale(1.02)}.timeline-year{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;padding:8px 16px}.timeline-title,.timeline-year{font-weight:600;margin-bottom:15px}.timeline-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.4rem}.timeline-description{color:#4a5568;line-height:1.6}.timeline-marker{background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #667eea;height:20px;position:absolute;top:30px;width:20px}.timeline-item:nth-child(odd) .timeline-marker{right:-50px}.timeline-item:nth-child(2n) .timeline-marker{left:-50px}@media (max-width:1024px){.about-hero-title{font-size:3rem}.about-content-grid{gap:50px;grid-template-columns:1fr}.vision-mission-grid{gap:40px}.values-grid,.vision-mission-grid{grid-template-columns:1fr}.about-stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{height:60vh}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}.about-image-card{padding:30px 25px}.about-stats-grid{grid-template-columns:1fr}.about-stat{padding:20px}.about-stat .stat-number{font-size:2rem}.mission-card,.vision-card{padding:40px 30px}.vm-title{font-size:1.7rem}.value-card{padding:30px 25px}.timeline:before{left:20px}.timeline-item{left:0!important;margin-bottom:40px;padding-left:60px;width:100%}.timeline-marker{left:10px!important;right:auto!important}}@media (max-width:480px){.about-hero-title,.section-title{font-size:2rem}.value-icon,.vm-icon{font-size:1.5rem;height:60px;width:60px}.timeline-content{padding:25px 20px}.timeline-item{padding-left:50px}}.products-hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:60vh;overflow:hidden;position:relative}.products-hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23pills)"/></svg>');bottom:0;left:0;position:absolute;right:0;top:0}.products-hero-overlay{background:linear-gradient(135deg,#667eeae6,#764ba2e6);bottom:0;left:0;position:absolute;right:0;top:0}.products-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.products-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:25px;text-shadow:0 0 30px #ffd7004d}.products-hero-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:700px}.products-filters{background:#f7fafc;padding:40px 0}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.search-box{flex:1 1;max-width:400px;position:relative}.search-icon{color:#718096;font-size:1.1rem;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:50px;font-size:16px;padding:15px 15px 15px 45px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-info{align-items:center;color:#4a5568;display:flex;font-weight:500;gap:10px}.filter-icon{color:#667eea}.category-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.category-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50px;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 24px;transition:all .3s ease}.category-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 5px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.category-icon{font-size:1rem}.products-grid-section{background:#fff}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.product-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.product-card:before{background:var(--product-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.product-card:hover{border-color:var(--product-color);box-shadow:0 15px 40px #00000026}.product-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:25px}.product-category-badge{background:var(--product-color);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.product-icon{align-items:center;background:linear-gradient(135deg,var(--product-color),var(--product-color));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;opacity:.9;width:50px}.product-body{margin-bottom:25px}.product-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:.5px;line-height:1.3;margin-bottom:15px;text-transform:uppercase}.product-description{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:25px}.product-details{gap:12px}.detail-item,.product-details{display:flex;flex-direction:column}.detail-item{gap:4px}.detail-label{color:#718096;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#2d3748;font-size:.95rem;font-weight:500}.product-footer{display:flex;justify-content:center}.product-btn{background:var(--product-color);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:.5px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.product-btn:hover{box-shadow:0 8px 25px #0003;filter:brightness(1.1);transform:translateY(-2px)}.no-products{color:#718096;padding:80px 20px;text-align:center}.no-products-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.no-products h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;margin-bottom:10px}.no-products p{font-size:1rem}.categories-overview{background:#f7fafc}.categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.category-overview-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:40px 30px;text-align:center;transition:all .3s ease}.category-overview-card:hover{border-color:#667eea;box-shadow:0 15px 40px #00000026}.category-overview-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.category-overview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:600;margin-bottom:15px}.category-overview-count{color:#718096;font-weight:500;margin-bottom:25px}.category-overview-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:12px 25px;text-transform:uppercase;transition:all .3s ease}.category-overview-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}@media (max-width:1024px){.products-hero-title{font-size:3rem}.products-grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.products-hero{height:50vh}.products-hero-title{font-size:2.5rem}.products-hero-subtitle{font-size:1.1rem}.filters-header{align-items:stretch;flex-direction:column;gap:20px}.search-box{max-width:none}.filter-info{justify-content:center}.category-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.category-btn{min-width:auto;white-space:nowrap}.products-grid{gap:20px;grid-template-columns:1fr}.product-card{padding:25px 20px}.categories-grid{grid-template-columns:1fr}.category-overview-card{padding:30px 25px}}@media (max-width:480px){.products-hero-title,.section-title{font-size:2rem}.product-name{font-size:1.3rem}.category-overview-icon{font-size:1.5rem;height:60px;width:60px}.category-filters{gap:10px}.category-btn{font-size:.9rem;padding:10px 20px}}.contact-hero{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);display:flex;height:60vh;overflow:hidden;position:relative}.contact-hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23envelope)"/></svg>')}.contact-hero-background,.contact-hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.contact-hero-overlay{background:linear-gradient(135deg,#48bb78e6,#38a169e6)}.contact-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.contact-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:25px;text-shadow:0 0 30px #ffd7004d}.contact-hero-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-info-section{background:#f7fafc}.contact-info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-info-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.contact-info-card:before{background:var(--contact-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.contact-info-card:hover{border-color:var(--contact-color);box-shadow:0 15px 40px #00000026}.contact-info-icon{align-items:center;background:var(--contact-color);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 25px;transition:all .3s ease;width:80px}.contact-info-card:hover .contact-info-icon{transform:scale(1.1) rotate(10deg)}.contact-info-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:600;margin-bottom:20px}.contact-info-details{margin-bottom:25px}.contact-detail{color:#4a5568;font-size:1.1rem;font-weight:500;margin-bottom:8px}.contact-action-btn{background:var(--contact-color);border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:12px 25px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.contact-action-btn:hover{box-shadow:0 8px 25px #0003;filter:brightness(1.1);transform:translateY(-2px)}.contact-form-section{background:#fff}.contact-form-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.2fr}.form-info{max-width:100%}.form-info-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:25px}.form-info-description{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.form-features{margin-bottom:40px}.form-feature{align-items:center;color:#4a5568;display:flex;font-weight:500;gap:15px;margin-bottom:20px}.form-feature-icon{color:#48bb78;font-size:1.2rem}.office-hours{background:#f7fafc;border-left:4px solid #48bb78;border-radius:15px;padding:30px}.office-hours h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-weight:600;margin-bottom:15px}.office-hours p{color:#4a5568;font-weight:500;margin-bottom:8px}.contact-form-container{background:#f7fafc;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:50px 40px}.contact-form{max-width:100%}.form-row{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:25px}.form-group{display:flex;flex-direction:column}.form-label{color:#2d3748;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-input,.form-textarea{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;padding:15px;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#48bb78;box-shadow:0 0 0 3px #48bb781a;outline:none}.form-textarea{font-family:inherit;min-height:120px;resize:vertical}.form-submit-btn{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;letter-spacing:.5px;margin-top:10px;padding:18px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.form-submit-btn:hover:not(.submitting){box-shadow:0 10px 30px #48bb784d;transform:translateY(-2px)}.form-submit-btn.submitting{background:#a0aec0;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-section{background:#f7fafc;padding:60px 0}.map-container{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.map-placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);padding:80px 40px;text-align:center}.map-icon{color:#48bb78;font-size:4rem;margin-bottom:25px}.map-placeholder h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:600;margin-bottom:15px}.map-placeholder p{color:#4a5568;font-size:1.1rem;margin-bottom:8px}@media (max-width:1024px){.contact-hero-title{font-size:3rem}.contact-form-grid{gap:50px;grid-template-columns:1fr}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.contact-hero{height:50vh}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}.contact-info-card{padding:30px 25px}.contact-info-icon{font-size:1.5rem;height:60px;width:60px}.form-info-title{font-size:2rem}.contact-form-container{padding:40px 30px}.form-row{gap:20px;grid-template-columns:1fr}.office-hours{padding:25px 20px}.map-placeholder{padding:60px 30px}.map-icon{font-size:3rem}}@media (max-width:480px){.contact-hero-title,.section-title{font-size:2rem}.contact-info-grid{grid-template-columns:1fr}.contact-form-container{padding:30px 20px}.form-input,.form-textarea{padding:12px}.form-submit-btn{font-size:1rem;padding:15px 25px}.map-placeholder{padding:50px 20px}.map-placeholder h3{font-size:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#e67e22,#ff6b35);color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #e67e2266;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #e67e22;color:#e67e22}.btn-secondary:hover{background:#e67e22;box-shadow:0 8px 25px #e67e224d;color:#fff;transform:translateY(-2px)}.section{padding:80px 0}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e67e22,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#718096;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.grid{grid-gap:30px;display:grid;gap:30px}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{font-size:14px;padding:10px 25px}}
/*# sourceMappingURL=main.e91277ad.css.map*/