:root {
  --navy-950: #03142f;
  --navy-900: #061d42;
  --navy-800: #092c61;
  --blue-700: #0759bc;
  --blue-600: #0875df;
  --blue-500: #1595ed;
  --cyan-400: #3ec8e6;
  --ink: #10223d;
  --muted: #61728a;
  --line: #dbe5f0;
  --line-dark: #ffffff24;
  --paper: #f4f7fb;
  --paper-blue: #edf5fc;
  --white: #fff;
  --success: #0c9478;
  --max: 1220px;
  --radius: 6px;
  --shadow: 0 18px 48px rgba(5, 34, 78, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei UI", "PingFang SC", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a[data-phone-link] { white-space: nowrap; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(21, 149, 237, .38); outline-offset: 3px; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.topbar { height: 40px; color: #b9c9dc; background: var(--navy-950); font-size: 13px; }
.topbar .container { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(120px, 1fr); align-items: center; gap: 28px; }
.topbar span { display: flex; align-items: center; gap: 8px; }
.topbar-company { min-width: 0; overflow: hidden; color: #e5eef8; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.topbar-company em { color: #77d5ec; font-size: 13px; font-style: normal; font-weight: 600; }
.topbar-values { justify-self: center; color: #b9c9dc; white-space: nowrap; }
.topbar-contact { justify-self: end; display: flex; align-items: center; gap: 7px; color: #fff; font-size: 12px; white-space: nowrap; }
.topbar-contact b { font-size: 14px; }
.topbar-contact:hover { color: #8fe4f4; }
.topbar svg { width: 15px; height: 15px; color: var(--cyan-400); }

header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 78px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid transparent;
  transition: box-shadow .2s, border-color .2s;
}
header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(4, 32, 73, .09); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e9f4fc;
  border: 1px solid #d3e7f7;
  border-radius: 50%;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand b { display: block; font-size: 18px; color: var(--navy-900); }
.brand small { display: block; margin-top: 2px; color: #708299; font-size: 12px; letter-spacing: 0; }
.nav-wrap nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 13px; font-weight: 600; }
.nav-wrap nav a { position: relative; padding: 30px 0; color: #34475f; }
.nav-wrap nav a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--blue-600); transform: scaleX(0); transition: .2s; }
.nav-wrap nav a:hover { color: var(--blue-700); }
.nav-wrap nav a:hover::after { transform: scaleX(1); }
.nav-cta { height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--blue-700); border-radius: 3px; font-size: 13px; font-weight: 700; transition: .2s; }
.nav-cta:hover { background: var(--blue-600); transform: translateY(-1px); }
.nav-cta svg { width: 16px; }
.menu-btn { display: none; border: 0; color: var(--navy-900); background: transparent; cursor: pointer; }

.hero {
  position: relative;
  height: calc(100svh - 158px);
  min-height: 570px;
  max-height: 680px;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.hero-bg { position: absolute; inset: 0; background: center 47% / cover no-repeat; }
.hero-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 17, 45, .96) 0%, rgba(4, 34, 81, .83) 48%, rgba(5, 47, 103, .24) 82%), linear-gradient(0deg, rgba(3, 18, 45, .7), transparent 48%); }
.hero-content { position: relative; padding-top: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d6e9fa; font-size: 15px; line-height: 1.5; font-weight: 800; }
.eyebrow span { width: 36px; height: 3px; background: var(--cyan-400); }
.eyebrow.dark { color: var(--blue-700); }
.hero h1 { max-width: 820px; margin: 20px 0 18px; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.18; letter-spacing: 0; }
.hero-content > p { max-width: 720px; margin: 0; color: #d0deec; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.hero-hotline { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: #d6e8f7; font-size: 12px; }
.hero-hotline b { color: #fff; font-size: 15px; }
.hero-hotline svg { width: 17px; color: var(--cyan-400); }
.hero-hotline:hover { color: #fff; }
.btn { height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s; }
.btn svg { width: 16px; }
.btn.primary { color: #fff; background: var(--blue-600); }
.btn.primary:hover { background: var(--blue-500); transform: translateY(-2px); }
.btn.ghost { color: #fff; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .38); }
.btn.ghost:hover { background: rgba(255, 255, 255, .13); }
.hero-metrics { max-width: 850px; margin-top: 48px; padding-top: 21px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .28); }
.hero-metrics div { min-height: 56px; padding: 0 22px; border-right: 1px solid rgba(255, 255, 255, .18); }
.hero-metrics div:first-child { padding-left: 0; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics b { display: block; color: #fff; font-size: 27px; }
.hero-metrics span { color: #aebed0; font-size: 12px; }

.quick { color: #fff; background: var(--blue-700); }
.quick-grid { min-height: 76px; display: grid; grid-template-columns: 170px repeat(3, 1fr); align-items: center; }
.quick-title { color: #bce4f4; font-size: 15px; line-height: 1.5; font-weight: 800; }
.quick a { height: 40px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; border-left: 1px solid rgba(255, 255, 255, .28); font-size: 13px; font-weight: 700; transition: .2s; }
.quick a:hover { color: #d9f8ff; padding-right: 20px; }
.quick svg { width: 15px; }

.cra-focus { padding: 56px 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.cra-focus-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 24px 70px; align-items: start; }
.cra-focus-intro h2 { max-width: 720px; margin: 14px 0 16px; color: var(--navy-900); font-size: 34px; line-height: 1.42; }
.cra-focus-intro > p { max-width: 720px; margin: 0 0 21px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.cra-deadlines { border-top: 1px solid var(--line); }
.cra-deadlines > div { padding: 18px 0; display: grid; grid-template-columns: 110px 1fr; gap: 6px 17px; border-bottom: 1px solid var(--line); }
.cra-deadlines time { grid-row: 1 / span 2; color: var(--blue-700); font-size: 16px; font-weight: 800; }
.cra-deadlines b { color: var(--navy-900); font-size: 14px; }
.cra-deadlines span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.cra-steps { grid-column: 1 / -1; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.cra-steps li { min-width: 0; min-height: 147px; padding: 16px 20px; display: grid; grid-template-columns: 1fr; align-content: center; justify-items: center; gap: 5px; text-align: center; background: #fff; border: 1px solid #c6d7e8; border-top: 2px solid #8fb6dc; border-radius: var(--radius); box-shadow: 0 6px 18px rgba(7, 42, 87, .08); transition: border-color .22s, box-shadow .22s, transform .22s; }
.cra-steps li + li { padding-left: 20px; }
.cra-steps li:hover { border-color: #8fb6dc; box-shadow: 0 10px 24px rgba(7, 42, 87, .14); transform: translateY(-3px); }
.cra-steps li > div { width: 100%; }
.cra-steps > li > span { color: var(--blue-600); font-size: 14px; line-height: 1.5; font-weight: 800; }
.cra-steps b { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: 16px; line-height: 1.45; }
.cra-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.cra-deliverables { grid-column: 1 / -1; padding: 18px 0; display: grid; grid-template-columns: 150px repeat(4, 1fr); gap: 14px 20px; align-items: center; color: #526980; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.cra-deliverables > b { color: var(--navy-900); font-size: 13px; }
.cra-deliverables > span { display: flex; align-items: center; gap: 8px; }
.cra-deliverables svg { width: 17px; flex: 0 0 auto; color: var(--blue-600); }

.section { padding: 92px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-head h2 { margin: 13px 0 0; color: var(--navy-900); font-size: 36px; line-height: 1.38; letter-spacing: 0; }
.section-head > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.section-head.light h2 { color: #fff; }
.section-head.light > p { color: #b8cbe0; }
.section-head.compact { margin-bottom: 28px; }
.section-head.compact h2 { font-size: 29px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.accreditation-status { margin: -14px 0 28px; padding: 15px 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: center; gap: 14px; background: var(--paper-blue); border: 1px solid #cfe1f0; border-left: 4px solid var(--blue-600); border-radius: 4px; }
.accreditation-status > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.accreditation-status svg { width: 22px; flex: 0 0 auto; color: var(--blue-600); }
.accreditation-status span { min-width: 0; display: grid; gap: 2px; }
.accreditation-status b { color: var(--navy-900); font-size: 12px; line-height: 1.4; }
.accreditation-status small { color: #667c92; font-size: 12px; line-height: 1.45; }
.accreditation-status > p { max-width: 230px; margin: 0; color: #6a7f94; font-size: 12px; line-height: 1.6; }
.accreditation-reserved { opacity: .72; }
.service-card { position: relative; min-height: 200px; padding: 18px; display: flex; flex-direction: column; background: #fff; border: 1px solid #c6d7e8; border-top: 2px solid #8fb6dc; border-radius: var(--radius); box-shadow: 0 6px 18px rgba(7, 42, 87, .09); transition: .25s; }
.service-card:hover { color: #fff; background: var(--navy-800); border-color: var(--navy-800); box-shadow: 0 14px 32px rgba(5, 34, 78, .2); transform: translateY(-4px); }
.service-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue-700); background: var(--paper-blue); border: 1px solid #d5e8f7; border-radius: 4px; }
.service-icon svg { width: 20px; }
.service-card h3 { margin: 14px 0 8px; font-size: 17px; line-height: 1.35; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-card > a { margin-top: auto; padding-top: 10px; display: flex; align-items: center; gap: 7px; color: var(--blue-700); font-size: 12px; font-weight: 700; }
.service-card > a svg { width: 14px; }
.service-card:hover p { color: #bfd0e3; }
.service-card:hover > a, .service-card:hover .service-icon { color: var(--cyan-400); }
.service-card:hover .service-icon { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .2); }

.wireless-band { padding: 56px 0; color: #fff; background: var(--navy-900); }
.wireless-band-inner { display: grid; grid-template-columns: 310px 1fr; gap: 48px; align-items: start; }
.wireless-band-head h2 { margin: 13px 0 12px; font-size: 26px; line-height: 1.45; }
.wireless-band-head p { margin: 0; color: #b6c9de; font-size: 12px; line-height: 1.8; }
.wireless-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.wireless-tech-grid > div { min-height: 102px; padding: 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.wireless-tech-grid b { display: block; margin-bottom: 9px; color: var(--cyan-400); font-size: 13px; }
.wireless-tech-grid span { color: #aec3da; font-size: 12px; line-height: 1.65; }

.laboratory-band { color: #fff; background: var(--navy-800); }
.equipment-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.equipment-card { position: relative; min-height: 275px; grid-column: span 4; overflow: hidden; background: var(--navy-950); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); }
.equipment-card:nth-child(1) { min-height: 370px; grid-column: span 7; }
.equipment-card:nth-child(2) { min-height: 370px; grid-column: span 5; }
.equipment-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.equipment-card:hover img { transform: scale(1.035); }
.equipment-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 18, 47, .98) 0%, rgba(3, 24, 58, .68) 48%, rgba(3, 24, 58, .06) 83%); }
.equipment-copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px; }
.equipment-card:nth-child(-n+2) .equipment-copy { padding: 28px; }
.equipment-copy small { color: var(--cyan-400); font-size: 12px; font-weight: 800; }
.equipment-copy h3 { margin: 7px 0 8px; font-size: 18px; line-height: 1.45; }
.equipment-card:nth-child(-n+2) h3 { font-size: 23px; }
.equipment-copy p { max-width: 650px; margin: 0; color: #c5d5e5; font-size: 12px; line-height: 1.75; }
.equipment-tags { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 6px; }
.equipment-tags span { padding: 4px 7px; color: #d9e8f4; background: rgba(9, 67, 130, .62); border: 1px solid rgba(107, 206, 232, .26); border-radius: 2px; font-size: 12px; }

.pathway-band { background: var(--paper); }
.pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pathway-grid > a { min-height: 199px; padding: 20px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: .22s; }
.pathway-grid > a:hover { color: #fff; background: var(--navy-800); border-color: var(--navy-800); box-shadow: var(--shadow); transform: translateY(-4px); }
.pathway-grid > a > span { display: flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: 12px; font-weight: 700; }
.pathway-grid > a > span svg { width: 19px; }
.pathway-grid h3 { max-width: 500px; margin: 15px 0 8px; font-size: 19px; line-height: 1.45; }
.pathway-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.pathway-grid b { margin-top: auto; padding-top: 12px; display: flex; align-items: center; gap: 7px; color: var(--blue-700); font-size: 12px; }
.pathway-grid b svg { width: 14px; }
.pathway-grid > a:hover span, .pathway-grid > a:hover b { color: var(--cyan-400); }
.pathway-grid > a:hover p { color: #bed0e3; }
.pathway-grid .pathway-contact { background: #eaf5fc; }

.standards-band { color: #fff; background: var(--navy-950); }
.standards-list { border-top: 1px solid var(--line-dark); }
.standard-row { display: grid; grid-template-columns: 165px 1fr 210px 110px 30px; align-items: center; gap: 24px; padding: 25px 12px; border-bottom: 1px solid var(--line-dark); transition: .2s; }
.standard-row:hover { background: rgba(255, 255, 255, .055); }
.standard-row .code { color: var(--cyan-400); font-size: 19px; font-weight: 800; }
.standard-row h3 { margin: 0 0 5px; font-size: 15px; }
.standard-row p { margin: 0; color: #a9bdd3; font-size: 12px; line-height: 1.65; }
.standard-row .scope { color: #c5d3e3; font-size: 12px; line-height: 1.6; }
.standard-row .tag { padding: 6px 8px; color: #c8eefa; border: 1px solid rgba(62, 200, 230, .4); border-radius: 2px; text-align: center; font-size: 12px; }
.standard-row svg { width: 16px; color: var(--cyan-400); }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid > div { position: relative; min-height: 147px; padding: 16px 20px; background: #fff; border: 1px solid #c6d7e8; border-top: 2px solid #8fb6dc; border-radius: var(--radius); box-shadow: 0 6px 18px rgba(7, 42, 87, .08); transition: border-color .22s, box-shadow .22s, transform .22s; }
.process-grid > div:hover { border-color: #8fb6dc; box-shadow: 0 10px 24px rgba(7, 42, 87, .14); transform: translateY(-3px); }
.process-grid em { position: absolute; top: 13px; right: 16px; color: #e5edf6; font-size: 27px; font-style: normal; font-weight: 800; }
.process-grid svg { width: 24px; margin: 3px 0 9px; color: var(--blue-600); }
.process-grid h3 { margin: 0 0 6px; font-size: 16px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.cases-band, .news-band { background: var(--paper); }
.cases-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.careers-band { background: var(--paper-blue); }
.jobs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.job-card { padding: 31px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--blue-600); box-shadow: 0 12px 35px rgba(6, 42, 88, .08); }
.job-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.job-head small { color: var(--blue-600); font-size: 12px; font-weight: 700; }
.job-head h3 { margin: 7px 0 0; color: var(--navy-900); font-size: 24px; }
.job-head > span { padding: 6px 9px; color: var(--blue-700); background: var(--paper-blue); border-radius: 2px; font-size: 12px; font-weight: 700; }
.job-summary { min-height: 48px; margin: 18px 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.job-meta { padding: 13px 0; display: flex; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.job-meta span { display: flex; align-items: center; gap: 7px; color: #425670; font-size: 12px; }
.job-meta svg { width: 15px; color: var(--blue-600); }
.job-details { margin: 22px 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 27px; }
.job-details h4 { margin: 0 0 11px; color: var(--navy-900); font-size: 13px; }
.job-details ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.job-details li { display: flex; align-items: flex-start; gap: 7px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.job-details li svg { width: 13px; min-width: 13px; margin-top: 3px; color: var(--success); }
.job-apply { margin-top: auto; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; color: var(--blue-700); border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.job-apply svg { width: 16px; transition: transform .2s; }
.job-apply:hover svg { transform: translateX(4px); }
.case-card, .news-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: .22s; }
.case-card { min-height: 177px; padding: 16px; display: flex; flex-direction: column; border-top: 3px solid var(--blue-600); }
.case-card:hover, .news-card:hover { border-color: #a9cce9; box-shadow: var(--shadow); transform: translateY(-4px); }
.case-card .industry { color: var(--blue-700); font-size: 12px; font-weight: 700; }
.case-card h3 { margin: 10px 0 6px; font-size: 17px; line-height: 1.4; }
.case-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.case-result { margin-top: auto; padding-top: 10px; display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.case-result svg { width: 16px; color: var(--success); }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.about-visual { position: relative; height: 480px; background: center / cover no-repeat; }
.about-visual::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid #bfd6e9; }
.about-label { position: absolute; right: -18px; bottom: 28px; padding: 18px 21px; display: flex; align-items: center; gap: 13px; color: #fff; background: var(--blue-700); box-shadow: var(--shadow); }
.about-label svg { width: 27px; color: var(--cyan-400); }
.about-label span { font-size: 12px; }
.about-label b { display: block; margin-bottom: 2px; font-size: 16px; }
.about-copy h2 { margin: 15px 0 18px; color: var(--navy-900); font-size: 35px; line-height: 1.45; }
.about-copy > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.location-panel { margin-top: 56px; display: grid; grid-template-columns: 390px minmax(0, 1fr); min-height: 390px; overflow: hidden; color: #fff; background: var(--navy-900); }
.location-info { padding: 43px 38px; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); }
.location-info h2 { margin: 15px 0 22px; font-size: 26px; line-height: 1.45; }
.location-address { min-height: 45px; margin: 0; display: flex; align-items: flex-start; gap: 11px; color: #d4e2ef; font-size: 13px; line-height: 1.8; }
.location-address svg { width: 18px; min-width: 18px; margin-top: 3px; color: var(--cyan-400); }
.location-transit { margin: 22px 0 27px; padding: 18px 0; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.location-transit > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy-950); background: var(--cyan-400); }
.location-transit svg { width: 19px; }
.location-transit div { display: grid; gap: 4px; }
.location-transit b { font-size: 14px; }
.location-transit small { color: #9fb5ca; font-size: 12px; }
.location-btn { color: #fff; background: var(--blue-600); }
.location-btn:hover { background: var(--blue-500); }
.location-map { position: relative; min-height: 390px; background: var(--paper-blue); }
.location-map iframe { width: 100%; height: 100%; min-height: 390px; display: block; border: 0; }
.map-caption { position: absolute; z-index: 500; right: 18px; bottom: 18px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: rgba(255, 255, 255, .96); border-left: 3px solid var(--blue-600); box-shadow: 0 10px 30px rgba(4, 34, 78, .18); }
.map-caption svg { width: 20px; color: var(--blue-600); }
.map-caption span { display: grid; gap: 2px; }
.map-caption b { font-size: 12px; }
.map-caption small { color: var(--muted); font-size: 12px; }
.cert-list { margin-top: 27px; }
.cert-item { padding: 13px 0; display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.cert-item > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue-700); background: var(--paper-blue); border-radius: 3px; }
.cert-item svg { width: 17px; }
.cert-item b { display: block; font-size: 13px; }
.cert-item small { color: var(--muted); font-size: 12px; }
.cert-item em { color: var(--blue-700); font-size: 12px; font-style: normal; }

.news-card { min-height: 225px; padding: 25px; }
.news-card .meta { display: flex; justify-content: space-between; color: var(--blue-700); font-size: 12px; }
.news-card h3 { min-height: 52px; margin: 20px 0 9px; display: -webkit-box; overflow: hidden; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card p { margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.75; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.text-link { display: flex; align-items: center; gap: 7px; color: var(--blue-700); font-size: 12px; font-weight: 700; }
.text-link svg { width: 15px; }

.contact { padding: 88px 0; color: #fff; background: var(--blue-700); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact h2 { margin: 15px 0 17px; font-size: 36px; line-height: 1.4; }
.contact p { color: #d2e5f5; font-size: 13px; line-height: 1.85; }
.contact-lines { margin-top: 28px; display: grid; gap: 13px; }
.contact-lines > span, .contact-lines > a { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.contact-lines > a span { color: #d2e5f5; }
.contact-lines > a b { font-size: 15px; }
.contact-lines > a:hover { color: #fff; }
.contact-lines svg { width: 17px; color: var(--cyan-400); }
#inquiry-form { padding: 31px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 24px 65px rgba(1, 21, 52, .22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { margin-bottom: 14px; display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #cad8e6; border-radius: 2px; outline: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(8, 117, 223, .1); }
textarea { resize: vertical; }
.form-message { margin-top: 10px; color: var(--blue-700); font-size: 12px; }

footer { padding: 42px 0 22px; color: #95abc2; background: var(--navy-950); }
.footer-main { display: flex; align-items: center; gap: 32px; }
.footer-brand b { color: #fff; }
.footer-brand small { color: #8199b4; }
.footer-main > p { margin-left: auto; font-size: 12px; }
.footer-hotline { min-width: 142px; flex: 0 0 auto; display: grid; grid-template-columns: 20px auto; column-gap: 8px; align-items: center; color: #fff; white-space: nowrap; }
.footer-hotline svg { width: 18px; color: var(--cyan-400); grid-row: 1 / span 2; }
.footer-hotline span { color: #95abc2; font-size: 12px; }
.footer-hotline b { font-size: 14px; white-space: nowrap; }
.footer-hotline:hover b { color: #8fe4f4; }
.footer-nav { display: flex; gap: 20px; font-size: 12px; }
.footer-nav a:hover, .copyright a:hover { color: #fff; }
.copyright { margin-top: 28px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-dark); font-size: 12px; }
.copyright a { color: #9cb4cc; }
.loading { padding: 35px; color: var(--muted); }
.mobile-callbar { display: none; }
.chat-launcher { position: fixed; right: 24px; bottom: 24px; z-index: 70; height: 49px; padding: 0 17px; display: flex; align-items: center; gap: 8px; color: #fff; background: var(--blue-700); border: 1px solid rgba(255, 255, 255, .28); border-radius: 4px; box-shadow: 0 12px 32px rgba(3, 24, 58, .26); font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s, opacity .2s; }
.chat-launcher:hover { background: var(--blue-600); transform: translateY(-2px); }
.chat-launcher svg { width: 19px; }
.chat-panel { position: fixed; right: 24px; bottom: 84px; z-index: 69; width: min(380px, calc(100vw - 32px)); max-height: calc(100svh - 110px); overflow-y: auto; background: #fff; border: 1px solid #cddbe8; border-radius: 6px; box-shadow: 0 24px 65px rgba(3, 24, 58, .28); }
.chat-panel[hidden] { display: none; }
.chat-panel-head { position: static; height: auto; padding: 17px 18px; display: flex; align-items: flex-start; justify-content: space-between; color: #fff; background: var(--navy-900); border: 0; box-shadow: none; }
.chat-panel-head > div { display: grid; grid-template-columns: 9px 1fr; gap: 3px 9px; align-items: center; }
.chat-status { width: 9px; height: 9px; grid-row: 1 / span 2; background: #49d2a8; border-radius: 50%; }
.chat-panel-head b { font-size: 15px; }
.chat-panel-head small { color: #adc3d8; font-size: 12px; }
.chat-close { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; color: #d8e6f3; background: transparent; border: 0; cursor: pointer; }
.chat-close:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.chat-close svg { width: 18px; }
.chat-log { max-height: 190px; min-height: 96px; padding: 16px 17px 8px; display: flex; flex-direction: column; gap: 9px; overflow-y: auto; background: var(--paper); }
.chat-message { max-width: 88%; padding: 10px 12px; color: #40566e; background: #fff; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.chat-message.visitor { align-self: flex-end; color: #fff; background: var(--blue-700); border-color: var(--blue-700); }
.chat-topics { padding: 12px 17px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; background: #fff; }
.chat-topics button { min-width: 0; min-height: 34px; padding: 5px 6px; color: #4f657c; background: #fff; border: 1px solid var(--line); border-radius: 3px; font-size: 12px; cursor: pointer; }
.chat-topics button:hover, .chat-topics button.active { color: #fff; background: var(--blue-700); border-color: var(--blue-700); }
.chat-form { padding: 14px 17px 15px; }
.chat-form label { margin-bottom: 10px; gap: 5px; font-size: 12px; }
.chat-form input, .chat-form textarea { padding: 9px 10px; font-size: 13px; line-height: 1.55; }
.chat-form textarea { min-height: 76px; }
.chat-form-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9px; }
.chat-consent { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 7px !important; color: #687c91; font-weight: 400; line-height: 1.55; }
.chat-consent input { width: 15px; height: 15px; margin: 2px 0 0; flex: 0 0 auto; }
.chat-consent a, .privacy-consent a { color: inherit; text-decoration: underline; }
.chat-honeypot { position: absolute; left: -10000px; width: 1px !important; height: 1px; opacity: 0; }
.form-trap { position: absolute; left: -10000px; width: 1px !important; height: 1px; opacity: 0; }
.privacy-consent { display: flex !important; align-items: flex-start; gap: 9px !important; font-weight: 400 !important; line-height: 1.6; }
.privacy-consent input { width: 17px !important; height: 17px; margin-top: 3px; flex: 0 0 auto; }
.legal-page { background: #f5f8fb; color: #153047; }
.legal-header { position: static; background: #fff; border-bottom: 1px solid #dfe7ee; }
.legal-header .container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header > .container > a:last-child { color: #087f8c; font-weight: 700; }
.legal-content { max-width: 860px; padding-top: 72px; padding-bottom: 88px; }
.legal-kicker { color: #087f8c; font-size: 13px; font-weight: 800; letter-spacing: 0; }
.legal-content h1 { margin: 8px 0 6px; font-size: clamp(34px, 5vw, 52px); letter-spacing: 0; }
.legal-updated { color: #6a7c8d; }
.legal-content h2 { margin: 38px 0 10px; font-size: 22px; letter-spacing: 0; }
.legal-content p { color: #52697c; font-size: 16px; line-height: 1.9; }
.legal-content a:not(.btn) { color: #087f8c; text-decoration: underline; }
.legal-back { margin-top: 34px; }
.chat-error { min-height: 18px; margin: -2px 0 7px; color: #b42318; font-size: 12px; line-height: 1.5; }
.chat-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chat-actions > :only-child { grid-column: 1 / -1; }
.chat-submit, .chat-wecom { min-height: 41px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 3px; font-size: 12px; font-weight: 800; cursor: pointer; }
.chat-submit { color: #fff; background: var(--blue-700); border: 0; }
.chat-submit:hover { background: var(--blue-600); }
.chat-submit:disabled { opacity: .65; cursor: wait; }
.chat-wecom { color: #08775f; background: #e8f7f1; border: 1px solid #b9e5d7; }
.chat-actions svg { width: 15px; }
.chat-panel > footer { padding: 10px 17px; color: #657b91; background: var(--paper-blue); border-top: 1px solid var(--line); font-size: 12px; text-align: center; }
.chat-panel > footer a { margin-left: 5px; color: var(--blue-700); font-size: 13px; font-weight: 800; }
.cta-actions { display: flex; align-items: center; gap: 24px; }
.cta-hotline { display: grid; grid-template-columns: 19px auto; column-gap: 8px; align-items: center; }
.cta-hotline svg { width: 18px; color: var(--cyan-400); grid-row: 1 / span 2; }
.cta-hotline span { color: #9fb9d1; font-size: 12px; }
.cta-hotline b { color: #fff; font-size: 14px; }

@media (max-width: 1040px) {
  .topbar .container { grid-template-columns: minmax(0, 1fr) auto; }
  .topbar-values { display: none; }
  .nav-wrap { gap: 20px; }
  .nav-wrap nav { gap: 18px; }
  .nav-cta { display: none; }
  .standard-row { grid-template-columns: 140px 1fr 170px 90px 24px; gap: 16px; }
  .footer-main { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px 24px; }
  .footer-main > p { margin: 0; text-align: right; }
  .footer-nav { grid-column: 2 / -1; justify-content: flex-end; }
}

@media (max-width: 900px) {
  body { padding-bottom: 56px; }
  .container { width: min(var(--max), calc(100% - 32px)); }
  .topbar { display: none; }
  header { height: 66px; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-wrap nav { display: none; }
  .menu-btn { margin-left: auto; display: grid; place-items: center; }
  .nav-wrap.open nav { position: absolute; top: 66px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 18px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(4, 28, 67, .14); }
  .nav-wrap.open nav a { padding: 12px 0; }
  .nav-wrap.open nav a::after { display: none; }
  .hero { height: auto; min-height: 650px; max-height: none; }
  .hero-content { padding-top: 75px; padding-bottom: 50px; }
  .hero h1 { font-size: 42px; }
  .quick-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .quick-title { display: none; }
  .quick a { padding: 12px 2px; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .quick a:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 17px; }
  .section-head h2, .about-copy h2 { font-size: 30px; }
  .cra-focus-grid { grid-template-columns: 1fr; gap: 24px 32px; }
  .cra-steps { grid-template-columns: repeat(2, 1fr); }
  .cra-deliverables { grid-template-columns: repeat(2, 1fr); }
  .cra-deliverables > b { grid-column: 1 / -1; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .accreditation-status { grid-template-columns: repeat(3, 1fr); }
  .accreditation-status > p { max-width: none; grid-column: 1 / -1; }
  .wireless-band-inner { grid-template-columns: 1fr; }
  .wireless-tech-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .equipment-card, .equipment-card:nth-child(1), .equipment-card:nth-child(2) { min-height: 330px; grid-column: auto; }
  .equipment-card:last-child { grid-column: 1 / -1; }
  .standard-row { grid-template-columns: 115px 1fr 26px; }
  .standard-row .scope, .standard-row .tag { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cases-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { height: 390px; }
  .about-label { right: 0; }
  .location-panel { grid-template-columns: 1fr; }
  .location-info { padding: 34px 28px; }
  .location-map, .location-map iframe { min-height: 340px; }
  .footer-main { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-main > p { margin: 0; }
  .mobile-callbar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; height: 56px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--blue-700); border-top: 1px solid rgba(255,255,255,.2); box-shadow: 0 -8px 24px rgba(3,20,47,.2); }
  .mobile-callbar svg { width: 18px; }
  .mobile-callbar span { font-size: 12px; }
  .mobile-callbar b { font-size: 15px; }
  .chat-launcher { right: 14px; bottom: 70px; width: 48px; height: 48px; padding: 0; justify-content: center; }
  .chat-launcher span { display: none; }
  .chat-launcher svg { width: 20px; height: 20px; }
  .chat-launcher.active { opacity: 0; pointer-events: none; }
  .chat-panel { right: 12px; bottom: 68px; width: calc(100vw - 24px); max-height: calc(100svh - 84px); }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  .brand b { font-size: 16px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 62px; }
  .hero h1 { font-size: 36px; }
  .hero-content > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-hotline { width: 100%; justify-content: center; }
  .hero-metrics { grid-template-columns: 1fr 1fr; gap: 18px 0; margin-top: 37px; }
  .hero-metrics div { padding: 0; border-right: 0; }
  .section { padding: 58px 0; }
  .section-head h2, .about-copy h2 { font-size: 27px; }
  .cra-focus { padding: 46px 0 28px; }
  .cra-focus-intro h2 { font-size: 27px; }
  .cra-deadlines > div { grid-template-columns: 1fr; }
  .cra-deadlines time { grid-row: auto; }
  .cra-steps { grid-template-columns: 1fr; }
  .cra-deliverables { grid-template-columns: 1fr; }
  .cra-deliverables > b { grid-column: 1; }
  .services-grid, .pathway-grid, .process-grid, .cases-grid, .news-grid { grid-template-columns: 1fr; }
  .accreditation-status { margin-top: -5px; grid-template-columns: 1fr; }
  .accreditation-status > p { grid-column: 1; }
  .service-card { min-height: 200px; }
  .wireless-tech-grid { grid-template-columns: 1fr; }
  .wireless-tech-grid > div { min-height: auto; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-card, .equipment-card:nth-child(1), .equipment-card:nth-child(2), .equipment-card:last-child { min-height: 330px; grid-column: 1; }
  .equipment-card:nth-child(-n+2) .equipment-copy, .equipment-copy { padding: 21px; }
  .equipment-card:nth-child(-n+2) h3 { font-size: 20px; }
  .standard-row { grid-template-columns: 1fr 24px; padding: 19px 5px; }
  .standard-row .code { grid-column: 1; font-size: 16px; }
  .standard-row > div:nth-child(2) { grid-column: 1; }
  .standard-row > svg { grid-column: 2; grid-row: 1 / span 2; }
  .about-visual { height: 310px; }
  .about-visual::after { display: none; }
  .location-panel { width: 100%; margin-top: 40px; }
  .location-info { padding: 30px 22px; }
  .location-map, .location-map iframe { min-height: 300px; }
  .map-caption { right: 12px; bottom: 12px; left: 12px; }
  .job-card { padding: 24px 20px; }
  .job-details { grid-template-columns: 1fr; gap: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  #inquiry-form { padding: 23px 19px; }
  .contact h2 { font-size: 30px; }
  .footer-nav { flex-wrap: wrap; }
  .copyright { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .chat-panel-head { padding: 15px; }
  .chat-log { padding-right: 14px; padding-left: 14px; }
  .chat-topics, .chat-form { padding-right: 14px; padding-left: 14px; }
  .chat-form-row { grid-template-columns: 1fr; gap: 0; }
  .cta-hotline { align-self: flex-start; }
}
