/* Portal visual system: shared by the CMS homepage and all public subpages. */
:root { --text: #14243c; --text-2: #637086; --text-3: #6d7b90; --bg-soft: #f5f7fb; --accent: #245bd5; --accent-deep: #204ba9; }
html { scroll-padding-top: 100px; }
body { overflow-wrap: break-word; }
::selection { background: #c8dcff; color: #102442; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #5595ef; outline-offset: 5px; }
.nav-inner { height: 84px; }
.nav { border-bottom: 1px solid rgba(130,155,190,.13); }
.nav-links { gap: 32px; font-size: 14px; }
.nav.overlay:not(.scrolled) { backdrop-filter: blur(12px); background: rgba(6,21,48,.24); }
.hero { min-height: 100vh; min-height: 100svh; min-height: 100dvh; padding: 124px 40px 72px; background: radial-gradient(ellipse at 76% 44%, #143c76 0, transparent 48%), linear-gradient(115deg, #08182e, #0e2852); }
.hero::before { animation: none; background: linear-gradient(rgba(151,188,243,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(151,188,243,.035) 1px, transparent 1px); background-size: 80px 80px; opacity: 1; }
#heroParticles { opacity: .45; }
.hero-inner { gap: 60px; }
.hero-content { flex: 1.2; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: #a1bedf; font-size: 11px; letter-spacing: 2.4px; margin-bottom: 30px; }
.hero-eyebrow span { width: 23px; height: 2px; background: #7cadff; }
.hero h1 { font-size: clamp(44px, 4.7vw, 70px); line-height: 1.24; letter-spacing: -1.5px; font-weight: 650; }
.hero h1 .grad { background: linear-gradient(110deg, #8bbcff, #cae3ff); background-clip: text; -webkit-background-clip: text; }
.hero p.sub { font-size: 15px; line-height: 2; max-width: 560px; color: #acbed5; }
.btn { border-radius: 5px; padding: 14px 26px; gap: 28px; font-weight: 500; }
.hero .btn-primary { background: #fff; color: #18396e; box-shadow: none; }
.hero .btn-ghost { background: transparent; border: 1px solid #6a809f; }
.hero-stats { margin-top: 54px; padding-top: 28px; border-top: 1px solid #ffffff24; gap: 36px; }
.hero-stats .num { font-size: 32px; font-weight: 500; }
.hero-stats .label { font-size: 11px; color: #9db2cc; }
.hero-visual { flex: 1; height: clamp(360px, 52svh, 480px); min-width: 0; }
.engine-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); width: 205px; height: 235px; border-radius: 40px; border: 1px solid #a6cfff8c; background: linear-gradient(135deg, #7fbbfa45, #153e7555 50%, #77b4f22e); box-shadow: inset 0 0 50px #9bccff20, 0 0 95px #4d99ff22, 15px 18px 0 -5px #0b284f, 16px 19px 0 -5px #648fc9; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #dcecff; backdrop-filter: blur(8px); }
.engine-core span { font-size: 10px; letter-spacing: 5px; }
.engine-core strong { font-size: 98px; line-height: 1.4; font-weight: 500; letter-spacing: -7px; }
.engine-core small { font-size: 8px; letter-spacing: 2px; }
.engine-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid #8abafa44; border-radius: 50%; width: 420px; height: 420px; transform: translate(-50%,-50%) rotate(-30deg) scaleY(.6); }
.orbit-two { transform: translate(-50%,-50%) rotate(45deg) scaleY(.65); border-color: #8abafa28; }
.orbit-three { width: 485px; height: 485px; transform: translate(-50%,-50%); border-style: dashed; border-color: #8abafa20; }
.orbit-one::after { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #c9e5ff; top: 80px; left: 37px; box-shadow: 0 0 20px #8dcaff; }
.engine-label { position: absolute; padding: 12px 18px; border: 1px solid #8fb8ef30; background: #14315bd9; border-radius: 5px; font-size: 11px; letter-spacing: 1px; color: #bfd5f1; }
.engine-label i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 10px; background: #83baff; }
.label-top { top: 46px; right: 0; }
.label-bottom { bottom: 62px; left: 0; }
.engine-caption { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 9px; letter-spacing: 3px; color: #819abb; }
.scroll-cue { bottom: 24px; font-size: 10px; flex-direction: row; gap: 14px; }
.scroll-cue .wheel { width: 17px; height: 27px; }
.section { min-height: auto; padding: 104px 40px; }
.section-inner, .nav-inner, .footer-inner, .news-hero-inner { max-width: 1280px; }
.sec-head, .sec-head.center { max-width: none; text-align: left; margin: 0 0 44px; }
.sec-tag { font-size: 11px; letter-spacing: 2.5px; }
.sec-head h2 { font-size: clamp(30px, 3vw, 43px); font-weight: 600; line-height: 1.4; }
.sec-head p { font-size: 15px; }
.svc-grid { gap: 24px; counter-reset: service; }
.svc-card { text-align: left; background: white; padding: 38px 32px; border: 1px solid #e5eaf2; border-radius: 8px; position: relative; counter-increment: service; }
.svc-card::after { content: '0' counter(service); position: absolute; top: 34px; right: 30px; color: #9baec6; font-size: 12px; letter-spacing: 2px; }
.svc-icon { margin: 0 0 30px; width: 75px; height: 62px; }
.svc-card h3 { font-size: 23px; font-weight: 600; }
.svc-card p { line-height: 1.95; }
.svc-card:hover { border-color: #b4c9eb; box-shadow: 0 16px 35px #183a6a09; }
.sol-vertical { gap: 48px; border-top: 1px solid #e4eaf2; padding-top: 36px; }
.sol-vtabs { flex-basis: 190px; }
.sol-vtabs .vtab { color: #637086; font-weight: 500; font-size: 15px; padding: 17px 22px; }
.sol-vpanel { gap: 24px; }
.sol-item { padding: 25px; background: #f6f8fb; border: 1px solid #eaf0f7; border-radius: 6px; }
.sol-vpanel .sol-item .sol-ic { width: 32px; height: 32px; }
.section-products { background: #0d2343; color: #fff; }
.section-products .sec-tag { color: #8ebafd; }
.section-products .sec-head p { color: #a7bad4; }
.prod-card { background: #152e50; border: 1px solid #ffffff1c; box-shadow: none; border-radius: 8px; padding: 44px; min-height: 300px; }
.prod-card h3 { color: #fff; font-size: 32px; font-weight: 500; }
.prod-card p { color: #aec0d8; max-width: 430px; }
.prod-tag { color: #96bdf5; }
.prod-feats span { color: #c1d5f0; background: #ffffff08; border: 1px solid #ffffff1c; border-radius: 4px; }
.news-grid { gap: 24px; }
.news-grid .news-item, .news-list .news-item { padding: 30px; border: 0; border-radius: 0; background: transparent; display: flex; flex-direction: column; }
.news-grid .news-item, .news-list .news-item { transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.news-grid .news-item:hover, .news-list .news-item:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 12px 32px rgba(25, 59, 108, .09); }
.news-meta { flex-wrap: wrap; gap: 12px; color: #697b93; font-size: 12px; }
.news-cat { border-radius: 3px; background: #edf3fd; }
.news-grid .news-item h3, .news-item h2 { font-size: 21px; font-weight: 600; margin-top: 24px; line-height: 1.6; }
.news-item p { line-height: 1.9; }
.news-read { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; font-size: 12px; color: #2454a4; }
#news .news-more { text-align: right; padding-top: 30px; }
#contact { min-height: auto; background: #eaf1fc; padding: 76px 40px; }
#contact::before, .contact-shapes { display: none; }
.cta-band { text-align: left; position: relative; padding-right: 260px; }
.cta-band h2 { color: #17345e; font-size: clamp(28px, 3vw, 40px); font-weight: 600; }
.cta-band p { color: #61748e; margin: 18px 0 0; max-width: 650px; }
.cta-band .btn-primary { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #245bd5; color: #fff; box-shadow: none; }
.footer, .footer#siteFooter { background: #09192e; min-height: auto; }
.footer#siteFooter .footer-inner { padding: 64px 24px 30px; }
.footer-bottom { font-size: 11px; color: #91a1b8; }
.footer-grid, .footer#siteFooter .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; }
.footer-col a, .footer-contact p { overflow-wrap: anywhere; }
.news-hero { padding: 148px 40px 65px; background: linear-gradient(120deg, #eef3fb, #f8fafd); border-bottom: 1px solid #e5ebf4; }
.news-hero h1 { font-size: clamp(36px, 4vw, 56px); font-weight: 600; margin-top: 18px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #6b7c94; margin-bottom: 30px; }
.breadcrumb a:hover { color: var(--accent); }
.news-list { max-width: 1280px; gap: 24px; padding: 48px 0 72px; }
.news-pagination { display: flex; justify-content: center; align-items: center; gap: 24px; padding: 0 24px 60px; font-size: 14px; }
.news-pagination a { padding: 10px 18px; background: #eef3fc; border-radius: 4px; }
.article { max-width: 920px; padding: 132px 32px 80px; }
.article h1 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.45; font-weight: 600; }
.article-deck { color: #6a7890; font-size: 17px; line-height: 1.9; margin-top: 24px; padding-bottom: 30px; border-bottom: 1px solid #e2e8f1; }
.article-cover { margin-top: 32px; width: 100%; max-height: 500px; object-fit: cover; border-radius: 7px; }
.article-body { font-size: 16px; line-height: 2; margin-top: 40px; }
.article-body h2 { font-size: 26px; color: var(--text); margin: 40px 0 20px; }
.article-body ol { padding-left: 24px; }
.article-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote { border-left: 3px solid #6597eb; background: #f5f8fc; margin: 24px 0; padding: 20px 24px; }
.article-body pre { overflow-x: auto; padding: 20px; background: #f1f5fa; border-radius: 5px; }
.article-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-body td, .article-body th { border: 1px solid #dce4ef; padding: 10px 16px; }
.geo-summary { border-radius: 0 6px 6px 0; padding: 25px 28px; }
.article-back { border-top: 1px solid #e1e8f1; padding-top: 30px; display: block; }
body[data-route='contact'] { background: #f5f7fb; }
.contact-page { max-width: 1200px; padding-top: 138px; }
.contact-page-head { gap: 48px; align-items: stretch; }
.contact-page-head h1 { font-weight: 600; line-height: 1.3; }
.contact-direct { background: #122e54; color: #a9bed9; justify-content: center; padding: 28px; border-radius: 7px; }
.contact-direct a { color: #fff; overflow-wrap: anywhere; }
.contact-form-card { border-radius: 8px; box-shadow: 0 20px 70px #152e5005; }
.contact-form-intro { border-bottom: 1px solid #e7ecf3; padding-bottom: 24px; }
.contact-form input, .contact-form textarea { background: #f9fbfd; border-radius: 5px; }
.contact-form-submit .btn-primary { color: #fff; background: #245bd5; box-shadow: none; }
.contact-process { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; color: #5d7390; font-size: 12px; }
@media (max-width: 1100px) { .hero-inner { gap: 24px; } .engine-orbit { width: 340px; height: 340px; } .orbit-three { width: 390px; height: 390px; } .hero-stats { gap: 24px; } .nav-links { gap: 22px; } }
@media (max-width: 960px) { .hero-content { max-width: 680px; } .svc-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; } .svc-card { padding: 28px 22px; } .sol-vtabs { flex-basis: auto; overflow-x: auto; } .sol-vtabs .vtab { white-space: nowrap; } .footer-grid, .footer#siteFooter .footer-grid { grid-template-columns: 1fr 1fr; } .cta-band { padding-right: 0; } .cta-band .btn-primary { position: static; transform: none; margin-top: 28px; } }
@media (max-width: 640px) { .nav-inner { height: 70px; padding: 0 20px; } .nav-links { top: 76px; } .nav-indicator { display: none; } .hero { padding: 110px 22px 80px; } .hero h1 { font-size: clamp(38px, 10.5vw, 56px); letter-spacing: -1px; } .hero-eyebrow { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 28px; } .hero p.sub { font-size: 14px; } .hero-actions { gap: 12px; margin-top: 28px; } .btn { padding: 13px 18px; font-size: 14px; gap: 16px; } .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; margin-top: 35px; } .hero-stats .num { font-size: 29px; } .section { padding: 64px 20px; } .sec-head, .sec-head.center { margin-bottom: 30px; } .svc-grid, .news-grid, .prod-grid { grid-template-columns: 1fr; } .svc-card { padding: 28px; } .prod-card { padding: 30px; min-height: 280px; } .prod-card h3 { font-size: 28px; } .news-grid .news-item, .news-list .news-item { padding: 25px; } .news-hero { padding: 112px 22px 40px; } .news-list { width: calc(100% - 40px); padding: 30px 0 45px; } .article { padding: 106px 22px 60px; } .article-deck { font-size: 15px; } .article-body { font-size: 15px; } .contact-page { padding: 112px 20px 60px; } .contact-page-head { gap: 24px; } .contact-form-card { padding: 26px 22px; } .contact-form-submit .btn { justify-content: center; } #contact { padding: 58px 22px; } .footer-grid, .footer#siteFooter .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; } .footer-brand, .footer-contact { grid-column: 1 / -1; } .footer-beian { gap: 10px; } .contact-success { align-items: flex-start; flex-direction: column; } }

/* Indexable content and service detail pages. All panels remain visible without JS. */
#solutions:not(.tabs-enhanced) .sol-vpanel { display: grid; margin-bottom: 32px; }
#solutions .sol-vpanel[hidden] { display: none; }
.solution-group-title { grid-column: 1 / -1; font-size: 20px; }
.tabs-enhanced .solution-group-title { display: none; }
.sol-ic { font-size: 22px; font-weight: 500; }
.detail-link { display: inline-block; margin-top: 20px; color: var(--accent); font-size: 13px; }
.detail-cta { background: var(--accent); color: #fff; margin-top: 28px; }
.detail-layout { max-width: 1280px; margin: 0 auto; padding: 64px 24px 96px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 80px; }
.detail-main > section { margin-bottom: 46px; }
.detail-main h2 { font-size: 27px; font-weight: 600; margin: 12px 0 20px; }
.detail-main p, .detail-main li { color: var(--text-2); line-height: 1.95; }
.deliverables, .process-list { padding-left: 24px; }
.deliverables li, .process-list li { margin-bottom: 12px; padding-left: 8px; }
.detail-sidebar { align-self: start; background: #f5f8fd; padding: 26px; border-radius: 7px; }
.detail-sidebar h2 { font-size: 18px; margin-bottom: 16px; }
.detail-sidebar a { display: block; padding: 13px 0; border-bottom: 1px solid #e1e8f3; font-size: 14px; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 20px 0; color: #6b7e97; font-size: 13px; }
.article-byline a { color: var(--accent); }
.article-sources { margin-top: 40px; padding: 26px; background: #f5f8fd; }
.article-sources h2 { font-size: 20px; margin-bottom: 12px; }
.article-sources ul { padding-left: 20px; }
.article-sources a { color: var(--accent); overflow-wrap: anywhere; }
.demo-notice { padding: 20px 24px; margin-bottom: 28px; border-left: 4px solid #c18a33; background: #fff7e8; color: #6e5026; }
@media (max-width: 800px) { .detail-layout { grid-template-columns: 1fr; gap: 32px; padding: 40px 22px 60px; } .detail-sidebar { width: 100%; } }

/* Language disclosure works with keyboard, touch, and without JavaScript. */
.language-switch { position: relative; flex-shrink: 0; font-size: 13px; }
.language-toggle { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 10px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; list-style: none; transition: background .2s, border-color .2s; }
.language-toggle::-webkit-details-marker { display: none; }
.language-toggle:hover, .language-switch[open] .language-toggle { background: rgba(110,148,199,.12); border-color: rgba(130,155,190,.25); }
.language-icon { width: 17px; height: 17px; flex-shrink: 0; }
.language-chevron { width: 6px; height: 6px; margin-left: 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.language-switch[open] .language-chevron { transform: translateY(1px) rotate(225deg); }
.language-options { position: absolute; top: calc(100% + 10px); right: 0; min-width: 156px; padding: 6px; background: #fff; color: var(--text); border: 1px solid #e5ebf4; border-radius: 7px; box-shadow: 0 12px 32px rgba(8,24,46,.18); }
.language-options a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; padding: 9px 12px; border-radius: 4px; white-space: nowrap; }
.language-options a:hover, .language-options a:focus-visible { background: #f0f5fd; color: var(--accent-deep); }
.language-options a[aria-current] { background: #edf3fd; color: var(--accent-deep); }
.language-options a[aria-current]::after { content: ''; width: 5px; height: 9px; margin-right: 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.nav.overlay:not(.scrolled) .language-switch { color: #fff; }
.nav.scrolled .language-switch { color: var(--text); }
html[lang=en] .hero h1 { font-size: clamp(36px,5vw,70px); line-height: 1.12; }
html[lang=en] .hero-actions { flex-wrap: wrap; }
html[lang=en] .news-pagination { flex-wrap: wrap; }
html[lang=en] .sec-head h2 { line-height: 1.25; }
html[lang=en] .nav-links { gap: 24px; }
@media (max-width: 640px) {
  .language-switch { margin-left: auto; margin-right: 12px; order: 1; }
  .nav-toggle { order: 2; }
  .nav-links { order: 3; }
}
