@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}img{max-width:100%;height:auto;display:block}button{font-family:inherit}a{color:inherit}:root{--gold-primary: #D4AF37;--gold-light: #E8C547;--gold-dark: #C4A030;--bg-night: #0B0F19;--surface-card: #151B2B;--surface-elevated: #1A2235;--text-heading: #FFFFFF;--text-body: #94A3B8;--text-muted: #64748B;--accent-purple: #8B5CF6;--accent-green: #25D366;--accent-red: #EF4444;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .2);--shadow-md: 0 8px 25px rgba(0, 0, 0, .3);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .4);--shadow-gold: 0 4px 20px rgba(212, 175, 55, .25);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem}[data-theme=light]{--bg-night: #F8FAFC;--surface-card: #FFFFFF;--surface-elevated: #F1F5F9;--text-heading: #0F172A;--text-body: #475569;--text-muted: #94A3B8;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .05);--shadow-md: 0 8px 25px rgba(0, 0, 0, .08);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .12)}body{background:var(--bg-night);color:var(--text-body);transition:background-color .3s ease,color .3s ease}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-heading);line-height:1.2}.heading-display{font-family:Playfair Display,serif}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-night)}::-webkit-scrollbar-thumb{background:var(--surface-card);border-radius:5px;border:2px solid var(--bg-night)}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}::selection{background:#d4af374d;color:var(--text-heading)}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;z-index:50}@media(max-width:768px){.floating-whatsapp{bottom:1.5rem;right:1.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease;background:transparent}.navbar-scrolled{background:#0b0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 30px #0000004d;padding:.75rem 0}[data-theme=light] .navbar-scrolled{background:#fffffff2;box-shadow:0 4px 30px #0000001a}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--text-heading);transition:transform .3s}.navbar-logo:hover{transform:scale(1.02)}.logo-icon{font-size:1.75rem;color:var(--gold-primary)}.logo-text{background:linear-gradient(135deg,var(--gold-primary) 0%,#E8C547 50%,var(--gold-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-links{display:flex;gap:2rem}.nav-link{color:var(--text-body);text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative;transition:color .3s}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold-primary);transition:width .3s ease}.nav-link:hover,.nav-link.active{color:var(--gold-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.navbar-actions{display:flex;align-items:center;gap:.5rem}.nav-action-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#ffffff1a;border:none;color:var(--text-body);font-size:1.25rem;cursor:pointer;transition:all .3s;text-decoration:none}.nav-action-btn:hover{background:#d4af3733;color:var(--gold-primary);transform:translateY(-2px)}.nav-whatsapp:hover{background:#25d36633;color:#25d366}.nav-phone:hover{background:#d4af3733;color:var(--gold-primary)}.theme-toggle{color:var(--gold-primary)}.mobile-menu-toggle{display:none}.mobile-menu{position:fixed;top:70px;left:0;right:0;background:var(--surface-card);padding:0;max-height:0;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.mobile-menu.open{max-height:500px;padding:1rem;overflow-y:auto}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:1rem;color:var(--text-heading);text-decoration:none;font-weight:500;border-radius:10px;transition:all .2s}.mobile-nav-link:hover,.mobile-nav-link.active{background:#d4af371a;color:var(--gold-primary)}.mobile-nav-link.whatsapp{background:#25d3661a;color:#25d366}.mobile-menu-divider{height:1px;background:#ffffff1a;margin:.5rem 0}@media(max-width:768px){.navbar-links{display:none}.mobile-menu-toggle{display:flex}.navbar-container{padding:0 1rem}.navbar-logo{font-size:1rem;flex-shrink:0}.logo-icon{font-size:1.25rem}.navbar-actions{flex-shrink:0;gap:.35rem}.nav-action-btn{width:2.25rem;height:2.25rem;font-size:1rem}}@media(max-width:480px){.navbar-container{padding:0 .75rem}.navbar-logo{font-size:.9rem}.logo-icon{font-size:1.1rem}.navbar-actions{gap:.25rem}.nav-action-btn{width:2rem;height:2rem;font-size:.95rem}}.footer{background:var(--surface-card);border-top:1px solid rgba(212,175,55,.2);margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-icon{font-size:1.5rem}.footer-logo .logo-text{background:linear-gradient(135deg,var(--gold-primary) 0%,#E8C547 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:var(--text-body);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.footer-social{display:flex;gap:.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#ffffff0d;color:var(--text-body);font-size:1.25rem;transition:all .3s}.footer-social a:hover{background:#d4af3733;color:var(--gold-primary);transform:translateY(-3px)}.footer-heading{color:var(--text-heading);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--gold-primary)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-body);text-decoration:none;font-size:.95rem;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.footer-links a:hover{color:var(--gold-primary);padding-left:5px}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{margin-bottom:1rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:var(--text-body);text-decoration:none;font-size:.95rem;transition:all .2s}.contact-link:hover{color:var(--gold-primary)}.contact-link.whatsapp:hover{color:#25d366}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-body);font-size:.95rem}.contact-item div{display:flex;flex-direction:column;gap:.25rem}.contact-item p{margin:0;line-height:1.6}.contact-icon{font-size:1.1rem;color:var(--gold-primary);flex-shrink:0;margin-top:2px}.footer-locations{list-style:none;padding:0;margin:0}.footer-location-item{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.footer-location-item:last-of-type{border-bottom:none}.location-name-small{font-weight:500;color:var(--text-heading);font-size:.95rem;margin-bottom:.25rem}.location-contact{display:flex;gap:.5rem}.contact-link-small{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-body);text-decoration:none;transition:color .2s}.contact-link-small:hover{color:var(--gold-primary)}.view-all-locations{display:inline-block;margin-top:.5rem;font-size:.9rem;color:var(--gold-primary);text-decoration:none;font-weight:500;transition:all .2s}.view-all-locations:hover{text-decoration:underline}.footer-hours{list-style:none;padding:0;margin:0 0 1rem}.footer-hours li{display:flex;gap:.75rem;color:var(--text-body);font-size:.9rem;line-height:1.8}.footer-map{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0003}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;background:#0003}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--text-body);font-size:.875rem}.developer-link{text-decoration:none;font-weight:600;transition:all .2s}.developer-lume{color:#4c1d95}.developer-code{color:#7c3aed}.developer-link:hover .developer-lume{color:#4c1d95}.developer-link:hover .developer-code{color:#7c3aed}@media(max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2;padding-right:0;text-align:center}.footer-social{justify-content:center}}@media(max-width:640px){.footer-container{grid-template-columns:1fr;text-align:center;padding:3rem 1.5rem;gap:2rem}.footer-brand{grid-column:span 1}.footer-heading:after{left:50%;transform:translate(-50%)}.footer-links a,.contact-link,.contact-item{justify-content:center}.footer-locations{text-align:center}.footer-location-item{display:flex;flex-direction:column;align-items:center}.location-contact,.footer-hours li{justify-content:center}.footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center}}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;padding-top:80px}.page-content{flex:1;animation:pageEnter .5s ease-out}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s}.btn:hover:before{opacity:1}.btn-primary{background:linear-gradient(135deg,var(--gold-primary) 0%,#c4a030 100%);color:#0b0f19;box-shadow:0 4px 15px #d4af374d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #d4af3766}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface-card);color:var(--text-heading);border:1px solid rgba(212,175,55,.3)}.btn-secondary:hover{border-color:var(--gold-primary);background:#d4af371a}.btn-ghost{background:transparent;color:var(--text-body)}.btn-ghost:hover{color:var(--gold-primary);background:#d4af371a}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 25px #25d36666}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-md{padding:.75rem 1.5rem;font-size:1rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-loading{pointer-events:none}.btn-spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-icon{display:flex;align-items:center;justify-content:center;font-size:1.1em}.btn-text{white-space:nowrap}.image-carousel{width:100%;margin:4rem 0}.carousel-container{position:relative;width:100%;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.carousel-slides{position:relative;width:100%;aspect-ratio:16/9}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out;pointer-events:none}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 60%,transparent 100%);padding:4rem 2rem 1.5rem;color:#fff;font-size:1.25rem;font-weight:500;z-index:15}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s;z-index:10}.carousel-arrow:hover{background:#d4af37e6;transform:translateY(-50%) scale(1.1)}.carousel-arrow-prev{left:1.5rem}.carousel-arrow-next{right:1.5rem}.carousel-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid white;cursor:pointer;transition:all .3s;padding:0}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:var(--gold-primary);border-color:var(--gold-primary);width:32px;border-radius:6px}@media(max-width:1400px){.carousel-slides{aspect-ratio:21/9}}@media(max-width:1024px){.carousel-slides{aspect-ratio:2/1}}@media(max-width:768px){.image-carousel{margin:2rem 0}.carousel-slides{aspect-ratio:4/3}.carousel-arrow{width:2.5rem;height:2.5rem;font-size:1.25rem}.carousel-arrow-prev{left:1rem}.carousel-arrow-next{right:1rem}.carousel-caption{padding:3rem 1rem 1rem;font-size:1rem}.carousel-dots{bottom:1rem}}@media(max-width:480px){.carousel-arrow{width:2rem;height:2rem;font-size:1rem}.carousel-arrow-prev{left:.5rem}.carousel-arrow-next{right:.5rem}.carousel-caption{padding:2.5rem 1rem .75rem;font-size:.9rem}.carousel-dots{bottom:.75rem}}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem;margin-top:-80px;padding-top:80px}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(212,175,55,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.1) 0%,transparent 50%),var(--bg-night)}.hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,var(--bg-night) 100%)}.hero-particles{position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(212,175,55,.3),transparent),radial-gradient(2px 2px at 40% 70%,rgba(255,255,255,.2),transparent),radial-gradient(2px 2px at 60% 20%,rgba(212,175,55,.2),transparent),radial-gradient(2px 2px at 80% 60%,rgba(255,255,255,.15),transparent);animation:twinkle 4s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.5}50%{opacity:1}}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;animation:heroFadeIn 1s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#d4af3726;border:1px solid rgba(212,175,55,.3);border-radius:50px;font-size:.9rem;color:var(--gold-primary);margin-bottom:1.5rem;animation:heroFadeIn 1s ease-out .2s backwards}.hero-badge-icon{font-size:1rem}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;color:var(--text-heading);margin:0 0 1.5rem;letter-spacing:-.02em;animation:heroFadeIn 1s ease-out .3s backwards}.hero-highlight{background:linear-gradient(135deg,var(--gold-primary) 0%,#E8C547 50%,var(--gold-primary) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{to{background-position:200% center}}.hero-description{font-size:1.25rem;color:var(--text-body);line-height:1.7;margin:0 0 2.5rem;max-width:700px;margin-left:auto;margin-right:auto;animation:heroFadeIn 1s ease-out .4s backwards}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:heroFadeIn 1s ease-out .5s backwards}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-body);font-size:.85rem;opacity:.7;animation:bounce 2s ease-in-out infinite}.scroll-arrow{width:20px;height:20px;border-right:2px solid var(--gold-primary);border-bottom:2px solid var(--gold-primary);transform:rotate(45deg)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;padding:.4rem 1rem;background:#d4af371a;border:1px solid rgba(212,175,55,.2);border-radius:50px;font-size:.8rem;color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-heading);margin:0 0 1rem}.section-description{font-size:1.1rem;color:var(--text-body);max-width:600px;margin:0 auto;line-height:1.7}.showcase-section{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(21,27,43,.3) 100%)}.categories-section{padding:6rem 0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.category-card{position:relative;aspect-ratio:4/3;border-radius:20px;overflow:hidden;text-decoration:none;animation:cardFadeIn .6s ease-out backwards}.category-image{position:absolute;inset:0}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-image img{transform:scale(1.1)}.category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.9) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem;transition:all .3s}.category-card:hover .category-overlay{background:linear-gradient(180deg,transparent 20%,rgba(11,15,25,.95) 100%)}.category-icon{font-size:2.25rem;margin-bottom:.75rem;color:var(--gold-primary)}.category-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.category-subtitle{font-size:1rem;color:var(--gold-primary);margin:.5rem 0 0}.products-section{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(21,27,43,.5) 100%)}.features-section{padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{text-align:center;padding:2.5rem 1.5rem;background:var(--surface-card);border-radius:20px;border:1px solid rgba(255,255,255,.05);transition:all .3s;animation:cardFadeIn .6s ease-out backwards}.feature-card:hover{transform:translateY(-5px);border-color:#d4af374d;box-shadow:0 15px 40px #d4af371a}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:20px;background:linear-gradient(135deg,#d4af3733,#d4af370d);font-size:2rem;color:var(--gold-primary);margin-bottom:1.5rem}.feature-title{font-size:1.2rem;font-weight:600;color:var(--text-heading);margin:0 0 .75rem}.feature-description{font-size:.95rem;color:var(--text-body);line-height:1.6;margin:0}.cta-section{padding:4rem 0 6rem}.cta-card{background:linear-gradient(135deg,var(--surface-card) 0%,rgba(21,27,43,.8) 100%);border:1px solid rgba(212,175,55,.2);border-radius:24px;padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);border-radius:50%}.cta-content{position:relative;z-index:2;max-width:600px}.cta-title{font-size:2.5rem;font-weight:700;color:var(--text-heading);margin:0 0 1rem}.cta-description{font-size:1.1rem;color:var(--text-body);line-height:1.7;margin:0 0 2rem}.cta-decoration{position:relative;z-index:2}.cta-icon{font-size:6rem;color:var(--gold-primary);opacity:.4}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.cta-card{flex-direction:column;text-align:center;padding:3rem 2rem}.cta-decoration{display:none}}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}.hero{padding:1rem;margin-top:-70px;padding-top:70px}.hero-description{font-size:1rem}.hero-badge{font-size:.8rem;padding:.4rem 1rem}.hero-scroll-indicator{display:none}.category-grid{grid-template-columns:1fr;gap:1rem}.category-card{aspect-ratio:16/9}.features-grid{grid-template-columns:1fr;gap:1rem}.cta-title{font-size:1.75rem}.cta-card{padding:2rem 1.5rem}.categories-section,.products-section,.features-section{padding:3rem 0}}@media(max-width:480px){.container{padding:0 .75rem}.hero{padding:.75rem}.hero-title{font-size:1.8rem}.hero-description{font-size:.95rem}.hero-actions{flex-direction:column;width:100%}.hero-actions a,.hero-actions .whatsapp-button-link{width:100%}.section-title{font-size:1.75rem}.cta-title{font-size:1.5rem}.cta-card{padding:1.5rem 1rem}}.breadcrumb{margin-bottom:2rem}.breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-link{color:var(--text-body);text-decoration:none;font-size:.9rem;transition:color .2s}.breadcrumb-link:hover{color:var(--gold-primary)}.breadcrumb-current{color:var(--text-heading);font-weight:500;font-size:.9rem}.breadcrumb-separator{font-size:.75rem;color:var(--text-body);opacity:.5}@media(max-width:640px){.breadcrumb{margin-bottom:1.5rem}.breadcrumb-link,.breadcrumb-current{font-size:.85rem}}.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-search{position:relative;display:flex;align-items:center;flex:1;max-width:320px}.search-icon{position:absolute;left:1rem;font-size:1.1rem;color:var(--text-body);pointer-events:none}.search-input{width:100%;padding:.75rem 2.5rem .75rem 2.75rem;background:var(--surface-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-heading);font-size:.95rem;transition:all .2s}.search-input::placeholder{color:var(--text-body);opacity:.7}.search-input:focus{outline:none;border-color:#d4af3780;box-shadow:0 0 0 3px #d4af371a}.search-clear{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#ffffff1a;border:none;border-radius:50%;color:var(--text-body);font-size:.9rem;cursor:pointer;transition:all .2s}.search-clear:hover{background:#d4af374d;color:var(--gold-primary)}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;background:var(--surface-card);padding:.5rem;border-radius:14px;border:1px solid rgba(255,255,255,.05)}.filter-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;background:transparent;border:none;color:var(--text-body);font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s;white-space:nowrap}.filter-tab:hover{color:var(--text-heading);background:#ffffff0d}.filter-tab.active{background:linear-gradient(135deg,var(--gold-primary) 0%,#C4A030 100%);color:#0b0f19;box-shadow:0 4px 15px #d4af374d}.tab-icon{font-size:1.1rem}.filter-count{display:flex;align-items:baseline;gap:.35rem;color:var(--text-body)}.count-number{font-size:1.5rem;font-weight:700;color:var(--gold-primary)}.count-label{font-size:.9rem}@media(max-width:768px){.filter-bar{flex-direction:column;align-items:stretch}.filter-search{max-width:100%;order:-1}.filter-tabs{flex-wrap:wrap;padding:.35rem;gap:.5rem}.filter-tab{padding:.5rem .75rem;font-size:.75rem;white-space:nowrap;flex:1 1 auto;min-width:fit-content}.tab-icon{font-size:.9rem}.filter-count{justify-content:center}}@media(max-width:480px){.filter-tabs{padding:.3rem;gap:.4rem}.filter-tab{padding:.5rem .7rem;font-size:.7rem;gap:.3rem;border-radius:8px;flex:1 1 calc(50% - .2rem)}.tab-icon{font-size:.85rem}.tab-label{font-size:.7rem}.count-number{font-size:1.25rem}.count-label{font-size:.85rem}}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-icon{font-size:.85em;display:flex;align-items:center}.badge-new{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;box-shadow:0 2px 10px #8b5cf64d}.badge-sale{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 10px #ef44444d}.badge-bestseller{background:linear-gradient(135deg,var(--gold-primary) 0%,#C4A030 100%);color:#0b0f19;box-shadow:0 2px 10px #d4af374d}.product-card{display:flex;flex-direction:column;background:var(--surface-card);border-radius:16px;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:cardFadeIn .6s ease-out backwards;border:1px solid rgba(255,255,255,.05)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #d4af3726;border-color:#d4af374d}.product-image-container{position:relative;width:100%;aspect-ratio:5/3;overflow:hidden;background:linear-gradient(135deg,#1a1f2e,#0d1117)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.5rem;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay{opacity:1}.view-details{background:var(--gold-primary);color:#0b0f19;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.875rem;transform:translateY(20px);transition:transform .3s}.product-card:hover .view-details{transform:translateY(0)}.product-badge{position:absolute;top:1rem;left:1rem;z-index:2}.product-info{padding:1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-category{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--gold-primary);font-weight:600}.product-name{font-size:1.05rem;font-weight:600;color:var(--text-heading);margin:0;line-height:1.3}.product-description{font-size:.9rem;color:var(--text-body);line-height:1.6;margin:0;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.product-card .product-price,.product-card .product-footer .product-price{font-size:.95rem;font-weight:600;color:var(--gold-primary)}.product-card .product-price.call-price{font-size:.85rem;font-weight:500}.product-dimensions{font-size:.8rem;color:var(--text-body);opacity:.7}@media(max-width:640px){.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-card .product-price{font-size:.9rem}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.product-grid-empty{text-align:center;padding:4rem 2rem;color:var(--text-body)}.empty-icon{font-size:3.5rem;display:block;margin-bottom:1rem;color:var(--gold-primary);opacity:.5}.product-grid-empty p{font-size:1.1rem;margin:0}@media(max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:1.25rem}}.products-page{padding:2rem 0 4rem;min-height:calc(100vh - 200px)}.products-header{text-align:center;margin-bottom:3rem}.products-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-heading);margin:0 0 1rem}.products-description{font-size:1.1rem;color:var(--text-body);max-width:700px;margin:0 auto;line-height:1.7}@media(max-width:768px){.products-page{padding:1rem 0 3rem}.products-header{margin-bottom:2rem}}@media(max-width:480px){.products-title{font-size:1.75rem}.products-description{font-size:1rem}}.whatsapp-button-link{text-decoration:none;display:inline-block}.whatsapp-floating{position:fixed;bottom:2rem;right:2rem;z-index:50;animation:floatPulse 2s ease-in-out infinite}@keyframes floatPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.whatsapp-floating:before{content:"";position:absolute;inset:-3px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:16px;z-index:-1;opacity:.3;animation:pulseRing 2s ease-out infinite}@keyframes pulseRing{0%{transform:scale(1);opacity:.3}to{transform:scale(1.3);opacity:0}}.modal-backdrop{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface-card);border-radius:16px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-sm{width:100%;max-width:400px}.modal-md{width:100%;max-width:600px}.modal-lg{width:100%;max-width:900px}.modal-full{width:100%;max-width:calc(100vw - 2rem);height:calc(100vh - 2rem)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title{font-size:1.25rem;font-weight:600;color:var(--text-heading);margin:0}.modal-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:8px;background:transparent;border:none;color:var(--text-body);font-size:1.5rem;cursor:pointer;transition:all .2s}.modal-close:hover{background:#ffffff1a;color:var(--text-heading)}.modal-content{padding:1.5rem;overflow-y:auto}.product-detail .container{max-width:1400px;margin:0 auto;padding:2rem}.breadcrumb{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface-card);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text-body);font-size:.9rem;cursor:pointer;transition:all .2s}.back-button:hover{background:#d4af371a;border-color:#d4af374d;color:var(--gold-primary)}.breadcrumb-path{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb-path a{color:var(--text-body);text-decoration:none;transition:color .2s}.breadcrumb-path a:hover{color:var(--gold-primary)}.breadcrumb-path .separator{color:var(--text-body);opacity:.5}.breadcrumb-path .current{color:var(--text-heading);font-weight:500}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-image-section{position:sticky;top:100px;height:fit-content}.product-main-image{position:relative;border-radius:20px;overflow:hidden;cursor:zoom-in;background:var(--surface-card)}.product-main-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.product-main-image:hover img{transform:scale(1.02)}.image-zoom-hint{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;color:#fff;font-size:.85rem;opacity:0;transition:opacity .2s}.product-main-image:hover .image-zoom-hint{opacity:1}.detail-badge{position:absolute;top:1rem;left:1rem}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-category-label{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--gold-primary);font-weight:600}.product-title{font-size:2.5rem;font-weight:700;color:var(--text-heading);margin:0;line-height:1.2}.product-price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-price{font-size:2rem;font-weight:700;color:var(--gold-primary)}.product-price.call-price{font-size:1.5rem}.call-price-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#d4af371a;border-radius:8px;color:var(--gold-primary);text-decoration:none;font-weight:500;transition:all .2s}.call-price-link:hover{background:#d4af3733}.product-description{font-size:1.1rem;color:var(--text-body);line-height:1.8;margin:0}.product-specs{background:var(--surface-card);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.specs-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--text-heading);margin:0 0 1rem}.specs-title svg{color:var(--gold-primary)}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.spec-item{display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-body);opacity:.7}.spec-value{font-size:.95rem;color:var(--text-heading);font-weight:500}.product-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.call-button-link{text-decoration:none}.trust-badges{display:flex;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-body)}.trust-icon{font-size:1.25rem;color:var(--gold-primary)}.related-section{padding-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.related-title{font-size:1.75rem;font-weight:700;color:var(--text-heading);margin:0 0 2rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.modal-full-image{width:100%;max-height:80vh;object-fit:contain;border-radius:12px}.not-found-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found-icon{font-size:4rem;margin-bottom:1rem;color:var(--gold-primary);opacity:.6}.not-found-container h1{font-size:2rem;color:var(--text-heading);margin:0 0 1rem}.not-found-container p{color:var(--text-body);margin:0 0 2rem}@media(max-width:1024px){.product-main{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-detail .container{padding:1.5rem}.product-title{font-size:2rem}.product-price{font-size:1.75rem}.specs-grid,.related-grid{grid-template-columns:1fr}.breadcrumb-path{display:none}}@media(max-width:480px){.trust-badges{flex-direction:column}}.locations-page{padding:2rem 0 4rem;min-height:calc(100vh - 200px)}.locations-header{text-align:center;margin-bottom:3rem}.locations-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-heading);margin:0 0 1rem}.locations-description{font-size:1.1rem;color:var(--text-body);max-width:600px;margin:0 auto;line-height:1.7}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.location-card{background:var(--surface-card);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .3s}.location-card:hover{transform:translateY(-5px);border-color:#d4af374d;box-shadow:0 15px 40px #d4af371a}.location-map{width:100%;height:250px;overflow:hidden}.location-map iframe{width:100%;height:100%}.location-info{padding:1.5rem}.location-name{font-size:1.5rem;font-weight:600;color:var(--text-heading);margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.location-details{display:flex;flex-direction:column;gap:1rem}.location-detail{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-body);font-size:.95rem}.detail-icon{font-size:1.25rem;color:var(--gold-primary);flex-shrink:0;margin-top:2px}.detail-icon.whatsapp{color:#25d366}.location-detail p{margin:0;line-height:1.6}.detail-link{color:var(--text-body);text-decoration:none;transition:color .2s}.detail-link:hover{color:var(--gold-primary)}.detail-link.whatsapp:hover{color:#25d366}@media(max-width:768px){.locations-page{padding:1rem 0 3rem}.locations-grid{grid-template-columns:1fr;gap:1.5rem}.location-map{height:200px}.location-info{padding:1.25rem}.location-name{font-size:1.25rem}}@media(max-width:480px){.locations-header{margin-bottom:2rem}.locations-title{font-size:1.75rem}.locations-description{font-size:1rem}.location-info{padding:1rem}}.policy-page{padding:2rem 0 4rem;min-height:calc(100vh - 200px)}.policy-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-heading);margin:0 0 .5rem;text-align:center}.policy-updated{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:3rem}.policy-content{max-width:800px;margin:0 auto}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.5rem;font-weight:600;color:var(--gold-primary);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(212,175,55,.2)}.policy-section p{color:var(--text-body);line-height:1.8;margin-bottom:1rem}.policy-section ul{list-style:none;padding:0;margin:0}.policy-section li{color:var(--text-body);line-height:1.8;padding:.5rem 0 .5rem 1.5rem;position:relative}.policy-section li:before{content:"•";color:var(--gold-primary);position:absolute;left:0;font-size:1.2rem}.policy-back{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.back-link{color:var(--gold-primary);text-decoration:none;font-weight:500;transition:all .2s}.back-link:hover{color:var(--text-heading)}@media(max-width:768px){.policy-page{padding:1rem 0 3rem}.policy-section h2{font-size:1.25rem}}.sitemap-page{padding:2rem 0 4rem;min-height:calc(100vh - 200px)}.sitemap-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-heading);margin:0 0 .5rem;text-align:center}.sitemap-description{text-align:center;color:var(--text-body);font-size:1.1rem;margin-bottom:3rem}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.sitemap-section{background:var(--surface-card);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.sitemap-heading{font-size:1.25rem;font-weight:600;color:var(--gold-primary);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(212,175,55,.2)}.sitemap-links{list-style:none;padding:0;margin:0}.sitemap-links li{padding:.5rem 0}.sitemap-links a{color:var(--text-body);text-decoration:none;transition:all .2s;display:inline-block}.sitemap-links a:hover{color:var(--gold-primary);padding-left:5px}.sitemap-back{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.sitemap-page{padding:1rem 0 3rem}.sitemap-grid{grid-template-columns:1fr;gap:1.5rem}}.not-found-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.not-found-content{text-align:center;max-width:500px}.not-found-visual{position:relative;margin-bottom:2rem}.error-code{font-size:8rem;font-weight:800;background:linear-gradient(135deg,var(--surface-card) 0%,rgba(21,27,43,.5) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;position:relative}.error-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:var(--gold-primary);animation:flicker 2s infinite}@keyframes flicker{0%,to{opacity:1}50%{opacity:.5}52%{opacity:1}54%{opacity:.8}56%{opacity:1}}.not-found-title{font-size:2rem;font-weight:700;color:var(--text-heading);margin:0 0 1rem}.not-found-text{font-size:1.1rem;color:var(--text-body);line-height:1.7;margin:0 0 2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.error-code{font-size:5rem}.error-icon{font-size:2.5rem}.not-found-title{font-size:1.5rem}.not-found-actions{flex-direction:column}.not-found-actions a{width:100%}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px,-50%)}to{opacity:1;transform:translateY(-50%)}}.demo-banner{position:fixed;left:1rem;top:50%;transform:translateY(-50%);z-index:60;display:flex;align-items:center;gap:.5rem;border-radius:9999px;background:#0f172af2;padding:.5rem .5rem .5rem 1rem;box-shadow:0 20px 50px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);animation:slideInFromLeft .4s ease-out 1s both}.demo-banner__link{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.875rem;font-weight:600;color:#fff}.demo-banner__label{display:none;color:#ffffffb3}.demo-banner__label-accent{color:#7c3aed}.demo-banner__cta{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;background:#7c3aed;color:#fff;transition:background-color .2s ease}.demo-banner__cta:hover{background:#6d28d9}.demo-banner__cta-icon{width:1rem;height:1rem}.demo-banner__dismiss{display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:#ffffff80;cursor:pointer;transition:color .2s ease;font-size:1rem;border-radius:50%}.demo-banner__dismiss:hover{color:#fff}@media(min-width:640px){.demo-banner__label{display:inline}}
