:root {
  color-scheme: light;
  --brand-blue: #14679d;
  --blue-900: #073150;
  --blue-800: #0b4b77;
  --blue-700: #14679d;
  --blue-600: #1d83c4;
  --blue-100: #e6f3fb;
  --blue-050: #f4faff;
  --red: #ef3027;
  --ink: #102131;
  --muted: #5f7388;
  --line: #d7e7f0;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 49, 80, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(239, 48, 39, 0.06) 0 150px, transparent 151px),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f4f9fe 100%);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-visible {
  animation: fadeUp 0.7s ease forwards;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(216, 232, 246, 0.55);
  background:
    linear-gradient(180deg, rgba(244, 250, 255, 0.92), rgba(255, 255, 255, 0.98)),
    var(--white);
}

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

.brand-logo {
  display: block;
  width: 122px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-badge {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 1px solid rgba(20, 103, 157, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.header-badge svg {
  flex-shrink: 0;
  color: #b5302a;
  filter: drop-shadow(0 0 3px rgba(181,48,42,0.18));
}

.nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav a:hover {
  background: var(--white);
  border-color: rgba(20, 103, 157, 0.16);
  color: var(--blue-700);
  box-shadow: 0 10px 26px rgba(7, 49, 80, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: none;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0 20px;
  background: #fff;
  color: #1e293b;
  font-size: 16px;
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #fff;
  color: #1e293b;
  border-color: #fff;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.35);
}

.wechat-link {
  gap: 8px;
}

.wechat-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 4px;
  object-fit: contain;
}

.icon-button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
  -webkit-tap-highlight-color: transparent;
}

.icon-button:hover,
.icon-button:active {
  background: rgba(255, 255, 255, 0.22);
}

.menu-toggle svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-toggle .menu-line-1,
.menu-toggle .menu-line-2,
.menu-toggle .menu-line-3 {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
  transform-origin: center;
}

.menu-toggle.is-open .menu-line-1 {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle.is-open .menu-line-2 {
  opacity: 0;
}
.menu-toggle.is-open .menu-line-3 {
  transform: translateY(-4px) rotate(-45deg);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-rows: 1fr auto;
  min-height: clamp(520px, 88vh, 760px);
  max-width: 100%;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(30, 144, 200, 0.15) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(60, 180, 220, 0.1) 0%, transparent 70%),
    linear-gradient(160deg, #062d48 0%, #0b4b77 40%, #14679d 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 56px) clamp(32px, 4vw, 48px);
  overflow: hidden;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 3vw, 48px) clamp(32px, 4vw, 48px) clamp(20px, 3vw, 48px);
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 20px;
  padding: 3px 6px;
  background: rgba(174, 224, 255, 0.12);
  border: 1px solid rgba(174, 224, 255, 0.18);
  border-radius: 100px;
  color: rgba(174, 224, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.eyebrow-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #fff;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  margin: 20px 0 0;
  color: rgba(192, 216, 237, 0.85);
  font-size: clamp(12px, 1.8vw, 17px);
  line-height: 1.7;
  max-width: none;
}
.hero-subtitle .sub-line {
  display: block;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 28px;
}

.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(174, 224, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.trust-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.85;
}

.primary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  color: #1e293b;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.primary-action:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #1e293b;
  border-color: #fff;
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.25);
}

.tab:hover,
.step:hover {
  transform: translateY(-1px);
}

/* ---- Service Panel ---- */
.service-panel {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: auto 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sp-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 28px 28px 30px;
  background: transparent;
  transition: background 0.3s ease;
  overflow: hidden;
}

.sp-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(147, 197, 253, 0.08) 0%, transparent 60%);
  transition: opacity 0.4s ease;
}

.sp-card:hover::before {
  opacity: 1;
}

.sp-card:hover {
  background: rgba(255, 255, 255, 0.04);
}

.sp-card + .sp-card {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-idx {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  color: rgba(147, 197, 253, 0.4);
  margin-top: 8px;
  flex-shrink: 0;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.sp-body {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.sp-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0.06) 100%);
  border: 1px solid rgba(147, 197, 253, 0.2);
  color: #fff;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-card:hover .sp-icon {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(59, 130, 246, 0.2);
}

.sp-icon svg {
  width: 26px;
  height: 26px;
}

.sp-text {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
}

.sp-text h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.95);
  letter-spacing: 0.02em;
}

.sp-text p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.78);
}

.proof-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.16);
}

.proof-strip span {
  display: grid;
  min-height: 78px;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(174, 224, 255, 0.7);
  font-size: 13px;
}

.proof-strip strong {
  display: block;
  color: var(--white);
  font-size: 22px;
}

.quick-panel,
.section,
.consult {
  margin: 0 clamp(16px, 5vw, 72px);
}

.quick-panel {
  display: grid;
  gap: 12px;
  padding: 10px 0 32px;
}

.quick-panel article,
.destination-card,
.journey-detail,
.estimate-tool,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(13, 78, 140, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.quick-panel article:hover,
.benchmark-grid article:hover,
.destination-card:hover,
.journey-detail:hover,
.estimate-tool:hover,
.faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 103, 157, 0.3);
  box-shadow: 0 20px 52px rgba(7, 49, 80, 0.12);
}

.quick-panel article {
  padding: 20px;
}

.quick-panel span {
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 900;
}

.quick-panel h2,
.section-heading h2,
.consult h2 {
  margin: 0;
  color: var(--blue-900);
  letter-spacing: 0;
}

.benchmark {
  position: relative;
}

.benchmark-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.benchmark-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.9)),
    var(--white);
  box-shadow: 0 14px 45px rgba(13, 78, 140, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.benchmark-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.benchmark-grid h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 20px;
}

.benchmark-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.quick-panel h2 {
  font-size: 20px;
}

.quick-panel p,
.section-heading p,
.destination-card p,
.journey-detail p,
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.section {
  padding: 56px 0;
}

.section-heading {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benchmark .section-heading,
#service .section-heading {
  max-width: none;
}

#service .section-heading h2 {
  white-space: normal;
}

.section-heading p {
  max-width: 720px;
}

.section-heading p.section-desc {
  max-width: none;
}

.section-heading h2,
.consult h2 {
  font-size: clamp(28px, 7vw, 46px);
  line-height: 1.1;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 20px;
}

.tab {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-800);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tab.is-active {
  background: var(--blue-700);
  color: var(--white);
  border-color: var(--blue-700);
}

.destination-card {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.destination-kicker,
.journey-detail span {
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 900;
}

.destination-card h3,
.journey-detail h3 {
  margin: 4px 0 0;
  color: var(--blue-900);
  font-size: 24px;
}

.destination-card ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.destination-card li {
  padding: 10px 24px;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-weight: 800;
  font-size: 15px;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}

.network-band {
  display: grid;
  gap: 24px;
  margin: 10px clamp(16px, 5vw, 72px);
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.96)),
    var(--white);
  box-shadow: 0 14px 45px rgba(13, 78, 140, 0.08);
}

.network-copy h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(26px, 6vw, 40px);
  line-height: 1.1;
}

.network-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.network-map {
  display: grid;
  gap: 12px;
}

.network-map article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(20, 103, 157, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(7, 49, 80, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.network-map article:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 103, 157, 0.28);
  box-shadow: 0 16px 40px rgba(7, 49, 80, 0.1);
}

.network-map span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.network-map strong {
  min-width: 0;
  color: var(--blue-900);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.network-map p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

/* ── Partner Wall ── */
.partner-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.partner-wall article {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(7, 49, 80, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.partner-wall article:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 103, 157, 0.28);
  box-shadow: 0 16px 40px rgba(7, 49, 80, 0.1);
}

.partner-wall img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 55%;
  object-fit: contain;
}

@media (min-width: 760px) {
  .partner-wall {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}





.split {
  display: grid;
  gap: 24px;
  align-items: start;
}

.journey-section {
  display: grid;
  gap: 22px;
}

.journey-section .section-heading {
  max-width: none;
  text-align: left;
}

.journey-board {
  display: grid;
  width: 100%;
  gap: 20px;
}

.timeline {
  display: grid;
  gap: 10px;
}

.step {
  display: flex;
  flex-direction: column;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 26px 20px 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--blue-900);
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  position: relative;
  overflow: hidden;
}

.step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffd8d6;
  transition: height 0.25s ease, background 0.25s ease;
}

.step-icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #f8fafc;
  transition: background 0.25s ease, transform 0.25s ease;
}

.step-icon path {
  stroke: var(--blue-900);
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.25s ease;
}
.step-icon svg {
  width: 28px;
  height: 28px;
}

.step span {
  display: block;
  color: #b5302a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  transition: color 0.25s ease;
}

.step strong {
  display: block;
  color: var(--blue-900);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.step:hover {
  transform: translateY(-2px);
  border-color: #ffd8d6;
  box-shadow: 0 8px 24px rgba(255, 216, 214, 0.35);
}

.step:hover .step-icon {
  background: #ffd8d6;
  transform: scale(1.05);
}

.step:hover .step-icon path {
  stroke: #b5302a;
}

.step.is-active {
  border-color: #b5302a;
  background: linear-gradient(180deg, rgba(255, 216, 214, 0.12) 0%, var(--white) 100%);
  box-shadow: 0 8px 28px rgba(181, 48, 42, 0.14);
}

.step.is-active::before {
  height: 4px;
  background: #b5302a;
}

.step.is-active .step-icon {
  background: #b5302a;
  transform: scale(1.08);
}

.step.is-active .step-icon path {
  stroke: #ffd8d6;
  stroke-width: 2;
}

.step.is-active span {
  color: #b5302a;
}

.step.is-active strong {
  color: #b5302a;
}

.journey-detail {
  min-height: 0;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 49, 80, 0.96), rgba(20, 103, 157, 0.92)),
    var(--blue-900);
  color: var(--white);
}

.journey-detail span {
  color: #aee0ff;
}

.journey-detail h3 {
  margin: 8px 0 8px;
  color: var(--white);
  font-size: clamp(26px, 5vw, 34px);
}

.journey-detail p {
  color: #d7e9f6;
}

.client-story {
  padding-top: 56px;
}

.story-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 36px 40px;
  border: 1px solid rgba(20, 103, 157, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(7, 49, 80, 0.96), rgba(20, 103, 157, 0.92)),
    var(--blue-900);
  color: var(--white);
  box-shadow: var(--shadow);
  align-items: center;
}

.story-card .eyebrow,
.story-card h2 {
  color: var(--white);
}

.story-card h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 6.5vw, 44px);
  line-height: 1.1;
}

.story-path {
  display: grid;
  gap: 12px;
}

.story-path span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #d8efff;
  font-size: 12px;
  font-weight: 900;
}

.story-path strong {
  display: block;
  padding: 0 0 14px 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
  line-height: 1.55;
}

.story-visual {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  padding: 8px 0;
}

.story-route-svg {
  width: 340px;
  height: auto;
  flex-shrink: 0;
}

.estimate {
  display: grid;
  gap: 22px;
}

.heritage {
  display: grid;
  gap: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.heritage .section-heading {
  max-width: none;
}

/* ── Milestone timeline ────────────────────────── */
.milestone-timeline {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 20px 20px 20px 52px;
}

.milestone-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 23px;
  width: 2px;
  background: linear-gradient(180deg, #ffd8d6, rgba(255, 216, 214, 0.12));
  border-radius: 2px;
}

.milestone-timeline article {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px 18px;
  border-left: 3px solid #ffd8d6;
  border-radius: 0 8px 8px 0;
  background: rgba(255, 216, 214, 0.06);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  animation: fadeUp 0.7s ease both;
}

.milestone-timeline article:nth-child(2) { animation-delay: 0.08s; }
.milestone-timeline article:nth-child(3) { animation-delay: 0.16s; }
.milestone-timeline article:nth-child(4) { animation-delay: 0.24s; }
.milestone-timeline article:nth-child(5) { animation-delay: 0.32s; }

.milestone-timeline article:hover {
  transform: translateX(4px);
  background: rgba(255, 216, 214, 0.14);
  border-color: #b5302a;
  box-shadow: 0 4px 20px rgba(181, 48, 42, 0.12);
}

.milestone-timeline article::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -33px;
  width: 10px;
  height: 10px;
  border: 2px solid #b5302a;
  border-radius: 50%;
  background: #ffd8d6;
  box-shadow: 0 0 0 4px rgba(255, 216, 214, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.milestone-timeline article:hover::before {
  transform: scale(1.3);
  background: #b5302a;
  box-shadow: 0 0 0 6px rgba(181, 48, 42, 0.2);
}

.milestone-timeline span {
  color: #b5302a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.milestone-timeline h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 17px;
  font-weight: 700;
}

.milestone-timeline p {
  margin: 0;
  color: #5a6a78;
  font-size: 14px;
  line-height: 1.65;
}

.estimate-tool {
  padding: 24px;
}

.estimate-tool label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--blue-900);
  font-weight: 800;
}

.estimate-tool input {
  width: 100%;
  margin: 26px 0;
  accent-color: var(--blue-700);
}

.estimate-result {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: var(--blue-050);
}

.estimate-result span {
  color: var(--muted);
  font-size: 13px;
}

.estimate-result strong {
  color: var(--blue-900);
}

/* ===== FAQ Accordion ===== */
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.faq-list details {
  position: relative;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(13, 78, 140, 0.08);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.faq-list details::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #ffd8d6, #b5302a);
  opacity: 0.4;
  transition: opacity 0.3s, width 0.3s;
}

.faq-list details[open]::before {
  opacity: 1;
  width: 4px;
}

.faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 103, 157, 0.3);
  box-shadow: 0 20px 52px rgba(7, 49, 80, 0.12);
}

.faq-list details[open] {
  border-color: rgba(20, 103, 157, 0.3);
  box-shadow: 0 20px 52px rgba(7, 49, 80, 0.12);
}

.faq-list summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 20px 22px;
  color: var(--blue-900);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
  transition: color 0.3s;
}

.faq-list summary::-webkit-details-marker { display: none; }

/* Custom arrow icon */
.faq-list summary::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2314679d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l4 4 4-4'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  opacity: 0.5;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.8;
}

.faq-list details[open] summary {
  color: var(--blue-800);
}

/* Question number badge */
.faq-list summary .q-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}

.faq-list details[open] summary .q-num {
  background: var(--blue-700);
  color: var(--white);
}

/* Answer area */
.faq-list .ans {
  padding: 0 20px 22px 64px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(-8px);
  animation: faqFadeIn 0.35s ease forwards;
}

@keyframes faqFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.consult {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-bottom: 86px;
  padding: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: var(--white);
}

.consult .eyebrow,
.consult h2 {
  color: var(--white);
}

.consult-slogan {
  color: #ffd8d6;
}

.primary-action.light {
  width: fit-content;
  background: #fff;
  color: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 17px;
  min-height: 54px;
  padding: 0 30px;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.12);
}

.primary-action.light:hover {
  background: #fff;
  color: #1e293b;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.25);
}

.mobile-menu {
  position: fixed;
  inset: 68px 16px auto;
  z-index: 30;
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--blue-900);
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s;
}

.mobile-menu a:hover,
.mobile-menu a:active {
  background: var(--blue-100);
}

.mobile-menu .wechat-menu-link {
  margin-top: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid var(--line);
  color: var(--blue-800);
  font-weight: 700;
}

@media (min-width: 900px) {
  .header-badge {
    display: inline-flex;
  }

  .nav {
    display: flex;
  }

  .header-cta {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }
}

.floating-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 16px;
  z-index: 25;
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 28px;
  background: #fff;
  color: #334155;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.floating-cta:active {
  background: #ffd8d6;
  color: #b5302a;
  box-shadow: 0 4px 20px rgba(255, 216, 214, 0.5);
  transform: scale(0.97);
}

.floating-cta .wechat-icon {
  width: 28px;
  height: 28px;
}

@media (max-width: 759px) {
  /* === Hero === */
  .hero {
    min-height: auto;
    grid-template-rows: auto auto auto;
  }
  .hero-copy {
    padding: 32px 20px 20px;
  }
  .hero-visual {
    padding: 0 20px 16px;
  }
  .service-panel {
    max-width: 100%;
  }
  .proof-strip {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .proof-strip span {
    min-height: 48px;
    padding: 10px 8px;
    font-size: 11px;
  }
  .proof-strip strong {
    font-size: 16px;
  }
  .eyebrow-badge {
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
  }
  .hero h1 {
    font-size: clamp(28px, 7vw, 48px);
  }
  .hero-subtitle .sub-line {
    font-size: clamp(11px, 2.8vw, 15px);
    letter-spacing: -0.01em;
  }
  .hero-trust {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .trust-item {
    font-size: 12px;
  }
  .sp-card {
    gap: 10px;
    padding: 14px 12px;
  }
  .sp-idx {
    font-size: 12px;
  }
  .sp-body {
    gap: 10px;
  }
  .sp-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .sp-icon svg {
    width: 18px;
    height: 18px;
  }
  .sp-text h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .sp-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  /* === Sections === */
  .section {
    padding: 36px 0;
  }
  .section-heading {
    gap: 8px;
  }
  .section-heading p {
    font-size: 14px;
    line-height: 1.7;
  }
  #service .section-heading h2 {
    white-space: normal;
  }
  .client-story {
    padding-top: 0;
  }

  /* === CLIENT JOURNEY (story card) === */
  .story-card {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 0;
  }
  .story-card h2 {
    margin-bottom: 14px;
    font-size: clamp(22px, 6vw, 28px);
  }
  .story-visual {
    display: none;
  }
  .story-path strong {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .story-path span {
    font-size: 11px;
    padding: 4px 8px;
  }

  /* === Benchmark grid === */
  .benchmark-grid {
    gap: 10px;
  }
  .benchmark-grid article {
    padding: 14px;
  }
  .benchmark-grid h3 {
    font-size: 17px;
  }
  .benchmark-grid p {
    font-size: 14px;
    line-height: 1.65;
  }

  /* === Service tabs + Destination card === */
  .service-tabs {
    gap: 6px;
    margin: 16px 0 12px;
  }
  .tab {
    font-size: 12px;
    min-height: 36px;
    padding: 0 6px;
  }
  .destination-card {
    padding: 14px;
    gap: 10px;
  }
  .destination-card h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .destination-card p {
    font-size: 13px;
    line-height: 1.65;
  }
  .destination-card ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .destination-card li {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* === Partners === */
  .partner-wall {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 8px;
  }
  .partner-wall article {
    padding: 10px;
  }

  /* === Network band === */
  .network-band {
    padding: 20px 14px;
  }
  .network-copy h2 {
    font-size: clamp(20px, 5vw, 28px);
  }
  .network-map strong {
    font-size: 15px;
  }
  .network-map p {
    font-size: 13px;
  }

  /* === CARE JOURNEY === */
  .journey-section {
    gap: 14px;
  }
  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .step {
    padding: 14px 10px;
    gap: 6px;
  }
  .step-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .step-icon svg {
    width: 18px;
    height: 18px;
  }
  .step span {
    font-size: 12px;
  }
  .step strong {
    font-size: 14px;
  }

  /* === Milestone timeline === */
  .milestone-timeline {
    padding: 14px 14px 14px 40px;
    gap: 8px;
  }
  .milestone-timeline article {
    padding: 10px 12px;
    gap: 4px;
  }
  .milestone-timeline article::before {
    left: -26px;
    width: 8px;
    height: 8px;
  }
  .milestone-timeline span {
    font-size: 12px;
  }
  .milestone-timeline h3 {
    font-size: 14px;
  }
  .milestone-timeline p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* === Heritage === */
  .heritage {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .heritage p {
    font-size: 14px;
    line-height: 1.65;
  }

  /* === Estimate === */
  .estimate-tool {
    padding: 16px;
  }
  .estimate-tool label {
    font-size: 14px;
  }
  .estimate-result span {
    font-size: 12px;
  }

  /* === FAQ === */
  .faq-list {
    gap: 8px;
    margin-top: 16px;
  }
  .faq-list summary {
    padding: 14px 14px 14px 16px;
    font-size: 14px;
    gap: 8px;
  }
  .faq-list summary .q-num {
    min-width: 22px;
    height: 22px;
    font-size: 10px;
    border-radius: 6px;
  }
  .faq-list .ans {
    padding: 0 14px 14px 46px;
    font-size: 13px;
    line-height: 1.65;
  }

  /* === Consult === */
  .consult {
    padding: 24px 16px;
    margin-bottom: 72px;
    gap: 12px;
  }
  .consult h2 {
    font-size: clamp(22px, 6vw, 28px);
  }
  .primary-action.light {
    min-height: 44px;
    font-size: 14px;
    padding: 0 18px;
  }

  /* === Floating CTA === */
  .floating-cta {
    min-height: 48px;
    font-size: 14px;
    gap: 6px;
    padding: 0 18px;
  }
  .floating-cta .wechat-icon {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 760px) {
  #service .section-heading h2 {
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }

  .proof-strip {
    grid-column: 1 / -1;
  }

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

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

  .destination-card {
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: center;
    padding: 30px;
  }

  .estimate {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .milestone-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 24px 24px 24px 24px;
    gap: 14px;
  }

  .milestone-timeline::before {
    top: 36px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, #ffd8d6, rgba(255, 216, 214, 0.12));
  }

  .milestone-timeline article {
    padding: 44px 14px 16px;
    border-left: none;
    border-top: 3px solid #ffd8d6;
    border-radius: 0 0 8px 8px;
  }

  .milestone-timeline article::before {
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }

  .milestone-timeline article:hover {
    transform: translateY(-4px) translateX(0);
  }

  .journey-board {
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    align-items: stretch;
  }

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

  .step {
    padding: 26px 16px 26px;
    gap: 12px;
  }

  .step-icon {
    width: 54px;
    height: 54px;
  }

  .step strong {
    font-size: 17px;
  }

  .consult {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 42px;
  }

  .network-band {
    grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
  }

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

  .story-path {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .floating-cta {
    display: none;
  }
}

@media (max-width: 420px) {
  /* === Header === */
  .site-header {
    padding: 10px 12px;
  }
  .brand-logo {
    height: 24px;
    width: auto;
  }

  /* === Sections === */
  .section {
    padding: 28px 0;
  }
  .section-heading {
    gap: 6px;
  }
  .section-heading p {
    font-size: 13px;
    line-height: 1.6;
  }
  .section-heading h2,
  .consult h2 {
    font-size: clamp(18px, 5.5vw, 24px);
  }
  .section-heading p {
    font-size: 13px;
  }

  /* === Hero === */
  .hero-copy {
    padding: 24px 14px 16px;
  }
  .hero-visual {
    padding: 0 14px 12px;
  }
  .eyebrow-badge {
    font-size: 10px;
    padding: 3px 6px;
  }
  .hero h1 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .hero-subtitle .sub-line {
    font-size: clamp(10px, 2.6vw, 12px);
    letter-spacing: -0.02em;
  }
  .trust-item {
    font-size: 11px;
  }
  .primary-action {
    min-height: 42px;
    font-size: 13px;
    padding: 0 16px;
  }

  /* Service panel */
  .service-panel {
    padding: 8px;
    gap: 6px;
  }
  .sp-card {
    padding: 10px 8px;
    gap: 8px;
  }
  .sp-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 6px;
  }
  .sp-icon svg {
    width: 14px;
    height: 14px;
  }
  .sp-text h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .sp-text p {
    font-size: 10px;
    line-height: 1.4;
  }

  /* Proof strip */
  .proof-strip {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .proof-strip span {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 10px;
  }
  .proof-strip strong {
    font-size: 14px;
  }

  /* === CLIENT JOURNEY === */
  .story-card {
    padding: 16px 12px;
  }
  .story-card h2 {
    font-size: 18px;
  }
  .story-path span {
    font-size: 11px;
    padding: 4px 8px;
  }
  .story-path strong {
    font-size: 13px;
    padding-bottom: 8px;
  }

  /* === Destination === */
  .service-tabs {
    gap: 4px;
    margin: 16px 0 10px;
  }
  .tab {
    font-size: 11px;
    min-height: 34px;
    padding: 0 4px;
  }
  .destination-card {
    padding: 12px;
    gap: 10px;
  }
  .destination-card h3 {
    font-size: 15px;
  }
  .destination-card p {
    font-size: 13px;
  }
  .destination-card li {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* === Partners === */
  .partner-wall {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 6px;
  }
  .partner-wall article {
    padding: 8px;
    min-width: 80px;
  }

  /* === Network band === */
  .network-band {
    padding: 18px 10px;
    margin: 6px clamp(12px, 3vw, 16px);
  }
  .network-copy h2 {
    font-size: clamp(18px, 5vw, 24px);
  }
  .network-map strong {
    font-size: 14px;
  }
  .network-map p {
    font-size: 12px;
  }

  /* === Heritage === */
  .heritage {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .heritage p {
    font-size: 13px;
  }

  /* === CARE JOURNEY === */
  .journey-section {
    gap: 10px;
  }
  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .step {
    padding: 12px 8px;
    gap: 6px;
  }
  .step::before {
    height: 3px;
  }
  .step-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
  }
  .step-icon svg {
    width: 16px;
    height: 16px;
  }
  .step span {
    font-size: 11px;
  }
  .step strong {
    font-size: 13px;
  }

  /* === Milestone === */
  .milestone-timeline {
    padding: 12px 12px 12px 38px;
    gap: 8px;
  }
  .milestone-timeline article {
    padding: 10px 12px;
    gap: 4px;
  }
  .milestone-timeline article::before {
    left: -24px;
    width: 7px;
    height: 7px;
    border-width: 1.5px;
  }
  .milestone-timeline span {
    font-size: 12px;
  }
  .milestone-timeline h3 {
    font-size: 13px;
  }
  .milestone-timeline p {
    font-size: 11px;
  }

  /* === Estimate === */
  .estimate-tool {
    padding: 14px;
  }
  .estimate-tool label {
    font-size: 13px;
  }

  /* === FAQ === */
  .faq-list {
    gap: 8px;
  }
  .faq-list summary {
    padding: 14px 14px 14px 16px;
    font-size: 14px;
    gap: 8px;
  }
  .faq-list summary .q-num {
    min-width: 22px;
    height: 22px;
    font-size: 10px;
    border-radius: 5px;
  }
  .faq-list .ans {
    padding: 0 14px 16px 46px;
    font-size: 13px;
  }

  /* === Consult === */
  .consult {
    padding: 22px 12px;
    margin-bottom: 70px;
    gap: 10px;
  }
  .consult h2 {
    font-size: clamp(20px, 6vw, 24px);
  }
  .primary-action.light {
    min-height: 42px;
    font-size: 13px;
    padding: 0 16px;
  }

  /* === Floating CTA === */
  .floating-cta {
    min-height: 46px;
    font-size: 14px;
    gap: 6px;
    padding: 0 16px;
    bottom: 10px;
    left: 8px;
    right: 8px;
  }
  .floating-cta .wechat-icon {
    width: 20px;
    height: 20px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
