:root {
  --red: #b51224;
  --red-dark: #8d0f1e;
  --navy: #14213d;
  --ink: #202532;
  --muted: #647084;
  --line: #e8dde0;
  --paper: #fff8f5;
  --soft: #f8ebe7;
  --gold: #c99a38;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(88, 25, 32, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.7;
  background: var(--paper);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 10px 24px rgba(88, 25, 32, .16);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand img {
  width: min(360px, 46vw);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  padding: 10px 14px;
  color: var(--white);
  font-weight: 700;
  border-radius: 8px;
}

.nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, .14);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 56px;
  background:
    linear-gradient(105deg, rgba(20, 33, 61, .92) 0%, rgba(141, 15, 30, .88) 48%, rgba(255, 248, 245, .12) 100%),
    url("https://n2.bixuanshop.com/jump/opera/opera/image/1751006899627221751006898_%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250627144646.png") center/cover;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% -10%;
  height: 42%;
  background: var(--paper);
  transform: skewY(-3deg);
  transform-origin: 0 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 42px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
}

.hero-actions,
.keyword-row,
.filter-tabs,
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
}

.primary-btn {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 28px rgba(181, 18, 36, .24);
}

.primary-btn:hover {
  background: var(--red-dark);
}

.secondary-btn {
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .32);
}

.keyword-row {
  margin-top: 24px;
}

.keyword-row span {
  padding: 7px 12px;
  color: #ffe6e8;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 14px;
}

.hero-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.consult-summary {
  border: 1px solid rgba(255, 255, 255, .4);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(255, 247, 242, .96)),
    radial-gradient(circle at top right, rgba(181, 18, 36, .16), transparent 46%);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-card-body {
  padding: 28px;
  border-top: 5px solid var(--red);
}

.hero-card-body span,
.major-card span,
.contact-cards span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.hero-card-body strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 24px;
}

.hero-card-body p {
  margin: 14px 0 18px;
  color: var(--muted);
}

.consult-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.consult-badges em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--red-dark);
  background: #fff1ec;
  border: 1px solid rgba(181, 18, 36, .12);
  border-radius: 999px;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.geo-band {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

.geo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.geo-grid article {
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.geo-grid article:last-child,
.geo-grid button:last-child {
  border-right: 0;
}

.geo-grid span,
.fact-list span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.geo-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  line-height: 1.35;
}

.geo-action-card {
  position: relative;
  min-height: 112px;
  padding: 22px 54px 22px 22px;
  border: 0;
  border-right: 1px solid var(--line);
  color: inherit;
  background: linear-gradient(135deg, #fff8f5, #ffffff 58%, #fff0ea);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: background .18s ease, box-shadow .18s ease;
}

.geo-action-card::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}

.geo-action-card span,
.geo-action-card strong,
.geo-action-card small {
  display: block;
}

.geo-action-card span {
  color: var(--muted);
  font-size: 13px;
}

.geo-action-card strong {
  margin-top: 8px;
  color: var(--red-dark);
  font-size: 18px;
  line-height: 1.3;
}

.geo-action-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.geo-action-card:hover,
.geo-action-card:focus-visible {
  background: linear-gradient(135deg, #fff0ea, #ffffff 52%, #ffe5dc);
  box-shadow: inset 0 -3px 0 var(--red);
  outline: none;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: var(--soft);
}

.split,
.apply-layout,
.contact-grid,
.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 44px;
  align-items: start;
}

.section h2,
.contact-section h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
}

.section p {
  color: var(--muted);
}

.notice {
  margin-top: 26px;
  padding: 20px;
  background: var(--white);
  border-left: 5px solid var(--red);
  border-radius: 8px;
}

.notice p {
  margin: 8px 0 0;
}

.notice a {
  color: var(--red);
  font-weight: 800;
}

.news-layout {
  grid-template-columns: 360px minmax(0, 1fr);
}

.news-intro {
  position: sticky;
  top: 110px;
}

.more-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--red);
  background: var(--white);
  border: 1px solid rgba(181, 18, 36, .16);
  border-radius: 8px;
  font-weight: 800;
}

.news-panel {
  display: grid;
  gap: 14px;
}

.news-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  min-height: 126px;
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(181, 18, 36, .12);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(88, 25, 32, .08);
}

.news-item time {
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
}

.news-item small {
  color: var(--gold);
  font-weight: 800;
}

.news-item h3 {
  margin: 4px 0 6px;
  color: var(--navy);
  line-height: 1.35;
}

.news-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.fact-list {
  display: grid;
  gap: 14px;
}

.fact-list div {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fact-list strong {
  display: block;
  margin-top: 6px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 28px;
}

.filter-tabs button {
  min-height: 40px;
  border: 1px solid rgba(181, 18, 36, .22);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--red);
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.filter-tabs button.active {
  color: var(--white);
  background: var(--red);
}

.major-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.major-card,
.faq-grid article {
  min-height: 210px;
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(181, 18, 36, .12);
  border-radius: 8px;
}

.major-card h3,
.faq-grid h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  line-height: 1.35;
}

.major-card p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.major-card.is-hidden {
  display: none;
}

.apply-copy {
  position: sticky;
  top: 110px;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.steps div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--line);
}

.steps b {
  color: var(--red);
}

.apply-form {
  padding: 26px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.apply-form h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 24px;
}

.apply-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  border: 1px solid #dccbd0;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fffdfb;
  outline: none;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(181, 18, 36, .1);
}

.full {
  width: 100%;
}

.form-message {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--red);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.contact-section {
  padding: 70px 0;
  color: var(--white);
  background: var(--navy);
}

.contact-section .section-kicker {
  color: #f2bd4f;
}

.contact-section h2,
.contact-section p {
  color: var(--white);
}

.contact-section a {
  color: inherit;
}

.contact-cards a {
  flex: 1 1 180px;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.contact-cards strong {
  font-size: 20px;
}

.contact-cards small {
  color: rgba(255, 255, 255, .72);
}

.footer {
  padding: 26px 0 90px;
  color: #77545a;
  background: #fff1ec;
  font-size: 14px;
}

.footer-inner {
  display: grid;
  gap: 6px;
}

.footer p {
  margin: 0;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.drawer.open {
  display: block;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 33, 61, .52);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  overflow: auto;
  padding: 28px 18px;
  background: var(--paper);
}

.drawer-close {
  width: 42px;
  height: 42px;
  margin: 0 0 12px auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--red);
  background: var(--white);
  cursor: pointer;
  font-size: 26px;
}

.compact {
  box-shadow: none;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  grid-template-columns: minmax(0, 1.45fr) minmax(104px, .55fr);
  background: var(--white);
  box-shadow: 0 -8px 24px rgba(20, 33, 61, .12);
}

.mobile-cta a,
.mobile-cta button {
  min-height: 56px;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  padding: 0 10px;
}

.mobile-cta button {
  background: var(--red);
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .apply-layout,
  .contact-grid,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .geo-grid,
  .major-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .apply-copy {
    position: static;
  }

  .news-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .nav-wrap {
    min-height: 66px;
  }

  .brand img {
    width: min(260px, 68vw);
    max-height: 46px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 10px 12px 14px;
    background: var(--red);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .nav.open {
    display: grid;
  }

  .nav a {
    padding: 12px;
    background: rgba(255, 255, 255, .1);
  }

  .hero {
    padding: 44px 0 38px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-card {
    display: none;
  }

  .geo-grid,
  .major-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .geo-grid article,
  .geo-grid button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 52px 0;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .filter-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .filter-tabs button {
    flex: 0 0 auto;
  }

  .footer {
    padding-bottom: 82px;
  }

  .mobile-cta {
    display: grid;
    font-size: 13px;
  }
}
