:root {
  --bg: #f7f9fd;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --line: rgba(16, 46, 90, 0.16);
  --text: #0d2342;
  --muted: #4c5f7d;
  --brand: #0b4ea2;
  --brand-strong: #073d81;
  --brand-soft: #d9e8ff;
  --teal: #00a4b4;
  --radius: 20px;
  --shadow: 0 20px 50px rgba(8, 40, 84, 0.14);
  --max-width: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Noto Sans SC", "PingFang SC", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.container {
  width: min(var(--max-width), 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(16, 46, 90, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.meta-strip {
  border-bottom: 1px solid rgba(16, 46, 90, 0.08);
  background: #fff;
}

.meta-strip-inner {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.meta-strip a {
  text-decoration: none;
  color: #49668e;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 0;
}

.brand img {
  width: clamp(76px, 8vw, 112px);
  height: auto;
  border-radius: 0;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  padding: 4px;
}

.menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.93rem;
  color: var(--text);
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--brand);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.72);
}

.lang-switch a {
  text-decoration: none;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.82rem;
  color: var(--muted);
}

.lang-switch a.active {
  background: var(--brand);
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-decoration-line: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0.01em;
  padding: 12px 18px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.btn,
.btn:hover,
.btn:focus,
.btn:visited {
  text-decoration: none !important;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--brand-strong), var(--brand));
  box-shadow: 0 12px 30px rgba(10, 63, 135, 0.28);
}

.btn-ghost {
  color: var(--brand);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.hero-banner {
  padding: 0 0 28px;
}

.hero-banner .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hero-carousel {
  position: relative;
  min-height: clamp(425px, 65vh, 625px);
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: none;
  pointer-events: none;
}

.hero-slide.is-active {
  display: block;
  pointer-events: auto;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(8, 27, 53, 0.35) 0%, rgba(8, 27, 53, 0.25) 35%, rgba(8, 27, 53, 0.1) 62%, rgba(8, 27, 53, 0.05) 100%),
    linear-gradient(180deg, rgba(7, 33, 70, 0.1) 0%, rgba(7, 33, 70, 0.25) 100%);
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  width: min(680px, 90%);
  padding: clamp(24px, 6vw, 64px);
  color: #fff;
}

.hero-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(233, 243, 255, 0.92);
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.06;
  color: #fff;
  max-width: 12ch;
}

.hero-lead {
  margin: 18px 0 0;
  font-size: clamp(0.96rem, 1.7vw, 1.12rem);
  color: rgba(241, 247, 255, 0.92);
  max-width: 58ch;
}

.hero-dots {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 6vw, 64px);
  bottom: clamp(20px, 4vw, 34px);
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  transition: background 0.22s ease;
}

.hero-dot.is-active {
  background: rgba(255, 255, 255, 0.98);
}

.hero-banner .hero-actions {
  margin-top: 26px;
}

.hero-banner .btn-primary {
  box-shadow: 0 10px 26px rgba(5, 24, 52, 0.4);
}

.hero-banner .btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.hero {
  padding: 78px 0 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  color: #1674da;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.hero p {
  margin: 18px 0 0;
  color: var(--muted);
  max-width: 58ch;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-panel h3 {
  margin: 14px 2px 12px;
  font-size: 1rem;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(11, 78, 162, 0.18);
}

.hero-media img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
}

.hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-panel li {
  border: 1px solid rgba(11, 78, 162, 0.14);
  border-radius: 14px;
  background: #f5f9ff;
  padding: 10px 12px;
}

.hero-panel li strong {
  display: block;
  font-size: 0.95rem;
}

.hero-panel li span {
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-logo-stack {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.logo-tile {
  border: 1px solid rgba(11, 78, 162, 0.16);
  border-radius: 14px;
  padding: 10px;
  background: #f8fbff;
  min-height: 72px;
  display: grid;
  place-items: center;
}

.logo-tile img {
  max-height: 42px;
  width: auto;
}

.section {
  margin-top: 80px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 22px;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.about-feature,
.about-visual,
.about-metrics,
.about-values {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-feature {
  padding: 20px;
  background:
    linear-gradient(155deg, #ffffff 0%, #f2f7ff 60%, #eaf3ff 100%),
    #fff;
}

.about-tag {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #1e66bf;
  text-transform: uppercase;
}

.about-feature h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.about-feature p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.about-quote {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed rgba(11, 78, 162, 0.28);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  color: #0b4ea2;
  font-size: 0.9rem;
  line-height: 1.4;
}

.about-stack {
  display: grid;
  gap: 12px;
}

.about-visual {
  overflow: hidden;
}

.about-visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.about-metrics {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-metric {
  border: 1px solid rgba(11, 78, 162, 0.14);
  border-radius: 12px;
  background: #f7fbff;
  padding: 24px;
}

.about-metric strong {
  display: block;
  font-size: 1rem;
}

.about-metric > div {
  width: 100%;
  margin-top: 6px;
  line-height: 1.5;
  font-size: 0.82rem;
  color: var(--muted);
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.about-values {
  padding: 18px;
}

.about-values h3 {
  margin-bottom: 12px;
}

.timeline-shell {
  position: relative;
  margin-top: 26px;
  padding: clamp(24px, 4vw, 36px);
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(11, 78, 162, 0.08) 0%, rgba(11, 78, 162, 0) 34%),
    radial-gradient(circle at 86% 100%, rgba(0, 164, 180, 0.08) 0%, rgba(0, 164, 180, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 244, 253, 0.92) 100%);
  box-shadow: 0 24px 56px rgba(8, 40, 84, 0.06);
  overflow: hidden;
}

.timeline-shell::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -7%;
  width: clamp(210px, 30vw, 340px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 78, 162, 0.12) 0%, rgba(11, 78, 162, 0) 70%);
  pointer-events: none;
}

.timeline-swiper {
  position: relative;
  padding: 0 0 clamp(26px, 4vw, 40px);
  overflow: visible;
}

.timeline-track {
  user-select: none;
  align-items: stretch;
}

.timeline-slide {
  position: relative;
  width: min(37vw, 388px);
  height: auto;
  opacity: 0.4;
  transform: translateY(18px) scale(0.92);
  filter: saturate(0.82);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    filter 0.45s ease;
}

.timeline-panel {
  min-height: 220px;
  height: 100%;
  padding: 28px clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(12, 54, 109, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 45px rgba(8, 40, 84, 0.1);
  backdrop-filter: blur(10px);
}

.timeline-panel-year {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--brand-strong);
}

.timeline-panel h3 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.35;
}

.timeline-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.timeline-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 3;
  filter: none;
}

.timeline-slide.swiper-slide-next,
.timeline-slide.swiper-slide-prev {
  opacity: 0.76;
  transform: translateY(8px) scale(0.96);
  z-index: 2;
}

.timeline-slide.swiper-slide-active .timeline-panel {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(12, 54, 109, 0.26);
  box-shadow: 0 26px 56px rgba(8, 40, 84, 0.14);
}

.timeline-controls {
  --timeline-arrow-size: 50px;
  --timeline-step-width: 88px;
  --timeline-edge-space: clamp(0px, calc(50% - (var(--timeline-step-width) / 2)), 260px);
  --timeline-step-gap: clamp(10px, 1.4vw, 18px);
  position: relative;
  min-height: var(--timeline-arrow-size);
  padding: 8px calc(var(--timeline-arrow-size) + 18px) 0;
  z-index: 4;
}

.timeline-nav {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--timeline-step-gap);
  overflow-x: auto;
  padding: 14px var(--timeline-edge-space) 8px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.timeline-nav::-webkit-scrollbar {
  display: none;
}

.timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  min-width: var(--timeline-step-width);
  flex: 0 0 var(--timeline-step-width);
  color: #7a8daa;
  font: inherit;
  cursor: pointer;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.timeline-step::before,
.timeline-step::after {
  content: "";
  position: absolute;
  top: 5px;
  width: calc(50% + (var(--timeline-step-gap) / 2));
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 35, 66, 0.12), rgba(13, 35, 66, 0.2), rgba(13, 35, 66, 0.12));
  z-index: 0;
}

.timeline-step::before {
  left: calc(var(--timeline-step-gap) / -2);
}

.timeline-step::after {
  right: calc(var(--timeline-step-gap) / -2);
}

.timeline-step:first-child::before,
.timeline-step:last-child::after {
  display: none;
}

.timeline-step:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.timeline-step-dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(13, 35, 66, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(13, 35, 66, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.timeline-step-label {
  position: relative;
  z-index: 1;
  font-size: 0.96rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition:
    color 0.25s ease,
    font-weight 0.25s ease;
}

.timeline-step.is-active,
.timeline-step[aria-current="true"] {
  color: var(--text);
}

.timeline-step.is-active .timeline-step-dot,
.timeline-step[aria-current="true"] .timeline-step-dot {
  transform: scale(1.18);
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(11, 78, 162, 0.14);
}

.timeline-step.is-active .timeline-step-label,
.timeline-step[aria-current="true"] .timeline-step-label {
  font-weight: 700;
}

.timeline-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 35, 66, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand-strong);
  box-shadow: 0 10px 24px rgba(8, 40, 84, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 1.18rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
  transform: translateY(-50%);
  z-index: 2;
}

.timeline-arrow[data-timeline-prev] {
  left: 0;
}

.timeline-arrow[data-timeline-next] {
  right: 0;
}

.timeline-arrow:hover:not(:disabled) {
  transform: translateY(calc(-50% - 1px));
  border-color: rgba(11, 78, 162, 0.24);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 30px rgba(8, 40, 84, 0.12);
}

.timeline-arrow:disabled {
  opacity: 0.38;
  cursor: default;
  box-shadow: none;
}

.timeline-shell.is-static .timeline-swiper {
  padding-bottom: 0;
}

.timeline-shell.is-static .timeline-controls {
  display: none;
}

.timeline {
  user-select: none;
  position: relative;
  align-items: stretch;
}

.timeline-item {
  position: relative;
  width: min(72vw, 340px);
  height: auto;
  padding: 18px 0 12px;
  opacity: 0.56;
  transform: scale(0.78);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0b4ea2;
  box-shadow: 0 0 0 6px rgba(11, 78, 162, 0.14);
}

.timeline-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(236, 236, 236, 0.95);
  box-shadow: var(--shadow);
  padding: 28px;
  min-height: 100%;
  backdrop-filter: blur(8px);
}

.timeline-item.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}

.timeline-item.swiper-slide-prev,
.timeline-item.swiper-slide-next {
  opacity: 0.78;
  z-index: 2;
}

.timeline-item.swiper-slide-active .timeline-card {
  background: rgba(255, 255, 255, 0.98);
}

.timeline-year {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #185fab;
  font-weight: 700;
}

.timeline-item h3 {
  font-size: 1.04rem;
}

.timeline-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
}

.story-visual {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 30, 58, 0.05) 0%, rgba(8, 30, 58, 0.62) 100%);
}

.story-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  z-index: 1;
}

.story-caption h3 {
  font-size: 1.28rem;
}

.story-caption p {
  margin: 8px 0 0;
  color: rgba(245, 250, 255, 0.92);
}

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

.story-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 20px 18px;
}

.story-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #1d67bc;
  text-transform: uppercase;
  font-weight: 700;
}

.story-card h3 {
  font-size: 1.08rem;
}

.story-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.highlight-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.highlight-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.highlight-body {
  padding: 18px 18px 20px;
}

.highlight-body h3 {
  font-size: 1.08rem;
}

.highlight-body p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 26px;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.pillars div {
  padding: 12px 14px;
  background: var(--surface-strong);
  border-radius: 14px;
  border: 1px solid rgba(11, 78, 162, 0.12);
}

.pillars strong {
  display: block;
  font-size: 0.93rem;
}

.pillars span {
  color: var(--muted);
  font-size: 0.86rem;
}

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

.brand-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.brand-card h3 {
  padding: 14px 16px 0;
  font-size: 1.06rem;
}

.brand-card p {
  margin: 8px 0 14px;
  padding: 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

.brand-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  height: 320px
}

.visual-main,
.visual-side {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-main img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.visual-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.visual-side img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

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

.trust-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0;
  overflow: hidden;
}

.trust-item img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}

.trust-body {
  padding: 16px 18px 18px;
}

.trust-item p {
  margin: 8px 0 0;
  color: var(--muted);
}

.career-wrap {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(7, 61, 129, 0.14);
  background: linear-gradient(115deg, rgba(6, 48, 102, 0.9), rgba(3, 22, 49, 0.82));
  color: #f7fbff;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.career-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(6, 48, 102, 0.92), rgba(6, 48, 102, 0.42));
  z-index: 1;
}

.career-wrap > * {
  position: relative;
  z-index: 2;
}

.career-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.career-wrap p {
  margin: 12px 0 0;
  color: rgba(247, 251, 255, 0.88);
}

.career-wrap .btn {
  background: #fff;
  color: var(--brand-strong);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

.form label {
  font-size: 0.86rem;
  color: var(--muted);
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 11px 12px;
  font: inherit;
  color: var(--text);
}

.form textarea {
  min-height: 110px;
  resize: vertical;
}

.form-note {
  margin: 6px 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.site-footer {
  margin-top: 86px;
  border-top: 1px solid rgba(13, 35, 66, 0.14);
  padding: 28px 0 38px;
}

.footer-beian {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-beian a {
  color: #666;
  text-decoration: none;
}

.footer-beian a:hover {
  color: var(--brand);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.footer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-title {
  font-weight: 700;
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.58s ease,
    transform 0.58s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero,
  .about-grid,
  .career-wrap,
  .visual-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 2px;
    padding-right: 2px;
  }

  .timeline-shell {
    padding: 28px 24px 24px;
  }

  .timeline-slide {
    width: min(52vw, 360px);
  }

  .timeline-controls {
    --timeline-arrow-size: 48px;
    --timeline-step-width: 76px;
    --timeline-step-gap: 14px;
    padding-inline: calc(var(--timeline-arrow-size) + 14px);
  }

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

  .highlights-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-btn {
    display: inline-block;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    display: none;
    top: 80px;
    left: 4vw;
    right: 4vw;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 12px;
  }

  .main-nav.open {
    display: flex;
  }

  .header-tools {
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: -6px;
    padding-bottom: 10px;
  }

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

@media (max-width: 640px) {
  .hero {
    padding-top: 68px;
  }

  .hero-banner {
    padding-top: 0;
  }

  .hero-carousel {
    min-height: 505px;
    border-radius: 0;
  }

  .hero-copy {
    width: 100%;
    justify-content: flex-end;
    padding: 24px 20px 68px;
  }

  .hero-title {
    max-width: 15ch;
  }

  .hero-dots {
    left: 20px;
    bottom: 20px;
  }

  .meta-strip-inner {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 6px 0;
  }

  .section {
    margin-top: 72px;
  }

  .about-feature {
    padding: 22px;
  }

  .timeline {
    padding-top: 0;
  }

  .timeline-shell {
    margin-top: 20px;
    padding: 20px 16px 18px;
    border-radius: 24px;
  }

  .timeline::before,
  .timeline-item::before {
    display: none;
  }

  .timeline-swiper {
    padding: 0 0 24px;
  }

  .timeline-item {
    width: min(82vw, 320px);
  }

  .timeline-slide {
    width: calc(100% - 18px);
    transform: translateY(12px) scale(0.96);
  }

  .timeline-panel {
    min-height: 190px;
    padding: 22px 20px;
  }

  .timeline-panel-year {
    font-size: 2.35rem;
  }

  .timeline-panel h3 {
    font-size: 1.1rem;
  }

  .timeline-panel p {
    font-size: 0.92rem;
  }

  .timeline-controls {
    --timeline-arrow-size: 44px;
    --timeline-step-width: 72px;
    --timeline-step-gap: 12px;
    padding-top: 4px;
    padding-inline: calc(var(--timeline-arrow-size) + 10px);
  }

  .timeline-nav {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .timeline-arrow {
    width: var(--timeline-arrow-size);
    height: var(--timeline-arrow-size);
    font-size: 1rem;
  }

  .story-visual {
    min-height: 320px;
  }

  .about-metrics {
    grid-template-columns: 1fr;
  }

  .brands-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .career-wrap {
    padding: 22px;
  }
}
