/* ===== 阿里妈妈数黑体 Bold ===== */
@font-face {
  font-family: 'AlimamaShuHeiTi';
  src: url('assets/fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
       url('assets/fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

:root {
  --blue: #1769ff;
  --blue-2: #4b8dff;
  --blue-3: #7cbcff;
  --cyan: #38d8dc;
  --violet: #7567ff;
  --ink: #10213b;
  --ink-2: #445570;
  --muted: #71809a;
  --line: #dce7f6;
  --soft: #f4f8ff;
  --soft-blue: #eaf3ff;
  --white: #fff;
  --dark: #071329;
  --container: 1180px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(44, 99, 190, .14);
  --shadow-sm: 0 12px 34px rgba(45, 93, 163, .1);
}

/* 禁止页面横向滚动（clip 不产生滚动容器，不影响 sticky 头部） */
html { overflow-x: hidden; overflow-x: clip; }
/* 移动端菜单打开时锁定页面滚动（锁在 html 上，避免 body 变滚动容器破坏 sticky） */
html.menu-open { overflow: hidden; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 72px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open { overflow: hidden; }

button, input, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

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

button { color: inherit; }

img { display: block; max-width: 100%; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 999;
  padding: 10px 16px;
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(207, 221, 243, .7);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(23, 53, 102, .08); background: rgba(255,255,255,.96); }

.nav-shell { min-height: 72px; display: flex; align-items: center; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }

.brand-mark {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 12px 12px 12px 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(145deg, #155af2, #4d98ff);
  box-shadow: 0 8px 20px rgba(23, 105, 255, .24);
}
.brand-logo-img {
  width: auto;
  height: 54px;
  object-fit: contain;
  display: block;
}

.brand-copy { display: none; }

.desktop-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 3px; }

.desktop-nav a {
  position: relative;
  padding: 23px 12px 20px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  transition: color .2s ease;
}

.desktop-nav a::after {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: #2643CE;
  transform: translateX(-50%);
  transition: width .2s ease;
}

.desktop-nav a:hover, .desktop-nav a.active { color: #2643CE; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 20px; }

.header-contact { display: none; /* 隐藏导航右侧咨询电话，需要恢复时改回 flex */ align-items: center; gap: 5px; flex: 0 0 auto; color: #7c8899; font-size: 12px; white-space: nowrap; }
.header-contact a { color: #2b3c58; }
.phone-icon { color: var(--blue); font-size: 16px; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--soft);
  cursor: pointer;
}

.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { padding: 8px 20px 22px; border-top: 1px solid var(--line); background: #fff; }
.mobile-menu a { display: block; padding: 11px 6px; color: var(--ink-2); border-bottom: 1px solid #edf2f9; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(84, 185, 255, .22), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(43, 121, 255, .12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf6ff 42%, #e7f2ff 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(59, 121, 227, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 121, 227, .08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, transparent 92%);
}

.hero::before {
  position: absolute;
  width: 580px;
  height: 580px;
  top: 68px;
  right: 3%;
  content: "";
  border: 1px solid rgba(42, 115, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(61, 136, 255, .035), 0 0 0 145px rgba(61, 136, 255, .025);
}

.hero-aurora { position: absolute; border-radius: 999px; filter: blur(8px); transform: rotate(-22deg); }
.hero-aurora-a { width: 660px; height: 90px; right: -40px; top: 182px; background: linear-gradient(90deg, transparent, rgba(69, 154, 255, .16), transparent); }
.hero-aurora-b { width: 460px; height: 64px; left: -90px; bottom: 100px; background: linear-gradient(90deg, transparent, rgba(80, 205, 255, .15), transparent); }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 52px; padding-block: 76px 88px; }
.hero-inner > *, .advantage-layout > *, .teacher-shell > *, .campus-shell > * { min-width: 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; color: #2765ce; background: rgba(224, 239, 255, .8); border: 1px solid rgba(82, 148, 255, .17); border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #35d8cf; box-shadow: 0 0 0 5px rgba(53,216,207,.14); }

.hero h1 { max-width: 640px; margin: 22px 0 20px; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { font-style: normal; color: transparent; background: linear-gradient(90deg, #1769ff 0%, #576ef5 52%, #1dbbd5 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 560px; margin: 0; color: #5f6f87; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #1769ff, #2e7bff); box-shadow: 0 12px 30px rgba(23,105,255,.24); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(23,105,255,.32); }
.button-ghost { color: #315171; background: rgba(255,255,255,.72); border-color: #ccddf3; }
.button-white { color: #175de0; background: #fff; box-shadow: 0 12px 32px rgba(0,43,130,.18); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-block { width: 100%; }

.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.proof-avatars { display: flex; padding-left: 7px; }
.proof-avatars i { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; color: #fff; border: 3px solid #eef7ff; border-radius: 50%; background: linear-gradient(145deg, #467cff, #27c7db); font-size: 10px; font-style: normal; font-weight: 800; }
.proof-avatars i:nth-child(2) { background: linear-gradient(145deg, #796cff, #4b91ff); }
.proof-avatars i:nth-child(3) { background: linear-gradient(145deg, #26b79a, #4ddfc9); }
.proof-avatars i:nth-child(4) { color: var(--blue); background: #fff; }
.hero-proof p { margin: 0; color: #8794a6; font-size: 11px; line-height: 1.55; }
.hero-proof strong { color: #354761; font-size: 12px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; perspective: 1100px; }
.dashboard-card { position: relative; z-index: 3; width: 510px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.74); box-shadow: 0 34px 90px rgba(41, 103, 188, .24); backdrop-filter: blur(14px); transform: rotateY(-7deg) rotateX(2deg) rotateZ(-1.5deg); }
.dashboard-top { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; color: #6f819b; border-bottom: 1px solid rgba(196,214,238,.8); font-size: 10px; letter-spacing: .12em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #99b3d5; }
.window-dots i:first-child { background: #498fff; }
.live-dot { color: #27b7a0; }
.dashboard-body { display: grid; grid-template-columns: 56px 1fr; min-height: 320px; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 25px; border-right: 1px solid #e2ebf7; background: rgba(240,246,255,.6); }
.dashboard-sidebar i { width: 17px; height: 17px; border-radius: 5px; background: #c8d9ef; }
.dashboard-sidebar i:first-child { background: linear-gradient(145deg, #337aff, #6bb7ff); box-shadow: 0 7px 14px rgba(49,122,255,.25); }
.dashboard-main { position: relative; padding: 26px 28px; }
.metric-line { display: flex; justify-content: space-between; color: #71819a; font-size: 12px; }
.metric-line strong { color: var(--blue); }
.progress { height: 7px; margin-top: 10px; overflow: hidden; border-radius: 9px; background: #e4edf8; }
.progress i { display: block; width: 78%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2a72ff, #43d3e0); }
.code-card { display: grid; grid-template-columns: 30px 1fr; gap: 8px 3px; margin-top: 25px; padding: 20px; color: #96a8c1; border: 1px solid #dce9f7; border-radius: 14px; background: rgba(247,251,255,.9); font: 11px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-card b { color: #485c77; font-weight: 500; }
.code-card .code-blue { color: #2775f5; }
.mini-chart { position: absolute; left: 28px; right: 28px; bottom: 26px; height: 74px; display: flex; align-items: flex-end; gap: 12px; padding: 10px 16px; border-radius: 12px; background: linear-gradient(180deg, rgba(238,246,255,.3), #eef5ff); }
.mini-chart i { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #42d2df, #367eff); box-shadow: 0 5px 12px rgba(50,126,255,.14); }
.ai-core { position: absolute; z-index: 2; top: 8px; right: 15px; width: 160px; height: 160px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #8eefff, #3c83ff 42%, #786aff 72%, #2446c3); box-shadow: 0 24px 60px rgba(49,116,255,.34), inset 0 0 40px rgba(255,255,255,.28); }
.ai-core::before, .ai-core::after { position: absolute; inset: 13px; content: ""; border: 1px solid rgba(255,255,255,.45); border-radius: 42% 58% 61% 39% / 50% 40% 60% 50%; animation: coreSpin 12s linear infinite; }
.ai-core::after { inset: 26px; animation-duration: 8s; animation-direction: reverse; }
.ai-core span { position: relative; z-index: 1; font-size: 48px; font-weight: 900; letter-spacing: -.06em; text-shadow: 0 6px 20px rgba(14,47,137,.36); }
.orbit { position: absolute; border: 1px solid rgba(53,127,255,.22); border-radius: 50%; }
.orbit::after { position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; content: ""; border-radius: 50%; background: #38d6d6; box-shadow: 0 0 0 8px rgba(56,214,214,.1); }
.orbit-one { width: 455px; height: 455px; animation: coreSpin 20s linear infinite; }
.orbit-two { width: 350px; height: 350px; border-style: dashed; animation: coreSpin 16s linear reverse infinite; }
.float-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 15px 11px 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 16px 34px rgba(55,107,179,.16); backdrop-filter: blur(10px); }
.float-chip > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(145deg, #2f78ff, #55b7ff); font-weight: 800; }
.float-chip div { display: flex; flex-direction: column; }
.float-chip b { font-size: 12px; }
.float-chip small { color: #8a98ab; font-size: 9px; }
.chip-job { left: -8px; top: 85px; animation: floatY 5s ease-in-out infinite; }
.chip-course { right: -16px; bottom: 58px; animation: floatY 5.5s ease-in-out infinite reverse; }
.hero-bottom-fade { position: absolute; z-index: 1; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(255,255,255,.68)); }

@keyframes coreSpin { to { transform: rotate(360deg); } }
@keyframes floatY { 50% { transform: translateY(-9px); } }

.proof-bar { position: relative; z-index: 6; margin-top: -1px; border-top: 1px solid rgba(204,221,244,.7); border-bottom: 1px solid rgba(204,221,244,.7); background: rgba(255,255,255,.94); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 30px 28px; }
.stat-item:not(:last-child)::after { position: absolute; top: 25%; right: 0; width: 1px; height: 50%; content: ""; background: var(--line); }
.stat-value { display: flex; align-items: baseline; color: #2d5f9f; font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.stat-value small { font-size: 19px; }
.stat-copy { display: flex; flex-direction: column; line-height: 1.4; }
.stat-copy strong { font-size: 13px; }
.stat-copy small { color: #95a3b7; font-size: 10px; }

.section { position: relative; padding: 106px 0; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-kicker { display: block; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2, .section-heading-row h2, .faq-intro h2, .advantage-copy h2, .teacher-copy h2, .cta-shell h2 { margin: 10px 0 12px; font-size: clamp(32px, 4vw, 46px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); }

.programs { overflow: hidden; background: #fff; }
.programs::before { position: absolute; top: 60px; left: -180px; width: 360px; height: 360px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(77,154,255,.08), transparent 68%); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #dfe9f6; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.program-card:hover { transform: translateY(-8px); border-color: #b9d2f7; box-shadow: var(--shadow); }
.program-image { position: relative; height: 210px; overflow: hidden; background: #edf5ff; }
.program-image img { width: 100%; height: auto; min-height: 100%; object-fit: cover; object-position: top center; transition: transform .6s ease; }
.program-card:hover .program-image img { transform: scale(1.035); }
.program-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to bottom, transparent 45%, rgba(9,32,84,.36)); }
.program-code { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 6px 10px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; background: rgba(11,52,131,.5); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.program-duration { position: absolute; z-index: 2; right: 15px; bottom: 15px; padding: 5px 9px; color: #fff; border-radius: 8px; background: rgba(7,23,55,.54); font-size: 10px; }
.program-body { padding: 25px; }
.program-body h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.program-subtitle { display: block; margin-top: 2px; color: var(--blue); font-size: 12px; font-weight: 700; }
.program-body p { min-height: 78px; margin: 16px 0 18px; color: #6f7d91; font-size: 13px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: 4px 8px; color: #55708f; border-radius: 7px; background: #f0f6ff; font-size: 10px; }
.program-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid #edf2f8; }
.program-card-footer button { padding: 0; color: var(--blue); border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.program-card-footer i { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); font-style: normal; }
.program-card[data-color="violet"] .program-card-footer i { background: linear-gradient(135deg, #625cf5, #8a7dff); }
.program-card[data-color="cyan"] .program-card-footer i { background: linear-gradient(135deg, #13a7bd, #39d7cc); }

.advantage-section { overflow: hidden; background: linear-gradient(135deg, #f4f9ff, #eaf4ff 68%, #f7fbff); }
.advantage-section::before { position: absolute; right: -140px; bottom: -280px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(69,133,235,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(65,134,243,.035), 0 0 0 140px rgba(65,134,243,.025); }
.advantage-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.advantage-copy h2 { max-width: 520px; }
.advantage-copy > p { max-width: 530px; color: var(--muted); }
.advantage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 26px; }
.service-card { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(204,220,242,.85); border-radius: 14px; background: rgba(255,255,255,.7); }
.service-icon { width: 38px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border-radius: 11px; background: #e5f0ff; font-size: 17px; font-weight: 800; }
.service-card div { display: flex; flex-direction: column; }
.service-card strong { font-size: 13px; }
.service-card small { color: #8b98aa; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; color: var(--blue); border: 0; background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.advantage-visual { position: relative; min-height: 520px; }
.photo-window { position: absolute; inset: 36px 20px 25px 64px; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.72); border-radius: 30px; background: #dbeaff; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.photo-window img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.92); }
.photo-window::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(35,110,255,.06), rgba(255,255,255,.16)); }
.salary-card { position: absolute; z-index: 3; left: 0; bottom: 0; width: 245px; padding: 24px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: linear-gradient(145deg, rgba(18,87,229,.94), rgba(68,133,255,.92)); box-shadow: 0 20px 45px rgba(31,95,213,.27); backdrop-filter: blur(8px); }
.salary-card > span { color: #bfd8ff; font-size: 11px; }
.salary-card strong { display: flex; align-items: baseline; gap: 5px; margin-top: 5px; font-size: 42px; line-height: 1.2; }
.salary-card strong i { font-style: normal; }
.salary-card strong small { font-size: 11px; }
.salary-card p { margin: 0; color: #d9e8ff; font-size: 11px; }
.salary-bars { height: 55px; display: flex; align-items: flex-end; gap: 7px; margin-top: 18px; }
.salary-bars i { flex: 1; border-radius: 4px 4px 1px 1px; background: rgba(255,255,255,.42); }
.salary-bars i:nth-child(1) { height: 25%; }.salary-bars i:nth-child(2) { height: 42%; }.salary-bars i:nth-child(3) { height: 35%; }.salary-bars i:nth-child(4) { height: 58%; }.salary-bars i:nth-child(5) { height: 68%; }.salary-bars i:nth-child(6) { height: 80%; }.salary-bars i:nth-child(7) { height: 100%; background: #56e2d7; }
.rate-badge { position: absolute; z-index: 4; top: 5px; right: 0; width: 118px; height: 118px; display: grid; align-content: center; justify-items: center; color: var(--blue); border: 8px solid rgba(255,255,255,.72); border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); }
.rate-badge b { font-size: 28px; line-height: 1.1; }
.rate-badge span { color: #8a98aa; font-size: 10px; }

.curriculum-section { overflow: hidden; background: #fff; }
.curriculum-shell { overflow: hidden; border: 1px solid #dce8f7; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.curriculum-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 9px; background: #eff6ff; }
.curriculum-tabs button { min-height: 58px; padding: 8px 15px; color: #6b7d94; border: 0; border-radius: 15px; background: transparent; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.curriculum-tabs button[aria-selected="true"] { color: var(--blue); background: #fff; box-shadow: 0 7px 22px rgba(40,97,177,.11); }
.curriculum-panel { padding: 42px; }
.curriculum-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.curriculum-summary h3 { margin: 0; font-size: 25px; }
.curriculum-summary p { max-width: 700px; margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.curriculum-summary span { flex: 0 0 auto; padding: 7px 12px; color: var(--blue); border-radius: 9px; background: #eaf3ff; font-size: 11px; font-weight: 800; }
.stage-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.stage-list::before { position: absolute; z-index: 0; top: 25px; left: 8%; right: 8%; height: 1px; content: ""; background: linear-gradient(90deg, #a6c8ff, #62d5e1); }
.stage-card { position: relative; z-index: 1; padding: 58px 18px 20px; border: 1px solid #dfebf8; border-radius: 17px; background: linear-gradient(180deg, #f8fbff, #fff); }
.stage-number { position: absolute; top: 10px; left: 50%; width: 31px; height: 31px; display: grid; place-items: center; color: #fff; border: 4px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #347cff, #43ccd9); box-shadow: 0 4px 12px rgba(45,119,245,.25); transform: translateX(-50%); font-size: 9px; font-weight: 800; }
.stage-card strong { display: block; min-height: 43px; font-size: 13px; line-height: 1.45; }
.stage-card small { display: block; margin: 7px 0; color: var(--blue); font-size: 9px; font-weight: 700; }
.stage-card p { margin: 0; color: #8794a6; font-size: 10px; line-height: 1.55; }

.teacher-section { padding-top: 40px; }
.teacher-shell { position: relative; display: grid; grid-template-columns: 320px 1fr auto; align-items: center; gap: 48px; padding: 48px 55px; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(135deg, #0c1d40, #112f68 58%, #1769b8); box-shadow: 0 28px 70px rgba(6,30,75,.24); }
.teacher-shell::before { position: absolute; right: -130px; bottom: -300px; width: 540px; height: 540px; content: ""; border: 1px solid rgba(107,181,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(95,174,255,.035), 0 0 0 140px rgba(95,174,255,.025); }
.teacher-portrait { position: relative; height: 330px; display: grid; place-items: center; }
.portrait-avatar { position: relative; z-index: 2; width: 218px; height: 270px; display: grid; align-items: end; justify-content: center; overflow: hidden; color: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.2); border-radius: 105px 105px 26px 26px; background: linear-gradient(160deg, #5c8ed1, #1e3a67 55%, #101b31); font-size: 180px; font-weight: 800; line-height: .9; text-shadow: 0 20px 40px rgba(0,0,0,.3); }
.portrait-orbit { position: absolute; width: 310px; height: 310px; border: 1px dashed rgba(116,189,255,.36); border-radius: 50%; animation: coreSpin 22s linear infinite; }
.portrait-orbit::before, .portrait-orbit::after { position: absolute; content: ""; border-radius: 50%; background: #47d8d2; box-shadow: 0 0 0 8px rgba(71,216,210,.08); }
.portrait-orbit::before { top: 26px; left: 42px; width: 8px; height: 8px; }
.portrait-orbit::after { right: 14px; bottom: 88px; width: 11px; height: 11px; background: #5c8fff; }
.portrait-tag { position: absolute; z-index: 3; padding: 7px 11px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(80,136,224,.42); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; }
.tag-a { left: 15px; top: 96px; }.tag-b { right: 12px; bottom: 78px; }
.teacher-copy { position: relative; z-index: 2; color: #fff; }
.teacher-copy .section-kicker { color: #6fe5e1; }
.teacher-copy blockquote { max-width: 590px; margin: 17px 0 22px; color: #d6e6fb; font-size: 18px; line-height: 1.7; }
.teacher-name { display: flex; align-items: baseline; gap: 12px; }
.teacher-name strong { font-size: 20px; }.teacher-name span { color: #8faed2; font-size: 11px; }
.teacher-copy ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; color: #adc2df; font-size: 11px; list-style: none; }
.teacher-copy li::before { margin-right: 8px; color: #56dcd6; content: "✓"; }
.teacher-score { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-left: 36px; color: #fff; border-left: 1px solid rgba(255,255,255,.14); }
.teacher-score strong { font-size: 40px; line-height: 1; }.teacher-score span { margin: 5px 0; color: #8faed2; font-size: 10px; }.teacher-score small { color: #ffd66e; letter-spacing: .08em; }

.outcomes-section { overflow: hidden; background: linear-gradient(145deg, #071329, #0b2145 58%, #102e5c); }
.outcomes-section::before { position: absolute; inset: 0; content: ""; opacity: .24; background-image: linear-gradient(rgba(106,163,246,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(106,163,246,.14) 1px, transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle at 50% 40%, #000, transparent 70%); }
.section-heading-light { position: relative; color: #fff; }
.section-heading-light .section-kicker { color: #62e0dc; }
.section-heading-light p { color: #8da6c7; }
.outcomes-table-wrap { position: relative; overflow-x: auto; border: 1px solid rgba(128,173,234,.17); border-radius: 22px; background: rgba(15,42,82,.72); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.outcomes-table { min-width: 820px; }
.outcomes-row { display: grid; grid-template-columns: .72fr 1.25fr 1.15fr .7fr .55fr; align-items: center; min-height: 67px; padding: 0 28px; color: #c9d7eb; border-bottom: 1px solid rgba(134,176,231,.11); font-size: 12px; }
.outcomes-row:last-child { border-bottom: 0; }
.outcomes-head { min-height: 56px; color: #7fa4d7; background: rgba(86,142,219,.08); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.outcomes-row span:nth-child(4) { color: #fff; font-weight: 800; }.outcomes-row span:nth-child(5) { color: #54d9cf; font-weight: 800; }
.company-cloud { position: relative; display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin-top: 30px; }
.company-cloud span { min-height: 50px; display: grid; place-items: center; padding: 8px; color: #8ca4c5; border: 1px solid rgba(128,173,234,.12); border-radius: 10px; background: rgba(255,255,255,.035); font-size: 11px; text-align: center; }

.ecosystem-section { background: #fff; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.design-card { position: relative; min-height: 260px; padding: 0; overflow: hidden; color: #fff; border: 0; border-radius: 20px; background: #dfeaff; box-shadow: var(--shadow-sm); cursor: pointer; text-align: left; }
.design-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s ease; }
.design-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to bottom, rgba(8,27,67,.02) 35%, rgba(5,25,66,.88) 100%); }
.design-card:hover img { transform: scale(1.045); }
.design-card-copy { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.design-card-copy div { display: flex; flex-direction: column; }
.design-card-copy strong { font-size: 18px; }.design-card-copy small { color: #c9d9ef; font-size: 10px; }
.design-card-copy i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.12); font-style: normal; backdrop-filter: blur(5px); }
.design-card::before { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 4px; content: ""; background: var(--card-accent); }

.campus-section { overflow: hidden; background: linear-gradient(180deg, #f5f9ff, #edf5ff); }
.campus-section::after { position: absolute; right: -80px; bottom: -130px; width: 430px; height: 430px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(39,132,255,.12), transparent 68%); }
.campus-shell { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 480px; overflow: hidden; border: 1px solid #d5e4f7; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.campus-media { position: relative; min-height: 480px; overflow: hidden; background: #dceaff; }
.campus-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.campus-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 65%, rgba(255,255,255,.22)); }
.campus-content { display: flex; flex-direction: column; padding: 38px; }
.campus-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.campus-tabs button { padding: 8px 12px; color: #708098; border: 1px solid #d9e5f4; border-radius: 9px; background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.campus-tabs button[aria-selected="true"] { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 20px rgba(23,105,255,.2); }
.campus-content article { display: flex; flex-direction: column; flex: 1; padding-top: 30px; }
.campus-city { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.campus-content h3 { margin: 5px 0 12px; font-size: 28px; }
.campus-address { margin: 0; color: var(--muted); font-size: 13px; }
.campus-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.campus-features span { padding: 6px 9px; color: #486786; border-radius: 8px; background: #edf5ff; font-size: 10px; }
.class-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding: 17px 18px; border: 1px solid #dce8f7; border-radius: 14px; background: #f7fbff; }
.class-card div { display: flex; flex-direction: column; }.class-card small { color: #8d99aa; font-size: 9px; }.class-card strong { font-size: 13px; }.class-card button { padding: 0; color: var(--blue); border: 0; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }

.news-section { background: #fff; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-heading-row h2 { margin-bottom: 0; }
.news-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 20px; }
.news-card { min-height: 300px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #dfe8f4; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card-featured { grid-row: span 2; color: #fff; border-color: transparent; background: linear-gradient(145deg, #1b62e7, #358cff 55%, #2dbac8); }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.news-meta time { color: #8795a9; font-size: 10px; }.news-card-featured .news-meta time { color: #cfe0ff; }
.news-category { padding: 4px 8px; color: var(--blue); border-radius: 7px; background: #eaf3ff; font-size: 9px; font-weight: 800; }
.news-card-featured .news-category { color: #fff; background: rgba(255,255,255,.17); }
.news-card h3 { margin: 22px 0 10px; font-size: 19px; line-height: 1.45; letter-spacing: -.02em; }
.news-card-featured h3 { margin-top: auto; font-size: 30px; }
.news-card p { margin: 0; color: #7d899b; font-size: 11px; }.news-card-featured p { color: #d7e5fc; }
.news-arrow { width: 36px; height: 36px; display: grid; place-items: center; margin-top: auto; color: var(--blue); border-radius: 50%; background: #edf5ff; }
.news-card-featured .news-arrow { margin-top: 24px; color: #fff; background: rgba(255,255,255,.16); }

.faq-section { background: #f5f9ff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { margin: 18px 0 28px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid #dce6f4; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(46,89,151,.06); }
.faq-question { width: 100%; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border: 0; background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
.faq-question i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border-radius: 50%; background: #edf5ff; font-style: normal; transition: transform .25s ease; }
.faq-question[aria-expanded="true"] i { color: #fff; background: var(--blue); transform: rotate(45deg); }
.faq-answer { padding: 0 22px 20px; color: #748196; font-size: 13px; }
.faq-answer p { margin: 0; }

.cta-section { padding: 84px 0; background: #f5f9ff; }
.cta-shell { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: 48px 54px; overflow: hidden; color: #fff; border-radius: var(--radius-xl); background: linear-gradient(120deg, #1158da, #257cfa 54%, #26b7c9); box-shadow: 0 30px 70px rgba(24,92,210,.25); }
.cta-shell::after { position: absolute; width: 380px; height: 380px; right: -110px; top: -190px; content: ""; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.025); }
.cta-shell > * { position: relative; z-index: 2; }
.cta-shell .section-kicker { color: #a7f4ef; }
.cta-shell h2 { margin-bottom: 6px; font-size: 34px; }
.cta-shell p { margin: 0; color: #d4e6ff; font-size: 13px; }
.cta-orb { width: 88px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 26px; background: rgba(255,255,255,.13); backdrop-filter: blur(8px); transform: rotate(-8deg); }
.cta-orb i { font-size: 31px; font-style: normal; font-weight: 900; transform: rotate(8deg); }

.site-footer { color: #9eabc1; background: #071329; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1.5fr .8fr; gap: 70px; padding: 68px 0 48px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; font-size: 12px; line-height: 1.8; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-link-group { display: flex; flex-direction: column; gap: 8px; }
.footer-link-group strong { margin-bottom: 7px; color: #fff; font-size: 12px; }
.footer-link-group a { font-size: 11px; transition: color .2s ease; }.footer-link-group a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact > span { font-size: 10px; }
.footer-contact a { margin: 3px 0; color: #fff; font-size: 20px; }
.footer-contact small { margin-bottom: 20px; font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; border-top: 1px solid rgba(151,173,205,.14); font-size: 9px; }

/* 服务保障条（全局） */
.service-v3-bar {
  padding: 36px 0;
  background: #f5f7fa;
  border-bottom: 1px solid #e8eef6;
}
.service-v3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-v3-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-v3-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
.service-v3-item strong {
  display: block;
  color: #1a2740;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.service-v3-item small { color: #8490a2; font-size: 12px; }

/* 新版页脚样式 */
.site-footer { color: #666; background: #f5f7fa; }
.footer-services { padding: 28px 0; border-bottom: 1px solid #e5e9f0; }
.footer-service-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.footer-service-item { display: flex; align-items: center; gap: 12px; }
.footer-service-icon { position: relative; width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: #1f2937; }
.footer-service-icon svg { width: 36px; height: 36px; }
.footer-service-icon-text { position: absolute; font-size: 10px; font-weight: 700; color: #1f2937; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.footer-service-text { display: flex; flex-direction: column; gap: 3px; }
.footer-service-text strong { color: #1f2937; font-size: 14px; font-weight: 700; }
.footer-service-text span { color: #6b7280; font-size: 12px; }
.footer-main { display: grid; grid-template-columns: 200px 1fr 220px; gap: 50px; padding: 50px 0 40px; align-items: start; }
.footer-brand-new img { width: 140px; height: auto; }
.footer-links-new { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-link-group-new { display: flex; flex-direction: column; gap: 10px; }
.footer-link-group-new strong { margin-bottom: 6px; color: #333; font-size: 14px; font-weight: 700; }
.footer-link-group-new a { color: #777; font-size: 13px; text-decoration: none; transition: color .2s ease; }
.footer-link-group-new a:hover { color: #1769ff; }
.footer-qrcode { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-left: -24px; }
.footer-qrcode-title { color: #1a2740; font-size: 14px; font-weight: 700; padding-bottom: 6px; border-bottom: 2px solid #1769ff; margin-bottom: 4px; }
.footer-qrcode-content { display: flex; align-items: center; gap: 12px; }
.footer-qrcode-content img { width: 90px; height: 90px; border-radius: 6px; background: #fff; padding: 4px; }
.footer-qrcode-text { display: flex; flex-direction: column; gap: 4px; white-space: nowrap; }
.footer-qrcode-text strong { color: #1a2740; font-size: 14px; font-weight: 700; }
.footer-qrcode-text span { color: #8490a2; font-size: 12px; }
.footer-qrcode-list { display: flex; flex-direction: row; gap: 40px; flex-wrap: nowrap; }
.footer-qrcode-item { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 6px; text-align: center; }
.footer-qrcode-item img { width: 80px; height: 80px; border-radius: 6px; background: #fff; padding: 2px; object-fit: contain; }
.footer-qrcode-item-text { display: flex; flex-direction: column; align-items: center; gap: 2px; white-space: nowrap; }
.footer-qrcode-item-text strong { color: #1a2740; font-size: 12px; font-weight: 700; }
.footer-qrcode-item-text span { color: #8490a2; font-size: 10px; }
.schedule-note { font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 12px; color: #999999; }

.footer-icp-simple { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; justify-content: center; white-space: nowrap; }
.police-record-item { display: inline-flex; align-items: center; gap: 4px; }
.police-record-item img { display: inline-block; }

.footer-icp-simple span { color: #999; font-size: 12px; }
.footer-icp-simple a { color: #999; text-decoration: none; transition: color .2s ease; }
.footer-icp-simple a:hover { color: #1769ff; }
.footer-bottom-new { padding: 20px 0; border-top: 1px solid #e5e9f0; background: #f5f7fa; }
.footer-copyright { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 10px; }
.footer-copyright span { color: #999; font-size: 12px; }
.footer-copyright a { color: #999; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.footer-copyright a:hover { color: #1769ff; }
.footer-divider { color: #ccc !important; }
.footer-icp-new { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.footer-icp-new span { color: #999; font-size: 11px; }
.footer-icp-new a { color: #999; text-decoration: none; transition: color .2s ease; }
.footer-icp-new a:hover { color: #1769ff; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 30px; max-width: min(90vw, 500px); padding: 13px 18px; color: #fff; border-radius: 12px; background: #0f274f; box-shadow: 0 14px 40px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease; font-size: 13px; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

dialog { border: 0; }
dialog::backdrop { background: rgba(4,18,43,.65); backdrop-filter: blur(7px); }
.consult-dialog { width: min(calc(100% - 30px), 550px); max-height: calc(100dvh - 16px); padding: 30px; overflow-y: auto; border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.dialog-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 36px; height: 36px; display: grid; place-items: center; color: #60708a; border: 0; border-radius: 50%; background: #eef4fb; font-size: 23px; line-height: 1; cursor: pointer; }
.dialog-header { display: flex; align-items: center; gap: 15px; padding-right: 32px; }
.dialog-badge { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 16px; background: linear-gradient(145deg, #1769ff, #48b4fa); font-size: 21px; font-weight: 900; }
.dialog-header h2 { margin: 3px 0 0; font-size: 26px; line-height: 1.2; }
.consult-dialog #consult-title { font-size: 20px; line-height: 1.35; }
.consult-dialog > p { color: #7a889b; font-size: 11px; }
.consult-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.consult-form label { display: flex; flex-direction: column; gap: 6px; color: #44536a; font-size: 11px; font-weight: 700; }
.consult-form input, .consult-form select { width: 100%; height: 46px; padding: 0 13px; color: var(--ink); border: 1px solid #d5e2f2; border-radius: 10px; outline: 0; background: #f9fbff; font-size: 13px; }
.consult-form input:focus, .consult-form select:focus { border-color: #6ba1ff; box-shadow: 0 0 0 4px rgba(23,105,255,.08); }

.cs-select { position: relative; }
.cs-select-trigger { width: 100%; height: 46px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid #d5e2f2; border-radius: 10px; background: #f9fbff; color: var(--ink); font-size: 13px; cursor: pointer; }
.cs-select-trigger .cs-select-label { flex: 1; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cs-select-arrow { color: #8490a2; font-style: normal; }
.cs-select-panel { display: none; position: absolute; bottom: calc(100% + 4px); top: auto; left: 0; right: 0; z-index: 30; margin: 0; padding: 6px; background: #fff; border: 1px solid #e3eaf5; border-radius: 10px; box-shadow: 0 10px 28px rgba(20,40,80,.14); max-height: 220px; overflow-y: auto; }
.cs-select.is-open .cs-select-panel { display: block; }
.cs-option { padding: 10px 12px; border-radius: 8px; font-size: 13px; color: var(--ink); cursor: pointer; }
.cs-option:hover { background: #f0f5ff; }
.cs-option.is-selected { color: #1769ff; font-weight: 600; }
.cs-option.is-disabled { color: #b3bcc9; cursor: not-allowed; }
.cs-option.is-disabled:hover { background: transparent; }
.privacy-check { grid-column: 1 / -1; display: grid !important; grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; line-height: 1.5; }
.privacy-check input { width: 15px; height: 15px; margin-top: 2px; }
.consult-form .button { grid-column: 1 / -1; }

.image-dialog { width: min(calc(100% - 30px), 1050px); height: min(calc(100dvh - 30px), 860px); padding: 0; overflow: hidden; border-radius: 24px; background: #eff5fd; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.image-dialog-head { padding: 22px 70px 18px 25px; background: #fff; }
.image-dialog-head h2 { margin: 2px 0 0; font-size: 21px; }
.image-dialog-scroller { height: calc(100% - 86px); padding: 18px; overflow: auto; }
.image-dialog-scroller img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 10px 30px rgba(43,82,137,.15); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .desktop-nav a { padding-inline: 8px; font-size: 13px; }
  .header-contact span:not(.phone-icon) { display: none; }
  .hero-inner { grid-template-columns: 1fr .95fr; gap: 20px; }
  .dashboard-card { width: min(100%, 470px); }
  .chip-job { left: 0; }.chip-course { right: 0; }
  .program-body { padding: 21px; }
  .program-body p { min-height: 98px; }
  .stage-list { grid-template-columns: repeat(3, 1fr); }
  .stage-list::before { display: none; }
  .teacher-shell { grid-template-columns: 280px 1fr; }
  .teacher-score { display: none; }
  .footer-top { grid-template-columns: 1fr 1.5fr; }
  .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 12px; }
  .footer-contact small { margin: 0; }
}

@media (max-width: 900px) {
  .desktop-nav, .header-contact { display: none; }
  .nav-shell { min-height: 66px; }
  .menu-toggle { display: block; margin-left: auto; }
  /* 移动端菜单改为固定抽屉：内部滚动 + 锁定页面滚动，避免滚动穿透 */
  .mobile-menu {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    height: calc(100vh - 67px);
    height: calc(100dvh - 67px);
    z-index: 99;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-shadow: 0 24px 48px rgba(23, 53, 102, .14);
  }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-block: 65px 80px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 460px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after { display: none; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .program-card:last-child .program-image { height: 100%; min-height: 280px; }
  .program-body p { min-height: auto; }
  .advantage-layout { grid-template-columns: 1fr; gap: 50px; }
  .advantage-visual { width: min(100%, 650px); margin-inline: auto; }
  .teacher-shell { grid-template-columns: 240px 1fr; gap: 28px; padding-inline: 35px; }
  .teacher-portrait { height: 300px; }
  .portrait-avatar { width: 180px; height: 240px; }
  .service-v3-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .portrait-orbit { width: 260px; height: 260px; }
  .company-cloud { grid-template-columns: repeat(4, 1fr); }
  .ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .campus-shell { grid-template-columns: 1fr; }
  .campus-media { min-height: 350px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-row: auto; grid-column: 1 / -1; min-height: 360px; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .cta-shell { grid-template-columns: auto 1fr; }
  .cta-shell .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  :root { --radius-xl: 24px; --radius-lg: 20px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-mark { width: 35px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; text-align: left; }
  .section-heading h2, .section-heading-row h2, .faq-intro h2, .advantage-copy h2, .teacher-copy h2, .cta-shell h2 { font-size: 32px; }
  .hero-inner { padding-block: 52px 56px; }
  .hero h1 { margin-top: 18px; font-size: clamp(41px, 13vw, 56px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 13px; }
  .hero-visual { min-height: 370px; transform: scale(.96); }
  .dashboard-card { width: calc(100% - 10px); transform: rotateY(-3deg) rotateZ(-1deg); }
  .dashboard-body { min-height: 255px; }
  .dashboard-main { padding: 20px; }
  .mini-chart { left: 20px; right: 20px; bottom: 20px; height: 55px; }
  .ai-core { width: 105px; height: 105px; right: 4px; top: 10px; }
  .ai-core span { font-size: 34px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 260px; height: 260px; }
  .service-v3-grid { grid-template-columns: 1fr; }
  .chip-job { top: 32px; }.chip-course { bottom: 5px; }
  .float-chip { padding: 8px 10px 8px 8px; }
  .float-chip > span { width: 29px; height: 29px; }
  .stats-grid { margin-inline: 0; }
  .stat-item { grid-template-columns: 1fr; gap: 7px; padding: 22px 13px; text-align: center; }
  .stat-value { justify-content: center; font-size: 32px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card:last-child { grid-column: auto; display: block; }
  .program-card:last-child .program-image, .program-image { height: 220px; min-height: 0; }
  .advantage-list { grid-template-columns: 1fr; }
  .advantage-visual { min-height: 410px; }
  .photo-window { inset: 25px 5px 35px 42px; }
  .salary-card { width: 205px; padding: 18px; }
  .salary-card strong { font-size: 34px; }
  .rate-badge { width: 96px; height: 96px; border-width: 6px; }
  .rate-badge b { font-size: 23px; }
  .curriculum-tabs { display: flex; overflow-x: auto; }
  .curriculum-tabs button { min-width: max-content; flex: 1; }
  .curriculum-panel { padding: 24px 18px; }
  .curriculum-summary { flex-direction: column; gap: 12px; }
  .stage-list { grid-template-columns: 1fr; }
  .stage-card { min-height: 105px; padding: 19px 18px 18px 65px; }
  .stage-number { top: 20px; left: 29px; transform: none; }
  .stage-card strong { min-height: 0; }
  .teacher-section { padding-top: 20px; }
  .teacher-shell { grid-template-columns: 1fr; padding: 36px 23px; text-align: center; }
  .teacher-portrait { height: 280px; }
  .teacher-name { justify-content: center; }
  .teacher-copy ul { text-align: left; }
  .outcomes-row { grid-template-columns: .8fr 1.25fr 1fr .7fr .55fr; padding-inline: 18px; }
  .company-cloud { grid-template-columns: repeat(2, 1fr); }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .design-card { min-height: 235px; }
  .campus-media { min-height: 280px; }
  .campus-content { padding: 27px 20px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; min-height: 330px; }
  .news-card { min-height: 260px; }
  .section-heading-row { align-items: flex-start; }
  .section-heading-row .text-link { padding-top: 11px; }

  .cta-shell { grid-template-columns: 1fr; padding: 34px 24px; }
  .cta-orb { width: 70px; }
  .cta-shell .button { grid-column: auto; justify-self: stretch; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; padding-top: 54px; }
  .footer-links { gap: 20px; }
  .footer-contact { grid-column: auto; display: flex; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .consult-dialog { padding: 27px 20px; }
  .consult-dialog .dialog-header { flex-direction: column; align-items: flex-start; gap: 10px; padding-right: 0; }
  .consult-dialog .dialog-badge { width: 46px; height: 46px; border-radius: 13px; font-size: 18px; }
  .consult-dialog #consult-title { font-size: 13px; line-height: 1.3; white-space: nowrap; }
  .consult-form { grid-template-columns: 1fr; }
  .privacy-check, .consult-form .button { grid-column: auto; }
}

@media (max-width: 420px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-proof { align-items: flex-start; }
  .hero-visual { margin-inline: -12px; }
  .dashboard-sidebar { display: none; }
  .dashboard-body { grid-template-columns: 1fr; }
  .chip-course { display: none; }
  .stat-value { font-size: 28px; }
  .stat-copy strong { font-size: 11px; }
  .section-heading-row { display: block; }
  .section-heading-row .text-link { margin-top: 14px; }
  .campus-tabs { display: grid; grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

/* --------------------------------------------------------------------------
   2026 information-architecture review
   Runtime visuals below use independent assets from assets/images only.
   -------------------------------------------------------------------------- */

.hero-v2 {
  min-height: 660px;
  background: #edf6ff;
}

.hero-v2::before { display: none; }

.hero-generated-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-art-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245,250,255,.98) 0%, rgba(240,248,255,.94) 33%, rgba(236,246,255,.5) 55%, rgba(231,243,255,.04) 78%);
}

.hero-inner-v2 {
  min-height: 660px;
  grid-template-columns: 1fr;
  padding-block: 78px;
}

.hero-v2 .hero-copy { max-width: 610px; }
.hero-v2 h1 { font-size: clamp(48px, 5.1vw, 72px); }

.hero-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
  color: #496888;
  font-size: 12px;
  font-weight: 700;
}

.hero-promise span::first-letter { color: #1cb5a8; }

.enrollment-section {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f7faff);
}

.application-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 14px;
  border: 1px solid #dbe7f7;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.application-flow::before {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #9fc5ff, #5bd5df);
}

.application-step {
  position: relative;
  z-index: 1;
  min-height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(255,255,255,.96);
  text-align: center;
}

.application-step:not(:last-child) { border-right: 1px solid #edf2f9; }
.application-step > span { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto; color: #fff; border: 5px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #2c74ff, #42c9d7); box-shadow: 0 7px 18px rgba(32,112,238,.25); font-size: 11px; font-weight: 800; }
.application-step div { display: flex; flex-direction: column; }
.application-step strong { font-size: 14px; }
.application-step small { color: #8997aa; font-size: 10px; }

.subsection-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 70px 0 26px;
}

.subsection-heading h3, .base-plan-head h3 { margin: 5px 0 0; font-size: 28px; line-height: 1.25; letter-spacing: -.03em; }
.subsection-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }

.tuition-table-wrap { overflow-x: auto; border: 1px solid #dce7f5; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.tuition-table { min-width: 890px; }
.tuition-row { display: grid; grid-template-columns: .8fr 1.15fr .65fr 1fr 1.25fr; align-items: center; min-height: 78px; padding: 0 26px; color: #637188; border-bottom: 1px solid #e8eef7; font-size: 12px; }
.tuition-row:last-child { border-bottom: 0; }
.tuition-head { min-height: 54px; color: #3d5674; background: #eef5ff; font-size: 11px; font-weight: 800; }
.tuition-row strong { color: var(--ink); font-size: 14px; }
.tuition-row b { color: #1d63e7; font-size: 16px; }

.payment-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 18px; padding: 18px 22px; color: #738198; border: 1px solid #dce7f5; border-radius: 15px; background: #f3f8ff; font-size: 11px; }
.payment-note strong { color: var(--ink); font-size: 13px; }

.employment-v2 { padding-bottom: 110px; }
.employment-v2 .section-heading { margin-bottom: 42px; }
.employment-showcase { position: relative; width: min(100%, 1020px); height: 470px; margin: 0 auto 48px; }
.employment-showcase figure { position: absolute; inset: 0 72px 35px 0; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.72); border-radius: 30px; box-shadow: var(--shadow); }
.employment-showcase figure img { width: 100%; height: 100%; object-fit: cover; }
.employment-showcase figcaption { position: absolute; left: 24px; bottom: 22px; display: flex; flex-direction: column; padding: 12px 15px; color: #fff; border-radius: 12px; background: rgba(7,28,65,.75); backdrop-filter: blur(8px); }
.employment-showcase figcaption strong { font-size: 14px; }.employment-showcase figcaption span { color: #c7dbf6; font-size: 10px; }
.salary-card-v2 { left: auto; right: 0; bottom: 0; }
.rate-badge-v2 { top: 2px; right: 14px; }

.employment-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.employment-service-card { min-height: 160px; padding: 22px 18px; border: 1px solid rgba(204,220,242,.9); border-radius: 17px; background: rgba(255,255,255,.8); box-shadow: 0 8px 25px rgba(41,88,155,.05); }
.employment-service-card > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 11px; background: linear-gradient(145deg, #2f77ff, #4bc5dc); font-size: 10px; font-weight: 900; }
.employment-service-card div { display: flex; flex-direction: column; margin-top: 17px; }
.employment-service-card strong { font-size: 13px; }.employment-service-card small { margin-top: 5px; color: #8694a8; font-size: 10px; line-height: 1.55; }

.program-card-v2 .program-visual {
  position: relative;
  height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #1769ff, #43a6ff);
}

.program-card-v2[data-color="violet"] .program-visual { background: linear-gradient(145deg, #5351e8, #8a77ff); }
.program-card-v2[data-color="cyan"] .program-visual { background: linear-gradient(145deg, #0f9fb2, #39d3c7); }
.program-visual::before, .program-visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.program-visual::before { width: 250px; height: 250px; right: -85px; top: -100px; box-shadow: 0 0 0 42px rgba(255,255,255,.035); }
.program-visual::after { width: 190px; height: 190px; left: -90px; bottom: -110px; box-shadow: 0 0 0 35px rgba(255,255,255,.035); }
.program-visual > i { position: relative; z-index: 1; width: 95px; height: 95px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 28px; background: rgba(255,255,255,.14); box-shadow: 0 18px 40px rgba(0,38,127,.22); font-size: 31px; font-style: normal; font-weight: 900; backdrop-filter: blur(6px); transform: rotate(-5deg); }
.program-visual > b { position: absolute; z-index: 1; bottom: 19px; left: 22px; font-size: 12px; }
.program-visual .program-code { top: 16px; left: 17px; }
.program-visual .program-duration { right: 17px; bottom: 16px; }
.curriculum-embedded { margin-top: 38px; }

.teacher-section-v2 { padding-top: 35px; padding-bottom: 106px; }
.teacher-photo { position: relative; height: 330px; overflow: hidden; border-radius: 140px 140px 26px 26px; background: #d9eaff; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.teacher-photo .tag-a { left: 12px; top: 95px; }.teacher-photo .tag-b { right: 11px; bottom: 63px; }

.campus-v2 { padding-top: 108px; }
.base-plan-shell { overflow: hidden; border: 1px solid #d9e6f5; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.base-plan-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; padding: 30px 32px; border-bottom: 1px solid #e5edf8; }
.plan-course-tabs { display: flex; gap: 8px; }
.plan-course-tabs button { min-height: 42px; padding: 0 16px; color: #6b7c94; border: 1px solid #d9e5f4; border-radius: 10px; background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.plan-course-tabs button[aria-selected="true"] { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 20px rgba(23,105,255,.2); }
.plan-table { min-width: 760px; }
.plan-row { display: grid; grid-template-columns: 1.05fr 1.05fr .8fr .7fr .45fr; align-items: center; min-height: 68px; padding: 0 32px; color: #647389; border-bottom: 1px solid #e9eff7; font-size: 12px; }
.plan-row:last-child { border-bottom: 0; }
.plan-head { min-height: 50px; color: #4c6481; background: #f2f7ff; font-size: 10px; font-weight: 800; }
.plan-row strong { color: var(--ink); }
.plan-status { padding: 5px 9px; color: #2772e9; border-radius: 7px; background: #eaf3ff; font-style: normal; font-size: 10px; font-weight: 800; }
.plan-status.hot { color: #ed5f55; background: #fff0ee; }

.campus-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.campus-gallery figure { position: relative; height: 390px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow-sm); }
.campus-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.campus-gallery figure:hover img { transform: scale(1.025); }
.campus-gallery figcaption { position: absolute; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 15px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(9,34,75,.72); backdrop-filter: blur(8px); }
.campus-gallery figcaption span { color: #bcd5f7; font-size: 10px; }.campus-gallery figcaption strong { font-size: 13px; }

.campus-map-shell { position: relative; min-height: 480px; overflow: hidden; border: 1px solid #d6e3f3; border-radius: 28px; box-shadow: var(--shadow); }
.campus-map-shell > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.campus-map-card { position: absolute; z-index: 2; top: 50%; right: 35px; width: 390px; padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(52,91,143,.2); backdrop-filter: blur(12px); transform: translateY(-50%); }
.campus-map-card h3 { margin: 5px 0 18px; font-size: 26px; }
.campus-map-card p { display: grid; grid-template-columns: 48px 1fr; gap: 8px; margin: 9px 0; color: #647389; font-size: 11px; }
.campus-map-card p b { color: var(--ink); }
.campus-map-card .campus-features { margin: 22px 0; }

.about-section { background: linear-gradient(180deg, #fff, #f3f8ff); }
.about-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.about-copy h2 { margin: 10px 0 18px; font-size: clamp(34px, 4vw, 48px); line-height: 1.25; letter-spacing: -.04em; }
.about-copy > p { color: var(--muted); }
.about-values { display: grid; gap: 10px; margin-top: 28px; }
.about-values article { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid #dce8f7; border-radius: 12px; background: rgba(255,255,255,.76); }
.about-values strong { color: var(--blue); font-size: 12px; }.about-values span { color: #63738a; font-size: 11px; }
.about-photo { position: relative; height: 500px; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.about-photo > img { width: 100%; height: 100%; object-fit: cover; }
.about-photo figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(7,31,72,.76); backdrop-filter: blur(8px); }
.about-photo figcaption span { display: flex; flex-direction: column; align-items: center; color: #c8dcf7; font-size: 9px; }.about-photo figcaption b { color: #fff; font-size: 20px; }

@media (max-width: 1100px) {
  .employment-service-grid { grid-template-columns: repeat(3, 1fr); }
  .campus-gallery figure { height: 340px; }
}

@media (max-width: 900px) {
  .hero-generated-art { object-position: 62% center; opacity: .56; }
  .hero-art-wash { background: linear-gradient(90deg, rgba(243,249,255,.98), rgba(238,247,255,.84) 65%, rgba(235,246,255,.3)); }
  .application-flow { grid-template-columns: repeat(5, minmax(155px, 1fr)); overflow-x: auto; }
  .application-flow::before { display: none; }
  .employment-service-grid { grid-template-columns: repeat(2, 1fr); }
  .campus-map-card { right: 22px; width: min(390px, calc(100% - 44px)); }
  .about-layout { grid-template-columns: 1fr; }
  .about-copy { max-width: 700px; }
}

@media (max-width: 680px) {
  .hero-v2, .hero-inner-v2 { min-height: 710px; }
  .hero-generated-art { height: 45%; top: auto; bottom: 0; object-position: 68% center; opacity: .78; }
  .hero-art-wash { background: linear-gradient(180deg, rgba(244,250,255,.98) 0%, rgba(239,248,255,.94) 57%, rgba(234,246,255,.18) 84%); }
  .hero-inner-v2 { align-items: start; padding-top: 47px; }
  .hero-v2 h1 { font-size: 43px; }
  .hero-promise { gap: 7px 13px; }
  .application-flow { margin-inline: -14px; padding-inline: 14px; border-inline: 0; border-radius: 0; box-shadow: none; }
  .application-step { min-width: 155px; }
  .subsection-heading, .base-plan-head { align-items: flex-start; flex-direction: column; }
  .subsection-heading p { text-align: left; }
  .tuition-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .tuition-table { min-width: 0; }
  .tuition-head { display: none; }
  .tuition-row { grid-template-columns: 1fr 1fr; gap: 11px; min-height: 0; margin-bottom: 12px; padding: 18px; border: 1px solid #dce7f5; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
  .tuition-row span { display: flex; flex-direction: column; }
  .tuition-row span::before { margin-bottom: 2px; color: #97a4b6; content: attr(data-label); font-size: 9px; font-weight: 600; }
  .tuition-row span:last-child { grid-column: 1 / -1; }
  .payment-note { grid-template-columns: 1fr; }
  .employment-showcase { height: 365px; }
  .employment-showcase figure { inset: 0 0 42px 0; border-width: 5px; }
  .salary-card-v2 { width: 190px; }
  .rate-badge-v2 { width: 88px; height: 88px; right: 5px; }
  .employment-service-grid { grid-template-columns: 1fr; }
  .employment-service-card { min-height: 0; display: flex; align-items: center; gap: 14px; }
  .employment-service-card div { margin-top: 0; }
  .program-card-v2 .program-visual { height: 190px; }
  .teacher-photo { width: min(100%, 260px); height: 310px; margin-inline: auto; }
  .base-plan-head { padding: 24px 19px; }
  .plan-course-tabs { width: 100%; overflow-x: auto; padding-bottom: 3px; }
  .plan-course-tabs button { flex: 0 0 auto; }
  .base-plan-shell { overflow-x: auto; }
  .campus-gallery { grid-template-columns: 1fr; }
  .campus-gallery figure { height: 285px; }
  .campus-map-shell { min-height: 580px; }
  .campus-map-shell > img { height: 48%; object-position: center; }
  .campus-map-card { top: auto; right: 14px; bottom: 14px; left: 14px; width: auto; transform: none; }
  .about-photo { height: 410px; }
  .about-photo figcaption { left: 10px; right: 10px; bottom: 10px; }
}

@media (max-width: 420px) {
  .hero-v2 h1 { font-size: 39px; }
  .employment-showcase { height: 330px; }
  .employment-showcase figure { bottom: 52px; }
  .salary-card-v2 { width: 172px; padding: 16px; }
  .salary-card-v2 strong { font-size: 29px; }
  .tuition-row { grid-template-columns: 1fr; }
  .tuition-row span:last-child { grid-column: auto; }
  .about-photo figcaption b { font-size: 17px; }
}

/* --------------------------------------------------------------------------
   2026 complete module review: home, enrollment, employment, course details,
   multi-campus, talent filters, news categories and about extensions
   -------------------------------------------------------------------------- */

.section-hero-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-hero-heading .section-kicker { justify-content: center; }
.section-hero-heading h2 { margin: 7px 0 14px; font-size: clamp(38px, 4.6vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.section-hero-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.subsection-heading.compact { margin-top: 0; }

/* Homepage modules */
.home-guarantee-section { padding-bottom: 104px; background: linear-gradient(180deg, #f7fbff, #fff); }
.promise-banner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; margin-bottom: 24px; padding: 42px 48px; overflow: hidden; color: #fff; border-radius: 28px; background: linear-gradient(125deg, #0f56d8, #207cf6 58%, #20b9c0); box-shadow: 0 26px 65px rgba(23,91,207,.22); }
.promise-banner::after { position: absolute; width: 330px; height: 330px; right: 7%; top: -210px; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.03); }
.promise-banner > * { position: relative; z-index: 1; }
.promise-banner .section-kicker { color: #9df2eb; }
.promise-banner h2 { margin: 7px 0 8px; font-size: clamp(27px, 3.2vw, 40px); line-height: 1.22; }
.promise-banner p { max-width: 730px; margin: 0; color: #d4e6ff; font-size: 13px; }
.guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guarantee-card { display: flex; align-items: flex-start; gap: 15px; min-height: 190px; padding: 25px 21px; border: 1px solid #dce8f7; border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.guarantee-icon { width: 45px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 13px; background: linear-gradient(145deg, var(--blue), #45b9de); font-size: 16px; font-weight: 900; }
.guarantee-card small { display: inline-flex; padding: 3px 7px; color: #1769ff; border-radius: 6px; background: #ebf3ff; font-size: 9px; font-weight: 800; }
.guarantee-card h3 { margin: 10px 0 6px; font-size: 16px; }
.guarantee-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.guarantee-card-primary { position: relative; overflow: hidden; color: #fff; border-color: transparent; background: linear-gradient(145deg, #21b4ed, #2479f6 58%, #315ee7); box-shadow: 0 18px 40px rgba(35,113,232,.25); }
.guarantee-card-primary::before { position: absolute; right: -25px; bottom: -54px; width: 145px; height: 145px; content: ""; border: 20px solid rgba(255,255,255,.1); border-radius: 36px; transform: rotate(-13deg); }
.guarantee-card-primary::after { position: absolute; right: 29px; bottom: 19px; width: 58px; height: 58px; display: grid; place-items: center; content: "✓"; color: rgba(255,255,255,.7); border: 8px solid rgba(255,255,255,.16); border-radius: 50%; font-size: 25px; font-weight: 900; }
.guarantee-card-primary > * { position: relative; z-index: 1; }
.guarantee-card-primary .guarantee-icon { color: #1769ff; background: #fff; }
.guarantee-card-primary small { color: #fff; background: rgba(255,255,255,.16); }
.guarantee-card-primary h3 { color: #fff; }
.guarantee-card-primary p { max-width: 210px; color: #e8f4ff; }

.home-course-preview { background: #f4f8ff; }
.section-heading-row p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.home-program-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-program-card { position: relative; min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 27px; overflow: hidden; color: #fff; border: 0; border-radius: 22px; background: linear-gradient(145deg, #1a63ed, #4398ff); box-shadow: 0 16px 40px rgba(27,96,223,.2); text-align: left; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.home-program-card[data-color="violet"] { background: linear-gradient(145deg, #504fdc, #8974fb); }
.home-program-card[data-color="cyan"] { background: linear-gradient(145deg, #109daf, #36cabb); }
.home-program-card::after { position: absolute; width: 230px; height: 230px; right: -90px; top: -110px; content: ""; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.045); }
.home-program-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(27,96,223,.28); }
.home-program-card > * { position: relative; z-index: 1; }
.home-program-card > span { color: rgba(255,255,255,.75); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.home-program-card strong { margin-top: auto; font-size: 25px; }
.home-program-card small { color: rgba(255,255,255,.78); font-size: 11px; }
.home-program-card i { position: absolute; right: 24px; bottom: 24px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-style: normal; }

.team-overview-section { background: #fff; }
.team-overview-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.team-banner { position: relative; height: 590px; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.team-banner::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(180deg, transparent, rgba(5,24,56,.78)); }
.team-banner img { width: 100%; height: 100%; object-fit: cover; }
.team-banner figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; display: flex; flex-direction: column; padding: 16px 18px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(12,40,80,.52); backdrop-filter: blur(9px); }
.team-banner figcaption strong { font-size: 15px; }.team-banner figcaption span { color: #ccdcf2; font-size: 10px; }
.team-overview-copy h2 { margin: 8px 0 14px; font-size: clamp(34px, 4vw, 48px); line-height: 1.23; letter-spacing: -.04em; }
.team-overview-copy > p { color: var(--muted); font-size: 13px; }
.teacher-mini-grid { display: grid; gap: 10px; margin-top: 27px; }
.teacher-mini-card { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 13px 15px; border: 1px solid #dce7f5; border-radius: 14px; background: #f9fbff; }
.teacher-mini-card > span { width: 44px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; border-radius: 13px; background: linear-gradient(145deg, #1a67ee, #54a6ff); font-weight: 900; }
.teacher-mini-card strong { font-size: 12px; }.teacher-mini-card strong small { margin-left: 5px; color: var(--blue); font-size: 9px; }
.teacher-mini-card p { margin: 1px 0 6px; color: #728198; font-size: 10px; }
.teacher-mini-card div div { display: flex; flex-wrap: wrap; gap: 5px; }
.teacher-mini-card i { padding: 2px 6px; color: #55708f; border-radius: 5px; background: #eaf2fc; font-size: 8px; font-style: normal; }

.alumni-overview-section { background: linear-gradient(180deg, #f5f9ff, #fff); }
.student-result-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.student-result-card { position: relative; min-height: 255px; padding: 23px; border: 1px solid #dce7f5; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.student-card-head { display: flex; align-items: center; gap: 11px; }
.student-card-head > span { width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, #1769ff, #55b4e7); font-weight: 900; }
.student-card-head div { display: flex; flex-direction: column; }
.student-card-head strong { font-size: 13px; }.student-card-head small { color: #8b98aa; font-size: 9px; }
.student-role { display: flex; flex-direction: column; margin: 26px 0 12px; }
.student-role span { color: #5f6f86; font-size: 10px; }.student-role b { margin-top: 2px; color: var(--blue); font-size: 24px; }
.student-result-card p { margin: 0; color: #8491a3; font-size: 10px; }
.student-result-card em { position: absolute; right: 18px; bottom: 18px; padding: 4px 8px; color: #0c9689; border-radius: 7px; background: #e5faf6; font-size: 9px; font-style: normal; font-weight: 800; }
.partner-channel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 22px; padding: 22px 26px; border-radius: 16px; background: #081a37; color: #fff; }
.partner-channel > span { font-size: 12px; font-weight: 800; }
.partner-channel > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.partner-channel > div span { padding: 6px 10px; color: #c6d7ef; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; font-size: 9px; }
.partner-channel a { color: #79b6ff; font-size: 10px; font-weight: 800; white-space: nowrap; }

.campus-overview-section { position: relative; overflow: hidden; background: #f4f8ff; }
.campus-overview-section::before { position: absolute; inset: 0; content: ""; opacity: .35; background-image: radial-gradient(circle at 10% 30%, rgba(23,105,255,.16), transparent 23%), radial-gradient(circle at 85% 65%, rgba(52,209,202,.14), transparent 26%); }
.campus-overview-section .container { position: relative; }
.map-label { padding: 8px 12px; color: #2869d4; border: 1px solid #ccdffa; border-radius: 10px; background: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; }
.campus-overview-grid, .about-center-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.campus-overview-card, .about-center-card { position: relative; height: 380px; padding: 0; overflow: hidden; color: #fff; border: 0; border-radius: 23px; background: #102d5a; box-shadow: var(--shadow-sm); text-align: left; cursor: pointer; }
.campus-overview-card img, .about-center-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.campus-overview-card:hover img, .about-center-card:hover img { transform: scale(1.035); }
.campus-card-shade { position: absolute; inset: 25% 0 0; background: linear-gradient(180deg, transparent, rgba(5,23,51,.9)); }
.campus-card-copy { position: absolute; left: 23px; right: 23px; bottom: 21px; display: flex; flex-direction: column; }
.campus-card-copy small { color: #76e1dd; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.campus-card-copy strong { margin-top: 3px; font-size: 22px; }
.campus-card-copy i { margin-top: 7px; color: #c7d7ed; font-size: 10px; font-style: normal; }
.home-faq-section { background: #fff; border-top: 1px solid #e5edf7; }

/* Enrollment */
.enrollment-section { padding-top: 122px; }
.material-grid, .payment-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.material-card { display: flex; align-items: flex-start; gap: 14px; min-height: 145px; padding: 22px 19px; border: 1px solid #dce7f5; border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.material-card > span, .payment-method-card > span { width: 42px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 12px; background: linear-gradient(145deg, #1769ff, #42c4d1); font-weight: 900; }
.material-card h4, .payment-method-card h4 { margin: 1px 0 5px; font-size: 13px; }
.material-card p, .payment-method-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.distribution-shell { overflow: hidden; border: 1px solid #d9e6f5; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.dual-filter-row { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 25px 28px; border-bottom: 1px solid #e4edf8; background: #f8fbff; }
.dual-filter-row > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; }
.dual-filter-row strong { color: #405570; font-size: 10px; white-space: nowrap; }
.chip-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.chip-tabs button { min-height: 34px; padding: 0 11px; color: #65758d; border: 1px solid #d8e4f2; border-radius: 9px; background: #fff; font-size: 9px; font-weight: 700; cursor: pointer; }
.chip-tabs button[aria-pressed="true"] { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 7px 16px rgba(23,105,255,.2); }
.plan-table-enrollment { min-width: 920px; }
.plan-table-enrollment .plan-row { grid-template-columns: .9fr 1fr 1fr .78fr .62fr .42fr; }
.empty-state { min-height: 100px; display: grid; place-items: center; padding: 25px; color: #8290a4; background: #fff; font-size: 11px; text-align: center; }
.payment-method-card { min-height: 205px; padding: 24px 21px; border: 1px solid #dce7f5; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.payment-method-card > span { margin-bottom: 21px; }
.payment-method-card h4 { font-size: 14px; }
.enrollment-alert { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 20px; padding: 25px 27px; color: #fff; border-radius: 17px; background: linear-gradient(125deg, #0c254e, #103c77); }
.enrollment-alert > strong { font-size: 14px; }
.enrollment-alert > div { display: grid; gap: 3px; }
.enrollment-alert > div span { color: #c4d7ef; font-size: 10px; }

/* Employment */
.employment-section { background: linear-gradient(180deg, #f5f9ff, #fff 30%, #f5f9ff); }
.suitable-grid, .employment-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.suitable-card { display: flex; gap: 14px; padding: 22px; border: 1px solid #dce7f4; border-radius: 17px; background: rgba(255,255,255,.9); }
.suitable-card > span { color: #2a70e9; font-size: 10px; font-weight: 900; }
.suitable-card h4 { margin: 0 0 6px; font-size: 14px; }.suitable-card p { margin: 0; color: var(--muted); font-size: 10px; }
.employment-feature-card { position: relative; min-height: 250px; padding: 25px; overflow: hidden; color: #fff; border-radius: 20px; background: linear-gradient(150deg, #0c2d62, #195cc7); box-shadow: 0 16px 35px rgba(25,78,164,.18); }
.employment-feature-card:nth-child(2) { background: linear-gradient(150deg, #164f9a, #2687ec); }
.employment-feature-card:nth-child(3) { background: linear-gradient(150deg, #343690, #6f68e9); }
.employment-feature-card:nth-child(4) { background: linear-gradient(150deg, #087985, #1cb8b2); }
.employment-feature-card > span { position: absolute; right: 17px; top: 8px; color: rgba(255,255,255,.1); font-size: 60px; font-weight: 900; }
.employment-feature-card > strong { display: inline-flex; padding: 5px 8px; color: #bfeeea; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-size: 9px; }
.employment-feature-card h4 { margin: 68px 0 7px; font-size: 19px; }.employment-feature-card p { margin: 0; color: #c9dcf4; font-size: 10px; }
.partner-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.partner-resource-card { min-height: 200px; padding: 24px; border: 1px solid #d8e5f5; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.partner-resource-card > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.partner-resource-card > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.partner-resource-card strong { padding: 11px 8px; color: #4f6078; border-radius: 9px; background: #f1f6fd; font-size: 10px; text-align: center; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feedback-card { position: relative; min-height: 250px; margin: 0; padding: 28px; border: 1px solid #d9e6f5; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.feedback-card > span { position: absolute; top: 10px; right: 20px; color: #e4eeff; font-family: Georgia, serif; font-size: 75px; line-height: 1; }
.feedback-card p { position: relative; margin: 31px 0 28px; color: #53647c; font-size: 12px; line-height: 1.9; }
.feedback-card footer { display: flex; flex-direction: column; padding-top: 17px; border-top: 1px solid #e6edf6; }
.feedback-card footer strong { font-size: 11px; }.feedback-card footer small { color: #2c74eb; font-size: 9px; }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.case-card { padding: 17px; border: 1px solid #dce7f5; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.case-card > span { color: #8190a6; font-size: 8px; font-weight: 800; }
.case-visual { height: 150px; display: grid; place-items: center; margin: 10px 0 17px; overflow: hidden; border-radius: 13px; background: radial-gradient(circle at 70% 30%, #64b1ff, transparent 25%), linear-gradient(145deg, #0f4ab0, #10306b); }
.case-visual-2 { background: radial-gradient(circle at 30% 70%, #827cff, transparent 25%), linear-gradient(145deg, #28236d, #544cd0); }
.case-visual-3 { background: radial-gradient(circle at 70% 30%, #47e6cc, transparent 25%), linear-gradient(145deg, #066f7e, #0ea7a8); }
.case-visual-4 { background: radial-gradient(circle at 30% 35%, #8dc6ff, transparent 25%), linear-gradient(145deg, #142b53, #2461b0); }
.case-visual i { width: 66px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 22px; background: rgba(255,255,255,.12); font-size: 22px; font-style: normal; font-weight: 900; transform: rotate(-7deg); }
.case-card small { color: var(--blue); font-size: 8px; font-weight: 800; }.case-card h4 { margin: 5px 0; font-size: 13px; }.case-card p { margin: 0; color: var(--muted); font-size: 9px; }

/* Course details */
.course-detail-panel { padding: 34px; background: #fff; }
.course-detail-hero { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 31px; color: #fff; border-radius: 20px; background: linear-gradient(125deg, #0e376f, #1769d8 55%, #27aebd); }
.course-detail-hero span { color: #8fe4df; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.course-detail-hero h3 { margin: 5px 0 7px; font-size: 27px; }.course-detail-hero p { max-width: 760px; margin: 0; color: #d3e2f6; font-size: 11px; }
.course-block-heading { display: flex; align-items: center; gap: 11px; margin: 38px 0 17px; }
.course-block-heading > span { width: 36px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; border-radius: 10px; background: var(--blue); font-size: 9px; font-weight: 900; }
.course-block-heading div { display: flex; flex-direction: column; }
.course-block-heading strong { font-size: 16px; }.course-block-heading small { color: #94a0b1; font-size: 8px; letter-spacing: .1em; }
.course-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.course-value-grid article { min-height: 170px; padding: 22px; border: 1px solid #dbe7f5; border-radius: 16px; background: linear-gradient(180deg, #fbfdff, #f3f8ff); }
.course-value-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: linear-gradient(145deg, #1769ff, #40c3cd); font-size: 10px; font-weight: 900; }
.course-value-grid h4, .course-highlight-grid h4 { margin: 20px 0 6px; font-size: 13px; }.course-value-grid p, .course-highlight-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.course-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.course-highlight-grid article { padding: 20px; border-radius: 15px; background: #0c244a; color: #fff; }
.course-highlight-grid i { color: #66c8df; font-size: 9px; font-style: normal; font-weight: 900; }
.course-highlight-grid h4 { margin-top: 24px; }.course-highlight-grid p { color: #b9cce5; }
.stage-list-full { grid-template-columns: repeat(3, 1fr); }
.stage-list-full::before { display: none; }
.course-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.career-path-list, .student-work-list { display: grid; gap: 9px; }
.career-path-list > span { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 16px; color: #53657d; border: 1px solid #dce7f5; border-radius: 12px; background: #f9fbff; font-size: 11px; font-weight: 700; }
.career-path-list i { color: var(--blue); font-size: 9px; font-style: normal; }
.student-work-list article { display: flex; flex-direction: column; min-height: 72px; padding: 13px 16px; color: #fff; border-radius: 12px; background: linear-gradient(125deg, #1155bc, #2483e9); }
.student-work-list span { color: #9de7e1; font-size: 8px; font-weight: 800; }.student-work-list strong { font-size: 11px; }.student-work-list small { color: #c8ddf5; font-size: 8px; }
.course-teacher-section { padding-top: 100px; }

/* Multi-campus */
.campus-section { background: linear-gradient(180deg, #f4f8ff, #fff); }
.campus-detail-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 18px; }
.campus-detail-tabs button { display: flex; flex-direction: column; align-items: flex-start; min-height: 124px; padding: 21px; color: #5f7088; border: 1px solid #d8e5f4; border-radius: 17px; background: #fff; text-align: left; cursor: pointer; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.campus-detail-tabs button:hover { transform: translateY(-3px); }
.campus-detail-tabs button[aria-selected="true"] { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1058d6, #2689f4); box-shadow: 0 15px 35px rgba(25,102,215,.22); }
.campus-detail-tabs button span { color: #4fa3ef; font-size: 8px; font-weight: 900; letter-spacing: .12em; }.campus-detail-tabs button[aria-selected="true"] span { color: #8de9e2; }
.campus-detail-tabs button strong { margin-top: 7px; font-size: 17px; }.campus-detail-tabs button small { margin-top: 4px; color: #8998ab; font-size: 9px; }.campus-detail-tabs button[aria-selected="true"] small { color: #d1e3f8; }
.campus-intro-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 340px; margin-bottom: 24px; overflow: hidden; border: 1px solid #d7e5f5; border-radius: 23px; background: #fff; box-shadow: var(--shadow-sm); }
.campus-intro-card > div { display: flex; flex-direction: column; justify-content: center; padding: 39px; }
.campus-intro-card h3 { margin: 5px 0 10px; font-size: 30px; }.campus-intro-card p { margin: 0; color: var(--muted); font-size: 12px; }
.campus-intro-card > div > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.campus-intro-card > div > div span { padding: 5px 8px; color: #38679c; border-radius: 7px; background: #edf5ff; font-size: 9px; }
.campus-intro-card > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.base-plan-head p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.campus-gallery:has(.campus-gallery-single) { grid-template-columns: 1fr; }
.campus-gallery figure.campus-gallery-single { height: 500px; }
.campus-gallery figcaption i { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 8px; background: rgba(255,255,255,.14); font-size: 8px; font-style: normal; }

/* Talent */
.talent-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.12); }
.talent-stat-card { display: flex; flex-direction: column; align-items: center; padding: 25px 14px; background: rgba(9,30,66,.45); text-align: center; }
.talent-stat-card strong { color: #fff; font-size: 26px; }.talent-stat-card span { color: #95aac5; font-size: 9px; }
.talent-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 15px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.06); }
.talent-toolbar > strong { color: #d9e5f5; font-size: 10px; }
.chip-tabs-dark button { color: #a8b9ce; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.outcomes-table-wide { min-width: 1040px; }
.outcomes-table-wide .outcomes-row { grid-template-columns: .65fr .9fr .55fr 1.15fr 1.15fr .72fr .48fr; }

/* News */
.news-layout { min-width: 0; display: grid; grid-template-columns: 235px 1fr; align-items: start; gap: 28px; }
.news-sidebar { position: sticky; top: 95px; min-width: 0; max-width: 100%; padding: 21px; border: 1px solid #dce7f5; border-radius: 18px; background: #f7faff; }
.news-sidebar > strong { display: block; margin-bottom: 13px; font-size: 12px; }
.news-sidebar > div { min-width: 0; max-width: 100%; display: grid; gap: 6px; }
.news-sidebar > div button { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 0 12px; color: #62738b; border: 0; border-radius: 10px; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.news-sidebar > div button[aria-pressed="true"] { color: #fff; background: var(--blue); box-shadow: 0 9px 22px rgba(23,105,255,.2); }
.news-sidebar > div button i { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(112,142,181,.12); font-size: 8px; font-style: normal; }
.news-sidebar > div button[aria-pressed="true"] i { background: rgba(255,255,255,.18); }
.news-sidebar > .button { width: 100%; margin-top: 17px; }
.news-list { min-width: 0; display: grid; gap: 10px; }
.news-row { position: relative; display: grid; grid-template-columns: 68px 1fr 40px; align-items: center; gap: 20px; min-height: 150px; padding: 21px 24px; overflow: hidden; border: 1px solid #dce7f5; border-radius: 17px; background: #fff; box-shadow: 0 7px 24px rgba(43,86,151,.055); }
.news-row-featured { color: #fff; border-color: transparent; background: linear-gradient(125deg, #104fbe, #2184ee 65%, #24afbb); box-shadow: 0 15px 35px rgba(23,99,210,.2); }
.news-date { display: flex; flex-direction: column; align-items: center; padding-right: 18px; border-right: 1px solid #e1e9f4; }
.news-row-featured .news-date { border-color: rgba(255,255,255,.2); }
.news-date strong { color: var(--blue); font-size: 28px; line-height: 1; }.news-row-featured .news-date strong { color: #fff; }
.news-date span { margin-top: 6px; color: #929fb0; font-size: 8px; }.news-row-featured .news-date span { color: #bfd7f3; }
.news-row-copy > span { display: inline-flex; padding: 3px 7px; color: var(--blue); border-radius: 6px; background: #edf4ff; font-size: 8px; font-weight: 800; }.news-row-featured .news-row-copy > span { color: #fff; background: rgba(255,255,255,.15); }
.news-row h3 { margin: 7px 0 5px; font-size: 16px; }.news-row p { margin: 0; color: #7b899d; font-size: 10px; }.news-row-featured p { color: #c9dcf3; }
.news-row-arrow { width: 35px; height: 35px; display: grid; place-items: center; color: var(--blue); border-radius: 50%; background: #edf4ff; font-style: normal; }.news-row-featured .news-row-arrow { color: #fff; background: rgba(255,255,255,.16); }
.news-row > small { position: absolute; right: 14px; top: 5px; color: rgba(108,131,163,.08); font-size: 42px; font-weight: 900; }.news-row-featured > small { color: rgba(255,255,255,.09); }

/* About */
.about-copy > p + p { margin-top: 10px; }
.about-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 32px; }
.about-metric-card { display: flex; flex-direction: column; align-items: center; padding: 25px 16px; border: 1px solid #dbe7f6; border-radius: 16px; background: rgba(255,255,255,.85); box-shadow: var(--shadow-sm); text-align: center; }
.about-metric-card strong { color: var(--blue); font-size: 26px; }.about-metric-card span { color: #728197; font-size: 9px; }
.cooperation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.cooperation-card { min-height: 215px; padding: 25px; border: 1px solid #dae6f5; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.cooperation-card > span { color: #9aa8ba; font-size: 9px; font-weight: 900; }.cooperation-card h4 { margin: 55px 0 7px; font-size: 15px; }.cooperation-card p { margin: 0; color: var(--muted); font-size: 10px; }
.practice-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.practice-case-card { overflow: hidden; border: 1px solid #d9e6f5; border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.practice-case-card > div { position: relative; height: 170px; display: flex; align-items: flex-end; padding: 18px; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 25%, #5db4ff, transparent 22%), linear-gradient(145deg, #123e8e, #176fd8); }
.practice-case-card:nth-child(2) > div { background: radial-gradient(circle at 30% 65%, #9c91ff, transparent 23%), linear-gradient(145deg, #302d89, #695fde); }
.practice-case-card:nth-child(3) > div { background: radial-gradient(circle at 70% 25%, #53e1ca, transparent 23%), linear-gradient(145deg, #087884, #14aaa4); }
.practice-case-card > div::after { position: absolute; width: 220px; height: 220px; right: -75px; top: -105px; content: ""; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 37px rgba(255,255,255,.04); }
.practice-case-card > div span { font-size: 9px; font-weight: 800; letter-spacing: .09em; }.practice-case-card > div i { position: absolute; right: 18px; bottom: 7px; color: rgba(255,255,255,.15); font-size: 58px; font-style: normal; font-weight: 900; }
.practice-case-card h4 { margin: 20px 21px 6px; font-size: 15px; }.practice-case-card p { margin: 0 21px 23px; color: var(--muted); font-size: 10px; }
.about-center-grid { margin-bottom: 15px; }
.about-center-card { height: 310px; }

@media (max-width: 1100px) {
  .guarantee-grid, .material-grid, .payment-method-grid, .suitable-grid, .employment-feature-grid, .case-grid, .cooperation-grid { grid-template-columns: repeat(2, 1fr); }
  .student-result-grid { grid-template-columns: repeat(2, 1fr); }
  .team-overview-layout { grid-template-columns: .9fr 1.1fr; gap: 36px; }
  .team-banner { height: 540px; }
  .course-highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .stage-list-full { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .section-hero-heading { margin-bottom: 45px; }
  .promise-banner { grid-template-columns: 1fr; }
  .promise-banner .button { justify-self: start; }
  .home-program-strip, .campus-overview-grid, .about-center-grid { grid-template-columns: 1fr 1fr; }
  .home-program-card:last-child, .campus-overview-card:last-child, .about-center-card:last-child { grid-column: 1 / -1; }
  .team-overview-layout { grid-template-columns: 1fr; }
  .team-banner { height: 520px; }
  .team-overview-copy { max-width: 720px; }
  .partner-channel { grid-template-columns: 1fr; text-align: center; }
  .partner-channel > div { justify-content: center; }
  .dual-filter-row { grid-template-columns: 1fr; gap: 15px; }
  .enrollment-alert { grid-template-columns: 1fr auto; }
  .enrollment-alert > strong { grid-column: 1 / -1; }
  .partner-resource-grid, .feedback-grid, .practice-case-grid { grid-template-columns: 1fr 1fr; }
  .feedback-card:last-child, .practice-case-card:last-child { grid-column: 1 / -1; }
  .course-value-grid { grid-template-columns: 1fr 1fr; }
  .course-value-grid article:last-child { grid-column: 1 / -1; }
  .course-two-column { grid-template-columns: 1fr; }
  .campus-intro-card { grid-template-columns: 1fr; }
  .campus-intro-card > img { min-height: 390px; }
  .news-layout { grid-template-columns: 1fr; }
  .news-sidebar { position: static; }
  .news-sidebar > div { display: flex; overflow-x: auto; padding-bottom: 4px; }
  .news-sidebar > div button { flex: 0 0 auto; gap: 12px; }
  .news-sidebar > .button { width: auto; }
}

@media (max-width: 680px) {
  .section-hero-heading { margin-bottom: 38px; text-align: left; }
  .section-hero-heading .section-kicker { justify-content: flex-start; }
  .section-hero-heading h2 { font-size: 36px; }
  .promise-banner { margin-inline: -4px; padding: 30px 24px; }
  .promise-banner h2 { font-size: 28px; }
  .guarantee-grid, .home-program-strip, .student-result-grid, .material-grid, .payment-method-grid, .suitable-grid, .employment-feature-grid, .partner-resource-grid, .feedback-grid, .case-grid, .campus-overview-grid, .about-center-grid, .cooperation-grid, .practice-case-grid { grid-template-columns: 1fr; }
  .home-program-card:last-child, .campus-overview-card:last-child, .about-center-card:last-child, .feedback-card:last-child, .practice-case-card:last-child { grid-column: auto; }
  .guarantee-card { min-height: 0; }
  .home-program-card { min-height: 180px; }
  .team-banner { height: 400px; }
  .team-overview-copy h2 { font-size: 32px; }
  .student-result-card { min-height: 225px; }
  .campus-overview-card, .about-center-card { height: 310px; }
  .dual-filter-row { padding: 19px 17px; }
  .dual-filter-row > div { grid-template-columns: 1fr; gap: 7px; }
  .chip-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .chip-tabs button { flex: 0 0 auto; }
  .distribution-shell { overflow-x: visible; border: 0; border-radius: 0; box-shadow: none; }
  .plan-table-enrollment { min-width: 0; }
  .plan-table-enrollment .plan-head { display: none; }
  .plan-table-enrollment .plan-row { grid-template-columns: 1fr 1fr; gap: 10px; min-height: 0; margin: 10px 0; padding: 17px; border: 1px solid #dce7f5; border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }
  .plan-table-enrollment .plan-row span { display: flex; flex-direction: column; }
  .plan-table-enrollment .plan-row span::before { margin-bottom: 2px; color: #95a1b3; content: attr(data-label); font-size: 8px; }
  .enrollment-alert { grid-template-columns: 1fr; }
  .enrollment-alert .button { width: 100%; }
  .employment-feature-card { min-height: 220px; }
  .employment-feature-card h4 { margin-top: 45px; }
  .course-detail-panel { padding: 18px 14px; }
  .course-detail-hero { grid-template-columns: 1fr; padding: 24px 20px; }
  .course-detail-hero h3 { font-size: 22px; }
  .course-detail-hero .button { justify-self: stretch; }
  .course-value-grid, .course-highlight-grid, .stage-list-full { grid-template-columns: 1fr; }
  .course-value-grid article:last-child { grid-column: auto; }
  .course-value-grid article { min-height: 140px; }
  .campus-detail-tabs { display: flex; overflow-x: auto; margin-inline: -14px; padding: 0 14px 6px; }
  .campus-detail-tabs button { min-width: 235px; flex: 0 0 auto; }
  .campus-intro-card > div { padding: 27px 21px; }
  .campus-intro-card h3 { font-size: 25px; }
  .campus-intro-card > img { min-height: 260px; }
  .campus-gallery figure.campus-gallery-single { height: 300px; }
  .talent-stat-grid { grid-template-columns: 1fr 1fr; }
  .talent-toolbar { align-items: flex-start; flex-direction: column; }
  .outcomes-table-wrap { overflow: visible; }
  .outcomes-table-wide { min-width: 0; }
  .outcomes-table-wide .outcomes-head { display: none; }
  .outcomes-table-wide .outcomes-row { grid-template-columns: 1fr 1fr; gap: 10px; min-height: 0; margin-bottom: 10px; padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
  .outcomes-table-wide .outcomes-row span { display: flex; flex-direction: column; }
  .outcomes-table-wide .outcomes-row span::before { margin-bottom: 1px; color: #6f85a3; content: attr(data-label); font-size: 8px; }
  .news-sidebar { padding: 16px; }
  .news-row { grid-template-columns: 48px 1fr; gap: 13px; min-height: 170px; padding: 19px 17px; }
  .news-row-arrow { display: none; }
  .news-date { padding-right: 12px; }
  .news-date strong { font-size: 23px; }
  .news-row h3 { font-size: 14px; }
  .about-metric-grid { grid-template-columns: 1fr 1fr; }
  .about-metric-card strong { font-size: 22px; }
}

@media (max-width: 420px) {
  .teacher-mini-card { grid-template-columns: 38px 1fr; padding: 12px; }
  .teacher-mini-card > span { width: 38px; }
  .partner-channel { padding-inline: 18px; }
  .plan-table-enrollment .plan-row, .outcomes-table-wide .outcomes-row { grid-template-columns: 1fr; }
  .campus-detail-tabs button { min-width: 215px; }
  .talent-stat-card strong { font-size: 22px; }
  .news-row { grid-template-columns: 1fr; }
  .news-date { align-items: flex-start; padding: 0 0 10px; border-right: 0; border-bottom: 1px solid #e1e9f4; }
  .news-date span { margin-top: 2px; }
}

/* --------------------------------------------------------------------------
   Floating campus contact rail and configurable WeChat / phone contact dialog
   -------------------------------------------------------------------------- */

.floating-contact-bar {
  position: fixed;
  z-index: 85;
  top: 50%;
  right: max(14px, env(safe-area-inset-right));
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(-50%);
}

/* 顶部在线咨询：圆形客服头像 + 蓝色胶囊 */
.floating-contact-trigger.floating-online-v3 {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rail-v3-avatar {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #3a93ff;
  box-shadow: 0 6px 18px rgba(23, 105, 255, .28);
  transition: transform .22s ease, box-shadow .22s ease;
}
.rail-v3-online-pill {
  position: relative;
  z-index: 1;
  margin-top: -9px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 9px;
  background: linear-gradient(180deg, #3a93ff, #1769ff);
  box-shadow: 0 8px 18px rgba(23, 105, 255, .28);
  transition: filter .2s ease, transform .2s ease;
}
.floating-contact-trigger.floating-online-v3:hover .rail-v3-avatar { transform: translateY(-2px) scale(1.04); box-shadow: 0 10px 22px rgba(23, 105, 255, .38); }
.floating-contact-trigger.floating-online-v3:hover .rail-v3-online-pill { filter: brightness(1.05); }
.floating-contact-trigger.floating-online-v3:active .rail-v3-online-pill { transform: scale(.97); }

/* 白色圆角卡片承载四个入口 */
.rail-v3-body {
  display: flex;
  flex-direction: column;
  border: 1px solid #edf2f9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 72, 137, .16);
}

.floating-contact-trigger {
  width: 100%;
  min-width: 0;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 4px;
  color: #8a97a9;
  border: 0;
  border-top: 1px solid #f0f3f8;
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.rail-v3-body .floating-contact-item:first-child .floating-contact-trigger { border-top: 0; border-radius: 15px 15px 0 0; }
.rail-v3-body .floating-contact-item:nth-last-child(2) .floating-contact-trigger, .rail-v3-body .floating-contact-item:last-child .floating-contact-trigger { border-radius: 0 0 15px 15px; }
.floating-contact-trigger:hover { color: var(--blue); background: #f2f7ff; }
.floating-contact-trigger:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(23,105,255,.22); outline-offset: -3px; }
.floating-contact-trigger > span { font-size: 12px; font-weight: 400; line-height: 1.2; white-space: nowrap; }

/* mask 切图图标，颜色跟随 currentColor（默认灰 / hover 蓝） */
.rail-v3-ic {
  width: 38px;
  height: 38px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.rail-ic-wechat { -webkit-mask-image: url(assets/images/icon-wechat.svg); mask-image: url(assets/images/icon-wechat.svg); }
.rail-ic-phone { -webkit-mask-image: url(assets/images/icon-phone.svg); mask-image: url(assets/images/icon-phone.svg); }
.rail-ic-enroll { -webkit-mask-image: url(assets/images/icon-doc.svg); mask-image: url(assets/images/icon-doc.svg); }
.rail-ic-top { -webkit-mask-image: url(assets/images/back-top-icon.svg); mask-image: url(assets/images/back-top-icon.svg); }
.rail-ic-online { -webkit-mask-image: url(assets/images/icon-service-headset.png); mask-image: url(assets/images/icon-service-headset.png); }
.rail-v3-mobile-ic { display: none; }

.floating-contact-bar .floating-top { min-height: 0; max-height: 0; padding-block: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: max-height .25s ease, min-height .25s ease, padding .25s ease, opacity .2s ease, background .2s ease; }
.floating-contact-bar .floating-top.is-visible { min-height: 64px; max-height: 64px; padding-block: 9px; opacity: 1; pointer-events: auto; }

.campus-contact-dialog {
  width: min(calc(100% - 34px), 820px);
  max-height: calc(100dvh - 34px);
  padding: 30px;
  overflow-y: auto;
  border-radius: 26px;
  background: #f7faff;
  box-shadow: 0 35px 90px rgba(0,0,0,.3);
}

.contact-dialog-header { display: flex; align-items: center; gap: 15px; padding-right: 45px; }
.contact-dialog-header h2 { margin: 3px 0 2px; font-size: 28px; line-height: 1.2; letter-spacing: -.03em; }
.contact-dialog-header p { margin: 0; color: #7a899e; font-size: 10px; }
.contact-campus-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 24px 0 14px; }
.contact-campus-tabs button { display: flex; flex-direction: column; align-items: flex-start; min-height: 67px; padding: 12px 14px; color: #60728b; border: 1px solid #d7e4f4; border-radius: 12px; background: #fff; text-align: left; cursor: pointer; transition: border .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.contact-campus-tabs button span { color: #3f84e4; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.contact-campus-tabs button strong { margin-top: 3px; font-size: 11px; }
.contact-campus-tabs button[aria-selected="true"] { color: #fff; border-color: transparent; background: linear-gradient(135deg, #125bda, #278bf1); box-shadow: 0 10px 24px rgba(23,105,255,.2); }
.contact-campus-tabs button[aria-selected="true"] span { color: #9debe5; }
.contact-campus-tabs button:focus-visible { outline: 3px solid rgba(23,105,255,.2); outline-offset: 2px; }

.contact-campus-panel { padding: 20px; border: 1px solid #d8e5f4; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(42,88,157,.08); }
.contact-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 17px; padding-bottom: 16px; border-bottom: 1px solid #e5edf7; }
.contact-panel-heading > div > span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.contact-panel-heading h3 { margin: 3px 0 1px; font-size: 22px; }.contact-panel-heading p { margin: 0; color: #7c899b; font-size: 9px; }
.contact-panel-heading > i { padding: 4px 8px; color: #12877e; border-radius: 6px; background: #e3faf6; font-size: 8px; font-style: normal; font-weight: 800; }
.contact-method-layout { display: grid; grid-template-columns: 268px 1fr; gap: 15px; }

.contact-wechat-card { display: flex; flex-direction: column; align-items: center; padding: 20px; border: 1px solid #d9e7f5; border-radius: 17px; background: linear-gradient(180deg, #f9fcff, #f0f7ff); text-align: center; transition: border .2s ease, box-shadow .2s ease, transform .2s ease; }
.contact-method-label { color: #238879; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.contact-wechat-card h4 { margin: 4px 0 11px; font-size: 15px; }
.wechat-qr { width: 176px; aspect-ratio: 1; display: grid; place-items: center; padding: 7px; overflow: hidden; border: 1px solid #d5e3f2; border-radius: 13px; background: #fff; box-shadow: 0 10px 26px rgba(36,84,151,.12); }
.wechat-qr svg { width: 100%; height: 100%; display: block; }
.wechat-qr .qr-fallback { color: #8090a5; font-size: 10px; }
.contact-wechat-card > strong { margin-top: 11px; color: #18385f; font-size: 12px; letter-spacing: .03em; }
.contact-wechat-card > p { margin: 3px 0 10px; color: #8390a2; font-size: 8px; }
.contact-wechat-card > button { min-height: 34px; padding: 0 13px; color: var(--blue); border: 1px solid #c8dcfa; border-radius: 9px; background: #fff; font-size: 9px; font-weight: 800; cursor: pointer; }

.contact-action-stack { display: grid; grid-template-rows: auto auto 1fr; gap: 10px; }
.contact-phone-card, .contact-enroll-card { padding: 17px 18px; border-radius: 15px; transition: border .2s ease, box-shadow .2s ease, transform .2s ease; }
.contact-phone-card { color: #fff; background: linear-gradient(130deg, #0d2f60, #1553a0); }
.contact-phone-card > span, .contact-enroll-card > span { color: #83dcd7; font-size: 8px; font-weight: 900; }
.contact-phone-card > a { display: block; margin: 4px 0 0; color: #fff; font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.contact-phone-card > p { margin: 1px 0; color: #c4d7ef; font-size: 9px; }.contact-phone-card > small { color: #89a7cb; font-size: 8px; }
.contact-enroll-card { border: 1px solid #d7e4f4; background: #f6faff; }
.contact-enroll-card > span { color: var(--blue); }.contact-enroll-card h4 { margin: 4px 0 3px; font-size: 14px; }.contact-enroll-card p { margin: 0 0 10px; color: #748299; font-size: 9px; }
.contact-enroll-card .button { min-height: 39px; padding-inline: 15px; font-size: 10px; }.contact-enroll-card .button i { margin-left: 5px; font-style: normal; }
.contact-address { display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 8px; padding: 12px 14px; color: #6c7c92; border-radius: 11px; background: #edf4fd; font-size: 9px; }
.contact-address b { color: #344e70; }
.contact-wechat-card.is-focused, .contact-phone-card.is-focused, .contact-enroll-card.is-focused { border: 2px solid #3b88ff; box-shadow: 0 0 0 5px rgba(23,105,255,.09), 0 12px 28px rgba(28,95,197,.13); transform: translateY(-2px); }
.contact-config-tip { margin: 12px 3px 0; color: #8a96a7; font-size: 8px; text-align: center; }

@media (max-width: 680px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .floating-contact-bar { top: auto; right: 0; bottom: 0; left: 0; width: auto; flex-direction: row; align-items: stretch; gap: 0; border-inline: 0; border-bottom: 0; border-radius: 16px 16px 0 0; background: #fff; transform: none; box-shadow: 0 -10px 30px rgba(22,59,116,.15); padding-bottom: env(safe-area-inset-bottom); }
  .floating-online-item { flex: 1 1 0; display: flex; }
  .floating-contact-trigger.floating-online-v3 { flex-direction: column; justify-content: center; gap: 4px; min-height: 64px; }
  .rail-v3-avatar { display: none; }
  .rail-v3-mobile-ic { display: block; width: 22px; height: 22px; }
  .rail-v3-online-pill { margin-top: 0; width: auto; height: auto; padding: 0; border-radius: 0; background: transparent; box-shadow: none; color: inherit; font-size: 9px; font-weight: 600; }
  .floating-contact-trigger.floating-online-v3:hover .rail-v3-avatar { transform: none; box-shadow: none; }
  .rail-v3-body { flex: 3 1 0; flex-direction: row; border: 0; border-radius: 0; box-shadow: none; }
  .rail-v3-body .floating-contact-item { flex: 1 1 0; display: flex; }
  .floating-contact-trigger { min-height: 64px; border-top: 0; border-left: 1px solid #eef2f7; }
  .rail-v3-body .floating-contact-item:first-child .floating-contact-trigger, .floating-contact-item:first-child .floating-contact-trigger { border-left: 0; }
  .floating-contact-trigger .rail-v3-ic { width: 30px; height: 30px; }
  .floating-contact-trigger > span { font-size: 12px; }
  .floating-top-item { display: none; }
  .floating-contact-bar .floating-top, .floating-contact-bar .floating-top.is-visible { display: none; }
  
  /* 移动端悬浮返回顶部按钮 */
  .mobile-back-to-top {
    position: fixed;
    right: 16px;
    bottom: calc(80px + env(safe-area-inset-bottom));
    z-index: 999;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #1769ff, #2e8df7);
    box-shadow: 0 4px 12px rgba(23, 105, 255, 0.3);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  
  .mobile-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .mobile-back-to-top:active {
    transform: scale(0.95);
  }
  
  .mobile-back-to-top::before {
    content: "↑";
    font-size: 20px;
    font-weight: bold;
  }
  .toast { bottom: calc(78px + env(safe-area-inset-bottom)); }
  .campus-contact-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); padding: 21px 15px; border-radius: 22px; }
  .contact-dialog-header { align-items: flex-start; gap: 11px; padding-right: 34px; }
  .contact-dialog-header .dialog-badge { width: 47px; height: 47px; border-radius: 13px; font-size: 18px; }
  .contact-dialog-header h2 { font-size: 22px; }
  .contact-campus-tabs { gap: 6px; margin-top: 19px; }
  .contact-campus-tabs button { min-height: 60px; padding: 10px; }
  .contact-campus-tabs button strong { font-size: 10px; }
  .contact-campus-panel { padding: 14px; }
  .contact-panel-heading h3 { font-size: 19px; }
  .contact-method-layout { grid-template-columns: 1fr; }
  .contact-wechat-card { padding: 17px; }
  .wechat-qr { width: min(168px, 60vw); }
  .contact-phone-card > a { font-size: 23px; }
  .contact-config-tip { padding-inline: 5px; line-height: 1.55; }
}

@media (max-width: 390px) {
  .floating-contact-trigger > span { font-size: 8px; }
  .floating-contact-trigger { padding-inline: 2px; }
  .contact-campus-tabs button span { display: none; }
  .contact-campus-tabs button { align-items: center; justify-content: center; text-align: center; }
}

/* ===== ICP 备案信息 ===== */
.footer-icp a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer-icp a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ===== 手机端页脚优化 ===== */
@media (max-width: 680px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 20px;
  }
  
  .footer-brand-new {
    text-align: center;
  }
  
  .footer-brand-new img {
    width: 100px;
    margin: 0 auto;
  }
  
  .footer-brand-new p {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 100%;
  }
  
  .footer-links-new {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  
  .footer-link-group-new {
    align-items: center;
    text-align: center;
  }
  
  .footer-link-group-new strong {
    font-size: 12px;
    margin-bottom: 6px;
  }
  
  .footer-link-group-new a {
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
  }
  
  .footer-qrcode {
    margin-left: 0;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  
  .footer-qrcode-title {
    font-size: 13px;
    padding-bottom: 4px;
    margin-bottom: 2px;
  }
  
  .footer-qrcode-list {
    gap: 20px;
    justify-content: center;
  }
  
  .footer-qrcode-item img {
    width: 60px;
    height: 60px;
  }
  
  .footer-qrcode-item-text strong {
    font-size: 11px;
  }
  
  .footer-qrcode-item-text span {
    font-size: 9px;
  }
  
  .footer-bottom-new {
    padding: 15px 0;
  }
  
  .footer-copyright {
    font-size: 11px;
    gap: 8px;
    margin-bottom: 6px;
  }
  
  .footer-icp-simple {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    white-space: normal;
    font-size: 10px;
  }
  
  .footer-divider {
    display: none;
  }
  
  .police-record-item {
    justify-content: center;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .footer-main {
    gap: 15px;
    padding: 25px 0 15px;
  }
  
  .footer-qrcode-item img {
    width: 50px;
    height: 50px;
  }
  
  .footer-qrcode-list {
    gap: 15px;
  }
  
  .footer-links-new {
    gap: 12px;
  }
  
  .footer-link-group-new a {
    font-size: 11px;
    line-height: 1.7;
  }
}

/* ===== 手机端全局Banner优化 ===== */
@media (max-width: 680px) {
  .hero,
  .hero-v2,
  .section-hero,
  .page-hero {
    height: 320px !important;
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  
  .hero-inner,
  .hero-inner-v2,
  .section-hero-inner {
    min-height: auto !important;
    padding-top: 60px !important;
  }
  
  .hero h1,
  .hero-v2 h1,
  .section-hero h2 {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }
  
  .hero-lead,
  .hero-v2 .lead,
  .section-hero .lead {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .hero,
  .hero-v2,
  .section-hero,
  .page-hero {
    height: 280px !important;
    min-height: 280px !important;
  }
  
  .hero-inner,
  .hero-inner-v2,
  .section-hero-inner {
    padding-top: 40px !important;
  }
  
  .hero h1,
  .hero-v2 h1,
  .section-hero h2 {
    font-size: 28px !important;
  }
}

/* ===== 手机端弹窗优化 ===== */
@media (max-width: 680px) {
  dialog,
  .modal,
  .consult-dialog,
  .video-modal {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    max-height: 85vh !important;
    margin: auto !important;
    border-radius: 16px !important;
  }
  
  .consult-form {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .form-row {
    grid-template-columns: 1fr !important;
  }
  
  .button {
    width: 100% !important;
    padding: 14px !important;
    font-size: 15px !important;
  }
  
  .modal-close,
  .dialog-close {
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 480px) {
  dialog,
  .modal,
  .consult-dialog,
  .video-modal {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    padding: 20px !important;
  }
  
  .modal-title,
  .dialog-title {
    font-size: 20px !important;
  }
}





/* ===== 模块标题装饰线（上下两条渐变） ===== */
.deco-line {
  position: relative;
  width: 144px;
  height: 47px;
  flex: 0 0 auto;
  display: inline-block;
}
.deco-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 26px;
  background: linear-gradient(90deg, rgba(185,211,255,0) 0%, #B9D3FF 100%);
  border-radius: 0px 100px 100px 0px;
  opacity: 0.9;
}
.deco-bottom {
  position: absolute;
  top: 13px;
  left: 0;
  width: 144px;
  height: 34px;
  border-radius: 0px 100px 100px 0px;
  background: linear-gradient(90deg, rgba(185,211,255,0) 0%, #B9D3FF 100%);
  opacity: 0.41;
}
/* 右侧装饰线镜像 */
.deco-line-right .deco-top,
.deco-line-right .deco-bottom {
  transform: scaleX(-1);
}
.deco-line-left .deco-bottom {
  left: -20px;
}
.deco-line-right .deco-bottom {
  left: 20px;
}


/* ===== 标题容器装饰线布局 ===== */
.has-deco-lines {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  line-height: 1;
}
.has-deco-lines > h2,
.has-deco-lines > h3 {
  margin: 0;
  order: 2;
}
.has-deco-lines > .deco-line:first-of-type {
  order: 1;
}
.has-deco-lines > .deco-line:last-of-type {
  order: 3;
}
.has-deco-lines > p {
  order: 4;
  flex: 1 0 100%;
  text-align: center;
  margin: 10px 0 0;
}
/* 隐藏原来的伪元素装饰线 */
.has-deco-lines > h2::before,
.has-deco-lines > h2::after,
.has-deco-lines > h3::before,
.has-deco-lines > h3::after {
  display: none !important;
}
/* 首页热门问答去掉装饰线 */
.faq-v3-heading .deco-line {
  display: none;
}

/* 隐藏各页面模块标题下的描述文字 */
.section-heading-v3 > p,
.section-heading > p,
.employment-module-heading > p,
.about-section-heading > p,
.campus-location-heading > p,
.module-title > p,
.talent-section-title > p {
  display: none;
}

/* ===== 移动端标题和装饰线优化 ===== */
@media (max-width: 680px) {
  .deco-line {
    width: 70px;
    height: 28px;

  }
  
  .deco-top {
    width: 70px;
    height: 16px;
  }
  
  .deco-bottom {
    width: 70px;
    height: 20px;
    top: 8px;
  }
  
  .deco-line-left .deco-bottom {
    left: -10px;
  }
  
  .deco-line-right .deco-bottom {
    left: 10px;
  }
  
  .has-deco-lines {
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .has-deco-lines > h2,
  .has-deco-lines > h3 {
    font-size: 22px !important;
    white-space: nowrap;
    line-height: 1;

  }
  
  .section-heading,
  .section-heading-v3,
  .employment-module-heading,
  .about-section-heading,
  .campus-location-heading,
  .module-title,
  .talent-section-title {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 480px) {
  .deco-line {
    width: 50px;
    height: 22px;
  }
  
  .deco-top {
    width: 50px;
    height: 12px;
  }
  
  .deco-bottom {
    width: 50px;
    height: 16px;
    top: 6px;
  }
  
  .has-deco-lines {
    gap: 6px;
  }
  
  .has-deco-lines > h2,
  .has-deco-lines > h3 {
    font-size: 18px !important;
  }
}



/* 页脚logo下方分割线 */
.footer-brand-new {
  position: relative;
}
.footer-brand-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 16px;
}


/* 移动端页脚布局调整 */
@media (max-width: 600px) {
  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
  .footer-brand-new {
    grid-column: 1 / -1;
  }
  .footer-links-new {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
  }
  .footer-link-group-new {
    text-align: left;
  }
  .footer-qrcode {
    grid-column: 1 / -1;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-items: center;
  }
  .footer-qrcode-list {
    display: flex !important;
    gap: 16px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center;
  }
}


/* 移动端联系我们上下布局 */
@media (max-width: 600px) {
  .footer-qrcode {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .footer-qrcode-title {
    margin-bottom: 0 !important;
  }
}


/* 二维码大小调整 */
.footer-qrcode-item img {
  width: 75px !important;
  height: 75px !important;
}


/* 去掉PC端底部白色空白 */
html, body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer-bottom-new {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

html, body {
  height: auto !important;
  min-height: 100% !important;
  background: #fff !important;
}
.site-footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.footer-bottom-new {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  background: #f5f7fa !important;
}
body > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* 移动端底部备案号显示调整 */
@media (max-width: 600px) {
  .footer-bottom-new {
    padding-bottom: 20px !important;
  }
  .footer-copyright {
    flex-direction: column !important;
    gap: 4px !important;
    text-align: center !important;
  }
  body {
    padding-bottom: 20px !important;
  }
}


/* 增加移动端底部高度 */
@media (max-width: 600px) {
  .footer-bottom-new {
    padding-bottom: 30px !important;
  }
  body {
    padding-bottom: 30px !important;
  }
  .site-footer {
    padding-bottom: 20px !important;
  }
}



/* ===== 底部空白修复 ===== */

/* 移动端底部备案号显示 */
@media (max-width: 600px) {
  .footer-bottom-new {
    padding-bottom: 25px !important;
  }
  body {
    padding-bottom: 0 !important;
  }
}

/* 去掉底部多余空白 */
.site-footer {
  margin-bottom: 0 !important;
}
.footer-bottom-new {
  margin-bottom: 0 !important;
}

/* 移动端备案号完整显示 */
@media (max-width: 600px) {
  .footer-bottom-new {
    padding: 15px 0 30px !important;
  }
  .footer-icp-simple {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    align-items: center !important;
  }
  .footer-divider {
    display: none !important;
  }
}


/* PC端隐藏移动端返回顶部按钮 */
@media (min-width: 601px) {
  .mobile-back-to-top {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}


/* ===== 移动端底部备案号专用样式 ===== */
@media (max-width: 600px) {
  .site-footer {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer-bottom-new {
    padding: 15px 12px 35px !important;
    margin: 0 !important;
  }
  .footer-icp-simple {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  .footer-icp-simple span {
    display: block !important;
  }
  .footer-divider {
    display: none !important;
  }
  .police-record-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
  }
  .police-record-item img {
    width: 14px !important;
    height: 14px !important;
  }
}


/* 移动端去掉备案号分割线 */
@media (max-width: 600px) {
  .footer-icp-simple .footer-divider,
  .footer-icp-simple span:contains("|") {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
  }
  .footer-icp-simple span {
    padding: 2px 0 !important;
  }
}


/* 移动端彻底去掉备案号分割线 */
@media (max-width: 600px) {
  .footer-icp-simple > span:nth-child(even) {
    display: none !important;
  }
  .footer-icp-simple > span {
    width: 100% !important;
    text-align: center !important;
    padding: 4px 0 !important;
  }
}


/* 移动端确保备案号完整显示 */
@media (max-width: 600px) {
  .footer-bottom-new {
    padding-bottom: 50px !important;
    min-height: 100px !important;
  }
  body {
    padding-bottom: 20px !important;
  }
}


/* 移动端页脚样式调整 */
@media (max-width: 600px) {
  .footer-brand-new img {
    width: 30px !important;
    height: 30px !important;
  }
  .footer-link-group-new strong,
  .footer-link-group-new a,
  .footer-qrcode-title,
  .footer-qrcode-item small,
  .footer-icp-simple {
    font-size: 12px !important;
  }
}

/* ===== 移动端页脚（对齐 UI 重写，仅 ≤600px 生效） ===== */
@media (max-width: 600px) {
  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 34px 0 6px !important;
  }

  /* 顶部大 logo：居中 + 虚线边框 */
  .footer-brand-new {
    text-align: center !important;
  }
  .footer-brand-new img {
    width: 118px !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }
  .footer-brand-line {
    width: 100% !important;
    margin-top: 22px !important;
    background: #e4e6ee !important;
  }

  /* 三列链接：左对齐 + 标题下短横线 */
  .footer-links-new {
    display: flex !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 26px 0 26px !important;
  }
  .footer-link-group-new {
    align-items: flex-start !important;
    text-align: left !important;
    gap: 0 !important;
  }
  .footer-link-group-new strong {
    position: relative !important;
    align-self: flex-start !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    color: #33383f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .footer-link-group-new strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #203164;
  }
  .footer-link-group-new a {
    text-align: left !important;
    color: #7d8494 !important;
    font-size: 13px !important;
    line-height: 2.15 !important;
  }

  /* 联系我们：上分隔线 + 左对齐标题 */
  .footer-qrcode {
    margin-left: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 0 !important;
    padding: 24px 0 30px !important;
    border-top: 1px solid #e4e6ee !important;
  }
  .footer-qrcode-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px !important;
    border-bottom: 0 !important;
    color: #33383f;
    font-size: 16px !important;
    font-weight: 700;
  }
  .footer-qrcode-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #203164;
  }

  /* 二维码卡片：两列灰底卡片，虚线框二维码 + 右侧文字 */
  .footer-qrcode-list {
    position: relative !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
  }
  .footer-qrcode-list::after {
    display: none !important;
  }
  .footer-qrcode-item:last-child {
    margin-left: 37px !important;
    padding-left: 37px !important;
    border-left: 1px solid #e4e6ee !important;
  }
  .footer-qrcode-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .footer-qrcode-item img {
    width: 120px !important;
    height: 120px !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 4px !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }
  .footer-qrcode-item-text {
    width: 120px !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }
  .footer-qrcode-item-text strong {
    color: #33383f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  .footer-qrcode-item-text span {
    color: #8a90a0 !important;
    font-size: 12px !important;
  }
}


/* 移动端优化扫码关注弹窗二维码大小 */
@media (max-width: 600px) {
  .wechat-qr {
    width: 140px !important;
    padding: 5px !important;
  }
  .floating-wechat-popover {
    max-width: 90vw !important;
    padding: 16px !important;
  }
}
