:root {
    --bg: #f4f5fd;
    --primary: #1450de;
    --navy: #102c6d;
    --muted: #475569;
    --faint: #94a3b8;
}

.svc-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(20, 80, 222, 0.07); border: 1px solid rgba(20, 80, 222, 0.22); border-radius: 50px; padding: 6px 16px; font-size: 12.5px; color: var(--primary); font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.4rem; text-transform: uppercase; }

.badge-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 7px rgba(20, 80, 222, 0.6); animation: pulse-dot 1.8s ease-in-out infinite; }

.t-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.t-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.72); }
}

.cs-breadcrumb { display: flex; justify-content: center; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 13px; margin-bottom: 1.2rem; }

.cs-breadcrumb a { color: var(--primary); font-weight: 600; text-decoration: none; }

.cs-breadcrumb a:hover { text-decoration: underline; }

.cs-breadcrumb span { color: var(--faint); }

.cs-breadcrumb p { font-size: 13px; margin: 0; line-height: initial; color: var(--muted); }

.cs-hero { padding: 90px 0 70px; }

.cs-hero-wrap { display: flex; justify-content: center; }

.cs-hero-content { max-width: 1080px; text-align: center; }

.cs-hero-content .hero-badge { justify-content: center; }

.cs-hero-content h1 { margin: 0 auto; }

.cs-hero-sub { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; margin-block: 10px; }

.cs-hero-btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 1.8rem; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); color: #fff; font-size: 0.95rem; font-weight: 600; text-decoration: none; padding: 13px 26px; border-radius: 50px; box-shadow: 0 10px 26px rgba(20, 80, 222, 0.28); transition: transform 0.25s ease, box-shadow 0.25s ease; }

.cs-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(20, 80, 222, 0.36); }

.cs-hero-btn svg { width: 18px; height: 18px; }

.cs-section { padding-top: 60px; }

.cs-section-alt { background: var(--bg); }

.cs-container-narrow { max-width: 1290px; margin: 0 auto; padding: 0 15px; }

.cs-intro { font-size: 1.1rem; color: var(--muted); line-height: 1.8; margin: 0; }

.cs-case-header { display: flex; align-items: center; gap: 22px; margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(20, 80, 222, 0.1); flex-wrap: wrap; }

.cs-case-logo-panel { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 92px; height: 92px; padding: 14px; border-radius: 18px; background: linear-gradient(160deg, #f7f9ff 0%, #eef2ff 100%); border: 1px solid rgba(20, 80, 222, 0.12); }

.cs-case-logo { max-width: 100%; max-height: 100%; object-fit: contain; }

.cs-case-header-text { display: flex; flex-direction: column; gap: 6px; }

.cs-case-eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); }

.cs-case-title { font-size: 2rem; font-weight: 800; color: var(--navy); margin: 0; }

.cs-snapshot { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; background: #fff; border: 1px solid rgba(20, 80, 222, 0.12); border-radius: 16px; padding: 28px; margin-bottom: 40px; }

.cs-snapshot-item { display: flex; flex-direction: column; gap: 4px; }

.cs-snapshot-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }

.cs-snapshot-value { font-size: 0.98rem; font-weight: 600; color: var(--navy); line-height: 1.5; }

.cs-h3 { font-size: 1.35rem; font-weight: 800; color: var(--navy); margin: 36px 0 14px; }

.cs-h3:first-child { margin-top: 0; }

.cs-p { font-size: 0.98rem; color: var(--muted); line-height: 1.8; margin: 0 0 16px; }

.cs-rich-content { font-size: 0.98rem; color: var(--muted); line-height: 1.8; }

.cs-rich-content h2,
.cs-rich-content h3,
.cs-rich-content h4 { font-size: 1.35rem; font-weight: 800; color: var(--navy); margin: 36px 0 14px; }

.cs-rich-content > :first-child { margin-top: 0; }

.cs-rich-content p { margin: 0 0 16px; }

.cs-rich-content ul,
.cs-rich-content ol { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 16px; }

.cs-rich-content li { position: relative; padding-left: 26px; }

.cs-rich-content li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); }

.cs-rich-content strong { color: var(--navy); }

.cs-results-heading { text-align: center; margin-bottom: 40px; }

.cs-win { margin-bottom: 56px; }

.cs-win:last-child { margin-bottom: 0; }

.cs-win-num { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); border-radius: 50px; padding: 5px 14px; margin-bottom: 12px; }

.cs-win-title { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin: 0 0 16px; }

.cs-shot { border: 1px solid rgba(20, 80, 222, 0.14); border-radius: 14px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 4px 20px rgba(16, 44, 109, 0.06); }

.cs-shot img { display: block; width: 100%; height: auto; }

.cs-takeaway-box { display: flex; align-items: flex-start; gap: 18px; background: #fff; border: 1px solid rgba(20, 80, 222, 0.14); border-radius: 18px; padding: 28px 30px; box-shadow: 0 4px 20px rgba(16, 44, 109, 0.05); margin-bottom: 60px; }

.cs-takeaway-box > svg { width: 30px; height: 30px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

.cs-takeaway-title { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin: 0 0 10px; }

.cs-takeaway-p { margin: 0; }

.why-choose-section { background: #f7f8ff; padding: 90px 15px; }
.why-choose-wrapper { max-width: 1290px; margin: 0 auto; display: flex; gap: 48px; align-items: stretch; }
.why-choose-left { flex: 1 1 0; min-width: 0; }
.why-badge { margin-bottom: 20px; }
.why-heading { font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 700; color: #102c6d; line-height: 1.2; margin: 0 0 14px; }
.why-heading-line { width: 52px; height: 3px; background: linear-gradient(90deg, #1450de, #102c6d); border-radius: 2px; margin-bottom: 20px; }
.why-subtext { color: #475569; font-size: 1rem; line-height: 1.7; max-width: 520px; margin: 0 0 36px; }
.why-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.why-stat-card { background: #ffffff; border: 1px solid rgba(20, 80, 222, 0.10); border-radius: 14px; padding: 22px 20px; transition: box-shadow 0.25s ease, transform 0.25s ease; }
.why-stat-card:hover { box-shadow: 0 8px 28px rgba(20, 80, 222, 0.10); transform: translateY(-3px); }
.why-stat-icon { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #1450de, #102c6d); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; flex-shrink: 0; }
.why-stat-icon svg { width: 22px; height: 22px; }
.why-stat-number { font-size: 1.9rem; font-weight: 800; color: #1450de; line-height: 1; margin-bottom: 4px; }
.why-stat-title { font-size: 0.875rem; font-weight: 700; color: #102c6d; margin-bottom: 8px; }
.why-stat-desc { font-size: 0.82rem; color: #64748b; line-height: 1.6; margin: 0; }
.why-choose-right { flex: 0 0 420px; max-width: 420px; display: flex; flex-direction: column; }
.why-contact-card { flex: 1; background: #123A97; border-radius: 22px; padding: 38px 34px 32px; color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; }
.why-contact-heading { font-size: 1.75rem; font-weight: 800; color: #ffffff; margin: 0 0 12px; line-height: 1.2; }
.why-contact-accent { width: 40px; height: 3px; background: rgba(255,255,255,0.70); border-radius: 2px; margin-bottom: 18px; }
.why-contact-sub { color: rgba(255,255,255,0.70); font-size: 0.95rem; line-height: 1.65; margin: 0 0 28px; }
.why-contact-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.why-contact-option { display: flex; align-items: center; gap: 14px; background: #ffffff; border: 1px solid rgba(18, 58, 151, 0.12); border-radius: 12px; padding: 14px 16px; text-decoration: none; transform: translateX(0); transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.why-contact-option:hover { background: #f0f4ff; border-color: rgba(18, 58, 151, 0.28); box-shadow: 0 8px 20px rgba(18, 58, 151, 0.14); transform: translateY(-5px); }
.why-copt-icon-wrap { flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; }
.why-contact-option:hover .why-copt-icon-wrap { transform: scale(1.1); }
.why-copt-icon-wrap img { width: 40px; height: 40px; border-radius: 8px; display: block; }
.why-copt-info { flex: 1; min-width: 0; }
.why-copt-label { font-size: 0.9rem; font-weight: 700; color: #102c6d; margin-bottom: 2px; }
.why-copt-value { font-size: 0.8rem; color: #475569; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.why-copt-arrow { width: 18px; height: 18px; stroke: #123A97; flex-shrink: 0; transition: transform 0.25s ease; }
.why-contact-option:hover .why-copt-arrow { transform: translateY(-2px); }
.why-cta-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; margin: 0 auto 20px; background: #ffffff; color: #123A97; font-size: 0.9rem; font-weight: 700; text-decoration: none; border-radius: 50px; padding: 13px 28px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); transition: box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease; }
.why-cta-btn:hover { background: #f0f4ff; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22); transform: translateY(-2px); }
.why-cta-btn i { font-size: 18px; }
.why-trust-note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 0.78rem; color: rgba(255,255,255,0.45); text-align: center; }
.why-trust-note i { font-size: 14px; }

@media (max-width: 1100px) {
    .why-choose-right { flex: 0 0 360px; max-width: 360px; }
}

@media (max-width: 900px) {
    .why-choose-wrapper { flex-direction: column; }
    .why-choose-right { flex: unset; max-width: 100%; width: 100%; }
    .why-choose-left { text-align: center; }
    .why-heading-line { margin-left: auto; margin-right: auto; }
    .why-subtext { margin-left: auto; margin-right: auto; }
    .why-stat-icon { margin-left: auto; margin-right: auto; }
}

@media (max-width: 767px) {
    .cs-hero { padding: 30px 0; }
    .cs-section { padding: 30px 0; }
    .cs-case-title { font-size: 1.6rem; }
    .cs-case-logo-panel { width: 68px; height: 68px; padding: 10px; }
    .cs-snapshot { grid-template-columns: 1fr; padding: 22px; }
    .cs-win-title { font-size: 1.05rem; }
    .why-choose-section { padding: 30px 15px; }
}

@media (max-width: 520px) {
    .why-stats-grid { grid-template-columns: 1fr; }
    .why-contact-card { padding: 28px 20px 24px; }
}
