@charset "UTF-8";

.index-subpage,
.contact-page {
  position: relative;
  background:
    radial-gradient(circle at 14% 10%, rgba(50, 202, 184, 0.14), transparent 24%),
    radial-gradient(circle at 86% 6%, rgba(56, 153, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #eef7ff 0%, #f8fbff 36%, #edf8f4 100%);
  color: #163b61;
}

.index-subpage::before,
.contact-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(88, 131, 188, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 131, 188, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000 40%, transparent 92%);
  pointer-events: none;
  opacity: 0.56;
  z-index: 0;
}

.index-subpage .top,
.index-subpage .layui-carousel,
.index-subpage .mainWarp,
.index-subpage .part5,
.index-subpage .footer,
.index-subpage .subpage-heading-shell,
.contact-page .page-hero,
.contact-page .subpage-heading-shell,
.contact-page .section-contact,
.contact-page .section-inquiry,
.contact-page .site-footer,
.contact-page .wechat-float,
.contact-page .back-to-top {
  position: relative;
  z-index: 1;
}

.index-subpage .clear {
  display: none;
}

.index-subpage .top,
.index-subpage .header,
.contact-page .nav-header {
  display: none;
}

.index-subpage .top {
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
}

.index-subpage .top .main,
.index-subpage .header,
.index-subpage .mainWarp,
.index-subpage .part5 .main,
.index-subpage .footer .main {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.index-subpage .top .ccsl {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(160, 216, 255, 0.16);
  box-shadow: 0 20px 46px rgba(5, 23, 46, 0.18);
  backdrop-filter: blur(14px);
  color: #e5f3ff;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.index-subpage .top #clock {
  float: none !important;
  color: #8dd7ff;
}

.index-subpage .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(104, 164, 222, 0.16);
  box-shadow: 0 20px 44px rgba(74, 134, 183, 0.12);
}

.index-subpage .logo {
  flex: 0 0 auto;
}

.index-subpage .logo img {
  display: block;
  height: 46px;
}

.index-subpage .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.index-subpage .nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.index-subpage .nav ul::-webkit-scrollbar {
  display: none;
}

.index-subpage .nav a {
  display: block;
  padding: 10px 20px;
  border-radius: 999px;
  color: #204d7a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.index-subpage .nav a:hover,
.index-subpage .nav a.active,
.index-subpage.project-page .nav li:nth-child(3) a,
.index-subpage.industry-page .nav li:nth-child(5) a {
  color: #0d7eff;
  background: rgba(13, 126, 255, 0.09);
  transform: translateY(-1px);
}

.index-subpage .layui-carousel {
  position: relative;
  height: min(82vh, 760px) !important;
  min-height: 620px;
  overflow: hidden;
}

.index-subpage .layui-carousel [carousel-item],
.index-subpage .layui-carousel [carousel-item] > div {
  height: 100%;
}

.index-subpage .layui-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42);
}

.index-subpage .layui-carousel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 20, 40, 0.84) 0%, rgba(10, 38, 74, 0.56) 52%, rgba(5, 20, 40, 0.86) 100%),
    radial-gradient(circle at 18% 18%, rgba(0, 184, 148, 0.2), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(13, 126, 255, 0.24), transparent 30%);
  z-index: 1;
}

.index-subpage .layui-carousel::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: min(1180px, calc(100% - 56px));
  padding: 42px 48px;
  border-radius: 32px;
  border: 1px solid rgba(160, 216, 255, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 30px 80px rgba(5, 23, 46, 0.34);
  backdrop-filter: blur(16px);
  color: #ffffff;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 4px;
  text-align: center;
  white-space: pre-wrap;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  z-index: 2;
}

.index-subpage .mainWarp {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  margin-top: -84px;
  padding-top: 0;
  padding-bottom: 104px;
}

.index-subpage .subpage-heading-shell,
.contact-page .subpage-heading-shell {
  padding-top: 128px;
  padding-bottom: 52px;
  background: rgba(245, 247, 250, 0.9);
  border-top: 1px solid rgba(221, 230, 239, 0.65);
  border-bottom: 1px solid rgba(228, 234, 241, 0.86);
}

.index-subpage .subpage-heading-shell .container,
.contact-page .subpage-heading-shell .container {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.index-subpage .subpage-heading,
.contact-page .subpage-heading {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.index-subpage .subpage-heading::after,
.contact-page .subpage-heading::after {
  display: none;
}

.index-subpage .subpage-heading-inner,
.contact-page .subpage-heading-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.index-subpage .subpage-kicker,
.contact-page .subpage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #1f6dbe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.index-subpage .subpage-kicker::before,
.contact-page .subpage-kicker::before {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 109, 190, 0), rgba(31, 109, 190, 0.95));
}

.index-subpage .subpage-title,
.contact-page .subpage-title {
  margin: 0;
  color: #0d2f55;
  font-family: Georgia, "Times New Roman", "STZhongsong", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.index-subpage .subpage-desc,
.contact-page .subpage-desc {
  margin: 18px 0 0;
  color: #607289;
  font-size: 18px;
  line-height: 1.9;
}

.index-subpage .subpage-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.index-subpage .subpage-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(197, 212, 228, 0.88);
  background: rgba(255, 255, 255, 0.92);
  color: #173b63;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.index-subpage .subpage-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(44, 122, 214, 0.4);
  box-shadow: 0 14px 28px rgba(89, 142, 186, 0.12);
}

.index-subpage .mainWarp.subpage-mainWarp {
  margin-top: 0;
  padding-top: 0;
}

.contact-page .subpage-heading-shell + .section-contact {
  padding-top: 56px;
}

.index-subpage .mainLeft,
.index-subpage .mainRight {
  min-width: 0;
}

.index-subpage .mainLeft {
  display: grid;
  gap: 24px;
}

.index-subpage .divbox,
.index-subpage .brandnav,
.index-subpage .piclistul li a,
.index-subpage .listul li a {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(104, 164, 222, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.9));
  box-shadow: 0 22px 54px rgba(89, 142, 186, 0.14);
}

.index-subpage .divbox::before,
.index-subpage .brandnav::before,
.index-subpage .piclistul li a::before,
.index-subpage .listul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(100, 180, 243, 0.08), transparent 34%, rgba(0, 184, 148, 0.06));
  pointer-events: none;
}

.index-subpage .titbox {
  position: relative;
  z-index: 1;
  padding: 24px 28px 0;
}

.index-subpage .titbox p,
.index-subpage .brandnav p {
  margin: 0;
  color: #133a62;
  font-weight: 700;
}

.index-subpage .titbox p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.index-subpage .titbox p::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(43, 126, 198, 0), rgba(43, 126, 198, 0.92));
}

.index-subpage #xmzd,
.index-subpage .lxwmbox {
  position: relative;
  z-index: 1;
  padding: 22px 28px 28px;
}

.index-subpage #xmzd ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-subpage #xmzd ul li {
  margin: 0;
}

.index-subpage #xmzd a,
.index-subpage #xmzd a:hover {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #204d7a;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid rgba(104, 164, 222, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.index-subpage #xmzd a:hover {
  transform: translateY(-2px);
  border-color: rgba(104, 164, 222, 0.26);
  box-shadow: 0 18px 32px rgba(74, 134, 183, 0.12);
}

.index-subpage .lxwmbox,
.index-subpage .conbox .con {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(24, 58, 94, 0.82);
}

.index-subpage .brandnav {
  padding: 28px 30px;
  margin-bottom: 24px;
}

.index-subpage .brandnav p {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.16;
  margin-bottom: 10px;
}

.index-subpage .brandnav .con {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(24, 58, 94, 0.68);
}

.index-subpage .piclistul,
.index-subpage .listul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-subpage .piclistul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.index-subpage .piclistul li {
  margin: 0;
}

.index-subpage .piclistul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.index-subpage .piclistul li a:hover,
.index-subpage .listul li a:hover {
  transform: translateY(-6px);
  border-color: rgba(104, 164, 222, 0.28);
  box-shadow: 0 28px 60px rgba(89, 142, 186, 0.2);
}

.index-subpage .piclistul img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 18px;
  box-shadow: 0 18px 36px rgba(50, 92, 129, 0.16);
}

.index-subpage .piclistul p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #133a62;
  font-size: 20px;
  line-height: 1.4;
}

.index-subpage .listul {
  display: grid;
  gap: 18px;
}

.index-subpage .listul li {
  margin: 0;
}

.index-subpage .listul li a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  text-decoration: none;
  color: #173c62;
  font-size: 16px;
  line-height: 1.8;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.index-subpage .listul li a i {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 126, 255, 0.16), rgba(0, 184, 148, 0.14));
  color: #0d7eff !important;
}

.index-subpage .pagebox {
  margin-top: 28px;
}

.index-subpage .layui-btn-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.index-subpage .layui-btn-container .layui-btn,
.index-subpage .pagebox a {
  border-radius: 999px;
  border: 1px solid rgba(104, 164, 222, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #1b4f7d;
  box-shadow: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.index-subpage .layui-btn-container .layui-btn:hover,
.index-subpage .pagebox a:hover {
  background: linear-gradient(135deg, #00b894, #0d7eff);
  color: #ffffff;
  transform: translateY(-2px);
}

.index-subpage .layui-btn-container .layui-btn.is-current,
.index-subpage .pagebox a.is-current {
  background: linear-gradient(135deg, #00b894, #0d7eff);
  border-color: transparent;
  color: #ffffff;
}

.project-hub-page .layui-carousel::after {
  white-space: pre-line;
  line-height: 1.15;
}

.project-hub-page .project-hub-shell {
  grid-template-columns: 1fr;
}

.project-hub-page .project-hub-header {
  display: grid;
  gap: 14px;
}

.project-hub-page .project-hub-main {
  min-width: 0;
}

.project-hub-page .project-hub-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-hub-page .project-hub-meta span,
.project-hub-page .project-hub-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 126, 255, 0.1);
  color: #0d5ea8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.project-hub-page .project-hub-inline-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-hub-page .project-hub-inline-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(104, 164, 222, 0.18);
  color: #1f4f80;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.project-hub-page .project-hub-inline-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 126, 255, 0.3);
  box-shadow: 0 16px 28px rgba(74, 134, 183, 0.14);
}

.project-hub-page .project-hub-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-hub-page .project-hub-grid li a {
  padding: 16px;
}

.project-hub-page .project-hub-grid img {
  height: 180px;
  margin-bottom: 14px;
}

.project-hub-page .project-hub-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.project-hub-page .project-hub-card-copy p {
  font-size: 18px;
}

.project-hub-page .project-hub-card-copy em {
  color: rgba(24, 58, 94, 0.72);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.index-subpage .part5 {
  background: linear-gradient(180deg, #071b34 0%, #08172d 100%);
  color: #dbeaff;
  overflow: hidden;
}

.index-subpage .part5 .main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  padding-top: 60px;
  padding-bottom: 42px;
}

.index-subpage .part5_1,
.index-subpage .part5_2 {
  position: relative;
  overflow: hidden;
  padding: 30px 32px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(14px);
}

.index-subpage .part5 .titbox {
  padding: 0;
  margin-bottom: 20px;
}

.index-subpage .part5 .titbox p {
  color: #ffffff;
  font-size: 16px;
}

.index-subpage .part5 .titbox p::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.index-subpage .part5_1 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-subpage .part5_1 li {
  margin: 0;
}

.index-subpage .part5_1 a {
  display: block;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(220, 236, 255, 0.82);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.index-subpage .part5_1 a:hover {
  background: rgba(88, 225, 255, 0.16);
  color: #ffffff;
  transform: translateY(-2px);
}

.index-subpage .part5_2 .conbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.index-subpage .part5_2 .con {
  color: rgba(220, 236, 255, 0.72);
}

.index-subpage .part5_2 img {
  flex-shrink: 0;
  width: 125px;
  height: 125px;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.index-subpage .footer {
  background: #07162c;
  color: rgba(220, 236, 255, 0.62);
}

.index-subpage .footer .main {
  padding-top: 18px;
  padding-bottom: 28px;
  font-size: 13px;
  line-height: 1.8;
}

.index-subpage .footer a {
  color: #58e1ff !important;
}

.contact-page #particles-canvas {
  display: none;
}

.contact-page .container {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.contact-page .nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(104, 164, 222, 0.16);
  box-shadow: 0 20px 44px rgba(74, 134, 183, 0.12);
}

.contact-page .nav-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-page .nav-logo img {
  display: block;
  height: 46px;
}

.contact-page .nav-menu {
  flex: 1;
}

.contact-page .nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  list-style: none;
}

.contact-page .nav-menu a {
  display: block;
  padding: 10px 20px;
  border-radius: 999px;
  color: #204d7a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.contact-page .nav-menu a:hover,
.contact-page .nav-menu a.active {
  color: #0d7eff;
  background: rgba(13, 126, 255, 0.09);
  transform: translateY(-1px);
}

.contact-page .nav-toggle {
  display: none;
}

.contact-page .page-hero {
  min-height: 68vh;
  padding: 170px 0 96px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.contact-page .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 20, 40, 0.82) 0%, rgba(8, 42, 82, 0.58) 54%, rgba(5, 20, 40, 0.84) 100%),
    radial-gradient(circle at 18% 18%, rgba(0, 184, 148, 0.2), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(13, 126, 255, 0.24), transparent 30%);
  z-index: -2;
}

.contact-page .page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(173, 219, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 219, 255, 0.14) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.2;
  z-index: -1;
}

.contact-page .page-hero-content {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 40px 46px;
  border-radius: 32px;
  border: 1px solid rgba(155, 211, 255, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 30px 80px rgba(5, 23, 46, 0.34);
  backdrop-filter: blur(16px);
  text-align: center;
  color: #ffffff;
}

.contact-page .page-hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: 4px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.contact-page .page-hero-content p {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.08em;
}

.contact-page .section-contact,
.contact-page .section-inquiry {
  padding: 110px 0;
}

.contact-page .section-header {
  margin-bottom: 40px;
}

.contact-page .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #2b7ec6;
}

.contact-page .section-tag::before {
  content: '';
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(43, 126, 198, 0), rgba(43, 126, 198, 0.92));
}

.contact-page .section-title {
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
  color: #133a62;
}

.contact-page .section-line {
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b894, #0d7eff);
  box-shadow: 0 12px 24px rgba(13, 126, 255, 0.18);
}

.contact-page .section-header.light .section-tag,
.contact-page .section-header.light .section-title,
.contact-page .section-header.light .section-desc {
  color: #ffffff;
}

.contact-page .section-header.light .section-tag::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.contact-page .section-header.light .section-line {
  background: linear-gradient(90deg, #58e1ff, #2df1c8);
}

.contact-page .section-desc {
  margin-top: 18px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(24, 58, 94, 0.72);
}

.contact-page .contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.68fr;
  gap: 26px;
  align-items: start;
}

.contact-page .contact-info {
  display: grid;
  gap: 18px;
}

.contact-page .contact-card,
.contact-page .qr-card,
.contact-page .inquiry-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(104, 164, 222, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.9));
  box-shadow: 0 22px 54px rgba(89, 142, 186, 0.14);
}

.contact-page .contact-card::before,
.contact-page .qr-card::before,
.contact-page .inquiry-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(100, 180, 243, 0.08), transparent 34%, rgba(0, 184, 148, 0.06));
  pointer-events: none;
}

.contact-page .contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 26px;
}

.contact-page .contact-icon,
.contact-page .inquiry-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 126, 255, 0.18), rgba(0, 184, 148, 0.16));
  color: #156bc4;
  box-shadow: 0 18px 36px rgba(74, 134, 183, 0.16);
}

.contact-page .contact-icon svg,
.contact-page .inquiry-icon svg {
  width: 28px;
  height: 28px;
}

.contact-page .contact-text,
.contact-page .qr-card p,
.contact-page .qr-card span,
.contact-page .inquiry-card h4,
.contact-page .inquiry-card p,
.contact-page .inquiry-btn {
  position: relative;
  z-index: 1;
}

.contact-page .contact-text h4 {
  margin-bottom: 8px;
  color: #133a62;
  font-size: 20px;
  line-height: 1.35;
}

.contact-page .contact-text p,
.contact-page .contact-text a {
  margin: 0;
  color: rgba(24, 58, 94, 0.78);
  font-size: 15px;
  line-height: 1.9;
  text-decoration: none;
}

.contact-page .qr-card {
  padding: 34px 28px;
  text-align: center;
}

.contact-page .qr-card img {
  display: block;
  width: min(100%, 280px);
  margin: 0 auto 18px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(50, 92, 129, 0.18);
}

.contact-page .qr-card p {
  margin: 0 0 8px;
  color: #133a62;
  font-size: 22px;
  font-weight: 700;
}

.contact-page .qr-card span {
  display: block;
  color: rgba(24, 58, 94, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.contact-page .section-inquiry {
  background:
    radial-gradient(circle at 14% 14%, rgba(45, 199, 190, 0.18), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(60, 125, 255, 0.2), transparent 32%),
    linear-gradient(145deg, #071f3d 0%, #0d305b 48%, #0c556f 100%);
}

.contact-page .inquiry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.contact-page .inquiry-card {
  padding: 30px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border-color: rgba(147, 211, 255, 0.16);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.contact-page .inquiry-card h4 {
  margin: 22px 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.contact-page .inquiry-card p {
  margin: 0 0 22px;
  color: rgba(232, 243, 255, 0.82);
  font-size: 15px;
  line-height: 1.88;
}

.contact-page .inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b894, #0d7eff);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(0, 118, 211, 0.24);
}

.contact-page .site-footer {
  background: linear-gradient(180deg, #071b34 0%, #08172d 100%);
  color: #dbeaff;
  overflow: hidden;
}

.contact-page .site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(58, 225, 230, 0.1), transparent 24%),
    radial-gradient(circle at 90% 0, rgba(13, 126, 255, 0.12), transparent 28%);
  pointer-events: none;
}

.contact-page .footer-top {
  position: relative;
  z-index: 1;
  padding: 60px 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-page .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 1.2fr;
  gap: 34px;
}

.contact-page .footer-logo {
  display: block;
  height: 52px;
  margin-bottom: 18px;
  filter: brightness(1.12);
}

.contact-page .footer-desc {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.88;
  color: rgba(220, 236, 255, 0.72);
}

.contact-page .footer-links h4,
.contact-page .footer-contact h4 {
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.contact-page .footer-links ul {
  list-style: none;
}

.contact-page .footer-links li + li {
  margin-top: 12px;
}

.contact-page .footer-links a,
.contact-page .footer-contact span {
  color: rgba(220, 236, 255, 0.78);
  text-decoration: none;
}

.contact-page .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-page .contact-item + .contact-item {
  margin-top: 16px;
}

.contact-page .contact-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #58e1ff;
}

.contact-page .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0 28px;
}

.contact-page .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(220, 236, 255, 0.6);
}

.contact-page .footer-bottom a {
  color: #58e1ff;
  text-decoration: none;
}

.contact-page .copyright,
.contact-page .footer-extra {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-page .wechat-float {
  position: fixed;
  right: 24px;
  bottom: 112px;
  z-index: 1001;
}

.contact-page .wechat-toggle,
.contact-page .back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(50, 92, 129, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.contact-page .wechat-toggle {
  background: linear-gradient(135deg, #00b894, #0d7eff);
}

.contact-page .wechat-toggle:hover,
.contact-page .back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(50, 92, 129, 0.32);
}

.contact-page .wechat-toggle svg,
.contact-page .back-to-top svg {
  width: 24px;
  height: 24px;
}

.contact-page .wechat-qrcode {
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 236px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(104, 164, 222, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 52px rgba(74, 134, 183, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.contact-page .wechat-qrcode.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.contact-page .qrcode-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #133a62;
}

.contact-page .qrcode-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(13, 126, 255, 0.1);
  color: #0d7eff;
  cursor: pointer;
}

.contact-page .qrcode-close svg {
  width: 16px;
  height: 16px;
}

.contact-page .qrcode-image img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.contact-page .qrcode-tip {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(24, 58, 94, 0.72);
}

.contact-page .back-to-top {
  position: fixed;
  right: 24px;
  bottom: 36px;
  background: linear-gradient(135deg, #0d7eff, #005cc2);
  opacity: 0;
  visibility: hidden;
}

.contact-page .back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.contact-page.motion-ready .reveal-up,
.contact-page.motion-ready .reveal-left,
.contact-page.motion-ready .reveal-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-page.motion-ready .reveal-up {
  transform: translate3d(0, 34px, 0);
}

.contact-page.motion-ready .reveal-left {
  transform: translate3d(-34px, 0, 0);
}

.contact-page.motion-ready .reveal-right {
  transform: translate3d(34px, 0, 0);
}

.contact-page.motion-ready .reveal-up.animated,
.contact-page.motion-ready .reveal-left.animated,
.contact-page.motion-ready .reveal-right.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1200px) {
  .index-subpage .subpage-heading-shell,
  .contact-page .subpage-heading-shell {
    padding-top: 116px;
  }

  .index-subpage .subpage-heading,
  .contact-page .subpage-heading {
    padding: 0;
  }

  .index-subpage .mainWarp {
    grid-template-columns: 1fr;
  }

  .index-subpage .piclistul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-hub-page .project-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .index-subpage .part5 .main,
  .contact-page .footer-grid,
  .contact-page .inquiry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .index-subpage .top .main,
  .index-subpage .header,
  .index-subpage .mainWarp,
  .index-subpage .part5 .main,
  .index-subpage .footer .main,
  .index-subpage .subpage-heading-shell .container,
  .contact-page .container,
  .contact-page .subpage-heading-shell .container,
  .contact-page .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .index-subpage .top {
    top: 150px;
  }

  .index-subpage .header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .index-subpage .nav {
    justify-content: flex-start;
  }

  .index-subpage .layui-carousel {
    min-height: 560px;
  }

  .index-subpage .layui-carousel::after {
    width: min(100%, calc(100% - 40px));
    padding: 30px 28px;
    letter-spacing: 2px;
  }

  .index-subpage .mainWarp {
    margin-top: -48px;
    padding-bottom: 88px;
  }

  .index-subpage .subpage-heading,
  .contact-page .subpage-heading {
    padding: 0;
  }

  .index-subpage .subpage-title,
  .contact-page .subpage-title {
    font-size: clamp(34px, 8vw, 54px);
  }

  .index-subpage .subpage-desc,
  .contact-page .subpage-desc {
    font-size: 16px;
  }

  .index-subpage .subpage-links {
    margin-top: 24px;
  }

  .index-subpage .piclistul,
  .index-subpage .part5 .main,
  .index-subpage .part5_1 ul,
  .contact-page .footer-grid,
  .contact-page .inquiry-grid {
    grid-template-columns: 1fr;
  }

  .project-hub-page .project-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-subpage .part5_2 .conbox {
    flex-direction: column;
  }

  .contact-page .nav-container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .contact-page .nav-menu ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .contact-page .nav-menu ul::-webkit-scrollbar {
    display: none;
  }

  .contact-page .page-hero {
    min-height: 62vh;
    padding-top: 156px;
  }

  .contact-page .page-hero-content {
    width: min(100%, calc(100% - 40px));
    padding: 30px 28px;
  }

  .contact-page .section-contact,
  .contact-page .section-inquiry {
    padding: 88px 0;
  }
}

@media (max-width: 640px) {
  .index-subpage .subpage-heading-shell,
  .contact-page .subpage-heading-shell {
    padding-top: 108px;
    padding-bottom: 36px;
  }

  .index-subpage .top {
    top: 158px;
  }

  .index-subpage .top .ccsl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
  }

  .index-subpage .layui-carousel {
    min-height: 500px;
    height: 64vh !important;
  }

  .index-subpage .layui-carousel::after {
    top: 60%;
    padding: 26px 20px;
    font-size: clamp(34px, 10vw, 54px);
  }

  .index-subpage .brandnav,
  .index-subpage .piclistul li a,
  .index-subpage .listul li a,
  .index-subpage .divbox,
  .index-subpage .part5_1,
  .index-subpage .part5_2,
  .contact-page .contact-card,
  .contact-page .qr-card,
  .contact-page .inquiry-card {
    border-radius: 24px;
  }

  .index-subpage .brandnav,
  .index-subpage .divbox,
  .index-subpage .piclistul li a,
  .index-subpage .listul li a {
    padding-left: 0;
    padding-right: 0;
  }

  .index-subpage .titbox,
  .index-subpage #xmzd,
  .index-subpage .lxwmbox,
  .index-subpage .subpage-heading-shell .container,
  .index-subpage .brandnav,
  .index-subpage .piclistul li a,
  .index-subpage .listul li a {
    padding-left: 22px;
    padding-right: 22px;
  }

  .index-subpage .brandnav {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .index-subpage .subpage-heading-shell .container,
  .contact-page .subpage-heading-shell .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .index-subpage .subpage-heading,
  .contact-page .subpage-heading {
    padding: 0;
  }

  .index-subpage .subpage-kicker,
  .contact-page .subpage-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .index-subpage .subpage-title,
  .contact-page .subpage-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .index-subpage .subpage-desc,
  .contact-page .subpage-desc {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8;
  }

  .index-subpage .subpage-links {
    gap: 10px;
    margin-top: 20px;
  }

  .index-subpage .subpage-links a {
    padding: 8px 12px;
    font-size: 13px;
  }

  .index-subpage .piclistul {
    grid-template-columns: 1fr;
  }

  .project-hub-page .project-hub-grid {
    grid-template-columns: 1fr;
  }

  .index-subpage .piclistul img {
    height: 220px;
  }

  .project-hub-page .project-hub-grid img {
    height: 210px;
  }

  .index-subpage .listul li a {
    font-size: 15px;
    line-height: 1.75;
  }

  .contact-page .page-hero-content h1 {
    letter-spacing: 2px;
  }

  .contact-page .contact-card {
    flex-direction: column;
  }

  .contact-page .footer-bottom-content,
  .contact-page .copyright,
  .contact-page .footer-extra {
    align-items: flex-start;
  }

  .contact-page .wechat-float,
  .contact-page .back-to-top {
    right: 16px;
  }

  .contact-page .wechat-qrcode {
    right: 0;
    bottom: 72px;
    width: min(236px, calc(100vw - 32px));
  }
}

/* Hide the redundant compact heading directly under the fixed navigation. */
.project-hub-page .subpage-heading-shell,
.contact-page .subpage-heading-shell {
  display: none;
}

.project-hub-page .project-hub-shell.subpage-mainWarp {
  padding-top: 118px;
}

.contact-page .subpage-heading-shell + .section-contact {
  padding-top: 118px;
}

@media (max-width: 992px) {
  .project-hub-page .project-hub-shell.subpage-mainWarp,
  .contact-page .subpage-heading-shell + .section-contact {
    padding-top: 108px;
  }
}

@media (max-width: 640px) {
  .project-hub-page .project-hub-shell.subpage-mainWarp,
  .contact-page .subpage-heading-shell + .section-contact {
    padding-top: 96px;
  }
}

/* Keep the contact page in the same light blue-green style as the project hub. */
.contact-page .section-contact,
.contact-page .section-inquiry {
  background: transparent;
}

.contact-page .section-contact {
  padding-bottom: 42px;
}

.contact-page .section-inquiry {
  padding-top: 34px;
  padding-bottom: 112px;
}

.contact-page .section-header.light .section-tag {
  color: #2b7ec6;
}

.contact-page .section-header.light .section-title {
  color: #133a62;
}

.contact-page .section-header.light .section-desc {
  color: rgba(24, 58, 94, 0.72);
}

.contact-page .section-header.light .section-tag::before {
  background: linear-gradient(90deg, rgba(43, 126, 198, 0), rgba(43, 126, 198, 0.92));
}

.contact-page .section-header.light .section-line {
  background: linear-gradient(90deg, #00b894, #0d7eff);
  box-shadow: 0 12px 24px rgba(13, 126, 255, 0.18);
}

.contact-page .contact-card,
.contact-page .qr-card,
.contact-page .inquiry-card {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-page .contact-card:hover,
.contact-page .qr-card:hover,
.contact-page .inquiry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(104, 164, 222, 0.28);
  box-shadow: 0 28px 60px rgba(89, 142, 186, 0.2);
}

.contact-page .inquiry-grid {
  gap: 18px;
}

.contact-page .inquiry-card {
  padding: 28px 24px;
  border-color: rgba(104, 164, 222, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.9));
  box-shadow: 0 22px 54px rgba(89, 142, 186, 0.14);
}

.contact-page .inquiry-card h4 {
  color: #133a62;
}

.contact-page .inquiry-card p {
  color: rgba(24, 58, 94, 0.72);
}

.contact-page .inquiry-btn {
  background: linear-gradient(135deg, #00b894, #0d7eff);
  box-shadow: 0 18px 36px rgba(13, 126, 255, 0.2);
}

@media (max-width: 992px) {
  .contact-page .section-contact {
    padding-bottom: 34px;
  }

  .contact-page .section-inquiry {
    padding-top: 28px;
    padding-bottom: 90px;
  }
}

@media (max-width: 640px) {
  .contact-page .section-contact {
    padding-bottom: 28px;
  }

  .contact-page .section-inquiry {
    padding-top: 22px;
    padding-bottom: 76px;
  }

  .contact-page .inquiry-card {
    padding: 24px 22px;
  }
}

/* Unified full-width style for project and contact pages. */
.index-subpage,
.contact-page {
  background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 48%, #f5f9fc 100%);
  color: #163b61;
}

.index-subpage::before,
.contact-page::before {
  display: none;
}

.project-hub-page .project-hub-shell.subpage-mainWarp,
.contact-page .section-contact {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-left: clamp(36px, 7vw, 96px);
  padding-right: clamp(36px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(247, 251, 253, 0.98) 0%, rgba(247, 251, 253, 0.94) 45%, rgba(247, 251, 253, 0.66) 100%),
    url("../images/optimized/about-hero.jpg") center right / cover no-repeat;
}

.project-hub-page .project-hub-shell.subpage-mainWarp {
  margin: 0;
  padding-top: 128px;
  padding-bottom: 92px;
}

.project-hub-page .project-hub-main {
  width: 100%;
}

.project-hub-page .project-hub-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.project-hub-page .project-hub-grid li a {
  height: 100%;
  padding: 14px;
  border: 1px solid rgba(0, 102, 204, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(19, 58, 98, 0.1);
}

.project-hub-page .project-hub-grid li a::before {
  display: none;
}

.project-hub-page .project-hub-grid img {
  height: clamp(190px, 16vw, 280px);
  border-radius: 12px;
  box-shadow: none;
}

.project-hub-page .project-hub-tag {
  width: fit-content;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  color: #0066cc;
}

.project-hub-page .project-hub-card-copy p {
  color: #12314f;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 700;
}

.project-hub-page .project-hub-card-copy em {
  color: #5d7082;
  font-size: 14px;
}

.contact-page .section-contact > .container,
.contact-page .section-inquiry > .container {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.contact-page .site-footer .container {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-left: clamp(36px, 7vw, 96px);
  padding-right: clamp(36px, 7vw, 96px);
}

.contact-page .section-contact {
  padding-top: 128px;
  padding-bottom: 82px;
}

.contact-page .contact-grid {
  width: 100%;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.52fr);
  gap: clamp(24px, 4vw, 56px);
}

.contact-page .contact-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-page .contact-card,
.contact-page .qr-card,
.contact-page .inquiry-card {
  border: 1px solid rgba(0, 102, 204, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(19, 58, 98, 0.1);
}

.contact-page .contact-card::before,
.contact-page .qr-card::before,
.contact-page .inquiry-card::before {
  display: none;
}

.contact-page .contact-card {
  min-height: 138px;
  padding: 24px;
}

.contact-page .contact-icon,
.contact-page .inquiry-icon {
  border-radius: 14px;
  background: rgba(0, 102, 204, 0.08);
  color: #0066cc;
  box-shadow: none;
}

.contact-page .contact-text h4,
.contact-page .qr-card p,
.contact-page .inquiry-card h4 {
  color: #12314f;
}

.contact-page .contact-text p,
.contact-page .contact-text a,
.contact-page .qr-card span,
.contact-page .inquiry-card p {
  color: #5d7082;
}

.contact-page .qr-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-page .qr-card img {
  box-shadow: none;
}

.contact-page .section-inquiry {
  padding-left: clamp(36px, 7vw, 96px);
  padding-right: clamp(36px, 7vw, 96px);
}

@media (max-width: 1180px) {
  .project-hub-page .project-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .project-hub-page .project-hub-shell.subpage-mainWarp,
  .contact-page .section-contact,
  .contact-page .section-inquiry,
  .contact-page .site-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-hub-page .project-hub-shell.subpage-mainWarp,
  .contact-page .section-contact {
    padding-top: 108px;
  }

  .project-hub-page .project-hub-grid,
  .contact-page .contact-info {
    grid-template-columns: 1fr;
  }

  .project-hub-page .project-hub-grid img {
    height: 220px;
  }

  .contact-page .contact-card {
    min-height: 0;
  }
}

/* Refined contact page: compact, full-width, and readable. */
.contact-page .section-contact {
  min-height: calc(100vh - 76px);
  padding-top: 116px;
  padding-bottom: 72px;
  background:
    linear-gradient(90deg, rgba(246, 250, 253, 0.98) 0%, rgba(246, 250, 253, 0.94) 54%, rgba(232, 242, 249, 0.74) 100%),
    url("../images/optimized/about-hero.jpg") center right / cover no-repeat;
}

.contact-page .section-contact > .container {
  width: 100%;
  max-width: none;
  padding-left: clamp(48px, 6vw, 96px);
  padding-right: clamp(48px, 6vw, 96px);
}

.contact-page .contact-intro {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin-bottom: 30px;
}

.contact-page .contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #0066cc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.contact-page .contact-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #00b894;
}

.contact-page .contact-intro h1 {
  margin: 0;
  color: #102f4c;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
}

.contact-page .contact-intro p {
  margin: 0;
  max-width: 820px;
  color: #52677c;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.85;
}

.contact-page .contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(24px, 3.5vw, 46px);
  align-items: stretch;
}

.contact-page .contact-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-page .contact-card {
  min-height: 112px;
  padding: 20px 22px;
  align-items: center;
  gap: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(19, 58, 98, 0.08);
}

.contact-page .contact-card:nth-child(5) {
  grid-column: 1 / -1;
}

.contact-page .contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex: 0 0 52px;
}

.contact-page .contact-icon svg {
  width: 24px;
  height: 24px;
}

.contact-page .contact-text h4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.contact-page .contact-text p,
.contact-page .contact-text a {
  font-size: 15px;
  line-height: 1.75;
}

.contact-page .qr-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(19, 58, 98, 0.1);
}

.contact-page .qr-card img {
  width: min(100%, 220px);
  margin-bottom: 20px;
  border-radius: 12px;
}

.contact-page .qr-card p {
  font-size: 22px;
}

.contact-page .qr-card span {
  font-size: 14px;
}

.contact-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .contact-page .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .qr-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .contact-page .section-contact {
    padding-top: 104px;
    padding-bottom: 52px;
  }

  .contact-page .section-contact > .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-page .contact-intro {
    margin-bottom: 24px;
  }

  .contact-page .contact-intro h1 {
    font-size: 38px;
  }

  .contact-page .contact-info {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-card:nth-child(5) {
    grid-column: auto;
  }

  .contact-page .contact-card {
    min-height: 0;
    padding: 18px;
  }
}
