:root{--primary: #1a365d;--primary-light: #2c5282;--accent: #ed8936;--siemens: #009999;--mitsubishi: #e60012;--allen-bradley: #ed1c24;--whatsapp: #25d366;--whatsapp-dark: #128c55;--bg: #f7fafc;--text: #2d3748;--text-light: #5a6a7e;--white: #ffffff;--border: #e2e8f0;--bg-light: #fafafa;--bg-tag: #edf2f7;--whatsapp-hover: #0e7a48;--star-color: #f59e0b;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}a:focus-visible,.button:focus-visible,.cat-tab:focus-visible,.product-card:focus-visible,.cabinet-card:focus-visible,.related-card:focus-visible,details summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--primary);font-weight:800;letter-spacing:-.03em}.brand img{width:42px;height:42px;object-fit:contain}.nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav a{color:var(--text-light);font-size:.92rem;font-weight:500}.nav a:hover{color:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.2rem;border:1px solid transparent;border-radius:8px;font-size:.92rem;font-weight:600;transition:all .2s ease}.button--primary{background:var(--primary);color:#fff}.button--primary:hover{background:var(--primary-light);transform:translateY(-1px)}.button--whatsapp{background:var(--whatsapp-dark);color:#fff}.button--whatsapp:hover{background:var(--whatsapp-hover);transform:translateY(-1px)}.button--secondary{background:var(--white);color:var(--primary);border-color:var(--border)}.button--secondary:hover{border-color:var(--primary)}.section{padding:4rem 0}.section-header{margin-bottom:2.5rem;text-align:center}.section-title{margin:0 0 .5rem;color:var(--primary);font-size:1.75rem;font-weight:800;letter-spacing:-.03em}.section-subtitle,.product-desc,.product-copy p,.product-video__head p{color:var(--text-light)}.home-hero{position:relative;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;padding:4rem 0;border-bottom:0;overflow:hidden}.home-hero__inner{position:relative;z-index:1}.home-hero__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:center}.hero-badge{display:inline-block;margin-bottom:1.25rem;padding:.45rem .9rem;border-radius:999px;background:#ffffff26;color:#fff;font-size:.84rem;font-weight:600}.home-hero h1{margin:0 0 1.5rem;max-width:16ch;font-size:3.25rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#fff}.home-hero__desc{margin:0 0 2rem;max-width:50ch;font-size:1.125rem;line-height:1.7;color:#ffffffe6}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}.home-hero .button--secondary{background:var(--white);border-color:var(--border);color:var(--primary)}.home-hero .button--secondary:hover{border-color:var(--primary);color:var(--primary)}.home-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-product-showcase{width:100%}.hero-product-showcase__frame{width:100%;display:flex;align-items:center;justify-content:center}.hero-product-showcase__frame img{width:100%;height:auto;object-fit:contain;border-radius:16px}.stats-bar{padding:1.5rem 0;background:var(--white);border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-box{text-align:center}.stat-box strong{display:block;color:var(--primary);font-size:1.7rem;font-weight:800}.stat-box span{color:var(--text-light);font-size:.88rem}.products-section{background:var(--white)}.cat-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.cat-tab{padding:.65rem 1.25rem;border:2px solid var(--border);border-radius:8px;background:var(--white);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cat-tab:hover{border-color:var(--primary)}.cat-tab.active{color:#fff;background:var(--primary);border-color:var(--primary)}.cat-tab.siemens.active{background:var(--siemens);border-color:var(--siemens)}.cat-tab.mitsubishi.active{background:var(--mitsubishi);border-color:var(--mitsubishi)}.cat-tab.ab.active{background:var(--allen-bradley);border-color:var(--allen-bradley)}.cat-content{display:none}.cat-content.active{display:block}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:var(--bg);border:1px solid var(--border);border-radius:12px;transition:all .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-image{height:220px;overflow:hidden;background:var(--white);display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-content{display:flex;flex-direction:column;flex:1;padding:1.25rem}.product-brand{margin-bottom:.3rem;font-size:.72rem;font-weight:700;text-transform:uppercase}.product-brand.siemens{color:var(--siemens)}.product-brand.mitsubishi{color:var(--mitsubishi)}.product-brand.ab{color:var(--allen-bradley)}.product-title{margin:0 0 .5rem;color:var(--primary);font-size:1rem;font-weight:700;line-height:1.35}.product-desc{margin:0 0 .85rem;font-size:.92rem;line-height:1.6}.product-price{color:var(--text);font-size:1.15rem;font-weight:700}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.product-card__cta,.cabinet-card__cta{color:var(--primary);font-size:.82rem;font-weight:700}.cabinets-section{background:var(--bg)}.cabinets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cabinet-card{overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.cabinet-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.cabinet-image{height:170px;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center}.cabinet-image img{width:100%;height:100%;object-fit:contain;padding:.75rem}.cabinet-content{padding:1rem}.cabinet-title{margin:0 0 .3rem;color:var(--text);font-size:.92rem;font-weight:600}.cabinet-price{color:var(--text);font-size:1rem;font-weight:700}.cabinet-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.faq-section,.process-section{background:var(--white)}.why-section{background:var(--bg)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{padding:1.75rem;background:var(--white);border:1px solid var(--border);border-radius:12px;text-align:center}.why-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto .9rem;color:var(--primary);background:#1a365d0f;border-radius:12px}.why-icon svg{width:24px;height:24px}.why-title{margin:0 0 .5rem;color:var(--primary);font-size:1.05rem;font-weight:700}.why-desc{margin:0;color:var(--text-light);font-size:.92rem}.faq-list{max-width:820px;margin:0 auto}.faq-item{margin-bottom:1rem;overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:8px}.faq-item summary{padding:1.1rem 1.2rem;cursor:pointer;background:var(--bg);font-weight:600}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease;border-top:1px solid var(--border)}.faq-item[open] .faq-answer{grid-template-rows:1fr}.faq-answer>*{overflow:hidden}.faq-answer__inner{padding:1.1rem 1.2rem;color:var(--text-light)}.testimonials-scroll-section{padding:2.5rem 0;background:var(--white);overflow:hidden}.testimonials-label{margin:0 0 1.25rem;color:var(--text-light);font-size:.88rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.06em}.testimonials-track{display:flex;gap:1.25rem;animation:scroll-left 30s linear infinite;width:max-content}.testimonials-track:hover{animation-play-state:paused}.testimonial-slide{flex-shrink:0;width:340px;padding:1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:12px}.testimonial-slide .testimonial-stars{color:var(--star-color);font-size:.85rem;margin-bottom:.5rem}.testimonial-slide .testimonial-quote{margin:0 0 .75rem;color:var(--text);font-size:.88rem;font-style:italic;line-height:1.6}.testimonial-slide .testimonial-name{color:var(--primary);font-size:.85rem;font-weight:700}.testimonial-slide .testimonial-role{color:var(--text-light);font-size:.78rem}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.process-steps{position:relative;display:flex;justify-content:space-between;gap:1rem}.process-steps:before{content:"";position:absolute;top:23px;left:9%;right:9%;height:2px;background:var(--border)}.process-step{position:relative;z-index:1;flex:1;text-align:center;min-width:0}.step-number{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0 auto .9rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:700;flex-shrink:0}.step-title{color:var(--text);font-weight:600;font-size:.95rem;word-wrap:break-word}.step-desc{color:var(--text-light);font-size:.82rem;word-wrap:break-word}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;text-align:center;padding:4rem 0}.cta-banner__box h2{margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.cta-banner__box p{max-width:720px;margin:0 auto 1.5rem;font-size:1.05rem;opacity:.9}.cta-banner__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.9rem}@media(max-width:768px){.cta-banner{padding:3rem 0}.cta-banner__box h2{font-size:1.4rem}}p.cta-email{margin:1.5rem auto 0;font-size:.95rem;opacity:.85;max-width:none}.cta-email a{color:inherit;text-decoration:underline;opacity:.9}.page-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;padding:3rem 0 2.5rem}.page-hero h1{margin:.75rem 0 1rem;font-size:2rem;font-weight:800;letter-spacing:-.03em}.page-hero__desc{margin:0;max-width:55ch;font-size:1.05rem;color:#ffffffe0;line-height:1.7}.breadcrumb--on-dark,.breadcrumb--on-dark a{color:#ffffffb3}@media(max-width:768px){.page-hero h1{font-size:1.75rem}}.product-page{padding:2rem 0 4rem}.breadcrumb{margin-bottom:1rem;color:var(--text-light);font-size:.92rem}.product-shell{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.product-column{display:grid;gap:1rem;height:100%}.product-column--no-video{grid-template-rows:minmax(0,1fr) auto}.product-column--with-video{grid-template-rows:minmax(0,1fr) auto auto}.product-panel{background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.product-media{min-height:460px;height:100%;display:grid;place-items:center;padding:1.25rem;background:var(--bg-light)}.product-media img{width:100%;height:100%;object-fit:contain}.product-video{padding:1.1rem}.product-video__head h2{margin:0 0 .35rem;color:var(--primary);font-size:1.05rem}.product-video__head p{margin:0 0 .9rem}.video-frame{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:8px;background:#000}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.product-video video{width:100%;border-radius:8px}.product-summary{display:grid;gap:.85rem;padding:1.1rem 1.2rem}.product-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.product-summary__row:last-child{padding-bottom:0;border-bottom:0}.product-summary__row span{color:var(--text-light);font-size:.88rem}.product-summary__row strong{color:var(--text)}.product-copy{display:flex;flex-direction:column;height:100%;padding:1.5rem}.tag{display:inline-flex;width:fit-content;margin-bottom:.75rem;padding:.35rem .65rem;border-radius:999px;background:var(--bg-tag);color:var(--primary);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.product-page h1{margin:0 0 .75rem;color:var(--primary);font-size:2rem;font-weight:800;line-height:1.2;letter-spacing:-.03em}.product-kicker{margin:0 0 1rem;color:var(--text);font-size:1rem;font-weight:500}.product-meta{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.price{color:var(--primary);font-size:1.15rem;font-weight:700}.product-meta__series{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:var(--bg-tag);color:var(--text);font-size:.82rem;font-weight:600}.feature-list{display:grid;gap:.8rem;margin:1.5rem 0 0;padding:0;list-style:none}.sales-panel{margin-top:1.25rem;padding:1rem 1rem .95rem;background:var(--bg);border:1px solid var(--border);border-radius:10px}.sales-panel h2{margin:0 0 .7rem;color:var(--primary);font-size:1rem}.sales-panel__list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.sales-panel__list li{position:relative;padding-left:1rem;color:var(--text-light);font-size:.92rem}.sales-panel__list li:before{content:"";position:absolute;top:.55rem;left:0;width:.38rem;height:.38rem;border-radius:999px;background:var(--primary)}.feature-list li{position:relative;padding-left:1.2rem}.feature-list li:before{content:"";position:absolute;top:.65rem;left:0;width:.45rem;height:.45rem;border-radius:999px;background:var(--accent)}.product-note{margin-top:1.25rem;padding:.95rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text-light);font-size:.92rem}.product-specs{margin-top:1.5rem}.product-specs h2{font-size:1.15rem;font-weight:700;color:var(--primary);margin:0 0 .75rem}.specs-table{width:100%;border-collapse:collapse;font-size:.92rem}.specs-table th,.specs-table td{padding:.6rem .8rem;border-bottom:1px solid var(--border);text-align:left}.specs-table th{width:35%;color:var(--text-light);font-weight:500;background:var(--bg)}.specs-table td{color:var(--text);font-weight:500}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.product-specs--full{margin-top:1.5rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.product-specs--full .section-header{margin-bottom:1.25rem;text-align:left}.product-specs--full .section-title{margin:0;font-size:1.5rem}.product-specs--full .product-note{margin-top:1rem}.product-audience{margin-top:1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#1a365d0a,#2c52820f);border-radius:10px;border-left:3px solid var(--primary)}.product-audience h2{font-size:1rem;font-weight:700;color:var(--primary);margin:0 0 .4rem}.product-audience p{margin:0;color:var(--text);font-size:.92rem;line-height:1.6}.product-faq-section{margin-top:2.5rem}.product-faq-section .faq-list{display:grid;gap:.75rem}.product-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.25rem}.related-card{padding:1.2rem;background:var(--white);border:1px solid var(--border);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.related-card h3{margin:0 0 .5rem;color:var(--primary);font-size:1rem;font-weight:700}.card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem}.card__link{color:var(--primary);font-size:.85rem;font-weight:600}.product-list-page{padding:3rem 0 4rem;background:var(--bg)}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{margin:.5rem 0 1rem;color:var(--primary);font-size:2.5rem;font-weight:800;letter-spacing:-.03em}.page-intro{max-width:720px;margin:0 auto 1.5rem;color:var(--text-light);font-size:1.05rem;line-height:1.7}.page-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.page-stats span{color:var(--text-light);font-size:.95rem}.page-stats strong{color:var(--primary);font-weight:700}.cabinet-desc{margin:.5rem 0 .75rem;color:var(--text-light);font-size:.88rem;line-height:1.5}details summary{list-style:none}details summary::-webkit-details-marker{display:none}@media(max-width:1024px){.home-hero__inner,.home-hero__content{grid-template-columns:1fr}.home-hero h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(2,1fr)}.cabinets-grid{grid-template-columns:repeat(3,1fr)}.why-grid,.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container{padding:0 1rem}.nav{display:none}.site-header__inner{min-height:64px}.brand{font-size:.88rem}.brand img{width:38px;height:38px}.home-hero{padding:2.5rem 0}.home-hero__content{display:flex;flex-direction:column;gap:1.5rem}.home-hero__copy{display:flex;flex-direction:column}.home-hero h1{font-size:1.05rem;line-height:1.2;margin:0 0 .35rem}.home-hero__desc{display:none}.hero-badge{font-size:.75rem;padding:.35rem .7rem}.home-hero__actions{display:flex;gap:.45rem;margin-top:.35rem}.home-hero__actions .button{padding:.35rem .65rem;font-size:.72rem;min-height:28px}.home-hero__actions .button svg{width:13px;height:13px}.hero-title-with-image{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.hero-left-column{display:flex;flex-direction:column;justify-content:center}.home-hero__visual{order:1}.section-title{font-size:1.5rem}.section-subtitle{font-size:.92rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image{height:120px}.product-image img{padding:.5rem}.product-content{padding:.7rem}.product-brand{font-size:.65rem;margin-bottom:.4rem}.product-title,.product-desc{display:none}.product-card__footer{margin-top:0;padding-top:0;border-top:none}.product-price{font-size:1rem}.product-card__cta{display:none}.cabinets-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.cabinet-image{height:120px}.cabinet-image img{padding:.6rem}.cabinet-content{padding:.85rem;display:flex;flex-direction:column;flex:1}.cabinet-title{font-size:.85rem;line-height:1.3;margin-bottom:auto}.cabinet-card__footer{margin-top:.5rem;padding-top:.5rem}.why-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.why-card{padding:.75rem .6rem}.why-icon{width:28px;height:28px;margin-bottom:.4rem}.why-icon svg{width:14px;height:14px}.why-title{font-size:.75rem;margin-bottom:0}.why-desc{display:none}.process-steps{gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.process-step{min-width:70px}.step-number{width:36px;height:36px;font-size:.85rem;margin-bottom:.5rem}.step-title{font-size:.78rem;margin-bottom:.15rem}.step-desc{font-size:.68rem}.related-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.related-card{padding:.6rem;border-radius:6px}.related-card .tag{font-size:.55rem;padding:.15rem .4rem;margin-bottom:.3rem}.related-card h3{font-size:.7rem;line-height:1.2;margin-bottom:.3rem}.related-card p{display:none}.related-card .card__footer{margin-top:.3rem;padding-top:.3rem;border-top:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.2rem}.related-card .price{font-size:.75rem}.related-card .card__link{font-size:.65rem}.section{padding:1.5rem 0}.testimonial-slide{width:280px;padding:1rem;border-radius:10px}.testimonial-slide .testimonial-stars{font-size:.75rem;margin-bottom:.4rem}.testimonial-slide .testimonial-quote{font-size:.8rem;line-height:1.5;margin-bottom:.6rem}.testimonial-slide .testimonial-name{font-size:.78rem}.testimonial-slide .testimonial-role{font-size:.72rem}.section-header{margin-bottom:1rem}.section-title{font-size:1.2rem;margin-bottom:.3rem}.section-subtitle{font-size:.8rem;margin:0}.product-faq-section{padding:1.5rem 0}.faq-item{margin-bottom:.75rem}.faq-item summary{padding:.85rem;font-size:.88rem}.faq-answer__inner{padding:.85rem;font-size:.85rem}.cta-banner{padding:1.5rem 0}.cta-banner__box h2{font-size:1.3rem;margin-bottom:.4rem}.cta-banner__box p{font-size:.88rem;margin-bottom:.75rem}.cta-banner__actions{gap:.6rem}.cta-banner__actions .button{padding:.65rem 1rem;font-size:.85rem}.cta-banner__actions .button svg{width:16px;height:16px}.cta-email{margin-top:.75rem;font-size:.85rem}.page-hero{padding:2rem 0 1.5rem}.page-hero h1{font-size:1.6rem}.product-shell{grid-template-columns:1fr;gap:.85rem}.product-page h1{font-size:1.5rem}.product-media{min-height:240px;padding:.75rem}.product-panel{border-radius:10px}.product-summary{padding:.7rem .85rem;gap:.5rem}.product-summary__row{padding-bottom:.5rem}.product-summary__row span{font-size:.8rem}.product-summary__row strong{font-size:.9rem}.product-copy{padding:1rem}.product-copy .tag{margin-bottom:.6rem;display:inline-block;margin-right:.4rem}.product-page h1{margin-bottom:.6rem}.product-kicker{margin-bottom:.75rem;font-size:.9rem}.product-meta{margin-bottom:0;gap:.5rem;flex-direction:row;align-items:center}.product-meta__series{display:none}.feature-list{margin-top:.65rem;gap:.5rem}.feature-list li{font-size:.88rem;padding-left:1rem;line-height:1.45}.feature-list li:before{width:.4rem;height:.4rem;top:.45rem}.product-audience{margin-top:.65rem;padding:.85rem 1rem;border-left:none}.product-audience h2{font-size:.95rem;margin-bottom:.35rem}.product-audience p{font-size:.88rem}.product-actions{margin-top:1rem;gap:.6rem}.product-summary__row{flex-direction:column;align-items:start;gap:.2rem}.product-specs--full{padding:1rem;margin-top:1rem}.product-specs--full .section-title{font-size:1.3rem}.specs-table{font-size:.85rem}.specs-table th,.specs-table td{padding:.5rem .6rem}.specs-table th{width:38%;font-size:.8rem}.specs-table td{font-size:.86rem}.product-note{font-size:.85rem;padding:.8rem}.stats-grid{gap:.4rem}.stat-box strong{font-size:1.1rem;line-height:1;margin-bottom:.35rem}.stat-box span{display:block;font-size:.7rem;line-height:1.2}.stats-bar{padding:.75rem 0}}@media(max-width:480px){.products-grid,.cabinets-grid,.why-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.home-hero h1{font-size:1.15rem}.section-title{font-size:1.4rem}.cat-tab{font-size:.78rem;padding:.55rem .85rem}.product-title{font-size:.88rem}.cabinet-title{font-size:.82rem}.why-title{font-size:.95rem}.why-desc{font-size:.85rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.product-reviews-section{margin-top:3rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.review-author strong{display:block;font-size:1rem;color:var(--text);margin-bottom:.25rem}.review-role{display:block;font-size:.875rem;color:var(--text-light)}.review-rating{display:flex;gap:.125rem}.star{color:#d1d5db;font-size:1.25rem}.star--filled{color:var(--star-color)}.review-title{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.review-content{color:var(--text);line-height:1.7;margin:0 0 .75rem}.review-date{display:block;font-size:.875rem;color:var(--text-light)}@media(max-width:768px){.review-header{flex-direction:column;gap:.5rem}.review-rating{align-self:flex-start}}.site-header__actions{display:flex;align-items:center;gap:.5rem}.site-header__actions .button{min-height:40px;padding:.62rem 1rem;border-radius:999px;backdrop-filter:blur(6px)}.header-demo-link{background:#1a365d14;color:var(--primary);border:1px solid rgba(26,54,93,.12);box-shadow:0 6px 18px #0f172a0f}.header-demo-link:hover{background:#1a365d1f;border-color:#1a365d33;transform:translateY(-1px)}.site-header__actions .button--secondary{background:#fff;color:var(--primary);border:1px solid rgba(26,54,93,.14);box-shadow:0 6px 18px #0f172a0f}.site-header__actions .button--secondary:hover{border-color:#1a365d3d;transform:translateY(-1px)}.hamburger-btn{display:none;flex-direction:column;gap:4px;padding:8px;border:none;background:none;cursor:pointer}.hamburger-btn span{display:block;width:20px;height:2px;background:var(--primary);border-radius:2px}.side-menu{position:fixed;top:0;right:0;bottom:0;z-index:1100;width:280px;background:#fff;box-shadow:-4px 0 24px #00000026;transform:translate(100%);transition:transform .3s ease}.side-menu.open{transform:translate(0)}.side-menu__inner{display:flex;flex-direction:column;height:100%;padding:1.25rem;overflow-y:auto}.side-menu__close{align-self:flex-end;border:none;background:none;font-size:1.5rem;cursor:pointer;color:var(--text-light)}.side-menu__label{font-size:.72rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin:1rem 0 .5rem}.side-menu__nav{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.side-link{padding:.5rem 0;font-size:.92rem;font-weight:500}.side-menu__footer{margin-top:auto;border-top:1px solid var(--border);padding-top:1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.88rem}.side-menu__wa{color:var(--whatsapp);font-weight:600}.side-menu__email{color:var(--text-light)}.side-menu-overlay{position:fixed;inset:0;z-index:1050;background:#0006;display:none}.side-menu-overlay.open{display:block}@media(max-width:768px){.hamburger-btn{display:flex;min-width:44px;min-height:44px;justify-content:center;align-items:center}.site-header__actions .button--secondary{display:none}.site-header__actions .header-demo-link{padding:.4rem .75rem;font-size:.85rem;min-height:32px}.site-header__actions .header-demo-link:before{content:"Demo"}.site-header__actions .header-demo-link span{display:none}}.site-footer[data-astro-cid-sz7xmlte]{background:#fff;color:var(--text);padding:2.5rem 0;border-top:1px solid #e5e7eb}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;text-align:center}.footer-brand-block[data-astro-cid-sz7xmlte]{max-width:600px}.footer-brand-block[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:var(--primary)}.footer-brand-block[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem;color:var(--text-light);margin:0}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.25rem;align-items:center}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--primary)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{background:var(--primary);transform:translateY(-2px)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover svg[data-astro-cid-sz7xmlte]{color:#fff}.footer-links[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:20px;height:20px;transition:color .2s ease}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center;font-size:.8rem;color:var(--text-light);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}@media(max-width:768px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;text-align:center}}
