:root{--ink:#172126;--muted:#607078;--brand:#ef4c23;--soft:#f5f3ee;--line:#deded8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}header{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-weight:900;font-size:20px;letter-spacing:-.7px}.brand span{color:var(--brand)}nav{display:flex;align-items:center;gap:24px}nav a{text-decoration:none;font-weight:650;font-size:14px}.hero{max-width:1180px;margin:auto;padding:54px 24px 34px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;min-height:620px}.hero img{width:100%;height:auto;max-height:540px;object-fit:contain}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.14em;color:var(--brand)}h1{font-size:clamp(40px,6vw,74px);line-height:.98;letter-spacing:-.055em;margin:.22em 0}.lead{font-size:20px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;margin:28px 0}.cta,.ghost{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:14px 20px;text-decoration:none;font-weight:800;cursor:pointer}.cta{background:var(--brand);color:#fff}.cta:disabled{opacity:.45;cursor:not-allowed}.cta.small{padding:10px 14px}.ghost{border:1px solid var(--ink)}.trust{display:flex;gap:24px;padding:0;list-style:none;font-size:14px;font-weight:700}.trust li:before{content:'✓';color:var(--brand);margin-right:7px}.section{max-width:1180px;margin:auto;padding:64px 24px}.section h2,.steps h2,.pagehead h1{font-size:clamp(34px,5vw,56px);letter-spacing:-.04em;line-height:1.05}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,360px));gap:24px}.card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.card img{width:100%;height:330px;object-fit:contain;background:var(--soft)}.card>div{padding:22px}.card h2,.card h3{margin:.4em 0}.tag{font-size:12px;color:var(--brand);font-weight:800}.price{font-weight:850}.steps{background:var(--soft);padding:64px max(24px,calc((100vw - 1132px)/2))}.steps ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps li{background:#fff;padding:24px;border-radius:12px;display:flex;gap:15px;align-items:center}.steps b{font-size:26px;color:var(--brand)}.pagehead{max-width:1180px;margin:auto;padding:70px 24px}.pagehead.narrow{max-width:700px}.product{max-width:1100px;margin:auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.product h1{font-size:54px}.product-image{background:var(--soft);border-radius:18px}.product-image img{width:100%;height:auto}.notice,.error{padding:14px 16px;border-radius:8px;background:#fff1dc;border:1px solid #f1c98b;margin:20px 0}.error{background:#fee;border-color:#e99}dl>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{font-weight:750;text-align:right}.order{display:grid;gap:16px}.order label{display:grid;gap:6px;font-weight:750}.order input,.order select,.order textarea{width:100%;border:1px solid #bac2c5;border-radius:8px;padding:13px;font:inherit}.formnote{font-size:13px;color:var(--muted);margin:0}footer{max-width:1180px;margin:50px auto 0;padding:35px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}@media(max-width:760px){header{height:auto;padding:16px 18px;align-items:flex-start}.brand{font-size:17px}nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}nav>a:not(.cta){display:none}.hero,.product{grid-template-columns:1fr;padding-top:38px;gap:20px}.hero img{grid-row:1}.hero{min-height:0}.trust{flex-direction:column;gap:5px}.steps ol{grid-template-columns:1fr}.product h1{font-size:42px}footer{flex-direction:column}}
