/* ============== Services: Expert Consulting & On-site Service ============== */
:root {
    --svc-primary: #29b6f6;
    --svc-deep: #04205F;
    --svc-muted: #475467;
    --svc-bg: #f6f7fb;
    --svc-card: #ffffff;
    --svc-border: rgba(16, 24, 40, 0.10);
    --svc-shadow: 0 14px 46px rgba(16, 24, 40, 0.10);
}

.svc-hero {
    position: relative;
    padding: 120px 0 96px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(900px 520px at 65% 18%, rgba(41, 182, 246, 0.24), rgba(0, 0, 0, 0)),
        radial-gradient(900px 520px at 20% 38%, rgba(179, 136, 255, 0.18), rgba(0, 0, 0, 0)),
        linear-gradient(135deg, rgba(3, 18, 58, 1) 0%, rgba(4, 32, 95, 1) 55%, rgba(11, 59, 107, 1) 100%);
}

.svc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.34;
    pointer-events: none;
    mask-image: radial-gradient(circle at 40% 40%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 72%);
}

.svc-hero .container { position: relative; z-index: 2; }

.svc-hero h1 {
    font-size: 3.1rem;
    font-weight: 950;
    line-height: 1.12;
    margin: 0 0 14px 0;
    color: #fff;
    letter-spacing: 0.2px;
}

.svc-hero .subtitle {
    font-size: 1.25rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 300;
    margin: 0 0 18px 0;
    max-width: 900px;
}

.svc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
}

.svc-badge i.material-symbols-outlined { font-size: 18px; color: var(--svc-primary); }

.svc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.svc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.svc-btn.primary { background: var(--svc-primary); color: #fff !important; }
.svc-btn.primary:hover { background: #039be5; transform: translateY(-2px);text-decoration: none;  }
.svc-btn.secondary {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff !important;
}
.svc-btn.secondary:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px);text-decoration: none; }

.svc-hero-visual {
    border-radius: 18px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    position: relative;
}

.svc-hero-visual img {
    width: 100%;
    border-radius: 14px;
    display: block;
    height: 310px;
    object-fit: cover;
    opacity: 0.86;
    filter: saturate(1.04) contrast(1.04);
}

.svc-hero-visual .overlay {
    position: absolute;
    inset: 14px;
    border-radius: 14px;
    pointer-events: none;
    background:
        radial-gradient(520px 300px at 28% 18%, rgba(41, 182, 246, 0.24), rgba(0,0,0,0) 68%),
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.52));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-hero-visual .cap {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 900;
    font-size: 12px;
    backdrop-filter: blur(10px);
}

.svc-hero-visual .cap i.material-symbols-outlined { font-size: 18px; color: var(--svc-primary); }

/* a subtle “trend” line animation */
.svc-trend {
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border-radius: 14px;
    overflow: hidden;
    opacity: 0.95;
    mix-blend-mode: screen;
}

.svc-trend svg {
    width: 100%;
    height: 100%;
    display: block;
}

.svc-trend path {
    stroke: rgba(129, 199, 132, 0.85);
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
    animation: svcDraw 2.6s ease forwards;
}

.svc-trend .glow {
    stroke: rgba(41, 182, 246, 0.65);
    stroke-width: 6;
    filter: blur(6px);
    opacity: 0.55;
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
    animation: svcDraw 2.6s ease forwards;
}

@keyframes svcDraw { to { stroke-dashoffset: 0; } }

/* body */
.svc-wrap { background: var(--svc-bg); padding: 64px 0; }

.svc-section-title h2 {
    color: var(--svc-deep);
    font-weight: 950;
    margin: 0 0 10px 0;
}

.svc-section-title p {
    margin: 0;
    color: var(--svc-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.svc-quote {
    margin-top: 16px;
    background: rgba(250, 94, 94, 0.1);
    border: 1px solid rgba(252, 35, 72, 0.2);
    padding: 14px 14px;
    border-radius: 14px;
    color: #0b3b6b;
    font-weight: 750;
    line-height: 1.8;
}

.svc-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.svc-card {
    background: var(--svc-card);
    border: 1px solid var(--svc-border);
    border-radius: 18px;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.08);
    padding: 22px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.svc-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 182, 246, 0.9), rgba(4, 32, 95, 0.9));
    opacity: 0.60;
}

.svc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--svc-shadow);
    border-color: rgba(4, 32, 95, 0.18);
}

.svc-card .top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }

.svc-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(41, 182, 246, 0.12);
    border: 1px solid rgba(41, 182, 246, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.svc-icon i.material-symbols-outlined { font-size: 24px; color: var(--svc-deep); }

.svc-card h3 { margin: 0; font-size: 1.18rem; font-weight: 950; color: var(--svc-deep); line-height: 1.3; }
.svc-card p { margin: 10px 0 0 0; color: #344054; line-height: 1.85; font-size: 1rem; }

.svc-mini {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(4, 32, 95, 0.04);
    border: 1px solid rgba(4, 32, 95, 0.10);
    color: #344054;
    line-height: 1.85;
    font-size: 14px;
}

/* methodology steps */
.svc-steps {
    margin-top: 22px;
    background: #fff;
    border: 1px solid var(--svc-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.svc-steps .rowx {
    display: grid;
    grid-template-columns: 0.30fr 0.70fr;
    gap: 0;
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
    padding: 16px 18px;
    align-items: start;
}

.svc-steps .rowx:last-child { border-bottom: 0; }

.svc-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 950;
    color: var(--svc-deep);
}

.svc-step-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--svc-primary);
    box-shadow: 0 0 0 4px rgba(41, 182, 246, 0.18);
    flex: 0 0 auto;
    margin-top: 6px;
}

.svc-steps .desc {
    color: #344054;
    line-height: 1.85;
}

/* cases */
.svc-cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 22px;
}

.svc-case {
    background: #fff;
    border: 1px solid var(--svc-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.svc-case::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(129, 199, 132, 0.9), rgba(41, 182, 246, 0.9));
    opacity: 0.62;
}

.svc-case h3 { margin: 0 0 10px 0; font-weight: 950; color: var(--svc-deep); }

.svc-case .k {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.05);
    border: 1px solid rgba(16, 24, 40, 0.08);
    color: #344054;
    font-weight: 850;
    font-size: 12px;
    margin-top: 12px;
}

/* final cta */
.svc-final {
    margin-top: 34px;
    background: linear-gradient(135deg, rgba(4, 32, 95, 1) 0%, rgba(41, 182, 246, 1) 150%);
    color: #fff;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 18px 56px rgba(16, 24, 40, 0.18);
}

.svc-final .t { font-weight: 950; font-size: 1.18rem; margin-bottom: 6px; }
.svc-final .d { opacity: 0.92; line-height: 1.7; margin: 0; }
.svc-final .right { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.svc-final .right a {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 950;
    transition: transform 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.svc-final .right a.primary {
    background: #fff;
    color: var(--svc-deep) !important;
    border-color: rgba(255, 255, 255, 0.40);
}

.svc-final .right a:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.20); }
.svc-final .right a.primary:hover { background: rgba(255, 255, 255, 0.92); }

@media (max-width: 992px) {
    .svc-hero h1 { font-size: 2.25rem; }
    .svc-grid-3 { grid-template-columns: 1fr; }
    .svc-cases { grid-template-columns: 1fr; }
    .svc-hero { padding: 105px 0 70px; }
    .svc-hero-visual img { height: 260px; }
    .svc-steps .rowx { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 768px) {
    .svc-hero { padding: 96px 0 56px; }
    .svc-hero .subtitle { font-size: 1.05rem; }
    .svc-final { flex-direction: column; align-items: flex-start; }
    .svc-final .right { justify-content: flex-start; }
}