:root{--navy:#071d49;--blue:#0b2d68;--red:#e30613;--ice:#f4f7fb;--text:#10203a}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.site-head{height:76px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));border-bottom:5px solid var(--red)}.brand{display:flex;gap:12px;align-items:center}.brand small,.brand b{display:block}.brand small{font-size:12px;letter-spacing:3px}.shield{border:2px solid #fff;border-radius:8px;padding:8px;font-weight:900}.support{font-weight:700}.hero{background:linear-gradient(120deg,#071d49,#0b2d68);color:#fff;padding:58px max(24px,calc((100% - 1180px)/2));min-height:300px;position:relative;overflow:hidden}.hero:after{content:'15';position:absolute;right:7%;top:-35px;font-size:300px;font-weight:900;color:#fff;opacity:.045}.hero h1{font-size:48px;line-height:1;margin:18px 0 12px}.hero h1 em{color:#fff;font-style:normal}.hero p{font-size:19px;max-width:650px}.pill{background:var(--red);padding:8px 12px;border-radius:6px;font-weight:800;font-size:12px;letter-spacing:1px}.seller{display:inline-block;margin-top:16px;background:#fff;color:var(--navy);padding:10px 14px;border-radius:8px}.warning{color:#9b1c1c}main{max-width:1180px;margin:0 auto;padding:42px 24px 100px}main>h2{text-align:center;font-size:32px;margin-bottom:4px}.lead{text-align:center;color:#60708a;margin-top:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.product{border:1px solid #dfe5ee;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(7,29,73,.06)}.product img,.placeholder{width:100%;height:210px;object-fit:contain;background:#f6f8fb}.placeholder{display:grid;place-items:center;font-size:60px}.product-body{padding:18px}.product h3{margin:0 0 8px;font-size:18px}.desc{font-size:14px;min-height:76px;color:#53637c}.price-row{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #edf0f5;padding-top:12px}.price-row small,.price-row strong{display:block}.price-row small{text-decoration:line-through;color:#78869a}.price-row strong{font-size:24px}.qty{display:flex;align-items:center}.qty button{width:34px;height:34px;border:0;border-radius:6px;background:var(--navy);color:#fff;font-size:20px}.qty input{width:34px;text-align:center;border:0;font-weight:800}.cartbar{position:sticky;bottom:0;margin-top:28px;background:var(--navy);color:#fff;padding:15px 20px;display:flex;justify-content:flex-end;align-items:center;gap:28px;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.2)}.cartbar button,.checkout button{background:var(--red);color:#fff;border:0;border-radius:7px;padding:14px 22px;font-weight:900}.cartbar button:disabled{opacity:.45}.cartbar b{font-size:22px;margin-left:10px}footer{background:var(--navy);color:#fff;text-align:center;padding:22px;font-weight:700}.checkout{max-width:600px}.checkout form{display:grid;gap:14px}.checkout label{font-weight:700}.checkout input{display:block;width:100%;padding:13px;margin-top:5px;border:1px solid #ccd5e1;border-radius:7px}.thanks{text-align:center;padding-top:90px}.thanks h2{font-size:42px;color:var(--red)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:38px}.support{display:none}}@media(max-width:560px){.site-head{height:68px}.hero{padding-top:40px;padding-bottom:40px;min-height:auto}.hero h1{font-size:32px}.product-grid{grid-template-columns:1fr}.product img,.placeholder{height:230px}.cartbar{border-radius:0;margin-left:-24px;margin-right:-24px}.cartbar span{font-size:12px}.cartbar b{display:block;margin:2px 0 0}.product-body{padding:16px}}

/* Patch 001: tydligare paketinnehåll */
.desc{min-height:0;margin-bottom:14px}.desc p{margin:0 0 8px}.includes{margin:14px 0 18px;padding:12px 13px;background:#f4f7fb;border:1px solid #e2e8f0;border-radius:8px}.includes-title{margin-bottom:8px;color:var(--navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.includes ul{list-style:none;margin:0;padding:0;display:grid;gap:5px}.includes li{font-size:14px;color:#33445f}.includes li strong{display:inline-block;min-width:28px;color:var(--navy)}

/* Patch 002: lika hoga produktkort */
.product-grid{align-items:stretch}
.product{display:flex;flex-direction:column;height:100%}
.product-body{display:flex;flex:1;flex-direction:column}
.product-body .desc{flex:0 0 auto}
.product-body .includes{flex:1}
.product-body .price-row{margin-top:auto}
@media(max-width:560px){.product{height:auto}.product-body .includes{flex:0 0 auto}}


/* Patch 003: antal och plus/minus nederst i produktkortet */
.price-row{display:flex;flex-direction:column;align-items:stretch;gap:14px}
.qty-control{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #edf0f5}
.qty-label{font-size:13px;font-weight:800;color:var(--navy)}
.qty{gap:4px}
.qty button{cursor:pointer}
.qty input{height:34px}
