:root {
  --line: #d6e8ff;
  --text: #24517d;
  --sub: #6f8fb2;
  --blue: #1788ff;
  --blue-dark: #0d67de;
  --blue-soft: #eef7ff;
  --red: #2a82ff;
  --panel-bg: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 1360px;
  color: var(--text);
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Noto Sans SC', sans-serif;
  background: #f4faff;
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.top-strip {
  height: 4px;
  background: #2f79f8;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #d8e9ff;
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 6px 18px rgba(33, 128, 237, 0.08);
}

.topbar-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: auto;
  height: 74px;
  max-width: 420px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  color: #4b6f97;
  align-self: flex-end;
  height: 100%;
}

.nav a {
  padding: 7px 4px 17px;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav a.active,
.nav a:hover {
  color: var(--blue);
  border-bottom-color: var(--red);
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: flex-end;
  height: 100%;
  padding-bottom: 18px;
}

.nav-search {
  display: flex;
  align-items: center;
  border: 1px solid #d3e5fb;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fbff;
}

.nav-search input {
  width: 170px;
  height: 34px;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0 10px;
  font-size: 13px;
  color: #466086;
}

.nav-search button {
  width: 62px;
  height: 34px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #2c8df2, #1778df);
  font-size: 13px;
  cursor: pointer;
}

.hotline {
  color: #5e7ea3;
  font-size: 14px;
}

.hotline b {
  color: var(--blue);
  font-size: 18px;
}

.left-float,
.right-float {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 24;
}

.left-float {
  left: calc(50% - 726px);
  width: 108px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 10%, rgba(182, 221, 255, 0.28), rgba(182, 221, 255, 0) 42%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid #d8e9fb;
  box-shadow: 0 16px 34px rgba(31, 126, 234, 0.12);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.left-float h3 {
  margin: 0;
  padding: 14px 10px 13px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(180deg, #2f79f8 0%, #57b2ff 100%);
  letter-spacing: 1px;
}

.left-float a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 42px;
  font-size: 13px;
  color: #5680ad;
  padding: 0 12px;
  border-bottom: 1px solid #edf6ff;
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.left-float a i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #eef7ff;
  color: var(--blue);
  font-size: 12px;
}

.left-float a:last-child {
  border-bottom: 0;
}

.left-float a:hover {
  color: var(--blue);
  background: #f4faff;
  transform: translateX(1px);
}

.left-float a.active {
  color: var(--blue);
  background: #eef7ff;
  font-weight: 700;
  box-shadow: inset 4px 0 0 var(--red);
}

.left-float a.active i {
  background: var(--blue);
  color: #fff;
}

.right-float {
  right: calc(50% - 704px);
  width: 92px;
  z-index: 28;
}

.right-float-shell {
  position: relative;
  width: 92px;
  height: 254px;
  background: url('../images/right_nav_bg.png') no-repeat center top / contain;
}

.right-float-items {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 74px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.right-float-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 35px;
  gap: 2px;
  text-align: center;
  color: #1277e4;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.right-float-item:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.right-float-item i {
  font-size: 18px;
  line-height: 1;
  color: #3b88f7;
  filter: drop-shadow(0 2px 4px rgba(59, 136, 247, 0.16));
}

.right-float-item b {
  display: block;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 700;
  color: #1277e4;
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.right-float-logo {
  position: relative;
  left: 50%;
  margin-top: -12px;
  width: 112px;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
}

.hero-wrap {
  background: transparent;
  padding: 14px 0 14px;
  box-shadow: none;
}

.home-banner-section {
  background: #fff;
  padding: 0;
}

.hot-service-strip {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  padding: 0 0 8px;
}

.hot-service-shell {
  display: grid;
  grid-template-columns: 1fr 268px;
  gap: 16px;
  align-items: stretch;
}

.hot-service-main,
.hot-service-map-card {
  border: 1px solid #d9e7f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(27, 74, 136, 0.12);
}

.hot-service-main {
  padding: 18px 22px 20px;
  backdrop-filter: blur(8px);
}

.hot-service-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.hot-service-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #8ca3bd;
}

.hot-service-head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  color: #23364c;
}

.hot-service-slogan {
  margin: 0;
  align-self: flex-start;
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #5f85b0;
  white-space: nowrap;
}

.hot-service-ai-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 488px;
  min-height: 52px;
  padding: 5px 6px 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(77, 157, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(56, 159, 255, 0.08), transparent 18%, transparent 82%, rgba(56, 159, 255, 0.08)),
    radial-gradient(circle at 18% 50%, rgba(72, 165, 255, 0.18) 0, rgba(72, 165, 255, 0.03) 24%, transparent 48%),
    linear-gradient(135deg, rgba(246, 251, 255, 0.98), rgba(230, 242, 255, 0.98));
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 0 1px rgba(198, 225, 255, 0.48),
    0 16px 30px rgba(34, 106, 184, 0.16);
}

.hot-service-ai-search::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.hot-service-ai-search::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 20%, rgba(255, 255, 255, 0.62) 32%, transparent 44%) -180px 0 / 180px 100% no-repeat,
    radial-gradient(circle at 22% 32%, rgba(45, 149, 255, 0.18) 0 2px, transparent 2.5px),
    radial-gradient(circle at 32% 68%, rgba(45, 149, 255, 0.1) 0 1.5px, transparent 2px),
    radial-gradient(circle at 43% 45%, rgba(45, 149, 255, 0.08) 0 1.5px, transparent 2px),
    linear-gradient(90deg, transparent 0, rgba(79, 163, 255, 0.18) 15%, transparent 28%) 116px 50% / 46px 1px no-repeat;
  pointer-events: none;
  opacity: 0.85;
  animation: hotServiceAiSweep 4.8s linear infinite;
}

.hot-service-ai-search:focus-within {
  border-color: rgba(53, 142, 244, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 0 1px rgba(187, 221, 255, 0.64),
    0 18px 32px rgba(27, 97, 172, 0.2),
    0 0 0 4px rgba(63, 154, 255, 0.12);
}

.hot-service-ai-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  height: 42px;
  padding: 0 14px 0 12px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 55%),
    linear-gradient(135deg, #1788fb, #49b7ff);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 10px 18px rgba(32, 129, 230, 0.26);
}

.hot-service-ai-chip::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 5px 50%, rgba(77, 181, 255, 0.95) 0 2px, rgba(77, 181, 255, 0.2) 3px, transparent 5px),
    linear-gradient(90deg, rgba(77, 181, 255, 0.8), rgba(77, 181, 255, 0)) 4px 50% / 14px 1px no-repeat;
  filter: drop-shadow(0 0 6px rgba(77, 181, 255, 0.35));
  opacity: 0.95;
  pointer-events: none;
}

.hot-service-ai-chip i {
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.32);
}

.hot-service-ai-chip em {
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.hot-service-ai-search input {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.42));
  padding: 0 14px 0 16px;
  color: #24486f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 0 0 1px rgba(210, 229, 247, 0.72);
}

.hot-service-ai-search input::placeholder {
  color: #7e9cba;
}

.hot-service-ai-search button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 96px;
  height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 45%),
    linear-gradient(135deg, #0f4b93, #2e92f6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 20px rgba(19, 86, 158, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hot-service-ai-search button::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.hot-service-ai-search button i {
  font-size: 14px;
  line-height: 1;
}

.hot-service-ai-search button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 24px rgba(19, 86, 158, 0.28);
}

.hot-service-ai-search button:active {
  transform: translateY(0);
}

@keyframes hotServiceAiSweep {
  0% {
    background-position:
      -180px 0,
      0 0,
      0 0,
      0 0,
      116px 50%;
  }

  100% {
    background-position:
      560px 0,
      0 0,
      0 0,
      0 0,
      116px 50%;
  }
}

.hot-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
}

.hot-service-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #e6eef8;
  background: #f8fbff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hot-service-link:hover {
  transform: translateY(-1px);
  border-color: #bfd7f2;
  box-shadow: 0 10px 20px rgba(29, 77, 140, 0.08);
}

.hot-service-badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.hot-service-badge-image {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.hot-service-name {
  min-width: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #2c4766;
}

.hot-service-link.tone-1 .hot-service-badge {
  background: #eaf4ff;
  color: #2878df;
}

.hot-service-link.tone-2 .hot-service-badge {
  background: #edf8f3;
  color: #28925d;
}

.hot-service-link.tone-3 .hot-service-badge {
  background: #fff4e8;
  color: #d77a12;
}

.hot-service-link.tone-4 .hot-service-badge {
  background: #f1efff;
  color: #6e60db;
}

.hot-service-link.tone-5 .hot-service-badge {
  background: #fff0f1;
  color: #d45d74;
}

.hot-service-link.tone-6 .hot-service-badge {
  background: #eef7fb;
  color: #227ea0;
}

.hot-service-map-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 152px;
  padding: 20px 22px;
  background:
    radial-gradient(circle at right top, rgba(93, 200, 255, 0.36) 0, rgba(93, 200, 255, 0) 44%),
    linear-gradient(135deg, #0f66d8 0%, #2ba0ff 100%);
  color: #fff;
}

.hot-service-map-illustration {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 124px;
  height: 110px;
  pointer-events: none;
}

.hot-service-map-grid {
  position: absolute;
  inset: 8px 0 0 0;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at center, #000 52%, transparent 100%);
  opacity: 0.72;
}

.hot-service-map-route {
  position: absolute;
  left: 18px;
  top: 40px;
  width: 88px;
  height: 32px;
  border: 2px dashed rgba(255, 255, 255, 0.56);
  border-color: rgba(255, 255, 255, 0.56) transparent transparent transparent;
  border-radius: 999px;
  transform: rotate(-10deg);
}

.hot-service-map-route.route-2 {
  left: 28px;
  top: 54px;
  width: 70px;
  height: 24px;
  transform: rotate(18deg);
  opacity: 0.8;
}

.hot-service-map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(8, 58, 125, 0.18);
}

.hot-service-map-pin::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f88f1;
}

.hot-service-map-pin.pin-1 {
  right: 20px;
  top: 18px;
}

.hot-service-map-pin.pin-2 {
  left: 24px;
  top: 58px;
}

.hot-service-map-pin.pin-3 {
  right: 42px;
  bottom: 10px;
}

.hot-service-map-card::before,
.hot-service-map-card::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hot-service-map-card::before {
  width: 118px;
  height: 118px;
  right: -28px;
  top: -34px;
}

.hot-service-map-card::after {
  width: 72px;
  height: 72px;
  right: 48px;
  bottom: 14px;
}

.hot-service-map-card strong,
.hot-service-map-card p,
.hot-service-map-link {
  position: relative;
  z-index: 1;
}

.hot-service-map-card strong {
  display: block;
  margin-top: 0;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 1px;
  max-width: 150px;
}

.hot-service-map-card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 156px;
}

.hot-service-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 88px;
  height: 34px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd96a 0%, #ffbd2f 100%);
  color: #6a4600;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(255, 192, 63, 0.24);
}

.home-banner {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #dfe8f1;
}

.home-banner-link {
  position: relative;
  display: block;
  min-height: 520px;
}

.home-banner-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 34, 0.34) 0%, rgba(8, 24, 46, 0.18) 28%, rgba(8, 24, 46, 0.28) 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.home-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home-banner-overlay-inner {
  width: 1200px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 16px 0 104px;
  transform: translateY(-40px);
}

.home-banner-brand {
  display: block;
  width: min(560px, 50%);
  height: auto;
  filter:
    drop-shadow(0 10px 26px rgba(0, 0, 0, 0.34))
    drop-shadow(0 2px 6px rgba(9, 24, 49, 0.42));
  pointer-events: auto;
}

.home-banner-search {
  width: min(620px, calc(100% - 32px));
  pointer-events: auto;
}

.home-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-banner-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.home-banner-dots button.active {
  width: 34px;
  background: #fff;
}

.hero {
  padding: 0;
}

.hero-inner {
  border-radius: 8px;
  margin-top: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 620px;
  gap: 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 40, 67, 0.06);
  border: 1px solid #d9e1ea;
  border-top: 3px solid var(--red);
}

.hero-copy {
  color: #284462;
  padding-top: 8px;
}

.hero-badge {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f3f6f9;
  font-size: 13px;
  color: var(--blue);
  border: 1px solid #dde5ee;
}

.hero h1 {
  margin: 16px 0 10px;
  font-size: 38px;
  line-height: 1.2;
  color: #23364c;
}

.hero p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #637b9a;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
}

.btn-primary,
.btn-ghost {
  border-radius: 4px;
  min-width: 142px;
  text-align: center;
  padding: 11px 18px;
  font-size: 14px;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--blue);
}

.btn-ghost {
  border: 1px solid #cfd8e3;
  color: #35536f;
  background: #fff;
}

.btn-primary:hover,
.btn-ghost:hover {
  opacity: 1;
}

.hero-metrics {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.hero-metrics li {
  min-width: 124px;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  background: #fafbfd;
  padding: 8px 10px 7px;
}

.hero-metrics b {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  color: var(--blue);
}

.hero-metrics span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #6780a1;
}

.hero-visual svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(217, 225, 234, 0.9);
}

.six-entry {
  margin-top: 14px;
}

.six-entry-wrap {
  position: relative;
}

.six-entry-shell {
  border-radius: 20px;
  border: 1px solid #bfe0ff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 250, 255, 0.98)),
    linear-gradient(135deg, #f4fbff 0%, #e7f5ff 100%);
  padding: 18px 18px 18px 42px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(62, 138, 212, 0.12);
}

.six-entry-shell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 30px;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(180deg, #3ea8ff 0%, #76d6ff 100%);
}

.six-entry-shell::after {
  content: '';
  position: absolute;
  left: 18px;
  top: 22px;
  bottom: 22px;
  width: 72px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 1.5px, transparent 2px) 9px 9px / 18px 18px;
  opacity: 0.9;
  pointer-events: none;
}

.six-entry-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding-left: 4px;
}

.six-entry-title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.six-entry-title-wrap h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  color: #102a46;
}

.six-entry-title-wrap p {
  margin: 0;
  font-size: 16px;
  color: #2e7fd5;
  font-weight: 500;
  line-height: 1.2;
}

.six-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.entry-big {
  min-height: 152px;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 10px 24px rgba(54, 143, 214, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.entry-big::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 54px 44px, rgba(255, 255, 255, 0.14) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.entry-big:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 16px 28px rgba(54, 143, 214, 0.2);
}

.entry-theme-1 {
  background: linear-gradient(135deg, #22a4f4 0%, #42c3ff 100%);
  color: #fff;
}

.entry-theme-2 {
  background: linear-gradient(135deg, #dff5ff 0%, #bfe7ff 100%);
  color: #1646a5;
}

.entry-theme-3 {
  background: linear-gradient(135deg, #1f9cf0 0%, #45c4ff 100%);
  color: #fff;
}

.entry-theme-4 {
  background: linear-gradient(135deg, #ddf4ff 0%, #bde6ff 100%);
  color: #1646a5;
}

.entry-theme-5 {
  background: linear-gradient(135deg, #dff5ff 0%, #c2e8ff 100%);
  color: #1646a5;
}

.entry-theme-6 {
  background: linear-gradient(135deg, #def4ff 0%, #bee7ff 100%);
  color: #1646a5;
}

.entry-big-copy {
  position: relative;
  z-index: 1;
  padding: 22px 0 0 24px;
}

.entry-big h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  color: #fff;
}

.entry-big p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

.entry-theme-2 h3,
.entry-theme-4 h3,
.entry-theme-5 h3,
.entry-theme-6 h3 {
  color: #1646a5;
}

.entry-theme-2 p,
.entry-theme-4 p,
.entry-theme-5 p,
.entry-theme-6 p {
  color: rgba(22, 70, 165, 0.96);
}

.entry-big-icon {
  width: 164px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.entry-big-icon::before {
  content: '';
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 60%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.entry-big-icon i {
  position: relative;
  z-index: 1;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.entry-theme-2 .entry-big-icon i,
.entry-theme-4 .entry-big-icon i,
.entry-theme-5 .entry-big-icon i,
.entry-theme-6 .entry-big-icon i {
  color: #29aaf6;
}

.portal-tip {
  margin-top: 10px;
  border: 1px solid #e1e6ed;
  border-radius: 6px;
  background: #fff;
  color: #4c6179;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  font-size: 13px;
}

.portal-tip strong {
  color: var(--red);
  flex-shrink: 0;
}

.portal-tip p {
  margin: 0;
}

.skill-strip {
  display: grid;
  grid-template-columns: 1.8fr repeat(5, 1fr);
  gap: 14px;
}

.skill-main-card,
.skill-mini-card {
  border-radius: 18px;
  border: 1px solid rgba(187, 215, 240, 0.9);
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(38, 101, 177, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.skill-main-card:hover,
.skill-mini-card:hover {
  transform: translateY(-2px);
  border-color: #c7def4;
  box-shadow: 0 16px 30px rgba(38, 101, 177, 0.18);
}

.skill-main-card {
  min-height: 246px;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  background:
    radial-gradient(circle at right top, rgba(76, 184, 255, 0.2) 0, rgba(76, 184, 255, 0) 42%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12)),
    linear-gradient(145deg, #cfeeff 0%, #e9f7ff 100%);
  text-shadow: none;
}

.skill-main-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 83% 16%, rgba(255, 255, 255, 0.34) 0 12px, transparent 13px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)) calc(100% - 118px) 26px / 92px 74px no-repeat,
    radial-gradient(circle at 79% 36%, rgba(255, 255, 255, 0.22) 0 24px, transparent 25px),
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) calc(100% - 96px) 48px / 38px 6px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)) calc(100% - 96px) 62px / 52px 5px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) calc(100% - 96px) 74px / 28px 16px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 84% 18%, rgba(92, 191, 255, 0.14) 0 18%, transparent 19%),
    repeating-linear-gradient(45deg, rgba(104, 177, 221, 0.08) 0 2px, transparent 2px 11px);
  pointer-events: none;
}

.skill-main-card::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -18px;
  width: 118px;
  height: 118px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06) 62%, transparent 63%),
    linear-gradient(145deg, rgba(120, 205, 255, 0.16), rgba(120, 205, 255, 0.04));
  transform: rotate(-14deg);
  pointer-events: none;
}

.skill-main-card > * {
  position: relative;
  z-index: 1;
}

.skill-main-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.skill-main-head i {
  color: #2098eb;
  font-size: 24px;
}

.skill-main-head h3 {
  margin: 0;
  font-size: 20px;
  color: #1796ea;
  line-height: 1.15;
}

.skill-main-card h4 {
  margin: 12px 0 6px;
  color: #189eee;
  font-size: 17px;
}

.skill-main-card p {
  margin: 14px 0 0;
  color: #6e88ad;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.skill-main-card p i {
  font-size: 12px;
  color: #8ccfff;
}

.skill-main-card span {
  margin-top: auto;
  display: inline-block;
  min-width: 142px;
  text-align: center;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 14px;
  background: linear-gradient(135deg, #30b2ff, #2497f1);
  border: 0;
  box-shadow: 0 10px 24px rgba(46, 164, 246, 0.22);
}

.skill-mini-card {
  display: flex;
  flex-direction: column;
  padding: 14px 10px 12px;
  min-height: 246px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(26, 62, 112, 0.28);
  background: transparent;
  text-align: center;
}

.skill-mini-card,
.skill-mini-card:link,
.skill-mini-card:visited,
.skill-mini-card h3,
.skill-mini-card p,
.skill-mini-card span,
.skill-mini-card i {
  color: #fff;
}

.skill-mini-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16px 20px, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 48px 48px, rgba(255, 255, 255, 0.14) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.skill-mini-card::after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -10px;
  width: 110px;
  height: 128px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.26) 0 11px, transparent 12px),
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) 16px 22px / 44px 8px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)) 16px 38px / 58px 6px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) 16px 52px / 30px 18px no-repeat,
    radial-gradient(circle at 38% 84%, rgba(255, 255, 255, 0.22) 0 16px, transparent 17px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14);
  opacity: 0.52;
  transform: rotate(-15deg);
  pointer-events: none;
}

.skill-mini-card > * {
  position: relative;
  z-index: 1;
}

.skill-mini-card i {
  font-size: 34px;
  display: block;
  line-height: 1;
  margin: 2px auto 14px;
  color: #fff;
}

.skill-mini-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  font-weight: 800;
}

.skill-mini-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: inherit;
  min-height: 64px;
  text-align: center;
}

.skill-mini-card span {
  margin-top: 8px;
  padding-top: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: inherit;
  text-align: center;
}

.skill-mini-card.c1 {
  background: linear-gradient(145deg, #85aefb 0%, #90c1ff 100%);
}

.skill-mini-card.c2 {
  background: linear-gradient(145deg, #ffb670 0%, #ffc96f 100%);
}

.skill-mini-card.c3 {
  background: linear-gradient(145deg, #35c0f6 0%, #56d4fb 100%);
}

.skill-mini-card.c4 {
  background: linear-gradient(145deg, #6bddb6 0%, #81e7bb 100%);
}

.skill-mini-card.c5 {
  background: linear-gradient(145deg, #9aa0fb 0%, #a9b4ff 100%);
}

.skill-mini-card.c1::after,
.skill-mini-card.c3::after {
  opacity: 0.56;
}

.skill-mini-card.c2::after,
.skill-mini-card.c4::after,
.skill-mini-card.c5::after {
  opacity: 0.5;
}

.section {
  margin-top: 18px;
}

.skill-signup {
  margin-top: 8px;
}

.skill-signup .section-shell,
.skill-signup-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.section-card .section-shell {
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(22, 40, 67, 0.05);
  padding: 16px 18px 18px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e7edf3;
}

.section-head h2 {
  margin: 0;
  font-size: 21px;
  color: #23364c;
  display: flex;
  align-items: center;
}

.section-head h2 span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}

.section-head h2 span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 2px;
  background: var(--red);
}

.section-head a {
  font-size: 13px;
  color: var(--blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.org-tabs {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f8fafc;
}

.tab-btn {
  display: block;
  width: 100%;
  border: 1px solid #e0e6ed;
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  color: #52667e;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.tab-btn.active {
  color: var(--blue);
  border-color: #ccd8e3;
  background: #f4f8fb;
  box-shadow: inset 3px 0 0 var(--red);
}

.org-panels {
  border: 1px solid #e1e7ee;
  border-radius: 6px;
  padding: 12px;
  background: #fbfcfd;
}

.org-panel {
  display: none;
}

.org-panel.active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.news-layout {
  display: grid;
  grid-template-columns: 418px 1fr;
  gap: 24px;
  align-items: stretch;
}

.news .section-shell {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  padding: 22px 26px 26px;
  background:
    radial-gradient(circle at 16% 8%, rgba(148, 204, 255, 0.22) 0, rgba(148, 204, 255, 0) 24%),
    radial-gradient(circle at 84% 12%, rgba(190, 224, 255, 0.2) 0, rgba(190, 224, 255, 0) 26%),
    linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%);
  box-shadow: 0 18px 40px rgba(64, 124, 191, 0.1);
}

.news .section-shell::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 64px;
  width: 136px;
  height: 136px;
  border-radius: 24px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 1.5px, transparent 2px) 9px 9px / 18px 18px,
    linear-gradient(180deg, rgba(76, 182, 255, 0.22), rgba(76, 182, 255, 0.08));
  opacity: 0.95;
  pointer-events: none;
}

.news .section-shell::after {
  content: '';
  position: absolute;
  right: -72px;
  bottom: -84px;
  width: 260px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(175, 220, 255, 0.3) 0%, rgba(175, 220, 255, 0.08) 58%, rgba(175, 220, 255, 0) 72%);
  pointer-events: none;
}

.news .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 0 0 12px;
  border-bottom: 0;
}

.news .section-head::after {
  content: '';
  position: absolute;
  left: 132px;
  right: 112px;
  top: 22px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(91, 151, 255, 0.26), rgba(91, 151, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(133, 173, 255, 0.5) 0 5px, transparent 5px 10px);
}

.news .section-head h2 {
  position: relative;
  font-size: 20px;
  color: #1b2430;
  gap: 10px;
}

.news-head-icon {
  font-size: 24px;
  color: #80b1f0;
  transform: translateY(-1px);
}

.news .section-head h2 span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}

.news .section-head h2 span::before {
  display: none;
}

.news .section-head h2 span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5b8dff 0%, #4ec2ff 100%);
  box-shadow: 0 0 0 6px rgba(91, 141, 255, 0.12);
  flex: 0 0 auto;
}

.news .section-head a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #85a8ff;
}

.news-carousel {
  position: relative;
  min-height: 300px;
  padding: 10px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  background:
    linear-gradient(145deg, rgba(195, 220, 255, 0.78), rgba(225, 238, 255, 0.56)),
    linear-gradient(180deg, #eff6ff 0%, #dbeaff 100%);
  box-shadow: inset 0 0 0 1px rgba(191, 214, 245, 0.92);
}

.news-carousel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #ffb032;
  border-right: 22px solid transparent;
  z-index: 2;
}

.news-carousel-link {
  display: block;
  position: relative;
  min-height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.news-carousel .news-image {
  height: 280px;
  border-radius: 10px;
}

.news-carousel-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 18px;
  background: linear-gradient(180deg, rgba(18, 46, 86, 0) 0%, rgba(18, 46, 86, 0.82) 100%);
  color: #fff;
}

.news-carousel-mask h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  text-shadow: 0 2px 4px rgba(9, 20, 44, 0.35);
}

.news-carousel-mask p {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 4px rgba(9, 20, 44, 0.32);
}

.news-dots {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.news-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
}

.news-dots button.active {
  width: 18px;
  border-radius: 999px;
  background: #fff;
}

.news-highlight,
.news-list,
.org-panels,
.org-tabs,
.star-grid {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.news-highlight {
  padding: 12px;
  cursor: pointer;
}

.news-image {
  height: 210px;
  border-radius: 10px;
  background:
    linear-gradient(120deg, rgba(13, 107, 208, 0.18), rgba(13, 107, 208, 0.03)),
    radial-gradient(circle at 16% 24%, #9fd8ff 0, #9fd8ff 22%, transparent 23%),
    linear-gradient(180deg, #d8efff 0%, #aacff5 100%);
}

.news-highlight h3 {
  margin: 12px 0 6px;
  font-size: 17px;
}

.news-highlight p {
  margin: 0;
  color: #5a6f8f;
  font-size: 14px;
  line-height: 1.6;
}

.news-highlight:focus-visible {
  outline: 2px solid #3a9eff;
  outline-offset: 2px;
}

.news-list {
  margin: 0;
  padding: 8px 16px;
  list-style: none;
  position: relative;
  z-index: 1;
}

.latest-news-list {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.news .news-carousel {
  border: 0;
  box-shadow: none;
}

.news-list li {
  border-bottom: 1px dashed #e5edf8;
  padding: 0 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1 1 0;
  position: relative;
  border-radius: 12px;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, padding-left 0.2s ease;
}

.news-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #8dbbff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  border-radius: 1px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-list li:hover {
  transform: translateX(4px);
  padding-left: 22px;
  background: linear-gradient(90deg, rgba(236, 246, 255, 0.92), rgba(236, 246, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(185, 214, 247, 0.4);
}

.news-list li:hover::before {
  border-color: #5b8dff;
  box-shadow: 0 0 0 4px rgba(91, 141, 255, 0.1);
  transform: translateY(-50%) rotate(45deg) scale(1.08);
}

.news-list a {
  font-size: 14px;
  color: #405a80;
  flex: 1;
  min-width: 0;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease, transform 0.2s ease;
}

.news-list li:hover a {
  color: #1d66cc;
  transform: translateX(1px);
}

.news-list time {
  font-size: 12px;
  color: #7f93b1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.news-list li:hover time {
  color: #5f86b7;
  transform: translateX(-1px);
}

.org-layout {
  display: grid;
  grid-template-columns: 216px 1fr;
  gap: 0;
  position: relative;
  z-index: 1;
}

.orgs {
  position: relative;
  overflow: hidden;
}

.orgs::before {
  content: '';
  position: absolute;
  left: -48px;
  right: -48px;
  top: 12px;
  bottom: 0;
  background:
    repeating-linear-gradient(120deg, rgba(132, 184, 255, 0.06) 0 2px, transparent 2px 12px),
    linear-gradient(115deg, rgba(146, 196, 255, 0.18) 0%, rgba(146, 196, 255, 0) 38%),
    linear-gradient(25deg, rgba(146, 196, 255, 0.16) 0%, rgba(146, 196, 255, 0) 32%),
    radial-gradient(circle at 20% 16%, rgba(177, 221, 255, 0.18) 0, rgba(177, 221, 255, 0) 24%),
    radial-gradient(circle at 84% 18%, rgba(177, 221, 255, 0.16) 0, rgba(177, 221, 255, 0) 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  z-index: 0;
  pointer-events: none;
}

.orgs .section-shell {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 26px;
  padding: 20px 0 20px;
  background: transparent;
  box-shadow: none;
}

.orgs .section-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, rgba(124, 183, 255, 0.05) 0 2px, transparent 2px 10px);
  opacity: 0.5;
  pointer-events: none;
}

.orgs .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border-bottom: 0;
}

.orgs .section-head::after {
  content: '';
  position: absolute;
  left: 154px;
  right: 150px;
  top: 20px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(91, 151, 255, 0.26), rgba(91, 151, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(133, 173, 255, 0.5) 0 5px, transparent 5px 10px);
}

.orgs .section-head h2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  gap: 10px;
}

.org-head-icon {
  font-size: 24px;
  color: #80b1f0;
  transform: translateY(-1px);
}

.orgs .section-head h2 span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}

.orgs .section-head h2 span::before {
  display: none;
}

.orgs .section-head h2 span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5b8dff 0%, #4ec2ff 100%);
  box-shadow: 0 0 0 6px rgba(91, 141, 255, 0.12);
  flex: 0 0 auto;
}

.orgs .section-head a {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  color: #85a8ff;
}

.org-tabs {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 22px;
  background: linear-gradient(180deg, #2e89ef 0%, #4a9dff 50%, #5baeff 100%);
  border: 0;
  border-radius: 18px 0 0 18px;
  min-height: 640px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.org-tabs::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(23, 85, 191, 0.26)),
    radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.15) 0 1.5px, transparent 2px) 0 0 / 16px 16px;
  opacity: 0.7;
}

.org-tabs::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) 18px calc(100% - 86px) / 28px 72px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 52px calc(100% - 104px) / 34px 90px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) 92px calc(100% - 74px) / 20px 58px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 118px calc(100% - 98px) / 42px 86px no-repeat,
    radial-gradient(circle at 132px calc(100% - 124px), rgba(255, 255, 255, 0.12) 0 14px, transparent 15px),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(16, 82, 192, 0.28));
  opacity: 0.72;
  pointer-events: none;
}

.org-tabs-hero {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 8px 0 18px;
}

.org-tabs-hero strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
}

.org-tabs-hero::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: 14px 0 18px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.42), rgba(255,255,255,0));
}

.org-tabs-hero p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.org-tabs .tab-btn {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.org-tabs .tab-btn.active {
  color: #1b76e4;
  border-color: rgba(255,255,255,0.82);
  background: #fff;
  box-shadow: 0 10px 20px rgba(30, 102, 199, 0.18);
}

.org-content {
  min-width: 0;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 0 18px 18px 0;
  padding: 14px 16px 16px;
  box-shadow: inset 0 0 0 1px rgba(214, 230, 249, 0.9);
}

.org-content-head {
  padding: 0 4px 14px;
  font-size: 16px;
  font-weight: 700;
  color: #6a6a6a;
}

.org-panels {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.org-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  position: relative;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.org-card:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 16px 28px rgba(48, 103, 171, 0.14));
}

.org-pic {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 178px;
  border-radius: 6px;
  position: relative;
  overflow: visible;
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-radius 0.22s ease;
}

.org-card:hover .org-pic {
  transform: translateY(-2px) scale(1.015);
  border-radius: 10px;
  box-shadow: 0 14px 26px rgba(52, 106, 170, 0.14);
}

.org-pic.c1 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-pic.c2 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-pic.c3 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-pic.c4 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-pic.c5 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-pic.c6 {
  background: linear-gradient(145deg, #f6f8fa 0%, #eef2f5 100%);
}

.org-card h3 {
  margin: 10px 0 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
  overflow-wrap: anywhere;
  word-break: break-all;
  color: #4f4f4f;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.2s ease, transform 0.2s ease;
}

.org-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  min-height: 42px;
  overflow-wrap: anywhere;
  word-break: break-all;
  color: #6b82a4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.2s ease, transform 0.2s ease;
}

.org-card:hover h3 {
  color: #2370db;
  transform: translateX(2px);
}

.org-card:hover p {
  color: #5d7fa8;
  transform: translateX(2px);
}

.org-logo {
  position: absolute;
  right: 30px;
  bottom: -17px;
  top: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #eef4fb;
  box-shadow: 0 8px 14px rgba(22, 40, 67, 0.12);
  z-index: 6;
}

.stars .section-shell {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  padding: 22px 24px 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(170, 218, 255, 0.26) 0, rgba(170, 218, 255, 0) 22%),
    radial-gradient(circle at 88% 18%, rgba(193, 228, 255, 0.22) 0, rgba(193, 228, 255, 0) 24%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
  box-shadow: 0 18px 40px rgba(64, 124, 191, 0.1);
}

.stars .section-shell::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 58px;
  width: 152px;
  height: 152px;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 2px, transparent 2.4px) 0 0 / 18px 18px,
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 1.5px, transparent 2px) 9px 9px / 18px 18px,
    linear-gradient(180deg, rgba(102, 170, 255, 0.18), rgba(102, 170, 255, 0.05));
  opacity: 0.95;
  pointer-events: none;
}

.stars .section-shell::after {
  content: '';
  position: absolute;
  right: -78px;
  bottom: -98px;
  width: 286px;
  height: 176px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(175, 220, 255, 0.28) 0%, rgba(175, 220, 255, 0.08) 56%, rgba(175, 220, 255, 0) 72%);
  pointer-events: none;
}

.stars .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 0 0 10px;
  border-bottom: 0;
}

.stars .section-head::after {
  content: '';
  position: absolute;
  left: 148px;
  right: 114px;
  top: 21px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(91, 151, 255, 0.26), rgba(91, 151, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(133, 173, 255, 0.48) 0 5px, transparent 5px 10px);
}

.stars .section-head h2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.star-head-icon {
  font-size: 24px;
  color: #80b1f0;
  transform: translateY(-1px);
}

.stars .section-head h2 span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}

.stars .section-head h2 span::before {
  display: none;
}

.stars .section-head h2 span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5b8dff 0%, #4ec2ff 100%);
  box-shadow: 0 0 0 6px rgba(91, 141, 255, 0.12);
  flex: 0 0 auto;
}

.stars .section-head a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #85a8ff;
}

.stars .star-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.star-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  text-align: center;
  padding: 16px 12px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.96) 100%);
  border: 1px solid rgba(194, 219, 246, 0.92);
  color: inherit;
  box-shadow: 0 16px 30px rgba(64, 124, 191, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.star-card::before {
  content: '';
  position: absolute;
  right: -24px;
  top: -26px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(131, 188, 255, 0.2) 0%, rgba(131, 188, 255, 0.05) 60%, rgba(131, 188, 255, 0) 72%);
  pointer-events: none;
}

.star-card:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 255, 0.94) 100%);
}

.star-card:nth-child(3n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 100%);
}

.star-card:hover {
  transform: translateY(-4px);
  border-color: #c9def6;
  box-shadow: 0 18px 34px rgba(41, 97, 165, 0.14);
}

.avatar {
  width: 114px;
  height: 152px;
  margin: 0 auto 12px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  background-color: #dce8f6;
}

.avatar-placeholder {
  background: #edf2f7;
}

.a1 {
  background: linear-gradient(135deg, #89a9ca, #4f6f94);
}

.a2 {
  background: linear-gradient(135deg, #c7b18b, #9d7647);
}

.a3 {
  background: linear-gradient(135deg, #98b6b0, #5f857e);
}

.a4 {
  background: linear-gradient(135deg, #a5a3ba, #696787);
}

.a5 {
  background: linear-gradient(135deg, #caa5ad, #8f6570);
}

.a6 {
  background: linear-gradient(135deg, #98afc7, #5f7694);
}

.a7 {
  background: linear-gradient(135deg, #9db8cc, #567e9d);
}

.a8 {
  background: linear-gradient(135deg, #adc0d6, #6e88a5);
}

.star-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #284f80;
}

.star-card p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.star-card .star-service {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #4c6f98;
}

.star-card .star-company {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.55;
  color: #7488a3;
}

.friend-links .section-shell {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  padding: 22px 24px 24px;
  background:
    radial-gradient(circle at 86% 20%, rgba(185, 222, 255, 0.18) 0, rgba(185, 222, 255, 0) 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 16px 34px rgba(64, 124, 191, 0.08);
}

.friend-links .section-shell::before {
  content: '';
  position: absolute;
  left: -18px;
  bottom: -34px;
  width: 214px;
  height: 126px;
  border-radius: 44px;
  background:
    repeating-linear-gradient(135deg, rgba(123, 184, 255, 0.1) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(123, 184, 255, 0.12), rgba(123, 184, 255, 0.02));
  pointer-events: none;
}

.friend-links .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 0;
  border-bottom: 0;
}

.friend-links .section-head h2 span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 800;
}

.friend-links .section-head h2 span::before {
  display: none;
}

.friend-links .section-head h2 span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5b8dff 0%, #4ec2ff 100%);
  box-shadow: 0 0 0 6px rgba(91, 141, 255, 0.12);
  flex: 0 0 auto;
}

.friend-links-head-icon {
  font-size: 24px;
  color: #80b1f0;
  transform: translateY(-1px);
}

.friend-links-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
}

.friend-link-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  padding: 0 40px 0 34px;
  border-radius: 14px;
  border: 1px solid rgba(205, 222, 242, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 255, 0.92) 100%);
  color: #5f7289;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 8px 18px rgba(41, 97, 165, 0.05);
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.friend-link-card::before {
  content: '';
  position: absolute;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(180deg, #5b8dff 0%, #4ec2ff 100%);
  box-shadow: 0 0 0 4px rgba(91, 141, 255, 0.08);
}

.friend-link-card::after {
  content: '->';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #91add0;
}

.friend-link-card:hover {
  color: var(--blue);
  transform: translateY(-1px);
  border-color: #c8def7;
  box-shadow: 0 10px 20px rgba(41, 97, 165, 0.08);
}

.footer {
  margin-top: 26px;
  position: relative;
  overflow: hidden;
  border-top: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(99, 160, 255, 0.24) 0, rgba(99, 160, 255, 0) 20%),
    radial-gradient(circle at 84% 16%, rgba(93, 198, 255, 0.16) 0, rgba(93, 198, 255, 0) 18%),
    linear-gradient(180deg, #294a73 0%, #1f395a 100%);
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  padding: 26px 0 30px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 520px;
  gap: 24px;
  color: rgba(233, 242, 255, 0.84);
  font-size: 13px;
  line-height: 1.8;
}

.footer p {
  margin: 0;
}

.footer strong,
.footer span {
  color: inherit;
}

.footer-info strong {
  display: inline-block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.4px;
}

.footer a {
  color: #d9ebff;
}

.footer-info,
.footer-links {
  min-width: 0;
}

.footer-qrs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

.qr-block {
  text-align: center;
  color: rgba(240, 247, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 10px 10px;
  box-shadow: 0 12px 24px rgba(10, 26, 46, 0.16);
  backdrop-filter: blur(6px);
}

.qr-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
  border-radius: 8px;
  border: 1px solid rgba(231, 241, 255, 0.46);
  object-fit: cover;
}

.qr-block p {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .home-banner {
    min-height: 500px;
  }

  .home-banner-link {
    min-height: 500px;
  }

  .home-banner-overlay-inner {
    gap: 18px;
    padding: 16px 0 98px;
    transform: translateY(-36px);
  }

  .home-banner-brand {
    width: min(520px, 50%);
  }

  .hot-service-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hot-service-ai-search {
    width: min(100%, 488px);
  }

  .hot-service-slogan {
    padding-top: 0;
  }

  .stars .star-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .friend-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-qrs {
    grid-column: 1 / -1;
  }
}

@media (max-width: 992px) {
  .stars .section-head::after,
  .friend-links .section-shell::before {
    display: none;
  }

  .stars .star-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .friend-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-banner {
    min-height: 360px;
  }

  .home-banner-link {
    min-height: 360px;
  }

  .home-banner-overlay-inner {
    gap: 14px;
    padding: 18px 0 78px;
    transform: translateY(-24px);
  }

  .home-banner-brand {
    width: min(280px, calc(100% - 32px));
  }

  .home-banner-dots {
    bottom: 20px;
  }

  .hot-service-ai-search {
    width: 100%;
    padding-right: 5px;
  }

  .hot-service-slogan {
    font-size: 13px;
  }

  .hot-service-ai-chip::after {
    display: none;
  }

  .hot-service-ai-chip {
    padding-left: 10px;
    padding-right: 12px;
  }

  .hot-service-ai-search input {
    font-size: 13px;
  }

  .hot-service-ai-search button {
    min-width: 88px;
    padding: 0 12px;
  }

  .hot-service-ai-search button span {
    display: none;
  }

  .stars .section-shell,
  .friend-links .section-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stars .section-head,
  .friend-links .section-head {
    margin-bottom: 14px;
  }

  .stars .section-head::after {
    display: none;
  }

  .stars .star-grid,
  .friend-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-qrs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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