.cs-stat-box { background:#fff; border-radius:16px; padding:38px 24px; box-shadow:0 4px 30px rgba(52,71,105,0.09); text-align:center; border-top:4px solid #34486a; transition:transform 0.3s,box-shadow 0.3s; }
.cs-stat-box:hover { transform:translateY(-6px); box-shadow:0 12px 40px rgba(66,96,255,0.15); }
.cs-stat-box .stat-number { font-size:46px; font-weight:800; color:#344769; line-height:1; margin-bottom:8px; }
.cs-stat-box .stat-number span { color:#34486a; }
.cs-stat-box .stat-label { font-size:14px; color:#666; font-weight:500; }
.cs-service-card { background:#fff; border-radius:16px; padding:34px 26px; box-shadow:0 4px 24px rgba(119,90,252,0.08); height:100%; transition:transform 0.3s,box-shadow 0.3s; border-bottom:3px solid transparent; }
.cs-service-card:hover { transform:translateY(-6px); box-shadow:0 12px 40px rgba(66,96,255,0.15); border-bottom-color:#34486a; }
.cs-service-card .svc-icon { width:62px; height:62px; background:linear-gradient(135deg,#344769,#34486a); border-radius:14px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.cs-service-card h5 { font-size:17px; font-weight:700; color:#1a1a2e; margin-bottom:12px; }
.cs-service-card p { font-size:14px; color:#666; line-height:1.7; margin:0; }
.cs-process-step { position:relative; padding-left:80px; margin-bottom:40px; }
.cs-process-step:last-child { margin-bottom:0; }
.cs-process-badge { position:absolute; left:0; top:0; width:54px; height:54px; background:linear-gradient(135deg,#344769,#34486a); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; font-size:16px; }
.cs-process-connector { position:absolute; left:26px; top:54px; width:2px; height:calc(100% - 14px); background:linear-gradient(to bottom,#34486a,transparent); }
.cs-process-step:last-child .cs-process-connector { display:none; }
.cs-process-content { background:#fff; border-radius:14px; padding:26px 28px; box-shadow:0 4px 20px rgba(52,71,105,0.07); border-left:3px solid #34486a; }
.cs-process-content h5 { font-size:18px; font-weight:700; color:#344769; margin-bottom:8px; }
.cs-process-content p { font-size:14px; color:#666; margin:0; line-height:1.7; }
.cs-step-label { display:inline-block; background:#ede9fe; color:#34486a; font-size:11px; font-weight:700; padding:4px 14px; border-radius:20px; margin-bottom:10px; letter-spacing:0.5px; text-transform:uppercase; }
.cs-advantage-item { display:flex; gap:18px; align-items:flex-start; margin-bottom:28px; }
.cs-advantage-item:last-child { margin-bottom:0; }
.cs-advantage-icon { width:48px; height:48px; background:linear-gradient(135deg,#344769,#34486a); border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.cs-advantage-text h6 { font-size:16px; font-weight:700; color:#1a1a2e; margin-bottom:5px; }
.cs-advantage-text p { font-size:14px; color:#666; margin:0; line-height:1.7; }
.cs-why-card { background:#fff; border-radius:14px; padding:28px 22px; box-shadow:0 4px 20px rgba(52,71,105,0.07); height:100%; transition:transform 0.3s,box-shadow 0.3s; }
.cs-why-card:hover { transform:translateY(-5px); box-shadow:0 10px 35px rgba(66,96,255,0.13); }
.cs-why-card .chk { width:42px; height:42px; background:#ede9fe; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.cs-why-card h6 { font-size:16px; font-weight:700; color:#344769; margin-bottom:9px; }
.cs-why-card p { font-size:13px; color:#777; margin:0; line-height:1.7; }
.cs-industry-tag { display:inline-flex; align-items:center; gap:7px; background:#fff; border:1.5px solid #ede9fe; border-radius:40px; padding:9px 20px; font-size:14px; font-weight:600; color:#344769; margin:5px; transition:all 0.25s; cursor:default; }
.cs-industry-tag:hover { background:#34486a; color:#fff; border-color:#34486a; }
.cs-testi-card { background:#fff; border-radius:16px; padding:30px 26px; box-shadow:0 4px 24px rgba(52,71,105,0.08); height:100%; position:relative; }
.cs-testi-card::before { content:'"'; position:absolute; top:18px; right:24px; font-size:80px; color:#ede9fe; line-height:1; font-family:Georgia,serif; }
.cs-testi-stars { color:#FFB800; font-size:14px; margin-bottom:14px; letter-spacing:2px; }
.cs-testi-card p { font-size:14px; color:#555; line-height:1.8; margin-bottom:20px; font-style:italic; }
.cs-testi-card .testi-name { font-size:15px; font-weight:700; color:#344769; margin:0; }
.cs-testi-card .testi-role { font-size:13px; color:#34486a; }
