:root { --bg: #f7f7ff; --primary: #1450de; --navy: #102c6d; --muted: #475569; --faint: #94a3b8; }
.svc-nav-bar { background: #ffffff; border-bottom: 1px solid rgba(20,80,222,0.10); position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 12px rgba(20,80,222,0.06); }
.svc-nav-inner { max-width: 1290px; margin: 0 auto; padding: 0 15px; display: flex; align-items: center; gap: 20px; }
.svc-nav-label { flex-shrink: 0; font-size: 0.78rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.06em; white-space: nowrap; padding: 14px 0; border-right: 1px solid rgba(20,80,222,0.12); padding-right: 20px; }
.svc-nav-list { display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding: 10px 0; }
.svc-nav-list::-webkit-scrollbar { display: none; }
.svc-nav-item { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: #475569; text-decoration: none; white-space: nowrap; border: 1px solid transparent; transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease; flex-shrink: 0; }
.svc-nav-item:hover { color: var(--primary); background: rgba(20,80,222,0.06); border-color: rgba(20,80,222,0.18); }
.svc-nav-item.active { color: #ffffff; background: var(--primary); border-color: var(--primary); box-shadow: 0 3px 12px rgba(20,80,222,0.28); }
.svc-nav-item-icon { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; flex-shrink: 0; }
.svc-nav-item-icon svg { width: 16px; height: 16px; }
@media (max-width: 768px) {
    .svc-nav-inner { flex-direction: column; align-items: flex-start; gap: 0; padding: 0; }
    .svc-nav-label { padding: 12px 16px; border-right: none; border-bottom: 1px solid rgba(20,80,222,0.10); width: 100%; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
    .svc-nav-label::after { content: '▾'; font-size: 0.75rem; color: var(--primary); transition: transform 0.25s ease; }
    .svc-nav-bar.svc-nav-open .svc-nav-label::after { transform: rotate(180deg); }
    .svc-nav-list { width: 100%; padding: 8px 12px 10px; max-height: 0; overflow: hidden; flex-wrap: wrap; gap: 6px; transition: max-height 0.3s ease; }
    .svc-nav-bar.svc-nav-open .svc-nav-list { max-height: 300px; overflow-y: auto; }
}
@media (min-width: 769px) { .svc-nav-list { max-height: none !important; overflow: hidden; } .svc-nav-bar { display: block; } }

.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; padding: 50px 0 50px; }
.svc-hero-wrap { display: flex; align-items: center; flex-wrap: wrap; max-width: 1290px; margin: 0 auto; width: 100%; }
.svc-hero-content { padding-right: 32px; }
.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; }
.svc-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.72; max-width: 460px; margin-top: 1.2rem; margin-bottom: 0; }
.svc-hero-visual { display: flex; align-items: center; justify-content: flex-end; min-height: 340px; }
h1 { margin: auto; }
.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); } }
.svc-canvas-wrap { width: 100%; height: 420px; position: relative; }
#neural-mesh-canvas { position: absolute; top: 0; right: -10%; width: 100% !important; height: 100% !important; display: block; outline: none; }
@media (max-width: 1200px) and (min-width: 993px) { .svc-canvas-wrap { height: 380px; } }
@media (max-width: 992px) { .svc-hero-wrap { flex-direction: column; } .svc-hero-content { padding-right: 10px; width: 100%; text-align: left; } .svc-hero-visual { width: 100%; justify-content: center; min-height: unset; } .svc-canvas-wrap { margin-top: 50px; } #neural-mesh-canvas { right: 0; } }
@media (max-width: 768px) { .svc-hero { padding: 48px 16px 40px; } .svc-hero-content { margin-bottom: 20px; } }
@media (max-width: 479px) { .svc-hero { padding: 40px 12px 32px; } .svc-canvas-wrap { height: 500px; margin-block: -115px !important; } }
@media (min-width: 1310px) { .w-col { padding: 0 !important; } }

.home-three-award-section.service-process-award-section { background-color: white; background-image: none !important; overflow: hidden; }
.service-process-award-section .text-white.about-one-award-heading { color: #102C6D; padding-top: 0px; }
.service-process-award-section .home-three-award-description.service-process-description { color: #475569 !important; padding-top: 10px; padding-bottom: 0px; }
.service-process-award-section .heading-four.home-three-award-top-text-padding.text-white { color: transparent !important; background: linear-gradient(135deg, #144ED8, #102C6D); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.service-process-award-section .heading-five.home-three-award-title.text-white { color: #102C6D !important; }
.service-process-award-section .home-three-award-content.service-process-description { color: #64748b !important; }
.service-process-award-section .about-one-award-appere-line.services_process_line { background: linear-gradient(to right, #144ED8, #102C6D) !important; height: 2px !important; transform-origin: left center; transform: scaleX(0); transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s; width: 100%; }
.service-process-award-section.proc-in .about-one-award-appere-line.services_process_line { transform: scaleX(1); }
.service-process-award-section .home-three-award-main-dot { background-color: #fff !important; border: 2px solid #144ED8 !important; box-shadow: 0 0 0 4px rgba(20,78,216,0.12); }
.service-process-award-section .home-three-award-dot { background-image: none !important; background-color: #144ED8 !important; }
@keyframes proc-fade-up { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes proc-fade-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.service-process-award-section .about-one-award-container { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s; }
.service-process-award-section.proc-in .about-one-award-container { opacity: 1; transform: translateY(0); }
.service-process-award-section .home-three-award-item { opacity: 0; transform: translateY(28px); transition: opacity 0.55s ease, transform 0.55s ease; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.35s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.55s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.75s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.95s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 1.15s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 1.35s; }
:root { --proc-blue: #1450de; --proc-navy: #102c6d; --proc-muted: #475569; --proc-faint: #94a3b8; --proc-bg: #ffffff; --proc-surface: #f7f8ff; --proc-border: rgba(20, 80, 222, 0.13); --proc-border-hv: rgba(20, 80, 222, 0.38); --proc-shadow-hv: 0 8px 28px rgba(20, 80, 222, 0.10); --proc-radius: 14px; --proc-num-size: 52px; }
.service-process-award-section { background-color: var(--proc-bg); background-image: none !important; overflow: hidden; padding: 80px 15px 90px; }
.service-process-award-section .about-one-award-container { max-width: 1290px; margin: 0 auto 45px; text-align: center; opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease 0.1s, transform 0.65s ease 0.1s; }
.service-process-award-section.proc-in .about-one-award-container { opacity: 1; transform: translateY(0); }
.service-process-award-section .about-one-award-heading { color: var(--proc-navy) !important; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; }
.service-process-award-section .about-one-award-heading .t-gradient, .service-process-award-section .about-one-award-heading .t-accent { background: linear-gradient(135deg, var(--proc-blue) 0%, var(--proc-navy) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.service-process-award-section .service-process-description { color: var(--proc-muted) !important; font-size: 1.05rem; line-height: 1.75; margin: 0; }
.service-process-award-section .home-three-award-appere-section { position: relative; max-width: 1290px; margin: 0 auto; }
.service-process-award-section .services_process_line { position: absolute; top: calc(var(--proc-num-size) / 2); height: 2px !important; background: linear-gradient(90deg, var(--proc-blue), var(--proc-navy)) !important; transform-origin: left center; transform: scaleX(0); transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.35s; z-index: 0; border-radius: 2px; }
.service-process-award-section.proc-in .services_process_line { transform: scaleX(1); }
.service-process-award-section .home-three-award-appere-container-box { display: flex; flex-wrap: wrap; gap: 20px; position: relative; z-index: 1; }
.service-process-award-section .home-three-award-item { display: flex; flex-direction: column; align-items: center; width: 18%; opacity: 0; transform: translateY(30px); transition: opacity 0.55s ease, transform 0.55s ease; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0.35s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.52s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.69s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.86s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:1.03s; }
.service-process-award-section.proc-in .home-three-award-item:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:1.20s; }
.service-process-award-section .proc-step-number { width: var(--proc-num-size); height: var(--proc-num-size); border-radius: 50%; background: linear-gradient(135deg, var(--proc-blue) 0%, var(--proc-navy) 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; box-shadow: 0 0 0 5px rgba(20, 80, 222, 0.12), 0 0 0 9px rgba(20, 80, 222, 0.05); flex-shrink: 0; margin-bottom: 16px; position: relative; z-index: 2; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.service-process-award-section .home-three-award-item:hover .proc-step-number { box-shadow: 0 0 0 6px rgba(20, 80, 222, 0.20), 0 0 0 11px rgba(20, 80, 222, 0.08); transform: scale(1.07); }
.service-process-award-section .home-three-award-main-dot, .service-process-award-section .home-three-award-dot, .service-process-award-section .heading-four.home-three-award-top-text-padding { display: none !important; }
.service-process-award-section .proc-step-card { background: var(--proc-bg); border: 1px solid var(--proc-border); border-radius: var(--proc-radius); padding: 20px 16px 18px; text-align: center; width: 100%; box-sizing: border-box; transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease; position: relative; overflow: hidden; }
.service-process-award-section .proc-step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--proc-blue), var(--proc-navy)); opacity: 0; transition: opacity 0.28s ease; border-radius: var(--proc-radius) var(--proc-radius) 0 0; }
.service-process-award-section .home-three-award-item:hover .proc-step-card { border-color: var(--proc-border-hv); box-shadow: var(--proc-shadow-hv); transform: translateY(-4px); }
.service-process-award-section .home-three-award-item:hover .proc-step-card::before { opacity: 1; }
.container.home-three-award-appere-container-box { padding-left: 0px; padding-right: 0px; }
.service-process-award-section .proc-step-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(20, 80, 222, 0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; color: var(--proc-blue); font-size: 20px; transition: background 0.28s ease, color 0.28s ease; }
.service-process-award-section .home-three-award-item:hover .proc-step-icon { background: rgba(20, 80, 222, 0.14); }
.service-process-award-section .home-three-award-title { color: var(--proc-navy) !important; font-size: 0.95rem; font-weight: 600; margin: 0 0 8px; line-height: 1.3; -webkit-text-fill-color: unset !important; }
.service-process-award-section .home-three-award-content { color: #64748b !important; font-size: 0.825rem; line-height: 1.65; margin: 0; }
@media (max-width: 992px) { .service-process-award-section .services_process_line { display: none; } .service-process-award-section .home-three-award-item { width: calc(50% - 12px); min-width: 148px; } }
@media (max-width: 640px) { .service-process-award-section { padding: 56px 16px 64px; } .service-process-award-section .home-three-award-item { width: calc(50% - 10px); } }
@media (max-width: 500px) { .service-process-award-section .home-three-award-item { width: 100%; } }
.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: 520px) { .why-stats-grid { grid-template-columns: 1fr; } .why-contact-card { padding: 28px 20px 24px; } }

.tech-expertise-section { background: #f7f8ff; padding: 90px 15px; }
.tech-expertise-container { max-width: 1290px; margin: 0 auto; }
.tech-expertise-header { text-align: center; margin-bottom: 52px; }
.tech-expertise-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.04em; margin-bottom: 18px; text-transform: uppercase; }
.tech-expertise-title { font-size: clamp(1.75rem, 3.5vw, 2.55rem); font-weight: 800; color: #102c6d; line-height: 1.2; margin: 0 auto 14px; max-width: 820px; }
.tech-expertise-title span { color: #1450de; }
.tech-expertise-underline { width: 52px; height: 3px; background: linear-gradient(90deg, #1450de, #102c6d); border-radius: 2px; margin: 0 auto 18px; }
.tech-expertise-desc { color: #475569; font-size: 1rem; line-height: 1.75; max-width: 680px; margin: 0 auto; }
.tech-expertise-body { display: flex; gap: 0; align-items: flex-start;}
.tech-sidebar { flex: 0 0 300px; width: 300px; display: flex; flex-direction: column; gap: 10px; padding: 12px 0; position: sticky; top: 2px; align-self: flex-start; max-height: calc(100vh - 100px); }
.tech-sidebar::-webkit-scrollbar { width: 4px; }
.tech-sidebar::-webkit-scrollbar-thumb { background: rgba(20,80,222,0.15); border-radius: 4px; }
.tech-sidebar-tab { display: flex; align-items: center; gap: 14px; width: 100%; background: transparent; border-radius: 10px; border: none; padding: 15px 20px 15px 24px; cursor: pointer; text-align: left; font-family: inherit; position: relative;  transition: background 0.18s ease; background-color: white; }
.tech-sidebar-tab::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; border-radius: 0 3px 3px 0; transition: background 0.18s ease; }
.tech-sidebar-tab:hover { background: rgba(20,80,222,0.04); }
.tech-sidebar-tab:hover::before { background: rgba(20,80,222,0.25); }
.tech-sidebar-tab.active { background: #1450de; }
.tech-sidebar-tab.active::before { background: transparent; }
.tech-sidebar-icon { flex-shrink: 0; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(20,80,222,0.08); color: #1450de; transition: background 0.18s ease, color 0.18s ease; }
.tech-sidebar-icon svg { width: 18px; height: 18px; stroke-width: 1.8; }
.tech-sidebar-tab.active .tech-sidebar-icon { background: rgba(255,255,255,0.20); color: #ffffff; }
.tech-sidebar-label { flex: 1; font-size: 0.9rem; font-weight: 600; color: #334155; line-height: 1.3; transition: color 0.18s ease; }
.tech-sidebar-tab:hover .tech-sidebar-label { color: #1450de; }
.tech-sidebar-tab.active .tech-sidebar-label { color: #ffffff; font-weight: 700; }
.tech-sidebar-arrow { flex-shrink: 0; display: none; align-items: center; color: #cbd5e1; transition: color 0.18s ease, transform 0.18s ease; }
.tech-sidebar-arrow svg { width: 15px; height: 15px; display: block; }
.tech-sidebar-tab.active .tech-sidebar-arrow { display: flex; color: #ffffff; transform: translateX(2px); }

.tech-sidebar-tab.active::after { content: ''; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 11px solid #1450de; z-index: 2; }

.tech-content { flex: 1; min-width: 0; padding-left: 32px; padding-block: 12px; }
.tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }

.tech-card { background: #ffffff; border: 1px solid rgba(20,80,222,0.08); border-radius: 14px; padding: 24px 14px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; transform: translateY(16px); animation: techCardIn 0.38s ease forwards; transition: box-shadow 0.24s ease, border-color 0.24s ease, transform 0.24s ease; }
.tech-card:hover { border-color: rgba(20,80,222,0.22); box-shadow: 0 6px 22px rgba(20,80,222,0.10); transform: translateY(-4px); }
@keyframes techCardIn { to { opacity: 1; transform: translateY(0); } }

.tech-card-logo { width: 72px; height: 72px; border-radius: 14px; background: #f7f8ff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; transition: transform 0.28s ease; }
.tech-card:hover .tech-card-logo { transform: scale(1.07); }
.tech-card-logo img { width: 52px; height: 52px; object-fit: contain; }
.tech-card-name { font-size: 0.88rem; font-weight: 700; color: #1450de; line-height: 1.2; margin: 0; }
.tech-card-desc { font-size: 0.78rem; color: #64748b; line-height: 1.6; margin: 0; }
.tech-no-results { color: #94a3b8; font-size: 0.9rem; text-align: center; padding: 48px 0; grid-column: 1 / -1; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1200px) { .tech-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1060px) { .tech-grid { grid-template-columns: repeat(3, 1fr); } .tech-sidebar { flex: 0 0 240px; width: 240px; } }
@media (max-width: 860px) {
    .tech-expertise-body { flex-direction: column; border-radius: 16px; }
    .tech-sidebar { flex: unset; width: 100%; position: static; max-height: none; flex-direction: row; overflow-x: auto; overflow-y: hidden; border-right: none; border-bottom: 1px solid rgba(20,80,222,0.09); padding: 10px 12px; gap: 6px; scrollbar-width: none; }
    .tech-sidebar::-webkit-scrollbar { display: none; }
    .tech-sidebar-tab { flex: 0 0 auto; width: auto; border-radius: 50px; padding: 9px 18px; }
    .tech-sidebar-tab::before, .tech-sidebar-tab::after { display: none; }
    .tech-sidebar-tab.active { border-radius: 50px; }
    .tech-sidebar-arrow { display: none; }
    .tech-content { padding-left: 0; }
    .tech-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 640px) {
    .tech-expertise-header { margin-bottom: 36px; }
    .tech-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .tech-card { padding: 18px 10px 16px; }
    .tech-sidebar-tab { padding: 8px 14px; }
    .tech-sidebar-label { font-size: 0.83rem; }
    .tech-sidebar-icon { width: 30px; height: 30px; }
    .tech-sidebar-icon svg { width: 15px; height: 15px; }
}
@media (max-width: 440px) {
    .tech-card-logo { width: 56px; height: 56px; }
    .tech-card-logo img { width: 40px; height: 40px; }
}

.svc-overview-section { background: linear-gradient(to top, #f7f8ff 0%, #ffffff 100%); padding: 80px 15px 70px; overflow: hidden; }
.svc-overview-header { max-width: 1290px; margin: 0 auto 68px; }
.svc-overview-title { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: #102c6d; line-height: 1.18; text-align: center; margin: auto; max-width: 80%; }
.svc-overview-container { max-width: 1290px; margin: 0 auto; display: flex; gap: 0; align-items: stretch; min-height: 520px; }
.svc-diagram-col { flex: 0 0 60%; width: 60%; display: flex; flex-direction: column; align-items: center; padding-right: 10px; }
.svc-hub { flex-shrink: 0; position: relative; display: flex; align-items: center; justify-content: center; z-index: 2; }
.svc-hub-ring { position: absolute; width: 140px; height: 140px; border-radius: 50%; border: 2px dashed rgba(20, 80, 222, 0.22); animation: svc-spin 18s linear infinite; }

@keyframes svc-spin { to { transform: rotate(360deg); } }

.svc-hub-inner { width: 110px; height: 110px; border-radius: 50%; background: linear-gradient(135deg, #1450de 0%, #102c6d 100%); box-shadow: 0 0 0 8px rgba(20, 80, 222, 0.12), 0 8px 32px rgba(20, 80, 222, 0.28); display: flex; align-items: center; justify-content: center; padding: 12px; z-index: 2; }
.svc-hub-label { color: #ffffff; font-size: 0.7rem; font-weight: 700; text-align: center; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.05em; }
.svc-scatter-area { flex: 1; width: 100%; position: relative; min-height: 380px; }
.svc-lines-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
.svc-node-card { position: absolute; width: 155px; background: #ffffff; border: 1.5px solid rgba(20, 80, 222, 0.14); border-radius: 16px; padding: 8px 12px 8px 10px; cursor: pointer; text-align: center; white-space: normal; box-shadow: 0 2px 10px rgba(20, 80, 222, 0.07); transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease; z-index: 2; user-select: none; }
.svc-node-card:hover, .svc-node-card.active { border-color: #1450de; box-shadow: 0 4px 18px rgba(20, 80, 222, 0.18); transform: translateY(-2px) scale(1.04); background: #eef2ff; }
.svc-node-label { font-size: 0.75rem; font-weight: 700; color: #102c6d; line-height: 1; }
.svc-node-card.active .svc-node-label { color: #1450de; }
.svc-overview-info { flex: 0 0 40%; width: 40%; display: flex; flex-direction: column; justify-content: flex-start; border-left: 1px solid rgba(20, 80, 222, 0.09); padding-left: 10px; }
.svc-overview-divider { width: 48px; height: 3px; background: linear-gradient(90deg, #1450de, #102c6d); border-radius: 2px; margin-bottom: 22px; }
.svc-overview-intro { color: #475569; font-size: 14px; line-height: 1.82; margin: 0 0 32px; }
.svc-intro-top { display: none; }
.svc-intro-desktop { display: block; }
.svc-detail-box { background: #ffffff; border: 1.5px solid rgba(20, 80, 222, 0.12); border-radius: 16px; padding: 22px 20px; opacity: 0; transform: translateY(10px); transition: opacity 0.28s ease, transform 0.28s ease; position: relative; overflow: hidden; flex: 1; }
.svc-detail-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #1450de, #102c6d); border-radius: 16px 16px 0 0; }
.svc-detail-box.visible { opacity: 1; transform: translateY(0); }
.svc-detail-num { font-size: 0.7rem; font-weight: 800; color: #1450de; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.svc-detail-title { font-size: 1.05rem; font-weight: 700; color: #102c6d; margin: 0 0 12px; line-height: 1.3; }
.svc-detail-desc { font-size: 0.875rem; color: #475569; line-height: 1.78; margin: 0; }
.svc-overview-empty { color: #94a3b8; font-size: 0.9rem; grid-column: 1 / -1; text-align: center; padding: 40px 0; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
    .svc-node-label { font-size: 0.76rem; }
    .svc-hub-inner { width: 94px; height: 94px; }
    .svc-hub-ring { width: 120px; height: 120px; }
    .svc-diagram-col { padding-right: 24px; }
    .svc-overview-info { padding-left: 10px; }
}

@media (max-width: 900px) {
    .svc-overview-container { flex-direction: column; min-height: unset; }
    .svc-diagram-col { flex: unset; width: 100%; padding: 0 0 32px; }
    .svc-scatter-area { min-height: 420px; }
    .tech-expertise-section { padding: 30px 12px; }
    .svc-overview-info { flex: unset; width: 100%; padding: 32px 0 0; border-left: none; border-top: 1px solid rgba(20, 80, 222, 0.09); }
    .svc-overview-section { padding: 64px 16px; }
    .svc-intro-top { display: block; text-align: center; margin: 16px auto 0; }
    .svc-intro-desktop { display: none; }
}

@media (max-width: 768px) {
    .svc-scatter-area.svc-grid-mode { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 0 8px; min-height: unset; align-content: flex-start; position: static; margin-top: 20px; }
    .svc-scatter-area.svc-grid-mode .svc-node-card { position: static; width: auto; flex: 0 0 calc(50% - 4px); justify-content: center; text-align: center; }
    .svc-overview-title { width: 100%; }
}

@media (max-width: 480px) {
    .svc-scatter-area.svc-grid-mode .svc-node-card { flex: 0 0 100%; }
}

@media (max-width: 600px) {
    .svc-overview-header { margin-bottom: 32px; }
    .svc-scatter-area { min-height: 340px; }
    .svc-lines-svg { display: none; }
}