:root{--ink:#151515;--muted:#6a6a6a;--line:#e7e7e7;--soft:#f6f6f6;--accent:#161616;--green:#1aa260}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}.topbar-inner{height:76px;display:flex;align-items:center;gap:28px}.brand img{width:180px;display:block}.search{flex:1;display:flex;align-items:center;gap:10px;background:var(--soft);border-radius:12px;padding:0 16px;height:46px}.search input{width:100%;border:0;outline:0;background:transparent;font:inherit}.cart-btn{height:46px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 15px;font-weight:700;cursor:pointer}.cart-btn b{background:var(--ink);color:#fff;border-radius:20px;padding:2px 7px;margin-left:5px}.hero{background:linear-gradient(120deg,#f5f5f5,#fff);border-bottom:1px solid var(--line)}.hero-grid{min-height:480px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:#777}.hero h1{font-size:54px;line-height:1.02;margin:15px 0 18px;max-width:680px}.hero p{font-size:18px;line-height:1.6;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;margin:28px 0}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:14px 20px;font-weight:800;text-decoration:none;border:0;cursor:pointer;font:inherit}.primary{background:var(--ink);color:#fff}.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.benefits{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:#555}.hero-card{background:#fff;border-radius:24px;box-shadow:0 22px 60px #0001;padding:24px;text-align:center}.hero-card img{height:290px;max-width:100%;object-fit:contain}.hero-card div{display:flex;flex-direction:column;text-align:left;border-top:1px solid var(--line);padding-top:16px}.hero-card small{color:var(--muted);margin-top:4px}.payment-strip{display:grid;grid-template-columns:repeat(3,1fr);margin:38px 0;background:var(--ink);color:#fff;border-radius:16px;overflow:hidden}.payment-strip div{padding:22px;border-right:1px solid #ffffff24}.payment-strip div:last-child{border:0}.payment-strip b,.payment-strip span{display:block}.payment-strip span{font-size:13px;color:#ccc;margin-top:6px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:54px 0 20px}.section-head h2{font-size:34px;margin:8px 0 0}.section-head select{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:16px}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 14px;cursor:pointer;font-weight:600}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-bottom:70px}.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 15px 34px #00000010}.card-image{height:245px;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:18px;cursor:pointer}.card-image img{width:100%;height:100%;object-fit:contain}.card-body{padding:16px}.tag{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:700}.card h3{font-size:16px;min-height:40px;margin:8px 0}.old{color:#999;text-decoration:line-through;font-size:12px}.price{font-size:23px;font-weight:800;margin:5px 0}.condition{font-size:12px;color:var(--muted);min-height:32px}.card-actions{display:flex;gap:8px;margin-top:14px}.card-actions button{flex:1;border:1px solid var(--line);border-radius:9px;padding:11px;background:#fff;font-weight:700;cursor:pointer}.card-actions .buy{background:var(--ink);color:#fff;border-color:var(--ink)}footer{background:#111;color:#fff;padding:45px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-grid img{width:180px;filter:invert(1)}.footer-grid p{color:#aaa;max-width:440px}.footer-grid div:last-child{display:flex;flex-direction:column;gap:10px}.footer-grid a{color:#ccc;text-decoration:none}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:27px;box-shadow:0 10px 25px #0003;z-index:20}.modal{display:none;position:fixed;inset:0;z-index:50}.modal.open{display:block}.overlay{position:absolute;inset:0;background:#0009}.dialog{position:relative;background:#fff;margin:4vh auto;max-height:92vh;overflow:auto;border-radius:18px;padding:28px;width:min(960px,calc(100% - 28px));z-index:1}.close{position:absolute;right:16px;top:13px;border:0;background:#eee;border-radius:50%;width:38px;height:38px;font-size:25px;cursor:pointer}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px}.detail-image{background:#f8f8f8;border-radius:16px;height:480px;display:grid;place-items:center}.detail-image img{max-width:92%;max-height:92%;object-fit:contain}.detail-info h2{font-size:32px;margin:8px 0}.detail-info .price{font-size:32px}.specs{padding:0;list-style:none;border-top:1px solid var(--line);margin-top:18px}.specs li{padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.options{display:grid;gap:12px;margin:18px 0}.options label,.form-grid label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:6px}.options select,.form-grid input,.form-grid textarea{font:inherit;padding:12px;border:1px solid #d6d6d6;border-radius:9px;background:#fff}.payment-box{background:#f5f5f5;border-radius:12px;padding:14px;font-size:13px;line-height:1.65}.wide{width:100%;margin-top:14px}.cart-dialog{width:min(760px,calc(100% - 28px))}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-item img{width:70px;height:70px;object-fit:contain;background:#fafafa;border-radius:8px}.remove{border:0;background:none;color:#a00;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.empty{text-align:center;color:var(--muted);padding:50px 0}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:30px;padding:55px 0}.hero-card{display:none}.hero h1{font-size:42px}.grid{grid-template-columns:repeat(2,1fr)}.payment-strip{grid-template-columns:1fr}.payment-strip div{border-right:0;border-bottom:1px solid #ffffff24}.product-layout{grid-template-columns:1fr}.detail-image{height:350px}}@media(max-width:600px){.topbar-inner{height:auto;padding:12px 0;display:grid;grid-template-columns:1fr auto}.brand img{width:145px}.search{grid-column:1/-1;grid-row:2}.cart-btn span{display:none}.hero h1{font-size:36px}.hero-grid{min-height:auto}.benefits{display:grid}.grid{grid-template-columns:1fr}.section-head{align-items:start;gap:14px}.payment-strip{margin-top:24px}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.dialog{padding:20px}.product-dialog{padding-top:55px}}
