@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--amber-700: #b45309;--amber-800: #92400e;--amber-100: #fef3c7;--amber-50: #fffbeb;--amber-200: #fde68a;--amber-400: #fbbf24;--amber-300: #fcd34d;--amber-600: #d97706;--amber-500: #f59e0b;--stone-900: #1c1917;--stone-700: #44403c;--stone-600: #57534e;--stone-500: #78716c;--stone-400: #a8a29e;--stone-300: #d6d3d1;--stone-200: #e7e5e4;--stone-100: #f5f5f4;--stone-50: #fafaf9;--green-500: #22c55e;--green-600: #16a34a;--sky-500: #0ea5e9;--sky-600: #0284c7;--brand-telegram: #26A5E4;--brand-telegram-dark: #1E8EC9;--brand-max: #0055FF;--brand-max-dark: #0044CC;--brand-whatsapp: #25D366;--brand-whatsapp-dark: #1DA851;--white: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--stone-600);background:var(--white);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s}:focus-visible{outline:3px solid var(--amber-700);outline-offset:2px;border-radius:4px}.hidden{display:none}.accent{color:var(--amber-700)}@media (min-width: 640px){.sm\:block{display:block}}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.mainContent{flex:1}.mainContent:target{scroll-margin-top:5rem}#main-content{outline:none}.main-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(253,230,138,.6);box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s}.main-header.scrolled{box-shadow:0 4px 12px #00000014}.header-wrapper{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:3.5rem}@media (min-width: 640px){.header-wrapper{height:4rem;padding:0 1.5rem}}@media (min-width: 1024px){.header-wrapper{padding:0 2rem}}.brand-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;transition:color .2s}.brand-logo:hover .logo-text{color:var(--amber-700)}.logo-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon img{width:4.5rem;height:4.5rem;object-fit:contain}.logo-text{font-size:1.25rem;font-weight:700;color:var(--stone-900);transition:color .2s;white-space:nowrap}.logo-text .logo-accent{color:var(--amber-700)}.desktop-nav{display:none;align-items:center;gap:.25rem}@media (min-width: 1024px){.desktop-nav{display:flex}}.nav-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:none;background:transparent;color:var(--stone-700);cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.nav-btn:hover{color:var(--amber-700);background:var(--amber-50)}.nav-btn.active{background:var(--amber-700);color:var(--white)}.nav-btn.active:hover{background:var(--amber-800)}.nav-btn .chevron-icon{transition:transform .15s;width:1rem;height:1rem}.nav-btn.catalog-open .chevron-icon{transform:rotate(180deg)}.catalog-dropdown-wrapper{position:relative}.catalog-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;width:14rem;background:var(--white);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid var(--amber-100);padding:.5rem 0;z-index:50;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:opacity .15s,transform .15s,visibility .15s}.catalog-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.catalog-dropdown a{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;color:var(--stone-700);transition:all .15s}.catalog-dropdown a:hover{background:var(--amber-50);color:var(--amber-700)}.catalog-dropdown .cat-icon{color:var(--amber-600);flex-shrink:0;width:1rem;height:1rem}.header-right{display:flex;align-items:center;gap:.5rem}.header-phone{display:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--stone-700);transition:color .15s}.header-phone:hover{color:var(--amber-700)}.header-phone .phone-svg{color:var(--amber-600);width:1rem;height:1rem;flex-shrink:0}@media (min-width: 768px){.header-phone{display:flex}}@media (max-width: 1023px){.header-phone .phone-label{display:none}}.header-phone-mobile{display:flex;padding:.5rem;color:var(--amber-700)}@media (min-width: 768px){.header-phone-mobile{display:none}}.header-phone-mobile svg{width:1.25rem;height:1.25rem}.hamburger-btn{display:flex;padding:.5rem;color:var(--stone-700);background:none;border:none;cursor:pointer;transition:color .15s}.hamburger-btn:hover{color:var(--amber-700)}.hamburger-btn svg{width:1.5rem;height:1.5rem}@media (min-width: 1024px){.hamburger-btn{display:none}}.mobile-menu{border-top:1px solid var(--amber-100);background:var(--white);overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{max-height:28rem}.mobile-menu nav{padding:.75rem 1rem}.mobile-menu .mobile-link{display:block;width:100%;text-align:left;padding:.625rem .75rem;border-radius:.5rem;color:var(--stone-700);font-size:1rem;background:none;border:none;cursor:pointer;font-family:inherit;transition:all .15s}.mobile-menu .mobile-link:hover{background:var(--amber-50);color:var(--amber-700)}.mobile-menu .mobile-cat-label{padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:var(--amber-700);text-transform:uppercase;letter-spacing:.05em}.mobile-menu .mobile-cat-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem 1.5rem;border-radius:.5rem;color:var(--stone-600);font-size:.875rem;background:none;border:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:all .15s}.mobile-menu .mobile-cat-link:hover{background:var(--amber-50);color:var(--amber-700)}.mobile-menu .mobile-cat-link .cat-icon{color:var(--amber-500);width:1rem;height:1rem;flex-shrink:0}.mobile-menu .mobile-phone-section{border-top:1px solid var(--amber-100);margin-top:.5rem;padding-top:.5rem}.mobile-menu .mobile-phone-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;color:var(--amber-700);font-weight:500}.mobile-menu .mobile-phone-link svg{width:1rem;height:1rem}.site-footer{margin-top:auto;background:var(--white);border-top:1px solid rgba(253,230,138,.6)}.footer-grid{max-width:1280px;margin:0 auto;padding:2.5rem 1rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.footer-grid{grid-template-columns:repeat(2,1fr);padding:2.5rem 1.5rem}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr);padding:2.5rem 2rem;gap:2rem}}.footer-brand .brand-logo{margin-bottom:.75rem}.footer-brand .footer-desc{font-size:.875rem;color:var(--stone-500);line-height:1.625}@media (min-width: 640px){.footer-brand{grid-column:span 2}}@media (min-width: 1024px){.footer-brand{grid-column:span 1}}.footer-col-title{font-size:.875rem;font-weight:600;color:var(--stone-900);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{font-size:.875rem;color:var(--stone-500);transition:color .15s}.footer-col a:hover{color:var(--amber-700)}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.footer-contact-item svg{width:1rem;height:1rem;color:var(--amber-700);flex-shrink:0;margin-top:.125rem}.footer-contact-item .brand-logo-img{width:1.25rem;height:1.25rem;flex-shrink:0;object-fit:contain}.footer-contact-item a{color:var(--stone-500);font-weight:500;transition:color .15s}.footer-contact-item a:hover{color:var(--amber-700)}.footer-contact-item span{color:var(--stone-500)}.footer-contact-item.brand-max .brand-logo-img{margin-top:0}.footer-contact-item.brand-max a{color:var(--brand-max)}.footer-contact-item.brand-max a:hover{color:var(--brand-max-dark)}.footer-contact-item.brand-telegram .brand-logo-img{margin-top:0}.footer-contact-item.brand-telegram a{color:var(--brand-telegram)}.footer-contact-item.brand-telegram a:hover{color:var(--brand-telegram-dark)}.footer-hours{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.footer-hours svg{width:1rem;height:1rem;color:var(--amber-700);flex-shrink:0;margin-top:.125rem}.footer-hours .hours-label{color:var(--stone-500)}.footer-hours .hours-value{color:var(--stone-900);font-weight:500}.footer-links-row{display:flex;gap:.75rem;margin-top:1rem;font-size:.875rem}.footer-links-row a{color:var(--stone-500);transition:color .15s}.footer-links-row a:hover{color:var(--amber-700)}.footer-links-row .dot-sep{color:var(--amber-300)}.footer-bottom{border-top:1px solid var(--amber-100)}.footer-bottom-inner{max-width:1280px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (min-width: 640px){.footer-bottom-inner{flex-direction:row;justify-content:space-between;padding:1rem 1.5rem}}@media (min-width: 1024px){.footer-bottom-inner{padding:1rem 2rem}}.footer-bottom p{font-size:.75rem;color:var(--stone-400)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border-radius:.75rem;cursor:pointer;transition:all .2s;border:none;text-decoration:none;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.btn-primary{background:var(--amber-700);color:var(--white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-primary:hover{background:var(--amber-800);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn-lg{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 400px){.btn-lg{padding:.75rem 1.25rem;font-size:1rem}}.hero-section{padding:3rem 0;background:var(--white)}@media (min-width: 640px){.hero-section{padding:5rem 0}}.hero-section .container{display:flex;align-items:center;justify-content:center}.hero-card{background:var(--amber-50);border:2px solid var(--amber-200);border-radius:1rem;padding:2rem 1rem;text-align:center;max-width:48rem;width:100%;overflow:hidden;box-shadow:0 1px 2px #0000000d}@media (min-width: 640px){.hero-card{border-radius:1.5rem;padding:3.5rem 3rem}}@media (min-width: 768px){.hero-card{padding:4.5rem 4rem}}.hero-title{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:1rem;line-height:1.25;overflow-wrap:break-word}@media (min-width: 640px){.hero-title{font-size:2.25rem}}@media (min-width: 768px){.hero-title{font-size:3rem}}.hero-title .accent{color:var(--amber-700)}.hero-subtitle{font-size:1rem;color:var(--stone-600);max-width:36rem;margin:0 auto 2rem;line-height:1.625;overflow-wrap:break-word}@media (min-width: 640px){.hero-subtitle{font-size:1.25rem}}.categories-section{padding:3rem 0;background:var(--white)}@media (min-width: 640px){.categories-section{padding:4rem 0}}.section-heading{font-size:1.5rem;font-weight:700;color:var(--stone-900);text-align:center;margin-bottom:.75rem}@media (min-width: 640px){.section-heading{font-size:1.875rem}}.section-subheading{color:var(--stone-500);max-width:36rem;margin:0 auto 2.5rem;text-align:center}.categories-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s,transform .3s;cursor:pointer;text-decoration:none;color:inherit;display:block}.category-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-.375rem)}.category-card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-image img{transform:scale(1.05)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.category-card-badge{position:absolute;bottom:.75rem;left:.75rem;color:var(--white);display:flex;align-items:center;gap:.5rem}.category-card-badge .badge-icon{color:var(--amber-400);width:1.5rem;height:1.5rem}.category-card-badge .badge-name{font-size:1.125rem;font-weight:700}.category-card-body{padding:1rem}.category-card-desc{font-size:.875rem;color:var(--stone-600);line-height:1.625}.category-card-link{display:flex;align-items:center;margin-top:.75rem;font-size:.875rem;font-weight:500;color:var(--amber-700);transition:color .15s}.category-card:hover .category-card-link{color:var(--amber-800)}.category-card-link .arrow-icon{width:1rem;height:1rem;margin-left:.25rem;transition:transform .15s}.category-card:hover .category-card-link .arrow-icon{transform:translate(.25rem)}.why-us-section{padding:3rem 0;background:#fffbeb80}@media (min-width: 640px){.why-us-section{padding:4rem 0}}.why-us-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-us-grid{grid-template-columns:repeat(4,1fr)}}.why-us-card{background:var(--white);border-radius:.75rem;padding:1.5rem;border:1px solid var(--amber-100);box-shadow:0 1px 2px #0000000d}.why-us-number{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--amber-700);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.why-us-number span{color:var(--white);font-weight:700;font-size:1.125rem}.why-us-card h3{font-weight:700;color:var(--stone-900);margin-bottom:.25rem}.why-us-card p{font-size:.875rem;color:var(--stone-500)}.reviews-section{padding:3rem 0;background:var(--stone-50)}@media (min-width: 640px){.reviews-section{padding:4rem 0}}.reviews-wrapper{max-width:42rem;margin:0 auto;position:relative}.review-card{background:var(--white);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--amber-100);display:none}@media (min-width: 640px){.review-card{padding:2rem}}.review-card.active{display:block;animation:reviewFadeIn .25s ease}.review-card.fade-out{display:block;animation:reviewFadeOut .1s ease forwards}@keyframes reviewFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes reviewFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.review-quote-icon{width:2rem;height:2rem;color:var(--amber-300);margin-bottom:1rem}.review-text{color:var(--stone-700);line-height:1.625;margin-bottom:1rem;font-size:.875rem}@media (min-width: 640px){.review-text{font-size:1rem}}.review-footer{display:flex;align-items:center;justify-content:space-between}.review-author{font-weight:600;color:var(--stone-900)}.review-product{font-size:.75rem;color:var(--stone-500);margin-top:.125rem}.review-stars{display:flex;gap:.125rem}.review-star{width:1rem;height:1rem}.review-star.filled{color:var(--amber-400);fill:var(--amber-400)}.review-star.empty{color:var(--stone-300)}.reviews-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.reviews-nav-btn{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--white);border:1px solid var(--amber-200);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;color:var(--amber-700)}.reviews-nav-btn:hover{background:var(--amber-50)}.reviews-nav-btn svg{width:1.25rem;height:1.25rem}.reviews-dots{display:flex;gap:.5rem}.reviews-dot{width:.5rem;height:.5rem;border-radius:9999px;background:var(--stone-300);border:none;cursor:pointer;transition:all .2s;padding:0}.reviews-dot:hover{background:var(--stone-400)}.reviews-dot.active{background:var(--amber-700);width:1.5rem}.cta-section{padding:3rem 0;background:#fffbeb80;text-align:center}@media (min-width: 640px){.cta-section{padding:4rem 0}}.cta-title{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:1rem}@media (min-width: 640px){.cta-title{font-size:1.875rem}}.cta-text{color:var(--stone-500);max-width:36rem;margin:0 auto 2rem}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:100%;overflow:hidden}@media (min-width: 640px){.cta-buttons{flex-direction:row;justify-content:center}}.cta-phone-link{color:var(--amber-700);font-size:1.125rem;font-weight:500;transition:color .15s}.cta-phone-link:hover{color:var(--amber-800)}.about-page{padding:2rem 0}.about-page-header{margin-bottom:2rem}.about-page-header h1{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:1rem}@media (min-width: 640px){.about-page-header h1{font-size:1.875rem}}.about-page-header h1 .accent{color:var(--amber-700)}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}@media (min-width: 1024px){.about-stats-grid{grid-template-columns:repeat(4,1fr)}}.about-stat-card{background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);padding:1.5rem;text-align:center;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.about-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.about-stat-icon{width:3rem;height:3rem;border-radius:.5rem;background:var(--amber-100);color:var(--amber-700);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.about-stat-icon svg{width:1.5rem;height:1.5rem}.about-stat-value{font-size:1.5rem;font-weight:700;color:var(--stone-900)}.about-stat-label{font-size:.75rem;color:var(--stone-500);margin-top:.25rem}.about-story-card{background:#fffbeb80;border-radius:1rem;padding:1.5rem;margin-bottom:3rem}@media (min-width: 640px){.about-story-card{padding:2rem}}.about-story-card h2{font-size:1.25rem;font-weight:700;color:var(--stone-900);margin-bottom:1rem}.about-story-card p{color:var(--stone-600);line-height:1.625;margin-bottom:.75rem;font-size:.875rem}@media (min-width: 640px){.about-story-card p{font-size:1rem}}.about-story-card p:last-child{margin-bottom:0}.about-principles h2{font-size:1.25rem;font-weight:700;color:var(--stone-900);margin-bottom:1.5rem}.about-principles-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}@media (min-width: 640px){.about-principles-grid{grid-template-columns:repeat(2,1fr)}}.principle-item{display:flex;gap:.75rem;padding:1rem;background:var(--white);border-radius:.5rem;border:1px solid var(--stone-200)}.principle-number{width:2rem;height:2rem;border-radius:9999px;background:var(--amber-700);display:flex;align-items:center;justify-content:center;flex-shrink:0}.principle-number span{color:var(--white);font-weight:700;font-size:.875rem}.principle-item h3{font-weight:600;color:var(--stone-900);font-size:.875rem;margin-bottom:.25rem}.principle-item p{font-size:.75rem;color:var(--stone-500)}.contact-page{background:linear-gradient(to bottom,rgba(255,251,235,.3),var(--white));padding:2rem 0}.contact-page-header{margin-bottom:2rem}.contact-page-header h1{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:.5rem}@media (min-width: 640px){.contact-page-header h1{font-size:1.875rem}}.contact-page-header p{color:var(--stone-500)}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1024px){.contact-info-col{grid-column:span 3}}@media (min-width: 1024px){.contact-form-col{grid-column:span 2}}.contact-info-card{background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);padding:1.5rem;box-shadow:0 1px 2px #0000000d}.contact-info-card h2{font-weight:700;color:var(--stone-900);font-size:1.125rem;margin-bottom:1rem}.contact-info-list{display:flex;flex-direction:column;gap:.75rem}.contact-info-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;transition:background .15s}.contact-info-item:hover{background:var(--amber-50)}.contact-info-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--amber-100);color:var(--amber-700);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:1.25rem;height:1.25rem}.contact-info-label{font-size:.75rem;color:var(--stone-500)}.contact-info-value{font-weight:500;color:var(--stone-900);transition:color .15s}.contact-info-item:hover .contact-info-value{color:var(--amber-700)}.messenger-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-messenger{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;font-size:.875rem;padding:.75rem;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .15s;text-decoration:none}.btn-messenger img{width:1.5rem;height:1.5rem;object-fit:contain;flex-shrink:0}.btn-max{background:var(--brand-max);color:var(--white);border-color:var(--brand-max)}.btn-max:hover{background:#37f;border-color:#37f}.messenger-row{display:flex;gap:.75rem;min-width:0}@media (max-width: 400px){.messenger-row{flex-direction:column}}.btn-whatsapp{flex:1;background:var(--brand-whatsapp);color:var(--white);border-color:var(--brand-whatsapp)}.btn-whatsapp:hover{background:#4de085;border-color:#4de085}.btn-telegram{flex:1;background:var(--brand-telegram);color:var(--white);border-color:var(--brand-telegram)}.btn-telegram:hover{background:#50b8ec;border-color:#50b8ec}.contact-form-card{background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);padding:1.5rem;box-shadow:0 1px 2px #0000000d}.contact-form-card h2{font-weight:700;color:var(--stone-900);font-size:1.125rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--stone-700);margin-bottom:.25rem}.form-input,.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--stone-200);border-radius:.375rem;font-size:.875rem;font-family:inherit;transition:all .15s;color:var(--stone-900);background:var(--white)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--amber-700);box-shadow:0 0 0 2px #b4530926}.form-input::placeholder,.form-textarea::placeholder{color:var(--stone-400)}.form-textarea{resize:vertical;min-height:6rem}.form-submit{width:100%;padding:1rem;background:var(--amber-700);color:var(--white);border:none;border-radius:.75rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.form-submit:hover{background:var(--amber-800)}.map-section{margin-bottom:3rem}.map-section h2{font-weight:700;color:var(--stone-900);font-size:1.125rem;margin-bottom:1rem}.map-link{display:block;text-decoration:none}.map-container{position:relative;background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);overflow:hidden;box-shadow:0 1px 2px #0000000d;cursor:pointer}.map-container img{width:100%;height:400px;object-fit:cover;display:block}.map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.map-link:hover .map-overlay{opacity:1}.map-overlay-text{background:var(--white);color:var(--stone-900);padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;box-shadow:0 4px 12px #00000026}.category-page{padding:2rem 0}.category-back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--stone-500);margin-bottom:1.5rem;transition:color .15s}.category-back-link:hover{color:var(--amber-700)}.category-back-link svg{width:1rem;height:1rem}.category-page-title{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:1.5rem}@media (min-width: 640px){.category-page-title{font-size:1.875rem}}.category-products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.category-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.category-products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--white);border-radius:.75rem;border:1px solid var(--stone-200);overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s,transform .3s;cursor:pointer;text-decoration:none;color:inherit;display:block}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-.25rem)}.product-card-image{position:relative;aspect-ratio:4/3;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-price-badge{position:absolute;bottom:.75rem;right:.75rem;background:var(--amber-700);color:var(--white);padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600}.product-card-body{padding:1rem}.product-card-name{font-weight:600;color:var(--stone-900);font-size:1rem;margin-bottom:.25rem}.product-card-desc{font-size:.875rem;color:var(--stone-600);margin-bottom:.5rem}.product-card-specs{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem;overflow:hidden}.product-card-spec{font-size:.75rem;color:var(--stone-500);background:var(--stone-100);padding:.25rem .5rem;border-radius:.25rem}.product-detail{padding:2rem 0}.product-detail-back{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--stone-500);margin-bottom:1.5rem;transition:color .15s}.product-detail-back:hover{color:var(--amber-700)}.product-detail-back svg{width:1rem;height:1rem}.product-detail-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;border:1px solid var(--stone-200)}@media (min-width: 768px){.product-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}@media (min-width: 1024px){.product-detail-card{grid-template-columns:1.1fr 1fr;gap:2.5rem}}.slider-container{position:relative;overflow:hidden;border-radius:.75rem;background:var(--stone-50)}.slider{position:relative;width:100%;overflow:hidden}.slider-track{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.slide{min-width:100%;position:relative}.slide img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff59;border:none;width:2.5rem;height:2.5rem;border-radius:.625rem;cursor:pointer;font-size:1.2rem;color:var(--stone-700);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s;z-index:5;display:flex;align-items:center;justify-content:center;opacity:0}.slider-container:hover .slider-btn{opacity:1}.slider-btn:hover{background:#fff9;color:var(--amber-700)}.slider-btn.prev{left:.75rem}.slider-btn.next{right:.75rem}.dots{display:flex;justify-content:center;gap:.5rem;padding:.75rem 0}.dot{width:.6rem;height:.6rem;border-radius:9999px;background:#b4530940;border:none;cursor:pointer;transition:all .2s;padding:0}.dot.active{background:var(--amber-700);transform:scale(1.3)}.thumbnails{display:flex;gap:.5rem;padding:.75rem 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(180,83,9,.3) transparent;justify-content:center}.thumbnails::-webkit-scrollbar{height:4px}.thumbnails::-webkit-scrollbar-track{background:transparent}.thumbnails::-webkit-scrollbar-thumb{background:#b453094d;border-radius:2px}.thumbnail{min-width:72px;height:54px;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;opacity:.6;flex-shrink:0}.thumbnail:hover{opacity:.85}.thumbnail.active{border-color:var(--amber-700);opacity:1;box-shadow:0 2px 8px #b4530940}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-info{padding:1.5rem}@media (min-width: 768px){.product-info{padding:2rem}}.product-info h1{font-size:1.5rem;font-weight:700;color:var(--stone-900);margin-bottom:.5rem}@media (min-width: 768px){.product-info h1{font-size:1.875rem}}.product-info .subtitle{font-size:.875rem;color:var(--stone-500);margin-bottom:1rem}.product-info .price-tag{font-size:1.25rem;font-weight:700;color:var(--amber-700);margin-bottom:1.5rem}@media (min-width: 768px){.product-info .price-tag{font-size:1.5rem}}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.specs-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.spec-item{background:var(--stone-50);padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--stone-200)}.spec-label{font-size:.75rem;color:var(--stone-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.125rem}.spec-value{font-size:.875rem;font-weight:600;color:var(--stone-900)}.tabs-container{margin-top:1.5rem}.tabs-container .tab-buttons{display:flex;background:var(--stone-100);border-radius:.5rem;padding:3px;margin-bottom:1rem;gap:2px;border-bottom:none;overflow-x:auto;scrollbar-width:none;min-width:0;-webkit-overflow-scrolling:touch}.tabs-container .tab-buttons::-webkit-scrollbar{display:none}.tabs-container .tab-button{padding:.5rem .75rem;background:none;border:none;border-radius:.375rem;border-bottom:none;margin-bottom:0;font-size:.75rem;font-weight:500;color:var(--stone-500);cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;flex-shrink:0}@media (min-width: 640px){.tabs-container .tab-button{font-size:.875rem;padding:.5rem 1rem}}.tabs-container .tab-button:hover{color:var(--stone-700)}.tabs-container .tab-button.active{background:var(--white);color:var(--stone-900);box-shadow:0 1px 2px #0000000d;font-weight:600;border-bottom:none}.tab-content{display:none;animation:tabFadeIn .2s ease}.tab-content.active{display:block}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.feature-list{list-style:none;margin-bottom:1.5rem}.feature-list li{padding:.375rem 0 .375rem 1.25rem;position:relative;color:var(--stone-600);font-size:.875rem}.feature-list li:before{content:"";position:absolute;left:0;top:.625rem;width:.375rem;height:.375rem;background:var(--amber-700);border-radius:9999px}.materials-list{list-style:none;margin-bottom:1.5rem}.materials-list li{padding:.5rem .75rem;margin-bottom:.25rem;background:var(--amber-50);border-radius:.375rem;border-left:3px solid var(--amber-700);font-size:.875rem;color:var(--stone-600)}.option-cards-list{display:flex;flex-direction:column;gap:.75rem}.option-card{background:var(--white);border:1px solid var(--stone-200);border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;transition:border-color .2s;overflow:hidden;min-width:0}@media (max-width: 400px){.option-card{flex-direction:column}.option-card .price-badge{align-self:flex-start}}.option-card:hover{border-color:var(--amber-300)}.option-card-left{display:flex;align-items:flex-start;gap:.5rem}.option-check-icon{width:1rem;height:1rem;color:var(--amber-600);flex-shrink:0;margin-top:.125rem}.option-card-text .option-name{font-weight:500;color:var(--stone-900);font-size:.875rem}.option-card-text .option-desc{font-size:.75rem;color:var(--stone-500);margin-top:.125rem}.price-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0}.price-badge.included{background:#dcfce7;color:#166534}.price-badge.by-request{background:var(--amber-100);color:var(--amber-800)}.product-cta{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-cta .cta-phone{text-align:center;font-size:.875rem;color:var(--stone-500)}.product-cta .cta-phone a{color:var(--amber-700);font-weight:600}.product-cta .cta-phone a:hover{text-decoration:underline}.product-info h3{font-size:1rem;font-weight:600;color:var(--stone-900);margin-bottom:.75rem}.product-info h4{font-size:.875rem;font-weight:600;color:var(--stone-900);margin-bottom:.5rem;margin-top:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{opacity:0}.animate-in.animate-left.visible{animation:fadeInLeft .3s ease forwards}.animate-in.animate-right.visible{animation:fadeInRight .3s ease forwards}.animate-in.animate-up.visible{animation:fadeInUp .3s ease forwards}.animate-in.animate-fade.visible{animation:fadeIn .25s ease forwards}.animate-in.delay-1{animation-delay:.05s}.animate-in.delay-2{animation-delay:.1s}.animate-in.delay-3{animation-delay:.15s}.animate-in.delay-4{animation-delay:.2s}.animate-in.delay-5{animation-delay:.25s}.animate-in.delay-6{animation-delay:.3s}.category-card.animate-in.visible{animation:fadeInUp .4s ease forwards}.hero-card.animate-in{opacity:0}.hero-card.animate-in.visible{animation:fadeInUp .4s ease .05s forwards}.form-alert{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;margin-bottom:1rem;animation:alertSlideIn .3s ease}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.form-error{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem}.materials-table{width:100%;border-collapse:collapse;border:1px solid var(--stone-200);border-radius:.5rem;overflow:hidden;font-size:.875rem}.materials-table tr:nth-child(2n){background:var(--stone-50)}.materials-table tr:nth-child(odd){background:var(--white)}.materials-table td{padding:.625rem 1rem;border-bottom:1px solid var(--stone-100)}.materials-table tr:last-child td{border-bottom:none}.materials-table td:first-child{font-weight:500;color:var(--stone-700);width:35%;white-space:normal;overflow-wrap:break-word}.materials-table td:last-child{color:var(--stone-600)}.delivery-list{display:flex;flex-direction:column;gap:.75rem}.delivery-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--stone-700);border-bottom:none;padding:0}.delivery-item .delivery-icon{width:1rem;height:1rem;color:var(--amber-600);flex-shrink:0}.product-cta .cta-button{display:block;width:100%;background:var(--amber-700);color:var(--white);padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;text-align:center;transition:background .2s;text-decoration:none;box-shadow:0 4px 6px -1px #0000001a;border:none;cursor:pointer;font-family:inherit}.product-cta .cta-button:hover{background:var(--amber-800)}.form-alert{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.form-alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.form-input-error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444426!important}.form-error{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}
