:root{--ink:#172135;--blue:#1757d7;--cream:#fffaf0;--orange:#f26a2e;--line:#e6e8eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.topbar{background:var(--ink);color:#fff;text-align:center;letter-spacing:.03em;padding:9px;font-size:12px}header{justify-content:space-between;align-items:center;max-width:1180px;height:78px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-1px;font-size:22px;font-weight:800}.brand span{background:var(--blue);color:#fff;border-radius:8px;margin-right:5px;padding:7px 6px}nav{gap:34px;font-size:14px;font-weight:700;display:flex}nav a:hover{color:var(--blue)}.menu{background:0 0;border:0;font-size:25px;display:none}.hero{background:var(--cream);grid-template-columns:1.15fr .85fr;align-items:center;min-height:555px;padding:70px max(7vw,24px);display:grid;overflow:hidden}.hero-copy{max-width:680px}.eyebrow{color:var(--orange);letter-spacing:.15em;font-size:12px;font-weight:900}.hero h1{letter-spacing:-2.5px;margin:19px 0;font-family:Georgia,serif;font-size:64px;line-height:1.02}.hero h1 em{color:var(--blue);font-style:normal}.hero p{color:#5f6671;max-width:610px;font-size:18px;line-height:1.65}.search{background:#fff;border:1px solid #ddd;border-radius:12px;align-items:center;margin:30px 0 12px;padding:7px 7px 7px 18px;display:flex;box-shadow:0 10px 30px #17213512}.search span{font-size:24px}.search input{border:0;outline:0;flex:1;min-width:0;padding:14px;font-size:15px}.search a{background:var(--blue);color:#fff;border-radius:8px;padding:15px 25px;font-weight:800}.hero small{color:#777}.hero-art{height:400px;position:relative}.seal{background:var(--blue);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:245px;height:245px;display:flex;position:absolute;inset:65px 0 0 18%;transform:rotate(-6deg);box-shadow:18px 18px #f4bd32}.seal b{font-size:27px}.seal strong{margin:6px;font-family:Georgia,serif;font-size:23px}.orbit{background:#fff;border-radius:18px;place-items:center;width:80px;height:80px;font-size:35px;display:grid;position:absolute;box-shadow:0 14px 35px #17213520}.o1{top:15px;right:10%}.o2{bottom:25px;left:8%}.o3{bottom:30px;right:5%}.trust{border-bottom:1px solid var(--line);color:#78808b;justify-content:center;align-items:center;gap:55px;min-height:90px;display:flex}.trust b{color:#333;font-size:20px}.trust b:nth-child(3){color:#2779e8}.trust b:nth-child(4){color:#2557aa}.offers{max-width:1180px;margin:auto;padding:85px 28px}.section-head{justify-content:space-between;align-items:end;display:flex}.section-head h2,.how h2{margin:10px 0;font-family:Georgia,serif;font-size:44px}.section-head p{color:#6d7380;max-width:390px;line-height:1.6}.filters{gap:10px;margin:36px 0 28px;display:flex;overflow:auto}.filters button{color:#4f5762;white-space:nowrap;cursor:pointer;background:#f4f5f6;border:0;border-radius:30px;padding:11px 19px;font-weight:700}.filters button.active{background:var(--ink);color:#fff}.grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product{border:1px solid var(--line);background:#fff;border-radius:17px;transition:all .2s;overflow:hidden}.product:hover{transform:translateY(-5px);box-shadow:0 18px 40px #17213518}.visual{place-items:center;height:210px;display:grid;position:relative}.visual span{filter:drop-shadow(0 14px 9px #17213522);font-size:82px}.visual.blue{background:#e9f3ff}.visual.yellow{background:#fff5c9}.visual.purple{background:#f1eaff}.discount{background:var(--orange);color:#fff;border-radius:6px;padding:7px 9px;font-size:13px;font-weight:900;position:absolute;top:15px;left:15px}.product-body{padding:20px}.store{text-transform:uppercase;color:#767d87;letter-spacing:.12em;font-size:10px;font-weight:900}.product h3{margin:10px 0;font-size:17px}.rating{color:#ffb21a;margin-bottom:13px;font-size:12px}.rating span{color:#777}.product s{color:#999;font-size:12px;display:block}.product strong{margin:3px 0;font-size:24px;display:block}.product small{color:#9297a0;font-size:10px}.product a{background:var(--blue);color:#fff;border-radius:8px;justify-content:space-between;margin-top:18px;padding:13px 16px;font-weight:800;display:flex}.empty{text-align:center;color:#777;padding:50px}.how{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:80px;padding:75px max(7vw,24px);display:grid}.how>div p{color:#bdc4cf;max-width:490px;line-height:1.7}.how ol{margin:0;padding:0;list-style:none}.how li{border-bottom:1px solid #ffffff20;gap:20px;padding:20px 0;display:flex}.how li>b{background:var(--orange);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.how li span{color:#bac1cc}.how li strong{color:#fff;margin-bottom:5px;display:block}.disclosure{background:#fff2dc;justify-content:center;align-items:center;gap:30px;padding:28px;display:flex}.disclosure b{color:#9a420d}.disclosure p{max-width:730px;margin:0;font-size:13px;line-height:1.5}footer{text-align:center;padding:55px 20px}footer p{color:#66707d;margin:25px}footer small{color:#9298a0}@media (width<=800px){header{height:65px}.menu{display:block}nav{z-index:10;background:#fff;border-radius:12px;flex-direction:column;padding:25px;display:none;position:absolute;top:98px;left:15px;right:15px;box-shadow:0 15px 30px #0002}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:55px}.hero h1{font-size:44px}.hero-art{height:330px}.trust{flex-wrap:wrap;gap:18px;padding:25px}.trust span{text-align:center;width:100%}.section-head{display:block}.grid{grid-template-columns:1fr}.how{grid-template-columns:1fr;gap:30px}.disclosure{text-align:center;display:block}.disclosure p{margin:10px auto}.search a{padding:15px}}.examples{flex-wrap:wrap;gap:8px;margin:-2px 0 14px;display:flex}.examples button{color:#4d5765;cursor:pointer;background:#fff;border:1px solid #dce1e7;border-radius:20px;padding:8px 12px;font-size:11px}.examples button:hover{border-color:var(--blue);color:var(--blue)}
