@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0}:root{--blue: #5B6BF5;--blue-dark: #4455e8;--blue-deeper: #2d3ab8;--blue-light: #eef0fe;--blue-mist: #f4f5ff;--white: #ffffff;--off-white: #f8f9ff;--text: #1a1d3a;--text-muted: #9297b8;--border: #e2e4f5;--green: #1a9e4a;--green-dark: #147a39;--radius: 14px;--shadow: 0 2px 16px rgba(91, 107, 245, .1);--shadow-lg: 0 8px 40px rgba(91, 107, 245, .18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background-color:var(--off-white);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;margin:0;padding:0;width:100%}#root{max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;text-align:left!important;min-height:100vh;display:flex;flex-direction:column}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.header{background-color:var(--white);border-bottom:1px solid var(--border);padding:0 2rem;position:sticky;top:0;z-index:100;width:100%;box-shadow:0 1px 12px #5b6bf512}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:70px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-logo{height:38px;width:38px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-.01em}.brand-tagline{font-size:.64rem;color:var(--blue);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.header-whatsapp{display:flex;align-items:center;gap:7px;background-color:var(--green);color:#fff;text-decoration:none;padding:9px 18px;border-radius:50px;font-size:.85rem;font-weight:600;transition:background-color .2s,transform .2s;box-shadow:0 2px 10px #1a9e4a40}.header-whatsapp:hover{background-color:var(--green-dark);transform:translateY(-1px)}.hero{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-deeper) 100%);padding:2.5rem 2rem;text-align:center;width:100%;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(255,255,255,.07) 0%,transparent 65%);pointer-events:none}.hero-logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:18px;padding:10px;margin-bottom:1.4rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25)}.hero-logo{width:52px;height:52px;object-fit:contain;display:block}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem}.hero-sub{font-size:.92rem;color:#ffffffb3;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.2rem}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;text-decoration:none;padding:12px 28px;border-radius:50px;font-size:.92rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 16px #1a9e4a59}.hero-cta:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #1a9e4a73}.main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:3rem 2rem 5rem}.catalog-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:2px solid var(--border)}.catalog-title{font-size:1.5rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.catalog-title span{color:var(--blue)}.catalog-count{font-size:.82rem;color:var(--text-muted);font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:560px){.products-grid{grid-template-columns:1fr;gap:1rem}}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;border:1px solid var(--border);transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background-color:var(--blue-mist)}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-category{position:absolute;top:11px;left:11px;background:var(--blue);color:#fff;font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:50px}.product-body{padding:1.2rem;display:flex;flex-direction:column;flex:1;gap:.4rem}.product-name{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.3;letter-spacing:-.01em}.product-description{font-size:.83rem;color:var(--text-muted);line-height:1.65;flex:1}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--border);gap:.5rem;flex-wrap:wrap}.product-price{font-size:1.2rem;font-weight:800;color:var(--blue);letter-spacing:-.01em}.whatsapp-btn{display:flex;align-items:center;gap:6px;background-color:var(--green);color:#fff;text-decoration:none;padding:8px 14px;border-radius:50px;font-size:.78rem;font-weight:600;white-space:nowrap;transition:background-color .2s,transform .2s;box-shadow:0 2px 8px #1a9e4a33}.whatsapp-btn:hover{background-color:var(--green-dark);transform:translateY(-1px)}.footer{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-deeper) 100%);width:100%;padding:2.5rem 2rem 1.5rem;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15);flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:10px;padding:6px}.footer-logo{height:28px;width:28px;object-fit:contain;display:block}.footer-brand-text{display:flex;flex-direction:column}.footer-name{font-size:1rem;font-weight:800;color:#fff}.footer-sub{font-size:.68rem;color:#ffffff80;letter-spacing:.06em;text-transform:uppercase}.footer-contact{text-align:right}.footer-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:6px}.footer-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;transition:opacity .2s}.footer-link:hover{opacity:.75}.footer-copy{max-width:1200px;margin:1.25rem auto 0;font-size:.75rem;color:#ffffff59;text-align:center}@media(max-width:560px){.header{padding:0 1rem}.brand-tagline{display:none}.hero{padding:1.25rem}.main{padding:2rem 1rem 3rem}.catalog-header{flex-direction:column;gap:.25rem}.footer-inner{flex-direction:column;gap:1.5rem}.footer-contact{text-align:left}}
