:root{--blue:#0b66ff;--dark-blue:#063a99;--yellow:#fc0;--muted:#6b7280;--bg:#fff;--card-shadow:0 6px 18px #0b66ff14;--radius:12px;--max-width:1100px}*{box-sizing:border-box}html,body{background:var(--bg);height:auto;min-height:100%;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden auto}.cs-page{max-width:var(--max-width);height:auto;min-height:100vh;margin:2rem auto;padding:1rem;overflow:visible}.hero{margin-bottom:1.5rem}.breadcrumb{color:var(--muted);font-weight:600}.breadcrumb .sep{margin:0 .4rem}.title{color:var(--dark-blue);margin:.6rem 0;font-size:2.2rem;font-weight:800}.hero-sub{color:#374151;max-width:600px;font-weight:600}.hero-cta{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:10px;padding:.6rem 1rem;font-weight:800;text-decoration:none;transition:all .2s}.btn.primary{background:linear-gradient(180deg,var(--blue),var(--dark-blue));color:#fff}.btn.primary:hover{opacity:.95}.btn.ghost{border:2px solid var(--dark-blue);color:var(--dark-blue);background:0 0}.btn.ghost:hover{background:#0b66ff0d}.btn.full{text-align:center;width:100%}.content{grid-template-columns:1fr 320px;gap:1.4rem;display:grid;overflow:visible}.lead,.sidebar>div,.aircraft-card{border-radius:var(--radius);box-shadow:var(--card-shadow);background:#fff;padding:1.2rem}.section-heading{color:var(--blue);margin-top:0;font-weight:900}.emph{background:#0b66ff0d;border-radius:8px;padding:.6rem;font-weight:900}.fleet-layout{grid-template-columns:1fr 1fr;align-items:start;gap:1.2rem;margin-top:1rem;display:grid}.offer-list{margin-left:1rem;padding-left:0;font-weight:700}.offer-list li{margin-bottom:.3rem;list-style:none}.offer-list.clickable li{cursor:pointer;border-radius:6px;padding:.45rem .6rem;transition:background .2s}.offer-list.clickable li:hover{background:#0b66ff0f}.offer-list.clickable li.active{background:#0b66ff1f;font-weight:900}.aircraft-image{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:200px;margin-bottom:.6rem}.aircraft-specs{color:#374151;margin-top:.5rem}.aircraft-placeholder{text-align:center;color:var(--muted);padding:1rem;font-weight:700}.sidebar h3,.sidebar h4{margin-top:0}.tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{color:var(--dark-blue);background:#0b66ff14;border-radius:6px;padding:.3rem .6rem;font-size:.85rem;font-weight:700}.footer{color:var(--muted);border-top:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-top:2rem;padding-top:1rem;display:flex;position:relative}.footer .small{font-size:.85rem}@media (max-width:900px){.content,.fleet-layout{grid-template-columns:1fr}.hero-cta{flex-direction:column}.title{font-size:1.8rem}}
