/* Entwurf 22: final desktop information pass before mobile. */

/* Setup: concise orientation for people who do not know which accessories are actually required. */
.page-bundles .setup-basics22{padding-top:34px;padding-bottom:42px;border-bottom:1px solid #443d32}
.page-bundles .setup-basics22 .basics-head22{max-width:760px;margin:0 auto 24px;text-align:center}
.page-bundles .setup-basics22 .basics-head22 h2{margin:10px 0 12px}
.page-bundles .setup-basics22 .basics-head22 p{margin:0;color:#bbb3a7;line-height:1.7}
.page-bundles .basics-grid22{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;max-width:1080px;margin:0 auto}
.page-bundles .basics-grid22 article{border:1px solid #514633;border-radius:18px;background:#17191a;padding:22px 24px;min-width:0}
.page-bundles .basics-grid22 .basics-label22{display:inline-block;margin-bottom:9px;color:#d8b67a;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.page-bundles .basics-grid22 h3{margin:0 0 9px;font-size:24px}
.page-bundles .basics-grid22 p{margin:0;color:#bdb5a9;line-height:1.65;font-size:14px}
.page-bundles .setup-jumps22{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.page-bundles .setup-jumps22 a{font-size:13px;color:#d8c49e;text-decoration:none;border-bottom:1px solid transparent;padding:4px 2px}
.page-bundles .setup-jumps22 a:hover{border-color:#d8b67a;color:#f2ddaf}

/* Preset preview: every concrete hardware item exposes the Amazon link immediately. */
.page-bundles .preset-preview21{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)}
.page-bundles #preset-preview-list21{border-top:0}
.page-bundles .preset-product22{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:13px 0;border-bottom:1px solid #3d382f}
.page-bundles .preset-product22:first-child{border-top:1px solid #3d382f}
.page-bundles .preset-product22 strong{display:block;font-size:14px;line-height:1.45;color:#f0e8dc}
.page-bundles .preset-product22 small{display:block;margin-top:3px;color:#999185;font-size:12px;line-height:1.4}
.page-bundles .preset-links22{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.page-bundles .preset-links22 a{white-space:nowrap;text-decoration:none}
.page-bundles .preset-links22 .preset-detail22{font-size:12px;color:#c9b991;padding:7px 2px}
.page-bundles .preset-links22 .preset-amazon22{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid #876f48;border-radius:9px;background:#282319;color:#f4deaf;font-size:12px;font-weight:700}
.page-bundles .preset-links22 .preset-amazon22:hover{border-color:#d8b67a;background:#342c20}
.page-bundles .preset-linknote22{max-width:1000px;margin:11px auto 0;color:#918a80;font-size:12px;line-height:1.55;text-align:right}

/* The all-in-one overview should read as navigation, not another shopping list. */
.page-bundles .setup-overview21 .overview-head21{margin-bottom:22px}
.page-bundles .setup-map21 article{display:flex;flex-direction:column}
.page-bundles .setup-map21 ul{flex:1}
.page-bundles .setup-map21 a{min-height:41px;align-items:center}

/* Planner: clarify that unused rows can simply stay untouched. */
.page-bundles .planner-note22{max-width:820px;margin:14px auto 30px;padding:14px 17px;border-left:2px solid #9e7d49;background:#191a1a;color:#bdb5aa;font-size:13px;line-height:1.6}

@media(max-width:1100px){
 .page-bundles .preset-preview21{grid-template-columns:1fr}
}
@media(max-width:900px){
 .page-bundles .basics-grid22{grid-template-columns:1fr}
 .page-bundles .preset-product22{grid-template-columns:1fr}
 .page-bundles .preset-links22{justify-content:flex-start}
 .page-bundles .preset-linknote22{text-align:left}
}
