.csg-home-section { background: linear-gradient(135deg, #0d1b2a 0%, #1a2e42 100%); padding: 64px 0; }
.csg-home-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .csg-home-wrap { grid-template-columns: 1fr; gap: 36px; } }

.csg-home-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.csg-home-title { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.2; margin: 0 0 16px; }
.csg-home-title span { color: rgba(255,255,255,.6); font-size: 28px; }
@media (max-width: 640px) { .csg-home-title { font-size: 28px; } .csg-home-title span { font-size: 22px; } }
.csg-home-desc { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.75; margin-bottom: 24px; }

.csg-home-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.csg-home-feat { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,.8); }
.csg-home-feat-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--red); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

.csg-home-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.csg-home-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 10px; background: linear-gradient(135deg, var(--red), #e67e22); color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; transition: opacity .15s; }
.csg-home-btn-primary:hover { opacity: .88; }
.csg-home-btn-primary svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.csg-home-btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.25); color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .15s; }
.csg-home-btn-outline:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }
.csg-home-btn-outline svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }

.csg-home-cards { display: flex; flex-direction: column; gap: 14px; }
.csg-home-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 22px; transition: all .2s; }
.csg-home-card:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); transform: translateY(-2px); }
.csg-home-card-accent { background: rgba(231,76,60,.12); border-color: rgba(231,76,60,.25); }
.csg-home-card-accent:hover { background: rgba(231,76,60,.16); }
.csg-home-card-icon { font-size: 28px; margin-bottom: 8px; }
.csg-home-card-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.csg-home-card-desc { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.55; }

.csg-home-stats-box { display: flex; align-items: center; justify-content: space-around; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 16px; }
.csg-home-stat { text-align: center; }
.csg-home-stat strong { display: block; font-size: 22px; font-weight: 900; color: #fff; line-height: 1.1; }
.csg-home-stat span { font-size: 11.5px; color: rgba(255,255,255,.5); margin-top: 3px; display: block; }
.csg-home-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,.12); }
