:root{--blue: #0d47b5;--blue-deep: #062a6d;--orange: #ff7a00;--orange-light: #ff9d42;--text: #1a1a1a;--text-soft: #666666;--bg: #f4f7fa;--white: #ffffff;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}a{text-decoration:none;color:inherit}ul{list-style:none}.topbar{background-color:var(--blue-deep);color:var(--white);font-size:13px;padding:8px 0}.topbar-inner{display:flex;justify-content:space-between;align-items:center}.topbar-links{display:flex;gap:20px}.header{background-color:var(--white);padding:25px 0;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.header-main{display:flex;align-items:center;gap:30px}.brand img{height:85px;min-width:220px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.brand:hover img{transform:scale(1.05)}.searchbar{flex:1;display:flex;background:#f0f2f5;border-radius:8px;overflow:hidden}.searchbar input{flex:1;border:none;background:transparent;padding:12px 15px;font-size:14px;outline:none}.searchbar button{background:var(--blue);color:#fff;border:none;padding:0 20px;cursor:pointer}.header-actions{display:flex;gap:20px}.action-pill{display:flex;flex-direction:column;align-items:center;font-size:12px;font-weight:600;color:var(--blue-deep)}.action-pill span{font-size:20px}.header-nav-wrap{background:var(--white);border-top:1px solid #eee;padding:10px 0}.header-nav{display:flex;gap:15px;overflow-x:auto;scrollbar-width:none}.nav-chip{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:10px;background:#f8f9fa;border-radius:8px;font-size:12px;font-weight:600;transition:all .2s}.nav-chip span{font-size:24px;margin-bottom:5px;color:var(--blue)}.nav-chip:hover{background:#eef2f7;transform:translateY(-2px)}.hero-panel{background:linear-gradient(135deg,var(--blue-deep) 0%,var(--blue) 100%);border-radius:20px;margin:20px 0;padding:60px;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hero-copy{max-width:500px;z-index:2}.hero-copy h1{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:20px}.hero-copy h1 span{color:#fc0}.hero-copy p{font-size:18px;opacity:.9;margin-bottom:30px}.hero-visual{position:relative;width:500px;height:350px}.hero-image-main{width:100%;height:100%;object-fit:contain;z-index:1}.primary-button{background:var(--orange);color:#fff;padding:15px 40px;border-radius:8px;font-weight:700;font-size:18px;border:none;cursor:pointer;box-shadow:0 4px 15px #ff7a004d}.section-header{display:flex;justify-content:space-between;align-items:center;margin:40px 0 20px}.section-title{font-size:24px;font-weight:800;color:var(--blue-deep)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-card{background:var(--white);border-radius:16px;padding:20px;box-shadow:var(--shadow);transition:transform .2s;display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-5px)}.discount-badge{position:absolute;top:15px;left:15px;background:var(--orange);color:#fff;padding:4px 10px;border-radius:6px;font-weight:800;font-size:12px;z-index:2}.product-visual{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.product-visual img{max-width:100%;max-height:100%;object-fit:contain}.product-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:48px}.price-row{margin-top:auto}.old-price{font-size:13px;color:var(--text-soft);text-decoration:line-through}.current-price{font-size:22px;font-weight:800;color:var(--orange)}.ver-oferta{display:block;width:100%;background:var(--blue);color:#fff;text-align:center;padding:10px;border-radius:8px;font-weight:700;margin-top:15px}.footer{background:var(--blue-deep);color:#fff;padding:60px 0 30px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer h4{font-size:18px;margin-bottom:20px}.footer ul li{margin-bottom:10px;font-size:14px;opacity:.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center;font-size:13px;opacity:.6}.dev-credits{font-weight:700;color:#fc0;text-decoration:none}.dev-credits:hover{text-decoration:underline}@media (max-width: 768px){.hero-panel{flex-direction:column;padding:40px 20px;text-align:center}.hero-visual{width:100%;height:200px;margin-top:30px}.header-main{flex-wrap:wrap}.brand img{height:60px;min-width:160px}.searchbar{order:3;width:100%}.footer-bottom{flex-direction:column;gap:15px}}
