:root {
  --blue: #0d5fa6;
  --deep: #07335d;
  --gold: #f8bf2c;
  --ink: #162233;
  --muted: #66758a;
  --line: #dce7f4;
  --soft: #eef7ff;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 46px; border-bottom: 1px solid var(--line); background: #fff; position: sticky; top: 0; z-index: 20; }
.brand { display: flex; gap: 12px; align-items: center; min-width: 280px; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0 19%, #5eb3df 20% 37%, #0d5fa6 38% 100%); color: #fff; display: grid; place-items: center; font-weight: 800; }
.brand strong { display: block; font-size: 19px; }
.brand small { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.nav { display: flex; gap: 34px; font-size: 14px; font-weight: 700; }
.header-cta, .btn { background: var(--gold); color: #111; border-radius: 6px; padding: 12px 22px; font-weight: 800; box-shadow: 0 8px 20px rgba(11, 72, 126, .16); display: inline-flex; align-items: center; justify-content: center; }
.header-cta { background: var(--blue); color: #fff; padding: 10px 16px; font-size: 13px; }
.btn.secondary { background: var(--blue); color: #fff; }
.btn.small { padding: 9px 16px; font-size: 13px; background: var(--blue); color: #fff; }
.notice { text-align: center; background: #f3f8fe; color: #29445f; font-size: 13px; padding: 8px 12px; }
.hero { min-height: 420px; background: linear-gradient(120deg, #0b335c, #0d5fa6); position: relative; display: flex; align-items: center; overflow: hidden; }
.listing-hero { min-height: 0; height: clamp(420px, 41.65vw, 700px); background: url('assets/electronic-information-banner.png') left center / cover no-repeat; }
.listing-hero:after { content: none; }
.detail-hero { background-image: linear-gradient(90deg, rgba(5,42,75,.88), rgba(13,95,166,.35)), var(--hero-image); background-size: cover; background-position: center; }
.hero-shade { position: relative; z-index: 1; max-width: 980px; padding: 72px 9vw; color: #fff; }
.banner-actions-only { width: 100%; max-width: none; height: 100%; padding: 0 8vw 7.2%; display: flex; align-items: flex-end; }
.listing-hero .hero-actions { gap: 14px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0; font-size: 13px; font-weight: 800; color: var(--blue); margin: 0 0 10px; }
.hero .eyebrow { color: #bde3ff; }
h1 { font-size: 54px; line-height: 1.04; margin: 0 0 16px; max-width: 920px; }
.hero-copy { font-size: 21px; line-height: 1.45; max-width: 780px; margin: 0 0 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.section-head, .content-section { max-width: 1180px; margin: 0 auto; padding: 58px 24px 24px; text-align: center; }
.section-head h2, .content-section h2, .about-copy h2, .contact-band h2 { font-size: 36px; margin: 0 0 12px; text-transform: uppercase; }
.section-head p { color: var(--muted); max-width: 720px; margin: 0 auto; line-height: 1.6; }
.company-grid { max-width: 1180px; margin: 0 auto; padding: 22px 24px 70px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.company-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(20, 73, 117, .08); }
.card-image { height: 190px; background: #e8f1f8; display: block; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 18px; display: grid; gap: 12px; }
.card-body h2 { font-size: 19px; line-height: 1.25; margin: 0; min-height: 48px; }
.card-body p { margin: 0; color: var(--muted); line-height: 1.55; min-height: 96px; }
.breadcrumb { max-width: 1180px; margin: 0 auto; padding: 18px 24px; color: var(--muted); font-size: 13px; display: flex; gap: 10px; flex-wrap: wrap; }
.breadcrumb span:before, .breadcrumb strong:before { content: '>'; margin-right: 10px; color: #9aa8b8; }
.about-band { background: linear-gradient(180deg, #f2f9ff, #fff); padding: 58px 9vw; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 54px; align-items: center; }
.about-copy p:not(.eyebrow) { line-height: 1.72; color: #344256; }
.media-panel { border-radius: 8px; overflow: hidden; box-shadow: 0 18px 42px rgba(18, 75, 125, .18); border: 8px solid #fff; }
.media-panel img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.stats-row { max-width: 980px; margin: -20px auto 40px; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 2; }
.stats-row div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; text-align: center; box-shadow: 0 8px 24px rgba(20, 73, 117, .08); }
.stats-row strong { display: block; font-size: 24px; color: var(--deep); }
.stats-row span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.mini-grid, .cert-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.mini-card, .cert-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px; box-shadow: 0 10px 24px rgba(20, 73, 117, .08); }
.mini-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #f8fbff; border-radius: 6px; }
.mini-card h3 { font-size: 13px; line-height: 1.3; min-height: 34px; margin: 10px 0 0; }
.blue { max-width: none; background: var(--soft); padding-left: 9vw; padding-right: 9vw; }
.cert-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.cert-card span { display: block; margin-top: 8px; font-size: 12px; color: var(--muted); }
.empty { grid-column: 1 / -1; color: var(--muted); }
.contact-band { max-width: 1180px; margin: 0 auto; padding: 60px 24px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.contact-band p { color: var(--muted); line-height: 1.6; }
.footer { background: linear-gradient(90deg, #080b73, #003487); color: #fff; padding: 42px 24px; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer a { color: #fff; text-decoration: underline; }
.footer-brand { font-size: 25px; font-weight: 800; }
@media (max-width: 900px) {
  .site-header { height: auto; padding: 16px 20px; gap: 16px; flex-wrap: wrap; }
  .brand { min-width: 0; }
  .nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  h1 { font-size: 38px; }
  .hero-copy { font-size: 17px; }
  .company-grid, .mini-grid, .cert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-band { grid-template-columns: 1fr; padding: 42px 24px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .contact-band, .footer-inner { grid-template-columns: 1fr; display: grid; }
}
@media (max-width: 560px) {
  .company-grid, .mini-grid, .cert-grid, .stats-row { grid-template-columns: 1fr; }
  h1 { font-size: 31px; }
  .section-head h2, .content-section h2, .about-copy h2, .contact-band h2 { font-size: 28px; }
  .hero { min-height: 380px; }
  .hero-shade { padding: 52px 24px; }
  .listing-hero { height: 420px; background-size: auto 100%; background-position: left center; }
  .banner-actions-only { padding: 0 24px 28px; }
  .listing-hero .hero-actions { flex-direction: column; align-items: flex-start; }
}