@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";
:root{--ink:#1f3a5f;--ink-muted:#2b2b2b;--paper:#f8fafc;--paper-warm:#f1f5f9;--paper-soft:#e2e8f0;--signal-red:#c62828;--signal-red-hover:#b71c1c;--steel:#1f3a5f;--steel-hover:#152a4a;--steel-light:#e5e7eb;--stock-amber:#4f83cc;--white:#fff;--border:#e5e7eb;--font-display:"Inter", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-card:0 2px 10px #0000000d, 0 0 0 1px #00000008;--shadow-card-hover:0 10px 25px #00000014, 0 0 0 1px #0000000d;--shadow-modal:0 20px 60px #0f172a26;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background-color:var(--paper);color:var(--ink);min-height:100vh;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.2}.display-xl{letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.display-lg{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.display-md{letter-spacing:-.01em;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.mono{font-family:var(--font-mono)}.label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-2-1{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.btn{font-family:var(--font-display);transition:all var(--transition);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.75rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--steel);color:var(--white);border-color:var(--steel)}.btn-primary:hover{background:var(--steel-hover);border-color:var(--steel-hover);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--steel);border-color:var(--steel)}.btn-secondary:hover{background:var(--paper-warm);transform:translateY(-1px)}.btn-steel{background:var(--steel);color:var(--white);border-color:var(--steel)}.btn-steel:hover{background:var(--steel-hover);border-color:var(--steel-hover);transform:translateY(-1px)}.btn-sm{min-height:40px;padding:.5rem 1.25rem;font-size:.9rem}.btn-lg{padding:1rem 2.5rem;font-size:1.15rem}.nav{z-index:100;background:var(--white);border-bottom:1px solid var(--steel-light);position:sticky;top:0;box-shadow:0 2px 10px #00000005}.nav-inner{justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 2rem;display:flex}.nav-logo{flex:1;align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo-mark{background:linear-gradient(135deg, var(--signal-red), var(--steel));width:40px;height:40px;font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.nav-logo-text{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:700;line-height:1.1}.nav-logo-sub{font-family:var(--font-body);color:var(--ink-muted);letter-spacing:.05em;margin-top:.15rem;font-size:.75rem;font-weight:500;display:block}.nav-links{justify-content:center;align-items:center;gap:1.5rem;list-style:none;display:flex}.nav-links a{color:var(--ink-muted);transition:color var(--transition);padding:.5rem;font-size:.95rem;font-weight:500;display:block}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-right{flex:1;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.nav-lock{width:40px;height:40px;color:var(--ink-muted);border-radius:var(--radius-sm);transition:all var(--transition);justify-content:center;align-items:center;display:flex}.nav-lock:hover{background:var(--paper-warm);color:var(--ink)}.nav-whatsapp{color:var(--white);border-radius:var(--radius-md);transition:all var(--transition);background:#10b981;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-flex}.nav-whatsapp:hover{background:#059669}.nav-mobile-toggle{width:40px;height:40px;color:var(--ink);border-radius:var(--radius-sm);justify-content:center;align-items:center;display:none}.hero{background:var(--white);color:var(--ink);padding:6rem 0 5rem;position:relative;overflow:hidden}.hero-bg-anim{opacity:.15;pointer-events:none;z-index:0;background-image:url(/hero_pattern_bg.png);background-repeat:repeat;background-size:400px;animation:40s linear infinite panBg;position:absolute;inset:-50%}@keyframes panBg{0%{transform:translate(0)}to{transform:translate(-200px,-200px)}}.hero:before,.hero:after{display:none}.hero-content{z-index:2;max-width:640px;position:relative}.hero-eyebrow{font-family:var(--font-body);color:var(--steel);letter-spacing:.04em;text-transform:uppercase;background:var(--paper-warm);border-radius:var(--radius-md);align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5rem);font-weight:800;line-height:1.05}.hero h1 em{color:var(--signal-red);font-style:normal}.hero-sub{color:var(--ink-muted);max-width:560px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-trust{border-top:1px solid var(--steel-light);flex-wrap:wrap;align-items:center;gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.hero-trust-item{color:var(--ink-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.hero-trust-item svg{color:var(--steel);flex-shrink:0}.brands-strip{background:var(--white);border-bottom:1px solid var(--border);padding:1.25rem 0;display:flex;position:relative;overflow:hidden}.brands-inner{align-items:center;gap:2.5rem;width:max-content;padding-left:2.5rem;animation:30s linear infinite marquee;display:flex}.brands-inner:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-chip{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:.375rem;font-size:.95rem;font-weight:700;display:flex}.brand-logo-svg{height:32px;transition:transform var(--transition);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-logo-svg svg{width:auto;max-width:160px;height:100%}.brand-logo-svg:hover{transform:scale(1.05)}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:all var(--transition);cursor:pointer;border:1px solid #0f172a08;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card-hover);border-color:#4f46e51a;transform:translateY(-4px)}.product-card-img{aspect-ratio:4/3;background:var(--paper-warm);position:relative;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-img img{transform:scale(1.05)}.product-card-category{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--ink);font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-sm);background:#ffffffe6;padding:.35rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 8px #0000000d}.product-card-stock{font-family:var(--font-body);border-radius:var(--radius-sm);padding:.35rem .65rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #0000000d}.product-card-stock.in-stock{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--stock-amber);background:#fffffff2}.product-card-stock.out-of-stock{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--ink-muted);background:#fffffff2}.product-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-card-name{font-family:var(--font-display);color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-desc{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid var(--steel-light);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.product-card-price{font-family:var(--font-mono);color:var(--ink);font-size:1rem;font-weight:500}.product-card-price .currency{color:var(--ink-muted);margin-right:.125rem;font-size:.75rem}.product-card-price .from{color:var(--stock-amber);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.125rem;font-size:.65rem;line-height:1;display:block}.offer-btn{background:var(--ink);color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-display);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.375rem;min-height:38px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.offer-btn:hover{background:var(--steel-hover);transform:translateY(-1px)}.category-filter{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--steel) var(--steel-light);gap:.5rem;margin-bottom:2rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.category-filter::-webkit-scrollbar{height:6px}.category-filter::-webkit-scrollbar-track{background:var(--steel-light);border-radius:99px}.category-filter::-webkit-scrollbar-thumb{background:var(--steel);border-radius:99px}.category-chip{border-radius:var(--radius-sm);font-family:var(--font-body);white-space:nowrap;transition:all var(--transition);cursor:pointer;border:1.5px solid var(--steel-light);background:var(--white);color:var(--ink-muted);flex-shrink:0;align-items:center;gap:.375rem;min-height:44px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.category-chip:hover{border-color:var(--steel);color:var(--steel)}.category-chip.active{background:var(--steel);border-color:var(--steel);color:var(--white)}.category-chip .count{font-family:var(--font-mono);opacity:.7;font-size:.7rem}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a1a1d99;justify-content:center;align-items:flex-end;padding:0;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:640px){.modal-overlay{align-items:center;padding:1.5rem}}.modal{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:560px;max-height:90vh;padding:0;animation:.25s cubic-bezier(.32,.72,0,1) slideUp;overflow-y:auto}@media (min-width:640px){.modal{border-radius:var(--radius-lg);animation:.2s scaleIn}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-handle{background:var(--border);border-radius:2px;width:40px;height:4px;margin:.875rem auto 0}@media (min-width:640px){.modal-handle{display:none}}.modal-header{border-bottom:1px solid var(--steel-light);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.modal-product-label{font-family:var(--font-mono);color:var(--stock-amber);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.7rem}.modal-product-name{font-family:var(--font-display);text-transform:uppercase;color:var(--ink);font-size:1.2rem;font-weight:700;line-height:1.2}.modal-product-price{font-family:var(--font-mono);color:var(--ink-muted);margin-top:.25rem;font-size:.875rem}.modal-close{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--ink-muted);transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--steel-light);color:var(--ink)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem;font-size:.8rem;font-weight:600;display:block}.form-label .required{color:var(--signal-red);margin-left:.125rem}.form-input,.form-textarea,.form-select{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--ink);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);min-height:44px;padding:.75rem 1rem;font-size:1rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--steel);outline:none;box-shadow:0 0 0 3px #3e4c5e1a}.form-input::placeholder,.form-textarea::placeholder{color:#b0aeab}.form-input.price-input{font-family:var(--font-mono);font-size:1.1rem}.form-textarea{resize:vertical;min-height:80px}.form-select{cursor:pointer}.form-error{color:var(--signal-red);margin-top:.25rem;font-size:.78rem}.form-hint{color:var(--ink-muted);margin-top:.25rem;font-size:.78rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-footer{border-top:1px solid var(--steel-light);gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.modal-footer .btn{flex:1}.whatsapp-confirm{text-align:center;padding:1.5rem}.whatsapp-confirm .icon{background:#e8f8ee;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.catalog-header{background:var(--ink);color:var(--white);padding:3rem 0 2.5rem}.catalog-header h1{text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem)}.catalog-header p{color:#9ca3af;font-size:.95rem}.catalog-body{padding:2.5rem 0 4rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.no-products{text-align:center;color:var(--ink-muted);grid-column:1/-1;padding:4rem 1rem}.import-header{background:var(--ink);color:var(--white);padding:3rem 0}.import-process{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--steel-light);margin-bottom:2rem;padding:2rem}.import-steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.import-step{flex-direction:column;gap:.5rem;display:flex}.step-num{font-family:var(--font-mono);color:var(--steel-light);font-size:2rem;font-weight:500;line-height:1}.step-title{font-family:var(--font-display);text-transform:uppercase;color:var(--ink);font-size:1rem;font-weight:700}.step-desc{color:var(--ink-muted);font-size:.85rem;line-height:1.5}.import-form-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--steel-light);padding:2rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.service-card{background:var(--white);border:1px solid var(--steel-light);border-radius:var(--radius-md);transition:all var(--transition);padding:1.75rem}.service-card:hover{border-color:var(--steel);box-shadow:var(--shadow-card);transform:translateY(-2px)}.service-icon{background:var(--steel-light);border-radius:var(--radius-sm);width:48px;height:48px;color:var(--steel);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-title{font-family:var(--font-display);text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.service-desc{color:var(--ink-muted);font-size:.875rem;line-height:1.6}.cta-section{background:var(--ink);color:var(--white);text-align:center;padding:4rem 0}.cta-section h2{text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3rem)}.cta-section p{color:#9ca3af;max-width:480px;margin:0 auto 2rem}.about-header{background:var(--ink);color:var(--white);padding:3rem 0}.contact-card{background:var(--white);border:1px solid var(--steel-light);border-radius:var(--radius-md);padding:2rem}.contact-item{border-bottom:1px solid var(--steel-light);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.contact-item:last-child{border-bottom:none}.contact-icon{background:var(--steel-light);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--steel);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.contact-value{color:var(--ink);font-size:1rem;font-weight:500}.contact-value a{color:var(--steel);text-underline-offset:3px;text-decoration:underline}.contact-value a:hover{color:var(--signal-red)}.services-header{background:var(--ink);color:var(--white);padding:3rem 0}.services-detail-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.service-detail-card{background:var(--white);border:1px solid var(--steel-light);border-radius:var(--radius-md);padding:2rem}.service-detail-card .service-icon{background:var(--ink);color:var(--signal-red);margin-bottom:1.25rem}.service-detail-card h3{font-family:var(--font-display);text-transform:uppercase;margin-bottom:.75rem;font-size:1.25rem}.service-detail-card p{color:var(--ink-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.7}.service-detail-card ul{flex-direction:column;gap:.375rem;list-style:none;display:flex}.service-detail-card ul li{color:var(--ink-muted);padding-left:1rem;font-size:.85rem;position:relative}.service-detail-card ul li:before{content:"—";color:var(--signal-red);font-size:.7rem;position:absolute;left:0}.footer{background:var(--ink);color:var(--white);padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-name{font-family:var(--font-display);text-transform:uppercase;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.footer-brand-desc{color:#6b7280;max-width:280px;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.footer-heading{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-links a{color:#9ca3af;transition:color var(--transition);font-size:.875rem}.footer-links a:hover{color:var(--white)}.footer-contact-line{color:#9ca3af;margin-bottom:.375rem;font-size:.875rem}.footer-contact-line a{color:#9ca3af;transition:color var(--transition)}.footer-contact-line a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom-text{color:#ffffffb3;font-size:.8rem}.floating-wa{z-index:150;color:var(--white);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;transition:all var(--transition);background:#25d366;border-radius:100px;align-items:center;gap:.625rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #25d36659}.floating-wa:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 6px 28px #25d36673}.admin-layout{background:#f3f4f6;min-height:100vh}.admin-topbar{background:var(--ink);justify-content:space-between;align-items:center;height:56px;padding:0 1.5rem;display:flex}.admin-topbar-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--white);font-size:1rem;font-weight:700}.admin-main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.admin-card{background:var(--white);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 4px #0000000f}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted);text-align:left;border-bottom:1px solid var(--steel-light);background:var(--paper);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.admin-table td{color:var(--ink);border-bottom:1px solid var(--steel-light);vertical-align:middle;padding:.875rem 1rem;font-size:.9rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafaf8}.admin-img-thumb{object-fit:cover;border-radius:var(--radius-sm);background:var(--steel-light);width:48px;height:48px}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:2px;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge-green{color:#15803d;background:#dcfce7}.badge-gray{background:var(--steel-light);color:var(--ink-muted)}.badge-steel{color:var(--steel);background:#3e4c5e1a}.admin-action-btn{border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:all var(--transition);border:1px solid #0000;min-height:32px;padding:.35rem .75rem}.admin-action-btn.edit{background:var(--steel-light);color:var(--steel);border-color:var(--steel-light)}.admin-action-btn.edit:hover{background:var(--steel);color:var(--white)}.admin-action-btn.delete{color:#dc2626;background:#fee2e2;border-color:#fee2e2}.admin-action-btn.delete:hover{color:var(--white);background:#dc2626}.otp-input{font-family:var(--font-mono);letter-spacing:.4em;text-align:center;border:2px solid var(--border);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition);padding:1rem;font-size:2rem}.otp-input:focus{border-color:var(--steel);outline:none}.login-card{background:var(--white);border-radius:var(--radius-lg);max-width:420px;box-shadow:var(--shadow-modal);margin:6rem auto;padding:2.5rem}.login-card h1{margin-bottom:.5rem;font-size:1.75rem}.login-card p{color:var(--ink-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.alert{border-radius:var(--radius-sm);border:1px solid #0000;margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem}.alert-error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.alert-success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.alert-info{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.toggle{cursor:pointer;align-items:center;gap:.75rem;display:flex}.toggle-input{appearance:none;background:var(--border);cursor:pointer;width:44px;height:24px;transition:background var(--transition);border-radius:12px;position:relative}.toggle-input:checked{background:#15803d}.toggle-input:after{content:"";background:var(--white);width:18px;height:18px;transition:left var(--transition);border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle-input:checked:after{left:23px}:focus-visible{outline:2px solid var(--steel);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.nav-links{display:none}.nav-mobile-toggle{display:flex}.nav-whatsapp span{display:none}.nav-whatsapp{padding:.4rem .625rem}.grid-2,.grid-3,.grid-4,.grid-2-1,.import-steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.hero,.section{padding:3rem 0}.admin-table{display:block;overflow-x:auto}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center;width:100%}.floating-wa span{display:none}.floating-wa{border-radius:50%;justify-content:center;width:56px;height:56px;padding:0}}.reveal{opacity:0;transition:opacity .8s ease-out,transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.home-product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.home-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.home-product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-card-body{padding:.75rem}.product-card-category{padding:.25rem .4rem;font-size:.6rem;top:.4rem;left:.4rem}.product-card-stock{padding:.25rem .4rem;font-size:.6rem;top:auto;bottom:.4rem;right:.4rem}.product-card-name{margin-bottom:.25rem;font-size:1rem}.product-card-desc{margin-bottom:.75rem;font-size:.75rem}.product-card-footer{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:.75rem}.product-card-price{font-size:.9rem}.offer-btn{width:100%;padding:.5rem;font-size:.8rem}}.mission-banner{color:#fff;background:#312e81;border-radius:1.5rem;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;padding:4rem;display:grid;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (max-width:768px){.mission-banner{grid-template-columns:1fr;gap:2.5rem;padding:2rem}}
