:root{--navy:#102542;--blue:#1468e8;--sky:#eaf4ff;--orange:#ff7a17;--ink:#172033;--muted:#647188;--line:#dbe4ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}.site-header{height:78px;max-width:1200px;margin:auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:21px;font-weight:800;color:var(--navy);text-decoration:none;letter-spacing:-1px}.brand span:not(.brand-mark){color:var(--blue)}.brand-mark{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:6px;border-radius:8px;background:var(--orange);color:#fff;font-size:16px;letter-spacing:0}nav{display:flex;gap:26px}nav a{font-size:14px;color:var(--ink);text-decoration:none;font-weight:600}.button{display:inline-block;border:0;background:var(--blue);color:#fff;text-decoration:none;padding:13px 20px;border-radius:7px;font-weight:750;font-size:15px;cursor:pointer}.button-small{padding:9px 14px;font-size:13px}.hero{min-height:570px;background:var(--sky);padding:86px max(30px,calc((100% - 1140px)/2));display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.4px;font-weight:800;color:var(--blue);margin:0 0 12px}.hero h1,.section h2,.category-section h2,.how h2,.newsletter h2{letter-spacing:-2.3px;line-height:1.08;margin:0;color:var(--navy)}.hero h1{font-size:clamp(42px,5vw,66px);max-width:650px}.lead{max-width:590px;font-size:18px;color:var(--muted);margin:25px 0}.actions{display:flex;align-items:center;gap:24px}.text-link{color:var(--blue);font-weight:750;text-decoration:none}.hero-card{position:relative;overflow:hidden;background:var(--navy);border-radius:22px;color:#fff;padding:34px;min-height:350px;box-shadow:0 25px 55px #8db5e388}.card-label{font-size:12px;letter-spacing:1.3px;font-weight:700;color:#b9d6ff}.discount{position:relative;z-index:1;font-size:20px;line-height:1.04;margin-top:38px}.discount strong{font-size:82px;letter-spacing:-5px}.hero-card>p:not(.card-label){position:absolute;bottom:22px;font-size:15px;color:#d8e7ff}.shapes i{position:absolute;border-radius:50%;background:var(--orange)}.shapes i:nth-child(1){width:140px;height:140px;right:-30px;top:-20px}.shapes i:nth-child(2){width:42px;height:42px;right:68px;bottom:34px;background:#52c6ff}.shapes i:nth-child(3){width:18px;height:18px;right:38px;bottom:99px;background:#fff}.section,.category-section,.how,.newsletter{max-width:1140px;margin:auto;padding:90px 30px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.section h2,.category-section h2,.how h2,.newsletter h2{font-size:38px}.deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.deal{border:1px solid var(--line);border-radius:13px;padding:0 23px 24px;overflow:hidden}.deal-image{height:160px;margin:0 -23px 21px;display:grid;place-items:center;font-size:80px;font-weight:200}.image-tech{background:#e9e3fa;color:#694fc9}.image-home{background:#ffe7d2;color:#d76e20}.image-style{background:#dceee6;color:#34816e}.tag{font-size:11px;letter-spacing:1.2px;color:var(--blue);font-weight:800;margin:0}.deal h3{font-size:22px;letter-spacing:-.7px;line-height:1.18;margin:9px 0}.deal p:not(.tag){font-size:14px;color:var(--muted);min-height:44px}.deal a{font-weight:750;color:var(--blue);text-decoration:none}.category-section{padding-top:20px}.category-grid{margin-top:27px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.category-grid a{background:var(--navy);color:#fff;padding:23px 18px;border-radius:9px;text-decoration:none;font-weight:700}.category-grid span{float:right;color:#66cafa}.how{display:grid;grid-template-columns:1fr 1fr;gap:80px}.how ol{margin:0;padding:0;list-style:none;counter-reset:item}.how li{border-top:1px solid var(--line);padding:17px 0 17px 42px;position:relative;color:var(--muted)}.how li:before{counter-increment:item;content:"0" counter(item);position:absolute;left:0;color:var(--blue);font-weight:800}.how strong{color:var(--ink)}.newsletter{margin:30px auto 70px;background:var(--sky);border-radius:18px;text-align:center}.newsletter p:not(.eyebrow){color:var(--muted)}form{display:flex;justify-content:center;gap:10px;margin-top:25px}input{border:1px solid #b8c9db;background:#fff;border-radius:7px;padding:13px 15px;font:inherit;width:280px}footer{padding:42px 30px;max-width:1140px;margin:auto;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:13px;color:var(--muted)}footer p{margin:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:760px){nav{display:none}.site-header{padding:0 18px}.hero{padding:56px 24px;grid-template-columns:1fr;gap:35px}.hero-card{min-height:260px}.section,.category-section,.how,.newsletter{padding:60px 24px}.deal-grid,.category-grid,.how{grid-template-columns:1fr}.how{gap:28px}.section-heading{align-items:start}.section h2,.category-section h2,.how h2,.newsletter h2{font-size:32px}footer{flex-direction:column;align-items:flex-start}.newsletter{margin:20px 15px 50px}form{flex-direction:column}input{width:100%}}
