:root {
  --brand: #000888;
  --brand-2: #0917b5;
  --ink: #1a1a2f;
  --text: #424451;
  --muted: #747784;
  --line: #dde0e6;
  --soft: #f4f5f7;
  --white: #ffffff;
  --green: #16735a;
  --header-h: 76px;
  --content: 1240px;
  --shadow: 0 18px 50px rgba(18, 22, 40, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
main { padding-top: var(--header-h); overflow: hidden; }
.container { width: min(calc(100% - 64px), var(--content)); margin: 0 auto; }
.section { padding: 92px 0; }
.section.soft { background: var(--soft); }
.section.dark { color: var(--white); background: var(--ink); }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.dark .eyebrow { color: #9ea8ff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-head.center { display: block; max-width: 700px; margin-right: auto; margin-left: auto; text-align: center; }
.section-head h2, .page-title { margin: 0; color: var(--ink); font-size: 36px; line-height: 1.25; letter-spacing: 0; }
.dark .section-head h2 { color: var(--white); }
.section-head p { max-width: 560px; margin: 10px 0 0; color: var(--muted); }
.dark .section-head p { color: rgba(255,255,255,.64); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 700; white-space: nowrap; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 4px; background: var(--white); cursor: pointer; transition: .2s ease; }
.icon-button:hover { color: var(--white); border-color: var(--brand); background: var(--brand); }
.icon-button svg { width: 19px; height: 19px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--brand); border-radius: 4px; background: var(--brand); color: var(--white); font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--brand-2); transform: translateY(-1px); }
.button.secondary { border-color: var(--line); color: var(--ink); background: var(--white); }
.button.secondary:hover { border-color: var(--brand); color: var(--brand); }
.button svg { width: 18px; height: 18px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); border-bottom: 1px solid rgba(221,224,230,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 48px), 1360px); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; }
.logo-link { width: 200px; display: block; }
.logo-link img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.desktop-nav { height: 100%; display: flex; align-items: stretch; justify-content: center; gap: 34px; }
.nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.nav-link { height: 100%; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; color: #333642; font-size: 16px; font-weight: 700; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--brand); border-bottom-color: var(--brand); }
.dropdown { position: absolute; top: calc(100% + 1px); left: 50%; width: 224px; padding: 10px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .2s ease; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a { display: flex; align-items: center; padding: 11px 12px; border-radius: 3px; color: var(--text); font-size: 14px; }
.dropdown a:hover { color: var(--brand); background: #f1f3ff; }
.header-phone { justify-self: end; display: flex; align-items: center; gap: 11px; }
.header-phone .phone-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: #eef0ff; }
.header-phone .phone-icon svg { width: 17px; }
.header-phone strong { display: block; color: var(--ink); font-size: 17px; white-space: nowrap; }
.menu-toggle { display: none; justify-self: end; }
.mobile-panel { position: fixed; inset: var(--header-h) 0 0; z-index: 999; display: none; padding: 24px; background: var(--white); overflow-y: auto; }
.mobile-panel.open { display: block; }
.mobile-group { border-bottom: 1px solid var(--line); }
.mobile-group > a, .mobile-group > button { width: 100%; min-height: 54px; display: flex; align-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); font-weight: 700; text-align: left; }
.mobile-submenu { display: none; padding: 0 0 14px 14px; }
.mobile-submenu.open { display: grid; gap: 4px; }
.mobile-submenu a { padding: 8px 0; color: var(--muted); }
.mobile-contact { margin-top: 26px; }

/* Hero */
.home-hero { position: relative; height: min(680px, calc(100vh - var(--header-h))); min-height: 560px; color: var(--white); background: var(--ink); }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transition: opacity .8s ease; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: rgba(9, 10, 26, .62); }
.hero-slide.active { opacity: 1; }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-brand { margin: 0 0 16px; color: var(--white); font-size: 24px; font-weight: 800; }
.hero-content h1 { width: 100%; max-width: 820px; margin: 0; font-size: 58px; line-height: 1.18; letter-spacing: 0; }
.hero-title-line { display: block; white-space: nowrap; transform: scaleX(var(--hero-title-scale, 1)); transform-origin: left center; }
.hero-content p { max-width: 620px; margin: 22px 0 32px; color: rgba(255,255,255,.74); font-size: 18px; }
.hero-content .hero-brand { margin: 0 0 16px; color: var(--white); font-size: 24px; }
.subhero { min-height: 360px; position: relative; display: flex; align-items: center; color: var(--white); background-position: center; background-size: cover; }
.subhero::after { content: ""; position: absolute; inset: 0; background: rgba(14,16,33,.7); }
.subhero .container { position: relative; z-index: 1; }
.subhero .eyebrow { color: #bdc4ff; }
.subhero h1 { max-width: 790px; margin: 0; font-size: 48px; line-height: 1.22; }
.subhero p { max-width: 690px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.subhero.subhero-light { color: var(--ink); background-color: #eef4fb; }
.subhero.subhero-light::after { background: linear-gradient(90deg, rgba(247,250,255,.96) 0%, rgba(241,247,255,.84) 44%, rgba(232,242,255,.58) 72%, rgba(255,255,255,.24)); }
.subhero.subhero-light .eyebrow { color: var(--brand); }
.subhero.subhero-light h1 { color: var(--ink); }
.subhero.subhero-light p { color: #4c5668; }
.subhero.image-mode-contain { background-color: #eef1f5; background-position: right center; background-repeat: no-repeat; background-size: 58% auto; }
.subhero.image-mode-contain::after { background: linear-gradient(90deg, rgba(14,16,33,.93) 0 48%, rgba(14,16,33,.68) 72%, rgba(14,16,33,.45)); }

/* Home */
.intro-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 88px; align-items: center; }
.intro-copy h2 { margin: 0 0 24px; color: var(--ink); font-size: 38px; line-height: 1.35; }
.intro-copy p { margin: 0 0 18px; font-size: 16px; }
.intro-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 140px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact strong { display: block; color: var(--brand); font-size: 30px; }
.fact span { color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: end; }
.service-card { height: 430px; position: relative; overflow: hidden; border-radius: 6px; background: var(--ink); color: var(--white); cursor: pointer; }
.service-card-image { position: absolute; z-index: 1; inset: 0; display: block; }
.service-card:focus-visible, .service-card-image:focus-visible { outline: 3px solid rgba(255,255,255,.78); outline-offset: -6px; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s ease, opacity .3s ease; }
.service-card-image img.image-mode-contain { padding: 28px; object-fit: contain; background: #edf1f5; }
.service-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(16,18,35,.28); pointer-events: none; }
.service-card-panel { position: absolute; z-index: 2; inset: auto 0 0; min-height: 132px; padding: 20px; background: rgba(16,18,35,.92); transform: translateY(calc(100% - 112px)); transition: transform .35s ease; }
.service-card h3 { margin: 0 0 7px; font-size: 21px; line-height: 1.3; }
.service-card .keyword { margin: 0; color: #bfc6ff; font-size: 13px; font-weight: 700; }
.service-card .summary { margin: 13px 0 11px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.65; }
.service-card .card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; }
.service-card:hover .service-card-image img, .service-card:focus-within .service-card-image img, .service-card.expanded .service-card-image img { transform: scale(1.05); opacity: .58; }
.service-card:hover .service-card-panel, .service-card:focus-within .service-card-panel, .service-card.expanded .service-card-panel { transform: translateY(0); }
.home-case-showcase { display: grid; gap: 22px; }
.home-case-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.home-case-tab { min-height: 36px; padding: 0 18px; border: 0; border-radius: 5px; color: #4f5361; background: #f0f2f7; font-size: 13px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.home-case-tab:hover { color: var(--brand); background: #e8ebf5; }
.home-case-tab.active { color: var(--white); background: var(--brand); }
.home-case-layout { display: grid; gap: 18px; }
.home-case-feature, .home-case-mini { position: relative; overflow: hidden; border-radius: 7px; background: var(--ink); }
.home-case-feature { height: 360px; }
.home-case-feature > a, .home-case-mini > a { height: 100%; display: block; position: relative; }
.home-case-feature img, .home-case-mini img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .25s ease; }
.home-case-feature > a::after, .home-case-mini > a::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(8,10,22,.92), rgba(8,10,22,0)); }
.home-case-feature:hover img, .home-case-mini:hover img { transform: scale(1.04); opacity: .9; }
.home-case-feature .tag-row, .home-case-mini .tag-row { position: absolute; z-index: 2; left: 14px; top: 14px; }
.case-caption { position: absolute; z-index: 1; inset: auto 0 0; padding: 30px; color: var(--white); }
.case-caption h3 { margin: 0 0 6px; font-size: 23px; line-height: 1.35; }
.case-caption p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); }
.home-case-minors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-case-mini { height: 164px; }
.home-case-mini .tag-row { left: 10px; top: 10px; }
.home-case-mini .case-caption { padding: 14px; }
.home-case-mini .case-caption h3 { display: -webkit-box; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 14px; }
.home-case-mini .tag { min-height: 22px; padding: 0 7px; font-size: 10px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 3px; color: var(--white); background: var(--brand); font-size: 11px; font-weight: 700; }
.tag.service { background: var(--green); }
.advantage-panel { display: grid; grid-template-columns: 350px 1fr; min-height: 380px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantage-tabs { display: grid; align-content: stretch; border-right: 1px solid var(--line); }
.advantage-tab { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; padding: 24px 28px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.advantage-tab:last-child { border-bottom: 0; }
.advantage-tab span { color: #a7abb5; }
.advantage-tab.active { color: var(--white); background: var(--brand); }
.advantage-tab.active span { color: rgba(255,255,255,.65); }
.advantage-icon { width: 48px; height: 48px; padding: 9px; border-radius: 4px; background: #eef0ff; object-fit: contain; transition: background .2s ease, filter .2s ease, opacity .2s ease; }
.advantage-tab.active .advantage-icon { background: rgba(255,255,255,.14); filter: brightness(0) invert(1); opacity: .96; }
.advantage-detail { display: flex; flex-direction: column; justify-content: center; padding: 54px 64px; overflow: hidden; color: var(--white); background-color: var(--ink); background-position: center; background-size: cover; }
.advantage-detail .num { color: rgba(255,255,255,.72); font-size: 44px; font-weight: 800; line-height: 1; }
.advantage-detail h3 { margin: 0 0 16px; color: var(--white); font-size: 28px; }
.advantage-detail p { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.9; }
.partner-wrap { position: relative; padding: 0 58px; }
.partner-viewport { overflow: hidden; touch-action: pan-y; }
.partner-track { display: flex; width: 100%; transition: transform .45s ease; cursor: grab; will-change: transform; }
.partner-track:active { cursor: grabbing; }
.partner-page { min-width: 100%; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 76px; gap: 16px; }
.partner-mark { min-width: 0; height: 76px; display: grid; place-items: center; position: relative; padding: 12px 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; color: #696e78; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.partner-mark:hover { border-color: #b9bfca; box-shadow: 0 5px 16px rgba(18, 24, 38, .08); }
.partner-logo, .partner-name { grid-area: 1 / 1; }
.partner-logo { width: 100%; max-width: 132px; height: 42px; object-fit: contain; filter: none; opacity: 1; user-select: none; pointer-events: none; }
.partner-name { max-width: 100%; font-size: 15px; font-weight: 800; line-height: 1.25; text-align: center; overflow-wrap: anywhere; }
.partner-mark.has-logo:not(.is-supplemented) .partner-name { visibility: hidden; }
.partner-mark.is-supplemented { grid-template-rows: 30px auto; gap: 4px; padding-top: 10px; padding-bottom: 8px; }
.partner-mark.is-supplemented .partner-logo, .partner-mark.is-supplemented .partner-name { grid-area: auto; }
.partner-mark.is-supplemented .partner-logo { height: 28px; max-width: 112px; }
.partner-mark.is-supplemented .partner-name { font-size: 12px; line-height: 1.12; color: #5f6672; }
.partner-mark.is-fallback .partner-logo { display: none; }
.partner-prev, .partner-next { position: absolute; top: 50%; transform: translateY(-50%); }
.partner-prev { left: 0; }
.partner-next { right: 0; }
.news-carousel-shell { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 14px; align-items: center; }
.news-carousel { min-width: 0; overflow: hidden; }
.news-card-track { display: flex; transition: transform .4s ease; }
.news-card { min-width: 33.333%; flex: 0 0 33.333%; padding: 0 10px; }
.news-card-image { height: 210px; position: relative; overflow: hidden; border-radius: 5px; background: var(--ink); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover img { transform: scale(1.04); }
.news-card-body { padding: 18px 2px 0; }
.news-card h3 { margin: 8px 0; color: var(--ink); font-size: 19px; line-height: 1.45; }
.news-card p { margin: 0; color: var(--muted); font-size: 13px; }
.news-row { min-height: 188px; display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.news-row:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.news-row-image { width: 190px; height: 140px; position: relative; }
.news-row img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.news-row h3 { margin: 6px 0 7px; color: var(--ink); font-size: 17px; line-height: 1.45; }
.news-row p { margin: 0; color: var(--muted); font-size: 13px; }
.news-meta { width: 100%; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--brand); font-size: 12px; font-weight: 700; }
.news-date { color: var(--muted); }
.news-detail-meta { display: inline-flex; align-items: center; gap: 10px; }

/* Contact and footer */
.contact-section { scroll-margin-top: var(--header-h); padding: 86px 0; color: var(--white); background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-copy h2 { margin: 0 0 20px; font-size: 38px; line-height: 1.3; }
.contact-copy > p { color: rgba(255,255,255,.63); }
.contact-points { display: grid; gap: 18px; margin-top: 34px; }
.contact-point { display: flex; gap: 14px; align-items: flex-start; }
.contact-point svg { width: 20px; margin-top: 4px; color: #a8b0ff; }
.contact-point span { display: block; color: rgba(255,255,255,.5); font-size: 12px; }
.contact-point strong { color: var(--white); }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.7); font-size: 13px; }
.field label .required-star { color: #ff6b6b; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; outline: 0; color: var(--white); background: rgba(255,255,255,.07); }
.field input { height: 46px; padding: 0 13px; }
.field textarea { min-height: 104px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #a8b0ff; }
.field.error input { border-color: #ffb4b4; }
.form-error { min-height: 22px; margin: 8px 0; color: #ffcccc; font-size: 13px; }
.form-success { min-height: 340px; display: grid; place-items: center; text-align: center; }
.form-success svg { width: 52px; height: 52px; color: #a8b0ff; }
.form-success h3 { margin: 16px 0 6px; font-size: 24px; }
.form-success p { margin: 0; color: rgba(255,255,255,.6); }
.site-footer { padding: 58px 0 24px; color: rgba(255,255,255,.58); background: #10111f; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; align-items: stretch; gap: 68px; }
.footer-about { display: flex; flex-direction: column; }
.footer-logo { width: 230px; height: auto; object-fit: contain; object-position: left center; background: var(--white); }
.footer-about p { max-width: 520px; margin: auto 0 0; }
.footer-col:not(.footer-qr) { display: flex; flex-direction: column; }
.footer-col h3 { margin: 0 0 14px; color: var(--white); font-size: 15px; }
.footer-col a { display: block; margin: 10px 0; }
.footer-col:not(.footer-qr) a:first-of-type { margin-top: auto; }
.footer-col:not(.footer-qr) a:last-child { margin-bottom: 0; }
.footer-col a:hover { color: var(--white); }
.footer-qr { display: flex; flex-direction: column; align-items: flex-start; }
.footer-qr img { width: 128px; height: 128px; margin-top: auto; padding: 8px; border-radius: 4px; background: var(--white); }
.footer-qr span { display: block; margin-top: 10px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; }

/* Business */
.gateway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gateway { min-height: 155px; padding: 24px; border-top: 3px solid var(--brand); background: var(--soft); transition: .2s ease; }
.gateway:hover { background: #eceeff; transform: translateY(-3px); }
.gateway h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }
.gateway p { margin: 0 0 18px; color: var(--brand); font-size: 12px; font-weight: 700; }
.business-band { padding: 80px 0; border-top: 1px solid var(--line); }
.business-band:nth-child(even) { background: var(--soft); }
.business-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.business-band:nth-child(even) .business-image { order: 2; }
.business-image { height: 390px; overflow: hidden; border-radius: 6px; }
.business-image img { width: 100%; height: 100%; object-fit: cover; }
.business-image.image-mode-contain { padding: 30px; background: #edf1f5; }
.business-image.image-mode-contain img { object-fit: contain; }
.business-copy h2 { margin: 0 0 12px; color: var(--ink); font-size: 32px; }
.business-copy .keyword { color: var(--brand); font-weight: 800; }
.business-copy p { margin: 18px 0 26px; color: var(--muted); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.capability { min-height: 230px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.capability-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink); }
.capability-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.capability:hover .capability-image img { transform: scale(1.04); }
.capability-body { padding: 22px 24px 24px; }
.capability svg { width: 25px; height: 25px; color: var(--brand); }
.capability h3 { margin: 20px 0 0; color: var(--ink); font-size: 16px; }
.solution-list { border-top: 1px solid var(--line); }
.solution-item { display: grid; grid-template-columns: 60px 250px minmax(0, 1fr) 280px; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.solution-item .num { color: #bec2cd; font-size: 30px; font-weight: 800; }
.solution-item h3 { margin: 4px 0 0; color: var(--ink); font-size: 20px; }
.solution-copy p { margin: 0 0 14px; color: var(--muted); }
.solution-copy p:last-child { margin-bottom: 0; }
.solution-copy ul { margin: 0; padding-left: 20px; color: var(--muted); }
.solution-copy li + li { margin-top: 9px; }
.solution-image { width: 100%; overflow: hidden; border-radius: 6px; background: var(--ink); aspect-ratio: 4 / 3; }
.solution-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.solution-item:hover .solution-image img { transform: scale(1.04); }
.pain-point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain-point { padding: 0 0 30px; overflow: hidden; border-top: 3px solid var(--brand); }
.pain-point-image { aspect-ratio: 16 / 10; margin-bottom: 24px; overflow: hidden; background: var(--ink); }
.pain-point-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.pain-point:hover .pain-point-image img { transform: scale(1.04); }
.pain-point > span { color: #a7abb5; font-size: 13px; font-weight: 800; }
.pain-point h3 { margin: 14px 0 10px; color: var(--ink); font-size: 24px; }
.pain-point p { margin: 0; color: var(--muted); }
.industry-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-pill { padding: 10px 14px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--white); }

/* Cases */
.filter-panel { display: grid; gap: 24px; margin-bottom: 42px; }
.industry-filter { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.filter-tab { min-height: 42px; padding: 0 18px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); cursor: pointer; }
.filter-tab.active { color: var(--brand); border-color: var(--brand); font-weight: 800; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); transition: .25s ease; }
.case-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.case-card-image { height: 230px; position: relative; overflow: hidden; }
.case-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.case-card:hover img { transform: scale(1.04); }
.case-card-image .tag-row { position: absolute; left: 16px; bottom: 14px; }
.case-card-body { padding: 22px; }
.case-card h3 { margin: 0 0 9px; color: var(--ink); font-size: 18px; }
.case-card p { margin: 0; color: var(--muted); font-size: 13px; }
.case-card-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: #9295a0; font-size: 11px; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; border: 1px dashed var(--line); text-align: center; }
.case-detail-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.case-detail-hero img { width: 100%; height: 430px; object-fit: cover; border-radius: 6px; }
.case-detail-hero h1 { margin: 14px 0 18px; color: var(--ink); font-size: 42px; line-height: 1.25; }
.case-detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.case-detail-meta div { padding: 14px; border-left: 3px solid var(--brand); background: var(--soft); }
.case-detail-meta span { display: block; color: var(--muted); font-size: 11px; }
.article-sections { max-width: 900px; margin: 0 auto; }
.article-block { padding: 34px 0; border-top: 1px solid var(--line); }
.article-block h2 { margin: 0 0 14px; color: var(--ink); font-size: 26px; }
.article-block p, .article-block li { color: var(--muted); }

/* News */
.category-segments { display: inline-flex; margin-bottom: 38px; padding: 4px; border: 1px solid var(--line); border-radius: 4px; background: var(--soft); }
.segment { min-width: 120px; min-height: 40px; padding: 0 18px; border: 0; border-radius: 3px; color: var(--muted); background: transparent; cursor: pointer; }
.segment.active { color: var(--white); background: var(--brand); font-weight: 800; }
.news-directory { border-top: 1px solid var(--line); }
.news-directory .news-row { min-height: 220px; grid-template-columns: 300px 1fr; gap: 34px; padding: 28px 0; }
.news-directory .news-row-image { width: 300px; height: 164px; }
.news-directory .news-row img { width: 100%; height: 100%; }
.news-directory .news-row h3 { margin-top: 10px; font-size: 22px; }
.news-directory .news-row p { font-size: 14px; }
.article-header { max-width: 920px; margin: 0 auto; padding: 80px 0 42px; border-bottom: 1px solid var(--line); text-align: center; }
.article-header h1 { margin: 12px 0 18px; color: var(--ink); font-size: 42px; line-height: 1.28; }
.article-header p { color: var(--muted); }
.article-cover { width: min(calc(100% - 64px), 1040px); height: 520px; margin: 42px auto; object-fit: cover; border-radius: 6px; }
.article-body { max-width: 820px; margin: 0 auto; padding-bottom: 80px; }
.article-body h2 { margin: 34px 0 12px; color: var(--ink); font-size: 25px; }
.article-body p { color: #5c5f6a; font-size: 16px; line-height: 1.95; }
.notice { padding: 16px 18px; border-left: 3px solid var(--brand); color: var(--muted); background: var(--soft); }

/* About */
.about-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-lead img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; }
.about-lead h2 { margin: 0 0 20px; color: var(--ink); font-size: 36px; }
.about-lead p { color: var(--muted); }
.about-stats-wrap { margin-top: 58px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-section { padding: 64px 0; overflow: hidden; background: #fbfcfe; }
.timeline-section .section-head { display: block; margin-bottom: 0; }
.timeline-section .eyebrow { margin-bottom: 8px; color: var(--brand); letter-spacing: 0; }
.timeline-section .section-head h2 { color: var(--ink); font-size: 18px; }
.timeline-section .section-head h2 + p { display: none; }
.timeline { width: 100%; height: 620px; position: relative; background-color: #d9e4f1; background-image: url("../images/timeline-mountains.jpg?v=3"); background-position: left 47.5%; background-repeat: no-repeat; background-size: 194% auto; }
.timeline-scene { width: 100%; height: 100%; position: absolute; inset: 0; overflow: visible; }
.timeline-curve { fill: none; stroke: #315ee7; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.timeline-item { --stem: 80px; --label-y: -87px; --dot-y: -85px; width: 0; height: 0; position: absolute; z-index: 2; left: var(--x); top: var(--y); }
.timeline-item::before { content: ""; width: 9px; height: 9px; position: absolute; z-index: 2; top: var(--dot-y); left: -4px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 50%; background: #315ee7; box-shadow: 0 0 0 3px rgba(49, 94, 231, .13); }
.timeline-item::after { content: ""; width: 1px; height: var(--stem); position: absolute; left: 0; background: rgba(49, 94, 231, .42); }
.timeline-item:nth-of-type(odd)::after { bottom: 0; }
.timeline-item:nth-of-type(even)::after { top: 0; }
.timeline-content { width: 190px; position: absolute; top: var(--label-y); left: 10px; }
.timeline-year { display: block; color: #123b9f; font-size: 18px; font-weight: 800; line-height: 1.2; text-shadow: 0 1px 0 rgba(255, 255, 255, .95), 0 0 8px rgba(255, 255, 255, .86); }
.timeline-title { display: block; margin-top: 7px; padding: 0; border: 0; border-radius: 0; color: #17233b; background: transparent; box-shadow: none; backdrop-filter: none; font-size: 12.5px; font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; text-shadow: 0 1px 0 rgba(255, 255, 255, .96), 0 0 7px rgba(255, 255, 255, .88); }
.timeline-item:nth-of-type(1) { --x: 4%; --y: 77%; --stem: 150px; --label-y: -157px; --dot-y: -155px; }
.timeline-item:nth-of-type(2) { --x: 13%; --y: 76%; --stem: 45px; --label-y: 38px; --dot-y: 40px; }
.timeline-item:nth-of-type(3) { --x: 22%; --y: 68%; --stem: 120px; --label-y: -127px; --dot-y: -125px; }
.timeline-item:nth-of-type(4) { --x: 31%; --y: 64%; --stem: 55px; --label-y: 48px; --dot-y: 50px; }
.timeline-item:nth-of-type(5) { --x: 40%; --y: 56%; --stem: 145px; --label-y: -152px; --dot-y: -150px; }
.timeline-item:nth-of-type(6) { --x: 49%; --y: 50%; --stem: 60px; --label-y: 53px; --dot-y: 55px; }
.timeline-item:nth-of-type(7) { --x: 58%; --y: 41%; --stem: 115px; --label-y: -122px; --dot-y: -120px; }
.timeline-item:nth-of-type(8) { --x: 66%; --y: 35%; --stem: 75px; --label-y: 68px; --dot-y: 70px; }
.timeline-item:nth-of-type(9) { --x: 72%; --y: 25%; --stem: 90px; --label-y: -97px; --dot-y: -95px; }
.timeline-item:nth-of-type(10) { --x: 82%; --y: 29%; --stem: 55px; --label-y: 48px; --dot-y: 50px; }
.timeline-item:nth-of-type(11) { --x: 87%; --y: 21.5%; --stem: 78px; --label-y: -85px; --dot-y: -83px; }
.timeline-item:nth-of-type(8) .timeline-content, .timeline-item:nth-of-type(10) .timeline-content { width: 170px; }
.timeline-item:nth-of-type(9) .timeline-content { width: 160px; }
.timeline-item:nth-of-type(11) .timeline-content { width: 136px; left: 10px; }
.credential-tabs { display: flex; gap: 32px; margin-bottom: 28px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.credential-tab { flex: 0 0 auto; min-height: 48px; padding: 0 2px; border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; font-size: 16px; font-weight: 800; cursor: pointer; }
.credential-tab.active { border-bottom-color: var(--brand); color: var(--brand); }
.credential-tab:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.credential-panel[hidden] { display: none; }
.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.credential-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.credential-image-button { width: 100%; aspect-ratio: 4 / 5; display: grid; place-items: center; position: relative; padding: 18px; border: 0; border-bottom: 1px solid var(--line); background: #f5f6f8; cursor: zoom-in; }
.credential-image { width: 100%; height: 100%; object-fit: contain; }
.credential-zoom { width: 34px; height: 34px; display: grid; place-items: center; position: absolute; right: 12px; bottom: 12px; border-radius: 50%; color: var(--white); background: rgba(16, 24, 40, .76); opacity: 0; transition: opacity .2s ease; }
.credential-image-button:hover .credential-zoom, .credential-image-button:focus-visible .credential-zoom { opacity: 1; }
.credential-zoom svg { width: 17px; height: 17px; }
.credential-card-body { padding: 20px; }
.credential-card h3 { margin: 0 0 12px; color: var(--ink); font-size: 17px; line-height: 1.45; }
.credential-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.credential-empty { min-height: 280px; display: grid; place-items: center; align-content: center; padding: 36px; border: 1px dashed #b9bdc8; color: var(--muted); text-align: center; }
.credential-empty svg { width: 34px; height: 34px; margin-bottom: 14px; color: var(--brand); }
.credential-empty strong { color: var(--ink); font-size: 21px; }
.credential-empty p { max-width: 560px; margin: 8px 0 0; line-height: 1.7; }
.credential-dialog { width: min(920px, calc(100% - 40px)); max-height: calc(100vh - 40px); padding: 54px 28px 24px; overflow: auto; border: 0; border-radius: 6px; background: var(--white); box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
.credential-dialog::backdrop { background: rgba(8, 12, 20, .78); }
.credential-dialog img { width: 100%; max-height: calc(100vh - 150px); object-fit: contain; }
.credential-dialog p { margin: 14px 0 0; color: var(--ink); font-weight: 800; text-align: center; }
.credential-dialog-close { position: absolute; top: 12px; right: 12px; }
.pending-state { min-height: 190px; display: grid; place-items: center; align-content: center; border: 1px dashed #b9bdc8; color: var(--muted); text-align: center; }
.pending-state svg { width: 32px; height: 32px; margin-bottom: 12px; color: var(--brand); }
.pending-state strong { color: var(--ink); font-size: 22px; }
.pending-state p { margin: 6px 0 0; }
.culture-panel { --culture-active: 0; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cfd2da; border-bottom: 1px solid #cfd2da; }
.culture-panel::before { content: ""; position: absolute; top: -1px; left: 0; z-index: 1; width: 25%; height: 3px; background: var(--brand); transform: translateX(calc(var(--culture-active) * 100%)); transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.culture-item { min-height: 284px; display: flex; flex-direction: column; padding: 30px 28px 32px; border-right: 1px solid #d9dce3; transition: background-color .3s ease; }
.culture-item:last-child { border-right: 0; }
.culture-item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.culture-index { color: #c3c7d1; font-size: 58px; font-weight: 700; line-height: .9; letter-spacing: 0; transition: color .3s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.culture-label { padding-top: 5px; color: var(--brand); font-size: 11px; font-weight: 800; line-height: 1; letter-spacing: 0; text-transform: uppercase; transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.culture-item h3 { margin: auto 0 14px; color: var(--ink); font-size: 24px; line-height: 1.3; transition: color .3s ease; }
.culture-item-copy { min-width: 0; }
.culture-item p { margin: 0; color: #555865; line-height: 1.75; }
.culture-tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.culture-tags span { min-height: 30px; position: relative; display: flex; align-items: center; padding-left: 13px; color: var(--ink); font-size: 14px; font-weight: 800; }
.culture-tags span::before { content: ""; position: absolute; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }

@media (hover: hover) {
  .culture-item:hover { background: rgba(255,255,255,.72); }
  .culture-item:hover .culture-index { color: #8f96a7; transform: translateY(-4px); }
  .culture-item:hover .culture-label { transform: translateY(3px); }
  .culture-item:hover h3 { color: var(--brand); }
}

@media (max-width: 1200px) {
  .timeline { width: 100%; height: auto; min-height: 0; display: block; max-width: 960px; margin: 0 auto; overflow: visible; left: auto; transform: none; background: none; }
  .timeline-scene { display: none; }
  .timeline::before { content: ""; position: absolute; top: 0; right: auto; bottom: 0; left: 118px; width: 1px; height: auto; background: rgba(49, 94, 231, .35); }
  .timeline-item, .timeline-item:nth-of-type(odd), .timeline-item:nth-of-type(even) { width: 100%; min-height: 0; height: auto; position: relative; top: auto; left: auto; padding: 0 0 14px; }
  .timeline-item::before, .timeline-item:nth-of-type(odd)::before, .timeline-item:nth-of-type(even)::before { top: 20px; bottom: auto; left: 113px; width: 11px; height: 11px; }
  .timeline-item::after { display: none; }
  .timeline-content, .timeline-item:nth-of-type(8) .timeline-content, .timeline-item:nth-of-type(9) .timeline-content, .timeline-item:nth-of-type(10) .timeline-content, .timeline-item:nth-of-type(11) .timeline-content { width: 100%; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 58px; position: static; }
  .timeline-year { padding-top: 9px; color: var(--brand); text-shadow: none; }
  .timeline-title { min-width: 0; margin: 0; padding: 12px 0; border: 0; border-radius: 0; color: #4d515d; background: transparent; box-shadow: none; backdrop-filter: none; font-size: 14px; line-height: 1.7; text-shadow: none; }
}

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 210px 1fr 205px; }
  .logo-link { width: 180px; }
  .footer-logo { width: 210px; }
  .desktop-nav { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { height: 410px; }
  .gateway-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-item { grid-template-columns: 56px 220px minmax(0, 1fr); }
  .solution-image { grid-column: 3; aspect-ratio: 16 / 9; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .home-case-feature { height: 330px; }
  .home-case-minors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-case-mini { height: 190px; }
  .news-card { min-width: 50%; flex-basis: 50%; }
  .partner-page { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pain-point-grid { grid-template-columns: 1fr; }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .culture-panel::before { width: 50%; }
  .culture-item { min-height: 250px; border-bottom: 1px solid #d9dce3; }
  .culture-item:nth-child(2n) { border-right: 0; }
  .culture-item:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 900px) {
  .desktop-nav { gap: 12px; }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 40px), var(--content)); }
  .section { padding: 70px 0; }
  .header-inner { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .logo-link { width: 172px; }
  .logo-link img { height: 44px; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: inline-grid; }
  .home-hero { height: 650px; min-height: 0; }
  .hero-content h1 { font-size: 44px; }
  .subhero { min-height: 330px; }
  .subhero h1 { font-size: 40px; }
  .intro-layout, .contact-layout, .business-detail, .about-lead, .case-detail-hero { grid-template-columns: 1fr; gap: 44px; }
  .business-band:nth-child(even) .business-image { order: 0; }
  .intro-facts { max-width: 600px; }
  .advantage-panel { grid-template-columns: 280px 1fr; }
  .advantage-detail { padding: 44px; }
  .contact-form { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .solution-item { grid-template-columns: 56px 230px 1fr; }
  .solution-image { grid-column: 3; }
  .news-directory .news-row { grid-template-columns: 240px 1fr; }
  .news-directory .news-row-image { width: 240px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--content)); }
  .section { padding: 58px 0; }
  .section-head { display: block; margin-bottom: 32px; }
  .section-head h2, .page-title { font-size: 30px; }
  .section-head .link-arrow { margin-top: 16px; }
  .home-hero { height: 620px; }
  .hero-content { justify-content: flex-end; padding-bottom: 92px; }
  .hero-content .hero-brand { font-size: 19px; }
  .hero-content h1 { font-size: 34px; line-height: 1.25; }
  .hero-content p { margin: 16px 0 24px; font-size: 15px; }
  .subhero { min-height: 300px; }
  .subhero h1 { font-size: 32px; }
  .subhero p { font-size: 15px; }
  .intro-copy h2, .contact-copy h2, .about-lead h2 { font-size: 30px; }
  .intro-facts { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 120px; padding: 18px; }
  .fact strong { font-size: 25px; }
  .service-grid, .gateway-grid, .capability-grid, .case-grid, .credential-grid { grid-template-columns: 1fr; }
  .credential-tabs { gap: 24px; }
  .credential-image-button { aspect-ratio: 5 / 6; padding: 14px; }
  .credential-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); padding: 50px 12px 18px; }
  .service-card { height: 400px; }
  .home-case-tabs { flex-wrap: nowrap; margin-right: -16px; padding-bottom: 5px; overflow-x: auto; }
  .home-case-tab { flex: 0 0 auto; min-height: 34px; padding: 0 14px; font-size: 12px; }
  .home-case-feature { height: 300px; }
  .home-case-minors { grid-template-columns: 1fr; }
  .home-case-mini { height: 190px; }
  .case-caption { padding: 22px; }
  .case-caption h3 { font-size: 20px; }
  .home-case-mini .case-caption { padding: 16px; }
  .home-case-mini .case-caption h3 { font-size: 15px; }
  .news-carousel-shell { grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 7px; }
  .advantage-panel { grid-template-columns: 1fr; }
  .advantage-tabs { border-right: 0; border-bottom: 1px solid var(--line); }
  .advantage-tab { min-height: 64px; padding: 14px 18px; }
  .advantage-detail { min-height: 310px; padding: 34px 24px; }
  .advantage-detail .num { font-size: 34px; }
  .advantage-detail h3 { font-size: 24px; }
  .partner-wrap { padding: 0 46px; }
  .partner-page { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 72px; gap: 12px; }
  .partner-mark { height: 72px; padding: 10px 13px; }
  .partner-logo { max-width: 116px; height: 38px; }
  .partner-name { font-size: 14px; }
  .news-card { min-width: 100%; flex-basis: 100%; padding: 0 4px; }
  .news-card-image { height: 220px; }
  .news-row, .news-directory .news-row { min-height: 0; grid-template-columns: 118px 1fr; gap: 16px; padding: 18px 0; }
  .news-row-image, .news-directory .news-row-image { width: 118px; height: 108px; }
  .news-row h3, .news-directory .news-row h3 { margin: 4px 0; font-size: 15px; }
  .news-row p, .news-directory .news-row p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; }
  .contact-layout { gap: 36px; }
  .contact-form { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-about { grid-column: auto; }
  .footer-logo { width: 190px; }
  .business-image { height: 280px; }
  .business-copy h2 { font-size: 27px; }
  .solution-item { grid-template-columns: 44px 1fr; gap: 14px; }
  .solution-copy { grid-column: 2; }
  .solution-image { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
  .industry-filter { flex-wrap: nowrap; overflow-x: auto; }
  .filter-tab { flex: 0 0 auto; padding: 0 13px; }
  .case-card-image { height: 220px; }
  .case-detail-hero img { height: 280px; }
  .case-detail-hero h1, .article-header h1 { font-size: 32px; }
  .article-header { padding: 58px 0 32px; }
  .article-cover { width: calc(100% - 32px); height: 260px; margin: 28px auto; }
  .article-body { width: calc(100% - 32px); }
  .category-segments { width: 100%; }
  .segment { min-width: 0; flex: 1; padding: 0 8px; }
  .about-lead img { height: 300px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .culture-panel { grid-template-columns: 1fr; }
  .culture-panel::before { width: 100%; }
  .culture-item { min-height: 230px; padding: 26px 24px 28px; border-right: 0; border-bottom: 1px solid #d9dce3; }
  .culture-item:nth-last-child(2) { border-bottom: 1px solid #d9dce3; }
  .culture-item:last-child { border-bottom: 0; }
  .timeline::before { left: 72px; }
  .timeline-item, .timeline-item:nth-of-type(odd), .timeline-item:nth-of-type(even) { padding-bottom: 12px; }
  .timeline-item::before, .timeline-item:nth-of-type(odd)::before, .timeline-item:nth-of-type(even)::before { top: 20px; left: 67px; }
  .timeline-year { padding-top: 11px; font-size: 15px; white-space: nowrap; }
  .timeline-content, .timeline-item:nth-of-type(8) .timeline-content, .timeline-item:nth-of-type(9) .timeline-content, .timeline-item:nth-of-type(10) .timeline-content, .timeline-item:nth-of-type(11) .timeline-content { grid-template-columns: 58px minmax(0, 1fr); gap: 30px; }
  .timeline-title { padding: 12px 14px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
