:root {
  --brand: #9d0707;
  --brand-dark: #6b0505;
  --brand-hover: #810606;
  --brand-soft: #f7ebeb;
  --ink: #14191f;
  --ink-soft: #26313c;
  --muted: #68737e;
  --line: #e6e8eb;
  --paper: #f7f7f5;
  --white: #ffffff;
  --gold: #c9a05a;
  --dark-red: #320303;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: var(--brand); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 86px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(20,25,31,.08);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 48px), 1320px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 5px;
  background: #fff;
  border: 1px solid #eadfe0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(44, 28, 30, .08);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 7px; }
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-copy strong { color: #191b20; font-size: 24px; line-height: 1; font-weight: 800; letter-spacing: .13em; }
.brand-copy small { font-size: 9px; line-height: 1; font-weight: 600; color: #a47757; letter-spacing: .18em; }
.desktop-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 30px; }
.desktop-nav ul { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; }
.desktop-nav li { margin: 0; }
.desktop-nav a { position: relative; padding: 32px 0 28px; font-size: 16px; font-weight: 600; letter-spacing: .02em; color: #3d4650; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--brand); transition: .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--brand); }
.desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a { color: var(--brand); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; left: 0; }
.header-phone { display: flex; flex-direction: column; padding-left: 20px; border-left: 1px solid var(--line); }
.header-phone span { color: #8a9199; font-size: 10px; }
.header-phone strong { color: var(--brand); font-size: 16px; letter-spacing: .02em; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; border: 1px solid var(--line); border-radius: 10px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 19px; height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 50px; width: 220px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.mobile-menu nav ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu nav a { display: block; padding: 12px; border-radius: 8px; font-size: 14px; }
.mobile-menu nav a:hover { background: var(--brand-soft); color: var(--brand); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  background-color: #142131;
  background-image:
    linear-gradient(90deg, rgba(12, 24, 37, .97) 0%, rgba(16, 29, 43, .91) 38%, rgba(19, 31, 43, .48) 60%, rgba(18, 26, 35, .12) 82%, rgba(18, 26, 35, .08) 100%),
    url("../images/hero-campus-v1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero::before { content: "DONG CHU"; position: absolute; left: -20px; bottom: -40px; font-size: clamp(100px, 16vw, 240px); font-weight: 900; letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); white-space: nowrap; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.hero-orb-one { width: 420px; height: 420px; right: 3%; top: 8%; }
.hero-orb-two { width: 620px; height: 620px; right: -6%; top: -7%; }
.hero-inner { position: relative; min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 76px 0 92px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .18em; color: rgba(255,255,255,.78); }
.eyebrow span { display: block; width: 30px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--brand); font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(50px, 5.5vw, 76px); line-height: 1.12; letter-spacing: -.04em; font-weight: 800; }
.hero h1 em { color: #f1c87c; font-style: normal; }
.hero-lead { max-width: 630px; margin: 28px 0 34px; font-size: 17px; line-height: 1.95; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 6px; font-weight: 700; font-size: 14px; transition: .25s ease; }
.button span, .text-link span { font-size: 20px; transition: transform .25s ease; }
.button:hover span, .text-link:hover span { transform: translateX(5px); }
.button-primary { background: white; color: var(--brand); box-shadow: 0 16px 38px rgba(24,0,0,.22); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(24,0,0,.3); }
.button-secondary { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.13); }
.hero-proof { margin-top: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.56); font-size: 12px; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: #f1c87c; }
.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.hero .hero-visual { display: none; }
.visual-frame { position: relative; width: min(100%, 470px); height: 470px; padding: 26px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.22); border-radius: 28px; box-shadow: 0 30px 80px rgba(23,0,0,.32); backdrop-filter: blur(18px); }
.visual-frame::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.06); border-radius: 20px; pointer-events: none; }
.visual-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .16em; }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #f1c87c; box-shadow: 0 0 0 5px rgba(241,200,124,.1); }
.journey-center { position: relative; height: 350px; display: grid; place-items: center; }
.journey-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.ring-one { width: 250px; height: 250px; }
.ring-two { width: 330px; height: 330px; border-style: dashed; animation: slow-spin 32s linear infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
.journey-core { position: relative; z-index: 2; width: 176px; height: 176px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 25%, #c32626, #750606 70%); box-shadow: 0 0 0 10px rgba(255,255,255,.04), 0 20px 50px rgba(0,0,0,.3); }
.journey-core small { font-size: 11px; color: #f1c87c; letter-spacing: .2em; }
.journey-core strong { margin: 7px 0; font-size: 23px; }
.journey-core span { font-size: 10px; color: rgba(255,255,255,.56); letter-spacing: .18em; }
.journey-node { position: absolute; z-index: 3; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); color: #f9ddb0; font-size: 11px; backdrop-filter: blur(8px); }
.node-one { top: 12px; left: calc(50% - 26px); }.node-two { right: 15px; top: calc(50% - 26px); }.node-three { bottom: 12px; left: calc(50% - 26px); }.node-four { left: 15px; top: calc(50% - 26px); }
.visual-bottom { display: flex; justify-content: space-between; padding-top: 4px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.58); font-size: 10px; }
.visual-bottom b { color: white; font-size: 15px; margin-right: 5px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 14px 16px; border-radius: 12px; background: white; color: var(--ink); box-shadow: 0 20px 50px rgba(28,0,0,.25); }
.floating-card b { color: var(--brand); font-size: 28px; }.floating-card span { font-size: 9px; line-height: 1.5; color: var(--muted); }
.floating-card-left { left: -22px; top: 80px; }.floating-card-right { right: -40px; bottom: 60px; }
.hero-bottom-line { position: absolute; bottom: 0; left: 0; width: 34%; height: 5px; background: #f1c87c; }

.data-strip { position: relative; z-index: 5; background: white; padding: 32px 0 20px; border-bottom: 1px solid var(--line); }
.data-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.data-grid > div { min-height: 78px; padding: 0 34px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.data-grid > div:first-child { padding-left: 0; }.data-grid > div:last-child { border-right: 0; padding-right: 0; }
.data-grid strong { color: var(--brand); font-size: 38px; letter-spacing: -.04em; white-space: nowrap; }.data-grid sup { font-size: 14px; margin-left: 2px; }
.data-grid span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.data-note { margin: 14px auto 0; padding: 0 24px; text-align: center; color: #9a9fa6; font-size: 10px; }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 50px); line-height: 1.26; letter-spacing: -.035em; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.split-heading .eyebrow { margin-bottom: 17px; }
.business-section { background: var(--paper); }
.business-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.business-card { position: relative; min-height: 440px; padding: 45px; border-radius: 18px; overflow: hidden; }
.business-card .card-index { position: absolute; right: 25px; top: 13px; font-size: 82px; font-weight: 800; color: rgba(255,255,255,.06); }
.primary-business { color: white; background: linear-gradient(140deg, var(--brand-dark), var(--brand)); box-shadow: 0 24px 60px rgba(110,3,3,.18); }
.adult-business { background: white; border: 1px solid #e6e3df; }
.adult-business .card-index { color: rgba(157,7,7,.05); }
.business-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #f1c87c; font-size: 20px; font-weight: 800; }
.adult-business .business-icon { background: var(--brand-soft); border-color: #ecd2d2; color: var(--brand); }
.card-kicker { margin: 0 0 8px; color: #e3ba72; font-size: 9px; letter-spacing: .2em; }.adult-business .card-kicker { color: var(--brand); }
.business-card h3 { margin: 0 0 16px; font-size: 30px; }.business-card > p:not(.card-kicker) { max-width: 590px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.85; }.adult-business > p:not(.card-kicker) { color: var(--muted); }
.business-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 34px; list-style: none; }.business-card li { font-size: 13px; color: rgba(255,255,255,.8); }.adult-business li { color: var(--ink-soft); }.business-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; border-radius: 50%; background: rgba(255,255,255,.12); color: #f1c87c; font-size: 10px; }.adult-business li::before { background: var(--brand-soft); color: var(--brand); }
.business-card > a { display: inline-flex; gap: 26px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }.business-card > a span { font-size: 18px; }
.status-pill { display: inline-flex; padding: 9px 13px; border-radius: 999px; color: var(--brand); background: var(--brand-soft); font-size: 11px; font-weight: 700; }

.centered-heading { text-align: center; max-width: 760px; margin-inline: auto; }
.centered-heading .eyebrow { justify-content: center; }.centered-heading > p { margin: 18px auto 0; }
.stage-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.stage-card { position: relative; min-height: 205px; padding: 34px 26px 26px; border-right: 1px solid var(--line); }
.stage-card:nth-child(4), .stage-card:nth-child(8) { border-right: 0; }.stage-card:nth-child(n+5) { border-top: 1px solid var(--line); }
.stage-number { color: #dedfe2; font-size: 42px; font-weight: 800; letter-spacing: -.06em; }.stage-dot { position: absolute; left: 26px; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px var(--brand-soft); }
.stage-card h3 { margin: 12px 0 8px; font-size: 18px; }.stage-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.course-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.course-paths article { padding: 32px; border-radius: 14px; background: var(--paper); border: 1px solid transparent; transition: .25s ease; }.course-paths article:hover { transform: translateY(-5px); border-color: #dbc8c8; }.course-paths .featured-path { background: var(--brand-soft); }
.path-tag { display: inline-block; color: var(--brand); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.course-paths h3 { margin: 12px 0 10px; font-size: 22px; }.course-paths p { min-height: 50px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.8; }.course-paths strong { color: var(--brand); font-size: 12px; }
.section-action { margin-top: 38px; text-align: center; }.text-link { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--brand); font-size: 13px; font-weight: 700; }

.campus-section { background: linear-gradient(140deg, #1b2027, #2c1517); color: white; }
.light-heading h2 { color: white; }.light-heading > p { color: rgba(255,255,255,.56); }
.campus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.campus-card { overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); border-radius: 15px; transition: .3s ease; }.campus-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); }
.campus-photo { position: relative; height: 230px; display: flex; align-items: flex-end; justify-content: space-between; padding: 20px; overflow: hidden; background: linear-gradient(135deg, #443134, #191d24); }
.campus-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.campus-photo::before, .campus-photo::after { content: ""; position: absolute; border-radius: 50%; background: rgba(157,7,7,.38); filter: blur(2px); }.campus-photo::before { width: 220px; height: 220px; right: -70px; top: -70px; }.campus-photo::after { width: 100px; height: 100px; left: 35px; bottom: 25px; border: 1px solid rgba(255,255,255,.14); background: transparent; }
.photo-two { background: linear-gradient(135deg, #252b34, #4a2528); }.photo-three { background: linear-gradient(135deg, #5d1d1d, #181c22); }
.campus-photo span { position: relative; z-index: 2; padding: 7px 9px; background: rgba(0,0,0,.3); color: rgba(255,255,255,.62); border-radius: 4px; font-size: 9px; }.campus-photo b { position: relative; z-index: 2; font-size: 48px; color: rgba(255,255,255,.15); }
.campus-info { padding: 27px; }.campus-type { color: #e3ba72; font-size: 9px; letter-spacing: .12em; }.campus-info h3 { margin: 10px 0 12px; font-size: 23px; }.campus-info p { min-height: 70px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.85; }.campus-meta { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 9px; }
.featured-campus { border-color: rgba(227,186,114,.45); }.inverse .text-link { color: white; }

.evidence-section { background: var(--paper); }
.evidence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.evidence-copy h2, .faq-intro h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.25; letter-spacing: -.04em; }.evidence-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); line-height: 1.9; font-size: 14px; }
.button-dark { background: var(--ink); color: white; }.button-dark:hover { background: var(--brand); }
.evidence-list { border-top: 1px solid #d9dadd; }.evidence-list article { display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid #d9dadd; }.evidence-list article > span { color: var(--brand); font-size: 12px; font-weight: 700; }.evidence-list h3 { margin: 0 0 7px; font-size: 17px; }.evidence-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.evidence-list b { color: #c7c9cc; font-size: 10px; letter-spacing: .16em; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }.faq-contact { padding-top: 26px; border-top: 1px solid var(--line); }.faq-contact small { display: block; color: var(--muted); font-size: 10px; }.faq-contact a { color: var(--brand); font-size: 24px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; min-height: 80px; display: grid; grid-template-columns: 42px 1fr 25px; align-items: center; gap: 10px; cursor: pointer; font-size: 16px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--brand); font-size: 10px; }.faq-list summary i { font-size: 22px; font-style: normal; font-weight: 300; transition: .25s ease; }.faq-list details[open] summary { color: var(--brand); }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { margin: -4px 35px 26px 52px; color: var(--muted); font-size: 13px; line-height: 1.9; }

.consult-section { padding: 0 0 82px; background: white; }
.consult-card { position: relative; overflow: hidden; min-height: 270px; padding: 55px 64px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; color: white; background: linear-gradient(120deg, var(--brand-dark), var(--brand)); border-radius: 22px; box-shadow: 0 30px 80px rgba(120,5,5,.22); }
.consult-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -100px; top: -200px; border-radius: 50%; border: 70px solid rgba(255,255,255,.05); }
.consult-copy { position: relative; z-index: 2; }.consult-copy .eyebrow { margin-bottom: 14px; }.consult-copy h2 { margin: 0 0 13px; font-size: 36px; }.consult-copy > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.consult-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 10px; }.button-white { min-height: 64px; justify-content: space-between; background: white; color: var(--brand); }.button-white small { font-weight: 400; color: var(--muted); }.button-white strong { font-size: 20px; }.button-outline-white { border: 1px solid rgba(255,255,255,.4); color: white; }

.site-footer { padding: 62px 0 26px; background: #15191f; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; }.footer-brand .brand-copy strong { color: white; }.footer-brand > p { margin-top: 20px; color: rgba(255,255,255,.38); font-size: 11px; }.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-links h3, .footer-contact h3 { margin: 0 0 10px; color: rgba(255,255,255,.48); font-size: 11px; }.footer-links a { color: rgba(255,255,255,.68); font-size: 12px; }.footer-links a:hover { color: white; }.footer-contact > a { color: #f1c87c; font-size: 19px; font-weight: 800; }.footer-contact p { margin: 0; color: rgba(255,255,255,.36); font-size: 10px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: 9px; }
.mobile-cta { display: none; }

.content-hero {
  --content-hero-image: url("../images/hero-about-v1.webp");
  --content-hero-overlay: linear-gradient(90deg, rgba(10, 22, 35, .97) 0%, rgba(14, 28, 42, .91) 42%, rgba(18, 31, 43, .48) 68%, rgba(18, 26, 35, .16) 100%);
  position: relative;
  overflow: hidden;
  padding: 90px 0 72px;
  color: white;
  background-color: #142131;
  background-image: var(--content-hero-overlay), var(--content-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-hero .container { position: relative; z-index: 1; }
.page-template-page-tongzhao .content-hero,
.page-template-page-tongzhao-php .content-hero,
.tongzhao-hero { --content-hero-image: url("../images/hero-tongzhao-v1.webp"); }
.page-template-page-chengkao .content-hero,
.page-template-page-chengkao-php .content-hero,
.chengkao-hero { --content-hero-image: url("../images/hero-chengkao-v1.webp"); }
.post-type-archive-dc_course .content-hero,
.single-dc_course .content-hero { --content-hero-image: url("../images/hero-courses-v1.webp"); }
.post-type-archive-dc_campus .content-hero,
.single-dc_campus .content-hero { --content-hero-image: url("../images/hero-campuses-v1.webp"); }
.post-type-archive-dc_evidence .content-hero,
.single-dc_evidence .content-hero { --content-hero-image: url("../images/hero-evidence-v1.webp"); }
.blog .content-hero,
.category-policy-guides .content-hero,
.single-post .content-hero { --content-hero-image: url("../images/hero-guides-v1.webp"); }
.page-template-default .content-hero { --content-hero-image: url("../images/hero-about-v1.webp"); }
.page-template-default .tongzhao-hero { --content-hero-image: url("../images/hero-tongzhao-v1.webp"); }
.page-template-default .chengkao-hero { --content-hero-image: url("../images/hero-chengkao-v1.webp"); }
.content-hero .eyebrow { margin-bottom: 15px; }
.content-hero h1 { max-width: 900px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.2; letter-spacing: -.04em; }
.content-hero p:last-child { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.9; }
.content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; padding: 76px 0 110px; }
.content-wrap.no-sidebar { grid-template-columns: minmax(0, 820px); justify-content: center; }
.entry-content { font-size: 16px; line-height: 1.9; }
.entry-content h2 { margin: 46px 0 18px; font-size: 30px; }.entry-content h3 { margin: 34px 0 14px; font-size: 22px; }
.entry-content a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: 12px; }
.content-sidebar { align-self: start; position: sticky; top: 110px; padding: 26px; background: var(--paper); border-radius: 14px; }
.content-sidebar h2 { margin: 0 0 18px; font-size: 18px; }.content-sidebar dl { margin: 0; }.content-sidebar dt { margin-top: 16px; color: var(--muted); font-size: 10px; }.content-sidebar dd { margin: 4px 0 0; font-size: 13px; line-height: 1.65; }
.archive-section { padding: 90px 0 110px; background: var(--paper); }.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 15px; transition: .25s ease; }.archive-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(20,25,31,.09); }
.archive-card-media { height: 200px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #33282a, #8d0909); color: rgba(255,255,255,.55); font-size: 11px; }.archive-card-media img { width: 100%; height: 100%; object-fit: cover; }
.archive-card-body { padding: 26px; }.archive-card-body .card-kicker { color: var(--brand); }.archive-card-body h2 { margin: 8px 0 12px; font-size: 22px; }.archive-card-body p { min-height: 70px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.8; }.archive-card-body a { color: var(--brand); font-size: 12px; font-weight: 700; }
.empty-state { grid-column: 1 / -1; padding: 70px; text-align: center; background: white; border: 1px dashed #cfd2d6; border-radius: 15px; }.empty-state h2 { margin-top: 0; }.empty-state p { color: var(--muted); }
.pagination { grid-column: 1 / -1; margin-top: 30px; }.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; }.pagination .current { color: white; background: var(--brand); border-color: var(--brand); }
.sidebar-button { width: 100%; margin-top: 24px; }.sidebar-note { display: block; margin-top: 22px; padding: 12px; color: var(--muted); background: white; border: 1px dashed var(--line); border-radius: 8px; font-size: 11px; text-align: center; }
.evidence-card .archive-card-body { min-height: 330px; display: flex; flex-direction: column; }.evidence-card .archive-card-body > a { margin-top: auto; }.evidence-value { display: block; margin: 3px 0 14px; color: var(--brand); font-size: 34px; }

.business-hero { padding: 86px 0; }.business-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }.business-hero .hero-actions { margin-top: 30px; }.answer-card { padding: 34px; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 28px 65px rgba(34,0,0,.25); }.answer-card > span, .boundary-box > span { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .14em; }.answer-card h2 { margin: 12px 0; font-size: 25px; }.answer-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }.answer-card small { display: block; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: #9299a1; }
.topic-section { background: white; }.paper-section { background: var(--paper); }.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.info-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 14px; }.info-grid b { color: #d7d9dc; font-size: 35px; }.info-grid h3 { margin: 18px 0 11px; font-size: 20px; }.info-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.source-note { margin-top: 24px; padding: 18px 22px; color: var(--muted); background: var(--brand-soft); border-left: 3px solid var(--brand); font-size: 12px; line-height: 1.8; }.source-note strong { color: var(--brand); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.process-grid article { min-height: 180px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.process-grid span { color: var(--brand); font-size: 10px; font-weight: 800; }.process-grid h3 { margin: 18px 0 8px; font-size: 23px; }.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-section { background: white; }.service-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: start; }.service-layout h2 { margin: 0 0 32px; font-size: clamp(34px,4vw,48px); }.service-list { border-top: 1px solid var(--line); }.service-list article { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); }.service-list strong { font-size: 15px; }.service-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }.boundary-box { position: sticky; top: 110px; padding: 38px; color: white; background: linear-gradient(145deg, #222831, #351315); border-radius: 18px; }.boundary-box > span { color: #e3ba72; }.boundary-box h2 { margin: 14px 0 24px; color: white; font-size: 27px; }.boundary-box ul { padding: 0; margin: 0 0 25px; list-style: none; }.boundary-box li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.78); font-size: 13px; }.boundary-box li::before { content: "—"; margin-right: 10px; color: #e3ba72; }.boundary-box p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.8; }.topic-faq { background: var(--paper); }.page-extra-content { padding-top: 0; }

/* V0.3 visual refresh: brighter brand red, warmer neutrals and larger copy. */
:root {
  --brand: #c31d2c;
  --brand-dark: #a31622;
  --brand-hover: #ae1724;
  --brand-soft: #fff0f1;
  --ink: #17191e;
  --muted: #5f6872;
  --line: #e9e4e2;
  --paper: #faf8f6;
  --gold: #e3b562;
  --dark-red: #8f131d;
}
body { font-size: 16px; }
.brand-mark { box-shadow: 0 8px 22px rgba(44, 28, 30, .08); }
.desktop-nav a { font-size: 16px; color: #343b44; }
.header-phone span { font-size: 11px; color: #7d858e; }
.header-phone strong { font-size: 19px; }
.mobile-menu nav a { padding: 13px; font-size: 15px; }
.hero {
  background-color: #142131;
  background-image:
    linear-gradient(90deg, rgba(12, 24, 37, .97) 0%, rgba(16, 29, 43, .91) 38%, rgba(19, 31, 43, .48) 60%, rgba(18, 26, 35, .12) 82%, rgba(18, 26, 35, .08) 100%),
    url("../images/hero-campus-v1.webp");
}
.hero-grid { opacity: .055; }
.eyebrow { font-size: 13px; letter-spacing: .16em; color: rgba(255,255,255,.86); }
.hero h1 em { color: #ffd58a; }
.hero-lead { max-width: 650px; font-size: 18px; line-height: 1.9; color: rgba(255,255,255,.88); }
.button { min-height: 54px; padding: 0 26px; border-radius: 10px; font-size: 15px; }
.hero-proof { color: rgba(255,255,255,.72); font-size: 13px; }
.visual-frame { background: rgba(255,255,255,.105); border-color: rgba(255,255,255,.25); box-shadow: 0 28px 70px rgba(73,0,8,.24); }
.visual-topline { color: rgba(255,255,255,.68); font-size: 10px; }
.journey-core { background: #d52737; box-shadow: 0 0 0 10px rgba(255,255,255,.055), 0 20px 48px rgba(71,0,7,.25); }
.journey-core small { font-size: 12px; color: #ffe09e; }
.journey-core strong { font-size: 25px; }
.journey-core span { font-size: 11px; color: rgba(255,255,255,.7); }
.journey-node { background: rgba(255,255,255,.15); color: #ffe2aa; font-size: 12px; }
.visual-bottom { color: rgba(255,255,255,.72); font-size: 11px; }
.floating-card span { font-size: 11px; }
.data-grid span { font-size: 13px; }
.data-note { color: #858c94; font-size: 11px; }
.section-heading > p, .split-heading > p { font-size: 16px; }
.primary-business { background: #b71b27; box-shadow: 0 24px 54px rgba(157,22,34,.16); }
.business-card > p:not(.card-kicker) { color: rgba(255,255,255,.84); font-size: 15px; }
.adult-business > p:not(.card-kicker) { color: var(--muted); }
.business-card li { color: rgba(255,255,255,.88); font-size: 14px; }
.business-card > a { font-size: 14px; }
.stage-card h3 { font-size: 19px; }
.stage-card p { font-size: 14px; }
.path-tag { font-size: 11px; }
.course-paths p { font-size: 14px; }
.course-paths strong { font-size: 13px; }
.campus-section { background: #202630; }
.campus-type { color: #f0c979; font-size: 11px; }
.campus-info p { color: rgba(255,255,255,.7); font-size: 14px; }
.campus-meta { color: rgba(255,255,255,.58); font-size: 11px; }
.evidence-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { font-size: 15px; }
.evidence-list article > span { font-size: 13px; }
.evidence-list h3 { font-size: 18px; }
.evidence-list p { font-size: 13px; line-height: 1.65; }
.faq-contact small { font-size: 12px; }
.faq-list summary { min-height: 82px; font-size: 17px; }
.faq-list details p { font-size: 14px; }
.consult-card { background: #b71b27; box-shadow: 0 26px 64px rgba(157,22,34,.18); }
.consult-copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 15px; }
.content-hero { background-color: #142131; }
.content-hero p:last-child { color: rgba(255,255,255,.86); font-size: 17px; }
.entry-content { font-size: 17px; }
.archive-card-body p { font-size: 14px; }
.archive-card-body a { font-size: 13px; }
.answer-card { box-shadow: 0 24px 58px rgba(73,0,8,.18); }
.answer-card p, .info-grid p, .process-grid p, .service-list p { font-size: 14px; }
.source-note { font-size: 13px; }
.service-list strong { font-size: 16px; }
.boundary-box { background: #232a33; }
.boundary-box li { font-size: 14px; }
.boundary-box p { color: rgba(255,255,255,.62); font-size: 13px; }
.archive-card-placeholder { width: 100%; height: 100%; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: #b71b27; }
.archive-card-placeholder span { margin-bottom: auto; font-size: 10px; letter-spacing: .16em; opacity: .72; }
.archive-card-placeholder strong { font-size: 26px; line-height: 1.25; }
.archive-card-placeholder small { margin-top: 7px; font-size: 12px; opacity: .78; }
.course-placeholder,
.campus-placeholder,
.guide-placeholder {
  position: relative;
  z-index: 0;
  background-position: 72% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.course-placeholder::before,
.campus-placeholder::before,
.guide-placeholder::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(9,20,32,.06), rgba(9,20,32,.9)); }
.course-placeholder { color: white; border-top: 4px solid var(--brand); background-image: url("../images/hero-courses-v1.webp"); }
.course-placeholder span { color: #ffe0a3; opacity: 1; }
.course-placeholder small { color: rgba(255,255,255,.82); opacity: 1; }
.campus-placeholder { background-image: url("../images/hero-campuses-v1.webp"); }
.guide-placeholder { background-image: url("../images/hero-guides-v1.webp"); }
.evidence-card-media { height: 150px; background-image: linear-gradient(90deg, rgba(12,24,37,.35), rgba(12,24,37,.06)), url("../images/hero-evidence-v1.webp"); background-position: 70% center; background-repeat: no-repeat; background-size: cover; }
.floating-card-right { right: -10px; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }.desktop-nav ul { gap: 22px; }.desktop-nav a { font-size: 14px; }.header-phone { display: none; }
  .hero-inner { gap: 30px; }.floating-card-right { right: -10px; }.floating-card-left { left: -10px; }
  .data-grid > div { padding: 0 20px; }.data-grid strong { font-size: 31px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }
  .hero { background-position: 60% center; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 90px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 520px; }
  .data-grid { grid-template-columns: repeat(2, 1fr); }.data-grid > div { padding: 18px 28px; border-bottom: 1px solid var(--line); }.data-grid > div:nth-child(2) { border-right: 0; }.data-grid > div:nth-child(3) { padding-left: 28px; border-bottom: 0; }.data-grid > div:nth-child(4) { border: 0; }
  .split-heading, .business-grid, .evidence-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .stage-track { grid-template-columns: repeat(2, 1fr); }.stage-card:nth-child(2n) { border-right: 0; }.stage-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .course-paths, .campus-grid { grid-template-columns: 1fr; }.campus-card { display: grid; grid-template-columns: .8fr 1.2fr; }.campus-info p { min-height: 0; }
  .faq-intro { position: static; }.consult-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); }
  .content-wrap { grid-template-columns: 1fr; }.content-sidebar { position: static; }.archive-grid { grid-template-columns: repeat(2, 1fr); }.business-hero-grid, .service-layout { grid-template-columns: 1fr; gap: 45px; }.three-columns { grid-template-columns: 1fr; }.boundary-box { position: static; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 70px; }.container, .header-inner { width: min(calc(100% - 32px), var(--container)); }.section { padding: 78px 0; }
  .hero { background-image: linear-gradient(90deg, rgba(12, 24, 37, .94), rgba(16, 29, 43, .78)), url("../images/hero-campus-v1.webp"); background-position: 62% center; }
	.content-hero { --content-hero-overlay: linear-gradient(90deg, rgba(10,22,35,.96), rgba(14,28,42,.78)); background-position: 64% center; }
  .site-header { height: 72px; }.brand { gap: 11px; }.brand-mark { width: 44px; height: 44px; padding: 4px; border-radius: 10px; }.brand-copy { gap: 3px; }.brand-copy strong { font-size: 19px; letter-spacing: .11em; }.brand-copy small { font-size: 7.5px; letter-spacing: .14em; }
  .hero { min-height: auto; }.hero-inner { min-height: auto; padding: 72px 0 78px; }.hero h1 { font-size: 44px; }.hero-lead { margin: 22px 0 28px; font-size: 14px; line-height: 1.85; }.hero-actions { display: grid; }.button { width: 100%; }.hero-proof { flex-wrap: wrap; }
  .hero-visual { min-height: 410px; margin-top: 22px; }.visual-frame { height: 390px; padding: 20px; }.journey-center { height: 290px; }.ring-one { width: 210px; height: 210px; }.ring-two { width: 275px; height: 275px; }.journey-core { width: 145px; height: 145px; }.journey-core strong { font-size: 19px; }.journey-node { width: 44px; height: 44px; font-size: 9px; }.floating-card { min-width: 150px; padding: 11px 13px; }.floating-card b { font-size: 23px; }.floating-card-left { left: -8px; top: 42px; }.floating-card-right { right: -7px; bottom: 42px; }
  .data-strip { padding-top: 15px; }.data-grid > div { min-height: 96px; padding: 15px 10px; flex-direction: column; align-items: flex-start; gap: 3px; }.data-grid > div:first-child { padding-left: 10px; }.data-grid > div:nth-child(3) { padding-left: 10px; }.data-grid strong { font-size: 28px; }.data-grid span { font-size: 10px; }
  .section-heading { margin-bottom: 36px; }.section-heading h2 { font-size: 33px; }.split-heading { gap: 10px; }.split-heading > p { font-size: 13px; }.eyebrow { margin-bottom: 16px; }
  .business-card { min-height: auto; padding: 30px 24px; }.business-card .card-index { font-size: 62px; }.business-card h3 { font-size: 25px; }
  .stage-card { min-height: 190px; padding: 25px 14px 18px; }.stage-dot { left: 14px; }.stage-number { font-size: 34px; }.stage-card h3 { font-size: 16px; }
  .course-paths { gap: 12px; }.course-paths article { padding: 25px; }
  .campus-card { display: block; }.campus-photo { height: 190px; }.campus-info { padding: 23px; }
  .evidence-copy h2, .faq-intro h2 { font-size: 37px; }.evidence-list article { grid-template-columns: 34px 1fr; }.evidence-list b { display: none; }
  .faq-list summary { min-height: 74px; grid-template-columns: 30px 1fr 20px; font-size: 14px; }.faq-list details p { margin: -3px 20px 23px 40px; font-size: 12px; }
  .consult-section { padding-bottom: 50px; }.consult-card { width: calc(100% - 24px); padding: 38px 24px; border-radius: 17px; }.consult-copy h2 { font-size: 29px; }.consult-actions .button-white { display: flex; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 7px; padding-bottom: 66px; }
  .content-hero { padding: 65px 0 55px; }.content-hero h1 { font-size: 38px; }.content-wrap { padding: 55px 0 90px; gap: 35px; }.archive-section { padding: 65px 0 90px; }.archive-grid { grid-template-columns: 1fr; }.archive-card-body p { min-height: 0; }.empty-state { padding: 40px 22px; }.answer-card { padding: 27px 23px; }.process-grid { grid-template-columns: repeat(2, 1fr); }.process-grid article { min-height: 165px; padding: 22px 18px; }.service-list article { grid-template-columns: 1fr; gap: 8px; }.boundary-box { padding: 30px 24px; }
  .mobile-cta { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1.35fr .65fr; background: white; border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(0,0,0,.08); }.mobile-cta a { display: flex; align-items: center; justify-content: center; }.mobile-cta a:first-child { flex-direction: column; }.mobile-cta a:first-child span { font-size: 9px; color: var(--muted); }.mobile-cta a:first-child strong { font-size: 15px; color: var(--brand); }.mobile-cta a:last-child { color: white; background: var(--brand); font-size: 13px; font-weight: 700; }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1120px) {
  .desktop-nav a { font-size: 14px; }
}

@media (max-width: 620px) {
  .hero-lead { font-size: 16px; }
  .data-grid > div { min-height: 100px; }
  .data-grid span { font-size: 11.5px; }
  .split-heading > p { font-size: 15px; }
  .faq-list summary { min-height: 76px; font-size: 15px; }
  .faq-list details p { font-size: 14px; }
  .archive-card-placeholder { min-height: 190px; }
}
