/* ==================== 1. 基础重置与全局 ==================== 
*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; cursor: pointer; background: transparent; border: 0; }
ul { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
h1, h2, h3, h4, p { margin: 0; }
 */
#team-showcase-page svg { display: block; }
/* ==================== 2. 背景 ==================== */
.bg-background { background-color: #f7f9fb; }
.bg-surface { background-color: #f7f9fb; }
.bg-white { background-color: #ffffff; }
.bg-deep-blue { background-color: #0f172a; }
.bg-safety-orange { background-color: #ea580c; }
.bg-dashboard-bg { background-color: #1e293b; }
.bg-dashboard-card { background-color: #0f172a; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-200 { background-color: #e2e8f0; }
.bg-surface-bright { background-color: #f7f9fb; }
.bg-surface-container-low { background-color: #f2f4f6; }
.bg-white\/95 { background-color: rgba(255,255,255,0.95); }
.bg-white\/10 { background-color: rgba(255,255,255,0.10); }
.hover\:bg-white\/20:hover { background-color: rgba(255,255,255,0.20); }
.hover\:bg-slate-50:hover { background-color: #f8fafc; }
.hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.hover\:bg-orange-700:hover { background-color: #c2410c; }

/* ==================== 3. 文字颜色 ==================== */
.text-on-background { color: #191c1e; }
.text-white { color: #ffffff; }
.text-deep-blue { color: #0f172a; }
.text-safety-orange { color: #ea580c; }
.text-secondary { color: #516072; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-900 { color: #0f172a; }
.text-orange-100 { color: #ffedd5; }
.text-orange-600 { color: #ea580c; }
.text-blue-500 { color: #3b82f6; }
.text-teal-500 { color: #14b8a6; }
.text-purple-500 { color: #a855f7; }
.text-amber-500 { color: #f59e0b; }
.text-emerald-500 { color: #10b981; }
.text-rose-500 { color: #f43f5e; }
.hover\:text-orange-600:hover { color: #ea580c; }
.hover\:text-$$\#25D366$$:hover { color: #25D366; }
.hover\:text-$$\#0077b5$$:hover { color: #0077b5; }

/* ==================== 4. 字体 ==================== */
.font-body-md { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-headline-xl { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-headline-md { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-body-lg { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-display-lg { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-label-caps { font-family: "Work Sans", ui-sans-serif, system-ui, sans-serif; }
.font-$$\'Inter\'$$ { font-family: "Inter", ui-sans-serif, system-ui, sans-serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* ==================== 5. 字号 / 行高 / 字重 / 字距 ==================== */
.text-body-md { font-size: 16px; line-height: 24px; font-weight: 400; }
.text-body-lg { font-size: 18px; line-height: 28px; font-weight: 400; }
.text-headline-xl { font-size: 48px; line-height: 56px; letter-spacing: -0.01em; font-weight: 700; }
.text-headline-md { font-size: 30px; line-height: 40px; font-weight: 600; }
.text-display-lg { font-size: 64px; line-height: 72px; letter-spacing: -0.02em; font-weight: 800; }
.text-label-caps { font-size: 12px; line-height: 16px; letter-spacing: 0.1em; font-weight: 600; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-9xl { font-size: 8rem; line-height: 1; }
.text-$$14px$$ { font-size: 14px; }
.text-$$16px$$ { font-size: 16px; }
.text-$$18px$$ { font-size: 18px; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-medium { font-weight: 500; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.normal-case { text-transform: none; }
.capitalize { text-transform: capitalize; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

/* ==================== 6. 布局 ==================== */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }

/* ==================== 7. Flex ==================== */
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-gutter { gap: 32px; }
.gap-stack-sm { gap: 16px; }

/* ==================== 8. Grid ==================== */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:flex { display: flex; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lg\:block { display: block; }
}

/* ==================== 9. 宽高 ==================== */
.w-full { width: 100%; }
.w-2 { width: 0.5rem; }
.w-6 { width: 1.5rem; }
.w-16 { width: 4rem; }
.max-w-$$1280px$$ { max-width: 1280px; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.h-full { height: 100%; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-6 { height: 1.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-64 { height: 16rem; }
.min-h-$$400px$$ { min-height: 400px; }

/* ==================== 10. 间距 ==================== */
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem 3px; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-stack-lg { padding-top: 80px; padding-bottom: 80px; }
.p-stack-sm { padding: 16px; }
.p-stack-sm-about { padding: 36px 10px; }
.pt-4 { padding-top: 1rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.px-margin-edge { padding-left: 64px; padding-right: 64px; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-unit { margin-bottom: 8px; }
.mb-stack-sm { margin-bottom: 16px; }
.mb-stack-md { margin-bottom: 32px; }
.mb-stack-lg { margin-bottom: 80px; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-auto { margin-top: auto; }
.mt-unit { margin-top: 8px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-stack-sm ul{padding-left: 0px!important;}

/* ==================== 11. 定位 ==================== */
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.left-0 { left: 0; }
.left-4 { left: 1rem; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.right-4 { right: 1rem; }
.bottom-0 { bottom: 0; }
.bottom-4 { bottom: 1rem; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

/* ==================== 12. 变换 ==================== */
.-translate-y-1\/2 { transform: translateY(-50%); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.translate-x-1 { transform: translateX(0.25rem); }

/* ==================== 13. 溢出 ==================== */
.overflow-hidden { overflow: hidden; }

/* ==================== 14. 边框 ==================== */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-t { border-top-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-300 { border-color: #cbd5e1; }
.border-slate-600 { border-color: #475569; }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.border-white { border-color: #ffffff; }
.border-white\/20 { border-color: rgba(255,255,255,0.20); }
.border-outline-variant { border-color: #c6c6cd; }
.border-safety-orange { border-color: #ea580c; }
.border-orange-600 { border-color: #ea580c; }
.border-orange-700 { border-color: #c2410c; }
.hover\:border-orange-200:hover { border-color: #fed7aa; }

/* ==================== 15. 圆角 ==================== */
.rounded { border-radius: 0.125rem; }
.rounded-lg { border-radius: 0.25rem; }
.rounded-xl { border-radius: 0.5rem; }
.rounded-full { border-radius: 0.75rem; }

/* ==================== 16. 阴影 ==================== */
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-$$0_2px_15px_rgba\(15\2c 23\2c 42\2c 0\.08\]$$ { box-shadow: 0 2px 15px rgba(15,23,42,0.08); }

/* ==================== 17. 透明度 ==================== */
.opacity-5 { opacity: 0.05; }
.opacity-20 { opacity: 0.20; }
.opacity-40 { opacity: 0.40; }
.opacity-90 { opacity: 0.90; }
.group:hover .group-hover\:opacity-10 { opacity: 0.10; }

/* ==================== 18. 过渡 ==================== */
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* ==================== 19. 其他 ==================== */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.object-cover { object-fit: cover; }
.pointer-events-none { pointer-events: none; }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.selection\:bg-safety-orange::selection { background-color: #ea580c; }
.selection\:text-white::selection { color: #ffffff; }

/* ==================== 20. Group Hover（卡片悬停联动） ==================== */
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\/icon\:scale-110 { transform: scale(1.1); }

/* ==================== 21. Active ==================== */
.active\:scale-95:active { transform: scale(0.95); }

/* ==================== 22. Focus ==================== */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* ==================== 23. 轮播组件（自定义） ==================== */
.expo-carousel-track {
    display: flex;
    transition: transform 0.7s ease-in-out;
}
.expo-carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    position: relative;
}
.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: rgba(255,255,255,0.4);
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
    padding: 0;
}
.carousel-dot.active {
    background-color: #ffffff;
}
.carousel-nav-btn {
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.2s ease;
}
.carousel-wrapper:hover .carousel-nav-btn {
    opacity: 1;
}

/* ==================== 24. 服务流程连接线 ==================== */
.service-flow-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #cbd5e1;
    transform: translateY(-50%);
    z-index: 0;
}

/* ==================== 25. 卡片悬停动效 ==================== */
.team-member-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member-card:hover {
    transform: translateY(-4px);
}
.service-step-card {
    transition: transform 0.3s ease;
}
.service-step-card:hover {
    transform: translateY(-4px);
}
.service-step-card:hover .step-icon-bg {
    background-color: #ea580c;
}
.step-icon-bg {
    transition: background-color 0.3s ease;
}
.partner-card {
    transition: border-color 0.3s ease;
}
.partner-card:hover {
    border-color: #fed7aa;
}
.partner-card:hover .partner-icon {
    transform: scale(1.1);
}
.partner-icon {
    transition: transform 0.3s ease;
}

/* ==================== 26. 按钮动效 ==================== */
.cta-btn {
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-btn:hover {
    background-color: #f1f5f9;
    transform: scale(1.02);
}
.view-profile-btn {
    transition: background-color 0.2s ease;
}
.view-profile-btn:hover {
    background-color: #f8fafc;
}

/* ==================== 27. Astra 主题兼容覆盖 ==================== */
.page-template-page-team-showcase .ast-separate-container .ast-article-single,
.page-template-page-team-showcase .ast-separate-container .ast-article-post {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
.page-template-page-team-showcase .ast-plain-container .site-content > .ast-container {
    max-width: none !important;
    padding: 0 !important;
}
.page-template-page-team-showcase .site-content {
    padding: 0 !important;
}
.page-template-page-team-showcase .entry-content,
.page-template-page-team-showcase .entry-content * {
    margin: 0;
    padding: 0;
}
.page-template-page-team-showcase .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
#team-showcase-page a {
    text-decoration: none;
}

.client-image {
    width: 150px;
    height: 150px;
    _border-radius: 50%;
    overflow: hidden;
    _background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    _border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}