/* Bingojob 官网 — Neo-brutalist / 高对比配色（荧光绿 + 皇家蓝 + 紫） */
:root {
  --neo-lime: #d0ff00;
  --neo-blue: #2e27d1;
  --neo-purple: #a855f7;
  --neo-black: #000000;
  --radius: 28px;
  --radius-sm: 14px;
  --brutal-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
  --brutal-shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.28);
}

/* 夜间：深底 + 荧光绿点缀；日间：荧光绿页面底 + 深蓝导航/重色块 */
html[data-theme='dark'],
html:not([data-theme]) {
  color-scheme: dark;
  --bg: #0a0a0f;
  --bg2: #12121c;
  --brand: #a855f7;
  --brand-light: #e879f9;
  --accent: #d0ff00;
  --text: rgba(255, 255, 255, 0.94);
  --muted: rgba(255, 255, 255, 0.62);
  --stroke: rgba(255, 255, 255, 0.14);
  --text-on-dark: #ffffff;
  --nav-link-strong: #ffffff;
  --nav-scrolled-bg: rgba(46, 39, 209, 0.96);
  --nav-mobile-bg: #2e27d1;
  --nav-drawer-shadow: -14px 0 48px rgba(0, 0, 0, 0.55);
  --nav-shadow: 0 12px 40px rgba(46, 39, 209, 0.42);
  --hero-ol-1: rgba(10, 10, 18, 0.84);
  --hero-ol-2: rgba(18, 18, 32, 0.72);
  --hero-ol-3: rgba(10, 10, 18, 0.9);
  --hero-fade-bottom: rgba(10, 10, 15, 0.58);
  --hero-radial-purple: rgba(168, 85, 247, 0.38);
  --hero-radial-green: rgba(208, 255, 0, 0.16);
  --title-brand-a: #ffffff;
  --title-brand-b: #d0ff00;
  --pattern-dot: #ffffff;
  --img-frame-border: rgba(255, 255, 255, 0.16);
  --img-frame-shadow: var(--brutal-shadow-soft);
  --surface-glass-02: rgba(255, 255, 255, 0.03);
  --surface-glass-03: rgba(255, 255, 255, 0.04);
  --surface-glass-04: rgba(255, 255, 255, 0.06);
  --surface-glass-05: rgba(255, 255, 255, 0.07);
  --surface-glass-06: rgba(255, 255, 255, 0.08);
  --surface-glass-07: rgba(255, 255, 255, 0.09);
  --surface-glass-08: rgba(255, 255, 255, 0.1);
  --grad-card-a: rgba(255, 255, 255, 0.1);
  --grad-card-b: rgba(255, 255, 255, 0.02);
  --grad-metric-a: rgba(255, 255, 255, 0.11);
  --grad-metric-b: rgba(255, 255, 255, 0.03);
  --btn-desc: rgba(255, 255, 255, 0.78);
  --btn-desc-muted: rgba(255, 255, 255, 0.55);
  --ring-track: rgba(255, 255, 255, 0.1);
  --comparison-section-bg: rgba(255, 255, 255, 0.05);
  --comparison-bar-track: rgba(255, 255, 255, 0.08);
  --footer-bg: #06060f;
  --footer-link-hover: #d0ff00;
  --footer-meta-color: rgba(255, 255, 255, 0.42);
  --contact-hover-bg: rgba(255, 255, 255, 0.08);
  --stat-value-color: #ffffff;
  --module-tag-fg: rgba(255, 255, 255, 0.92);
  --module-tag-bg: rgba(168, 85, 247, 0.28);
  --module-tag-green-fg: var(--accent);
  --module-tag-green-bg: rgba(208, 255, 0, 0.12);
  --module-tag-blue-fg: #7dd3fc;
  --module-tag-blue-bg: rgba(56, 189, 248, 0.15);
  --module-tag-gold-fg: #fcd34d;
  --module-tag-gold-bg: rgba(245, 158, 11, 0.15);
  --module-icon-blue-fg: #38bdf8;
  --module-icon-gold-fg: #fbbf24;
  --icon-challenge-red: #fb7185;
  --icon-challenge-orange: #fbbf24;
  --comparison-trad-bg: rgba(239, 68, 68, 0.42);
  --comparison-trad-fg: #ffffff;
  --comparison-bj-fg: #0a0a0a;
  --savings-badge-fg: var(--accent);
  --savings-badge-bg: rgba(208, 255, 0, 0.12);
  --savings-badge-border: rgba(208, 255, 0, 0.4);
  --savings-badge-speed-fg: var(--brand-light);
  --savings-badge-speed-bg: rgba(168, 85, 247, 0.15);
  --savings-badge-speed-border: rgba(168, 85, 247, 0.38);
}

html[data-theme='light'] {
  color-scheme: light;
  --bg: #d0ff00;
  --bg2: #b8e600;
  --brand: #2e27d1;
  --brand-light: #4338ca;
  --accent: #a855f7;
  --text: rgba(10, 10, 10, 0.92);
  --muted: rgba(10, 10, 10, 0.66);
  --stroke: rgba(0, 0, 0, 0.2);
  --text-on-dark: #ffffff;
  --nav-link-strong: #0a0a0a;
  --nav-scrolled-bg: rgba(46, 39, 209, 0.97);
  --nav-mobile-bg: #2e27d1;
  --nav-drawer-shadow: -14px 0 44px rgba(0, 0, 0, 0.4);
  --nav-shadow: 0 12px 36px rgba(46, 39, 209, 0.38);
  --hero-ol-1: rgba(255, 255, 255, 0.4);
  --hero-ol-2: rgba(248, 250, 252, 0.26);
  --hero-ol-3: rgba(255, 255, 255, 0.48);
  --hero-fade-bottom: rgba(208, 255, 0, 0.78);
  --hero-radial-purple: rgba(168, 85, 247, 0.38);
  --hero-radial-green: rgba(46, 39, 209, 0.14);
  --title-brand-a: #2e27d1;
  --title-brand-b: #a855f7;
  --pattern-dot: rgba(15, 23, 42, 0.14);
  --img-frame-border: rgba(0, 0, 0, 0.35);
  --img-frame-shadow: 8px 8px 0 rgba(0, 0, 0, 0.88);
  --surface-glass-02: rgba(255, 255, 255, 0.55);
  --surface-glass-03: rgba(255, 255, 255, 0.65);
  --surface-glass-04: rgba(255, 255, 255, 0.78);
  --surface-glass-05: rgba(255, 255, 255, 0.82);
  --surface-glass-06: rgba(255, 255, 255, 0.86);
  --surface-glass-07: rgba(255, 255, 255, 0.88);
  --surface-glass-08: rgba(255, 255, 255, 0.94);
  --grad-card-a: #ffffff;
  --grad-card-b: rgba(255, 255, 255, 0.94);
  --grad-metric-a: #ffffff;
  --grad-metric-b: #f3f4f6;
  --btn-desc: rgba(10, 10, 10, 0.72);
  --btn-desc-muted: rgba(10, 10, 10, 0.52);
  --ring-track: rgba(0, 0, 0, 0.12);
  --comparison-section-bg: rgba(255, 255, 255, 0.62);
  --comparison-bar-track: rgba(0, 0, 0, 0.08);
  --footer-bg: #06060f;
  --footer-link-hover: #d0ff00;
  --footer-meta-color: rgba(255, 255, 255, 0.48);
  --contact-hover-bg: rgba(0, 0, 0, 0.05);
  --stat-value-color: #0a0a0a;
  --module-tag-fg: #5b21b6;
  --module-tag-bg: rgba(168, 85, 247, 0.22);
  --module-tag-green-fg: #047857;
  --module-tag-green-bg: rgba(16, 185, 129, 0.15);
  --module-tag-blue-fg: #0369a1;
  --module-tag-blue-bg: rgba(14, 165, 233, 0.12);
  --module-tag-gold-fg: #b45309;
  --module-tag-gold-bg: rgba(245, 158, 11, 0.18);
  --module-icon-blue-fg: #0284c7;
  --module-icon-gold-fg: #d97706;
  --icon-challenge-red: #dc2626;
  --icon-challenge-orange: #d97706;
  --comparison-trad-bg: linear-gradient(90deg, #fb7185, #f43f5e);
  --comparison-trad-fg: #ffffff;
  --comparison-bj-fg: #0a0a0a;
  --savings-badge-fg: #047857;
  --savings-badge-bg: rgba(16, 185, 129, 0.15);
  --savings-badge-border: rgba(16, 185, 129, 0.35);
  --savings-badge-speed-fg: #5b21b6;
  --savings-badge-speed-bg: rgba(91, 33, 182, 0.12);
  --savings-badge-speed-border: rgba(91, 33, 182, 0.3);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', Inter, 'Noto Sans SC', 'Noto Sans Khmer', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.28s ease, color 0.2s ease;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

/* 固定装饰层 z-index:0；正文需在之上（避免被 neo-ghost / kh-local 遮挡） */
body > *:not(.neo-ghost):not(.kh-local):not(nav) {
  position: relative;
  z-index: 1;
}

.hero-title,
.section-title,
.metric-number,
.stat-value,
.navbar,
.btn {
  font-family: 'Plus Jakarta Sans', Inter, 'Noto Sans SC', 'Noto Sans Khmer', system-ui, sans-serif;
  letter-spacing: -0.02em;
}

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

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
  box-sizing: border-box;
}

/* ----- Nav ----- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0.75rem 0;
  transition: background 0.25s, box-shadow 0.25s;
}

.navbar.is-scrolled {
  background: var(--nav-scrolled-bg);
  backdrop-filter: blur(12px);
  box-shadow: var(--nav-shadow);
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding-left: max(0.75rem, env(safe-area-inset-left));
  padding-right: max(0.75rem, env(safe-area-inset-right));
  box-sizing: border-box;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: #fff;
}

.brand-lockup__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-lockup__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-lockup__text {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem 1.25rem;
  flex-wrap: wrap;
}

.nav-link {
  font-size: 0.9rem;
  color: var(--muted);
  padding: 0.35rem 0.25rem;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--nav-link-strong);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.theme-toggle {
  border: 2px solid var(--stroke);
  background: var(--surface-glass-04);
  color: var(--muted);
  width: 2.35rem;
  height: 2.35rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.theme-toggle:hover {
  color: var(--accent);
  border-color: rgba(208, 255, 0, 0.55);
}

html[data-theme='light'] .theme-toggle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  color: var(--neo-black);
}

.theme-toggle .theme-icon-moon {
  display: none;
}

html[data-theme='light'] .theme-toggle .theme-icon-sun {
  display: none;
}

html[data-theme='light'] .theme-toggle .theme-icon-moon {
  display: block;
}

/* 浅色：顶栏始终深色条 + 浅色字（与滚动无关） */
html[data-theme='light'] .navbar {
  background: var(--nav-scrolled-bg);
  backdrop-filter: blur(12px);
  box-shadow: var(--nav-shadow);
  --muted: rgba(255, 255, 255, 0.72);
  --nav-link-strong: #ffffff;
  --stroke: rgba(255, 255, 255, 0.14);
  --surface-glass-04: rgba(255, 255, 255, 0.1);
}

html[data-theme='light'] .navbar .brand-lockup {
  color: #fff;
}

html[data-theme='light'] .navbar .theme-toggle:hover {
  border-color: rgba(196, 181, 253, 0.55);
}

html[data-theme='light'] .navbar .lang-btn.active {
  background: rgba(208, 255, 0, 0.22);
  border-color: rgba(0, 0, 0, 0.35);
  color: var(--neo-black);
}

html[data-theme='light'] .navbar.is-scrolled {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.3);
}

.lang-switcher {
  display: flex;
  gap: 0.25rem;
}

.lang-btn {
  border: 2px solid var(--stroke);
  background: var(--surface-glass-04);
  color: var(--muted);
  padding: 0.3rem 0.55rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.8rem;
}

.lang-btn.active {
  border-color: rgba(208, 255, 0, 0.65);
  color: var(--text-on-dark);
  background: rgba(255, 255, 255, 0.12);
}

html[data-theme='light'] .lang-btn.active {
  color: var(--neo-black);
  background: rgba(208, 255, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.35);
}

/* 桌面端语言在顶栏；移动端语言仅在抽屉内，避免顶栏一行撑破视口宽度 */
.lang-switcher--drawer {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--nav-link-strong);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

.nav-drawer-close {
  display: none;
}

body.nav-drawer-open {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 960px) {
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-container {
    position: relative;
    z-index: 1;
  }

  .nav-toggle {
    display: flex;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
  }
  .nav-actions .lang-switcher {
    display: none;
  }
  .lang-switcher--drawer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.75rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    width: min(300px, min(86vw, 100% - 2rem));
    max-width: 100%;
    background: var(--nav-mobile-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 5rem max(1rem, env(safe-area-inset-right)) 2rem max(1.25rem, env(safe-area-inset-left));
    gap: 0.5rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: var(--nav-drawer-shadow);
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 2;
  }
  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    position: absolute;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
    z-index: 4;
    margin: 0;
    padding: 0.45rem 0.65rem;
    border-radius: var(--radius-sm);
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.2);
    color: var(--nav-link-strong);
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    line-height: 1.2;
    transition: background 0.2s, border-color 0.2s;
  }

  .nav-drawer-close:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(208, 255, 0, 0.55);
  }

  .nav-drawer-close i {
    font-size: 1rem;
    opacity: 0.95;
  }

  html[data-theme='light'] .nav-drawer-close {
    border-color: rgba(0, 0, 0, 0.35);
    color: var(--neo-black);
    background: rgba(255, 255, 255, 0.2);
  }
}

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 72px;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      145deg,
      var(--hero-ol-1) 0%,
      var(--hero-ol-2) 45%,
      var(--hero-ol-3) 100%
    ),
    radial-gradient(ellipse 80% 60% at 20% 20%, var(--hero-radial-purple), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 10%, var(--hero-radial-green), transparent 50%),
    url('../images/hero-banner.png?v=2');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, var(--hero-fade-bottom) 85%, var(--bg) 100%);
  z-index: 1;
  pointer-events: none;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.55;
}

.hero-inner {
  position: relative;
  z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem max(1rem, env(safe-area-inset-left)) 6rem max(1rem, env(safe-area-inset-right));
  box-sizing: border-box;
}

.hero-content {
  max-width: min(40rem, 100%);
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.35rem 1.6rem;
  border-radius: var(--radius);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

/* 文案区渐变衬底 + 毛玻璃（全宽主背景图仍低蒙层） */
.hero-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    118deg,
    rgba(46, 39, 209, 0.42) 0%,
    rgba(10, 10, 15, 0.72) 45%,
    rgba(168, 85, 247, 0.12) 88%,
    transparent 100%
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

html[data-theme='light'] .hero-content::before {
  border: 3px solid rgba(0, 0, 0, 0.88);
  background: linear-gradient(
    118deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.82) 48%,
    rgba(208, 255, 0, 0.35) 88%,
    transparent 100%
  );
  box-shadow: var(--brutal-shadow);
}

@media (min-width: 1024px) {
  .hero-content {
    max-width: min(44rem, 100%);
    padding: 1.65rem 1.85rem 2rem;
    gap: 1.35rem;
  }
}

.hero-content__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 2px solid var(--stroke);
  background: var(--surface-glass-05);
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
  letter-spacing: -0.02em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.hero-title__headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.35rem;
  row-gap: 0.35rem;
}

.hero-value {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 38rem;
}

/* 渐变字加轻 drop-shadow；击掌在兄弟节点不受 h1 filter 影响。对比度主要靠 .hero-content 衬底 */
.title-brand {
  background: linear-gradient(135deg, var(--title-brand-a), var(--title-brand-b));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

html[data-theme='light'] .title-brand {
  filter: drop-shadow(0 1px 6px rgba(15, 23, 42, 0.12));
}

.title-highlight {
  background: linear-gradient(135deg, #d0ff00, #a3e635);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

html[data-theme='light'] .title-highlight {
  background: linear-gradient(135deg, #2e27d1, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
}

.title-highlight-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.highfive-anim {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  vertical-align: middle;
}

.hf-hand {
  width: clamp(56px, 12vw, 88px);
  height: auto;
  will-change: transform;
}

.hf-left {
  margin-right: -0.35rem;
  transform-origin: 85% 85%;
  animation: hf-clap-left 2.2s ease-in-out infinite;
}

.hf-right {
  margin-left: -0.35rem;
  transform-origin: 15% 85%;
  animation: hf-clap-right 2.2s ease-in-out infinite;
}

/* 击掌：左右手向中间靠拢再弹开，循环 */
@keyframes hf-clap-left {
  0%,
  100% {
    transform: translateX(0) rotate(-6deg) scale(1);
  }
  25% {
    transform: translateX(4px) rotate(2deg) scale(1.02);
  }
  45% {
    transform: translateX(10px) rotate(10deg) scale(1.03);
  }
  50% {
    transform: translateX(11px) rotate(12deg) scale(1.04);
  }
  55% {
    transform: translateX(8px) rotate(8deg) scale(1.02);
  }
  75% {
    transform: translateX(0) rotate(-4deg) scale(1);
  }
}

@keyframes hf-clap-right {
  0%,
  100% {
    transform: translateX(0) rotate(6deg) scale(1);
  }
  25% {
    transform: translateX(-4px) rotate(-2deg) scale(1.02);
  }
  45% {
    transform: translateX(-10px) rotate(-10deg) scale(1.03);
  }
  50% {
    transform: translateX(-11px) rotate(-12deg) scale(1.04);
  }
  55% {
    transform: translateX(-8px) rotate(-8deg) scale(1.02);
  }
  75% {
    transform: translateX(0) rotate(4deg) scale(1);
  }
}

.hf-sparks {
  position: absolute;
  left: 50%;
  top: 0;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  animation: hf-sparks-pop 2.2s ease-in-out infinite;
}

@keyframes hf-sparks-pop {
  0%,
  42%,
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
  48% {
    opacity: 0.95;
    transform: translateX(-50%) scale(1.05);
  }
  52% {
    opacity: 1;
    transform: translateX(-50%) scale(1.12);
  }
  58% {
    opacity: 0.35;
    transform: translateX(-50%) scale(0.95);
  }
}

/* 击掌瞬间弹出 BINGO，随后轻微上下「悬停」浮动，与 2.2s 周期同步 */
.highfive-bingo {
  position: absolute;
  left: 50%;
  top: 0.1rem;
  z-index: 4;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: clamp(0.58rem, 1.85vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  text-transform: uppercase;
  color: #d0ff00;
  text-shadow:
    0 0 14px rgba(208, 255, 0, 0.55),
    0 2px 10px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  animation: bingo-pop-float 2.2s ease-in-out infinite;
}

html[data-theme='light'] .highfive-bingo {
  color: #2e27d1;
  text-shadow:
    0 0 12px rgba(46, 39, 209, 0.35),
    0 1px 6px rgba(0, 0, 0, 0.12);
}

@keyframes bingo-pop-float {
  0%,
  40% {
    opacity: 0;
    transform: translateX(-50%) translateY(0.45rem) scale(0.35);
  }
  46% {
    opacity: 0;
    transform: translateX(-50%) translateY(0.35rem) scale(0.55);
  }
  48% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.28rem) scale(1.12);
  }
  52% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.38rem) scale(1.02);
  }
  58% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.22rem) scale(1);
  }
  64% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.4rem) scale(1);
  }
  72% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.26rem) scale(1);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(-0.42rem) scale(1);
  }
  88% {
    opacity: 0.95;
    transform: translateX(-50%) translateY(-0.3rem) scale(1);
  }
  94%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0.35rem) scale(0.88);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hf-left,
  .hf-right,
  .hf-sparks,
  .highfive-bingo {
    animation: none !important;
  }
  .hf-sparks {
    opacity: 0.5;
    transform: translateX(-50%) scale(1);
  }
  .highfive-bingo {
    opacity: 0.85;
    transform: translateX(-50%) translateY(-0.25rem) scale(1);
  }
}

.hero-subtitle {
  font-size: clamp(1.02rem, 1.1vw, 1.125rem);
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

html[data-theme='light'] .hero-subtitle {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.hero-cta-hint {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

html[data-theme='light'] .hero-cta-hint {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.85);
}

.hero-cta-hint i {
  color: var(--brand-light);
  margin-top: 0.2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* PC：双按钮始终同一行（英文文案较长时不再折成上下两行） */
@media (min-width: 640px) {
  .hero-buttons {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .hero-buttons > .btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero-buttons .btn-text {
    min-width: 0;
  }
}

/* 英文下略压缩副标题字号，便于与中文同样在横排内排版 */
html:lang(en) .hero-buttons .btn-desc {
  font-size: 0.7rem;
  line-height: 1.35;
}

html:lang(en) .hero-buttons .btn-label {
  font-size: 0.95rem;
}

@media (min-width: 640px) {
  html:lang(en) .hero-buttons .btn {
    padding: 0.85rem 0.9rem;
    gap: 0.55rem;
  }
}

.hero-buttons .btn-icon,
.hero-buttons .btn-arrow {
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translate(-2px, -2px);
}

.btn-primary {
  background: var(--neo-blue);
  color: var(--text-on-dark);
  border: 2px solid var(--neo-black);
  box-shadow: var(--brutal-shadow);
}

html[data-theme='light'] .btn-primary {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.92);
}

.btn-secondary {
  background: var(--surface-glass-08);
  border: 2px solid var(--stroke);
  color: var(--nav-link-strong);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}

html[data-theme='light'] .btn-secondary {
  background: #ffffff;
  border: 3px solid var(--neo-black);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.88);
  color: var(--neo-black);
}

.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.btn-label {
  font-size: 1rem;
}

.btn-desc {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--btn-desc);
}

/* 主按钮为紫渐变底：浅色主题下全局 --btn-desc 为深灰（给白底/次按钮用），会叠在渐变上导致对比度不足 */
.btn-primary .btn-label {
  color: var(--text-on-dark);
}

.btn-primary .btn-desc {
  color: rgba(255, 255, 255, 0.78);
}

.btn-secondary .btn-desc {
  color: var(--btn-desc-muted);
}

.btn-icon {
  font-size: 1.25rem;
  opacity: 0.95;
}

.hero-stats-bar {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 1.5rem 0 2rem;
}

.hero-stats {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.25rem max(1rem, env(safe-area-inset-left)) 1.25rem max(1rem, env(safe-area-inset-right));
  border-radius: var(--radius);
  background: var(--surface-glass-04);
  border: 2px solid var(--stroke);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

html[data-theme='light'] .hero-stats {
  border: 3px solid var(--neo-black);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.85);
}

.stat-item {
  text-align: center;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 6.5rem;
}

.stat-value {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--stat-value-color);
}

.stat-suffix {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-light);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--stroke);
}

.hero-scroll-hint {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.scroll-arrow {
  margin-top: 0.35rem;
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/* ----- Sections ----- */
.section {
  padding: 4.5rem max(0px, env(safe-area-inset-right)) 4.5rem max(0px, env(safe-area-inset-left));
  position: relative;
  box-sizing: border-box;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--brand-light);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.text-gradient {
  background: linear-gradient(135deg, var(--brand-light), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-desc {
  margin: 0 auto;
  max-width: 560px;
  color: var(--muted);
  font-size: 1rem;
}

/* Challenges */
.challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.challenge-card {
  position: relative;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--grad-card-a) 0%, var(--grad-card-b) 55%, rgba(168, 85, 247, 0.08) 100%);
  border: 2px solid var(--stroke);
  overflow: hidden;
  box-shadow: var(--brutal-shadow-soft);
}

html[data-theme='light'] .challenge-card {
  border: 3px solid var(--neo-black);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.85);
}

.card-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 20%, rgba(168, 85, 247, 0.12), transparent 55%);
  pointer-events: none;
}

.card-icon {
  margin-bottom: 1rem;
}

.icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(168, 85, 247, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-light);
}

.icon-bg-red {
  background: rgba(239, 68, 68, 0.2);
  color: var(--icon-challenge-red);
}

.icon-bg-orange {
  background: rgba(245, 158, 11, 0.2);
  color: var(--icon-challenge-orange);
}

.card-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: var(--text);
}

.card-divider {
  height: 1px;
  background: var(--stroke);
  margin-bottom: 1rem;
}

.card-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-points li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 0.65rem;
}

.card-points i {
  margin-top: 0.2rem;
  color: var(--icon-challenge-red);
}

/* Solution */
.solution-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at 1px 1px, var(--pattern-dot) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
}

.solution-timeline {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
}

@media (max-width: 640px) {
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .timeline-connector {
    flex-direction: row !important;
    align-items: center;
  }
  .timeline-line {
    width: 48px !important;
    height: 2px !important;
  }
}

.timeline-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neo-purple), #7c3aed);
  border: 2px solid rgba(0, 0, 0, 0.55);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
  color: var(--text-on-dark);
}

.timeline-line {
  flex: 1;
  width: 2px;
  min-height: 48px;
  background: linear-gradient(180deg, var(--brand), transparent);
}

.module-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: var(--radius);
  background: var(--surface-glass-04);
  border: 2px solid var(--stroke);
  box-shadow: var(--brutal-shadow-soft);
}

html[data-theme='light'] .module-card {
  border: 3px solid var(--neo-black);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.82);
}

@media (max-width: 900px) {
  .module-card,
  .module-card-alt {
    grid-template-columns: 1fr;
  }
}

.module-card-alt .module-visual {
  order: -1;
}

.module-visual {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--stroke);
}

.module-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.module-header {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.module-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(168, 85, 247, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-light);
  flex-shrink: 0;
}

.module-icon-green {
  background: rgba(208, 255, 0, 0.18);
  color: var(--accent);
}

.module-icon-blue {
  background: rgba(56, 189, 248, 0.18);
  color: var(--module-icon-blue-fg);
}

.module-icon-gold {
  background: rgba(245, 158, 11, 0.2);
  color: var(--module-icon-gold-fg);
}

.module-tag {
  display: inline-block;
  font-size: 0.72rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: var(--module-tag-bg);
  color: var(--module-tag-fg);
  margin-bottom: 0.35rem;
}

.module-tag-green {
  background: var(--module-tag-green-bg);
  color: var(--module-tag-green-fg);
}

.module-tag-blue {
  background: var(--module-tag-blue-bg);
  color: var(--module-tag-blue-fg);
}

.module-tag-gold {
  background: var(--module-tag-gold-bg);
  color: var(--module-tag-gold-fg);
}

.module-title {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text);
}

.module-desc {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.module-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--surface-glass-06);
  border: 1px solid var(--stroke);
  color: var(--text);
  opacity: 0.88;
}

html[data-theme='dark'] .feature-chip,
html:not([data-theme]) .feature-chip {
  color: var(--muted);
  opacity: 1;
}

.chip-green {
  border-color: rgba(208, 255, 0, 0.45);
}

.chip-blue {
  border-color: rgba(56, 189, 248, 0.25);
}

.chip-gold {
  border-color: rgba(245, 158, 11, 0.25);
}

/* Why us */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.metric-card {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--grad-metric-a), var(--grad-metric-b));
  border: 2px solid var(--stroke);
  text-align: center;
  overflow: hidden;
  box-shadow: var(--brutal-shadow-soft);
}

html[data-theme='light'] .metric-card {
  border: 3px solid var(--neo-black);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.78);
}

.metric-bg-glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.2), transparent 60%);
  pointer-events: none;
}

.metric-bg-glow-green {
  background: radial-gradient(circle at 50% 0%, rgba(208, 255, 0, 0.18), transparent 60%);
}

.metric-bg-glow-blue {
  background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.15), transparent 60%);
}

.metric-icon-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
}

.metric-ring {
  width: 120px;
  height: 120px;
}

.metric-ring svg {
  width: 100%;
  height: 100%;
}

.ring-bg {
  fill: none;
  stroke: var(--ring-track);
  stroke-width: 8;
}

.ring-fill {
  fill: none;
  stroke: var(--brand-light);
  stroke-width: 8;
  stroke-linecap: round;
}

.ring-fill-green {
  stroke: var(--accent);
}

.ring-fill-blue {
  stroke: var(--module-icon-blue-fg);
}

.metric-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--brand-light);
}

.metric-icon-green {
  color: var(--accent);
}

.metric-icon-blue {
  color: var(--module-icon-blue-fg);
}

.metric-number {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.metric-prefix,
.metric-suffix {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--muted);
}

.metric-title {
  font-size: 1.1rem;
  margin: 0 0 0.65rem;
  color: var(--text);
}

.metric-desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.comparison-section {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--comparison-section-bg);
  border: 2px solid var(--stroke);
  box-shadow: var(--brutal-shadow-soft);
}

html[data-theme='light'] .comparison-section {
  border: 3px solid var(--neo-black);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.75);
}

.comparison-title {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: var(--text);
}

.comparison-lead {
  margin: 0 auto 1.25rem;
  max-width: 40rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.88;
}

.comparison-subtitle {
  margin: 1.75rem 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}

.savings-badge + .comparison-subtitle {
  margin-top: 2rem;
}

.comparison-bars {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.comparison-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.75rem;
  align-items: center;
}

@media (max-width: 480px) {
  .comparison-item {
    grid-template-columns: 1fr;
  }
}

.comparison-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.comparison-bar-wrap {
  height: 36px;
  background: var(--comparison-bar-track);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--stroke);
}

.comparison-bar {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 8px;
  box-sizing: border-box;
  white-space: nowrap;
  /* 窄条（如 Bingojob 10%）仍保证文案单行：宽度至少容纳整段文案，且不超过轨道 */
  min-width: min(100%, max-content);
  transition: width 1s ease-out;
}

.comparison-bar.traditional {
  background: var(--comparison-trad-bg);
  color: var(--comparison-trad-fg);
}

.comparison-bar.bingojob {
  background: linear-gradient(90deg, #b9ee00, #6ee7b7);
  color: #111827;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.comparison-bar.bingojob > span {
  color: #0b1220;
  font-weight: 900;
  -webkit-text-stroke: 0.45px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 0.01px rgba(0, 0, 0, 0.2),
    0.5px 0 rgba(255, 255, 255, 0.7),
    -0.5px 0 rgba(255, 255, 255, 0.7),
    0 0.5px rgba(255, 255, 255, 0.7),
    0 -0.5px rgba(255, 255, 255, 0.7);
}

@media (max-width: 640px) {
  /* 移动端勿换行：此前 white-space:normal + min-width:0 会导致「≈$35/人」「小时级」断行/裁切 */
  .comparison-bar {
    white-space: nowrap;
    min-width: min(100%, max-content);
    line-height: 1.25;
    height: 100%;
    min-height: 36px;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    font-size: 0.78rem;
  }

  .comparison-bar > span {
    flex-shrink: 0;
  }

  .comparison-bar.bingojob > span {
    font-size: 0.82rem;
    letter-spacing: 0.01em;
  }

  .comparison-bar-wrap {
    height: 38px;
    min-height: 38px;
    overflow: visible;
  }
}

.savings-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: var(--savings-badge-bg);
  border: 1px solid var(--savings-badge-border);
  font-size: 0.9rem;
  color: var(--savings-badge-fg);
}

.savings-badge--speed {
  margin-top: 0.5rem;
  border-color: var(--savings-badge-speed-border);
  color: var(--savings-badge-speed-fg);
  background: var(--savings-badge-speed-bg);
}

/* About */
.about-bg-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: radial-gradient(circle at 30% 20%, rgba(168, 85, 247, 0.4), transparent 50%);
  pointer-events: none;
}

.about-intro-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--surface-glass-04);
  border: 2px solid var(--stroke);
  box-shadow: var(--brutal-shadow-soft);
}

html[data-theme='light'] .about-intro-card {
  border: 3px solid var(--neo-black);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.78);
}

.about-lead {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.mv-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 2px solid var(--stroke);
  background: var(--surface-glass-03);
}

html[data-theme='light'] .mv-card {
  border: 3px solid var(--neo-black);
}

.mv-card h3 {
  margin: 0 0 0.5rem;
  color: var(--text);
}

.mv-text {
  margin: 0;
  color: var(--muted);
}

.values-title {
  text-align: center;
  margin: 3rem 0 1.5rem;
  font-size: 1.25rem;
  color: var(--text);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.value-card {
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  border: 2px solid var(--stroke);
  background: var(--surface-glass-03);
}

html[data-theme='light'] .value-card {
  border: 2px solid var(--neo-black);
}

.value-card h4 {
  margin: 0.5rem 0;
  color: var(--text);
}

.value-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

/* Careers */
.careers-bg-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background: radial-gradient(circle at 70% 30%, rgba(208, 255, 0, 0.25), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(46, 39, 209, 0.2), transparent 50%);
  pointer-events: none;
}

.careers .container {
  position: relative;
  z-index: 1;
}

.careers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
}

.career-card {
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid var(--stroke);
  background: var(--surface-glass-04);
  box-shadow: var(--brutal-shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

html[data-theme='light'] .career-card {
  border: 3px solid var(--neo-black);
  box-shadow: var(--brutal-shadow);
}

.career-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--stroke);
}

html[data-theme='light'] .career-card__head {
  border-bottom-color: var(--neo-black);
}

.career-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-sm);
  font-size: 1.2rem;
  border: 2px solid var(--stroke);
  background: var(--surface-glass-06);
  color: var(--accent);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.career-card__icon--media {
  color: var(--neo-black);
  background: linear-gradient(145deg, rgba(208, 255, 0, 0.95), rgba(208, 255, 0, 0.65));
  border-color: rgba(0, 0, 0, 0.35);
}

html[data-theme='light'] .career-card__icon--media {
  border: 3px solid var(--neo-black);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.career-card__icon--delivery {
  color: #fff;
  background: linear-gradient(145deg, var(--neo-blue), #4338ca);
  border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme='light'] .career-card__icon--delivery {
  border: 3px solid var(--neo-black);
  color: var(--neo-black);
  background: linear-gradient(145deg, rgba(46, 39, 209, 0.18), rgba(168, 85, 247, 0.22));
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.career-card__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}

.career-card__block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.career-card__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.career-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.career-card__list {
  margin: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.career-card__list li {
  margin: 0 0 0.45rem;
  padding-left: 0.15rem;
}

.career-card__list li:last-child {
  margin-bottom: 0;
}

.career-card__pay {
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  border-top: 1px dashed var(--stroke);
}

html[data-theme='light'] .career-card__pay {
  border-top-color: rgba(0, 0, 0, 0.22);
}

.career-card__amount {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.careers-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.careers-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--neo-black);
  background: var(--accent);
  border: 3px solid var(--neo-black);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.careers-apply-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.45);
}

.careers-apply-btn__icon {
  font-size: 1.15rem;
}

html[data-theme='dark'] .careers-apply-btn {
  color: var(--neo-black);
}

/* Contact */
.contact-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(168, 85, 247, 0.15), transparent 55%);
  pointer-events: none;
}

.contact .section-header .contact-hours {
  margin-top: 0.65rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.contact-telegram {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 2px solid rgba(56, 189, 248, 0.35);
  background: linear-gradient(
    125deg,
    rgba(56, 189, 248, 0.12) 0%,
    rgba(168, 85, 247, 0.1) 55%,
    var(--surface-glass-05) 100%
  );
  box-shadow: var(--img-frame-shadow);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.contact-telegram:hover {
  border-color: rgba(56, 189, 248, 0.55);
  transform: translateY(-2px);
}

.contact-telegram__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-sm);
  background: rgba(56, 189, 248, 0.18);
  color: #38bdf8;
  font-size: 1.5rem;
  flex-shrink: 0;
}

html[data-theme='light'] .contact-telegram__icon {
  background: rgba(2, 132, 199, 0.12);
  color: #0284c7;
}

.contact-telegram__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  flex: 1 1 auto;
}

.contact-telegram__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--text);
}

.contact-telegram__meta {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.45;
}

.contact-telegram__arrow {
  color: var(--brand-light);
  font-size: 1rem;
  flex-shrink: 0;
  opacity: 0.85;
  align-self: center;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}

@media (max-width: 640px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

.contact-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 2px solid var(--stroke);
  background: var(--surface-glass-04);
  font-size: 0.92rem;
  color: var(--muted);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  min-width: 0;
  box-sizing: border-box;
}

.contact-item:hover {
  border-color: rgba(168, 85, 247, 0.45);
  background: var(--contact-hover-bg);
}

.contact-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-sm);
  background: var(--surface-glass-07);
  border: 1px solid var(--stroke);
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--brand-light);
}

.contact-item__icon i {
  line-height: 1;
}

.contact-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  text-align: left;
  justify-content: center;
}

.contact-item__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
}

.contact-item__value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  word-break: break-word;
  line-height: 1.4;
}

.contact-item--address {
  grid-column: 1 / -1;
  align-items: start;
  grid-template-columns: 3rem 1fr;
}

.contact-item--address .contact-item__icon {
  align-self: start;
  margin-top: 0.1rem;
}

.contact-item--address .contact-item__value {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.6;
  max-width: none;
}

/* Footer */
.footer {
  padding: 3rem max(0.75rem, env(safe-area-inset-left)) 1.5rem max(0.75rem, env(safe-area-inset-right));
  border-top: 1px solid var(--stroke);
  background: var(--footer-bg);
  box-sizing: border-box;
}

/* 浅色：底栏深色带上的文案与社交色 */
html[data-theme='light'] .footer {
  --muted: rgba(255, 255, 255, 0.72);
  --stroke: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

html[data-theme='light'] .footer .brand-lockup {
  color: #fff;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
  .footer-brand {
    align-items: center;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.brand-lockup--footer .brand-lockup__icon {
  width: 1.9rem;
  height: 1.9rem;
}

.brand-lockup--footer .brand-lockup__text {
  font-size: 1.05rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--footer-link-hover);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--stroke);
  text-align: center;
  font-size: 0.82rem;
  color: var(--footer-meta-color);
}

/* ----- Cambodia local accent（全页点缀，与主站 KhmerAmbientLayer 同源思路） ----- */
.kh-local {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
}

.kh-local__lattice {
  position: absolute;
  inset: -18%;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.1' stroke-width='0.65'%3E%3Cpath d='M44 2 L86 44 L44 86 L2 44 Z'/%3E%3Cpath d='M44 18 L70 44 L44 70 L18 44 Z'/%3E%3Ccircle cx='44' cy='44' r='2.2' fill='%23ffffff' fill-opacity='0.05' stroke='none'/%3E%3C/g%3E%3Cg stroke='%23A855F7' stroke-opacity='0.08' stroke-width='0.5' fill='none'%3E%3Cpath d='M0 44 H88 M44 0 V88'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 88px 88px;
  background-repeat: repeat;
  mask-image: radial-gradient(ellipse 72% 62% at 50% 38%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 72% 62% at 50% 38%, #000 0%, transparent 70%);
}

html[data-theme='light'] .kh-local__lattice {
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' stroke='%230f172a' stroke-opacity='0.09' stroke-width='0.65'%3E%3Cpath d='M44 2 L86 44 L44 86 L2 44 Z'/%3E%3Cpath d='M44 18 L70 44 L44 70 L18 44 Z'/%3E%3Ccircle cx='44' cy='44' r='2.2' fill='%230f172a' fill-opacity='0.05' stroke='none'/%3E%3C/g%3E%3Cg stroke='%232E27D1' stroke-opacity='0.09' stroke-width='0.5' fill='none'%3E%3Cpath d='M0 44 H88 M44 0 V88'/%3E%3C/g%3E%3C/svg%3E");
}

.kh-local__flag-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 56% 46% at -6% 102%, rgba(204, 0, 0, 0.1), transparent 58%),
    radial-gradient(ellipse 50% 40% at 106% 100%, rgba(23, 56, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 38% 34% at 50% -4%, rgba(255, 255, 255, 0.05), transparent 60%);
}

html[data-theme='light'] .kh-local__flag-glow {
  background:
    radial-gradient(ellipse 56% 46% at -6% 102%, rgba(204, 0, 0, 0.06), transparent 58%),
    radial-gradient(ellipse 50% 40% at 106% 100%, rgba(23, 56, 255, 0.06), transparent 55%),
    radial-gradient(ellipse 38% 34% at 50% -4%, rgba(255, 255, 255, 0.35), transparent 58%);
}

.kh-local__frieze {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  opacity: 0.32;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.06) 10px,
    rgba(255, 255, 255, 0.06) 11px,
    transparent 11px,
    transparent 22px,
    rgba(168, 85, 247, 0.1) 22px,
    rgba(168, 85, 247, 0.1) 23px,
    transparent 23px,
    transparent 34px
  );
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

html[data-theme='light'] .kh-local__frieze {
  opacity: 0.22;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    rgba(15, 23, 42, 0.06) 10px,
    rgba(15, 23, 42, 0.06) 11px,
    transparent 11px,
    transparent 22px,
    rgba(168, 85, 247, 0.1) 22px,
    rgba(168, 85, 247, 0.1) 23px,
    transparent 23px,
    transparent 34px
  );
}

.kh-local__temple {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(92vw, 520px);
  height: auto;
  max-height: 88px;
}

.kh-local__temple-layer--light {
  display: none;
}

.kh-local__temple-stroke--light {
  display: none;
}

html[data-theme='light'] .kh-local__temple-layer--dark {
  display: none;
}

html[data-theme='light'] .kh-local__temple-layer--light {
  display: block;
}

html[data-theme='light'] .kh-local__temple-stroke--dark {
  display: none;
}

html[data-theme='light'] .kh-local__temple-stroke--light {
  display: block;
}

.kh-local__lotus {
  position: absolute;
  width: 128px;
  height: 128px;
}

.kh-local__lotus--tl {
  top: 10%;
  left: -1%;
  transform: rotate(-8deg);
}

.kh-local__lotus--br {
  bottom: 14%;
  right: -2%;
  transform: rotate(10deg);
}

.kh-local__lotus-fill {
  fill: #fff;
  fill-opacity: 0.04;
}

.kh-local__lotus-fill--accent {
  fill: var(--accent);
  fill-opacity: 0.08;
}

html[data-theme='light'] .kh-local__lotus-fill {
  fill: #0f172a;
  fill-opacity: 0.05;
}

html[data-theme='light'] .kh-local__lotus-fill--accent {
  fill: #2e27d1;
  fill-opacity: 0.1;
}

.footer-local-note {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
  max-width: 22rem;
}

@media (max-width: 900px) {
  .footer-local-note {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----- Neo-brutalist 背景大字（低透明度纹理） ----- */
.neo-ghost {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
  contain: paint;
}

.neo-ghost__line {
  position: absolute;
  left: 0;
  top: 22%;
  max-width: 100%;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 10vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  white-space: nowrap;
  color: rgba(208, 255, 0, 0.07);
  transform: rotate(-11deg) translateX(-4%);
  transform-origin: left center;
  user-select: none;
}

.neo-ghost__line--2 {
  top: auto;
  bottom: 18%;
  left: auto;
  right: 0;
  max-width: 100%;
  font-size: clamp(1.5rem, 8vw, 6.5rem);
  color: rgba(168, 85, 247, 0.1);
  transform: rotate(8deg) translateX(4%);
  transform-origin: right center;
}

@media (max-width: 640px) {
  .neo-ghost__line {
    font-size: clamp(1.5rem, 11vw, 3.5rem);
    opacity: 0.85;
  }
  .neo-ghost__line--2 {
    font-size: clamp(1.25rem, 9vw, 3rem);
    opacity: 0.85;
  }
}

html[data-theme='light'] .neo-ghost__line {
  color: rgba(0, 0, 0, 0.06);
}

html[data-theme='light'] .neo-ghost__line--2 {
  color: rgba(46, 39, 209, 0.12);
}
