:root{--brand-dark: #0f2a44;--brand-blue: #1e5fa8;--brand-accent: #ff8a00;--text: #1c1c1c;--muted: #667085;--border: #e4e7ec;--bg: #f7f9fb}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1}.navbar{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.navbar-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo{height:64px;width:64px;object-fit:cover;border-radius:50%}.brand-name{font-weight:700;font-size:1.25rem;color:var(--brand-dark)}.nav-links{display:flex;gap:1.5rem;flex:1}.nav-links a{font-weight:500;color:var(--text)}.nav-links a.active{color:var(--brand-blue)}.cart-link{font-weight:600;color:var(--brand-dark);border:1px solid var(--border);padding:.4rem .9rem;border-radius:6px}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer}.nav-toggle span{display:block;width:18px;height:2px;margin:0 auto;background:var(--brand-dark)}.hero{position:relative;background:linear-gradient(120deg,#0f2a44eb,#1e5fa8e0),url(/images/backgrounds/hero.jpg) center / cover no-repeat;color:#fff;padding:5.5rem 1.5rem}.hero-content{max-width:700px;margin:0 auto;text-align:center}.hero h1{font-size:2.4rem;margin-bottom:1rem}.hero p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center}.section-bg{position:relative;overflow:hidden}.section-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f2a448c,#d6e4f166)}.section-bg-content{position:relative;z-index:1}.section-bg .section{padding-top:1.5rem}.section-bg h2{display:inline-block;padding:.4rem 0;margin-bottom:1rem;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.45)}.section-bg-categories{background:url(/images/backgrounds/categories.jpg) center / cover no-repeat}.section-bg-trust{background:url(/images/backgrounds/trust.jpg) center / cover no-repeat}.section-bg-arrivals{background:url(/images/backgrounds/arrivals.jpg) center / cover no-repeat}.section-bg-trust .trust-badges{background:#ffffffd9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:10px;border-top:none;border-bottom:none;margin:2.5rem auto}.btn{display:inline-block;padding:.65rem 1.4rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;font-size:.95rem}.btn-primary{background:var(--brand-accent);color:#fff}.btn-outline{background:transparent;border:1px solid var(--brand-blue);color:var(--brand-blue)}.btn-outline-light{background:transparent;border:1px solid #fff;color:#fff}.section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.section.narrow{max-width:720px}.section h2{margin-bottom:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.category-tile{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center;transition:box-shadow .15s}.category-tile:hover{box-shadow:0 4px 14px #00000014}.category-tile img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}.category-tile span{font-weight:600;font-size:.9rem}.trust-badges{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.trust-badge h3{color:var(--brand-blue);margin-bottom:.4rem}.trust-badge p{color:var(--muted);font-size:.9rem;margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.product-image{width:100%;aspect-ratio:1;object-fit:contain;background:var(--bg)}.product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-name{font-weight:600;font-size:.95rem}.product-price{font-weight:700;color:var(--brand-dark);font-size:1.05rem}.product-info .btn{margin-top:auto}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem}.shop-sidebar h3{margin-top:0}.filter-list{list-style:none;padding:0;margin:0 0 1.5rem}.filter-list button{display:block;width:100%;text-align:left;background:none;border:none;padding:.4rem 0;cursor:pointer;color:var(--text);font-size:.9rem}.filter-list button.active,.shop-sidebar select option:checked{color:var(--brand-blue);font-weight:700}.shop-sidebar input[type=text]{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:6px}.shop-intro{color:var(--muted);margin:-.75rem 0 1.5rem;max-width:60ch}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.shop-toolbar select{padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px}.pagination{display:flex;gap:.5rem;margin-top:2rem;justify-content:center}.pagination button{padding:.4rem .8rem;border:1px solid var(--border);background:#fff;border-radius:6px;cursor:pointer}.pagination button.active{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.product-detail{display:grid;grid-template-columns:400px 1fr;gap:2.5rem}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-detail-image{width:100%;aspect-ratio:1;object-fit:contain;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.product-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumb{padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:var(--bg);width:56px;height:56px}.product-thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-thumb.active{border-color:var(--brand-blue)}.category-label{color:var(--brand-blue);font-size:.85rem;font-weight:600}.product-detail-info h1{margin:.4rem 0}.product-description{color:var(--text);line-height:1.6;margin:.75rem 0 1rem;max-width:60ch}.product-description p{margin:0 0 .9rem}.product-description h1,.product-description h2,.product-description h3{font-family:inherit;color:var(--brand-dark);margin:1.2rem 0 .5rem}.product-description h1:first-child,.product-description h2:first-child,.product-description h3:first-child{margin-top:0}.product-description h1{font-size:1.25rem}.product-description h2{font-size:1.1rem}.product-description h3{font-size:1rem}.product-description ul,.product-description ol{margin:0 0 .9rem;padding-left:1.3rem}.product-description li{margin-bottom:.35rem}.product-description strong{color:var(--brand-dark)}.product-description code{background:var(--bg);padding:.1rem .35rem;border-radius:4px;font-size:.85em}.qty-row{margin:1rem 0}.qty-row input{width:80px;padding:.4rem;margin-left:.5rem;border:1px solid var(--border);border-radius:6px}.confirm-text{color:#1a7f37;margin-top:.75rem}.sku{color:var(--muted);font-size:.85rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th,.cart-table td{text-align:left;padding:.75rem;border-bottom:1px solid var(--border)}.cart-product-cell{display:flex;align-items:center;gap:.75rem}.cart-product-cell img{width:48px;height:48px;object-fit:cover;border-radius:6px}.cart-table input[type=number]{width:60px;padding:.3rem}.cart-summary{display:flex;justify-content:space-between;align-items:center}.cart-total{font-size:1.2rem;font-weight:700}.quote-form{display:flex;flex-direction:column;gap:1rem;max-width:480px}.quote-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.9rem}.quote-form input,.quote-form textarea,.quote-form select{padding:.6rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;font-family:inherit}.checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}.field-hint{font-weight:400;font-size:.8rem;color:var(--muted)}.field-hint code{background:var(--bg);padding:.05rem .3rem;border-radius:3px;font-size:.85em}.checkbox-label input{width:auto}.error-text{color:#b42318}.quote-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}.quote-summary{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.25rem}.quote-summary ul{list-style:none;padding:0}.quote-summary li{padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.image-preview-grid{display:flex;flex-wrap:wrap;gap:.75rem}.image-preview{position:relative;width:84px;height:84px;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.image-preview img{width:100%;height:100%;object-fit:cover;display:block}.image-preview-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;background:#000000a6;color:#fff;border:none;cursor:pointer;line-height:1;font-size:.9rem;display:flex;align-items:center;justify-content:center;padding:0}.footer{background:var(--brand-dark);color:#d3dae3;margin-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.footer-inner h4{color:#fff;margin-bottom:.75rem}.footer-inner a,.footer-inner p{display:block;color:#d3dae3;font-size:.9rem;margin-bottom:.4rem}.footer-bottom{text-align:center;padding:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem}.footer-social{display:inline-flex!important;align-items:center;gap:.4rem}.footer-social:hover{color:#fff}.whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;z-index:100;transition:transform .15s ease}.whatsapp-fab:hover{transform:scale(1.08);color:#fff}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-email{margin-right:1rem;color:var(--muted)}.admin-tabs{display:flex;gap:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.admin-tabs a{padding-bottom:.75rem;font-weight:600;color:var(--muted)}.admin-tabs a.active{color:var(--brand-blue);border-bottom:2px solid var(--brand-blue)}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:.6rem;border-bottom:1px solid var(--border);font-size:.9rem}.admin-thumb{width:44px;height:44px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.admin-row-actions{display:flex;gap:.75rem}.link-button{background:none;border:none;color:var(--brand-blue);cursor:pointer;padding:0;font-size:.9rem}.inquiry-list{display:flex;flex-direction:column;gap:1rem}.inquiry-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.inquiry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.inquiry-message{color:var(--muted);font-size:.9rem}.inquiry-items{font-size:.85rem;color:var(--muted)}.inquiry-date{font-size:.75rem;color:var(--muted);margin-top:.5rem}@media (max-width: 800px){.shop-layout,.product-detail,.quote-layout{grid-template-columns:1fr}.navbar-inner{flex-wrap:wrap}.nav-toggle{display:flex;order:2;margin-left:auto}.cart-link{order:3}.nav-links{order:4;flex-basis:100%;flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .2s ease}.nav-links.open{max-height:300px;margin-top:.75rem;border-top:1px solid var(--border)}.nav-links a{padding:.75rem .25rem;border-bottom:1px solid var(--border)}}
