*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;background:#fff}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #edf0f4}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:900;letter-spacing:-.7px}.logo span{color:#6d5dfc}.nav nav{display:flex;gap:26px;color:#5b6472;font-size:14px}.nav nav a:hover,.nav nav .active{color:#111827}.hero{background:radial-gradient(circle at 85% 20%,#e7e2ff 0,transparent 30%),linear-gradient(180deg,#fafaff,#fff);padding:80px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:1.3px;font-size:11px;font-weight:800;color:#6d5dfc;margin-bottom:12px}.hero h1,.page-head h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-3px;margin:0 0 24px}.hero h1 span{color:#6d5dfc}.hero p,.page-head p{font-size:18px;line-height:1.6;color:#667085;max-width:650px}.actions{display:flex;gap:12px;margin-top:30px}.btn{padding:13px 18px;border-radius:12px;font-weight:800;font-size:14px}.primary{background:#111827;color:#fff}.ghost{border:1px solid #dfe3ea}.hero-card{border:1px solid #e7e9ef;border-radius:28px;background:#fff;padding:30px;box-shadow:0 25px 70px rgba(40,40,80,.09)}.hero-card strong{display:block;font-size:28px;margin:18px 0 8px}.hero-card p{font-size:14px}.mini-stat{display:flex;gap:8px;align-items:baseline;border-top:1px solid #eee;padding-top:20px;margin-top:25px}.mini-stat b{font-size:22px}.mini-stat span{font-size:12px;color:#8a93a1;margin-right:18px}.section{padding:64px 0}.section.soft{max-width:none;background:#f8f9fb}.section.soft>*{width:min(1120px,calc(100% - 40px));margin-left:auto;margin-right:auto}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.section-head h2{font-size:34px;letter-spacing:-1.3px;margin:0}.section-head>a{font-size:14px;font-weight:800}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.store-card{border:1px solid #e7e9ee;border-radius:18px;padding:24px;min-height:125px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;transition:.2s}.store-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(0,0,0,.06)}.store-card b{font-size:23px}.store-card span{font-size:13px;color:#7a8391}.store-card em{font-style:normal;color:#6d5dfc;font-weight:800;font-size:13px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cat-grid a{padding:24px;border-radius:16px;background:#fff;border:1px solid #e7e9ee;font-weight:800}.notice{padding:18px 20px;border-radius:14px;background:#fff8e8;border:1px solid #f2dfb2;color:#6f5b26;font-size:13px;line-height:1.6}.page-head{padding:70px 0 40px;background:#fafaff}.page-head h1{font-size:clamp(40px,5vw,60px);letter-spacing:-2.5px;margin-bottom:12px}.store-hero{padding:38px 0}.back{font-size:13px;color:#687180}.store-title{display:flex;gap:20px;align-items:center;margin-top:40px}.brand-box{width:70px;height:70px;border-radius:20px;background:#111827;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900}.store-title h1{font-size:48px;letter-spacing:-2px;margin:3px 0}.store-title p{color:#697384;margin:0}.filterbar{display:flex;gap:10px;margin-bottom:20px}.filterbar input,.filterbar select{padding:13px 14px;border:1px solid #dfe3ea;border-radius:11px;background:#fff;font:inherit}.filterbar input{flex:1}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.promo-card{border:1px solid #e4e7ec;border-radius:20px;padding:22px;background:#fff}.promo-card h3{font-size:20px;margin:13px 0 8px}.promo-card p,.promo-card small{color:#6d7685;font-size:13px;line-height:1.55}.promo-badge{display:inline-block;border-radius:999px;padding:6px 9px;background:#f0eeff;color:#5d4cf1;font-size:10px;font-weight:900;letter-spacing:.8px}.code-row{display:flex;margin:18px 0 12px}.code-row code{flex:1;padding:12px;background:#f5f6f8;border:1px dashed #cbd1da;border-radius:10px 0 0 10px;font-weight:900}.code-row button{border:0;background:#111827;color:#fff;padding:0 14px;border-radius:0 10px 10px 0;font-weight:800;cursor:pointer}.muted{background:#fafafa}.text-btn{font-weight:800;font-size:13px}.category-block{padding:28px 0;border-bottom:1px solid #eceef2}.category-block h2{margin:0 0 8px}.category-block p{color:#707987}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps>div{border:1px solid #e5e8ed;border-radius:20px;padding:26px}.steps strong{color:#6d5dfc;font-size:13px}.steps h2{font-size:20px}.steps p{color:#6d7685;line-height:1.6;font-size:14px}footer{border-top:1px solid #edf0f4;padding:30px 0}.footer{display:flex;justify-content:space-between;gap:20px;color:#7b8491;font-size:12px}.footer b{color:#111827}.footer a{color:#111827;font-weight:700}@media(max-width:800px){.nav nav{display:none}.hero-grid,.store-grid,.promo-grid,.steps{grid-template-columns:1fr}.cat-grid{grid-template-columns:1fr 1fr}.hero{padding:55px 0}.hero h1{letter-spacing:-2px}.store-title h1{font-size:38px}.filterbar{flex-direction:column}.footer{flex-direction:column}.section{padding:45px 0}}