:root {
  --zx-ink: #0b2142;
  --zx-blue: #0d65b5;
  --zx-cyan: #19a6b7;
  --zx-mint: #dff2eb;
  --zx-lime: #b9d967;
  --zx-sand: #f7f5ef;
  --zx-muted: #65758c;
  --zx-line: #dce6ee;
  --zx-white: #fff;
  --zx-container: 1240px;
}

/* Product, manufacturing and service-project modules. */
.module-hero { position: relative; display: flex; height: 440px; align-items: center; overflow: hidden; background: #0a343d; }
.module-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05) brightness(.92); transform: scale(1.02); transition: transform .7s ease, filter .7s ease; }
.module-hero::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.module-hero-shade { position: absolute; inset: 0; background: rgba(3,42,49,.7); }
.module-hero-copy { position: relative; z-index: 1; color: #fff; }
.module-hero-copy p, .module-kicker { margin: 0; color: #8ce3df; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.module-hero-copy h1 { max-width: 900px; margin: 14px 0 10px; color: #fff; font-size: 58px; line-height: 1.12; letter-spacing: 0; }
.module-hero-copy span { display: block; max-width: 720px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.8; }
.module-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.module-heading h2 { margin: 12px 0 0; color: #143946; font-size: 43px; line-height: 1.2; letter-spacing: 0; }
.module-heading > p { max-width: 440px; margin: 0; color: #637981; font-size: 14px; line-height: 1.9; }
.module-action { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: #087f8b; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.module-action:hover { color: #075dac; }
.product-list-main { padding: 72px 0 108px; background: #f3f8f8; }
.product-category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 64px; }
.product-category-nav a { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 16px; border: 1px solid #c9dfe2; border-radius: 4px; color: #315661; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.product-category-nav a:hover { border-color: #08aebb; color: #fff; background: #08aebb; }
.product-list-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.product-list-heading p { margin: 0; color: #08aebb; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.product-list-heading h2 { margin: 10px 0 0; color: #153b48; font-size: 42px; }
.product-list-heading > span { max-width: 400px; color: #6c7e84; font-size: 14px; line-height: 1.8; }
.product-list-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-list-card { min-width: 0; overflow: hidden; border: 1px solid #dbe7e8; border-radius: 6px; background: #fff; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.product-list-card:hover { border-color: #8bcdd1; box-shadow: 0 16px 32px rgba(21,69,79,.1); transform: translateY(-3px); }
.product-list-card-link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none !important; }
.product-list-card-media { display: flex; aspect-ratio: 1 / 1; align-items: center; justify-content: center; overflow: hidden; padding: 18px; background: #f7faf9; }
.product-list-card-media img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.product-list-card:hover .product-list-card-media img { transform: scale(1.025); }
.product-list-card-copy { display: flex; min-height: 190px; flex: 1; flex-direction: column; padding: 21px 20px 20px; }
.product-list-card-copy > span { color: #0aaebb; font-size: 11px; font-weight: 800; }
.product-list-card-copy h3 { margin: 10px 0 0; color: #163a46; font-size: 17px; line-height: 1.45; }
.product-list-card-copy p { margin: 10px 0 0; color: #687b81; font-size: 13px; line-height: 1.75; }
.product-list-card-copy b { display: block; margin-top: auto; padding-top: 18px; color: #087f8b; font-size: 12px; }
.product-list-card-copy b i { margin-left: 6px; }
.manufacturing-intro { padding: 90px 0; background: #fff; }
.manufacturing-intro-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 90px; align-items: start; }
.manufacturing-intro h2 { margin: 15px 0 0; color: #153946; font-size: 48px; line-height: 1.22; letter-spacing: 0; }
.manufacturing-intro-grid > div:last-child > p { margin: 0; color: #5f747c; font-size: 16px; line-height: 2; }
.private-label-catalog-visual { padding: 70px 0; background: #f4f8f7; }
.private-label-catalog-visual a { display: block; width: min(100%, 960px); margin: 0 auto; }
.private-label-catalog-visual img { display: block; width: 100%; height: auto; }
.manufacturing-steps { padding: 68px 0; background: #eaf5f5; }
.manufacturing-steps ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.manufacturing-steps li { min-height: 180px; padding: 25px 30px; border-right: 1px solid #c6dfe0; }
.manufacturing-steps li:last-child { border-right: 0; }
.manufacturing-steps li > span { color: #08aebb; font-size: 12px; font-weight: 800; }
.manufacturing-steps strong { display: block; margin-top: 21px; color: #173b47; font-size: 20px; }
.manufacturing-steps p { margin: 12px 0 0; color: #63777e; font-size: 13px; line-height: 1.75; }
.manufacturing-products, .dosage-section, .service-projects-main { padding: 96px 0 110px; background: #fff; }
.manufacturing-contact { padding: 68px 0; color: #fff; background: #0a3d48; }
.manufacturing-contact > .hc_cont1410 { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.manufacturing-contact h2 { margin: 12px 0 0; color: #fff; font-size: 39px; line-height: 1.25; letter-spacing: 0; }
.manufacturing-contact .module-action { min-height: 50px; margin: 0; padding: 11px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; color: #fff; }
.manufacturing-contact .module-action:hover { color: #123941; background: #fff; }
.dosage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.dosage-item { min-width: 0; overflow: hidden; border: 1px solid #dbe7e8; border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(17,66,75,.06); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.dosage-item:hover { border-color: #9bcfd2; box-shadow: 0 18px 38px rgba(17,66,75,.11); transform: translateY(-3px); }
.dosage-item-media { display: flex; aspect-ratio: 1 / .86; align-items: center; justify-content: center; margin: 0; overflow: hidden; border-bottom: 1px solid #e4ecec; background: #f5f8f7; }
.dosage-item-media img { display: block; width: auto; height: auto; max-width: min(78%, 224px); max-height: 194px; object-fit: contain; transition: transform .35s ease; }
.dosage-item:hover .dosage-item-media img { transform: scale(1.025); }
.dosage-item-copy { display: grid; min-height: 98px; grid-template-columns: 35px minmax(0, 1fr); gap: 14px; align-items: start; padding: 20px; }
.dosage-item-copy > span { padding-top: 3px; color: #0a9aa6; font-size: 11px; font-weight: 800; }
.dosage-item h3 { margin: 0; color: #173a46; font-size: 19px; line-height: 1.35; }
.dosage-item-label { margin: 6px 0 0; overflow-wrap: anywhere; color: #7b8b8f; font-size: 9px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; }
.service-projects-main { position: relative; overflow: hidden; padding-top: 72px; padding-bottom: 84px; background: #f4f8f8; }
.service-projects-main::after { position: absolute; content: ""; top: 0; right: 0; bottom: 0; width: min(40vw, 820px); background: #e8f1f0; pointer-events: none; }
.service-projects-main > .hc_cont1410 { position: relative; z-index: 1; width: min(calc(100% - 80px), 1420px); }
.service-projects-main .module-heading { display: block; margin-bottom: 42px; text-align: center; }
.service-projects-main .module-heading > p { max-width: 560px; margin: 14px auto 0; }
.service-project-layout { display: grid; grid-template-columns: minmax(0, 680px) 480px; gap: clamp(64px, 8vw, 140px); align-items: center; justify-content: center; }
.service-project-copy { max-width: 680px; padding-left: 28px; border-left: 2px solid #23aeb5; }
.service-project-eyebrow { margin: 0; color: #0a9aa6; font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; }
.service-project-copy h3 { margin: 12px 0 0; color: #173a46; font-size: 36px; line-height: 1.3; letter-spacing: 0; }
.service-project-copy > p:not(.service-project-eyebrow) { max-width: 620px; margin: 18px 0 0; color: #637981; font-size: 15px; line-height: 1.9; }
.service-project-points { margin: 26px 0 0; padding: 0; list-style: none; }
.service-project-points li { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 13px 0; border-top: 1px solid #d6e4e6; }
.service-project-points li:last-child { border-bottom: 1px solid #d6e4e6; }
.service-project-points strong { color: #284c56; font-size: 14px; line-height: 1.6; }
.service-project-points span { color: #708287; font-size: 14px; line-height: 1.6; }
.service-project-image { width: 100%; max-width: 480px; margin: 0; justify-self: center; background: transparent; }
.service-project-image img { display: block; width: 100%; height: auto; }

@media (max-width: 1250px) {
  .service-project-layout { grid-template-columns: minmax(0, 560px) 420px; gap: 64px; }
  .service-project-copy { max-width: 560px; padding-left: 24px; }
  .service-project-copy h3 { font-size: 32px; }
  .service-project-copy > p:not(.service-project-eyebrow) { max-width: 520px; font-size: 14px; }
  .service-project-points li { grid-template-columns: 128px minmax(0, 1fr); gap: 20px; padding: 12px 0; }
  .service-project-points strong, .service-project-points span { font-size: 13px; }
  .service-project-image { max-width: 420px; }
}

@media (max-width: 1050px) {
  .product-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dosage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-project-layout { grid-template-columns: minmax(0, 520px) 360px; gap: 40px; }
}

@media (max-width: 760px) {
  .module-hero { height: 340px; }
  .module-hero-copy h1 { font-size: 39px; }
  .module-hero-copy span { font-size: 14px; }
  .module-heading, .product-list-heading { display: block; }
  .module-heading h2, .product-list-heading h2 { font-size: 34px; }
  .module-heading > p, .product-list-heading > span { display: block; margin-top: 14px; }
  .product-list-main, .manufacturing-products, .dosage-section, .service-projects-main { padding: 58px 0 72px; }
  .product-category-nav { margin-bottom: 45px; }
  .product-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .product-list-card-media { padding: 9px; }
  .product-list-card-copy { min-height: 172px; padding: 16px 13px; }
  .product-list-card-copy h3 { font-size: 14px; }
  .product-list-card-copy p { font-size: 12px; }
  .manufacturing-intro { padding: 62px 0; }
  .manufacturing-intro-grid { display: block; }
  .manufacturing-intro h2 { font-size: 37px; }
  .manufacturing-intro-grid > div:last-child { margin-top: 28px; }
  .manufacturing-steps ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manufacturing-steps li { min-height: 170px; padding: 22px 18px; border-bottom: 1px solid #c6dfe0; }
  .manufacturing-steps li:nth-child(2n) { border-right: 0; }
  .dosage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .dosage-item-media { aspect-ratio: 1 / .94; }
  .dosage-item-copy { min-height: 91px; grid-template-columns: 27px minmax(0, 1fr); gap: 8px; padding: 15px 12px; }
  .dosage-item h3 { font-size: 16px; }
  .dosage-item-label { font-size: 8px; }
  .manufacturing-contact > .hc_cont1410 { display: block; }
  .manufacturing-contact h2 { font-size: 31px; }
  .manufacturing-contact .module-action { margin-top: 24px; }
  .service-projects-main > .hc_cont1410 { width: calc(100% - 34px); }
  .service-projects-main .module-heading { margin-bottom: 34px; }
  .service-projects-main::after { top: auto; width: 100%; height: 36%; }
  .service-project-layout { display: block; }
  .service-project-copy { max-width: none; padding-left: 18px; }
  .service-project-copy h3 { font-size: 27px; }
  .service-project-points li { grid-template-columns: 105px minmax(0, 1fr); gap: 12px; }
  .service-project-image { width: min(82%, 360px); margin: 38px auto 0; }
}

html { scroll-behavior: smooth; }
body { background: #fff; color: var(--zx-ink); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 15px; line-height: 1.75; }
body, body * { box-sizing: border-box; }
img { max-width: 100%; }
a, button { transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
a { color: inherit; }
.zx-container { width: min(calc(100% - 56px), var(--zx-container)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,238,.72); backdrop-filter: blur(16px); }
.site-header-spacer { height: 82px; }
.site-header-inner { display: flex; height: 82px; align-items: center; justify-content: space-between; }
.zx-brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none !important; }
.zx-brand-mark { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--zx-white); background: var(--zx-ink); font-size: 13px; font-weight: 800; letter-spacing: .08em; border-radius: 50%; box-shadow: 0 8px 16px rgba(11,33,66,.18); }
.zx-brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.zx-brand-copy strong { font-size: 18px; letter-spacing: .08em; }
.zx-brand-copy small { margin-top: 5px; color: var(--zx-muted); font-size: 8px; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { position: relative; padding: 29px 0; color: #3c4e67; font-size: 14px; text-decoration: none; }
.site-nav > a:not(.nav-contact)::after { position: absolute; content: ""; height: 2px; left: 0; right: 100%; bottom: 21px; background: var(--zx-cyan); transition: right .25s ease; }
.site-nav > a:hover { color: var(--zx-blue); }
.site-nav > a:hover::after { right: 0; }
.site-nav .nav-contact { padding: 9px 16px; color: var(--zx-white); background: var(--zx-blue); border-radius: 2px; }
.site-nav .nav-contact:hover { background: var(--zx-ink); }
.nav-toggle { display: none; padding: 9px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--zx-ink); }

.eyebrow { display: inline-block; color: var(--zx-blue); font-size: 11px; font-weight: 800; letter-spacing: .22em; line-height: 1.2; }
.eyebrow-light { color: rgba(255,255,255,.72); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.section-heading h2 { margin: 12px 0 0; color: var(--zx-ink); font-size: clamp(30px, 3.3vw, 50px); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.section-heading h2 em { color: var(--zx-blue); font-style: normal; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--zx-muted); font-size: 15px; line-height: 1.9; }
.section-heading-light h2 { color: var(--zx-white); }
.section-heading-light h2 em { color: var(--zx-lime); }
.section-heading-light > p { color: rgba(255,255,255,.68); }
.zx-section { padding: 112px 0; }
.zx-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 47px; padding: 0 21px; border: 1px solid var(--zx-blue); color: var(--zx-white); background: var(--zx-blue); font-size: 13px; text-decoration: none !important; }
.zx-button:hover { transform: translateY(-2px); color: var(--zx-white); background: var(--zx-ink); border-color: var(--zx-ink); }
.zx-button-light { border-color: var(--zx-white); background: var(--zx-white); color: var(--zx-ink); }
.zx-button-light:hover { color: var(--zx-white); border-color: var(--zx-cyan); background: var(--zx-cyan); }
.text-link { display: inline-flex; align-items: center; gap: 17px; margin-top: 27px; color: var(--zx-blue); font-size: 13px; font-weight: 700; text-decoration: none !important; }
.text-link:hover { gap: 23px; color: var(--zx-ink); }

.zx-hero { position: relative; color: var(--zx-white); background: var(--zx-ink); }
.zx-hero-swiper, .zx-hero-slide { height: min(700px, calc(100vh - 82px)); min-height: 580px; }
.zx-hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; background-position: center; background-size: cover; }
.zx-hero-slide::before { position: absolute; inset: 0; content: ""; background: rgba(4, 18, 48, .5); }
.zx-hero-copy { position: relative; z-index: 2; padding-bottom: 38px; }
.zx-hero-copy h1 { max-width: 780px; margin: 19px 0 22px; color: var(--zx-white); font-size: clamp(43px, 6vw, 82px); font-weight: 800; line-height: 1.12; letter-spacing: -.05em; }
.zx-hero-copy h1 em { color: var(--zx-lime); font-style: normal; }
.zx-hero-copy p { max-width: 510px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.9; }
.zx-hero-controls { position: absolute; z-index: 3; right: 0; bottom: 68px; left: 0; display: flex; align-items: center; justify-content: space-between; }
.zx-hero-controls .swiper-pagination { position: static; width: auto; text-align: left; }
.zx-hero-controls .swiper-pagination-bullet { width: 7px; height: 7px; margin: 0 8px 0 0; opacity: .55; background: #fff; }
.zx-hero-controls .swiper-pagination-bullet-active { width: 38px; border-radius: 5px; opacity: 1; background: var(--zx-lime); }
.zx-hero-arrows { display: flex; gap: 8px; }
.zx-hero-arrows button { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; }
.zx-hero-arrows button:hover { color: var(--zx-ink); background: var(--zx-lime); border-color: var(--zx-lime); }
.hero-bottomline { position: absolute; z-index: 4; bottom: 0; left: 50%; display: flex; width: min(calc(100% - 56px), var(--zx-container)); justify-content: space-between; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); font-size: 12px; transform: translateX(-50%); }

.zx-about { background: var(--zx-sand); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-copy { max-width: 490px; color: #43556d; font-size: 16px; line-height: 2.05; }
.about-media { position: relative; min-height: 465px; }
.about-image-main { position: absolute; top: 0; right: 0; width: 80%; height: 385px; overflow: hidden; }
.about-image-main img, .about-image-small img { width: 100%; height: 100%; object-fit: cover; }
.about-image-small { position: absolute; bottom: 0; left: 0; width: 47%; height: 218px; padding: 8px; background: var(--zx-sand); }
.about-stamp { position: absolute; top: 26px; left: 32%; display: flex; width: 72px; height: 72px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.9); outline: 1px solid rgba(255,255,255,.4); outline-offset: 4px; color: #fff; background: rgba(13,101,181,.82); font-size: 20px; font-weight: 800; line-height: 1; }
.about-stamp small { margin-top: 6px; font-size: 9px; font-weight: 500; letter-spacing: .2em; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 75px; padding-top: 29px; border-top: 1px solid var(--zx-line); }
.about-stats > div { display: flex; flex-direction: column; }
.about-stats strong { color: var(--zx-blue); font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.1; }
.about-stats strong span { margin-left: 3px; font-size: .45em; }
.about-stats small { margin-top: 9px; color: var(--zx-muted); font-size: 12px; }

.zx-capabilities { color: #fff; background: var(--zx-ink); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.capability-grid article { position: relative; min-height: 305px; padding: 35px 30px; background: rgba(4,24,55,.88); }
.capability-grid article:hover { background: #0e3562; }
.capability-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--zx-lime); border: 1px solid rgba(185,217,103,.55); font-size: 20px; }
.capability-grid h3 { margin: 33px 0 12px; color: #fff; font-size: 21px; }
.capability-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.9; }
.capability-index { position: absolute; right: 28px; bottom: 23px; color: rgba(255,255,255,.22); font-size: 34px; font-weight: 700; }

.zx-products { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 230px); gap: 17px; }
.product-card { position: relative; display: block; min-height: 0; overflow: hidden; text-decoration: none !important; background: var(--zx-ink); }
.product-card-large { grid-row: span 2; }
.product-card img { width: 100%; height: 100%; object-fit: cover; opacity: .77; transition: transform .6s ease, opacity .4s ease; }
.product-card::after { position: absolute; inset: 30% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,18,48,.88)); }
.product-card:hover img { opacity: .97; transform: scale(1.06); }
.product-card > span { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; display: flex; flex-direction: column; color: #fff; }
.product-card small { color: var(--zx-lime); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.product-card strong { margin-top: 8px; font-size: 21px; }
.product-card em { color: rgba(255,255,255,.7); font-size: 12px; font-style: normal; }
.product-card-large strong { font-size: 28px; }

.zx-quality { background: var(--zx-mint); }
.quality-layout { display: grid; grid-template-columns: .97fr 1.03fr; gap: 95px; align-items: center; }
.quality-media { position: relative; min-height: 475px; overflow: hidden; background: var(--zx-ink); }
.quality-media img { width: 100%; height: 100%; min-height: 475px; object-fit: cover; }
.quality-media::after { position: absolute; inset: 0; content: ""; background: rgba(8,40,66,.12); }
.quality-media-label { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; color: #fff; background: rgba(7,33,66,.83); }
.quality-media-label span { color: var(--zx-lime); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.quality-media-label strong { font-size: 17px; }
.quality-copy h2 { margin: 12px 0 18px; font-size: clamp(32px, 3.2vw, 48px); line-height: 1.2; }
.quality-copy h2 em { color: var(--zx-blue); font-style: normal; }
.quality-copy > p { max-width: 540px; color: #52677a; line-height: 2; }
.certificate-list { margin-top: 28px; border-top: 1px solid rgba(8,40,66,.16); }
.certificate-list a { display: flex; align-items: center; gap: 14px; min-height: 64px; border-bottom: 1px solid rgba(8,40,66,.16); color: var(--zx-ink); text-decoration: none !important; }
.certificate-list a > i:first-child { color: var(--zx-blue); font-size: 20px; }
.certificate-list a > i:last-child { margin-left: auto; color: var(--zx-muted); font-size: 12px; }
.certificate-list a span { display: flex; flex-direction: column; font-size: 14px; font-weight: 700; }
.certificate-list a small { color: var(--zx-muted); font-size: 11px; font-weight: 400; }
.certificate-list a:hover { color: var(--zx-blue); padding-left: 7px; }

.zx-timeline { background: #fff; }
.timeline-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 20px; padding-top: 33px; border-top: 1px solid var(--zx-line); }
.timeline-track::before { position: absolute; top: 30px; right: 0; left: 0; height: 2px; content: ""; background: var(--zx-blue); opacity: .16; }
.timeline-track article { position: relative; padding: 0 22px 0 0; }
.timeline-track article:not(:last-child) { border-right: 1px solid var(--zx-line); }
.timeline-track article:not(:first-child) { padding-left: 22px; }
.timeline-track article > span { position: absolute; top: -42px; left: 0; width: 16px; height: 16px; border: 4px solid #c9e2f0; border-radius: 50%; background: var(--zx-blue); }
.timeline-track article strong { color: var(--zx-blue); font-size: 32px; line-height: 1; }
.timeline-track article h3 { margin: 18px 0 10px; font-size: 16px; }
.timeline-track article p { margin: 0; padding-right: 17px; color: var(--zx-muted); font-size: 12px; line-height: 1.8; }

.zx-honors { background: var(--zx-sand); }
.honors-swiper { overflow: hidden; padding-bottom: 39px; }
.honor-slide { background: #fff; }
.honor-slide img { display: block; width: 100%; height: 260px; object-fit: contain; padding: 18px; background: #fff; }
.honor-slide span { display: block; padding: 15px 18px 17px; border-top: 1px solid var(--zx-line); font-size: 14px; font-weight: 700; }
.honors-pagination { bottom: 0 !important; }
.honors-pagination .swiper-pagination-bullet { width: 28px; height: 3px; margin: 0 4px; border-radius: 0; background: var(--zx-blue); }
.patent-row { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: center; margin-top: 83px; padding-top: 55px; border-top: 1px solid var(--zx-line); }
.patent-intro h3 { margin: 12px 0 10px; font-size: 28px; line-height: 1.3; }
.patent-intro p { margin: 0; color: var(--zx-muted); font-size: 13px; line-height: 1.8; }
.patents-swiper { overflow: hidden; }
.patent-slide { position: relative; overflow: hidden; background: #fff; }
.patent-slide img { display: block; width: 100%; height: 245px; object-fit: cover; object-position: top; }
.patent-slide span { display: block; padding: 11px 13px 13px; border-top: 1px solid var(--zx-line); color: var(--zx-ink); font-size: 12px; }

.zx-contact-band { padding: 67px 0; color: #fff; background: var(--zx-blue); }
.contact-band-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-band-grid h2 { margin: 13px 0 0; color: #fff; font-size: clamp(26px, 3vw, 42px); line-height: 1.2; }

.site-footer { color: rgba(255,255,255,.74); background: #06192f; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 64px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta h2 { margin: 12px 0 0; color: #fff; font-size: clamp(24px, 3vw, 40px); line-height: 1.25; }
.footer-main { display: grid; grid-template-columns: 1.55fr .8fr 1.2fr .6fr; gap: 35px; padding: 56px 0 48px; }
.zx-brand-footer .zx-brand-mark { color: var(--zx-ink); background: var(--zx-lime); }
.zx-brand-footer .zx-brand-copy strong { color: #fff; }
.zx-brand-footer .zx-brand-copy small { color: rgba(255,255,255,.45); }
.footer-brand p { margin: 21px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column h3 { margin: 0 0 12px; color: #fff; font-size: 14px; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; text-decoration: none !important; }
.footer-column a:hover { color: var(--zx-lime); }
.footer-contact p { display: flex; gap: 9px; }
.footer-contact p i { width: 13px; margin-top: 5px; color: var(--zx-lime); }
.footer-code { text-align: center; }
.footer-code-box { display: flex; width: 92px; height: 92px; align-items: center; justify-content: center; margin: 0 auto 10px; padding: 6px; background: #fff; }
.footer-code-box img { width: 100%; height: 100%; object-fit: contain; }
.footer-code span { font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: 11px; }
.scroll-top { position: fixed; right: 23px; bottom: 25px; z-index: 999; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--zx-line); color: var(--zx-blue); background: #fff; opacity: 0; pointer-events: none; box-shadow: 0 5px 16px rgba(6,25,47,.12); }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { color: #fff; background: var(--zx-blue); border-color: var(--zx-blue); }
.mobile-bar { display: none; }

.page-hero { display: flex; min-height: 300px; align-items: center; color: #fff; background-position: center; background-size: cover; }
.page-hero-inner { padding: 52px 0 35px; }
.page-hero h1 { margin: 15px 0 7px; color: #fff; font-size: clamp(30px, 4vw, 52px); }
.page-hero p { margin: 0; color: rgba(255,255,255,.7); }
.pages { padding-top: 47px; padding-bottom: 70px; }
.pages .position { color: var(--zx-muted); }
.search-page { padding-top: 90px; min-height: 58vh; background: #fff; }
.search-page-header { padding: 56px 0 45px; background: #f2f8f7; color: #092752; text-align: center; }
.search-page-header .eyebrow { display: block; margin-bottom: 12px; color: #0b9eaa; font-size: 12px; font-weight: 800; }
.search-page-header h1 { margin: 0; font-size: 40px; font-weight: 800; }
.search-page-header p { max-width: 580px; margin: 13px auto 0; color: #617187; }
.search-page-content { padding-top: 48px; padding-bottom: 54px; }
.pages .content { color: #52677a; line-height: 2; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* 01_sy homepage framework skin */
.hc_container { overflow: clip; background: #fff; }
.hc_cont1410 { width: min(calc(100% - 80px), 1410px); margin: 0 auto; }
.header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: 90px; background: rgba(255,255,255,.96); border-bottom: 1px solid #e9eef1; backdrop-filter: blur(12px); }
.header .flex, .footer .flex { display: flex; align-items: center; justify-content: space-between; }
.header .left, .header .right { display: flex; align-items: center; }
.header .logo { display: flex; align-items: center; gap: 12px; color: #092752; text-decoration: none; }
.header .logo img { display: block; width: auto; height: 68px; max-width: 200px; object-fit: contain; }
.logo-mark { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: #0d65b5; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.logo-copy { display: flex; flex-direction: column; line-height: 1.1; }
.logo-copy strong { font-size: 20px; letter-spacing: .1em; }
.logo-copy small { margin-top: 5px; color: #7790a4; font-size: 8px; letter-spacing: .15em; }
.header_list { display: flex; align-items: center; margin: 0; padding: 0; }
.header_item { list-style: none; }
.header-about-item, .header-about-item .header_conts, .header-product-item, .header-product-item .header_conts { position: relative; }
.header_link { position: relative; display: block; padding: 35px 20px; color: #3b4d65; font-size: 14px; text-decoration: none !important; }
.header_link::after { position: absolute; right: 20px; bottom: 23px; left: 20px; height: 2px; content: ""; background: #19a6b7; transform: scaleX(0); transition: transform .25s ease; }
.header_link:hover, .header_link:focus { color: #0d65b5; }
.header_link:hover::after { transform: scaleX(1); }
.header-about-item .header_link .fa-angle-down { margin-left: 6px; color: #08aebc; font-size: 12px; transition: transform .25s ease; }
.header_subnav { position: absolute; z-index: 1001; top: calc(100% - 1px); left: 50%; width: 184px; padding: 8px; border: 1px solid #e5eef0; background: #fff; box-shadow: 0 16px 34px rgba(9,39,82,.13); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.header-about-item:hover .header_subnav, .header-about-item:focus-within .header_subnav { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.header-about-item:hover .header_link .fa-angle-down, .header-about-item:focus-within .header_link .fa-angle-down { transform: rotate(180deg); }
.header-product-trigger { width: 100%; border: 0; font-family: inherit; cursor: pointer; background: transparent; }
.header-product-trigger .fa-angle-down { margin-left: 6px; color: #08aebc; font-size: 12px; transition: transform .25s ease; }
.header-product-menu { width: 390px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.header-product-item:hover .header-product-menu, .header-product-item:focus-within .header-product-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.header-product-item:hover .header-product-trigger .fa-angle-down, .header-product-item:focus-within .header-product-trigger .fa-angle-down { transform: rotate(180deg); }
.header_subnav-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 12px; color: #3b4d65; font-size: 13px; line-height: 1.35; text-decoration: none !important; transition: color .2s ease, background .2s ease, padding .2s ease; }
.header_subnav-link + .header_subnav-link { border-top: 1px solid #edf3f4; }
.header_subnav-link .fa { color: #08aebc; font-size: 11px; opacity: .75; transition: transform .2s ease; }
.header_subnav-link:hover, .header_subnav-link:focus { padding-left: 15px; color: #0d65b5; background: #f1fbfc; }
.header_subnav-link:hover .fa, .header_subnav-link:focus .fa { transform: translateX(3px); }
.header-search { width: 20px; margin-left: 16px; color: #0d65b5; font-size: 16px; }
.c_pcbtn { display: none; width: 32px; margin-left: 16px; padding: 5px; border: 0; background: transparent; }
.c_pcbtn span { display: block; height: 2px; margin: 5px 0; background: #092752; }
.header-space { height: 90px; }
.eyebrow { color: #0d65b5; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.home_banner { position: relative; color: #fff; background: #092752; }
.home_banner .swiper-container, .home_banner .swiper-slide, .home_banner .slide-inner { height: min(760px, calc(100vh - 90px)); min-height: 560px; }
.home_banner .slide-inner { position: relative; background-position: center; background-size: cover; }
.home_banner .slide-link { position: absolute; inset: 0; display: block; }
.home_banner .slide-link img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home_banner .slide-inner::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,41,62,.62), rgba(0,41,62,.2) 54%, rgba(0,41,62,.04)); pointer-events: none; }
.slide-caption { position: absolute; z-index: 2; right: 0; bottom: 29%; left: 0; color: #fff; pointer-events: none; }
.slide-caption h1 { max-width: 900px; margin: 0; color: #fff; font-size: 58px; font-weight: 700; line-height: 1.22; letter-spacing: 0; text-shadow: 0 3px 18px rgba(0,37,56,.28); }
.slide-caption p { max-width: 640px; margin: 22px 0 0; color: rgba(255,255,255,.94); font-size: 18px; line-height: 1.8; text-shadow: 0 2px 12px rgba(0,37,56,.3); }
.mod-more { display: inline-flex; align-items: center; gap: 16px; color: #0d65b5; text-decoration: none !important; }
.mod-more i { font-size: 15px; }
.mod-more b { font-size: 13px; font-weight: 700; }
.home_arrow { position: absolute; z-index: 3; right: 0; bottom: 60px; left: 0; }
.home_arrow .flex { display: flex; justify-content: flex-end; gap: 8px; width: min(calc(100% - 80px), 1410px); margin: 0 auto; }
.home_arrow button { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.68); color: #fff; background: transparent; }
.home_arrow button:hover { color: #092752; background: #c2df6b; }
.home-banner-pagination { position: absolute; z-index: 3; right: 0; bottom: 77px; left: 0; width: min(calc(100% - 80px), 1410px); margin: 0 auto; text-align: left; }
.home-banner-pagination .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 10px 0 0; opacity: .6; background: #fff; }
.home-banner-pagination .swiper-pagination-bullet-active { width: 42px; border-radius: 8px; opacity: 1; background: #c2df6b; }
.home-about { position: relative; padding: 120px 0 104px; overflow: hidden; background: #f5f3ec; }
.home-about::before { position: absolute; top: 0; right: -10%; width: 55%; height: 100%; content: ""; background: linear-gradient(125deg, transparent 15%, rgba(216,236,229,.65)); transform: skewX(-13deg); }
.home-about-main { position: relative; z-index: 1; gap: 80px; align-items: center; }
.home-about-main > .left, .home-about-main > .right { width: 50%; }
.home-about .tit { margin: 14px 0 23px; color: #092752; font-size: clamp(34px, 4vw, 55px); font-weight: 700; line-height: 1.2; }
.home-about .tit em { color: #0d65b5; font-style: normal; }
.home-about .text { max-width: 540px; color: #52677b; font-size: 15px; line-height: 2; }
.home-about .text p { margin: 0 0 16px; }
.home-about .text .accent { color: #0d9eae; font-weight: 700; }
.home-about .left > .mod-more { margin-top: 20px; }
.home-about-video { position: relative; height: 450px; margin-left: auto; padding: 22px; }
.home-about-video::before { position: absolute; top: 0; right: 0; bottom: 0; left: 18%; content: ""; border: 1px solid #c5d6e2; }
.home-about-video .decorate { position: absolute; top: 36px; left: 0; width: 68px; height: 68px; border: 8px solid #c2df6b; }
.home-about-video .imgs { position: relative; z-index: 1; height: 100%; overflow: hidden; }
.home-about-video .imgs img { width: 100%; height: 100%; object-fit: cover; }
.video-btn { position: absolute; z-index: 2; bottom: 42px; left: 50%; display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: #0d65b5; transform: translateX(-50%); }
.home-about-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); margin: 86px 0 0; padding: 30px 0 0; border-top: 1px solid #d6e1e6; }
.home-about-item { display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid #d6e1e6; list-style: none; }
.home-about-item:last-child { border-right: 0; }
.home-about-item .icons { display: flex; width: 51px; height: 51px; align-items: center; justify-content: center; border: 1px solid #0d65b5; color: #0d65b5; font-size: 20px; }
.home-about-item .val { display: flex; align-items: baseline; color: #0d65b5; }
.home-about-item .number { font-size: clamp(28px,3.4vw,46px); font-weight: 700; line-height: 1; }
.home-about-item .unit { margin-left: 4px; font-size: 12px; }
.home-about-item .texts { margin-top: 7px; color: #65758c; font-size: 12px; }
.home-product { padding: 108px 0 68px; overflow: hidden; background: #fff; }
.home-protit { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-bottom: 76px; }
.home-protit .left p { margin: 0; color: #09acba; font-size: 32px; font-weight: 700; line-height: 1.48; letter-spacing: 0; }
.home-product-entry { display: inline-flex; min-width: 220px; align-items: center; justify-content: center; gap: 13px; padding: 16px 25px; border-radius: 999px; color: #fff !important; background: #09adbb; font-size: 16px; text-decoration: none !important; }
.home-product-entry:hover { color: #fff; background: #078c99; transform: translateY(-2px); }
.home-product-entry i { font-size: 20px; }
.home-product-entry b { font-weight: 700; }
.home-prolist { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; width: min(100% - 40px, 1920px); margin: 0 auto; }
.home-proitem { min-width: 0; }
.home-prolink { position: relative; display: block; height: 590px; overflow: hidden; color: #fff; text-decoration: none !important; background: #dff9fa; }
.home-prolink .img_box, .home-prolink .img_box img { width: 100%; height: 100%; }
.home-prolink .img_box img { padding: 24px; object-fit: contain; transition: transform .6s ease; }
.home-prohover { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 42px 44px; background: linear-gradient(0deg, rgba(8,173,188,.96) 0%, rgba(8,173,188,.86) 31%, rgba(8,173,188,.03) 70%); }
.home-proitem:hover .img_box img { transform: scale(1.08); }
.home-prohover .number { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1; }
.home-prohover .tit { margin: 18px 0 14px; color: #fff; font-size: 27px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.home-prohover .text { margin: 0; color: rgba(255,255,255,.95); font-size: 16px; line-height: 1.5; }
.home-product-actions { position: relative; z-index: 2; display: flex; justify-content: center; margin-top: -30px; }
.home-product-more { display: inline-flex; min-width: 225px; align-items: center; justify-content: center; gap: 14px; padding: 13px 30px; border: 3px solid rgba(255,255,255,.46); border-radius: 999px; color: #fff !important; background: #0aabb9; box-shadow: 0 10px 22px rgba(7,151,165,.22); font-size: 16px; font-weight: 700; text-decoration: none !important; }
.home-product-more:hover { color: #fff; background: #078c99; transform: translateY(-2px); }
.home-map { padding: 120px 0 130px; background: #f5f8fa; }
.home-map .title { max-width: 740px; margin-bottom: 50px; }
.home-map .title strong { display: block; margin-top: 14px; color: #092752; font-size: clamp(30px,4vw,52px); line-height: 1.2; }
.home-map .title strong em { color: #0d65b5; font-style: normal; }
.home-map .title p { max-width: 610px; margin: 20px 0 0; color: #667a8e; font-size: 15px; line-height: 1.9; }
.home-map-img { position: relative; min-height: 480px; overflow: hidden; background: #092752; }
.home-map-img > img { width: 100%; height: 480px; object-fit: cover; }
.home-map-img::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,25,55,.28), transparent 60%); }
.home-map-badge { position: absolute; z-index: 1; top: 30px; left: 35px; display: flex; flex-direction: column; color: #fff; }
.home-map-badge strong { font-size: 34px; }
.home-map-badge span { color: #c2df6b; font-size: 12px; }
.home-map-list { position: absolute; z-index: 1; right: 32px; bottom: 28px; left: 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin: 0; padding: 0; }
.home-map-list li { padding: 20px 19px; list-style: none; color: #fff; background: rgba(7,33,66,.78); backdrop-filter: blur(8px); }
.home-map-list li > span { color: #c2df6b; font-size: 20px; }
.home-map-list strong { display: block; margin-top: 12px; font-size: 16px; }
.home-map-list p { margin: 4px 0 0; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.6; }
.home-server { position: relative; overflow: hidden; scroll-margin-top: 84px; color: #092752; background: #f2f8f7; }
.home-server .hc_cont1410 { position: relative; z-index: 1; padding: 112px 0 120px; }
.home-service-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.home-service-title h2 { margin: 14px 0 0; color: #092752; font-size: clamp(36px, 4vw, 54px); font-weight: 700; line-height: 1.2; }
.home-service-title h2 em { color: #0aaab6; font-style: normal; }
.home-service-intro { max-width: 660px; margin: 18px auto 0; padding: 0; }
.home-service-intro p { margin: 0; color: #65758c; font-size: 15px; line-height: 1.9; }
.home-service-more { display: inline-flex; align-items: center; gap: 24px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid rgba(10,170,182,.45); color: #078d9a; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.home-service-more i { font-size: 15px; transition: transform .25s ease; }
.home-service-more:hover { color: #092752; }
.home-service-more:hover i { transform: translateX(5px); }
.home-service-layout { margin-top: 55px; }
.home-service-stage { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(350px, .86fr); gap: 26px; }
.home-service-panels { position: relative; min-height: 560px; overflow: hidden; border: 1px solid #d6e7e3; background: #dbe9e7; box-shadow: 0 15px 38px rgba(19,77,83,.08); }
.home-service-panel { position: absolute; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: scale(1.025); transition: opacity .45s ease, transform .65s ease; }
.home-service-panel.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.home-service-panel::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(5,23,44,.02) 25%, rgba(5,23,44,.2) 48%, rgba(5,23,44,.94) 100%); }
.home-service-panel img { width: 100%; height: 100%; object-fit: cover; }
.home-service-panel-copy { position: absolute; z-index: 2; right: 44px; bottom: 40px; left: 44px; }
.home-service-panel-index { color: #c2df6b; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.home-service-panel-copy h3 { margin: 13px 0 9px; color: #fff; font-size: 34px; line-height: 1.1; }
.home-service-panel-copy p { max-width: 610px; margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.8; }
.home-service-panel-copy ul { display: flex; flex-wrap: wrap; gap: 8px 25px; margin: 19px 0 0; padding: 0; }
.home-service-panel-copy li { list-style: none; color: rgba(255,255,255,.68); font-size: 12px; }
.home-service-panel-copy li::before { display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; content: ""; background: #c2df6b; }
.home-server-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; }
.home-server-list .items { min-height: 0; list-style: none; }
.home-server-list button { position: relative; display: grid; width: 100%; height: 100%; min-height: 176px; grid-template-columns: 48px 1fr 20px; grid-template-rows: auto auto; column-gap: 13px; align-content: center; padding: 20px; border: 1px solid #d6e7e3; color: #092752; background: #fff; box-shadow: 0 7px 18px rgba(19,77,83,.06); text-align: left; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.home-server-list button::before { position: absolute; inset: -1px auto -1px -1px; width: 4px; content: ""; background: transparent; transition: background-color .25s ease; }
.home-server-list .active button, .home-server-list button:hover { border-color: #0aaab6; box-shadow: 0 12px 25px rgba(19,77,83,.11); transform: translateY(-2px); }
.home-server-list .active button::before { background: #0aaab6; }
.home-server-list .number { grid-row: span 2; align-self: start; color: #0aaab6; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.home-server-list .texts { display: block; font-size: 20px; font-weight: 700; line-height: 1.1; }
.home-server-list small { display: block; margin-top: 8px; color: #718399; font-size: 11px; }
.home-server-list button i { grid-column: 3; grid-row: 1 / span 2; align-self: center; justify-self: end; color: #0aaab6; font-size: 12px; }
.home-achievements { padding: 118px 0 128px; color: #092752; background: #fff; }
.home-achievements-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; }
.home-achievements-heading h2 { margin: 14px 0 0; color: #092752; font-size: clamp(36px, 4vw, 54px); line-height: 1.2; }
.home-achievements-heading > p { max-width: 480px; margin: 0 0 2px; color: #65758c; font-size: 15px; line-height: 1.9; }
.home-achievement-tabs { display: flex; justify-content: center; gap: 10px; margin-top: 55px; border-bottom: 1px solid #dbe7ea; }
.home-achievement-tab { position: relative; display: inline-flex; min-width: 170px; align-items: center; justify-content: center; gap: 7px; padding: 0 12px 19px; border: 0; color: #7b8a9b; background: transparent; font-size: 16px; font-weight: 700; cursor: pointer; }
.home-achievement-tab::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 3px; content: ""; background: transparent; transition: background-color .25s ease; }
.home-achievement-tab small { color: #a6b2bd; font-size: 10px; font-weight: 800; }
.home-achievement-tab:hover, .home-achievement-tab.is-active { color: #0aaab6; }
.home-achievement-tab.is-active::after { background: #0aaab6; }
.home-achievement-tab.is-active small { color: #0aaab6; }
.home-achievement-panel { display: none; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.home-achievement-panel.is-active { display: grid; }
.home-achievement-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 14px 14px 17px; border: 1px solid #dce8eb; color: #092752; background: #fafdfe; text-decoration: none; opacity: 0; transform: translateY(24px); }
.home-achievement-panel.is-active .home-achievement-card.is-visible { animation: home-achievement-enter .65s cubic-bezier(.22,.61,.36,1) both; animation-delay: calc(var(--card-order) * 55ms); }
.home-achievement-card:hover { border-color: #0aaab6; box-shadow: 0 12px 28px rgba(9,39,82,.1); transform: translateY(-3px); }
.home-achievement-card figure { display: flex; height: 232px; align-items: center; justify-content: center; margin: 0; overflow: hidden; background: #fff; }
.home-achievement-card figure img { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-achievement-card-certificate figure { height: 264px; }
.home-achievement-card-patent figure { height: 288px; }
.home-achievement-index { position: absolute; z-index: 1; top: 22px; left: 22px; padding: 4px 6px; color: #0aaab6; background: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.home-achievement-card strong { display: block; margin-top: 14px; color: #15385c; font-size: 14px; line-height: 1.45; }
.home-achievement-card > small { display: block; margin-top: 4px; color: #8a9aaa; font-size: 11px; line-height: 1.4; }
@keyframes home-achievement-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.quality-cert-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.quality-cert-links a { padding: 8px 14px; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 12px; text-decoration: none; }
.quality-cert-links a:hover { color: #092752; background: #c2df6b; border-color: #c2df6b; }
.home-news { padding: 115px 0 125px; background: #f5f3ec; }
.home-news-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.home-news-header .title strong { display: block; margin-top: 13px; color: #092752; font-size: clamp(32px,4vw,52px); line-height: 1.15; }
.home-news-header .title p { margin: 14px 0 0; color: #65758c; }
.home-news-header .arrow { display: flex; gap: 8px; }
.home-news-header .arrow button { width: 45px; height: 45px; border: 1px solid #0d65b5; color: #0d65b5; background: transparent; }
.home-news-header .arrow button:hover { color: #fff; background: #0d65b5; }
.home-news-list { overflow: hidden; }
.home-news-item { height: auto; background: #fff; }
.home-news-link { display: flex; min-height: 380px; flex-direction: column; color: #092752; text-decoration: none !important; }
.home-news-link .conts { display: flex; flex: 1; flex-direction: column; padding: 29px 29px 25px; }
.home-news-link .tops { display: flex; justify-content: space-between; }
.home-news-link .date { color: #0d65b5; font-size: 25px; font-weight: 700; line-height: 1; }
.home-news-link .year { margin-top: 7px; color: #7b8ca1; font-size: 10px; }
.home-news-link .tits { margin-top: 38px; font-size: 18px; font-weight: 700; line-height: 1.5; }
.home-news-link .texts { margin-top: auto; color: #718399; font-size: 12px; }
.home-news-link .texts p { margin: 0; }
.home-news-link .img_box { height: 180px; overflow: hidden; }
.home-news-link .img_box img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-news-item:hover .img_box img { transform: scale(1.06); }
.home-timeline { padding: 110px 0; background: #fff; }
.home-timeline .title strong { display: block; margin-top: 13px; color: #092752; font-size: clamp(32px,4vw,52px); }
.home-timeline .title strong em { color: #0d65b5; font-style: normal; }
.timeline-list { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; margin-top: 70px; border-top: 1px solid #cbdce7; }
.timeline-list > div { position: relative; padding: 30px 18px 0 0; border-right: 1px solid #dbe6ec; }
.timeline-list > div:not(:first-child) { padding-left: 18px; }
.timeline-list > div::before { position: absolute; top: -8px; left: 0; width: 15px; height: 15px; content: ""; border: 4px solid #cde4ef; border-radius: 50%; background: #0d65b5; }
.timeline-list b { color: #0d65b5; font-size: 30px; }
.timeline-list p { margin: 14px 0 0; color: #65758c; font-size: 12px; line-height: 1.8; }
.footer { color: rgba(255,255,255,.74); background: #061a35; }
.footer .hc_cont1410 { padding: 58px 0 26px; }
.footer-logo { display: inline-flex; align-items: center; }
.footer-logo img { display: block; width: auto; height: 72px; max-width: 220px; object-fit: contain; }
.footer-logo .logo-copy strong { color: #fff; }
.footer-logo .logo-mark { color: #092752; background: #c2df6b; }
.footer-flex { align-items: flex-start !important; margin-top: 48px; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-contact { margin: 0; padding: 0; }
.footer-contact li { display: flex; gap: 14px; margin-bottom: 20px; list-style: none; }
.footer-contact li > span { width: 19px; margin-top: 4px; color: #c2df6b; }
.footer-contact .cont strong { display: block; color: #fff; font-size: 13px; }
.footer-contact .cont p { margin: 3px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }
.footer-contact a { color: inherit; text-decoration: none; }
.footer .center { display: flex; gap: 62px; }
.footer .item .tit { margin-bottom: 14px; color: #fff; font-size: 13px; }
.footer-list { margin: 0; padding: 0; }
.footer-list li { margin: 8px 0; list-style: none; font-size: 12px; }
.footer-list a { color: rgba(255,255,255,.56); text-decoration: none; }
.footer-list a:hover { color: #c2df6b; }
.footer-right { max-width: 210px; text-align: center; }
.footer-qr { width: 104px; height: 154px; margin: 0 auto 15px; padding: 0; overflow: hidden; background: #fff; }
.footer-qr img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-company-name, .record-link { color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.8; }
.record-link { display: block; margin-top: 6px; text-decoration: none; }
.mobile-bar { display: none; }

@media (max-width: 1050px) {
  .hc_cont1410 { width: calc(100% - 50px); }
  .header_link { padding-right: 11px; padding-left: 11px; }
  .slide-caption h1 { font-size: 48px; }
  .slide-caption p { font-size: 16px; }
  .home-protit .left p { font-size: 27px; }
  .home-prolink { height: 460px; }
  .home-prohover { padding: 30px 25px; }
  .home-prohover .tit { font-size: 22px; }
  .home-prohover .text { font-size: 13px; }
  .home-about-main { gap: 40px; }
  .home-server .hc_cont1410 { padding: 90px 0 98px; }
  .home-service-layout { margin-top: 43px; }
  .home-service-stage { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 18px; }
  .home-service-panels { min-height: 500px; }
  .home-service-panel-copy { right: 34px; bottom: 31px; left: 34px; }
  .home-server-list { gap: 9px; }
  .home-server-list button { min-height: 157px; padding: 16px; }
  .home-server-list .texts { font-size: 18px; }
  .home-achievements { padding: 98px 0 108px; }
  .home-achievement-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .home-achievement-card figure { height: 210px; }
  .home-achievement-card-certificate figure { height: 238px; }
  .home-achievement-card-patent figure { height: 255px; }
  .footer .center { gap: 25px; }
}
@media (max-width: 760px) {
  body { padding-bottom: 56px; }
  .hc_cont1410 { width: calc(100% - 34px); }
  .header { height: 70px; }
  .header-space { height: 70px; }
  .header .right nav { position: absolute; top: 70px; right: 0; left: 0; display: none; padding: 10px 17px 17px; background: #fff; box-shadow: 0 10px 20px rgba(9,39,82,.12); }
  .header .right nav.is-open { display: block; }
  .header_list { display: block; }
  .header-about-item .header_subnav { position: static; width: auto; margin: 0 0 5px; padding: 2px 0 0 13px; border: 0; background: #f5fafb; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .header-about-item .header_subnav-link { padding: 9px 13px; color: #5b7183; font-size: 12px; }
  .header-about-item .header_subnav-link:hover, .header-about-item .header_subnav-link:focus { padding-left: 16px; background: #eaf7f8; }
  .header-about-item .header_link .fa-angle-down { float: right; margin-top: 3px; }
  .header-product-item .header-product-menu { position: static; display: block; width: auto; margin: 0 0 5px; padding: 2px 0 0 13px; border: 0; background: #f5fafb; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .header-product-item .header_subnav-link { padding: 9px 13px; color: #5b7183; font-size: 12px; }
  .header-product-item .header_subnav-link:hover, .header-product-item .header_subnav-link:focus { padding-left: 16px; background: #eaf7f8; }
  .header-product-trigger .fa-angle-down { float: right; margin-top: 3px; }
  .header_link { padding: 10px 3px; border-bottom: 1px solid #eef2f4; }
  .header_link::after { display: none; }
  .header-search { display: none; }
  .c_pcbtn { display: block; }
  .header .logo img { height: 56px; max-width: 150px; }
  .logo-mark { width: 37px; height: 37px; }
  .logo-copy strong { font-size: 16px; }
  .logo-copy small { font-size: 7px; }
  .home_banner .swiper-container, .home_banner .swiper-slide, .home_banner .slide-inner { height: 650px; min-height: 650px; }
  .slide-caption { right: 17px; bottom: 175px; left: 17px; width: auto; }
  .slide-caption h1 { font-size: 36px; line-height: 1.32; }
  .slide-caption p { margin-top: 16px; font-size: 14px; line-height: 1.75; }
  .home_arrow { bottom: 72px; }
  .home_arrow .flex { width: calc(100% - 34px); }
  .home-banner-pagination { bottom: 92px; width: calc(100% - 34px); }
  .home-about, .home-map, .home-news, .home-timeline { padding: 75px 0; }
  .home-about-main { display: block; }
  .home-about-main > .left, .home-about-main > .right { width: 100%; }
  .home-about-main > .right { margin-top: 42px; }
  .home-about-video { height: 340px; }
  .home-about-list { grid-template-columns: repeat(2,1fr); gap: 24px 0; margin-top: 60px; }
  .home-about-item:nth-child(2) { border-right: 0; }
  .home-about-item:nth-child(-n+2) { padding-bottom: 24px; border-bottom: 1px solid #d6e1e6; }
  .home-about-item .number { font-size: 32px; }
  .home-product { padding: 70px 0 48px; }
  .home-protit { display: block; margin-bottom: 35px; }
  .home-protit .left p { font-size: 23px; line-height: 1.45; }
  .home-product-line { display: block; }
  .home-product-entry { min-width: 178px; margin-top: 24px; padding: 12px 20px; font-size: 14px; }
  .home-prolist { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; width: calc(100% - 18px); }
  .home-prolink { height: 355px; }
  .home-prohover { padding: 22px 17px; }
  .home-prohover .number { font-size: 11px; }
  .home-prohover .tit { margin: 10px 0 8px; font-size: 17px; }
  .home-prohover .text { font-size: 10px; }
  .home-product-actions { margin-top: -20px; }
  .home-product-more { min-width: 180px; padding: 10px 24px; font-size: 14px; }
  .home-map .title strong, .home-news-header .title strong, .home-timeline .title strong { font-size: 34px; }
  .home-map-img, .home-map-img > img { min-height: 500px; height: 500px; }
  .home-map-list { right: 15px; bottom: 15px; left: 15px; grid-template-columns: 1fr; gap: 6px; }
  .home-map-list li { padding: 10px 14px; }
  .home-map-list li > span { float: left; margin: 3px 12px 0 0; }
  .home-map-list strong { display: inline; margin: 0; }
  .home-map-list p { display: inline; margin-left: 8px; }
  .home-server .hc_cont1410 { padding: 78px 0 88px; }
  .home-service-heading { max-width: 580px; }
  .home-service-title h2 { font-size: 38px; }
  .home-service-intro { max-width: 540px; margin-top: 22px; }
  .home-service-layout { margin-top: 38px; }
  .home-service-stage { display: block; }
  .home-service-panels { min-height: 410px; }
  .home-service-panel-copy { right: 24px; bottom: 24px; left: 24px; }
  .home-service-panel-copy h3 { margin-top: 10px; font-size: 28px; }
  .home-service-panel-copy p { font-size: 13px; line-height: 1.7; }
  .home-service-panel-copy ul { display: none; }
  .home-server-list { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 8px; margin-top: 12px; }
  .home-server-list .items { min-height: 94px; }
  .home-server-list button { min-height: 94px; grid-template-columns: 25px 1fr; grid-template-rows: auto auto; column-gap: 8px; padding: 15px 12px; }
  .home-server-list button i { display: none; }
  .home-server-list .number { grid-row: span 1; align-self: auto; font-size: 11px; }
  .home-server-list .texts { font-size: 16px; }
  .home-server-list small { grid-column: 2; margin-top: 3px; font-size: 10px; }
  .home-achievements { padding: 76px 0 84px; }
  .home-achievements-heading { display: block; }
  .home-achievements-heading > p { margin-top: 20px; font-size: 13px; }
  .home-achievement-tabs { justify-content: space-between; gap: 0; margin-top: 38px; }
  .home-achievement-tab { min-width: 0; flex: 1; padding: 0 3px 15px; font-size: 13px; }
  .home-achievement-tab::after { right: 8px; left: 8px; }
  .home-achievement-panel, .home-achievement-panel.is-active { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
  .home-achievement-card { padding: 8px 8px 12px; }
  .home-achievement-card figure, .home-achievement-card-certificate figure, .home-achievement-card-patent figure { height: 160px; }
  .home-achievement-index { top: 14px; left: 14px; font-size: 9px; }
  .home-achievement-card strong { margin-top: 10px; font-size: 12px; }
  .home-achievement-card > small { font-size: 10px; }
  .quality-cert-links a { padding: 7px 9px; font-size: 10px; }
  .home-news-header { display: block; }
  .home-news-header .arrow { margin-top: 20px; }
  .home-news-link { min-height: 345px; }
  .home-news-link .img_box { height: 145px; }
  .timeline-list { display: block; margin-top: 45px; padding-left: 25px; border-top: 0; border-left: 1px solid #cbdce7; }
  .timeline-list > div, .timeline-list > div:not(:first-child) { padding: 0 0 30px 22px; border: 0; }
  .timeline-list > div::before { top: 1px; left: -33px; }
  .footer .hc_cont1410 { padding-top: 45px; }
  .footer-flex { display: block !important; margin-top: 35px; padding-top: 30px; }
  .footer .center { justify-content: space-between; margin-top: 32px; gap: 12px; }
  .footer-right { margin-top: 35px; text-align: left; }
  .footer-qr { margin-left: 0; }
  .mobile-bar { position: fixed; z-index: 998; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); height: 56px; background: #092752; }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #fff; font-size: 10px; text-decoration: none; }
  .mobile-bar a + a { border-left: 1px solid rgba(255,255,255,.18); }
  .mobile-bar i { color: #c2df6b; font-size: 15px; }
}

/* Dedicated contact topic page. */
.contact-page { color: #18333c; background: #fff; overflow-x: clip; }
.contact-page .contact-kicker { margin: 0; color: #08aebc; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; }
.contact-hero { position: relative; min-height: 520px; overflow: hidden; color: #fff; background: #083b4d; }
.contact-hero-image, .contact-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-hero-image { object-fit: cover; object-position: center 57%; }
.contact-hero-shade { background: linear-gradient(90deg, rgba(3,33,52,.83), rgba(3,33,52,.28) 60%, rgba(3,33,52,.08)); }
.contact-hero-inner { position: relative; display: flex; min-height: 520px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-bottom: 80px; }
.contact-hero .contact-kicker { color: rgba(255,255,255,.76); }
.contact-hero h1 { margin: 16px 0 10px; color: #fff; font-size: clamp(50px, 6vw, 82px); font-weight: 700; line-height: 1.05; }
.contact-hero-inner > p:last-child { max-width: 520px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.8; }
.contact-overview { padding: 103px 0 115px; background: #fff; }
.contact-overview-heading { display: grid; grid-template-columns: minmax(250px, .86fr) minmax(280px, .72fr); column-gap: 90px; align-items: end; }
.contact-overview-heading .contact-kicker { grid-column: 1 / -1; }
.contact-overview-heading h2 { margin: 17px 0 0; color: #0b3440; font-size: 48px; line-height: 1.25; }
.contact-overview-heading h2 em { color: #08aebc; font-style: normal; }
.contact-overview-heading > p:last-child { margin: 0; color: #60737b; font-size: 15px; line-height: 2; }
.contact-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 66px; border-top: 1px solid #dcecef; border-left: 1px solid #dcecef; }
.contact-info-card { display: flex; min-height: 178px; gap: 20px; padding: 27px 24px; border-right: 1px solid #dcecef; border-bottom: 1px solid #dcecef; background: #fff; }
.contact-info-card-wide { grid-column: span 2; }
.contact-info-card:hover { background: #f1fbfc; }
.contact-info-icon { display: inline-flex; width: 37px; height: 37px; flex: 0 0 37px; align-items: center; justify-content: center; color: #08aebc; border: 1px solid #9edce1; font-size: 16px; }
.contact-info-label { margin: 0; color: #08aebc; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; }
.contact-info-card h3 { margin: 12px 0 8px; color: #0b3440; font-size: 19px; line-height: 1.35; overflow-wrap: anywhere; }
.contact-info-card h3 a { color: inherit; text-decoration: none; }
.contact-info-card h3 a:hover { color: #08aebc; }
.contact-info-card p:last-child { margin: 0; color: #60737b; font-size: 13px; line-height: 1.75; }
.contact-form-section { padding: 111px 0 120px; background: #eefbfc; }
.contact-form-layout { display: grid; grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr); gap: 90px; align-items: start; }
.contact-form-copy h2 { margin: 17px 0 17px; color: #0b3440; font-size: 50px; line-height: 1.15; }
.contact-form-copy > p:not(.contact-kicker) { max-width: 360px; margin: 0; color: #60737b; font-size: 15px; line-height: 2; }
.contact-form-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 37px; color: #60737b; font-size: 13px; line-height: 1.7; }
.contact-form-note .fa { margin-top: 4px; color: #08aebc; font-size: 15px; }
.contact-form { padding: 39px 42px 42px; border-top: 4px solid #08aebc; background: #fff; box-shadow: 0 16px 45px rgba(16,80,92,.08); }
.contact-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-field { display: block; margin: 0 0 22px; }
.contact-field > span, .contact-products legend { display: block; margin-bottom: 9px; color: #233840; font-size: 13px; font-weight: 700; }
.contact-field > span b { color: #08aebc; font-weight: 700; }
.contact-field input, .contact-field textarea { display: block; width: 100%; padding: 12px 15px; border: 1px solid #d7e6eb; border-radius: 0; color: #18333c; background: #fff; font: inherit; font-size: 14px; line-height: 1.5; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-field input { height: 49px; }
.contact-field textarea { min-height: 148px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #a3b3ba; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #08aebc; box-shadow: 0 0 0 3px rgba(8,174,188,.1); }
.contact-products { display: flex; flex-wrap: wrap; gap: 13px 28px; margin: 0 0 22px; padding: 0 0 22px; border: 0; border-bottom: 1px solid #e3eef1; }
.contact-products legend { width: 100%; margin-bottom: 0; }
.contact-products label { display: inline-flex; gap: 8px; align-items: center; color: #526870; font-size: 13px; cursor: pointer; }
.contact-products input { width: 17px; height: 17px; margin: 0; accent-color: #08aebc; }
.contact-code-row { display: flex; gap: 15px; align-items: flex-end; }
.contact-code-row .contact-field { flex: 1; }
.contact-code-image { width: 116px; height: 49px; flex: 0 0 116px; cursor: pointer; object-fit: contain; border: 1px solid #d7e6eb; }
.contact-submit { display: inline-flex; min-width: 177px; height: 52px; align-items: center; justify-content: center; gap: 27px; margin-top: 3px; padding: 0 22px; border: 0; color: #fff; background: #08aebc; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.contact-submit:hover, .contact-submit:focus-visible { background: #0b3440; outline: 0; transform: translateY(-2px); }
.contact-cooperation { padding: 92px 0 98px; color: #fff; background: #0a3542; }
.contact-cooperation-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.contact-cooperation h2 { margin: 17px 0 0; color: #fff; font-size: 44px; line-height: 1.25; }
.contact-cooperation h2 em { color: #9ee0a8; font-style: normal; }
.contact-cooperation .contact-kicker { color: #95dce1; }
.contact-cooperation-points { display: grid; grid-template-columns: repeat(2, minmax(145px, 1fr)); min-width: 355px; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.2); }
.contact-cooperation-points span { min-height: 68px; padding: 20px 17px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.86); font-size: 13px; }

@media (max-width: 1050px) {
  .contact-overview-heading, .contact-form-layout { column-gap: 45px; gap: 45px; }
  .contact-info-card { padding: 24px 18px; gap: 13px; }
  .contact-info-card h3 { font-size: 16px; }
  .contact-form { padding: 31px 30px 34px; }
}

@media (max-width: 760px) {
  .contact-hero, .contact-hero-inner { min-height: 435px; }
  .contact-hero-inner { padding-bottom: 55px; }
  .contact-hero h1 { font-size: 49px; }
  .contact-hero-inner > p:last-child { max-width: 320px; font-size: 14px; line-height: 1.8; }
  .contact-overview { padding: 68px 0 76px; }
  .contact-overview-heading { display: block; }
  .contact-overview-heading h2 { margin-top: 17px; font-size: 35px; }
  .contact-overview-heading > p:last-child { margin-top: 21px; font-size: 14px; line-height: 1.9; }
  .contact-info-grid { grid-template-columns: 1fr; margin-top: 43px; }
  .contact-info-card, .contact-info-card-wide { grid-column: auto; min-height: 133px; padding: 23px 18px; }
  .contact-info-card h3 { margin-top: 9px; font-size: 17px; }
  .contact-form-section { padding: 69px 0 78px; }
  .contact-form-layout { display: block; }
  .contact-form-copy h2 { font-size: 36px; }
  .contact-form-copy > p:not(.contact-kicker) { font-size: 14px; }
  .contact-form-note { margin-top: 22px; }
  .contact-form { margin-top: 35px; padding: 27px 19px 28px; }
  .contact-form-row { display: block; }
  .contact-field { margin-bottom: 18px; }
  .contact-field input { height: 47px; }
  .contact-products { gap: 12px 17px; }
  .contact-code-row { align-items: flex-end; }
  .contact-code-image { width: 100px; flex-basis: 100px; }
  .contact-submit { width: 100%; margin-top: 2px; }
  .contact-cooperation { padding: 66px 0 76px; }
  .contact-cooperation-inner { display: block; }
  .contact-cooperation h2 { font-size: 33px; }
  .contact-cooperation-points { min-width: 0; margin-top: 36px; }
}

/* Six-heart service topic page. */
.service-page { color: #18333c; background: #fff; }
.service-page .service-kicker { margin: 0; color: #0aaab6; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.25; }
.service-hero { position: relative; min-height: 640px; overflow: hidden; color: #fff; background: #0a313e; }
.service-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05) brightness(.92); transform: scale(1.02); transition: transform .7s ease, filter .7s ease; }
.service-hero::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.service-hero-shade { position: absolute; inset: 0; background: rgba(2,34,44,.68); }
.service-hero-inner { position: relative; z-index: 1; display: flex; min-height: 640px; flex-direction: column; justify-content: space-between; padding-top: 108px; padding-bottom: 42px; }
.service-hero-copy { max-width: 700px; }
.service-hero .service-kicker { color: #91e1e7; }
.service-hero h1 { margin: 20px 0 14px; color: #fff; font-size: 64px; font-weight: 700; line-height: 1.08; letter-spacing: 0; }
.service-hero-lead { margin: 0; color: #fff; font-size: 29px; font-weight: 700; line-height: 1.45; }
.service-hero-text { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 2; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.service-hero-link, .service-contact-link { display: inline-flex; min-width: 164px; align-items: center; justify-content: center; gap: 17px; padding: 14px 23px; border: 1px solid #0eb5c2; color: #fff !important; background: #0eb5c2; font-size: 14px; font-weight: 700; text-decoration: none !important; }
.service-hero-link:hover, .service-contact-link:hover { color: #fff; background: #087d88; border-color: #087d88; transform: translateY(-2px); }
.service-hero-link-light { border-color: rgba(255,255,255,.75); background: transparent; }
.service-hero-link-light:hover { border-color: #fff; background: rgba(255,255,255,.16); }
.service-hero-nav { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 0; margin: 58px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.38); }
.service-hero-nav li { display: flex; align-items: baseline; gap: 11px; padding: 20px 12px 0 0; color: #fff; font-size: 21px; font-weight: 700; list-style: none; }
.service-hero-nav li + li { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.23); }
.service-hero-nav span { color: #8cdae0; font-size: 11px; font-weight: 700; }
.service-intro { padding: 115px 0 100px; background: #f0fbfc; }
.service-section-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(280px,.72fr); gap: 80px; align-items: end; }
.service-section-heading h2, .service-principles-title h2, .service-quality-copy h2, .service-contact-band h2 { margin: 18px 0 0; color: #0b3440; font-size: 47px; font-weight: 700; line-height: 1.22; letter-spacing: 0; }
.service-section-heading h2 em { color: #0aaab6; font-style: normal; }
.service-section-heading > p { max-width: 480px; margin: 0 0 6px; color: #587078; font-size: 16px; line-height: 2; }
.service-evidence { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 75px 0 0; padding: 0; border-top: 1px solid #b9dfe3; border-bottom: 1px solid #b9dfe3; }
.service-evidence li { min-height: 160px; padding: 28px 28px 24px; list-style: none; }
.service-evidence li + li { border-left: 1px solid #b9dfe3; }
.service-evidence strong { display: block; color: #08a8b5; font-size: 45px; font-weight: 500; line-height: 1.08; }
.service-evidence strong span { margin-left: 5px; color: #42616a; font-size: 16px; font-weight: 500; }
.service-evidence li:last-child strong { font-size: 36px; }
.service-evidence p { margin: 15px 0 0; color: #243f48; font-size: 15px; font-weight: 700; }
.service-principles-section { padding: 118px 0 55px; }
.service-principles-title { max-width: 620px; margin-bottom: 68px; }
.service-principles { border-top: 1px solid #d6e8ea; }
.service-principle { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.88fr); gap: 10%; align-items: center; padding: 76px 0; border-bottom: 1px solid #d6e8ea; }
.service-principle:nth-child(even) .service-principle-copy { order: 2; }
.service-principle:nth-child(even) .service-principle-media { order: 1; }
.service-principle-top { display: flex; align-items: center; gap: 18px; }
.service-principle-number { color: #0aaab6; font-size: 15px; font-weight: 700; }
.service-principle-heart { color: #6d858d; font-size: 15px; font-weight: 700; }
.service-principle h3 { margin: 24px 0 20px; color: #0b3440; font-size: 31px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.service-principle-copy > p { max-width: 580px; margin: 0; color: #5d737a; font-size: 16px; line-height: 2; }
.service-principle-points { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; }
.service-principle-points li { color: #35535c; font-size: 14px; line-height: 1.6; list-style: none; }
.service-principle-points i { width: 19px; color: #09aab8; }
.service-principle-media { min-height: 330px; margin: 0; overflow: hidden; background: #d6f0f1; }
.service-principle-media img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; filter: saturate(.9) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.service-principle:hover .service-principle-media img { transform: scale(1.04); }
.service-quality { padding: 110px 0; color: #fff; background: #093541; }
.service-quality-grid { display: grid; grid-template-columns: minmax(340px,.9fr) minmax(0,1fr); gap: 10%; align-items: center; }
.service-quality-media { height: 460px; overflow: hidden; }
.service-quality-media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.service-quality-copy .service-kicker { color: #93e4e9; }
.service-quality-copy h2 { color: #fff; }
.service-quality-copy > p { max-width: 550px; margin: 25px 0 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 2; }
.service-certificate-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.service-certificate-list a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 13px; text-decoration: none; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.service-certificate-list a i { flex: 0 0 auto; color: #93e4e9; font-size: 11px; transition: color .2s ease; }
.service-certificate-list a:hover, .service-certificate-list a:focus-visible { border-color: #9de6e9; color: #093541; background: #9de6e9; outline: 2px solid transparent; transform: translateY(-2px); }
.service-certificate-list a:hover i, .service-certificate-list a:focus-visible i { color: #093541; }
.service-contact-band { padding: 92px 0; background: #e7f9fa; }
.service-contact-band .hc_cont1410 { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.service-contact-band h2 { font-size: 40px; }
.service-contact-link { min-width: 195px; flex: 0 0 auto; }

@media (max-width: 1050px) {
  .service-hero h1 { font-size: 54px; }
  .service-hero-lead { font-size: 25px; }
  .service-section-heading { gap: 45px; }
  .service-section-heading h2, .service-principles-title h2, .service-quality-copy h2 { font-size: 40px; }
  .service-principle { gap: 7%; }
  .service-principle h3 { font-size: 27px; }
  .service-quality-grid { gap: 7%; }
}

@media (max-width: 760px) {
  .service-hero { min-height: 660px; }
  .service-hero-inner { min-height: 660px; padding-top: 80px; padding-bottom: 28px; }
  .service-page .service-kicker { font-size: 10px; }
  .service-hero h1 { margin-top: 16px; font-size: 45px; }
  .service-hero-lead { font-size: 23px; line-height: 1.48; }
  .service-hero-text { margin-top: 18px; font-size: 14px; line-height: 1.85; }
  .service-hero-actions { margin-top: 27px; }
  .service-hero-link { min-width: 148px; padding: 12px 16px; font-size: 13px; }
  .service-hero-nav { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px 0; margin-top: 42px; padding-top: 16px; }
  .service-hero-nav li, .service-hero-nav li + li { gap: 7px; padding: 0 10px; border-left: 0; font-size: 16px; }
  .service-hero-nav li:nth-child(3n+2), .service-hero-nav li:nth-child(3n+3) { border-left: 1px solid rgba(255,255,255,.23); }
  .service-intro { padding: 75px 0 65px; }
  .service-section-heading { display: block; }
  .service-section-heading h2, .service-principles-title h2, .service-quality-copy h2 { font-size: 34px; }
  .service-section-heading > p { margin-top: 27px; font-size: 14px; line-height: 1.9; }
  .service-evidence { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 48px; }
  .service-evidence li { min-height: 132px; padding: 20px 16px; }
  .service-evidence li:nth-child(3), .service-evidence li:nth-child(4) { border-top: 1px solid #b9dfe3; }
  .service-evidence li:nth-child(3) { border-left: 0; }
  .service-evidence strong { font-size: 34px; }
  .service-evidence li:last-child strong { font-size: 28px; }
  .service-evidence p { margin-top: 10px; font-size: 12px; }
  .service-principles-section { padding: 75px 0 35px; }
  .service-principles-title { margin-bottom: 42px; }
  .service-principle, .service-principle:nth-child(even) { display: flex; flex-direction: column; gap: 34px; padding: 52px 0; }
  .service-principle:nth-child(even) .service-principle-copy, .service-principle:nth-child(even) .service-principle-media { order: initial; }
  .service-principle h3 { margin: 18px 0 15px; font-size: 25px; }
  .service-principle-copy > p { font-size: 14px; line-height: 1.9; }
  .service-principle-points { margin-top: 19px; }
  .service-principle-points li { font-size: 13px; }
  .service-principle-media, .service-principle-media img { width: 100%; min-height: 250px; height: 250px; }
  .service-quality { padding: 70px 0; }
  .service-quality-grid { display: flex; flex-direction: column; gap: 38px; }
  .service-quality-media { width: 100%; height: 270px; }
  .service-quality-copy > p { margin-top: 20px; font-size: 14px; line-height: 1.9; }
  .service-certificate-list { gap: 8px; margin-top: 25px; }
  .service-certificate-list a { padding: 8px 10px; font-size: 11px; }
  .service-contact-band { padding: 66px 0; }
  .service-contact-band .hc_cont1410 { display: block; }
  .service-contact-band h2 { font-size: 31px; }
  .service-contact-link { margin-top: 28px; }
}

/* Match the supplied 01_sy header and turquoise footer layout. */
.header .header-lang { display: inline-flex; align-items: center; gap: 7px; margin-left: 18px; color: #0da8b5; font-size: 14px; text-decoration: none; white-space: nowrap; }
.header .header-lang i { font-size: 18px; }
.header .header-search { display: flex; width: 230px; height: 38px; margin-left: 22px; overflow: hidden; border: 1px solid #dfe4e7; border-radius: 22px; }
.header .header-search input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: 0; color: #52677b; font-size: 12px; }
.header .header-search button { width: 42px; border: 0; color: #0da8b5; background: #fff; }
.header .header-search button:hover { color: #fff; background: #0da8b5; }
.lang-en .logo-copy strong { max-width: 190px; font-size: 15px; letter-spacing: 0; }
.lang-en .logo-copy small { letter-spacing: 0; }
.lang-en .header_list { gap: clamp(12px, 1.5vw, 28px); }
.lang-en .header_link { padding-right: 8px; padding-left: 8px; line-height: 1.25; text-align: center; white-space: normal; }
.lang-en .header_link::after { right: 8px; left: 8px; }
.lang-en .header-product-menu { width: 460px; min-width: 260px; }
.lang-en .header_subnav-link { line-height: 1.35; }
.lang-en .header_link, .lang-en .header_subnav-link, .lang-en .footer-list a, .lang-en .mobile-bar a { overflow-wrap: anywhere; }
.home-news-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-news-item { min-width: 0; }
.footer { background: #0aaab6; }
.footer .hc_cont1410 { padding: 66px 0 34px; }
.footer-flex { border-top-color: rgba(255,255,255,.26); }
.footer-logo .logo-mark { color: #0aaab6; background: #fff; }
.footer-logo .logo-copy small { color: rgba(255,255,255,.85); }
.footer-contact li > span, .footer-list a:hover { color: #fff; }
.footer-contact .cont p, .footer-list a, .footer-company-name, .record-link { color: rgba(255,255,255,.88); }
.footer .item .tit, .footer-contact .cont strong { font-size: 15px; }
.footer-qr { border: 5px solid rgba(255,255,255,.25); }

@media (max-width: 1050px) {
  .header .header-search { width: 180px; margin-left: 10px; }
  .header .header-lang { margin-left: 10px; }
}
@media (max-width: 760px) {
  .header .header-search { display: none; }
  .header .header-lang { display: inline-flex; margin-left: auto; padding: 8px 4px; font-size: 12px; }
  .header .header-lang i { font-size: 16px; }
  .lang-en .logo-copy strong { max-width: 145px; font-size: 13px; }
  .lang-en .logo-copy small { font-size: 6px; }
  .lang-en .header_list { gap: 0; }
  .lang-en .header_link { padding: 10px 3px; text-align: left; }
  .lang-en .header-product-item .header-product-menu { width: auto; min-width: 0; max-width: 100%; }
  .c_pcbtn { width: 36px; min-width: 36px; height: 36px; margin-left: 8px; }
  .home-news-list { grid-template-columns: 1fr; }
}

/* Reference layout for the company and strength section. */
.home-about { padding: 92px 0 58px; background: #eefaff; }
.home-about::before { top: -28%; right: 20%; width: 48%; height: 110%; border: 1px solid rgba(12,179,193,.08); border-radius: 50%; background: transparent; transform: none; }
.home-about::after { position: absolute; top: 2%; right: 4%; width: 46%; height: 96%; content: ""; border: 1px solid rgba(12,179,193,.06); border-radius: 50%; pointer-events: none; }
.home-about-main { display: flex; gap: 54px; align-items: center; }
.home-about-main > .left { flex: 1 1 0; width: auto; }
.home-about-main > .right { flex: 0 0 42%; width: auto; }
.home-about .eyebrow { color: #0aafbe; }
.home-about .tit { margin: 15px 0 27px; color: #08afbe; font-size: clamp(38px, 3.35vw, 56px); line-height: 1.24; }
.home-about .tit em { color: #08afbe; }
.home-about .text { max-width: 780px; color: #586c76; font-size: 17px; line-height: 1.95; }
.home-about .text .accent { color: #05aabb; font-size: 18px; }
.home-about .left > .mod-more { min-width: 220px; justify-content: center; margin-top: 43px; padding: 16px 27px; border-radius: 999px; color: #fff; background: #09afbd; }
.home-about .left > .mod-more i { color: #fff; }
.home-about-video { height: auto; margin: 0; padding: 0; }
.home-about-video::before { display: none; }
.about-video-frame { position: relative; width: min(100%, 580px); aspect-ratio: 16 / 10; margin-left: auto; overflow: hidden; border: 8px solid #09afbd; border-radius: 6px; background: #d5eef3; box-shadow: 0 18px 42px rgba(9,89,99,.16); }
.about-video-open { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; color: #fff; background: #071e28; cursor: pointer; }
.about-video-poster { display: block; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s ease, transform .45s ease; }
.about-video-open::after { position: absolute; inset: 45% 0 0; content: ''; background: linear-gradient(transparent, rgba(2,18,25,.7)); }
.about-video-open:hover .about-video-poster, .about-video-open:focus-visible .about-video-poster { opacity: .9; transform: scale(1.015); }
.about-video-trigger { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 68px; height: 68px; align-items: center; justify-content: center; border-radius: 50%; color: #09afbd; background: rgba(255,255,255,.94); font-size: 25px; transform: translate(-50%, -50%); transition: transform .2s ease, background .2s ease; }
.about-video-open:hover .about-video-trigger, .about-video-open:focus-visible .about-video-trigger { background: #fff; transform: translate(-50%, -50%) scale(1.06); }
.about-video-caption { position: absolute; z-index: 2; right: 22px; bottom: 18px; left: 22px; font-size: 13px; font-weight: 700; text-align: left; }
.has-open-modal { overflow: hidden; }
.video-modal, .media-lightbox { position: fixed; z-index: 3000; inset: 0; display: none; align-items: center; justify-content: center; padding: 42px; background: rgba(3,18,27,.92); }
.video-modal.is-open, .media-lightbox.is-open { display: flex; }
.video-modal[hidden], .media-lightbox[hidden] { display: none !important; }
.modal-close { position: absolute; z-index: 2; top: 20px; right: 24px; display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(0,0,0,.25); font-size: 20px; }
.modal-close:hover, .modal-close:focus-visible { color: #06333e; background: #fff; }
.video-modal-stage { width: min(1180px, 94vw); }
.video-modal-stage video { display: block; width: 100%; max-height: 82vh; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.media-lightbox-stage { display: flex; width: min(1100px, 92vw); max-height: 86vh; align-items: center; flex-direction: column; }
.media-lightbox-stage img { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(86vh - 56px); object-fit: contain; background: #fff; }
.media-lightbox-original { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #fff; font-size: 13px; text-decoration: none; }
.media-lightbox-original:hover { color: #9de6e9; }
.home-about-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 72px 0 0; padding: 0; border-top: 0; }
.home-about-stat { display: flex; min-height: 142px; align-items: center; justify-content: center; gap: 18px; padding: 20px 22px; border: 2px solid #0ab2c1; border-radius: 999px; list-style: none; background: rgba(255,255,255,.14); }
.home-about-stat .stat-icon { flex: 0 0 48px; color: #0ab2c1; font-size: 39px; text-align: center; }
.home-about-stat .val { display: flex; align-items: baseline; color: #07acbb; }
.home-about-stat .number { font-size: clamp(33px,3.2vw,54px); font-weight: 400; line-height: 1; }
.home-about-stat .unit { margin-left: 6px; color: #27353b; font-size: 16px; }
.home-about-stat .texts { margin-top: 12px; color: #202c32; font-size: 15px; font-weight: 700; }

@media (max-width: 1050px) {
  .home-about-main { gap: 30px; }
  .home-about .text { font-size: 15px; }
  .about-video-frame { border-width: 22px; }
  .home-about-stat { gap: 10px; padding: 18px 14px; }
  .home-about-stat .stat-icon { flex-basis: 34px; font-size: 29px; }
  .home-about-stat .unit { font-size: 12px; }
  .home-about-stat .texts { font-size: 12px; }
}

@media (max-width: 760px) {
  .home-about { padding: 65px 0 45px; }
  .home-about::before { top: 16%; right: -42%; width: 130%; height: 48%; }
  .home-about::after { top: 47%; right: -28%; width: 110%; height: 44%; }
  .home-about .tit { font-size: 37px; }
  .video-modal, .media-lightbox { padding: 58px 12px 24px; }
  .modal-close { top: 10px; right: 12px; }
  .about-video-caption { right: 14px; bottom: 12px; left: 14px; font-size: 11px; }
  .home-about .text { font-size: 14px; line-height: 1.85; }
  .home-about .text .accent { font-size: 15px; }
  .home-about .left > .mod-more { margin-top: 27px; }
  .home-about-main > .right { margin-top: 48px; }
  .about-video-frame { width: min(88vw, 430px); margin: 0 auto; border-width: 18px; }
  .about-video-trigger { width: 58px; height: 58px; font-size: 21px; }
  .home-about-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 50px; }
  .home-about-stat { min-height: 112px; gap: 8px; padding: 14px 10px; border-width: 1.5px; }
  .home-about-stat .stat-icon { flex-basis: 29px; font-size: 25px; }
  .home-about-stat .number { font-size: 29px; }
  .home-about-stat .unit { margin-left: 3px; font-size: 10px; }
  .home-about-stat .texts { margin-top: 7px; font-size: 10px; }
}

@media (max-width: 1050px) {
  .zx-container { width: min(calc(100% - 42px), var(--zx-container)); }
  .site-nav { gap: 18px; }
  .about-grid, .quality-layout { gap: 50px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 215px); }
  .product-card-large { grid-row: span 2; }
  .patent-row { grid-template-columns: 190px 1fr; gap: 30px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 56px; }
  .zx-container { width: calc(100% - 34px); }
  .site-header-inner { height: 70px; }
  .site-header-spacer { height: 70px; }
  .zx-brand-mark { width: 36px; height: 36px; font-size: 11px; }
  .zx-brand-copy strong { font-size: 15px; }
  .zx-brand-copy small { font-size: 7px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 17px 14px; border-bottom: 1px solid var(--zx-line); background: #fff; box-shadow: 0 10px 20px rgba(11,33,66,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 11px 4px; border-bottom: 1px solid #edf1f4; }
  .site-nav > a:not(.nav-contact)::after { display: none; }
  .site-nav .nav-contact { margin-top: 8px; text-align: center; }
  .zx-section { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-heading > p { margin-top: 21px; }
  .zx-hero-swiper, .zx-hero-slide { height: 650px; min-height: 650px; }
  .zx-hero-copy { padding-bottom: 42px; }
  .zx-hero-copy h1 { font-size: clamp(40px, 12vw, 58px); }
  .zx-hero-copy p { font-size: 14px; }
  .zx-hero-controls { bottom: 70px; }
  .hero-bottomline { width: calc(100% - 34px); font-size: 10px; }
  .hero-bottomline span:nth-child(2) { display: none; }
  .about-grid, .quality-layout { display: block; }
  .about-copy { max-width: none; font-size: 15px; }
  .about-media { min-height: 355px; margin-top: 43px; }
  .about-image-main { height: 280px; }
  .about-image-small { height: 160px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; margin-top: 48px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 235px; }
  .product-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 235px); }
  .product-card-large { grid-row: auto; }
  .quality-media { min-height: 330px; margin-bottom: 38px; }
  .quality-media img { min-height: 330px; }
  .timeline-track { display: block; margin-top: 8px; padding: 0 0 0 25px; border-left: 1px solid var(--zx-line); border-top: 0; }
  .timeline-track::before { top: 0; bottom: 0; left: 0; width: 2px; height: auto; }
  .timeline-track article, .timeline-track article:not(:first-child) { padding: 0 0 35px 25px; border: 0; }
  .timeline-track article > span { top: 0; left: -33px; }
  .timeline-track article strong { font-size: 28px; }
  .timeline-track article h3 { margin: 10px 0 6px; }
  .patent-row { display: block; margin-top: 55px; padding-top: 40px; }
  .patent-intro { margin-bottom: 25px; }
  .patent-slide img { height: 215px; }
  .contact-band-grid { display: block; }
  .contact-band-grid .zx-button { margin-top: 25px; }
  .footer-cta { display: block; padding: 45px 0; }
  .footer-cta .zx-button { margin-top: 23px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 31px 20px; padding: 40px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-code { display: none; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom span { display: block; }
  .mobile-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 998; display: grid; grid-template-columns: repeat(3, 1fr); height: 56px; background: var(--zx-ink); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: rgba(255,255,255,.82); font-size: 10px; text-decoration: none; }
  .mobile-bar a + a { border-left: 1px solid rgba(255,255,255,.14); }
  .mobile-bar i { color: var(--zx-lime); font-size: 15px; }
  .scroll-top { right: 15px; bottom: 69px; }
  .page-hero { min-height: 240px; }
  .pages { padding-top: 25px; }
}

/* Dedicated quality-assurance topic page. */
.quality-page { color: #18333c; background: #fff; }
.quality-page .quality-kicker, .quality-page .quality-hero-overline { margin: 0; color: #0aaab6; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; }
.quality-hero { position: relative; min-height: 585px; overflow: hidden; color: #fff; background: #0a3441; }
.quality-hero-image, .quality-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.quality-hero-image { object-fit: cover; object-position: center 47%; filter: saturate(.9) contrast(1.05) brightness(.92); transform: scale(1.02); transition: transform .7s ease, filter .7s ease; }
.quality-hero::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.quality-hero-shade { background: rgba(6, 39, 50, .23); }
.quality-hero-inner { position: relative; display: flex; min-height: 585px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-bottom: 76px; }
.quality-hero-overline { color: rgba(255,255,255,.78) !important; }
.quality-hero h1 { margin: 15px 0 10px; color: #fff; font-size: clamp(48px, 6vw, 82px); line-height: 1.05; }
.quality-hero-inner > p:last-child { max-width: 610px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.8; }
.quality-intro { padding: 105px 0 120px; background: #fff; }
.quality-intro-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.quality-intro-heading h2 { margin: 18px 0 25px; color: #0b3440; font-size: 52px; line-height: 1.23; }
.quality-intro-heading h2 em { color: #08aebc; font-style: normal; }
.quality-intro-heading > p:last-child { max-width: 730px; margin: 0 auto; color: #60737b; font-size: 16px; line-height: 2; }
.quality-tabs { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 850px; margin: 68px auto 0; gap: 14px; }
.quality-tab { min-height: 62px; border: 1px solid #d8e9ef; color: #233840; background: #e7f3fa; font-size: 19px; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.quality-tab:hover, .quality-tab:focus-visible { border-color: #08aebc; color: #fff; background: #08aebc; outline: 0; }
.quality-tab.is-active { border-color: #08aebc; color: #fff; background: #08aebc; }
.quality-panels { margin-top: 80px; }
.quality-panel[hidden] { display: none; }
.quality-panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 66px 9%; align-items: center; }
.quality-panel-heading { align-self: center; }
.quality-panel-index { margin: 0 0 18px; color: #0aaab6; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.quality-panel h3 { margin: 0; color: #0b3440; font-size: 40px; line-height: 1.26; }
.quality-panel-heading > p:last-child { max-width: 520px; margin: 22px 0 0; color: #60737b; font-size: 16px; line-height: 2; }
.quality-panel-media { min-height: 355px; overflow: hidden; background: #dbeef2; }
.quality-panel-media img { display: block; width: 100%; height: 100%; min-height: 355px; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.quality-panel-media-tall, .quality-panel-media-tall img { min-height: 405px; }
.quality-feature-grid { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 8px 0 0; padding: 0; border-top: 1px solid #dcecef; list-style: none; }
.quality-feature-grid li { min-height: 170px; padding: 28px 28px 20px 0; border-right: 1px solid #dcecef; }
.quality-feature-grid li + li { padding-left: 28px; }
.quality-feature-grid li:last-child { border-right: 0; }
.quality-feature-grid span { display: block; margin-bottom: 15px; color: #7bbfc7; font-size: 28px; font-weight: 300; line-height: 1; }
.quality-feature-grid strong { display: block; color: #0b3440; font-size: 21px; }
.quality-feature-grid p { margin: 10px 0 0; color: #60737b; font-size: 14px; line-height: 1.8; }
.quality-production-grid { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 65px; align-items: stretch; }
.quality-production-image { min-height: 300px; overflow: hidden; }
.quality-production-image img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.quality-production-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #dcecef; border-left: 1px solid #dcecef; list-style: none; }
.quality-production-stats li { display: flex; min-height: 150px; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid #dcecef; border-bottom: 1px solid #dcecef; }
.quality-production-stats strong { color: #08aebc; font-size: 38px; font-weight: 500; line-height: 1; }
.quality-production-stats strong span { margin-left: 4px; color: #193b44; font-size: 14px; }
.quality-production-stats b { margin-top: 12px; color: #233840; font-size: 14px; }
.quality-system-layout { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: 60px; align-items: start; }
.quality-system-copy { color: #60737b; font-size: 15px; line-height: 1.9; }
.quality-system-copy p { margin: 0; }
.quality-system-copy .quality-system-note { margin-bottom: 14px; color: #0b3440; font-size: 24px; font-weight: 700; }
.quality-certificate-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.quality-certificate-list a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 17px; border: 1px solid #dcecef; color: #233840; font-size: 14px; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.quality-certificate-list a:hover, .quality-certificate-list a:focus-visible { border-color: #08aebc; color: #fff; background: #08aebc; outline: 0; }
.quality-certificate-list i { font-size: 12px; }
.quality-traceability { padding: 100px 0 106px; color: #fff; background: #0a3542; }
.quality-traceability .quality-kicker { color: #94dfe5; }
.quality-traceability-heading h2 { margin: 17px 0 0; color: #fff; font-size: 44px; line-height: 1.25; }
.quality-traceability-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 62px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); list-style: none; }
.quality-traceability-list li { min-height: 155px; padding: 27px 25px 22px 0; border-right: 1px solid rgba(255,255,255,.2); }
.quality-traceability-list li + li { padding-left: 25px; }
.quality-traceability-list li:last-child { border-right: 0; }
.quality-traceability-list span { display: block; color: #7ecfd6; font-size: 13px; letter-spacing: .12em; }
.quality-traceability-list strong { display: block; margin-top: 19px; color: #fff; font-size: 25px; }
.quality-traceability-list p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.quality-contact-band { padding: 90px 0; background: #eefbfc; }
.quality-contact-band .hc_cont1410 { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.quality-contact-band h2 { margin: 18px 0 0; color: #0b3440; font-size: 46px; line-height: 1.24; }
.quality-contact-link { display: inline-flex; min-width: 205px; align-items: center; justify-content: center; gap: 20px; min-height: 58px; padding: 0 24px; color: #fff; background: #08aebc; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.quality-contact-link:hover, .quality-contact-link:focus-visible { color: #fff; background: #0b3440; transform: translateY(-2px); outline: 0; }

.quality-page { overflow-x: clip; }
.quality-overview-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 70px 0 0; padding: 0; border-top: 1px solid #dcecef; border-bottom: 1px solid #dcecef; list-style: none; }
.quality-overview-stats li { min-height: 132px; padding: 25px 20px 20px 0; border-right: 1px solid #dcecef; }
.quality-overview-stats li + li { padding-left: 20px; }
.quality-overview-stats li:last-child { border-right: 0; }
.quality-overview-stats strong { display: block; color: #08aebc; font-size: 38px; font-weight: 500; line-height: 1; }
.quality-overview-stats strong span { margin-left: 4px; color: #193b44; font-size: 14px; }
.quality-overview-stats b { display: block; margin-top: 13px; color: #233840; font-size: 13px; }
.quality-tabs-sticky { position: sticky; top: 90px; z-index: 40; max-width: 850px; margin: 68px auto 0; padding: 12px 0; background: rgba(255,255,255,.96); box-shadow: 0 9px 24px rgba(11,52,64,.08); }
.quality-tabs-sticky .quality-tabs { margin: 0; }
.quality-panel > *, .quality-material-flow, .quality-capacity-table-wrap, .quality-system-principles { min-width: 0; }
.quality-subsection-heading { max-width: 720px; margin-bottom: 28px; }
.quality-subsection-heading h4 { margin: 13px 0 0; color: #0b3440; font-size: 29px; line-height: 1.3; }
.quality-subsection-heading > p:last-child { margin: 13px 0 0; color: #60737b; font-size: 14px; line-height: 1.9; }
.quality-material-flow { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 58px; margin-top: 25px; padding-top: 52px; border-top: 1px solid #dcecef; }
.quality-material-flow > ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid #dcecef; border-left: 1px solid #dcecef; list-style: none; }
.quality-material-flow > ol li { min-height: 126px; padding: 18px 20px; border-right: 1px solid #dcecef; border-bottom: 1px solid #dcecef; }
.quality-material-flow > ol span { color: #70bfc7; font-size: 12px; letter-spacing: .12em; }
.quality-material-flow > ol strong { display: block; margin-top: 11px; color: #0b3440; font-size: 17px; }
.quality-material-flow > ol p { margin: 7px 0 0; color: #60737b; font-size: 12px; line-height: 1.7; }
.quality-capacity-table-wrap { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 58px; margin-top: 28px; padding-top: 52px; border-top: 1px solid #dcecef; }
.quality-capacity-table { width: 100%; border-collapse: collapse; color: #233840; font-size: 13px; }
.quality-capacity-table th, .quality-capacity-table td { padding: 13px 15px; border-bottom: 1px solid #dcecef; text-align: left; }
.quality-capacity-table th { color: #0aaab6; background: #eefbfc; font-size: 12px; font-weight: 800; }
.quality-capacity-table td:nth-child(2) { color: #08aebc; font-weight: 700; white-space: nowrap; }
.quality-system-principles { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 26px; padding-top: 47px; border-top: 1px solid #dcecef; }
.quality-system-principles article { min-height: 160px; padding: 0 28px 0 0; border-right: 1px solid #dcecef; }
.quality-system-principles article + article { padding-left: 28px; }
.quality-system-principles article:last-child { border-right: 0; }
.quality-system-principles span { color: #70bfc7; font-size: 12px; letter-spacing: .12em; }
.quality-system-principles strong { display: block; margin-top: 14px; color: #0b3440; font-size: 20px; }
.quality-system-principles p { margin: 10px 0 0; color: #60737b; font-size: 13px; line-height: 1.85; }

@media (max-width: 1050px) {
  .quality-hero, .quality-hero-inner { min-height: 525px; }
  .quality-panel { gap: 45px 6%; }
  .quality-panel h3 { font-size: 34px; }
  .quality-production-grid { gap: 35px; }
  .quality-system-layout { gap: 35px; }
  .quality-overview-stats strong { font-size: 31px; }
  .quality-overview-stats b { font-size: 11px; }
  .quality-material-flow, .quality-capacity-table-wrap { gap: 35px; }
}

@media (max-width: 760px) {
  .quality-hero, .quality-hero-inner { min-height: 440px; }
  .quality-hero-inner { padding-bottom: 54px; }
  .quality-hero h1 { font-size: 48px; }
  .quality-hero-inner > p:last-child { max-width: 335px; font-size: 14px; line-height: 1.8; }
  .quality-intro { padding: 68px 0 78px; }
  .quality-intro-heading h2 { font-size: 35px; }
  .quality-intro-heading > p:last-child { font-size: 14px; line-height: 1.9; }
  .quality-overview-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
  .quality-overview-stats li { min-height: 112px; padding: 18px 14px; }
  .quality-overview-stats li + li { padding-left: 14px; }
  .quality-overview-stats li:nth-child(2n) { border-right: 0; }
  .quality-overview-stats li:nth-child(n + 3) { border-top: 1px solid #dcecef; }
  .quality-overview-stats strong { font-size: 29px; }
  .quality-overview-stats b { margin-top: 9px; font-size: 10px; }
  .quality-tabs-sticky { top: 70px; margin-top: 42px; padding: 10px 0; }
  .quality-tabs { grid-template-columns: 1fr; gap: 8px; }
  .quality-tab { min-height: 52px; font-size: 16px; }
  .quality-panels { margin-top: 55px; }
  .quality-panel { display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
  .quality-panel h3 { font-size: 28px; }
  .quality-panel-heading > p:last-child { margin-top: 16px; font-size: 14px; line-height: 1.9; }
  .quality-panel-media, .quality-panel-media img, .quality-panel-media-tall, .quality-panel-media-tall img { min-height: 245px; height: 245px; }
  .quality-feature-grid { display: grid; grid-template-columns: 1fr; margin-top: 3px; }
  .quality-feature-grid li, .quality-feature-grid li + li { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid #dcecef; }
  .quality-feature-grid li:last-child { border-bottom: 0; }
  .quality-production-grid { display: flex; flex-direction: column; gap: 25px; }
  .quality-production-image, .quality-production-image img { min-height: 225px; height: 225px; }
  .quality-production-stats li { min-height: 120px; padding: 17px; }
  .quality-production-stats strong { font-size: 29px; }
  .quality-production-stats b { font-size: 11px; }
  .quality-system-layout { display: flex; flex-direction: column; gap: 24px; }
  .quality-certificate-list { width: 100%; grid-template-columns: 1fr; gap: 8px; }
  .quality-subsection-heading h4 { font-size: 24px; }
  .quality-material-flow, .quality-capacity-table-wrap { display: block; margin-top: 4px; padding-top: 35px; }
  .quality-material-flow > ol { margin-top: 28px; grid-template-columns: 1fr; }
  .quality-material-flow > ol li { min-height: auto; }
  .quality-capacity-table { margin-top: 28px; font-size: 12px; }
  .quality-capacity-table th, .quality-capacity-table td { padding: 11px 9px; }
  .quality-capacity-table th:nth-child(3), .quality-capacity-table td:nth-child(3) { display: none; }
  .quality-system-principles { display: block; margin-top: 4px; padding-top: 35px; }
  .quality-system-principles article, .quality-system-principles article + article { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid #dcecef; }
  .quality-system-principles article:last-child { border-bottom: 0; }
  .quality-traceability { padding: 68px 0 75px; }
  .quality-traceability-heading h2 { font-size: 33px; }
  .quality-traceability-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
  .quality-traceability-list li, .quality-traceability-list li + li { min-height: 130px; padding: 21px 15px; border-right: 1px solid rgba(255,255,255,.2); }
  .quality-traceability-list li:nth-child(2n) { border-right: 0; }
  .quality-traceability-list li:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.2); }
  .quality-traceability-list strong { margin-top: 13px; font-size: 20px; }
  .quality-traceability-list p { font-size: 11px; }
  .quality-contact-band { padding: 66px 0; }
  .quality-contact-band .hc_cont1410 { display: block; }
  .quality-contact-band h2 { font-size: 32px; }
  .quality-contact-link { margin-top: 28px; }
}

/* Reference-aligned contact page layout. */
.contact-page { position: relative; overflow-x: clip; color: #202d35; background: #fff; }
.contact-hero { position: relative; min-height: 575px; overflow: hidden; color: #fff; background: #07384d; }
.contact-hero-image, .contact-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-hero-image { object-fit: cover; object-position: center 55%; }
.contact-hero-shade { background: rgba(2, 47, 70, .54); }
.contact-hero-content { position: relative; z-index: 2; display: flex; min-height: 575px; align-items: center; justify-content: center; flex-direction: column; padding: 0 20px 48px; text-align: center; }
.contact-hero-overline { margin: 0 0 13px; color: rgba(255,255,255,.88); font-size: 18px; font-weight: 800; letter-spacing: .22em; line-height: 1.2; }
.contact-hero-title { margin: 0; color: #fff; font-size: clamp(48px, 5vw, 70px); font-weight: 800; line-height: 1.15; letter-spacing: .06em; text-shadow: 0 3px 13px rgba(0,25,43,.28); }
.contact-hero-subtitle { max-width: 600px; margin: 18px 0 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.7; }
.contact-hero-curve { position: absolute; z-index: 3; right: -10%; bottom: -104px; left: -10%; width: 120%; height: 170px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; }
.contact-number-section { position: relative; z-index: 5; margin-top: -66px; padding-bottom: 46px; background: #fff; }
.contact-number-panel { position: relative; display: grid; grid-template-columns: 1fr 108px 1fr; min-height: 210px; align-items: center; border-radius: 13px; background: #fff; box-shadow: 0 14px 38px rgba(21,63,78,.11); }
.contact-number-item { display: flex; min-height: 112px; align-items: center; justify-content: center; flex-direction: column; padding: 25px 46px; border-right: 1px solid #eef2f3; text-align: center; }
.contact-number-item-right { grid-column: 3; padding-right: 46px; padding-left: 46px; border-right: 0; border-left: 1px solid #eef2f3; }
.contact-number-item strong { color: #101b22; font-size: 20px; font-weight: 800; line-height: 1.45; }
.contact-number-item a { margin-top: 14px; color: #687176; font-size: 18px; text-decoration: none; }
.contact-number-item a:hover { color: #08afbd; }
.contact-panel-mark { position: absolute; top: -42px; left: 50%; display: flex; width: 74px; height: 74px; align-items: center; justify-content: center; border: 11px solid #fff; border-radius: 50%; color: #fff; background: #09afbd; font-size: 24px; transform: translateX(-50%); box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.contact-number-panel::after { position: absolute; right: 36%; bottom: 0; left: 36%; height: 3px; content: ""; background: #08afbd; }
.contact-address-line { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding-top: 22px; color: #7b858b; font-size: 13px; }
.contact-address-line .fa { color: #0aaebb; }
.contact-address-line a { color: inherit; text-decoration: none; }
.contact-address-line a:hover { color: #0aaebb; }
.contact-address-divider { width: 1px; height: 14px; margin: 0 11px; background: #d5e0e4; }
.contact-message-section { padding: 57px 0 118px; background: #fff; }
.contact-message-heading { text-align: center; }
.contact-message-heading p { margin: 0; color: #0aaebb; font-size: 12px; font-weight: 800; letter-spacing: .2em; line-height: 1.3; }
.contact-message-heading h2 { margin: 14px 0 0; color: #161f24; font-size: 39px; font-weight: 800; line-height: 1.25; }
.contact-form { max-width: 1410px; margin: 44px auto 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.contact-inline-field { display: flex; width: 100%; min-height: 70px; align-items: center; margin: 0 0 16px; padding: 0 34px; border: 1px solid #cfe1e8; border-radius: 8px; color: #343e44; background: #fff; box-shadow: none; }
.contact-inline-field > span { flex: 0 0 auto; min-width: 114px; color: #3a4449; font-size: 17px; line-height: 1.5; }
.contact-inline-field input, .contact-inline-field textarea { display: block; min-width: 0; flex: 1; padding: 0; border: 0; color: #26333a; background: transparent; font: inherit; font-size: 16px; line-height: 1.6; outline: 0; }
.contact-inline-field input::placeholder, .contact-inline-field textarea::placeholder { color: #9ca7ab; }
.contact-inline-field:focus-within { border-color: #0aaebb; box-shadow: 0 0 0 3px rgba(10,174,187,.08); }
.contact-field-centered { justify-content: center; }
.contact-field-centered > span { min-width: 104px; text-align: right; }
.contact-field-centered input, .contact-field-centered textarea { flex: 0 1 740px; text-align: center; }
.contact-field-centered textarea { text-align: left; }
.contact-products-row { display: flex; min-height: 70px; align-items: center; gap: 33px; margin: 0 0 16px; padding: 0 34px; border: 1px solid #cfe1e8; border-radius: 8px; }
.contact-products-row legend { width: auto; margin: 0 22px 0 0; padding: 0; color: #3a4449; font-size: 17px; line-height: 1.5; }
.contact-products-row label { display: inline-flex; gap: 11px; align-items: center; color: #3f4a50; font-size: 16px; cursor: pointer; }
.contact-products-row input { width: 22px; height: 22px; margin: 0; accent-color: #0aaebb; }
.contact-message-field { min-height: 284px; align-items: flex-start; padding-top: 25px; }
.contact-message-field textarea { min-height: 226px; resize: vertical; }
.contact-code-row { display: flex; gap: 16px; align-items: stretch; margin-bottom: 16px; }
.contact-code-row .contact-inline-field { flex: 1; margin: 0; }
.contact-code-image { width: 140px; height: 70px; flex: 0 0 140px; cursor: pointer; border: 1px solid #cfe1e8; border-radius: 8px; object-fit: contain; }
.contact-submit { display: flex; width: 280px; height: 70px; align-items: center; justify-content: center; gap: 34px; margin: 44px auto 0; border: 0; border-radius: 38px; color: #fff; background: #08afbd; font: inherit; font-size: 18px; font-weight: 700; cursor: pointer; }
.contact-submit:hover, .contact-submit:focus-visible { color: #fff; background: #087d88; outline: 0; transform: translateY(-2px); }

@media (max-width: 1050px) {
  .contact-number-item { padding-right: 26px; padding-left: 38px; }
  .contact-number-item-right { padding-right: 38px; padding-left: 26px; }
  .contact-form { margin-right: 40px; margin-left: 40px; }
  .contact-products-row { gap: 20px; }
}

@media (max-width: 760px) {
  .contact-hero, .contact-hero-content { min-height: 440px; }
  .contact-hero-content { padding-bottom: 34px; }
  .contact-hero-overline { font-size: 13px; }
  .contact-hero-title { font-size: 45px; letter-spacing: .03em; }
  .contact-hero-subtitle { margin-top: 12px; font-size: 14px; }
  .contact-hero-curve { bottom: -67px; height: 100px; }
  .contact-number-section { margin-top: -40px; padding-bottom: 30px; }
  .contact-number-panel { display: block; min-height: 0; border-radius: 10px; }
  .contact-number-item, .contact-number-item-right { min-height: 105px; align-items: center; padding: 21px 20px; border: 0; text-align: center; }
  .contact-number-item-right { border-top: 1px solid #eef2f3; }
  .contact-number-item strong { font-size: 16px; }
  .contact-number-item a { margin-top: 7px; font-size: 16px; }
  .contact-panel-mark { top: -32px; width: 58px; height: 58px; border-width: 8px; font-size: 18px; }
  .contact-number-panel::after { right: 30%; left: 30%; }
  .contact-address-line { flex-wrap: wrap; padding: 16px 15px 0; font-size: 11px; line-height: 1.7; text-align: center; }
  .contact-address-divider { display: none; }
  .contact-address-line .fa-envelope-o, .contact-address-line a { display: none; }
  .contact-message-section { padding: 38px 0 80px; }
  .contact-message-heading h2 { margin-top: 10px; font-size: 31px; }
  .contact-form { margin: 30px 17px 0; }
  .contact-inline-field { min-height: 62px; margin-bottom: 12px; padding: 0 18px; border-radius: 6px; }
  .contact-inline-field > span { min-width: 85px; font-size: 14px; }
  .contact-inline-field input, .contact-inline-field textarea { font-size: 14px; }
  .contact-field-centered { justify-content: flex-start; }
  .contact-field-centered > span { min-width: 76px; text-align: left; }
  .contact-field-centered input, .contact-field-centered textarea { flex: 1; text-align: left; }
  .contact-message-field { min-height: 190px; align-items: flex-start; padding-top: 19px; }
  .contact-message-field textarea { min-height: 148px; }
  .contact-code-row { gap: 10px; margin-bottom: 12px; }
  .contact-code-image { width: 102px; height: 62px; flex-basis: 102px; border-radius: 6px; }
  .contact-submit { width: 220px; height: 58px; margin-top: 28px; font-size: 16px; }
}

/* Company introduction page. */
.aboutus-page { overflow: hidden; color: #17333d; background: #fff; }
.aboutus-hero { position: relative; min-height: 500px; overflow: hidden; color: #fff; background: #073b4c; }
.aboutus-hero-image, .aboutus-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.aboutus-hero-image { object-fit: cover; object-position: center 55%; filter: saturate(.9) contrast(1.05) brightness(.92); transform: scale(1.02); transition: transform .7s ease, filter .7s ease; }
.aboutus-hero::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.aboutus-hero-shade { background: linear-gradient(90deg, rgba(3,46,64,.78), rgba(3,75,86,.27) 65%, rgba(3,75,86,.14)); }
.aboutus-hero-inner { position: relative; z-index: 1; display: flex; min-height: 500px; align-items: flex-start; justify-content: center; flex-direction: column; padding-bottom: 40px; }
.aboutus-eyebrow, .aboutus-kicker { margin: 0; color: #08aebc; font-size: 12px; font-weight: 800; letter-spacing: .2em; line-height: 1.3; }
.aboutus-eyebrow { color: rgba(255,255,255,.86); }
.aboutus-hero h1 { margin: 16px 0 10px; color: #fff; font-size: clamp(43px, 5vw, 72px); font-weight: 800; line-height: 1.13; letter-spacing: .03em; }
.aboutus-hero-inner > p:last-child { margin: 0; color: rgba(255,255,255,.84); font-size: 18px; letter-spacing: .15em; }
.aboutus-overview { padding: 110px 0 96px; background: #f3fbfc; }
.aboutus-overview-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 80px; align-items: center; }
.aboutus-copy { max-width: 660px; }
.aboutus-copy h2 { margin: 18px 0 27px; color: #12333e; font-size: clamp(36px, 4vw, 58px); line-height: 1.22; }
.aboutus-copy h2 em { color: #08aebc; font-style: normal; }
.aboutus-richtext { color: #5b7079; font-size: 16px; line-height: 2; }
.aboutus-richtext p { margin: 0 0 16px; }
.aboutus-richtext p:last-child { margin-bottom: 0; }
.aboutus-richtext img { max-width: 100%; height: auto; }
.aboutus-copy-note { max-width: 560px; margin: 24px 0 0; padding-left: 16px; border-left: 3px solid #08aebc; color: #347781; font-size: 14px; line-height: 1.85; }
.aboutus-overview-media { position: relative; min-height: 468px; }
.aboutus-image-main { position: absolute; top: 0; right: 0; width: 83%; height: 370px; overflow: hidden; background: #d8edf0; }
.aboutus-image-main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(1,66,79,.04), rgba(0,56,77,.25)); }
.aboutus-image-main img, .aboutus-image-small img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.aboutus-image-small { position: absolute; bottom: 0; left: 0; width: 48%; height: 207px; padding: 9px; background: #f3fbfc; }
.aboutus-image-tag { position: absolute; top: 29px; left: 24%; display: flex; width: 98px; height: 98px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.9); outline: 1px solid rgba(255,255,255,.35); outline-offset: 5px; color: #fff; background: rgba(8,174,188,.9); }
.aboutus-image-tag strong { font-size: 27px; line-height: 1; }
.aboutus-image-tag span { margin-top: 8px; font-size: 9px; letter-spacing: .16em; }
.aboutus-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 82px 0 0; padding: 28px 0 0; border-top: 1px solid #cfe4e7; list-style: none; }
.aboutus-stats li { min-height: 92px; padding: 0 24px; border-right: 1px solid #d7e9eb; }
.aboutus-stats li:first-child { padding-left: 0; }
.aboutus-stats li:last-child { border-right: 0; }
.aboutus-stats strong { display: block; color: #08aebc; font-size: clamp(30px, 3.3vw, 47px); font-weight: 500; line-height: 1.1; }
.aboutus-stats strong span { margin-left: 4px; color: #31545d; font-size: .42em; }
.aboutus-stats small { display: block; margin-top: 10px; color: #71848b; font-size: 12px; }
.aboutus-history { padding: 108px 0 0; background: #eef6ff; }
.aboutus-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 71px; }
.aboutus-section-heading h2 { margin: 16px 0 0; color: #12333e; font-size: clamp(36px, 4vw, 55px); line-height: 1.2; }
.aboutus-section-heading > p { max-width: 505px; margin: 0; color: #60747c; font-size: 15px; line-height: 1.95; }
.aboutus-history .aboutus-section-heading { position: relative; z-index: 3; margin-bottom: 0; }
.aboutus-timeline-stage { position: relative; min-height: 750px; margin-top: 30px; overflow: hidden; }
.aboutus-history-backdrop { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 78%; object-fit: cover; object-position: center 48%; opacity: .42; filter: saturate(.55) contrast(.94); }
.aboutus-history-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, #eef6ff 0%, rgba(238,246,255,.9) 12%, rgba(238,246,255,.36) 51%, rgba(238,246,255,.12) 100%); pointer-events: none; }
.aboutus-timeline-item { position: absolute; z-index: 2; top: var(--timeline-y); bottom: 42px; left: var(--timeline-x); width: 205px; color: #213b55; }
.aboutus-timeline-stem { position: absolute; top: 7px; bottom: 0; left: 0; width: 2px; background: linear-gradient(180deg, #0a70c8, rgba(10,112,200,.08)); }
.aboutus-timeline-stem::before { position: absolute; top: -6px; left: 50%; width: 15px; height: 15px; border: 4px solid rgba(10,112,200,.13); border-radius: 50%; content: ""; background: #0870c8; transform: translateX(-50%); box-shadow: 0 0 0 4px rgba(255,255,255,.45); }
.aboutus-timeline-content { width: 200px; padding-left: 24px; }
.aboutus-timeline-year { color: #0770c7; font-size: 45px; font-weight: 800; line-height: 1; letter-spacing: .02em; text-shadow: 0 1px 0 rgba(255,255,255,.6); }
.aboutus-timeline-content h3 { margin: 15px 0 7px; color: #203d59; font-size: 17px; line-height: 1.42; }
.aboutus-timeline-content p { margin: 0; color: #536b82; font-size: 13px; font-weight: 600; line-height: 1.72; }
.aboutus-history-foot { position: absolute; z-index: 3; bottom: 18px; left: 50%; display: flex; align-items: center; justify-content: center; gap: 17px; color: #086cc1; font-family: Georgia, serif; font-size: 31px; font-style: italic; letter-spacing: .1em; transform: translateX(-50%); }
.aboutus-history-foot i { display: block; width: 95px; height: 1px; background: #b7d8dd; }
.aboutus-partners { overflow: hidden; padding: 112px 0 120px; background: #fff; }
.aboutus-partner-heading { margin-bottom: 72px; text-align: center; }
.aboutus-partner-heading h2 { margin: 0; color: #203551; font-size: clamp(44px, 5.2vw, 72px); font-weight: 800; line-height: 1.15; }
.aboutus-partner-heading p { margin: 18px 0 0; color: #657185; font-size: 28px; font-weight: 800; line-height: 1; }
.aboutus-partner-rows { display: flex; flex-direction: column; gap: 16px; }
.aboutus-partner-row { width: 100%; overflow: hidden; }
.aboutus-partner-track { display: flex; width: max-content; gap: 16px; will-change: transform; }
.aboutus-partner-sequence { display: flex; flex: none; margin: 0; padding: 0; gap: 16px; list-style: none; }
.aboutus-partner-row.is-marquee .aboutus-partner-track { animation: aboutus-partners-left 34s linear infinite; }
.aboutus-partner-row:nth-child(2).is-marquee .aboutus-partner-track { animation-name: aboutus-partners-right; animation-duration: 38s; }
.aboutus-partner-row:nth-child(3).is-marquee .aboutus-partner-track { animation-duration: 42s; animation-delay: -13s; }
.aboutus-partner-row:hover .aboutus-partner-track, .aboutus-partner-row:focus-within .aboutus-partner-track { animation-play-state: paused; }
.aboutus-partner-item { display: flex; width: clamp(230px, 20vw, 310px); height: 176px; flex: none; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 4px; background: #fff; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.aboutus-partner-item:hover { border-color: #b9d2df; box-shadow: 0 12px 30px rgba(31,74,95,.08); transform: translateY(-3px); }
.aboutus-partner-item img { display: block; width: auto; height: auto; max-width: 76%; max-height: 102px; object-fit: contain; }
@keyframes aboutus-partners-left { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 8px)); } }
@keyframes aboutus-partners-right { from { transform: translateX(calc(-50% - 8px)); } to { transform: translateX(0); } }
.aboutus-page [data-reveal] { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s ease; }
.aboutus-page.aboutus-js [data-reveal] { opacity: 0; }
.aboutus-page.aboutus-js [data-reveal="left"] { transform: translateX(-25px); }
.aboutus-page.aboutus-js [data-reveal="right"] { transform: translateX(25px); }
.aboutus-page.aboutus-js [data-reveal="up"] { transform: translateY(25px); }
.aboutus-page.aboutus-js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .aboutus-overview-grid { gap: 45px; grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr); }
  .aboutus-copy h2 { font-size: 45px; }
  .aboutus-timeline-stage { min-height: 690px; }
  .aboutus-timeline-item { width: 150px; }
  .aboutus-timeline-content { width: 148px; padding-left: 19px; }
  .aboutus-timeline-year { font-size: 37px; }
  .aboutus-timeline-content h3 { font-size: 14px; }
  .aboutus-timeline-content p { font-size: 11px; }
  .aboutus-partner-item { width: clamp(210px, 24vw, 260px); height: 148px; }
  .aboutus-partner-item img { max-height: 84px; }
}

@media (max-width: 760px) {
  .aboutus-hero, .aboutus-hero-inner { min-height: 420px; }
  .aboutus-hero-inner { padding-bottom: 34px; }
  .aboutus-hero h1 { margin-top: 13px; font-size: 43px; }
  .aboutus-hero-inner > p:last-child { font-size: 14px; }
  .aboutus-overview { padding: 68px 0 70px; }
  .aboutus-overview-grid { display: block; }
  .aboutus-copy h2 { margin-top: 14px; font-size: 37px; }
  .aboutus-richtext { font-size: 14px; line-height: 1.9; }
  .aboutus-copy-note { font-size: 13px; }
  .aboutus-overview-media { min-height: 355px; margin-top: 46px; }
  .aboutus-image-main { height: 280px; }
  .aboutus-image-small { height: 158px; }
  .aboutus-image-tag { top: 23px; width: 78px; height: 78px; }
  .aboutus-image-tag strong { font-size: 23px; }
  .aboutus-image-tag span { margin-top: 5px; font-size: 7px; }
  .aboutus-stats { grid-template-columns: repeat(2, 1fr); gap: 25px 0; margin-top: 55px; padding-top: 23px; }
  .aboutus-stats li, .aboutus-stats li:first-child { min-height: 80px; padding: 0 15px; border-right: 1px solid #d7e9eb; }
  .aboutus-stats li:nth-child(2n) { border-right: 0; }
  .aboutus-stats li:nth-child(n + 3) { padding-top: 23px; border-top: 1px solid #d7e9eb; }
  .aboutus-stats strong { font-size: 31px; }
  .aboutus-history { padding: 74px 0 68px; }
  .aboutus-section-heading { display: block; margin-bottom: 42px; }
  .aboutus-section-heading h2 { margin-top: 13px; font-size: 36px; }
  .aboutus-section-heading > p { margin-top: 18px; font-size: 14px; }
  .aboutus-history .aboutus-section-heading { margin-bottom: 0; }
  .aboutus-timeline-stage { min-height: auto; margin-top: 35px; padding: 24px 7px 0 28px; overflow: visible; }
  .aboutus-history-backdrop { top: 0; height: 100%; opacity: .13; }
  .aboutus-history-wash { background: linear-gradient(180deg, rgba(238,246,255,.65), rgba(238,246,255,.86)); }
  .aboutus-timeline-item { position: relative; top: auto; bottom: auto; left: auto; width: auto; min-height: 145px; margin: 0; padding: 0 0 22px; }
  .aboutus-timeline-item:last-of-type { padding-bottom: 0; }
  .aboutus-timeline-stem { top: 6px; bottom: -16px; }
  .aboutus-timeline-item:last-of-type .aboutus-timeline-stem { bottom: 0; }
  .aboutus-timeline-content { width: auto; padding-left: 27px; }
  .aboutus-timeline-year { font-size: 33px; }
  .aboutus-timeline-content h3 { margin-top: 10px; font-size: 16px; }
  .aboutus-timeline-content p { max-width: 295px; font-size: 12px; line-height: 1.8; }
  .aboutus-history-foot { position: relative; bottom: auto; left: auto; margin-top: 34px; font-size: 24px; transform: none; }
  .aboutus-history-foot i { width: 55px; }
  .aboutus-partners { padding: 72px 16px 78px; }
  .aboutus-partner-heading { margin-bottom: 42px; }
  .aboutus-partner-heading h2 { font-size: 40px; }
  .aboutus-partner-heading p { margin-top: 12px; font-size: 19px; }
  .aboutus-partner-rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .aboutus-partner-row, .aboutus-partner-row:nth-child(2), .aboutus-partner-row:nth-child(3) { display: contents; width: auto; overflow: visible; }
  .aboutus-partner-track, .aboutus-partner-row.is-marquee .aboutus-partner-track { display: contents; animation: none; transform: none; }
  .aboutus-partner-sequence { display: contents; }
  .aboutus-partner-sequence[aria-hidden="true"] { display: none; }
  .aboutus-partner-item { width: auto; height: 112px; }
  .aboutus-partner-item img { max-width: 82%; max-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .aboutus-page [data-reveal], .aboutus-page.aboutus-js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .aboutus-partner-row.is-marquee .aboutus-partner-track { animation: none; transform: none; }
  .aboutus-partner-sequence[aria-hidden="true"] { display: none; }
  .aboutus-partner-item { transition: none; }
  .home-achievement-panel.is-active .home-achievement-card.is-visible { animation: none; opacity: 1; transform: none; }
}

/* News list and article pages */
.news-list-page, .news-detail-page { color: #17333d; background: #fff; }
.news-list-banner { position: relative; display: flex; height: 420px; align-items: center; justify-content: center; overflow: hidden; background: #06b8c1 url('../images/2.公司照片/展厅.jpg') center/cover no-repeat; }
.news-list-banner-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.news-list-banner::before { position: absolute; z-index: 1; inset: 0; content: ''; background: rgba(0, 190, 199, .77); }
.news-list-banner::after { position: absolute; z-index: 2; inset: 0; content: ''; opacity: .28; background: repeating-radial-gradient(ellipse at 20% 20%, transparent 0 11px, rgba(255,255,255,.15) 12px 13px, transparent 14px 26px); mix-blend-mode: screen; }
.news-list-banner-title { position: relative; z-index: 3; color: #d8ff9f; font-size: clamp(58px, 8vw, 132px); font-weight: 900; line-height: 1; letter-spacing: .04em; text-shadow: 0 4px 0 rgba(8, 112, 129, .9), 0 8px 14px rgba(0, 78, 91, .35); }
.news-list-feature { padding: 72px 0 112px; background: #fff; }
.news-list-section-title { margin: 0 0 58px; text-align: center; }
.news-list-section-title h1 { margin: 0; color: #08aebc; font-size: clamp(38px, 4.5vw, 64px); font-weight: 700; line-height: 1.15; }
.news-list-section-title span { display: block; margin-top: 10px; color: #1c2f37; font-family: Arial, sans-serif; font-size: 27px; line-height: 1; }
.news-list-heading-intro { margin-bottom: 28px; }
.news-list-heading-intro > p { margin-left: auto; }
.news-list-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.news-list-heading h2 { margin: 14px 0 0; color: #12333e; font-size: clamp(35px, 4vw, 52px); line-height: 1.18; }
.news-list-heading > p { max-width: 360px; margin: 0; color: #6c8087; font-size: 14px; line-height: 1.9; }
.news-list-feature-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(390px, .82fr); grid-template-rows: repeat(3, 135px); gap: 0 52px; }
.news-list-item { min-width: 0; border-bottom: 1px dotted #c8d8dc; }
.news-list-item:first-child { grid-row: 1 / span 3; border: 0; }
.news-list-item-link { display: flex; height: 100%; color: inherit; text-decoration: none !important; }
.news-list-item:first-child .news-list-item-link { display: flex; flex-direction: column; }
.news-list-item-media { height: 100%; min-height: 135px; overflow: hidden; background: #e6f1f2; }
.news-list-item:first-child .news-list-item-media { height: 390px; }
.news-list-item:not(:first-child) .news-list-item-media { width: 175px; flex: 0 0 175px; }
.news-list-item-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-list-item:hover .news-list-item-media img { transform: scale(1.05); }
.news-list-item-copy { display: flex; min-width: 0; justify-content: center; flex-direction: column; padding: 18px 0 18px 24px; }
.news-list-item:first-child .news-list-item-copy { display: block; padding: 24px 6px 0; }
.news-list-item time, .news-list-archive-item time { color: #0b9eaa; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.news-list-item h3 { margin: 8px 0 0; overflow: hidden; color: #183b4a; font-size: 17px; font-weight: 700; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.news-list-item:first-child h3 { margin-top: 13px; font-size: 27px; white-space: normal; }
.news-list-item p { display: none; margin: 10px 0 0; color: #6a7f86; font-size: 13px; line-height: 1.8; }
.news-list-item:first-child p { display: block; max-width: 680px; }
.news-list-read { display: inline-block; margin-top: 20px; color: #0870c8; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.news-list-read i { margin-left: 8px; transition: transform .25s ease; }
.news-list-item:hover .news-list-read i { transform: translateX(5px); }
.news-list-archive { padding: 98px 0 100px; background: #eff8fa; }
.news-list-heading-archive { margin-bottom: 36px; }
.news-list-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 44px; border-top: 1px solid #c6dce0; }
.news-list-archive-item { border-bottom: 1px solid #c6dce0; }
.news-list-archive-item a { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 22px; min-height: 156px; padding: 20px 34px 20px 0; color: inherit; text-decoration: none !important; }
.news-list-archive-media { height: 116px; overflow: hidden; background: #dcebed; }
.news-list-archive-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-list-archive-copy { min-width: 0; }
.news-list-archive-item h3 { margin: 11px 0 8px; color: #183b4a; font-size: 17px; line-height: 1.45; }
.news-list-archive-item p { margin: 0; color: #6b8087; font-size: 13px; line-height: 1.8; }
.news-list-archive-item .fa { position: absolute; right: 3px; bottom: 28px; color: #0b9eaa; font-size: 17px; transition: transform .25s ease; }
.news-list-archive-item:hover .fa { transform: translateX(5px); }
.news-list-archive .pagination { margin-top: 43px; }
.news-list-archive .page-link { border-color: #c6dce0; color: #37626d; background: transparent; }
.news-list-archive .page-link:hover { color: #fff; border-color: #0870c8; background: #0870c8; }
.news-detail-crumb { margin: 21px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.news-detail-meta { display: flex; gap: 22px; color: rgba(255,255,255,.74); font-size: 13px; }
.news-detail-main { padding: 105px 0 115px; background: #fff; }
.news-detail-heading { padding: 0 0 45px; border-bottom: 1px solid #d8e5e7; }
.news-detail-heading .eyebrow { color: #0870c8; }
.news-detail-heading .news-detail-crumb { margin: 16px 0 0; color: #82959b; }
.news-detail-heading h1 { max-width: 980px; margin: 16px 0 17px; color: #173d4c; font-size: clamp(32px, 4vw, 54px); line-height: 1.3; }
.news-detail-heading .news-detail-meta { color: #7b8f95; }
.news-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; align-items: start; }
.news-detail-article { min-width: 0; }
.news-detail-cover { margin: 0 0 39px; overflow: hidden; background: #f3f7f7; }
.news-detail-cover img { display: block; width: 100%; max-height: 500px; object-fit: contain; }
.news-detail-body { color: #485f68; font-size: 16px; line-height: 2.05; }
.news-detail-body p { margin: 0 0 1.3em; }
.news-detail-body img { display: block; max-width: 100%; height: auto; margin: 25px auto; }
.news-detail-body h2, .news-detail-body h3 { margin: 1.6em 0 .7em; color: #173d4c; line-height: 1.4; }
.news-detail-aside { padding-top: 5px; border-top: 2px solid #0b9eaa; }
.news-detail-aside h2 { margin: 20px 0 12px; color: #173d4c; font-size: 27px; }
.news-detail-aside p { margin: 0; color: #71858b; font-size: 13px; line-height: 1.9; }
.news-detail-back { display: inline-block; margin-top: 32px; color: #0870c8; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none !important; }
.news-detail-back i { margin-left: 8px; }
.news-detail-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 62px; padding-top: 25px; border-top: 1px solid #d6e3e5; }
.news-detail-nav a { min-width: 0; color: inherit; text-decoration: none !important; }
.news-detail-nav span { display: block; color: #0b9eaa; font-size: 12px; letter-spacing: .08em; }
.news-detail-nav strong { display: block; overflow: hidden; margin-top: 9px; color: #234755; font-size: 14px; font-weight: 600; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }

/* Backend-driven product detail pages */
.product-detail-page { color: #213b45; background: #fff; }
.product-detail-heading { padding: 96px 0 84px; text-align: center; background: #fff; }
.product-detail-heading h1 { margin: 18px 0 0; color: #08aebc; font-size: clamp(43px, 5vw, 68px); font-weight: 800; line-height: 1.15; }
.product-detail-heading > .hc_cont1410 > p { margin: 10px 0 0; color: #252b2e; font-size: 22px; line-height: 1.2; }
.product-detail-tabs { display: grid; max-width: 620px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 60px auto 0; }
.product-detail-tabs a { display: flex; min-height: 62px; align-items: center; justify-content: center; color: #25343a; background: #e2f3fb; font-size: 17px; font-weight: 700; text-decoration: none !important; transition: color .2s ease, background .2s ease; }
.product-detail-tabs a:hover, .product-detail-tabs a:focus { color: #fff; background: #08aebc; }
.product-detail-overview { padding: 72px 0; background: #f0fafb; }
.product-detail-overview-grid { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); gap: 80px; align-items: center; }
.product-detail-cover { height: 330px; overflow: hidden; background: #fff; }
.product-detail-cover img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-detail-intro h2 { margin: 16px 0 18px; color: #173d4c; font-size: clamp(30px, 3vw, 44px); line-height: 1.25; }
.product-detail-intro p { max-width: 650px; margin: 0; color: #61777f; font-size: 15px; line-height: 2; }
.product-detail-contact { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: #0870c8; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none !important; }
.product-detail-content { padding: 96px 0 116px; background: #fff; }
.product-detail-section { padding: 0 0 94px; scroll-margin-top: 110px; }
.product-detail-section:last-child { padding-bottom: 0; }
.product-detail-section > h2 { margin: 0 0 45px; color: #08aebc; font-size: clamp(32px, 3.2vw, 47px); font-weight: 800; line-height: 1.2; text-align: center; }
.product-table-wrap { width: 100%; overflow-x: auto; }
.product-spec-table { width: 100%; min-width: 720px; border-collapse: collapse; color: #3f5057; font-size: 15px; }
.product-spec-table th, .product-spec-table td { padding: 19px 28px; border: 0; line-height: 1.6; text-align: left; vertical-align: middle; }
.product-spec-table thead th { color: #05aebc; background: #dceff8; font-size: 16px; font-weight: 800; }
.product-spec-table tbody tr:nth-child(odd) { background: #e9f6fb; }
.product-spec-table tbody tr:nth-child(even) { background: #f6fbfd; }
.product-spec-table tbody th { width: 24%; color: #098c9b; font-weight: 700; }
.product-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cce2e7; border-bottom: 1px solid #cce2e7; }
.product-package-grid > div { min-height: 140px; padding: 31px 34px; border-right: 1px solid #cce2e7; }
.product-package-grid > div:last-child { border-right: 0; }
.product-package-grid strong, .product-package-grid span { display: block; }
.product-package-grid strong { color: #08aebc; font-size: 18px; }
.product-package-grid span { margin-top: 12px; color: #536b73; font-size: 14px; line-height: 1.7; }

@media (max-width: 767.98px) {
  .news-list-banner { height: 260px; }
  .news-list-banner-title { font-size: 52px; }
  .news-list-feature { padding: 52px 0 75px; }
  .news-list-section-title { margin-bottom: 42px; }
  .news-list-section-title h1 { font-size: 42px; }
  .news-list-section-title span { font-size: 20px; }
  .news-list-heading { display: block; margin-bottom: 30px; }
  .news-list-heading > p { margin-top: 15px; }
  .news-list-feature-grid { display: block; }
  .news-list-item, .news-list-item:first-child { border-bottom: 1px dotted #c8d8dc; }
  .news-list-item:last-child { border-bottom: 0; }
  .news-list-item-link, .news-list-item:first-child .news-list-item-link { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 16px; min-height: 126px; padding: 18px 0; }
  .news-list-item-media, .news-list-item:first-child .news-list-item-media { height: 108px; min-height: 108px; }
  .news-list-item:not(:first-child) .news-list-item-media { width: auto; flex: none; }
  .news-list-item-copy, .news-list-item:first-child .news-list-item-copy { display: block; padding: 0; }
  .news-list-item h3, .news-list-item:first-child h3 { margin: 7px 0 0; font-size: 16px; line-height: 1.4; white-space: normal; }
  .news-list-item p, .news-list-item:first-child p { display: none; }
  .news-list-read { margin-top: 11px; font-size: 11px; }
  .news-list-archive { padding: 68px 0 75px; }
  .news-list-archive-grid { display: block; }
  .news-list-archive-item a { min-height: 0; grid-template-columns: 96px minmax(0, 1fr); gap: 14px; padding: 20px 26px 20px 0; }
  .news-list-archive-media { height: 82px; }
  .news-list-archive-item .fa { right: 2px; bottom: 24px; }
  .news-detail-main { padding-top: 64px; }
  .news-detail-heading { padding-bottom: 31px; }
  .news-detail-heading h1 { font-size: 32px; }
  .news-detail-meta { gap: 14px; flex-wrap: wrap; }
  .news-detail-main { padding: 66px 0 75px; }
  .news-detail-layout { display: block; }
  .news-detail-aside { margin-top: 55px; padding-top: 23px; border-top-width: 1px; }
  .news-detail-body { font-size: 15px; line-height: 1.95; }
  .news-detail-nav { display: block; margin-top: 43px; }
  .news-detail-nav a { display: block; padding: 15px 0; border-bottom: 1px solid #d6e3e5; }
  .news-detail-nav strong { white-space: normal; }
  .product-detail-heading { padding: 62px 0 58px; }
  .product-detail-heading h1 { font-size: 42px; }
  .product-detail-heading > .hc_cont1410 > p { font-size: 17px; }
  .product-detail-tabs { gap: 6px; margin-top: 38px; }
  .product-detail-tabs a { min-height: 52px; padding: 8px; font-size: 13px; }
  .product-detail-overview { padding: 55px 0; }
  .product-detail-overview-grid { display: block; }
  .product-detail-cover { height: 250px; }
  .product-detail-intro { margin-top: 38px; }
  .product-detail-intro h2 { font-size: 31px; }
  .product-detail-content { padding: 68px 0 78px; }
  .product-detail-section { padding-bottom: 68px; }
  .product-detail-section > h2 { margin-bottom: 30px; font-size: 32px; }
  .product-spec-table th, .product-spec-table td { padding: 15px 18px; font-size: 13px; }
  .product-package-grid { display: block; }
  .product-package-grid > div { min-height: 0; padding: 23px 20px; border-right: 0; border-bottom: 1px solid #cce2e7; }
  .product-package-grid > div:last-child { border-bottom: 0; }
}
