: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}body,html,#root{background:var(--bg);color:#111827;height:100%;margin:0;font-family:Inter,sans-serif}.cs-page{max-width:var(--max-width);margin:2rem auto;padding:1rem}.hero{align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.hero-left{flex:1}.hero-right{justify-content:center;align-items:center;width:380px;display:flex}.breadcrumb{color:var(--muted);margin-bottom:.5rem;font-weight:600}.breadcrumb .sep{color:#d1d5db;margin:0 .6rem}.title{color:var(--dark-blue);margin:0 0 .6rem;font-size:2.2rem;font-weight:800}.hero-sub{color:#374151;margin-bottom:1rem;font-weight:600}.hero-cta{gap:.6rem;display:flex}.btn{border:2px solid #0000;border-radius:10px;padding:.6rem 1rem;font-weight:800;text-decoration:none;display:inline-block}.btn.primary{background:linear-gradient(180deg,var(--blue),var(--dark-blue));color:#fff;box-shadow:var(--card-shadow)}.btn.ghost{color:var(--dark-blue);border:2px solid var(--dark-blue);background:0 0}.btn.full{text-align:center;width:100%}.hero-image-wrap{border-radius:var(--radius);width:320px;height:220px;box-shadow:var(--card-shadow);background:linear-gradient(135deg,#0b66ff0f,#ffcc0008);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.image-badge{background:var(--yellow);color:#000;border-radius:8px;padding:.4rem .6rem;font-weight:800;position:absolute;bottom:12px;left:12px}.content{grid-template-columns:1fr 320px;align-items:start;gap:1.4rem;display:grid}.lead{box-shadow:var(--card-shadow);background:#fff;border-radius:12px;padding:1.2rem}.section-heading{color:var(--blue);margin-bottom:.6rem;font-size:1.2rem;font-weight:900}.lead p{margin:.6rem 0;font-weight:600;line-height:1.6}.emph{color:var(--dark-blue);background:linear-gradient(90deg,#0b66ff0a,#ffcc0008);border-radius:8px;padding:.6rem;font-weight:900}.offer-list{color:#1f2937;margin:.8rem 0 0 1.2rem;font-weight:700}.offer-list li{margin:.4rem 0}.sidebar{flex-direction:column;gap:1rem;display:flex}.contact-card,.tags-card{box-shadow:var(--card-shadow);background:#fff;border-radius:12px;padding:1rem}.contact-card h3{color:var(--dark-blue);margin:0 0 .4rem;font-weight:900}.contact-card p{color:var(--muted);margin-bottom:.8rem;font-weight:600}.tags-card h4{color:var(--blue);margin-bottom:.6rem;font-weight:900}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:var(--dark-blue);background:#0b66ff0f;border:1px solid #0b66ff1f;border-radius:999px;padding:.35rem .55rem;font-size:.78rem;font-weight:800}.related{grid-column:1/-1;margin-top:1.2rem}.related-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.related-card{box-shadow:var(--card-shadow);background:#fff;border-radius:12px;padding:1rem}.related-card h4{color:var(--blue);margin-bottom:.4rem;font-weight:900}.related-card p{color:#374151;margin-bottom:.8rem;font-weight:600}.learn-more{color:var(--dark-blue);font-weight:800;text-decoration:none}.footer{color:#6b7280;border-top:1px solid #eef2ff;justify-content:space-between;margin-top:1.6rem;padding:1rem;font-size:.95rem;display:flex}@media (max-width:980px){.content{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start}.hero-right{width:100%}.related-grid{grid-template-columns:1fr}}
