:root{--ink:#17324d;--muted:#6b7f91;--brand:#7b3ff2;--brand2:#ff7a45;--bg:#f7f8fc;--card:#fff;--line:#e7e9f1;--ok:#13a36f;--danger:#dc4c64}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--ink);background:var(--bg)}header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.top{max-width:1200px;margin:auto;display:flex;align-items:center;gap:22px;padding:16px 22px}.logo{font-weight:900;font-size:24px;color:var(--brand)}.logo span{color:var(--brand2)}.search{flex:1;background:#f2f3f8;border:1px solid var(--line);border-radius:14px;padding:13px 16px;color:#8190a0}.nav{display:flex;gap:16px;font-size:14px}.hero{max-width:1200px;margin:26px auto;display:grid;grid-template-columns:1.45fr .75fr;gap:20px;padding:0 22px}.heroMain{min-height:330px;border-radius:24px;padding:40px;background:linear-gradient(135deg,#efe7ff,#fff1e9);position:relative;overflow:hidden}.heroMain:after{content:'🛍️';font-size:180px;position:absolute;right:50px;bottom:15px;opacity:.9}.hero h1{font-size:48px;line-height:1.02;margin:0 0 14px;max-width:560px}.hero p{font-size:18px;color:var(--muted);max-width:520px}.btn{display:inline-flex;border:0;border-radius:13px;padding:13px 18px;font-weight:800;cursor:pointer;background:var(--brand);color:#fff}.btn.secondary{background:#fff;color:var(--brand);border:1px solid #d9d0f7}.secure{background:#14283d;color:#fff;border-radius:24px;padding:26px}.secure .lock{font-size:42px}.secure h3{font-size:24px;margin:10px 0}.secure p{color:#c4d0dc}.secure small{color:#9fb2c4}.wrap{max-width:1200px;margin:0 auto;padding:0 22px 50px}.sectionTitle{display:flex;justify-content:space-between;align-items:center}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 30px rgba(31,50,75,.05)}.prodIcon{height:140px;border-radius:14px;background:#f4f3fa;display:flex;align-items:center;justify-content:center;font-size:72px}.price{font-weight:900;font-size:18px}.old{text-decoration:line-through;color:#9aa7b3;font-size:13px}.add{float:right;border:0;border-radius:10px;background:#efe7ff;color:var(--brand);font-weight:900;padding:8px 12px;cursor:pointer}.checkout{display:none;position:fixed;inset:0;background:rgba(13,28,42,.55);z-index:20;align-items:center;justify-content:center;padding:20px}.checkout.open{display:flex}.modal{width:min(650px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:24px}.tabs{display:flex;background:#f1f2f7;border-radius:12px;padding:4px;gap:4px}.tab{flex:1;padding:11px;border-radius:9px;border:0;background:transparent;font-weight:800;cursor:pointer}.tab.active{background:#fff;color:var(--brand);box-shadow:0 3px 12px rgba(0,0,0,.06)}.secureBox{border:1px solid #d8cff8;background:#fbf9ff;padding:18px;border-radius:16px;margin-top:16px}.field{width:100%;padding:13px;border:1px solid #dfe3ea;border-radius:12px;font:inherit;margin:8px 0 12px}.status{margin-top:14px;padding:14px;border-radius:12px;background:#eef7ff;display:none}.status.show{display:block}.status.ok{background:#eaf9f2;color:#087d55}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#ebe5ff;color:var(--brand);font-size:12px;font-weight:800}.footer{background:#fff;border-top:1px solid var(--line);padding:28px 22px;text-align:center;color:var(--muted)}@media(max-width:800px){.nav{display:none}.hero{grid-template-columns:1fr}.hero h1{font-size:37px}.heroMain:after{font-size:110px;opacity:.25}.products{grid-template-columns:repeat(2,1fr)}}
