:root {
  --blue: #003888;
  --blue-dark: #002a66;
  --blue-ink: #09294f;
  --blue-soft: #edf5ff;
  --red: #e00010;
  --ink: #122033;
  --text: #506077;
  --muted: #7c899b;
  --line: #dfe7f0;
  --surface: #f5f8fc;
  --white: #fff;
  --page-gutter-total: clamp(64px, 6vw, 128px);
  --shadow: 0 22px 60px rgba(16, 47, 86, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 1080px;
  color: var(--ink);
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(0,56,136,.28); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: #003888; border-radius: 6px; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus, .skip-link:focus-visible { transform: translateY(0); outline: 3px solid rgba(0,56,136,.28); outline-offset: 3px; }
.shell { width: calc(100% - var(--page-gutter-total)); max-width: none; margin: 0 auto; }

.site-header { position:sticky; top:0; z-index:100; height:78px; background:rgba(255,255,255,.96); border-bottom:1px solid rgba(216,226,238,.9); transition:transform .24s ease,box-shadow .24s ease; will-change:transform; }
.site-header.is-hidden { transform:translateY(-101%); }
.site-header.is-scrolled { box-shadow:0 8px 22px rgba(18,50,88,.08); }
.header-inner { height: 100%; display: grid; grid-template-columns: 230px minmax(0, 1fr) 230px; align-items: center; gap: 32px; }
.brand { width: 168px; justify-self: start; }
.brand img { width: 100%; height: 44px; object-fit: contain; object-position: left center; }
nav { display: flex; width: 100%; max-width: 660px; height: 100%; align-items: stretch; justify-content: space-between; justify-self: center; gap: 0; }
nav a { position: relative; display: flex; align-items: center; font-size: 15px; font-weight: 650; color: #2c3b4f; white-space: nowrap; }
nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: center; transition: transform .2s; }
nav a:hover::after, nav a.is-current::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.language { appearance: none; display: inline-flex; min-width: 108px; min-height: 40px; align-items: center; justify-content: center; gap: 9px; padding: 0 13px; border: 1px solid #c7d7ea; border-radius: 8px; background: #f8fbff; color: #173b69; font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: .01em; white-space: nowrap; box-shadow: 0 4px 12px rgba(8,44,90,.06); opacity: 1; cursor: default; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.language img { flex: 0 0 auto; width: 22px; height: 14px; border: 1px solid rgba(8,44,90,.16); border-radius: 2px; object-fit: cover; box-shadow: 0 1px 3px rgba(8,44,90,.08); }
.language span { display: block; line-height: 1; }
.language:hover { border-color: #a9c3df; background: #f2f7fd; color: #173b69; box-shadow: 0 5px 14px rgba(8,44,90,.08); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 750; white-space: nowrap; box-shadow: 0 10px 24px rgba(0,56,136,.16); }
.button:hover { background: var(--blue-dark); }
.button-small { min-height: 40px; padding: 0 18px; }
.button-ghost { color: var(--blue); background: #fff; box-shadow: none; }
.button-ghost:hover { color: #fff; }

.hero { position: relative; overflow: hidden; background: linear-gradient(122deg, #fff 0%, #f7faff 50%, #eaf3ff 100%); border-bottom: 1px solid #e3ebf5; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,56,136,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,56,136,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent 0%, #000 65%, #000 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 770px; gap: 48px; min-height: max(590px, calc(100vh - 78px - 126px)); align-items: center; }
.hero-copy { display: flex; width: 100%; min-height: clamp(517.5px, 30vw, 577.5px); max-width: 860px; flex-direction: column; justify-content: space-between; gap: 0; margin: 0 auto; padding: 0; }
.section-title-inline { display: flex; align-items: center; min-width: 0; }
.section-title-inline h1,
.section-title-inline h2 { margin-top: 0; margin-bottom: 0; }
h1 { max-width: 610px; margin: 22px 0 22px; font-size: clamp(48px, 4.2vw, 66px); line-height: 1.08; letter-spacing: -.045em; color: #082c5a; }
.hero-brandline { display: flex; align-items: center; gap: 22px; min-height: 54px; margin-bottom: 30px; }
.molicel-logo-crop { display: flex; width: 180px; height: 54px; flex: 0 0 180px; align-items: center; justify-content: center; }
.molicel-logo-crop img { display: block; width: 180px; height: 50px; max-width: 100%; object-fit: contain; }
.authorization-label { display: inline-flex; min-height: 42px; align-items: center; padding-left: 17px; border-left: 1px solid #ccd8e7; white-space: nowrap; }
.authorization-label b { color: #123d73; font-size: 15px; font-weight: 750; line-height: 1.2; letter-spacing: .01em; }
.hero h1 { max-width: 900px; margin: 0 0 38px; font-size: 54px; line-height: 1.12; letter-spacing: -.02em; white-space: nowrap; }
.hero-lead { max-width: 760px; margin: 0; color: #53647a; font-size: 15px; line-height: 1.65; }
.home-hero-facts { display:grid; gap:11px; max-width:870px; margin:0 0 46px; }
.home-brand-strip,.home-pack-strip,.home-scope-strip { display:flex; min-height:38px; align-items:center; gap:10px; }
.home-brand-strip b,.home-pack-strip b,.home-scope-strip b { flex:0 0 96px; color:#244b77; font-size:14px; }
.home-brand-strip > span,.home-pack-strip > span,.home-scope-strip > span { display:inline-flex; min-height:38px; align-items:center; justify-content:center; padding:0 15px; border:1px solid #d3e0ef; border-radius:8px; background:rgba(255,255,255,.9); color:#516a86; font-size:13px; font-weight:750; white-space:nowrap; }
.home-brand-strip img { display:block; width:auto; max-width:88px; height:auto; max-height:22px; object-fit:contain; }
.home-brand-strip .home-brand-qualifier { margin-left:4px; color:#476886; font-size:12px; font-weight:700; }
.home-brand-strip .brand-text { color:#153f70; }
.home-pack-strip > span { min-width:72px; background:#f8fbff; color:#244f7d; }
.home-scope-strip > span { background:#edf5fe; color:#315a88; }
.hero-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; width: 100%; max-width: 840px; margin: 0; transform: none; }
.capability-card { position: relative; display: flex; min-height: 174px; flex-direction: column; align-items: flex-start; padding: 19px 20px 18px; overflow: hidden; border: 1px solid #d7e2ef; border-radius: 10px; background: rgba(255,255,255,.78); }
.capability-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--blue); }
.capability-card.capability-primary { border-color: #d7e2ef; background: rgba(255,255,255,.78); }
.capability-card.capability-primary::before { background: var(--blue); }
.capability-card span, .capability-card b, .capability-card small { display: block; }
.capability-card span { color: #7790ae; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.capability-card b { margin-top: 9px; color: #123d73; font-size: 18px; line-height: 1.25; }
.capability-card small { margin-top: 9px; color: #68798e; font-size: 14px; line-height: 1.55; }
.capability-button { min-width: 126px; min-height: 40px; margin-top: auto; padding: 0 17px; border-radius: 7px; font-size: 14px; box-shadow: 0 8px 18px rgba(0,56,136,.13); }

.hero-visual { position: relative; height: 680px; }
.product-stage { position: absolute; z-index: 3; right: 0; top: 53px; width: clamp(690px, 40vw, 770px); aspect-ratio: 4 / 3; border: 1px solid rgba(0,56,136,.08); border-radius: 30px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.product-stage-image { width: 100%; height: 100%; object-fit: cover; }
.certificate-card { position: absolute; z-index: 5; left: 14px; bottom: 12px; display: grid; grid-template-columns: 94px 1fr; align-items: center; gap: 15px; width: 300px; margin: 0; padding: 11px; color: inherit; text-decoration: none; background: rgba(255,255,255,.94); border: 1px solid rgba(0,56,136,.18); border-radius: 15px; box-shadow: 0 16px 34px rgba(20,52,90,.2); backdrop-filter: blur(12px); transition: transform .2s ease, box-shadow .2s ease; }
.certificate-card:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(20,52,90,.24); }
.certificate-card img { width: 94px; height: 126px; object-fit: cover; object-position: top; border-radius: 7px; border: 1px solid #dde7f1; }
.certificate-details { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; color: #58697d; }
.certificate-details > span { padding: 4px 7px; border-radius: 4px; background: #e7f0fb; color: var(--blue); font-size: 12px; font-weight: 800; }
.certificate-details b { color: #153b6d; font-size: 14px; }
.certificate-details small { color: #6e7e91; font-size: 12px; }

.clients { padding: 32px 0; background: #fff; border-bottom: 1px solid #e7edf4; }
.client-row { display: grid; grid-template-columns: 172px 1fr; gap: 24px; align-items: center; }
.client-heading span { font-size: 12px; letter-spacing: .13em; color: #66798f; }
.client-heading h2 { margin: 0; font-size: 21px; line-height: 1.3; color: #1b3f6d; white-space: nowrap; }
.logo-rail { display: grid; grid-template-columns: repeat(11, minmax(0,1fr)); gap: 10px; align-items: center; }
.logo-rail > img { width: 88%; height: 60px; justify-self: center; object-fit: contain; }
.logo-rail > img:nth-child(3),
.logo-rail > img:nth-child(4),
.logo-rail > img:nth-child(6) { width: 80%; height: 54px; }
.logo-rail > img:nth-child(5),
.logo-rail > img:nth-child(10),
.logo-rail > img:nth-child(11) { width: 100%; height: 64px; }
.logo-rail > img:nth-child(3) { transform: scale(.90); }
.logo-rail > img:nth-child(4) { transform: scale(.88); }
.logo-rail > img:nth-child(5) { transform: scale(1.75); }
.logo-rail > img:nth-child(6) { transform: scale(.82); }
.logo-rail > img:nth-child(7) { transform: scale(1.45); }
.logo-rail > img:nth-child(8) { transform: scale(.90); }
.logo-rail > img:nth-child(9) { transform: scale(.90); }
.logo-rail > img:nth-child(10) { transform: scale(1.75); }
.logo-rail > img:nth-child(11) { transform: scale(1.25); }

.section { padding: 76px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .process h2, .contact h2 { margin: 10px 0 0; color: #0a315f; font-size: 38px; line-height: 1.18; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--text); line-height: 1.8; }
.split-heading { display: grid; grid-template-columns: 1fr 470px; align-items: end; gap: 60px; }
.centered-heading { text-align: center; }
.centered-heading p { max-width: 680px; margin: 14px auto 0; }
.featured { padding: 52px 0 32px; background: #f6f9fd; }
.featured .section-heading { margin-bottom: 24px; }
.featured-heading { display: grid; grid-template-columns: max-content minmax(0, 1fr) max-content; align-items: center; gap: 28px; }
.featured-heading h2 { margin: 8px 0 0; color: #0a315f; font-size: 38px; line-height: 1.18; letter-spacing: -.025em; }
.category-pills { display: grid; grid-auto-flow: column; align-items: center; gap: 12px; min-width: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.category-pills-brands { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-pills-series { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; }
.product-filter-rail { width: 100%; max-width: 1040px; height: 50px; margin: 0; justify-self: center; }
.category-pill { appearance: none; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; height: 50px; min-height: 50px; padding: 3px 14px; border: 1px solid #c9d9e9; border-radius: 10px; background: #fff; box-shadow: 0 4px 12px rgba(20,52,90,.045); color: #315577; font: inherit; font-size: 14px; font-weight: 750; white-space: nowrap; cursor: pointer; transition: border-color .2s, background-color .2s, color .2s, box-shadow .2s, transform .2s; }
.category-pill img { width: auto; max-width: 104px; height: 32px; object-fit: contain; flex: none; }
.category-pill[data-filter-value="lg"] img { max-width: 62px; }
.category-pill[data-filter-value="panasonic"] img { max-width: 92px; }
.category-pill-qualifier { margin-left: -3px; color: #476886; font-size: 12px; font-weight: 700; }
.category-pill-series img { width: auto; max-width: 92px; height: 32px; object-fit: contain; border-radius: 0; transform: none; }
.category-pill:hover { border-color: #85add8; background: #f2f7fc; color: var(--blue); box-shadow: 0 6px 16px rgba(22,89,156,.1); transform: translateY(-1px); }
.category-pill[aria-pressed="true"] { border-color: #78aee2; background: #e7f2fd; color: var(--blue); box-shadow: inset 0 -3px 0 #2473bd; }
.category-pill:focus-visible { outline: 3px solid rgba(25,100,173,.2); outline-offset: 2px; }
.catalog-button { flex: none; min-height: 50px; padding: 0 20px; border-radius: 10px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; }
.product-grid.is-filtered { grid-template-columns: repeat(auto-fit, minmax(190px, 250px)); justify-content: center; }
.product-grid.is-switching .product-card:not([hidden]) { animation: product-card-in .24s ease both; }
@keyframes product-card-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.product-card { position: relative; min-width: 0; padding: 18px 14px 18px; border: 1px solid #e0e7ef; border-radius: 14px; background: #fff; transition: .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20,52,90,.1); }
.product-card img { width: 100%; height: 174px; margin: 0 0 14px; object-fit: contain; background: #fff; }
.product-card h3 { display: flex; align-items: flex-start; min-height: 44px; margin: 0; color: #173b66; font-size: 16px; line-height: 1.35; overflow-wrap: anywhere; }
.spec-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; margin-top: 14px; }
.spec-row span { min-width: 0; padding: 7px 3px; border-radius: 4px; background: #f2f6fa; color: #65758a; font-size: 12px; text-align: center; white-space: nowrap; }
.product-card > a { display: block; margin-top: 16px; color: var(--blue); font-size: 13px; font-weight: 750; }
.product-directory-card { display: flex; flex-direction: column; justify-content: flex-start; min-height: 311px; padding: 20px 18px 18px; border-color: #bad2ea; background: #edf5fd; }
.product-directory-card[hidden] { display: none !important; }
.product-directory-card:hover { border-color: #76a9d9; background: #e8f2fc; }
.product-directory-card .directory-card-kicker { color: #5e83aa; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.product-directory-card > img { width: 100%; height: 112px; margin: 12px 0 8px; padding: 24px; object-fit: contain; background: #fff; border: 1px solid #dce8f4; border-radius: 10px; }
.product-directory-card h3 { min-height: auto; color: #0a3b70; font-size: 17px; }
.product-directory-card p { min-height: 44px; margin: 8px 0 0; color: #60758b; font-size: 13px; line-height: 1.65; }
.product-directory-card > a { display: flex; align-items: center; justify-content: center; min-height: 38px; margin-top: auto; padding: 8px 10px; border: 1px solid #7ba9d5; border-radius: 8px; color: #0756a0; background: #fff; text-align: center; }
.product-directory-card > a:hover { border-color: #0756a0; color: #fff; background: #0756a0; }
.product-directory-card.pack-directory-card { border-color: #adc9e5; background: #eaf3fc; }
.product-directory-card.pack-directory-card > img { height: 112px; padding: 0; object-fit: cover; background: #fff; }
.pack-product-row { margin-top: 44px; padding-top: 36px; border-top: 1px solid #dce6f0; }
.pack-product-row .section-heading { margin-bottom: 24px; }
.pack-product-card img { object-fit: contain; }
.section-action { margin-top: 34px; text-align: center; }
.text-link { display: inline-flex; gap: 10px; color: var(--blue); font-size: 14px; font-weight: 800; }

.pack-showcase { padding: 20px 0 34px; background: #fff; }
.pack-showcase-card { position: relative; display: grid; grid-template-columns: minmax(0,2fr) minmax(420px,1fr); grid-template-areas: "copy visual"; align-items: center; gap: 48px; min-height: 468px; overflow: hidden; padding: 34px 42px; border: 1px solid #d9e5f2; border-radius: 24px; background: linear-gradient(125deg,#f8fbff 0%,#edf5ff 100%); box-shadow: 0 18px 46px rgba(20,52,90,.08); }
.pack-showcase-content { position: relative; z-index: 2; display: flex; grid-area: copy; width: 100%; max-width: 900px; justify-self: center; flex-direction: column; align-items: stretch; }
.pack-showcase-head { display: block; }
.pack-showcase-head h2 { max-width: 760px; margin: 10px 0 0; color: #0a315f; font-size: 38px; line-height: 1.18; letter-spacing: -.025em; }
.pack-showcase-copy { width: 100%; margin-top: 20px; }
.pack-showcase-copy > p { max-width: 900px; margin: 0; color: #5d6f84; font-size: 16px; line-height: 1.75; }
.pack-capability-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; width: 100%; max-width: 900px; margin: 18px 0 0; padding: 0; list-style: none; }
.pack-capability-list li { position: relative; padding: 10px 0 10px 16px; border-top: 1px solid #d8e3ef; }
.pack-capability-list li::before { content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.pack-capability-list b, .pack-capability-list span { display: block; }
.pack-capability-list b { color: #174676; font-size: 15px; }
.pack-capability-list span { margin-top: 5px; color: #526b85; font-size: 14px; line-height: 1.55; }
.pack-showcase-actions { display: flex; gap: 12px; margin-top: 22px; }
.pack-showcase-actions .button { min-width: 136px; min-height: 44px; }
.pack-showcase-visual { position: relative; display: grid; grid-area: visual; min-height: 400px; overflow: hidden; place-items: center; background: radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.96) 0%,rgba(224,238,255,.66) 50%,rgba(224,238,255,0) 74%); }
.pack-showcase-visual img { position: relative; z-index: 2; width: min(100%, 590px); height: 410px; object-fit: contain; object-position: center; transform: scale(1.05); filter: drop-shadow(0 20px 24px rgba(25,61,103,.18)); }

.process { background: #072f65; color: #fff; }
.process-layout { display: grid; grid-template-columns: 340px 1fr; gap: 90px; align-items: center; }
.light-kicker { color: #8dbbfa; }
.process h2, .contact h2 { color: #fff; }
.process-intro p { color: #bfd0e6; line-height: 1.8; }
.button-light { border-color: #fff; color: var(--blue-dark); background: #fff; box-shadow: none; }
.button-light:hover { color: #fff; border-color: #2870cb; background: #2870cb; }
.process-steps { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; min-height: 145px; padding: 25px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.process-steps > li > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); font-size: 12px; font-weight: 850; }
.process-steps h3 { margin: 2px 0 8px; font-size: 16px; }
.process-steps p { margin: 0; color: #bacde5; font-size: 13px; line-height: 1.7; }

.applications { padding: 64px 0 52px; background: #f6f8fb; }
.applications .split-heading { grid-template-columns: minmax(0, 1fr) auto; justify-content: space-between; gap: 40px; }
.application-grid { display: grid; grid-template-columns: 1.34fr 1fr 1fr; grid-template-rows: 235px 235px; gap: 18px; }
.application-card { position: relative; overflow: hidden; min-height: 0; border-radius: 14px; background: #102e52; box-shadow: 0 15px 34px rgba(16,47,86,.1); }
.application-large { grid-row: 1 / span 2; }
.application-card img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.application-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,20,42,.86) 100%); }
.application-card:hover img { transform: scale(1.035); }
.application-card > div { position: absolute; z-index: 2; left: 24px; right: 20px; bottom: 20px; color: #fff; }
.application-card small { color: #c3d5ea; font-size: 12px; font-weight: 750; }
.application-card h3 { margin: 6px 0 0; font-size: 21px; }
.application-large h3 { font-size: 30px; }
.application-card p { margin: 8px 0 0; color: #d4dfec; font-size: 14px; }
.application-directory-button { min-height: 44px; align-self: end; margin-bottom: 2px; padding-inline: 22px; gap: 10px; }
.asset-state { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.88); color: #3a526d; font-size: 12px; }

.insights { background: #fff; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.insight-card { overflow: hidden; border: 1px solid #dfe7f0; border-radius: 14px; background: #fff; }
.insight-card > img, .article-placeholder { width: 100%; height: 220px; object-fit: cover; }
.article-placeholder { display: grid; place-items: center; align-content: center; gap: 10px; color: #70829a; background: repeating-linear-gradient(135deg,#eff4fa,#eff4fa 16px,#e8eef6 16px,#e8eef6 32px); }
.article-placeholder b { color: var(--blue); font-size: 32px; }
.article-placeholder span { font-size: 12px; }
.insight-card > div:last-child { padding: 24px 26px 28px; }
.insight-card span { color: #7890ab; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.insight-card h3 { min-height: 52px; margin: 10px 0; color: #173b68; font-size: 19px; line-height: 1.4; }
.insight-card p { min-height: 50px; margin: 0; color: var(--text); font-size: 13px; line-height: 1.75; }
.insight-card a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 13px; font-weight: 800; }
.home-insights { padding-block: 72px; background: #f7faff; }
.home-insights .split-heading > .button { width: fit-content; justify-self: end; }
.home-insight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-insight-card { display: grid; overflow: hidden; grid-template-columns: 42% 1fr; min-height: 190px; border: 1px solid #dbe5f1; border-radius: 14px; background: #fff; color: inherit; transition: transform .2s ease,box-shadow .2s ease; }
.home-insight-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(22,60,105,.1); }
.home-insight-card > img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.home-insight-card:last-child > img { object-fit: contain; padding: 16px; background: #f2f7fd; }
.home-insight-card > div { display: flex; flex-direction: column; justify-content: center; padding: 20px; }
.home-insight-card small { color: #6c86a4; font-weight: 800; }
.home-insight-card h3 { margin: 10px 0 18px; color: #123b6d; font-size: 18px; line-height: 1.45; }
.home-insight-card span { color: var(--blue); font-size: 13px; font-weight: 800; }

.contact { padding: 0 0 90px; background: #fff; }
.contact-card { display: grid; grid-template-columns: minmax(0,1fr) 540px; gap: 56px; align-items: center; padding: 55px 64px; border-radius: 20px; background: linear-gradient(120deg,#003888,#0752a7); box-shadow: 0 25px 65px rgba(0,56,136,.2); }
.contact-card p { max-width: 730px; margin: 14px 0 0; color: #c7dcf5; line-height: 1.8; }
.contact-actions { display: grid; grid-template-columns: 164px minmax(0,1fr); align-items: center; gap: 18px; }
.contact-primary { min-width: 164px; }
.contact-direct { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.contact-email { display: flex; flex-direction: column; gap: 5px; }
.contact-email small { color: #bad2ef; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.contact-qr { display: grid; grid-template-columns: 66px auto; align-items: center; gap: 10px; color: #d9e9fa; font-size: 12px; font-weight: 750; }
.contact-qr img { width: 66px; height: 66px; padding: 4px; object-fit: contain; border-radius: 7px; background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.7); background: transparent; box-shadow: none; }
.button-outline-light:hover { color: var(--blue-dark); border-color: #fff; background: #fff; }
.contact-line { color: #fff; font-size: 17px; font-weight: 800; }
.contact-actions span { color: #bad2ef; font-size: 12px; }

.site-footer { position: relative; padding: 48px 0 20px; overflow: hidden; background: radial-gradient(circle at 14% 15%,rgba(31,101,180,.2),transparent 30%),#071e3a; color: #fff; }
.site-footer::before { position: absolute; inset: 0 0 auto; height: 3px; content: ""; background: linear-gradient(90deg,#d71920 0 11%,#1c70c8 11% 48%,transparent 78%); }
.footer-grid { display: grid; grid-template-columns: 2.15fr 1fr 1fr 1.35fr; gap: 34px; align-items: stretch; }
.footer-brand-panel { padding: 22px 24px; border: 1px solid rgba(130,177,229,.18); border-radius: 14px; background: rgba(255,255,255,.035); }
.footer-eyebrow { display: block; margin-bottom: 12px; color: #76ace8; font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.footer-brand img { width: 168px; height: 48px; padding: 7px 9px; object-fit: contain; border-radius: 7px; background: #fff; }
.footer-brand p { max-width: 440px; margin: 14px 0 16px; color: #b3c8df; font-size: 14px; line-height: 1.7; }
.footer-capabilities { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-capabilities span { padding: 6px 9px; border: 1px solid rgba(121,170,226,.2); border-radius: 999px; color: #c9ddef; background: rgba(21,83,151,.22); font-size: 11px; font-weight: 750; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid b { margin-bottom: 9px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; line-height: 1.5; }
.footer-grid a { color: #9eb3cc; font-size: 14px; line-height: 1.7; }
.footer-grid a:hover { color: #fff; }
.footer-contact-panel { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.1); }
.footer-grid .footer-wechat { display: grid; width: fit-content; grid-template-columns: 72px auto; align-items: center; gap: 10px; margin-top: 2px; color: #c4d5e8; font-weight: 700; }
.footer-grid .footer-wechat img { width: 72px; height: 72px; padding: 4px; object-fit: contain; border-radius: 7px; background: #fff; }
.footer-grid .footer-contact-button { display: inline-flex; width: fit-content; min-width: 112px; min-height: 38px; margin-top: 7px; padding: 0 16px; align-items: center; justify-content: center; border: 1px solid #2f77c9; border-radius: 7px; color: #fff; background: #1256a7; font-size: 13px; line-height: 1; font-weight: 800; box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.footer-grid .footer-contact-button:hover { border-color: #438de0; background: #1b69be; }
.copyright { margin-top: 32px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #8198b3; font-size: 13px; line-height: 1.6; text-align:center; }

.category-pill-text span { color: #173f70; font-size: 13px; font-weight: 850; }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: 170px minmax(0, 1fr) 220px; gap: 18px; }
  nav { gap: 22px; }
  .header-actions { gap: 10px; }
  .product-grid { gap: 10px; }
  .product-card { padding-inline: 12px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 520px; gap: 30px; }
  .hero-copy { min-width: 0; }
  .home-brand-strip,.home-pack-strip,.home-scope-strip { gap: 7px; }
  .home-brand-strip b,.home-pack-strip b,.home-scope-strip b { flex-basis: 86px; }
  .home-brand-strip > span,.home-pack-strip > span,.home-scope-strip > span { padding-inline: 10px; }
  .home-brand-strip img { max-width: 78px; }
  .hero h1 { font-size: 48px; }
  .hero-capabilities { max-width: 760px; }
  .hero-visual { height: 590px; }
  .product-stage { top: 48px; width: 510px; }
  .certificate-card { left: 12px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
