.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-hero {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(103deg, #eff7ff 0%, #e2f0ff 50%, #cde5ff 100%);
}

.page-hero::after {
  position: absolute;
  right: -5%;
  bottom: -105px;
  left: -5%;
  height: 165px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  box-shadow: 0 -6px 35px rgba(67,137,223,.08);
  content: "";
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(33,108,205,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(33,108,205,.09) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(90deg, transparent 8%, #000 68%, transparent);
  mask-image: linear-gradient(90deg, transparent 8%, #000 68%, transparent);
}

.page-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
}

.orb-a { top: -125px; right: 12%; width: 360px; height: 360px; box-shadow: 0 0 0 28px rgba(255,255,255,.08); }
.orb-b { right: 43%; bottom: -90px; width: 185px; height: 185px; }

.page-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.page-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

.page-eyebrow::before {
  display: inline-block;
  width: 23px;
  height: 2px;
  margin: 0 9px 4px 0;
  background: currentColor;
  content: "";
}

.page-hero h1 {
  font-size: clamp(35px, 3.5vw, 48px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 16px;
  color: #667a96;
  font-size: 14px;
}

.breadcrumb a { transition: color .2s ease; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { color: #8fa1b7; font-size: 20px; }
.breadcrumb strong { color: #344a68; font-weight: 500; }

.inner-section {
  padding: 32px 0 54px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.page-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 28px rgba(31,70,119,.055);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.page-card:hover {
  border-color: #c8dcf7;
  box-shadow: 0 15px 35px rgba(31,78,142,.1);
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.heading-mark {
  width: 4px;
  height: 23px;
  flex: 0 0 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1487ff, #0758e2);
}

.card-heading > div { display: flex; flex-direction: column; line-height: 1.2; }
.card-heading small { color: #7c91ac; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.card-heading h2 { margin-top: 3px; font-size: 20px; }

/* About */
.about-skyline {
  position: relative;
  width: 480px;
  height: 205px;
  align-self: flex-end;
  opacity: .82;
}

.about-skyline::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 440px;
  height: 95px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(135deg, rgba(116,174,231,.22), rgba(255,255,255,.7));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
  content: "";
  clip-path: polygon(0 65%, 8% 65%, 8% 48%, 16% 48%, 16% 58%, 25% 58%, 25% 26%, 34% 26%, 34% 54%, 43% 54%, 43% 9%, 58% 9%, 58% 45%, 67% 45%, 67% 19%, 81% 19%, 81% 53%, 91% 53%, 91% 34%, 100% 34%, 100% 100%, 0 100%);
}

.about-skyline::after {
  position: absolute;
  right: 55px;
  bottom: 37px;
  width: 320px;
  height: 115px;
  background: repeating-linear-gradient(90deg, transparent 0 24px, rgba(13,98,210,.12) 25px 27px), repeating-linear-gradient(0deg, transparent 0 22px, rgba(13,98,210,.11) 23px 25px);
  content: "";
  clip-path: polygon(0 42%, 17% 42%, 17% 16%, 41% 16%, 41% 31%, 65% 31%, 65% 0, 100% 0, 100% 100%, 0 100%);
}

.about-skyline i {
  position: absolute;
  border: 1px solid rgba(36,122,235,.22);
  transform: rotate(30deg);
}

.about-skyline i:nth-child(1) { top: 30px; left: 60px; width: 50px; height: 50px; }
.about-skyline i:nth-child(2) { top: 10px; right: 90px; width: 36px; height: 36px; }
.about-skyline i:nth-child(3) { top: 64px; right: 8px; width: 44px; height: 44px; }
.about-skyline i:nth-child(4) { top: 96px; left: 174px; width: 24px; height: 24px; }
.about-skyline b { position: absolute; z-index: 2; right: 125px; bottom: 122px; color: rgba(7,99,227,.54); font-size: 15px; }

.about-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
}

.about-layout > .page-card { padding: 24px; }
.company-overview { position: relative; min-height: 320px; overflow: hidden; }
.overview-copy { position: relative; z-index: 2; max-width: 520px; }
.overview-copy h3 { margin-bottom: 13px; color: #143b73; font-size: 18px; }
.overview-copy p { margin-bottom: 11px; color: #536883; font-size: 13px; line-height: 1.95; }
.overview-illustration { position: absolute; right: -20px; bottom: -4px; width: 285px; height: 130px; opacity: .6; }
.overview-illustration::after { position: absolute; right: 0; bottom: 0; width: 270px; height: 70px; background: linear-gradient(135deg, #dcecff, #f4f9ff); content: ""; clip-path: polygon(0 72%, 15% 72%, 15% 38%, 26% 38%, 26% 60%, 41% 60%, 41% 4%, 57% 4%, 57% 36%, 69% 36%, 69% 0, 84% 0, 84% 55%, 100% 55%, 100% 100%, 0 100%); }
.overview-illustration i { position: absolute; z-index: 2; bottom: 15px; width: 30px; height: 38px; background: repeating-linear-gradient(0deg, rgba(53,134,232,.25) 0 3px, transparent 3px 9px); }.overview-illustration i:nth-child(2) { left: 110px; }.overview-illustration i:nth-child(3) { left: 170px; height: 72px; }.overview-illustration i:nth-child(4) { left: 222px; height: 90px; }.overview-illustration b { position: absolute; z-index: 3; right: 39px; bottom: 79px; color: #2f8af0; font-size: 10px; }

.company-facts { min-height: 320px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid > div { min-width: 0; padding: 11px 14px; border-right: 1px solid #e7edf6; border-bottom: 1px solid #e7edf6; }
.facts-grid > div:nth-child(4n) { border-right: 0; }
.facts-grid .wide { grid-column: span 2; border-bottom: 0; }
.facts-grid dt { display: flex; align-items: center; gap: 7px; color: #60728b; font-size: 10px; }
.facts-grid dt i { display: grid; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 8px; color: var(--primary); background: #eaf3ff; font-size: 8px; font-style: normal; font-weight: 800; place-items: center; }
.facts-grid dd { margin: 3px 0 0 32px; overflow-wrap: anywhere; color: #142944; font-size: 12px; font-weight: 700; }

.scope-card, .compliance-card { min-height: 282px; }
.scope-primary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.scope-primary > div { display: flex; min-height: 70px; align-items: center; gap: 9px; padding: 11px; border: 1px solid #dce8f7; border-radius: 10px; background: #f9fbfe; }
.scope-primary > div > span { display: grid; width: 31px; height: 31px; flex: 0 0 31px; border-radius: 9px; color: var(--primary); background: #e7f2ff; font-size: 12px; font-weight: 800; place-items: center; }
.scope-primary strong { display: flex; flex-direction: column; font-size: 11px; line-height: 1.5; }.scope-primary strong small { color: #7a8ca3; font-size: 8px; font-weight: 400; }
.scope-tech { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }.scope-tech span { padding: 5px 11px; border-radius: 14px; color: #2a67ae; background: #edf5ff; font-size: 10px; }
.scope-note { margin-top: 13px; color: #8392a6; font-size: 9px; }

.inline-heading > p { margin-left: auto; color: #667b96; font-size: 11px; }.inline-heading > p strong { margin: 0 3px; color: var(--primary); font-size: 17px; }
.permit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.permit { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid #c8e6d4; border-radius: 10px; background: linear-gradient(135deg, #f2fbf5, #f7fffb); }
.permit-icon { display: grid; width: 38px; height: 44px; flex: 0 0 38px; border: 2px solid #119b5d; border-radius: 6px; color: #119b5d; font-size: 11px; font-weight: 800; place-items: center; }
.permit h3 { color: #14814f; font-size: 12px; }.permit p { margin-top: 3px; overflow-wrap: anywhere; color: #405a51; font-size: 9px; }.permit small { color: #6c857b; font-size: 8px; }
.permit.green { border-color: #bfe7d0; }.permit-note { display: flex; gap: 8px; margin-top: 13px; color: #6e7f95; font-size: 9px; }.permit-note span { color: var(--primary); }
.address-card, .simple-contact { min-height: 160px; }
.address-list { display: grid; gap: 12px; }.address-list > div { display: flex; align-items: center; gap: 11px; }.address-list i, .simple-contact-grid i { display: grid; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; color: var(--primary); background: #ebf4ff; font-style: normal; place-items: center; }.address-list span, .simple-contact-grid span { display: flex; flex-direction: column; }.address-list small, .simple-contact-grid small { color: #8495aa; font-size: 9px; }.address-list strong { color: #334b69; font-size: 11px; }
.simple-contact-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr auto; gap: 15px; }.simple-contact-grid > div { display: flex; align-items: center; gap: 9px; }.simple-contact-grid strong { color: #405673; font-size: 11px; }.simple-contact-grid .button { height: 40px; padding: 0 16px; font-size: 11px; }

/* News */
.news-wave { position: relative; width: 520px; height: 170px; }
.news-wave::before, .news-wave::after { position: absolute; right: 0; left: 0; border-top: 2px solid rgba(255,255,255,.7); border-radius: 50%; content: ""; }.news-wave::before { top: 56px; height: 80px; transform: rotate(-6deg); }.news-wave::after { top: 82px; height: 70px; transform: rotate(3deg); }
.news-wave span { position: absolute; top: 55px; right: 140px; width: 78px; height: 78px; border: 2px solid rgba(255,255,255,.72); transform: rotate(30deg); }.news-wave span::after { position: absolute; inset: 17px; border: 2px solid rgba(42,126,232,.28); content: ""; }
.news-wave i { position: absolute; bottom: 20px; width: 18px; border-radius: 4px 4px 0 0; background: rgba(39,126,234,.2); }.news-wave i:nth-child(2) { left: 120px; height: 30px; }.news-wave i:nth-child(3) { left: 145px; height: 50px; }.news-wave i:nth-child(4) { left: 170px; height: 75px; }.news-wave b { position: absolute; right: 20px; bottom: 18px; width: 160px; height: 45px; background: linear-gradient(150deg, transparent 40%, rgba(31,118,232,.28) 41% 44%, transparent 45% 52%, rgba(31,118,232,.22) 53% 56%, transparent 57%); }
.news-page-section { padding-top: 30px; }
.news-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.category-tabs { display: inline-flex; border: 1px solid #dbe5f2; border-radius: 9px; overflow: hidden; background: #fff; }.category-tabs button, .category-tabs a { display: grid; min-width: 135px; height: 43px; padding: 0 12px; border-right: 1px solid #e1e8f1; color: #354c69; background: #fff; font-size: 13px; font-weight: 700; place-items: center; transition: color .2s ease, background .2s ease; }.category-tabs button:last-child, .category-tabs a:last-child { border-right: 0; }.category-tabs button:hover, .category-tabs a:hover { color: var(--primary); background: #f4f8ff; }.category-tabs button.is-active, .category-tabs a.is-active { color: #fff; background: linear-gradient(135deg, #0874f8, #0858dc); }
.search-form { display: flex; width: 310px; height: 43px; overflow: hidden; border: 1px solid #dbe5f2; border-radius: 9px; background: #fff; }.search-form input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: 0; color: #263c59; background: transparent; font-size: 12px; }.search-form input::placeholder { color: #93a2b6; }.search-form button { width: 45px; color: #4a6d9d; background: transparent; font-size: 22px; }
.news-page-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1fr) 305px; gap: 20px; }
.featured-news { display: grid; grid-template-columns: 42% 58%; padding: 12px; }
.featured-image { position: relative; min-height: 240px; overflow: hidden; border-radius: 10px; background: #0b57bb; }.featured-image img { width: 100%; height: 100%; object-fit: cover; }.featured-image > span { position: absolute; top: 15px; right: 15px; padding: 4px 10px; border-radius: 4px; color: #fff; background: var(--primary); font-size: 10px; font-weight: 700; }
.featured-copy { display: flex; justify-content: center; flex-direction: column; padding: 18px 22px; }.news-meta { display: flex; align-items: center; gap: 10px; color: #778ba5; font-size: 10px; }.news-meta > span { padding: 3px 8px; border-radius: 4px; color: var(--primary); background: #e9f3ff; font-weight: 700; }.featured-copy h2 { margin: 11px 0; font-size: 21px; line-height: 1.55; }.featured-copy h2 a, .article-card h3 a { transition: color .2s ease; }.featured-copy h2 a:hover, .article-card h3 a:hover { color: var(--primary); }.featured-copy > p { color: #5e718b; font-size: 12px; line-height: 1.8; }
.read-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 15px; color: var(--primary); font-size: 10px; font-weight: 700; }.read-link span { transition: transform .2s ease; }.read-link:hover span { transform: translateX(3px); }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.article-card { display: grid; min-height: 168px; grid-template-columns: 39% 61%; padding: 10px; }.article-thumb { overflow: hidden; border-radius: 8px; background: #dbeeff; }.article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.article-card:hover .article-thumb img { transform: scale(1.045); }.article-card > div { padding: 2px 8px 2px 13px; }.article-card time { color: #7d90a9; font-size: 9px; }.article-card h3 { margin: 5px 0; font-size: 13px; line-height: 1.55; }.article-card p { display: -webkit-box; overflow: hidden; color: #667990; font-size: 9px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.article-card .read-link { margin-top: 7px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 22px; }.pagination a, .pagination span { display: grid; min-width: 31px; height: 31px; padding: 0 6px; border: 1px solid #dfe7f2; border-radius: 6px; color: #526780; background: #fff; font-size: 11px; place-items: center; }.pagination a:hover, .pagination a.active { color: #fff; border-color: var(--primary); background: var(--primary); }.pagination .disabled { color: #aab6c6; pointer-events: none; }
.news-empty { margin-top: 14px; padding: 42px 20px; color: #70839b; text-align: center; }
.news-sidebar { display: grid; gap: 13px; }.sidebar-card { padding: 19px; }.sidebar-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }.sidebar-heading h2 { font-size: 17px; }.sidebar-heading > span { color: #b3c3d8; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.hot-list { display: grid; gap: 10px; }.hot-list li { display: grid; align-items: start; grid-template-columns: 22px 1fr; gap: 8px; }.hot-list i { display: grid; width: 22px; height: 22px; border-radius: 6px; color: #fff; background: #6caaff; font-size: 9px; font-style: normal; font-weight: 700; place-items: center; }.hot-list li:first-child i { background: var(--primary); }.hot-list a { display: -webkit-box; overflow: hidden; color: #415673; font-size: 10px; line-height: 1.6; transition: color .2s ease; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.hot-list a:hover { color: var(--primary); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }.tag-cloud a { padding: 5px 9px; border: 1px solid #dce8f6; border-radius: 5px; color: #3269ac; background: #f9fbff; font-size: 9px; transition: color .2s ease, background .2s ease, border-color .2s ease; }.tag-cloud a:hover { color: #fff; border-color: var(--primary); background: var(--primary); }
.subscribe-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #fafdff, #edf5ff); }.subscribe-card::after { position: absolute; right: -28px; bottom: -38px; color: rgba(31,114,229,.07); content: "✉"; font-size: 105px; }.mail-icon { display: grid; width: 38px; height: 38px; margin-bottom: 11px; border-radius: 11px; color: var(--primary); background: #e4f0ff; place-items: center; }.subscribe-card p { position: relative; z-index: 1; color: #60738d; font-size: 10px; }.subscribe-form { position: relative; z-index: 1; display: flex; gap: 7px; margin-top: 13px; }.subscribe-form input { min-width: 0; height: 39px; flex: 1; padding: 0 10px; border: 1px solid #dce5f1; border-radius: 7px; outline: 0; font-size: 10px; }.subscribe-form .button { height: 39px; padding: 0 14px; font-size: 10px; }

/* Contact */
.contact-illustration { position: relative; width: 500px; height: 185px; }.contact-illustration::before { position: absolute; right: 45px; bottom: -58px; width: 330px; height: 220px; border: 24px solid rgba(255,255,255,.48); border-bottom: 0; border-radius: 170px 170px 0 0; transform: rotate(-6deg); content: ""; box-shadow: inset 0 0 0 18px rgba(34,123,236,.1); }.contact-illustration::after { position: absolute; right: 80px; bottom: -2px; width: 130px; height: 130px; border: 18px solid rgba(22,91,190,.42); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 7px rgba(255,255,255,.35); }.contact-illustration span, .contact-illustration i, .contact-illustration b { position: absolute; z-index: 2; display: grid; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.75); color: rgba(42,122,224,.52); background: rgba(255,255,255,.25); font-style: normal; place-items: center; transform: rotate(30deg); }.contact-illustration span { top: 35px; left: 80px; }.contact-illustration i { top: 6px; right: 22px; }.contact-illustration b { right: 0; bottom: 25px; }.contact-illustration em { position: absolute; top: 18px; right: 150px; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: -65px 47px 0 #fff, 81px 61px 0 #fff, -152px 97px 0 rgba(255,255,255,.8); }
.contact-page-section { padding-top: 24px; }
.contact-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.contact-summary { display: flex; min-height: 134px; align-items: center; gap: 15px; padding: 18px; }.contact-summary > i { display: grid; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; color: var(--primary); background: #edf5ff; font-size: 19px; font-style: normal; place-items: center; }.contact-summary > div { min-width: 0; }.contact-summary small { color: #8a9bb0; font-size: 7px; font-weight: 700; letter-spacing: .1em; }.contact-summary h2 { font-size: 16px; }.contact-summary p { margin-top: 5px; color: #4b617e; font-size: 10px; line-height: 1.7; }
.contact-main-grid { display: grid; align-items: stretch; grid-template-columns: .88fr 1.08fr .94fr; gap: 14px; margin-top: 14px; }.contact-main-grid > .page-card, .contact-side-stack > .page-card { padding: 20px; }
.business-info dl { border-top: 1px solid #e4ebf4; }.business-info dl > div { display: grid; grid-template-columns: 37% 63%; border-bottom: 1px solid #e4ebf4; font-size: 10px; }.business-info dt, .business-info dd { padding: 10px 12px; }.business-info dt { color: #334b69; background: #f5f8fc; font-weight: 700; }.business-info dd { margin: 0; overflow-wrap: anywhere; color: #425975; }
.map-card { min-width: 0; }.map-placeholder { position: relative; height: 286px; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, #e9f4eb, #edf4fa 46%, #e3edf7); }.map-placeholder::before { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(30deg, transparent 47%, rgba(144,174,198,.34) 48% 51%, transparent 52%), linear-gradient(120deg, transparent 47%, rgba(144,174,198,.26) 48% 51%, transparent 52%); background-size: 82px 70px; content: ""; }.map-road { position: absolute; z-index: 1; height: 13px; border: 3px solid #fff; border-right: 0; border-left: 0; background: #d5dde6; transform-origin: left center; }.road-a { top: 44px; left: -35px; width: 450px; transform: rotate(23deg); }.road-b { top: 160px; left: -45px; width: 520px; transform: rotate(-17deg); }.road-c { top: 230px; left: 70px; width: 360px; transform: rotate(-62deg); }.map-river { position: absolute; z-index: 0; top: -35px; right: 34px; width: 62px; height: 390px; border-radius: 50%; background: #bce3f3; transform: rotate(22deg); }.map-block { position: absolute; z-index: 1; border-radius: 5px; background: rgba(188,219,184,.78); }.b1 { top: 21px; left: 28px; width: 90px; height: 50px; }.b2 { top: 88px; left: 180px; width: 76px; height: 55px; }.b3 { right: 30px; bottom: 27px; width: 100px; height: 63px; }.b4 { bottom: 25px; left: 25px; width: 82px; height: 65px; }.b5 { top: 18px; right: 38px; width: 73px; height: 50px; }.map-pin { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 9px; background: rgba(255,255,255,.93); box-shadow: 0 8px 25px rgba(41,77,116,.18); transform: translate(-50%,-50%); }.map-pin > i { display: grid; width: 37px; height: 37px; flex: 0 0 37px; border-radius: 50% 50% 50% 0; color: #fff; background: var(--primary); font-style: normal; place-items: center; transform: rotate(-45deg); }.map-pin > i::first-letter { transform: rotate(45deg); }.map-pin > span { color: #637891; font-size: 7px; line-height: 1.5; white-space: nowrap; }.map-pin strong { display: block; color: #183454; font-size: 9px; }.map-placeholder > small { position: absolute; z-index: 4; right: 8px; bottom: 6px; padding: 3px 6px; border-radius: 4px; color: #8493a5; background: rgba(255,255,255,.8); font-size: 6px; }
.contact-side-stack { display: grid; grid-template-rows: 1fr 1.2fr; gap: 14px; }.contact-side-stack.single-card { grid-template-columns: 1fr; grid-template-rows: 1fr; }.registered-card { position: relative; overflow: hidden; }.registered-card address { position: relative; z-index: 2; display: flex; gap: 10px; }.registered-card address > i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; color: var(--primary); background: #ebf4ff; font-style: normal; place-items: center; }.registered-card address p { color: #526781; font-size: 10px; }.registered-card address strong { display: block; margin-bottom: 4px; color: #193655; font-size: 11px; }.building-lines { position: absolute; right: 12px; bottom: 0; display: flex; align-items: flex-end; gap: 5px; opacity: .5; }.building-lines i { width: 33px; height: 65px; background: repeating-linear-gradient(0deg, #d4e7fd 0 4px, transparent 4px 12px), repeating-linear-gradient(90deg, #e8f3ff 0 8px, #c7e0fb 8px 11px); }.building-lines i:nth-child(2) { height: 90px; }.building-lines i:nth-child(3) { height: 48px; }
.wechat-body { display: flex; align-items: center; justify-content: center; gap: 18px; }.qr-placeholder.large { width: 92px; height: 92px; flex: 0 0 92px; }.qr-placeholder.large i { font-size: 7px; }.wechat-body p { color: #4e637e; font-size: 10px; }.wechat-body p strong { display: block; color: #183757; font-size: 13px; }.wechat-body p small { color: #8999ac; font-size: 8px; }
.contact-bottom-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 14px; margin-top: 14px; }.compliance-prompt { display: grid; min-height: 180px; align-items: center; grid-template-columns: 57px 1fr auto; gap: 17px; padding: 24px; }.shield-check { display: grid; width: 57px; height: 64px; color: var(--primary); background: #e9f3ff; font-size: 23px; font-weight: 800; place-items: center; clip-path: polygon(50% 0, 93% 17%, 88% 72%, 50% 100%, 12% 72%, 7% 17%); }.compliance-prompt small { color: #8a9bae; font-size: 8px; font-weight: 700; letter-spacing: .12em; }.compliance-prompt h2 { font-size: 18px; }.compliance-prompt p { margin-top: 7px; color: #5c7089; font-size: 11px; }.compliance-prompt .button { height: 40px; padding: 0 14px; font-size: 10px; }
.message-card { padding: 22px; }.message-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }.message-form label { display: grid; align-items: center; grid-template-columns: 72px 1fr; color: #2b4362; font-size: 10px; font-weight: 700; }.message-form label > span { white-space: nowrap; }.message-form em { color: #ef5350; font-style: normal; }.message-form input, .message-form textarea { width: 100%; border: 1px solid #dce5f0; border-radius: 7px; outline: 0; color: #293e5a; background: #fbfdff; font: inherit; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }.message-form input { height: 40px; padding: 0 11px; }.message-form textarea { min-height: 85px; padding: 10px 11px; resize: vertical; }.message-form input:focus, .message-form textarea:focus { border-color: #7fb4f8; box-shadow: 0 0 0 3px rgba(22,108,239,.09); }.message-form input::placeholder, .message-form textarea::placeholder { color: #a0adbd; }.message-textarea { align-items: start !important; }.message-textarea > span { padding-top: 9px; }.message-form .button { height: 41px; grid-column: 1 / -1; margin-left: 72px; font-size: 11px; }.message-form .button:disabled { cursor: wait; opacity: .72; }.message-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.page-toast { position: fixed; z-index: 1500; right: 24px; bottom: 24px; max-width: min(360px, calc(100% - 30px)); padding: 12px 18px; border: 1px solid #cfe2fb; border-radius: 10px; color: #22518b; background: rgba(255,255,255,.96); box-shadow: 0 14px 36px rgba(24,67,124,.18); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }.page-toast.is-show { opacity: 1; transform: translateY(0); }

@media (max-width: 1199px) {
  .about-skyline, .news-wave, .contact-illustration { width: 400px; transform: scale(.9); transform-origin: right center; }
  .about-layout { grid-template-columns: 1fr; }
  .company-overview, .company-facts { min-height: auto; }
  .scope-card, .compliance-card { min-height: auto; }
  .news-page-layout { grid-template-columns: minmax(0, 1fr) 280px; }
  .featured-copy h2 { font-size: 18px; }
  .article-card { grid-template-columns: 37% 63%; }
  .contact-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-main-grid { grid-template-columns: 1fr 1.1fr; }
  .contact-side-stack { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 1023px) {
  .page-hero { height: 225px; }
  .about-skyline, .news-wave, .contact-illustration { width: 340px; transform: scale(.76); }
  .news-page-layout { grid-template-columns: 1fr; }
  .news-sidebar { grid-template-columns: repeat(3, 1fr); }
  .subscribe-form { display: block; }.subscribe-form .button { width: 100%; margin-top: 7px; }
  .contact-main-grid { grid-template-columns: 1fr 1fr; }
  .contact-bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .page-hero { height: 210px; }
  .page-hero-inner { display: block; padding-top: 41px; }
  .page-hero h1 { font-size: 34px; }
  .page-eyebrow { font-size: 9px; }
  .breadcrumb { margin-top: 11px; font-size: 12px; }
  .about-skyline, .news-wave, .contact-illustration { position: absolute; right: -150px; bottom: -25px; width: 350px; opacity: .58; transform: scale(.72); }
  .inner-section { padding: 22px 0 42px; }
  .about-layout { gap: 12px; }
  .about-layout > .page-card { padding: 19px; }
  .company-overview { padding-bottom: 120px !important; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid > div:nth-child(4n) { border-right: 1px solid #e7edf6; }
  .facts-grid > div:nth-child(2n) { border-right: 0; }
  .facts-grid .wide { grid-column: span 2; }
  .scope-primary { grid-template-columns: repeat(2, 1fr); }
  .permit-grid { grid-template-columns: 1fr; }
  .simple-contact-grid { grid-template-columns: 1fr 1fr; }.simple-contact-grid .button { grid-column: 1 / -1; }
  .news-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
  .category-tabs { width: 100%; }.category-tabs button, .category-tabs a { min-width: 0; flex: 1; padding: 0 6px; font-size: 11px; }
  .search-form { width: 100%; }
  .featured-news { grid-template-columns: 1fr; }.featured-image { min-height: 220px; }.featured-copy { padding: 20px 8px 12px; }.featured-copy h2 { font-size: 19px; }
  .article-grid { grid-template-columns: 1fr; }.article-card { min-height: 165px; }
  .news-sidebar { grid-template-columns: 1fr; }
  .contact-summary-grid { grid-template-columns: 1fr; gap: 10px; }.contact-summary { min-height: 116px; }
  .contact-main-grid { grid-template-columns: 1fr; }.contact-side-stack { grid-column: auto; grid-template-columns: 1fr; }
  .map-placeholder { height: 310px; }
  .contact-bottom-grid { gap: 10px; }
  .compliance-prompt { grid-template-columns: 50px 1fr; padding: 20px; }.compliance-prompt .button { grid-column: 1 / -1; }
  .message-form { grid-template-columns: 1fr; }.message-form .button { margin-left: 72px; }
}

@media (max-width: 479px) {
  .page-hero h1 { font-size: 31px; }
  .company-overview { padding-bottom: 100px !important; }
  .overview-copy p { font-size: 12px; }
  .facts-grid { grid-template-columns: 1fr; }.facts-grid > div, .facts-grid > div:nth-child(2n), .facts-grid > div:nth-child(4n) { border-right: 0; }.facts-grid .wide { grid-column: auto; }.facts-grid > div:last-child { border-bottom: 0; }
  .scope-primary { grid-template-columns: 1fr; }.scope-primary > div { min-height: 58px; }
  .inline-heading { align-items: flex-start; flex-wrap: wrap; }.inline-heading > p { width: 100%; margin-left: 15px; }
  .address-list strong { font-size: 10px; }
  .simple-contact-grid { grid-template-columns: 1fr; }.simple-contact-grid .button { grid-column: auto; }
  .featured-image { min-height: 190px; }
  .article-card { display: block; }.article-thumb { display: block; height: 165px; }.article-card > div { padding: 12px 3px 3px; }.article-card h3 { font-size: 14px; }
  .pagination { gap: 4px; }.pagination a, .pagination span { min-width: 28px; height: 29px; }
  .contact-summary { align-items: flex-start; }.contact-summary > i { width: 44px; height: 44px; flex-basis: 44px; }
  .contact-main-grid > .page-card, .contact-side-stack > .page-card { padding: 18px; }
  .map-pin { max-width: 86%; }.map-pin > span { white-space: normal; }
  .wechat-body { align-items: flex-start; }
  .compliance-prompt { display: block; }.compliance-prompt .shield-check { margin-bottom: 13px; }.compliance-prompt .button { width: 100%; margin-top: 15px; }
  .message-form label { display: block; }.message-form label > span { display: block; margin-bottom: 5px; }.message-textarea > span { padding-top: 0; }.message-form .button { margin-left: 0; }
  .page-toast { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-toast { transition: none; }
}
