/* /Components/Layout/Footer.razor.rz.scp.css */
/* ========================================
   Footer - 页脚样式
   ======================================== */

.site-footer[b-81laff6imf] {
    background: linear-gradient(135deg, var(--ks-primary-darker, #0D47A1), #0a3d91, #082e6e);
    color: rgba(255, 255, 255, 0.9);
    padding: var(--ks-space-lg) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content[b-81laff6imf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--ks-space-xs);
}

.footer-content[b-81laff6imf]  .copyright {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: var(--ks-font-size-sm);
    letter-spacing: 0.02em;
}

.footer-content[b-81laff6imf]  .recaptcha-notice {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.7rem;
    text-align: center;
}

.footer-content[b-81laff6imf]  .recaptcha-notice a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: underline;
}

.footer-content[b-81laff6imf]  .recaptcha-notice a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* ============================================
   Header 容器组件隔离样式
   ============================================ */

.header-container[b-hujhqwcjgi] {
    position: relative;
    width: 100%;
}

/* 顶部导航栏 - 固定在顶部 */
.header-container[b-hujhqwcjgi]  .top-bar {
    background-color: rgb(255 255 255) !important;
    height: 60px !important;
    z-index: 1100 !important;
    padding: 0 !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

/* MudAppBar 内部工具栏垂直居中，右侧完全贴边 */
.header-container[b-hujhqwcjgi]  .top-bar .mud-toolbar {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 0 0 16px !important;
}

/* 覆盖 MudBlazor 默认的 gutters 内边距 */
.header-container[b-hujhqwcjgi]  .top-bar .mud-toolbar-gutters {
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* 有轮播图时（主页） */
.header-container.with-carousel[b-hujhqwcjgi] {
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-container.with-carousel[b-hujhqwcjgi]  .top-bar {
    background-color: rgba(207 207 207 / 0.14) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* 无轮播图时（其他页面）- 预留固定导航栏空间 */
.header-container:not(.with-carousel)[b-hujhqwcjgi] {
    /* 只预留导航栏高度的空间，背景色由导航栏自身处理 */
    min-height: 60px;
}

/* 非主页时导航栏使用蓝色渐变背景 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .top-bar {
    background: linear-gradient(135deg, #0D47A1 0%, #1565C0 50%, #1E88E5 100%) !important;
}

/* 非主页时汉堡菜单图标使用白色 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .top-bar .mud-icon-button {
    color: white !important;
}

/* 非主页时汉堡菜单按钮使用白色 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .top-bar .menu-button {
    color: white !important;
}

.header-container:not(.with-carousel)[b-hujhqwcjgi]  .top-bar .menu-button i {
    color: white !important;
}

/* 非主页时 Logo 标题文字使用白色 + 阴影增强可读性 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .logo-title {
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-text-stroke: 0.3px rgba(255, 255, 255, 0.2) !important;
}

.header-container:not(.with-carousel)[b-hujhqwcjgi]  .logo-subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* 非主页时 Logo 图片增强阴影 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .logo-image img {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3)) !important;
}

/* 非主页时导航栏容器样式 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .nav-bar-container {
    background-color: transparent !important;
    border-bottom: none !important;
}

/* 非主页时导航链接使用白色 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .nav-bar-container .mud-nav-link {
    color: white !important;
}

.header-container:not(.with-carousel)[b-hujhqwcjgi]  .nav-bar-container .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
}

.header-container:not(.with-carousel)[b-hujhqwcjgi]  .nav-bar-container .mud-nav-link.active {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: white !important;
}

/* 非主页时语言切换器样式 - 毛玻璃效果 */
.header-container:not(.with-carousel)[b-hujhqwcjgi]  .lang-button {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.header-container:not(.with-carousel)[b-hujhqwcjgi]  .lang-button:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* ============================================
   响应式设计 - 桌面/移动端显示切换
   ============================================ */

/* 桌面端导航：默认显示，移动端隐藏 */
.header-container[b-hujhqwcjgi]  .desktop-nav {
    display: flex;
    align-items: center;
}

/* 移动端操作区：默认隐藏，移动端显示 */
.header-container[b-hujhqwcjgi]  .mobile-actions {
    display: none;
    align-items: center;
    gap: 4px;
}

/* 960px 以下：隐藏桌面导航，显示移动端菜单（对应 MudBlazor Breakpoint.SmAndDown） */
@media (max-width: 959.95px) {
    .header-container[b-hujhqwcjgi]  .desktop-nav {
        display: none !important;
    }
    
    .header-container[b-hujhqwcjgi]  .mobile-actions {
        display: flex !important;
    }
}

.header-container[b-hujhqwcjgi]  .mobile-actions .menu-button {
    margin-left: 4px;
    min-width: auto;
    padding: 8px;
}

.header-container[b-hujhqwcjgi]  .mobile-actions .menu-button i {
    font-size: 1.5rem;
}

/* 移动端抽屉菜单样式 */
.header-container[b-hujhqwcjgi]  .mobile-drawer {
    width: 280px !important;
}

.header-container[b-hujhqwcjgi]  .drawer-header {
    background: linear-gradient(135deg, #0D47A1 0%, #1565C0 50%, #1E88E5 100%);
    padding: 16px !important;
}

.header-container[b-hujhqwcjgi]  .drawer-header .close-button {
    color: white !important;
    min-width: auto;
    padding: 8px;
}

.header-container[b-hujhqwcjgi]  .drawer-header .close-button i {
    font-size: 1.25rem;
}

.header-container[b-hujhqwcjgi]  .drawer-nav {
    padding: 16px 8px !important;
}

.header-container[b-hujhqwcjgi]  .drawer-nav .mud-nav-link {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif !important;
    font-size: var(--ks-font-size-md) !important;
    font-weight: 500 !important;
    padding: 12px 16px !important;
    margin: 4px 0 !important;
    border-radius: var(--ks-radius-sm) !important;
    color: var(--ks-text-primary) !important;
}

.header-container[b-hujhqwcjgi]  .drawer-nav .mud-nav-link:hover {
    background-color: var(--ks-background-gray) !important;
    color: var(--ks-primary) !important;
}

.header-container[b-hujhqwcjgi]  .drawer-nav .mud-nav-link.active {
    background-color: var(--ks-primary) !important;
    color: white !important;
}

.header-container[b-hujhqwcjgi]  .drawer-nav .mud-nav-link .mud-icon-root {
    margin-right: 12px !important;
    font-size: var(--ks-font-size-lg) !important;
}

/* ============================================
   平板端 (768px - 1024px)
   ============================================ */
@media (max-width: 1024px) {
    .header-container[b-hujhqwcjgi]  .top-bar .mud-toolbar {
        padding: 0 12px !important;
    }
}

/* ============================================
   移动端 (< 600px) - 对应 MudBlazor Breakpoint.Sm
   ============================================ */
@media (max-width: 600px) {
    /* 调整顶部栏高度 */
    .header-container[b-hujhqwcjgi]  .top-bar {
        height: 64px !important;
    }

    .header-container[b-hujhqwcjgi]  .top-bar .mud-toolbar {
        padding: 0 10px !important;
    }

    /* 调整轮播图最小高度 */
    .header-container.with-carousel[b-hujhqwcjgi] {
        min-height: 500px;
    }

    /* 无轮播图时预留空间 - 与导航栏高度一致 */
    .header-container:not(.with-carousel)[b-hujhqwcjgi] {
        min-height: 64px;
    }
}

/* ============================================
   小屏手机 (< 480px)
   ============================================ */
@media (max-width: 480px) {
    .header-container[b-hujhqwcjgi]  .top-bar {
        height: 56px !important;
    }

    .header-container[b-hujhqwcjgi]  .top-bar .mud-toolbar {
        padding: 0 8px !important;
    }

    .header-container.with-carousel[b-hujhqwcjgi] {
        min-height: 400px;
    }

    /* 无轮播图时预留空间 - 与导航栏高度一致 */
    .header-container:not(.with-carousel)[b-hujhqwcjgi] {
        min-height: 56px;
    }

    .header-container[b-hujhqwcjgi]  .mobile-drawer {
        width: 100% !important;
    }
}
/* /Components/Layout/HeroCarousel.razor.rz.scp.css */
/* ============================================
   HeroCarousel 组件隔离样式 - 轮播背景
   入场动画定义在全局 animations.css 中
   ============================================ */

/* 视口布局计算：
   - 导航栏: 60px
   - HeroCarousel: 约50% 视口
   - 服务项目: 约50% 视口
   这样两者能在首屏完整显示 */

.hero-section[b-hjf81i964i] {
    position: relative;
    height: 45vh; /* 轮播图占视口 45% */
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 向下延伸覆盖间隙 */
    padding-bottom: 15px;
    margin-bottom: -15px;
}

/* 轮播图背景容器 - 仅布局样式，动画在全局 animations.css 中定义 */
.hero-carousel-bg[b-hjf81i964i] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* 遮罩层 - 仅样式，动画在全局 animations.css 中定义 */
.hero-overlay[b-hjf81i964i] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 2;
}

/* 遮罩层入场动画定义在全局 animations.css 中 */

/* 内容层 - 紧凑布局，适应较小的 hero 区域 */
.hero-content[b-hjf81i964i] {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: var(--ks-space-xl) var(--ks-space-lg) var(--ks-space-lg);
    max-width: 900px;
}

.hero-carousel-bg[b-hjf81i964i]  .hero-carousel {
    width: 100% !important;
    height: 100% !important;
}

.hero-carousel-bg[b-hjf81i964i]  .mud-carousel-item {
    height: 100% !important;
}

.carousel-slide[b-hjf81i964i] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* 占位背景色，图片加载前显示 - 使用品牌蓝色 */
    background-color: #0D47A1;
}

/* 首图优化 - 确保最快加载 */
.carousel-slide.first-slide[b-hjf81i964i] {
    /* 使用 will-change 提示浏览器优化 */
    will-change: transform, opacity;
}

.hero-content[b-hjf81i964i]  .hero-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: var(--ks-space-sm) !important;
    font-size: 2.5rem !important;
    letter-spacing: 0.05em;
    white-space: nowrap;
    /* 多层阴影增强可读性 */
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 4px 16px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(0, 0, 0, 0.3);
}

.hero-content[b-hjf81i964i]  .hero-subtitle {
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-bottom: var(--ks-space-sm) !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.08em;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-content[b-hjf81i964i]  .hero-tagline {
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: var(--ks-space-md) !important;
    font-size: 1.1rem !important;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-actions[b-hjf81i964i] {
    display: flex;
    gap: var(--ks-gap-md);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
}

/* 主按钮 - 白底蓝字 + 磁吸悬停效果 */
.hero-actions[b-hjf81i964i]  .hero-btn-primary {
    background-color: #ffffff !important;
    color: var(--ks-primary-dark) !important;
    font-weight: 600 !important;
    padding: 12px 32px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative;
    overflow: hidden;
}

/* 按钮闪光效果 */
.hero-actions[b-hjf81i964i]  .hero-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(30, 136, 229, 0.3),
        transparent
    );
    transition: left 0.6s ease;
}

.hero-actions[b-hjf81i964i]  .hero-btn-primary:hover::before {
    left: 100%;
}

.hero-actions[b-hjf81i964i]  .hero-btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(30, 136, 229, 0.2) !important;
}

/* 次按钮 - 半透明白色背景 + 毛玻璃 + 呼吸发光 */
.hero-actions[b-hjf81i964i]  .hero-btn-secondary {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 12px 32px !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero-actions[b-hjf81i964i]  .hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.35) !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15) !important;
}

/* 向下滚动提示 - 更精致的脉冲动画 */
.scroll-hint[b-hjf81i964i] {
    position: absolute;
    bottom: var(--ks-space-lg);
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: color 0.3s ease;
}

.scroll-hint:hover[b-hjf81i964i] {
    color: rgba(255, 255, 255, 1);
}

.scroll-hint .scroll-hint-icon[b-hjf81i964i] {
    font-size: 1.75rem;
    display: block;
    animation: scrollBounce-b-hjf81i964i 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* 添加发光环效果 */
.scroll-hint[b-hjf81i964i]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: scrollPulse-b-hjf81i964i 2.5s ease-in-out infinite;
}

@keyframes scrollBounce-b-hjf81i964i {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.8;
    }
    10% {
        transform: translateY(-12px);
        opacity: 1;
    }
    20% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-6px);
    }
    40%, 100% {
        transform: translateY(0);
    }
}

@keyframes scrollPulse-b-hjf81i964i {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

/* ============================================
   无障碍：减少动画偏好
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .hero-carousel-bg[b-hjf81i964i],
    .hero-overlay[b-hjf81i964i],
    .hero-content[b-hjf81i964i] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
    }
}

/* ============================================
   响应式 - 移动端优先显示内容
   ============================================ */
@media (max-width: 900px) {
    .hero-section[b-hjf81i964i] {
        height: auto;
        min-height: 45vh;
        max-height: 50vh;
        /* 增加向下延伸以覆盖背景图 */
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
    .hero-content[b-hjf81i964i]  .hero-title {
        font-size: 2rem !important;
    }
    .hero-content[b-hjf81i964i]  .hero-subtitle {
        font-size: 1.25rem !important;
    }
    .hero-content[b-hjf81i964i]  .hero-tagline {
        font-size: 1rem !important;
    }
}

@media (max-width: 600px) {
    .hero-section[b-hjf81i964i] {
        min-height: 40vh;
        max-height: 45vh;
        /* 移动端增加延伸距离 */
        padding-bottom: 40px;
        margin-bottom: -40px;
    }
    .hero-content[b-hjf81i964i] {
        padding: var(--ks-space-lg) var(--ks-space-md) var(--ks-space-md);
    }
    .hero-content[b-hjf81i964i]  .hero-title {
        font-size: 1.5rem !important;
    }
    .hero-content[b-hjf81i964i]  .hero-subtitle {
        font-size: 1.1rem !important;
    }
    .hero-content[b-hjf81i964i]  .hero-tagline {
        font-size: 0.9rem !important;
    }
    .hero-actions[b-hjf81i964i] {
        flex-direction: column;
        align-items: center;
    }
    .hero-actions[b-hjf81i964i]  .hero-btn-primary,
    .hero-actions[b-hjf81i964i]  .hero-btn-secondary {
        width: 100% !important;
        max-width: 280px !important;
    }
    .hero-indicators[b-hjf81i964i] {
        bottom: var(--ks-space-3xl);
    }
    /* 移动端隐藏滚动提示 */
    .scroll-hint[b-hjf81i964i] {
        display: none;
    }
}
/* /Components/Layout/LogoBar.razor.rz.scp.css */
/* ============================================
   LogoBar 组件隔离样式 - 专业工程风格
   入场动画定义在全局 animations.css 中
   ============================================ */

.logo-bar-container[b-qa9jm65foe] {
    display: flex;
    align-items: center;
}

/* Logo 链接包装 */
.logo-link[b-qa9jm65foe] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity var(--ks-transition-fast);
}

.logo-link:hover[b-qa9jm65foe] {
    opacity: 0.9;
}

/* Logo 图片包装 */
.logo-wrapper[b-qa9jm65foe] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo 图片样式 - MudImage 生成 div.mud-image > img */
.logo-wrapper[b-qa9jm65foe]  .logo-image,
.logo-wrapper[b-qa9jm65foe]  .logo-image img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    transition: filter var(--ks-transition-fast);
}

.logo-link:hover .logo-wrapper[b-qa9jm65foe]  .logo-image img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

/* Logo 文字区域 */
.logo-text[b-qa9jm65foe] {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1.2;
}

/* Logo 主标题 */
.logo-text[b-qa9jm65foe]  .logo-title {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif !important;
    font-weight: 700 !important;
    font-size: var(--ks-font-size-xl) !important;
    letter-spacing: 0.08em !important;
    color: var(--ks-primary-darker) !important;
    white-space: nowrap;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.1);
}

/* Logo 副标题 - 英文名 */
.logo-text[b-qa9jm65foe]  .logo-subtitle {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-weight: 500 !important;
    font-size: var(--ks-font-size-xs) !important;
    letter-spacing: 0.03em !important;
    color: var(--ks-text-secondary) !important;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ============================================
   响应式设计
   ============================================ */

/* 平板端 */
@media (max-width: 1024px) {
    .logo-wrapper[b-qa9jm65foe]  .logo-image {
        width: 42px !important;
        height: 42px !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-title {
        font-size: var(--ks-font-size-lg) !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-subtitle {
        font-size: var(--ks-font-size-xs) !important;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .logo-link[b-qa9jm65foe] {
        gap: 8px;
    }

    .logo-wrapper[b-qa9jm65foe] {
        padding: 3px;
    }

    .logo-wrapper[b-qa9jm65foe]  .logo-image {
        width: 36px !important;
        height: 36px !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-title {
        font-size: var(--ks-font-size-md) !important;
        letter-spacing: 0.04em !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-subtitle {
        font-size: var(--ks-font-size-xs) !important;
    }
}

/* 小屏手机 */
@media (max-width: 480px) {
    .logo-wrapper[b-qa9jm65foe]  .logo-image {
        width: 32px !important;
        height: 32px !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-title {
        font-size: var(--ks-font-size-base) !important;
    }

    .logo-text[b-qa9jm65foe]  .logo-subtitle {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MudBlazor Layout - 简化样式 */

/* ============================================
   全站视差背景
   ============================================ */
.parallax-bg[b-bni5t9rf6y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%; /* 额外高度用于视差移动 */
    background-image: url('/images/bg-hongkong.webp');
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    z-index: -2;
    will-change: transform;
    /* 视差效果：背景固定，滚动时有深度感 */
    background-attachment: fixed;
}

.parallax-overlay[b-bni5t9rf6y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* 轻透明遮罩 - 让背景图清晰可见 */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(0, 0, 0, 0.15) 100%
    );
    pointer-events: none;
}

/* 移动端：禁用 fixed 背景（iOS 兼容性） */
@media (max-width: 768px) {
    .parallax-bg[b-bni5t9rf6y] {
        background-attachment: scroll;
        height: 100%;
    }
}

/* 暗色模式增强遮罩 */
[b-bni5t9rf6y] .mud-theme-dark ~ .parallax-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 20, 40, 0.85) 0%,
        rgba(13, 71, 161, 0.8) 50%,
        rgba(0, 20, 40, 0.9) 100%
    );
}

#blazor-error-ui[b-bni5t9rf6y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bni5t9rf6y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
/* ============================================
   NavBar 组件隔离样式 - 专业工程风格
   入场动画定义在全局 animations.css 中
   ============================================ */

.nav-bar-container[b-hjmiima9p4] {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid var(--ks-primary);
    height: 60px;
}

/* MudNavLink 导航项样式 */
.nav-bar-container[b-hjmiima9p4]  .mud-nav-link {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif !important;
    font-weight: 500 !important;
    font-size: var(--ks-font-size-md) !important;
    color: var(--ks-text-primary) !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    height: 58px !important;
    min-width: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    margin: 0 !important;
    transition: all var(--ks-transition-fast) !important;
    white-space: nowrap !important;
    border-bottom: 3px solid transparent !important;
}

/* 导航项文字居中 */
.nav-bar-container[b-hjmiima9p4]  .nav-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* 导航项内容容器居中 */
.nav-bar-container[b-hjmiima9p4]  .nav-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

/* 导航项图标样式 */
.nav-bar-container[b-hjmiima9p4]  .nav-content .mud-icon-root {
    font-size: var(--ks-font-size-base) !important;
}

/* 隐藏默认的展开图标 */
.nav-bar-container[b-hjmiima9p4]  .mud-nav-link .mud-list-item-expand-icon {
    display: none !important;
}

/* 隐藏默认的图标占位区域 */
.nav-bar-container[b-hjmiima9p4]  .mud-nav-link .mud-nav-link-icon {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 确保文字容器占满宽度并居中 */
.nav-bar-container[b-hjmiima9p4]  .mud-nav-link .mud-nav-link-text {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-bar-container[b-hjmiima9p4]  .mud-nav-link:hover {
    background-color: var(--ks-background-gray) !important;
    color: var(--ks-primary) !important;
    border-bottom-color: var(--ks-primary-light) !important;
}

.nav-bar-container[b-hjmiima9p4]  .mud-nav-link.active {
    background-color: var(--ks-primary) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-bottom-color: transparent !important;
}

/* 语言切换器 */
.nav-bar-container .language-switcher[b-hjmiima9p4] {
    margin-left: 12px;
    display: flex;
    align-items: center;
}

/* ============================================
   下拉菜单样式
   ============================================ */

/* 下拉菜单包裹容器 */
.nav-dropdown-wrapper[b-hjmiima9p4] {
    position: relative;
}

/* 下拉箭头 */
.nav-bar-container[b-hjmiima9p4]  .dropdown-arrow {
    font-size: var(--ks-font-size-md) !important;
    transition: transform var(--ks-transition-fast) !important;
    margin-left: 2px !important;
}

.nav-bar-container[b-hjmiima9p4]  .dropdown-arrow.rotated {
    transform: rotate(180deg) !important;
}

/* 下拉激活状态 */
.nav-bar-container[b-hjmiima9p4]  .mud-nav-link.dropdown-active {
    background-color: var(--ks-background-gray) !important;
}
/* /Components/Pages/About.razor.rz.scp.css */
/* ============================================
   About 页面样式
   ============================================ */

/* Hero 区域 - 使用视差背景 + 半透明遮罩 */
.about-hero[b-btuvqc3cjs] {
    position: relative;
    /* 半透明深蓝遮罩，让背景隐约可见 */
    background: linear-gradient(
        180deg,
        rgba(13, 71, 161, 0.7) 0%,
        rgba(21, 101, 192, 0.6) 60%,
        rgba(30, 136, 229, 0.5) 100%
    );
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: white;
    padding: var(--ks-space-xxl) 0;
    text-align: center;
}

.hero-title[b-btuvqc3cjs] {
    font-weight: 700;
    margin-bottom: var(--ks-space-sm);
    /* 文字阴影 + 描边效果 */
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.2);
}

.hero-subtitle[b-btuvqc3cjs] {
    font-weight: 400;
    /* 文字阴影增强可读性 */
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.6),
        0 3px 8px rgba(0, 0, 0, 0.4);
}

/* 通用 section 样式 */
/* 区块2: 公司简介 - 70%白色透明毛玻璃 */
.about-intro[b-btuvqc3cjs] {
    padding: var(--ks-space-xxl) 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* 区块3: 为什么选择我们 - 与Hero相同蓝色背景60%透明 */
.about-why-us[b-btuvqc3cjs] {
    position: relative;
    padding: var(--ks-space-xxl) 0;
    background: linear-gradient(
        180deg,
        rgba(13, 71, 161, 0.6) 0%,
        rgba(21, 101, 192, 0.55) 50%,
        rgba(30, 136, 229, 0.5) 100%
    );
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: white;
}

/* 区块4: 服务范围 - 70%白色透明毛玻璃 */
.about-services[b-btuvqc3cjs] {
    padding: var(--ks-space-xxl) 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* Section Header */
.section-header[b-btuvqc3cjs] {
    text-align: center;
    margin-bottom: var(--ks-space-xl);
}

.section-title[b-btuvqc3cjs] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

/* 区块3标题白色 */
.about-why-us .section-title[b-btuvqc3cjs] {
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.section-title-line[b-btuvqc3cjs] {
    width: 60px;
    height: 3px;
    background: var(--ks-primary);
    margin: var(--ks-space-sm) auto var(--ks-space-md);
    border-radius: 2px;
}

.section-title-line.light[b-btuvqc3cjs] {
    background: rgba(255, 255, 255, 0.8);
}

.section-title-line.center[b-btuvqc3cjs] {
    margin-left: auto;
    margin-right: auto;
}

.section-subtitle[b-btuvqc3cjs] {
    max-width: 600px;
    margin: 0 auto;
}

/* 公司简介 */
.intro-content[b-btuvqc3cjs] {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.intro-content .mud-typography[b-btuvqc3cjs] {
    text-align: justify;
}

/* 为什么选择我们 - 卡片半透明白色 */
.why-us-card[b-btuvqc3cjs] {
    height: 100%;
    padding: var(--ks-space-md);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--ks-radius-lg);
    transition: var(--ks-transition-normal);
    /* 半透明白色卡片 */
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.why-us-card:hover[b-btuvqc3cjs] {
    border-color: var(--ks-primary);
    box-shadow: var(--ks-shadow-md);
    transform: translateY(-4px);
}

.card-icon[b-btuvqc3cjs] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto var(--ks-space-md);
    background: var(--ks-primary-light);
    border-radius: 50%;
    opacity: 0.9;
}

/* FontAwesome 图标样式 */
.card-icon .why-us-icon[b-btuvqc3cjs] {
    font-size: 1.75rem;
    color: var(--ks-primary-dark);
}

.card-title[b-btuvqc3cjs] {
    margin-bottom: var(--ks-space-sm);
    font-weight: 600;
}

.card-desc[b-btuvqc3cjs] {
    line-height: 1.6;
}

/* 服务范围 */
.services-chips[b-btuvqc3cjs] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ks-space-md);
}

.service-chip[b-btuvqc3cjs] {
    font-size: 1rem;
    padding: var(--ks-space-sm) var(--ks-space-md);
    cursor: pointer;
    transition: var(--ks-transition-normal);
}

.service-chip:hover[b-btuvqc3cjs] {
    background-color: var(--ks-primary) !important;
    color: white !important;
}

/* 响应式 */
@media (max-width: 600px) {
    .about-hero[b-btuvqc3cjs] {
        padding: var(--ks-space-xl) 0;
    }

    .about-intro[b-btuvqc3cjs],
    .about-why-us[b-btuvqc3cjs],
    .about-services[b-btuvqc3cjs] {
        padding: var(--ks-space-xl) 0;
    }

    .hero-title[b-btuvqc3cjs] {
        font-size: 1.75rem;
    }

    .section-title[b-btuvqc3cjs] {
        font-size: 1.5rem;
    }

    .intro-content .mud-typography[b-btuvqc3cjs] {
        text-align: left;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* ============================================
   联系我们页面 (Contact.razor) - 左右分栏布局
   全局毛玻璃和内边距由 components.css 处理
   ============================================ */

/* ----------------------------------------
   左右分栏布局
   ---------------------------------------- */
.contact-layout[b-k1z1lfjarl] {
    display: flex;
    gap: 0;
    align-items: flex-start; /* 顶部对齐 */
}

.contact-left[b-k1z1lfjarl] {
    flex: 0 0 42%;
    max-width: 42%;
}

.contact-right[b-k1z1lfjarl] {
    flex: 1;
    min-width: 0;
}

/* ----------------------------------------
   信息卡片 - 专业稳重风格
   ---------------------------------------- */
.contact-card[b-k1z1lfjarl],
.map-card[b-k1z1lfjarl],
.form-card[b-k1z1lfjarl] {
    padding: var(--ks-space-xl) !important;
    border-radius: var(--ks-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--ks-border);
    transition: box-shadow var(--ks-transition-normal);
}

/* MudPaper 需要 ::deep 穿透 */
[b-k1z1lfjarl] .contact-card,
[b-k1z1lfjarl] .map-card,
[b-k1z1lfjarl] .form-card {
    padding: var(--ks-space-xl) !important;
}

.contact-card:hover[b-k1z1lfjarl],
.form-card:hover[b-k1z1lfjarl] {
    box-shadow: var(--ks-shadow-sm);
}

.section-title[b-k1z1lfjarl] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--ks-text-primary);
    margin-bottom: var(--ks-space-lg) !important;
}

/* ----------------------------------------
   联系信息项 - 增加间距
   ---------------------------------------- */
.contact-item[b-k1z1lfjarl] {
    display: flex;
    align-items: flex-start;
    gap: var(--ks-gap-md);
    padding: var(--ks-space-md) 0;
}

.contact-icon[b-k1z1lfjarl] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ks-background-gray);
    border-radius: var(--ks-radius-md);
    flex-shrink: 0;
    color: var(--ks-primary);
}

/* FontAwesome 联系图标样式 */
.contact-fa-icon[b-k1z1lfjarl] {
    font-size: 1.25rem;
}

.contact-icon.whatsapp[b-k1z1lfjarl] {
    background: var(--ks-whatsapp);
    color: white;
}

.contact-content[b-k1z1lfjarl] {
    flex-grow: 1;
    min-width: 0;
}

.contact-link[b-k1z1lfjarl] {
    display: inline-block;
    transition: color var(--ks-transition-fast);
}

.contact-link:hover[b-k1z1lfjarl] {
    color: var(--ks-primary) !important;
}

/* ----------------------------------------
   地图容器 - 增加顶部间距
   ---------------------------------------- */
.map-card[b-k1z1lfjarl] {
    margin-top: var(--ks-space-lg) !important;
}

.map-container[b-k1z1lfjarl] {
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    background: var(--ks-background-gray);
}

.map-link[b-k1z1lfjarl] {
    display: block;
    position: relative;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
}

.map-image[b-k1z1lfjarl] {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform var(--ks-transition-normal);
}

.map-link:hover .map-image[b-k1z1lfjarl] {
    transform: scale(1.02);
}

.map-overlay[b-k1z1lfjarl] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--ks-space-sm) var(--ks-space-md);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ks-space-xs);
    font-size: var(--ks-font-size-sm);
    opacity: 0;
    transition: opacity var(--ks-transition-normal);
}

.map-link:hover .map-overlay[b-k1z1lfjarl] {
    opacity: 1;
}

/* ----------------------------------------
   表单样式
   ---------------------------------------- */
.form-card[b-k1z1lfjarl] {
    height: fit-content;
}

.form-card[b-k1z1lfjarl]  .mud-input-outlined {
    border-radius: 10px;
}

.submit-button[b-k1z1lfjarl] {
    height: 48px;
    font-size: var(--ks-font-size-md);
    font-weight: 600;
    border-radius: var(--ks-radius-md);
}

/* ----------------------------------------
   快速联系区域
   ---------------------------------------- */
.quick-contact[b-k1z1lfjarl] {
    text-align: center;
}

.quick-buttons[b-k1z1lfjarl] {
    display: flex;
    gap: var(--ks-gap-md);
    flex-wrap: wrap;
    justify-content: center;
}

.quick-btn[b-k1z1lfjarl] {
    flex: 1;
    min-width: 140px;
    max-width: 200px;
}

.whatsapp-btn[b-k1z1lfjarl] {
    background-color: var(--ks-whatsapp) !important;
}

.whatsapp-btn:hover[b-k1z1lfjarl] {
    background-color: var(--ks-whatsapp-dark) !important;
}

/* ----------------------------------------
   附件上传区域
   ---------------------------------------- */
.attachment-upload[b-k1z1lfjarl] {
    width: 100%;
}

.uploaded-files[b-k1z1lfjarl] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ks-space-xs);
}

.uploaded-files[b-k1z1lfjarl]  .mud-chip {
    height: auto;
    padding: 4px 8px;
}

/* ----------------------------------------
   响应式设计
   ---------------------------------------- */

/* 平板端 */
@media (max-width: 960px) {
    .contact-layout[b-k1z1lfjarl] {
        flex-direction: column;
        gap: var(--ks-space-xl);
    }

    .contact-left[b-k1z1lfjarl],
    .contact-right[b-k1z1lfjarl] {
        flex: none;
        max-width: 100%;
    }

    .contact-info-section[b-k1z1lfjarl] {
        margin-bottom: 0;
    }

    .quick-buttons[b-k1z1lfjarl] {
        flex-direction: column;
    }

    .quick-btn[b-k1z1lfjarl] {
        max-width: none;
    }
}

/* 手机端 */
@media (max-width: 600px) {
    .contact-card[b-k1z1lfjarl],
    .map-card[b-k1z1lfjarl],
    .form-card[b-k1z1lfjarl] {
        padding: var(--ks-space-lg);
        border-radius: var(--ks-radius-md);
    }

    .contact-item[b-k1z1lfjarl] {
        padding: var(--ks-space-sm) 0;
    }

    .contact-icon[b-k1z1lfjarl] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .map-image[b-k1z1lfjarl] {
        height: 200px;
    }

    .submit-button[b-k1z1lfjarl] {
        height: 48px;
    }

    .quick-buttons[b-k1z1lfjarl] {
        gap: var(--ks-space-sm);
    }
}

/* 超小屏幕 */
@media (max-width: 400px) {
    .contact-card[b-k1z1lfjarl],
    .map-card[b-k1z1lfjarl],
    .form-card[b-k1z1lfjarl] {
        padding: var(--ks-space-md);
    }

    .contact-item[b-k1z1lfjarl] {
        gap: var(--ks-space-sm);
    }

    .contact-icon[b-k1z1lfjarl] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================
   首页样式 - 桂信工程
   Hero 区域样式在 HeroCarousel.razor.css 中
   ============================================ */

/* ============ 通用区块标题 ============ */
.section-header[b-z0mccw7eos] {
    text-align: center;
    margin-bottom: var(--ks-space-xxl);
}

/* 需要 ::deep 穿透 MudText 覆盖默认 margin */
.section-header[b-z0mccw7eos]  .section-title {
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--ks-text-primary);
    margin-bottom: 0 !important;
    letter-spacing: 0.02em;
}

/* 装饰线 */
.section-title-line[b-z0mccw7eos] {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--ks-primary), var(--ks-primary-light));
    margin: var(--ks-space-md) auto;
    border-radius: 2px;
}

.section-title-line.light[b-z0mccw7eos] {
    background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
}

.section-title-line.center[b-z0mccw7eos] {
    margin-left: auto;
    margin-right: auto;
}

/* 副标题样式 */
.section-header[b-z0mccw7eos]  .section-subtitle {
    margin-top: 0 !important;
}

.section-footer[b-z0mccw7eos] {
    text-align: center;
    margin-top: var(--ks-space-xxl);
}

/* ============ 服务项目 ============ */
.service-list-section[b-z0mccw7eos] {
    /* 高度设计：与 HeroCarousel(45vh) 配合，填满首屏 */
    /* 视口100vh - 导航60px - 轮播45vh = 55vh - 60px */
    min-height: calc(55vh - 60px);
    padding: var(--ks-space-lg) 0 var(--ks-space-xl);
    /* 完全不透明背景，彻底遮盖全站背景图 */
    background: #ffffff;
    /* 正常布局，由 Hero 的 margin-bottom 负值来闭合 */
    position: relative;
    z-index: 10;
}

.service-list-grid[b-z0mccw7eos] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ks-gap-lg);
}

/* 服务卡片 - 滚动触发动画 + 3D 倾斜 */
.service-card[b-z0mccw7eos] {
    background: #ffffff;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    /* 滚动触发动画初始状态 */
    opacity: 0;
    transform: translateY(40px);
    /* 交错延迟：基于 CSS 变量 */
    transition-delay: calc(var(--stagger-index, 0) * 0.1s);
}

.service-card.revealed[b-z0mccw7eos] {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover[b-z0mccw7eos] {
    box-shadow:
        0 20px 40px rgba(30, 136, 229, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.08);
}

/* 卡片头部 - 渐变背景 + 图标发光效果 */
.card-header[b-z0mccw7eos] {
    background: linear-gradient(135deg, var(--ks-primary) 0%, var(--ks-primary-dark) 100%);
    padding: var(--ks-space-lg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* 头部微光效果 */
.card-header[b-z0mccw7eos]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card:hover .card-header[b-z0mccw7eos]::before {
    opacity: 1;
}

.card-icon-wrapper[b-z0mccw7eos] {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--ks-space-sm);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 图标悬停旋转 + 缩放 */
.service-card:hover .card-icon-wrapper[b-z0mccw7eos] {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.card-icon-wrapper i[b-z0mccw7eos] {
    color: #ffffff;
    font-size: 1.75rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .card-icon-wrapper i[b-z0mccw7eos] {
    transform: scale(1.1);
}

.card-header[b-z0mccw7eos]  .card-title {
    color: #ffffff !important;
    font-weight: 600 !important;
    margin: 0 !important;
    font-size: 1.1rem !important;
}

/* 卡片内容 */
.card-body[b-z0mccw7eos] {
    flex: 1;
    padding: var(--ks-space-sm) 0;
}

/* 服务项目链接 - 更流畅的悬停效果 */
.service-item[b-z0mccw7eos] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--ks-space-sm) var(--ks-space-lg);
    color: var(--ks-text-secondary);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: 3px solid transparent;
    position: relative;
}

/* 悬停背景滑入效果 */
.service-item[b-z0mccw7eos]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(30, 136, 229, 0.06);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}

.service-item:hover[b-z0mccw7eos]::before {
    width: 100%;
}

.service-item:hover[b-z0mccw7eos] {
    color: var(--ks-primary);
    border-left-color: var(--ks-primary);
    padding-left: calc(var(--ks-space-lg) + 4px);
}

.service-item .item-text[b-z0mccw7eos] {
    font-size: var(--ks-font-size-base);
}

.service-item[b-z0mccw7eos]  .item-arrow {
    opacity: 0;
    transform: translateX(-4px);
    transition: all var(--ks-transition-fast);
    color: var(--ks-primary);
}

.service-item:hover[b-z0mccw7eos]  .item-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* 卡片底部 */
.card-footer[b-z0mccw7eos] {
    padding: var(--ks-space-sm) var(--ks-space-lg);
    border-top: 1px solid var(--ks-border);
}

.view-all-link[b-z0mccw7eos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ks-space-xs);
    color: var(--ks-primary);
    font-size: var(--ks-font-size-sm);
    font-weight: 500;
    text-decoration: none;
    transition: all var(--ks-transition-fast);
}

.view-all-link:hover[b-z0mccw7eos] {
    color: var(--ks-primary-dark);
}

.view-all-link[b-z0mccw7eos]  .mud-icon-root {
    transition: transform var(--ks-transition-fast);
}

.view-all-link:hover[b-z0mccw7eos]  .mud-icon-root {
    transform: translateX(4px);
}

/* 响应式 */
@media (max-width: 1200px) {
    .service-list-grid[b-z0mccw7eos] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .service-list-grid[b-z0mccw7eos] {
        grid-template-columns: 1fr;
    }
}

/* ============ 公司简介 ============ */
.about-section[b-z0mccw7eos] {
    padding: var(--ks-space-3xl) 0;
    /* 半透明深蓝毛玻璃 */
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.88) 0%, rgba(21, 101, 192, 0.85) 100%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: white;
}

.about-content[b-z0mccw7eos] {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* 标题样式 - 需要 ::deep 穿透 MudText */
.about-text[b-z0mccw7eos]  .section-title {
    color: white !important;
    text-align: center;
    margin-bottom: 0 !important;
}

/* 描述样式 - 需要 ::deep 穿透 MudText */
.about-text[b-z0mccw7eos]  .about-description {
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.8;
    margin-bottom: var(--ks-space-xl) !important;
}

.about-text[b-z0mccw7eos]  .mud-button-outlined {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.about-text[b-z0mccw7eos]  .mud-button-outlined:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

/* ============ 精选项目卡片 ============ */

.projects-section[b-z0mccw7eos] {
    padding: var(--ks-space-3xl) 0;
    /* 完全不透明背景，彻底遮盖全站背景图 */
    background: #ffffff;
}

/* ============ CTA 行动号召 ============ */
.cta-section[b-z0mccw7eos] {
    padding: var(--ks-space-3xl) 0;
    /* 半透明深蓝毛玻璃 */
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.9) 0%, rgba(13, 71, 161, 0.92) 100%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    text-align: center;
}

.cta-section[b-z0mccw7eos]  .cta-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
}

.cta-section[b-z0mccw7eos]  .cta-subtitle {
    color: rgba(255,255,255,0.85) !important;
    margin-bottom: var(--ks-space-xl) !important;
    margin-top: var(--ks-space-sm) !important;
}

.cta-actions[b-z0mccw7eos] {
    display: flex;
    gap: var(--ks-gap-md);
    justify-content: center;
    flex-wrap: wrap;
}

.cta-actions[b-z0mccw7eos]  .cta-btn {
    padding: 12px 32px !important;
    font-weight: 600 !important;
}

.cta-actions[b-z0mccw7eos]  .cta-btn.whatsapp {
    background-color: var(--ks-whatsapp) !important;
}

.cta-actions[b-z0mccw7eos]  .cta-btn.whatsapp:hover {
    background-color: var(--ks-whatsapp-dark) !important;
}

/* ============ 响应式 ============ */
@media (max-width: 1200px) {
    .service-list-grid[b-z0mccw7eos] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .service-list-grid[b-z0mccw7eos] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ks-gap-md);
    }
    .service-category[b-z0mccw7eos] {
        padding: var(--ks-space-md);
    }
    .category-items li[b-z0mccw7eos] {
        font-size: var(--ks-font-size-sm);
        padding: var(--ks-space-xs) 0 var(--ks-space-xs) var(--ks-space-md);
    }
}

@media (max-width: 600px) {
    .service-list-section[b-z0mccw7eos] {
        padding: var(--ks-space-lg) 0;
        min-height: 0;
        max-height: none;
        /* 由 Hero 的 margin-bottom 负值来闭合 */
    }
    .service-list-grid[b-z0mccw7eos] {
        grid-template-columns: 1fr;
        gap: var(--ks-gap-md);
    }
    .service-category[b-z0mccw7eos] {
        padding: var(--ks-space-md);
    }
    .category-header[b-z0mccw7eos]  .mud-typography {
        font-size: var(--ks-font-size-md) !important;
    }
    .category-items li[b-z0mccw7eos] {
        font-size: var(--ks-font-size-sm);
        padding: var(--ks-space-xs) 0 var(--ks-space-xs) var(--ks-space-md);
    }
    .about-section[b-z0mccw7eos] {
        padding: var(--ks-space-3xl) 0;
    }
    .cta-actions[b-z0mccw7eos] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/Pages/News.razor.rz.scp.css */
/* ============================================
   新闻页面 (News.razor) - MudTimeline 布局
   ============================================ */

/* ----------------------------------------
   时间轴容器 - 毛玻璃效果
   ---------------------------------------- */
.timeline-wrapper[b-6iusm48ki7] {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    padding: var(--ks-space-lg);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* ----------------------------------------
   年份标记
   ---------------------------------------- */
.year-header[b-6iusm48ki7] {
    margin-bottom: var(--ks-space-md);
    margin-top: var(--ks-space-lg);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding-left: 7px; /* 与时间线中部对齐 */
}

.year-header:first-child[b-6iusm48ki7] {
    margin-top: 0;
}

.year-header[b-6iusm48ki7]  .mud-chip {
    font-weight: 600;
    font-size: var(--ks-font-size-md);
    padding: 0 var(--ks-space-md);
    transition: all var(--ks-transition-fast);
}

.year-header:hover[b-6iusm48ki7]  .mud-chip {
    transform: scale(1.02);
    box-shadow: var(--ks-shadow-sm);
}

.year-header[b-6iusm48ki7]  .expand-icon {
    margin-left: var(--ks-space-xs);
    opacity: 0.8;
}

/* ----------------------------------------
   时间轴折叠动画
   ---------------------------------------- */
.timeline-collapse[b-6iusm48ki7] {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.timeline-collapse.expanded[b-6iusm48ki7] {
    max-height: 10000px;
    opacity: 1;
}

.timeline-collapse.collapsed[b-6iusm48ki7] {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
}

/* ----------------------------------------
   MudTimeline 样式覆盖
   ---------------------------------------- */
.news-timeline[b-6iusm48ki7]  .mud-timeline-item {
    padding-bottom: var(--ks-space-sm);
}

/* 时间轴线渐变 */
.news-timeline[b-6iusm48ki7]  .mud-timeline::before {
    background: linear-gradient(
        to bottom,
        var(--mud-palette-primary) 0%,
        var(--mud-palette-primary-lighten) 50%,
        var(--mud-palette-lines-default) 100%
    ) !important;
}

/* ----------------------------------------
   新闻画廊卡片
   ---------------------------------------- */

/* 卡片底部内容 */
.news-card-footer[b-6iusm48ki7] {
    display: flex;
    flex-direction: column;
    gap: var(--ks-space-xs);
}

/* 摘要文字 - 限制2行，超出显示省略号，保留换行 */
.news-card-footer[b-6iusm48ki7]  .news-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    white-space: pre-line; /* 保留换行符 */
}

.news-card-footer .news-meta[b-6iusm48ki7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-card-footer .category-chip[b-6iusm48ki7] {
    padding: 0;
    height: auto;
    font-size: 0.75rem;
}

.news-card-footer .read-more-btn[b-6iusm48ki7] {
    padding: 0;
    min-width: auto;
    font-size: 0.75rem;
}

/* ----------------------------------------
   响应式设计
   ---------------------------------------- */

/* 手机端 */
@media (max-width: 600px) {
    .timeline-wrapper[b-6iusm48ki7] {
        max-width: 100%;
    }

    .year-header[b-6iusm48ki7]  .mud-chip {
        font-size: var(--ks-font-size-sm);
        padding: 0 0.75rem;
    }

    .news-gallery-card[b-6iusm48ki7] {
        aspect-ratio: 4 / 3;
    }
}

/* ----------------------------------------
   懒加载相关
   ---------------------------------------- */
.load-more-trigger[b-6iusm48ki7] {
    height: 1px;
    visibility: hidden;
}

.loading-indicator[b-6iusm48ki7] {
    display: flex;
    justify-content: center;
    padding: var(--ks-space-xl) 0;
}

.end-of-list[b-6iusm48ki7] {
    text-align: center;
    padding: var(--ks-space-lg) 0;
    color: var(--mud-palette-text-secondary);
    font-size: var(--ks-font-size-sm);
}

/* ----------------------------------------
   内容整理中提示 - 毛玻璃效果
   ---------------------------------------- */
.content-notice[b-6iusm48ki7] {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(30, 136, 229, 0.2);
    border-radius: var(--ks-radius-lg);
    border-left: 4px solid var(--ks-primary);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.notice-content[b-6iusm48ki7] {
    display: flex;
    align-items: flex-start;
    gap: var(--ks-space-lg);
}

.notice-icon[b-6iusm48ki7] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--ks-primary-light), var(--ks-primary));
    border-radius: var(--ks-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: var(--ks-shadow-sm);
}

.notice-text[b-6iusm48ki7] {
    flex: 1;
}

.notice-title[b-6iusm48ki7] {
    color: var(--ks-primary-dark);
    font-weight: 600;
}

.notice-title i[b-6iusm48ki7] {
    color: var(--ks-primary);
}

/* 移动端适配 */
@media (max-width: 599px) {
    .notice-content[b-6iusm48ki7] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .notice-icon[b-6iusm48ki7] {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
/* /Components/Pages/NewsDetail.razor.rz.scp.css */
/* ============================================
   新闻详情页 (NewsDetail.razor)
   ============================================ */

/* ----------------------------------------
   页面容器
   ---------------------------------------- */
.news-detail-page[b-634qrejoas] {
    max-width: 800px;
}

/* ----------------------------------------
   内容卡片（毛玻璃背景）
   ---------------------------------------- */
.content-card[b-634qrejoas] {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: var(--ks-space-lg);
}

/* ----------------------------------------
   未找到页面图标
   ---------------------------------------- */
.not-found-icon[b-634qrejoas] {
    text-align: center;
}

.not-found-icon i[b-634qrejoas] {
    font-size: 3rem;
    color: var(--mud-palette-text-secondary);
}

/* ----------------------------------------
   顶部导航
   ---------------------------------------- */
.detail-header[b-634qrejoas] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.back-button[b-634qrejoas] {
    margin-left: -0.75rem;
}

/* ----------------------------------------
   主要内容卡片
   ---------------------------------------- */
.detail-card[b-634qrejoas] {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

/* 标签区 */
.detail-tags[b-634qrejoas] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

/* 标题 */
.detail-card[b-634qrejoas]  .detail-title {
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 1.5rem !important;
    color: var(--ks-text-primary) !important;
}

/* 特色图片 */
.detail-image-wrapper[b-634qrejoas] {
    margin-bottom: 2rem;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
}

.detail-image-wrapper[b-634qrejoas]  .detail-image {
    width: 100%;
    height: 400px;
    border-radius: var(--ks-radius-md);
    background: var(--ks-background-gray);
}

/* 正文内容 */
.detail-content[b-634qrejoas] {
    line-height: 1.9;
}

.content-paragraph[b-634qrejoas] {
    margin-bottom: 1.25rem;
    color: var(--ks-text-primary);
    text-align: justify;
}

.content-paragraph:last-child[b-634qrejoas] {
    margin-bottom: 0;
}

/* ----------------------------------------
   分享区域
   ---------------------------------------- */
.share-section[b-634qrejoas] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-label[b-634qrejoas] {
    white-space: nowrap;
}

.share-buttons[b-634qrejoas] {
    display: flex;
    gap: 0.25rem;
}

/* ----------------------------------------
   相关新闻
   ---------------------------------------- */
.related-section[b-634qrejoas] {
    margin-top: 3rem;
}

.related-title[b-634qrejoas] {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.related-card[b-634qrejoas] {
    cursor: pointer;
    transition: all var(--ks-transition-normal);
    border-radius: var(--ks-radius-md);
    height: 100%;
}

.related-card:hover[b-634qrejoas] {
    transform: translateY(-4px);
    box-shadow: var(--ks-shadow-md);
}

.related-card[b-634qrejoas]  .mud-card-media {
    border-radius: var(--ks-radius-md) var(--ks-radius-md) 0 0;
}

.related-card-title[b-634qrejoas] {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

/* ----------------------------------------
   底部导航
   ---------------------------------------- */
.bottom-nav[b-634qrejoas] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* ----------------------------------------
   404 页面
   ---------------------------------------- */
.not-found-card[b-634qrejoas] {
    text-align: center;
    border-radius: var(--ks-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.not-found-card[b-634qrejoas]  .mud-icon-root {
    font-size: var(--ks-font-size-4xl);
    opacity: 0.5;
}

/* ----------------------------------------
   响应式设计
   ---------------------------------------- */

/* 平板端 */
@media (max-width: 900px) {
    .detail-card[b-634qrejoas] {
        padding: 1.5rem;
    }

    .detail-image-wrapper[b-634qrejoas]  .detail-image {
        height: 300px;
    }
}

/* 手机端 */
@media (max-width: 600px) {
    .detail-header[b-634qrejoas] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .detail-card[b-634qrejoas] {
        padding: 1.25rem;
    }

    .detail-card[b-634qrejoas]  .detail-title {
        font-size: var(--ks-font-size-xl) !important;
    }

    .detail-image-wrapper[b-634qrejoas]  .detail-image {
        height: 200px;
    }

    .share-section[b-634qrejoas] {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-nav[b-634qrejoas] {
        flex-direction: column;
    }

    .bottom-nav[b-634qrejoas]  .mud-button-root {
        width: 100%;
    }

    .related-card:hover[b-634qrejoas] {
        transform: none;
    }
}

/* 超小屏幕 */
@media (max-width: 400px) {
    .detail-card[b-634qrejoas] {
        padding: 1rem;
    }

    .detail-card[b-634qrejoas]  .detail-title {
        font-size: var(--ks-font-size-lg) !important;
    }

    .detail-image-wrapper[b-634qrejoas]  .detail-image {
        height: 160px;
    }
}
/* /Components/Pages/ProjectDetail.razor.rz.scp.css */
/* 项目详情页样式 */

.project-detail-page[b-w899yxin99] {
    min-height: 100vh;
}

/* 内容卡片（毛玻璃背景） */
.content-card[b-w899yxin99] {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: var(--ks-space-lg);
}

/* 顶部导航 */
.detail-header[b-w899yxin99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--ks-space-lg);
    flex-wrap: wrap;
    gap: var(--ks-space-sm);
}

.header-meta[b-w899yxin99] {
    display: flex;
    align-items: center;
    gap: var(--ks-space-md);
}

.back-button[b-w899yxin99] {
    font-weight: 500;
}

/* MudGrid 包装器 - 解决负边距溢出问题 */
.detail-content-wrapper[b-w899yxin99] {
    overflow: hidden;
}

/* 图片区域 */
.image-section[b-w899yxin99] {
    background: transparent;
}

[b-w899yxin99] .main-image {
    width: 100% !important;
    max-width: 100% !important;
    height: 400px !important;
    border-radius: var(--ks-radius-lg);
    object-fit: cover;
    display: block;
}

.gallery-thumbnails[b-w899yxin99] {
    display: flex;
    gap: var(--ks-space-sm);
    overflow-x: auto;
    padding-bottom: var(--ks-space-xs);
}

.gallery-thumb[b-w899yxin99] {
    width: 80px;
    height: 60px;
    border-radius: var(--ks-radius-sm);
    cursor: pointer;
    opacity: 0.7;
    transition: all var(--ks-transition-fast);
    flex-shrink: 0;
}

.gallery-thumb:hover[b-w899yxin99],
.gallery-thumb.active[b-w899yxin99] {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--ks-primary);
}

/* 信息区域 */
.info-section[b-w899yxin99] {
    background: transparent;
    border-radius: var(--ks-radius-lg);
    border: none;
    box-shadow: none;
}

.info-section[b-w899yxin99]  .project-title {
    color: var(--mud-palette-text-primary) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    font-size: var(--ks-font-size-xl) !important;
}

.info-grid[b-w899yxin99] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ks-space-md);
}

.info-item[b-w899yxin99] {
    display: flex;
    align-items: flex-start;
    gap: var(--ks-space-sm);
}

/* FontAwesome 信息图标样式 */
.info-icon[b-w899yxin99] {
    color: var(--ks-primary);
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    margin-top: 2px;
    flex-shrink: 0;
}

/* 未找到页面图标 */
.not-found-icon[b-w899yxin99] {
    text-align: center;
}

.not-found-icon i[b-w899yxin99] {
    font-size: 3rem;
    color: var(--mud-palette-text-secondary);
}

.project-description[b-w899yxin99] {
    line-height: 1.8;
    color: var(--mud-palette-text-secondary);
}

/* 客户评价卡片 */
.customer-review-card[b-w899yxin99] {
    background: var(--mud-palette-background-grey);
    border-radius: var(--ks-radius-md);
    border-left: 4px solid var(--ks-primary);
    position: relative;
}

.customer-review-card[b-w899yxin99]::before {
    content: '"';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 2.5rem;
    color: var(--ks-primary);
    opacity: 0.2;
    font-family: Georgia, serif;
    line-height: 1;
}

.customer-review-text[b-w899yxin99] {
    line-height: 1.8;
    color: var(--mud-palette-text-secondary);
    font-style: italic;
    padding-left: var(--ks-space-md);
}

/* 操作区域 */
.action-section[b-w899yxin99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--ks-space-md);
}

.share-buttons[b-w899yxin99] {
    display: flex;
    align-items: center;
}

/* 相关项目 */
.related-section[b-w899yxin99] {
    padding-top: var(--ks-space-lg);
    border-top: 1px solid var(--mud-palette-divider);
}

/* 工程图片画廊区域 */
.gallery-section[b-w899yxin99] {
    padding-top: var(--ks-space-lg);
    border-top: 1px solid var(--mud-palette-divider);
}

.gallery-section[b-w899yxin99]  .gallery-title {
    display: flex !important;
    align-items: center !important;
    color: var(--mud-palette-text-primary) !important;
    font-weight: 600 !important;
}

/* 瀑布流布局 */
.masonry-gallery[b-w899yxin99] {
    column-count: 3;
    column-gap: var(--ks-space-md);
}

.masonry-item[b-w899yxin99] {
    position: relative;
    break-inside: avoid;
    margin-bottom: var(--ks-space-md);
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--ks-transition-normal);
}

.masonry-item:hover[b-w899yxin99] {
    transform: scale(1.02);
    box-shadow: var(--ks-shadow-lg);
}

.masonry-item[b-w899yxin99]  img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform var(--ks-transition-normal);
}

.masonry-item:hover[b-w899yxin99]  img {
    transform: scale(1.05);
}

.masonry-overlay[b-w899yxin99] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--ks-transition-normal);
    color: white;
}

/* 瀑布流放大图标 */
.masonry-zoom-icon[b-w899yxin99] {
    font-size: 2rem;
    color: white;
}

.masonry-item:hover .masonry-overlay[b-w899yxin99] {
    opacity: 1;
}

/* Lightbox 图片查看器 */
.lightbox-overlay[b-w899yxin99] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-w899yxin99 0.2s ease-out;
}

@keyframes fadeIn-b-w899yxin99 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lightbox-container[b-w899yxin99] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--ks-space-md);
    box-sizing: border-box;
}

.lightbox-header[b-w899yxin99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: var(--ks-space-sm);
    color: white;
}

.lightbox-content[b-w899yxin99] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 0;
    padding: var(--ks-space-md) 60px;
}

.lightbox-image[b-w899yxin99] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: var(--ks-radius-md);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    animation: zoomIn-b-w899yxin99 0.2s ease-out;
}

@keyframes zoomIn-b-w899yxin99 {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-nav[b-w899yxin99] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    transition: background var(--ks-transition-fast);
}

.lightbox-nav:hover[b-w899yxin99] {
    background: rgba(255, 255, 255, 0.2) !important;
}

.lightbox-prev[b-w899yxin99] {
    left: var(--ks-space-md);
}

.lightbox-next[b-w899yxin99] {
    right: var(--ks-space-md);
}

.lightbox-thumbnails[b-w899yxin99] {
    display: flex;
    gap: var(--ks-space-sm);
    justify-content: center;
    padding-top: var(--ks-space-md);
    overflow-x: auto;
    max-width: 100%;
}

.lightbox-thumb[b-w899yxin99] {
    width: 60px;
    height: 45px;
    border-radius: var(--ks-radius-sm);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: all var(--ks-transition-fast);
    flex-shrink: 0;
    border: 2px solid transparent;
}

.lightbox-thumb:hover[b-w899yxin99] {
    opacity: 0.8;
}

.lightbox-thumb.active[b-w899yxin99] {
    opacity: 1;
    border-color: var(--ks-primary);
}

.lightbox-thumb img[b-w899yxin99] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-section[b-w899yxin99]  .related-title {
    display: flex !important;
    align-items: center !important;
    color: var(--mud-palette-text-primary) !important;
    font-weight: 600 !important;
}

.related-card[b-w899yxin99] {
    cursor: pointer;
    transition: all var(--ks-transition-normal);
    height: 100%;
}

.related-card:hover[b-w899yxin99] {
    transform: translateY(-4px);
    box-shadow: var(--ks-shadow-lg);
}

.related-card-header[b-w899yxin99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.related-card[b-w899yxin99]  .related-card-title {
    font-weight: 600 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 底部导航 */
.bottom-nav[b-w899yxin99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--ks-space-lg);
    border-top: 1px solid var(--mud-palette-divider);
    flex-wrap: wrap;
    gap: var(--ks-space-md);
}

/* 404 页面 */
.not-found-card[b-w899yxin99] {
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 响应式 */
@media (max-width: 960px) {
    .info-grid[b-w899yxin99] {
        grid-template-columns: 1fr;
    }

    .detail-header[b-w899yxin99] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-meta[b-w899yxin99] {
        width: 100%;
        justify-content: space-between;
    }

    .action-section[b-w899yxin99] {
        flex-direction: column;
        align-items: stretch;
    }

    .share-buttons[b-w899yxin99] {
        justify-content: center;
    }

    /* 瀑布流 2 列 */
    .masonry-gallery[b-w899yxin99] {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    [b-w899yxin99] .main-image {
        height: 250px !important;
    }

    .gallery-thumb[b-w899yxin99] {
        width: 60px;
        height: 45px;
    }

    .bottom-nav[b-w899yxin99] {
        flex-direction: column;
    }

    .bottom-nav .mud-button-root[b-w899yxin99] {
        width: 100%;
    }

    /* 瀑布流 1 列 */
    .masonry-gallery[b-w899yxin99] {
        column-count: 1;
    }

    /* Lightbox 移动端优化 */
    .lightbox-content[b-w899yxin99] {
        padding: var(--ks-space-sm) 40px;
    }

    .lightbox-nav[b-w899yxin99] {
        width: 36px;
        height: 36px;
    }

    .lightbox-prev[b-w899yxin99] {
        left: var(--ks-space-xs);
    }

    .lightbox-next[b-w899yxin99] {
        right: var(--ks-space-xs);
    }

    .lightbox-thumbnails[b-w899yxin99] {
        padding-top: var(--ks-space-sm);
    }

    .lightbox-thumb[b-w899yxin99] {
        width: 50px;
        height: 38px;
    }
}
/* /Components/Pages/Projects.razor.rz.scp.css */
/* ============================================
   项目案例页 (Projects.razor) - Tab + 画廊墙布局
   ============================================ */

/* ----------------------------------------
   自定义 Tab 筛选区（支持 FontAwesome）- 毛玻璃效果
   ---------------------------------------- */
.project-tabs-container[b-i3g1tun61s] {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-md);
    padding: var(--ks-space-xs);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.project-tabs-wrapper[b-i3g1tun61s] {
    display: flex;
    justify-content: center;
    gap: 0;
}

.project-tab[b-i3g1tun61s] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ks-space-xs);
    padding: var(--ks-space-sm) var(--ks-space-md);
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: var(--ks-font-size-sm);
    font-weight: 500;
    color: var(--ks-text-secondary);
    transition: color var(--ks-transition-fast), background-color var(--ks-transition-fast);
    border-radius: var(--ks-radius-sm);
    white-space: nowrap;
    flex: 1;
    max-width: 180px;
}

.project-tab:hover[b-i3g1tun61s] {
    color: var(--ks-primary);
    background-color: rgba(30, 136, 229, 0.04);
}

.project-tab.active[b-i3g1tun61s] {
    color: var(--ks-primary);
}

/* 选中状态的下划线指示器 */
.project-tab.active[b-i3g1tun61s]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: var(--ks-primary);
    border-radius: 2px;
}

.project-tab .tab-icon[b-i3g1tun61s] {
    font-size: 1rem;
}

.project-tab .tab-text[b-i3g1tun61s] {
    display: inline;
}

/* ----------------------------------------
   项目卡片网格
   ---------------------------------------- */
.projects-grid[b-i3g1tun61s] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ks-gap-lg);
}

/* ----------------------------------------
   分页信息
   ---------------------------------------- */
.pagination-info[b-i3g1tun61s] {
    text-align: center;
    margin-top: var(--ks-space-lg);
    padding: var(--ks-space-sm) 0;
}

/* ----------------------------------------
   懒加载触发器
   ---------------------------------------- */
.load-more-trigger[b-i3g1tun61s] {
    height: 1px;
    visibility: hidden;
}

/* ----------------------------------------
   画廊墙 - 图片网格
   ---------------------------------------- */
.gallery-wall[b-i3g1tun61s] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ks-gap-md);
}

/* 单个画廊项 - 专业风格 */
.gallery-item[b-i3g1tun61s] {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid var(--ks-border);
    transition: transform var(--ks-transition-normal), box-shadow var(--ks-transition-normal);
}

.gallery-item:hover[b-i3g1tun61s] {
    transform: translateY(-2px);
    box-shadow: var(--ks-shadow-md);
}

/* 画廊图片 */
.gallery-item[b-i3g1tun61s]  .gallery-image {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.gallery-item:hover[b-i3g1tun61s]  .gallery-image {
    transform: scale(1.08);
}

/* 悬停遮罩层 */
.gallery-overlay[b-i3g1tun61s] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    padding: var(--ks-space-md);
}

.gallery-item:hover .gallery-overlay[b-i3g1tun61s] {
    opacity: 1;
}

/* 遮罩层内容 */
.overlay-content[b-i3g1tun61s] {
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .overlay-content[b-i3g1tun61s] {
    transform: translateY(0);
}

/* 需要 ::deep 穿透 MudText 覆盖默认 margin */
.overlay-content[b-i3g1tun61s]  .gallery-title {
    font-weight: 600;
    margin-bottom: 0.25rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.gallery-subtitle[b-i3g1tun61s] {
    opacity: 0.9;
    font-size: var(--ks-font-size-sm);
}

/* 放大图标 */
.overlay-icon[b-i3g1tun61s] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 1rem;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.gallery-item:hover .overlay-icon[b-i3g1tun61s] {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* ----------------------------------------
   详情弹窗
   ---------------------------------------- */
.dialog-title[b-i3g1tun61s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dialog-content[b-i3g1tun61s] {
    display: flex;
    flex-direction: column;
    gap: var(--ks-gap-lg);
}

.dialog-content[b-i3g1tun61s]  .dialog-image {
    width: 100%;
    height: 300px;
    border-radius: var(--ks-radius-md);
    background: var(--ks-background-gray);
}

.dialog-info[b-i3g1tun61s] {
    padding: 0 var(--ks-space-sm);
}

.info-row[b-i3g1tun61s] {
    display: flex;
    align-items: center;
    gap: var(--ks-space-sm);
    margin-bottom: var(--ks-space-sm);
}

.dialog-description[b-i3g1tun61s] {
    line-height: 1.8;
    color: var(--ks-text-secondary);
}

/* ----------------------------------------
   响应式设计
   ---------------------------------------- */

/* 平板端 - 3列 */
@media (max-width: 1200px) {
    .gallery-wall[b-i3g1tun61s] {
        grid-template-columns: repeat(3, 1fr);
    }
    .projects-grid[b-i3g1tun61s] {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--ks-gap-md);
    }
}

/* 小平板 - 2列 */
@media (max-width: 900px) {
    .gallery-wall[b-i3g1tun61s] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ks-space-sm);
    }
    .projects-grid[b-i3g1tun61s] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ks-gap-md);
    }

    .gallery-item[b-i3g1tun61s] {
        border-radius: var(--ks-radius-sm);
    }

    .gallery-overlay[b-i3g1tun61s] {
        padding: var(--ks-space-sm);
    }
}

/* 手机端 - 2列紧凑 */
@media (max-width: 600px) {
    .gallery-wall[b-i3g1tun61s] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ks-space-xs);
    }
    .projects-grid[b-i3g1tun61s] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ks-gap-sm);
    }

    .gallery-item[b-i3g1tun61s] {
        border-radius: var(--ks-radius-sm);
    }

    /* 手机端始终显示标题 */
    .gallery-overlay[b-i3g1tun61s] {
        opacity: 1;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.8) 0%,
            transparent 60%
        );
        padding: var(--ks-space-xs);
    }

    .overlay-content[b-i3g1tun61s] {
        transform: translateY(0);
    }

    .overlay-icon[b-i3g1tun61s] {
        display: none;
    }

    .overlay-content[b-i3g1tun61s]  .gallery-title {
        font-size: var(--ks-font-size-sm);
    }

    .overlay-content[b-i3g1tun61s]  .gallery-subtitle {
        font-size: var(--ks-font-size-xs);
    }

    /* Tab 响应式 - 只显示图标 */
    .project-tab[b-i3g1tun61s] {
        padding: var(--ks-space-sm);
        min-width: 48px;
        max-width: none;
    }

    .project-tab .tab-text[b-i3g1tun61s] {
        display: none;
    }

    .project-tab .tab-icon[b-i3g1tun61s] {
        font-size: 1.125rem;
    }

    .dialog-content[b-i3g1tun61s]  .dialog-image {
        height: 200px;
    }
}

/* 超小屏幕 - 单列 */
@media (max-width: 400px) {
    .gallery-wall[b-i3g1tun61s] {
        grid-template-columns: 1fr;
    }
    .projects-grid[b-i3g1tun61s] {
        grid-template-columns: 1fr;
    }

    .gallery-item[b-i3g1tun61s] {
        aspect-ratio: 16 / 10;
    }
}

/* ----------------------------------------
   内容整理中提示 - 毛玻璃效果
   ---------------------------------------- */
.content-notice[b-i3g1tun61s] {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(30, 136, 229, 0.2);
    border-radius: var(--ks-radius-lg);
    border-left: 4px solid var(--ks-primary);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.notice-content[b-i3g1tun61s] {
    display: flex;
    align-items: flex-start;
    gap: var(--ks-space-lg);
}

.notice-icon[b-i3g1tun61s] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--ks-primary-light), var(--ks-primary));
    border-radius: var(--ks-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: var(--ks-shadow-sm);
}

.notice-text[b-i3g1tun61s] {
    flex: 1;
}

.notice-title[b-i3g1tun61s] {
    color: var(--ks-primary-dark);
    font-weight: 600;
}

.notice-title i[b-i3g1tun61s] {
    color: var(--ks-primary);
}

/* 移动端适配 */
@media (max-width: 599px) {
    .notice-content[b-i3g1tun61s] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .notice-icon[b-i3g1tun61s] {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
/* /Components/Pages/ServiceDetail.razor.rz.scp.css */
/* ============================================
   ServiceDetail - 四区块服务详情页
   项目介绍、工程要点、工程范围、安全与质量
   ============================================ */

.service-detail-page[b-l78u3fpxqr] {
    padding-top: var(--ks-space-lg);
    padding-bottom: var(--ks-space-3xl);
}

/* 内容卡片毛玻璃背景 */
.content-card[b-l78u3fpxqr] {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    padding: var(--ks-space-xl);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 面包屑 */
.breadcrumbs[b-l78u3fpxqr] {
    margin-bottom: var(--ks-space-md);
}

/* 标题区 */
.page-header[b-l78u3fpxqr] {
    margin-bottom: var(--ks-space-lg);
    text-align: center;
}

.page-title[b-l78u3fpxqr] {
    font-weight: 700;
    color: var(--ks-text-primary);
    margin-bottom: var(--ks-space-xs);
}

.page-subtitle[b-l78u3fpxqr] {
    color: var(--ks-text-secondary);
}

/* ============ 四区块内容 ============ */
.content-sections[b-l78u3fpxqr] {
    display: flex;
    flex-direction: column;
    gap: var(--ks-space-3xl);
}

.content-section[b-l78u3fpxqr] {
    /* 每个区块 */
}

/* 区块标题 */
.section-heading[b-l78u3fpxqr] {
    font-weight: 700;
    color: var(--ks-text-primary);
    margin-bottom: 0;
}

/* 装饰线 */
.section-title-line[b-l78u3fpxqr] {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--ks-primary), var(--ks-primary-light));
    margin: var(--ks-space-sm) 0 var(--ks-space-lg) 0;
    border-radius: 2px;
}

/* 区块内容：纯文字 */
.section-body.text-only[b-l78u3fpxqr] {
    display: block;
}

.section-text[b-l78u3fpxqr] {
    line-height: 1.9;
    color: var(--ks-text-primary);
    font-size: 1rem;
}

/* ============ 图文混排布局 ============ */
.section-body-grid[b-l78u3fpxqr] {
    align-items: stretch;
}

/* 图片区域容器 */
.section-images-wrapper[b-l78u3fpxqr] {
    position: relative;
    width: 100%;
}

/* 文字容器 */
.section-text-wrapper[b-l78u3fpxqr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: var(--ks-space-md) 0;
    line-height: 1.9;
    color: var(--ks-text-primary);
    font-size: 1rem;
}

/* CTA 区域 */
.cta-section[b-l78u3fpxqr] {
    display: flex;
    gap: var(--ks-space-md);
    margin-top: var(--ks-space-3xl);
    padding: var(--ks-space-xl);
    background: var(--ks-background-gray);
    border-radius: var(--ks-radius-lg);
    justify-content: center;
}

/* 相关服务 */
.related-section[b-l78u3fpxqr] {
    margin-top: var(--ks-space-lg);
}

.related-title[b-l78u3fpxqr] {
    margin-bottom: var(--ks-space-md);
    color: var(--ks-text-primary);
}

.related-list[b-l78u3fpxqr] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ks-space-sm);
}

/* ============ 响应式 ============ */

/* 手机 */
@media (max-width: 600px) {
    .content-sections[b-l78u3fpxqr] {
        gap: var(--ks-space-xxl);
    }

    .section-text-wrapper[b-l78u3fpxqr] {
        padding: var(--ks-space-sm) 0;
    }

    .cta-section[b-l78u3fpxqr] {
        flex-direction: column;
        padding: var(--ks-space-lg);
    }

    /* 穿透 MudButton 内部样式 */
    .cta-section[b-l78u3fpxqr]  .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/Services.razor.rz.scp.css */
/* ============================================
   服务项目页 (Services.razor) - 组件隔离样式
   ============================================ */

/* ----------------------------------------
   手机端服务导航 - MudChipSet
   ---------------------------------------- */
.mobile-service-nav[b-ewjz81bq9l] {
    display: none; /* 默认隐藏 */
    margin-bottom: var(--ks-space-lg);
    position: sticky;
    top: 64px; /* NavBar 高度 */
    z-index: 100;
    background: var(--ks-surface);
    padding: var(--ks-space-sm) 0;
    margin-left: calc(-1 * var(--ks-space-md));
    margin-right: calc(-1 * var(--ks-space-md));
    padding-left: var(--ks-space-md);
    padding-right: var(--ks-space-md);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mobile-service-nav[b-ewjz81bq9l]  .service-chips {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--ks-space-xs);
    padding-bottom: var(--ks-space-xs);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-service-nav[b-ewjz81bq9l]  .service-chips::-webkit-scrollbar {
    display: none;
}

.mobile-service-nav[b-ewjz81bq9l]  .service-chip {
    flex-shrink: 0;
    font-size: var(--ks-font-size-sm) !important;
}

.mobile-service-nav[b-ewjz81bq9l]  .service-chip .mud-chip-content {
    padding: 0 var(--ks-space-sm) !important;
}

.mobile-service-nav[b-ewjz81bq9l]  .service-chip .mud-icon-root {
    color: var(--ks-primary) !important;
    font-size: 1rem !important;
}

/* 小屏幕显示手机导航，隐藏卡片 */
@media (max-width: 768px) {
    .mobile-service-nav[b-ewjz81bq9l] {
        display: block;
    }

    .service-cards-container[b-ewjz81bq9l] {
        display: none;
    }
}

/* ----------------------------------------
   服务卡片区 - 四个大类选择（大屏幕）
   ---------------------------------------- */
.service-cards-container[b-ewjz81bq9l] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ks-gap-lg);
    margin-bottom: var(--ks-space-xl);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.service-card[b-ewjz81bq9l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1; /* 保持正方形 */
    padding: clamp(0.5rem, 8%, 1rem);
    border-radius: var(--ks-radius-lg);
    background: var(--ks-surface);
    border: 1px solid var(--ks-border);
    box-shadow: none;
    cursor: pointer;
    transition: all var(--ks-transition-normal);
    container-type: inline-size; /* 启用容器查询 */
}

.service-card:hover[b-ewjz81bq9l] {
    transform: translateY(-2px);
    box-shadow: var(--ks-shadow-sm);
    border-color: var(--ks-primary-light);
}

.service-card.selected[b-ewjz81bq9l] {
    border-color: var(--ks-primary);
    background: var(--ks-background-gray);
    box-shadow: var(--ks-shadow-sm);
}

.service-card.selected .service-icon[b-ewjz81bq9l] {
    color: var(--ks-primary);
}

.service-icon[b-ewjz81bq9l] {
    margin-bottom: 0.5rem;
    color: var(--ks-primary);
    opacity: 0.7;
    transition: all var(--ks-transition-normal);
}

.service-card:hover .service-icon[b-ewjz81bq9l],
.service-card.selected .service-icon[b-ewjz81bq9l] {
    opacity: 1;
}

/* FontAwesome 图标大小 - 使用固定大小配合媒体查询 */
.service-icon i[b-ewjz81bq9l] {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .service-icon i[b-ewjz81bq9l] {
        font-size: 1.5rem;
    }
}

/* 手机端 Chip 图标样式 */
.chip-icon[b-ewjz81bq9l] {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.service-card[b-ewjz81bq9l]  .service-title {
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
}

/* ----------------------------------------
   详情区域 - 100% 宽度，无圆角
   ---------------------------------------- */
.service-detail-area[b-ewjz81bq9l] {
    background: transparent;
    width: 100%;
    margin-top: var(--ks-space-md);
    animation: fadeIn-b-ewjz81bq9l var(--ks-transition-normal);
}

@keyframes fadeIn-b-ewjz81bq9l {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ----------------------------------------
   小类块 - 图片网格 + 标题 + 介绍
   ---------------------------------------- */
.service-item-block[b-ewjz81bq9l] {
    margin-bottom: var(--ks-space-md);
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--ks-radius-lg);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.service-item-block:last-of-type[b-ewjz81bq9l] {
    margin-bottom: 0;
}

/* Flexbox 布局：图片自适应宽度，文字填充剩余空间 */
.service-item-layout[b-ewjz81bq9l] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

/* ----------------------------------------
   图片网格 - 特色主图 + 缩略图（右侧）
   ---------------------------------------- */
.item-gallery-col[b-ewjz81bq9l] {
    flex-shrink: 0; /* 不压缩 */
}

.image-gallery[b-ewjz81bq9l] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--ks-space-sm);
    padding: var(--ks-space-sm);
    background: rgba(245, 247, 250, 0.6);
    height: 100%;
}

/* ----------------------------------------
   纯文字区块 - 无图片时的替代展示
   宽度与图片区域一致：主图(370px) + 间距(8px) + 缩略图(90px) + padding(16px) = 484px
   ---------------------------------------- */
.text-only-block[b-ewjz81bq9l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--ks-space-xl);
    background: linear-gradient(135deg, rgba(245, 247, 250, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    min-height: calc(90px * 3 + var(--ks-space-xs) * 2); /* 与图片高度一致 */
    /* 宽度 = 主图 + 间距 + 缩略图 + 两侧padding */
    width: calc(370px + var(--ks-space-sm) + 90px + var(--ks-space-sm) * 2);
    flex-shrink: 0;
}

.text-block-icon[b-ewjz81bq9l] {
    font-size: 3rem;
    color: var(--ks-primary);
    opacity: 0.6;
    margin-bottom: var(--ks-space-lg);
}

.text-only-block[b-ewjz81bq9l]  .text-block-title {
    font-size: var(--ks-font-size-xl);
    font-weight: 700;
    color: var(--ks-primary-dark);
    text-align: center;
    margin-bottom: var(--ks-space-xs);
}

.text-only-block[b-ewjz81bq9l]  .text-block-subtitle {
    font-size: var(--ks-font-size-md);
    color: var(--ks-text-secondary);
    text-align: center;
    margin-bottom: var(--ks-space-lg);
}

.text-block-badge[b-ewjz81bq9l] {
    display: inline-flex;
    align-items: center;
    padding: var(--ks-space-xs) var(--ks-space-md);
    background: var(--ks-primary-light);
    color: white;
    border-radius: var(--ks-radius-lg);
    font-size: var(--ks-font-size-sm);
    opacity: 0.9;
}

/* ----------------------------------------
   单图布局 - 只有1张图片时占满整个区域
   ---------------------------------------- */
.image-gallery.single-image[b-ewjz81bq9l] {
    /* 宽度与 text-only-block 一致 */
    width: calc(370px + var(--ks-space-sm) + 90px + var(--ks-space-sm) * 2);
}

.gallery-main-single[b-ewjz81bq9l] {
    position: relative;
    width: 100%;
    height: calc(90px * 3 + var(--ks-space-xs) * 2);
    border-radius: var(--ks-radius-sm);
    overflow: hidden;
    cursor: pointer;
}

.gallery-main-single[b-ewjz81bq9l]  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.gallery-main-single:hover[b-ewjz81bq9l]  .gallery-image {
    transform: scale(1.05);
}

.gallery-main-single .gallery-overlay[b-ewjz81bq9l] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
}

.gallery-main-single:hover .gallery-overlay[b-ewjz81bq9l] {
    opacity: 1;
}

/* ----------------------------------------
   1+3 布局 - 主图区域
   ---------------------------------------- */
.gallery-main[b-ewjz81bq9l] {
    position: relative;
    flex-shrink: 0;
    /* 高度 = 3个小图(90px*3) + 2个间距(4px*2) = 278px */
    width: 370px; /* 4:3 比例 */
    height: calc(90px * 3 + var(--ks-space-xs) * 2);
    border-radius: var(--ks-radius-sm);
    overflow: hidden;
    cursor: pointer;
}

.gallery-main[b-ewjz81bq9l]  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 填满容器 */
    object-position: center; /* 居中裁剪 */
    transition: transform 0.3s ease;
}

.gallery-main:hover[b-ewjz81bq9l]  .gallery-image {
    transform: scale(1.05);
}

.gallery-overlay[b-ewjz81bq9l] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
}

.gallery-main:hover .gallery-overlay[b-ewjz81bq9l] {
    opacity: 1;
}

/* 缩略图网格 - 右侧竖排1列，保持正方形比例 */
.gallery-thumbs[b-ewjz81bq9l] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 从顶部开始排列，不拉伸 */
    gap: var(--ks-space-xs);
    width: 90px; /* 固定宽度 */
    flex-shrink: 0;
}

.thumb-item[b-ewjz81bq9l] {
    position: relative;
    width: 100%;
    aspect-ratio: 1; /* 保持正方形 */
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.thumb-item[b-ewjz81bq9l]  .thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 填满容器 */
    object-position: center; /* 居中裁剪 */
    background: linear-gradient(135deg, var(--mud-palette-secondary-lighten), var(--mud-palette-secondary));
    transition: transform 0.3s ease;
}

.thumb-item:hover[b-ewjz81bq9l]  .thumb-image {
    transform: scale(1.1);
}

/* 更多图片提示 */
.thumb-item.has-more .thumb-more[b-ewjz81bq9l] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: var(--ks-font-size-sm);
    font-weight: 600;
}

/* 内容列 - 占用剩余空间 */
.item-content-col[b-ewjz81bq9l] {
    flex: 1; /* 填充剩余空间 */
    min-width: 0;
    display: flex;
    align-items: center;
}

.item-content[b-ewjz81bq9l] {
    padding: var(--ks-space-lg) var(--ks-space-xl);
    width: 100%;
}

/* 标题区域 - 带左侧装饰条 */
.item-content[b-ewjz81bq9l]  .item-title {
    display: block;
    font-weight: 700;
    color: var(--ks-primary-dark);
    margin-bottom: var(--ks-space-sm);
    font-size: var(--ks-font-size-2xl);
    padding-left: var(--ks-space-md);
    border-left: 4px solid var(--ks-primary);
}

.item-content[b-ewjz81bq9l]  .item-title-en {
    display: block;
    font-size: var(--ks-font-size-md);
    letter-spacing: 0.02em;
    color: var(--ks-text-secondary);
    font-weight: 400;
    padding-left: var(--ks-space-md);
    margin-left: var(--ks-space-xs);
}

.item-content[b-ewjz81bq9l]  .item-description {
    line-height: 1.8;
    color: var(--ks-text-secondary);
    margin-top: var(--ks-space-md);
    padding-left: var(--ks-space-md);
    margin-left: var(--ks-space-xs);
}

/* ----------------------------------------
   底部操作区
   ---------------------------------------- */
.detail-actions[b-ewjz81bq9l] {
    display: flex;
    justify-content: center;
    padding: var(--ks-space-xl);
    background: var(--ks-background-gray);
}

/* ----------------------------------------
   响应式设计 - 移动端适配
   ---------------------------------------- */

/* 大屏幕优化 */
@media (min-width: 1400px) {
    .gallery-main[b-ewjz81bq9l] {
        width: 400px;
        height: calc(100px * 3 + var(--ks-space-xs) * 2);
    }
    .gallery-thumbs[b-ewjz81bq9l] {
        width: 100px;
    }
    .image-gallery.single-image[b-ewjz81bq9l] {
        width: calc(400px + var(--ks-space-sm) + 100px + var(--ks-space-sm) * 2);
    }
    .gallery-main-single[b-ewjz81bq9l] {
        height: calc(100px * 3 + var(--ks-space-xs) * 2);
    }
    .text-only-block[b-ewjz81bq9l] {
        /* 宽度 = 主图(400px) + 间距 + 缩略图(100px) + padding */
        width: calc(400px + var(--ks-space-sm) + 100px + var(--ks-space-sm) * 2);
        min-height: calc(100px * 3 + var(--ks-space-xs) * 2);
    }
}

@media (max-width: 960px) {
    .item-content[b-ewjz81bq9l] {
        padding: var(--ks-space-md);
    }

    .gallery-main[b-ewjz81bq9l] {
        width: 300px;
        height: calc(75px * 3 + var(--ks-space-xs) * 2);
    }

    .gallery-thumbs[b-ewjz81bq9l] {
        width: 75px;
    }

    .image-gallery.single-image[b-ewjz81bq9l] {
        width: calc(300px + var(--ks-space-sm) + 75px + var(--ks-space-sm) * 2);
    }
    .gallery-main-single[b-ewjz81bq9l] {
        height: calc(75px * 3 + var(--ks-space-xs) * 2);
    }

    .text-only-block[b-ewjz81bq9l] {
        /* 宽度 = 主图(300px) + 间距 + 缩略图(75px) + padding */
        width: calc(300px + var(--ks-space-sm) + 75px + var(--ks-space-sm) * 2);
        min-height: calc(75px * 3 + var(--ks-space-xs) * 2);
    }
}

@media (max-width: 700px) {
    /* 中等屏幕：隐藏卡片，显示 ChipSet 导航 */
    .service-cards-container[b-ewjz81bq9l] {
        display: none;
    }

    /* 切换为垂直布局 */
    .service-item-layout[b-ewjz81bq9l] {
        flex-direction: column;
    }

    .item-gallery-col[b-ewjz81bq9l] {
        width: 100%;
    }

    .image-gallery[b-ewjz81bq9l] {
        width: 100%;
        justify-content: center;
    }

    .gallery-main[b-ewjz81bq9l] {
        width: 280px;
        height: calc(70px * 3 + var(--ks-space-xs) * 2);
    }

    .gallery-thumbs[b-ewjz81bq9l] {
        width: 70px;
    }

    .image-gallery.single-image[b-ewjz81bq9l] {
        width: calc(280px + var(--ks-space-sm) + 70px + var(--ks-space-sm) * 2);
    }
    .gallery-main-single[b-ewjz81bq9l] {
        height: calc(70px * 3 + var(--ks-space-xs) * 2);
    }

    .text-only-block[b-ewjz81bq9l] {
        /* 宽度 = 主图(280px) + 间距 + 缩略图(70px) + padding */
        width: calc(280px + var(--ks-space-sm) + 70px + var(--ks-space-sm) * 2);
        min-height: calc(70px * 3 + var(--ks-space-xs) * 2);
    }

    .service-item-block[b-ewjz81bq9l] {
        margin-bottom: var(--ks-space-sm);
    }
}

@media (max-width: 520px) {
    /* 小屏幕：图片改为垂直布局 */
    .service-cards-container[b-ewjz81bq9l] {
        display: none;
    }

    .image-gallery[b-ewjz81bq9l] {
        flex-direction: column;
        width: 100%;
    }

    .image-gallery.single-image[b-ewjz81bq9l] {
        width: 100%;
    }

    .gallery-main[b-ewjz81bq9l] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        max-height: 45vh;
    }

    .gallery-main-single[b-ewjz81bq9l] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        max-height: 45vh;
    }

    .gallery-thumbs[b-ewjz81bq9l] {
        width: 100%;
        flex-direction: row;
    }

    .thumb-item[b-ewjz81bq9l] {
        flex: 1;
        aspect-ratio: 1;
    }

    .text-only-block[b-ewjz81bq9l] {
        width: 100%;
        min-height: 160px;
        padding: var(--ks-space-lg) var(--ks-space-md);
    }

    .text-block-icon[b-ewjz81bq9l] {
        font-size: 2.5rem;
        margin-bottom: var(--ks-space-md);
    }

    .item-content[b-ewjz81bq9l] {
        padding: var(--ks-space-md);
    }
}

@media (max-width: 360px) {
    .service-cards-container[b-ewjz81bq9l] {
        display: none;
    }

    .gallery-main[b-ewjz81bq9l] {
        max-height: 40vh;
    }

    .text-only-block[b-ewjz81bq9l] {
        min-height: 180px;
    }
}
/* /Components/Shared/CallConfirmDialog.razor.rz.scp.css */
/* CallConfirmDialog 样式 */
.dialog-title[b-uylwxq0v7u] {
    display: flex;
    align-items: center;
}

/* 对话框标题图标 */
.dialog-title-icon[b-uylwxq0v7u] {
    color: var(--mud-palette-primary);
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.dialog-content[b-uylwxq0v7u] {
    text-align: center;
    padding: 16px 0;
}

.phone-number[b-uylwxq0v7u] {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px;
    background: var(--mud-palette-primary-lighten);
    border-radius: var(--ks-radius-md);
    margin-top: 8px;
}
/* /Components/Shared/FloatingContact.razor.rz.scp.css */
/* ============================================
   FloatingContact - 全站浮动联系按钮
   固定在右下角，点击展开联系选项
   当回到顶部按钮显示时，联系按钮上移
   ============================================ */

.floating-contact[b-4cy8hgl6fy] {
    position: fixed;
    right: var(--ks-space-lg);
    bottom: var(--ks-space-lg);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ks-space-sm);
    /* 当回到顶部按钮显示时，整体上移 */
    transition: bottom 0.3s ease;
}

/* 回到顶部按钮显示时，整体上移腾出空间 */
/* 56px 按钮高度 + 8px 间距 */
.floating-contact.scroll-top-visible[b-4cy8hgl6fy] {
    bottom: calc(var(--ks-space-lg) + 56px + var(--ks-space-sm));
}

/* 联系选项（默认隐藏） */
.contact-options[b-4cy8hgl6fy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ks-space-sm);
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 展开状态 */
.floating-contact.expanded .contact-options[b-4cy8hgl6fy] {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* 各个小按钮的入场动画延迟 */
.floating-contact.expanded .contact-options .contact-fab:nth-child(1)[b-4cy8hgl6fy] {
    transition-delay: 0.1s;
}
.floating-contact.expanded .contact-options .contact-fab:nth-child(2)[b-4cy8hgl6fy] {
    transition-delay: 0.05s;
}
.floating-contact.expanded .contact-options .contact-fab:nth-child(3)[b-4cy8hgl6fy] {
    transition-delay: 0s;
}

/* 小 FAB 按钮样式 */
.contact-fab[b-4cy8hgl6fy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: var(--ks-shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* FontAwesome 图标样式 */
.contact-fab i[b-4cy8hgl6fy] {
    font-size: 1.25rem;
}

.contact-main-fab i[b-4cy8hgl6fy] {
    font-size: 1.5rem;
}

.contact-fab:hover[b-4cy8hgl6fy] {
    transform: scale(1.1);
    box-shadow: var(--ks-shadow-lg);
}

/* WhatsApp 按钮 */
.contact-fab.whatsapp[b-4cy8hgl6fy] {
    background: var(--ks-whatsapp);
    color: white;
}

.contact-fab.whatsapp:hover[b-4cy8hgl6fy] {
    background: var(--ks-whatsapp-dark);
}

/* Email 按钮 */
.contact-fab.email[b-4cy8hgl6fy] {
    background: var(--ks-surface);
    color: var(--ks-text-secondary);
    border: 1px solid var(--ks-border);
}

.contact-fab.email:hover[b-4cy8hgl6fy] {
    background: var(--ks-background-gray);
    color: var(--ks-primary);
}

/* Phone 按钮 */
.contact-fab.phone[b-4cy8hgl6fy] {
    background: var(--ks-primary);
    color: white;
}

.contact-fab.phone:hover[b-4cy8hgl6fy] {
    background: var(--ks-primary-dark);
}

/* 主按钮 */
.contact-main-fab[b-4cy8hgl6fy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: var(--ks-primary);
    color: white;
    box-shadow: var(--ks-shadow-lg);
    transition: transform 0.3s ease, box-shadow 0.2s ease;
}

.contact-main-fab:hover[b-4cy8hgl6fy] {
    box-shadow: var(--ks-shadow-xl);
}

/* 展开时主按钮旋转 */
.floating-contact.expanded .contact-main-fab[b-4cy8hgl6fy] {
    transform: rotate(90deg);
}

/* 移动端适配 */
@media (max-width: 600px) {
    .floating-contact[b-4cy8hgl6fy] {
        right: var(--ks-space-md);
        bottom: var(--ks-space-md);
    }

    /* 回到顶部显示时上移 (52px 按钮 + 间距) */
    .floating-contact.scroll-top-visible[b-4cy8hgl6fy] {
        bottom: calc(var(--ks-space-md) + 52px + var(--ks-space-sm));
    }

    .contact-fab[b-4cy8hgl6fy] {
        width: 44px;
        height: 44px;
    }

    .contact-main-fab[b-4cy8hgl6fy] {
        width: 52px;
        height: 52px;
    }
}
/* /Components/Shared/FloatingServiceNav.razor.rz.scp.css */
/* ============================================
   FloatingServiceNav - 服务页浮动导航组件样式
   边缘贴靠 + 悬停展开设计
   支持大类 + 小类展开菜单
   ============================================ */

/* 默认隐藏，仅大屏幕显示 */
.floating-service-nav[b-qccn93ru9p] {
    display: none;
}

/* 中屏以上显示 - 平板横屏 */
@media (min-width: 960px) {
    .floating-service-nav[b-qccn93ru9p] {
        display: block;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .floating-service-nav[b-qccn93ru9p]  .nav-card {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        border-radius: 0 var(--ks-radius-lg) var(--ks-radius-lg) 0 !important;
        background: var(--ks-surface) !important;
        /* 初始状态：只显示标签 */
        width: 40px;
        max-height: 80vh;
        /* 放慢收起动画，让用户有时间移动鼠标 */
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    }

    /* 悬停时立即展开，无延迟 */
    .floating-service-nav:hover[b-qccn93ru9p]  .nav-card {
        width: 240px;
        transition-delay: 0s;
    }

    /* 标签页（始终可见） */
    .nav-tab[b-qccn93ru9p] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        padding: var(--ks-space-md) 0;
        color: var(--ks-primary);
        cursor: pointer;
    }

    /* 导航面板（悬停时显示） */
    .nav-panel[b-qccn93ru9p] {
        flex: 1;
        padding: var(--ks-space-sm) var(--ks-space-sm) var(--ks-space-sm) 0;
        opacity: 0;
        transform: translateX(-10px);
        /* 放慢隐藏动画，延迟隐藏 */
        transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
        min-width: 200px;
        overflow-y: auto;
        max-height: calc(80vh - 20px);
    }

    /* 悬停时立即显示 */
    .floating-service-nav:hover .nav-panel[b-qccn93ru9p] {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.1s;
    }

    /* 标题 */
    .nav-header[b-qccn93ru9p] {
        display: block;
        padding: var(--ks-space-xs) var(--ks-space-sm);
        color: var(--ks-text-secondary);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-bottom: 1px solid var(--ks-border);
        margin-bottom: var(--ks-space-xs);
    }

    /* 导航菜单样式 */
    .floating-service-nav[b-qccn93ru9p]  .nav-menu {
        padding: 0 !important;
    }

    /* 大类组样式 */
    .floating-service-nav[b-qccn93ru9p]  .nav-menu .mud-nav-group {
        margin: 2px 0 !important;
    }

    .floating-service-nav[b-qccn93ru9p]  .nav-menu .mud-nav-group .mud-nav-link {
        padding: var(--ks-space-xs) var(--ks-space-sm) !important;
        border-radius: var(--ks-radius-sm) !important;
        font-size: var(--ks-font-size-sm) !important;
        font-weight: 500 !important;
        min-height: 0 !important;
    }

    .floating-service-nav[b-qccn93ru9p]  .nav-menu .mud-nav-group .mud-nav-link:hover {
        background: var(--ks-background-gray) !important;
    }

    /* 选中的大类组 */
    .floating-service-nav[b-qccn93ru9p]  .nav-menu .active-group > .mud-nav-link {
        background: rgba(var(--mud-palette-primary-rgb), 0.1) !important;
        color: var(--ks-primary-dark) !important;
        font-weight: 600 !important;
    }

    /* 图标样式 - FontAwesome */
    .floating-service-nav[b-qccn93ru9p]  .nav-menu .mud-nav-link .nav-icon {
        font-size: 1rem;
        margin-right: var(--ks-space-xs);
        color: var(--ks-primary);
        width: 1.25rem;
        text-align: center;
    }

    /* 小类项样式 */
    .floating-service-nav[b-qccn93ru9p]  .nav-menu .sub-item {
        padding: 4px var(--ks-space-sm) 4px var(--ks-space-xl) !important;
        font-size: 0.75rem !important;
        color: var(--ks-text-secondary) !important;
        min-height: 0 !important;
    }

    .floating-service-nav[b-qccn93ru9p]  .nav-menu .sub-item:hover {
        background: var(--ks-background-gray) !important;
        color: var(--ks-primary) !important;
    }

    /* 展开箭头 */
    .floating-service-nav[b-qccn93ru9p]  .mud-nav-group .mud-expand-panel-header {
        padding: 0 !important;
        min-height: 0 !important;
    }

    /* 滚动条美化 */
    .nav-panel[b-qccn93ru9p]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-panel[b-qccn93ru9p]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-panel[b-qccn93ru9p]::-webkit-scrollbar-thumb {
        background: var(--ks-border);
        border-radius: 2px;
    }

    .nav-panel[b-qccn93ru9p]::-webkit-scrollbar-thumb:hover {
        background: var(--ks-text-secondary);
    }
}

/* 超宽屏幕：自动展开导航 */
@media (min-width: 1700px) {
    .floating-service-nav[b-qccn93ru9p]  .nav-card {
        /* 自动展开状态 */
        width: 240px;
    }

    .nav-panel[b-qccn93ru9p] {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Shared/GalleryCard.razor.rz.scp.css */
/* ============================================
   GalleryCard - 画廊叠层式卡片
   专业风格：无边框、轻阴影、图片全覆盖
   ============================================ */

.gallery-card[b-hhid50ipog] {
    position: relative;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    cursor: pointer;
    background: var(--ks-background-gray);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform var(--ks-transition-normal), box-shadow var(--ks-transition-normal);
}

.gallery-card:hover[b-hhid50ipog] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* ---- 主体区域（图片 + 遮罩） ---- */
.gallery-card-main[b-hhid50ipog] {
    position: relative;
    aspect-ratio: 4 / 3;
}

/* 有 footer 时的主体区域 - 更扁平 */
.gallery-card.has-footer .gallery-card-main[b-hhid50ipog] {
    aspect-ratio: 21 / 9;
}

/* ---- 图片区域 ---- */
.gallery-card-image[b-hhid50ipog] {
    position: absolute;
    inset: 0;
}

.gallery-card-image[b-hhid50ipog]  .lazy-image-wrapper {
    width: 100%;
    height: 100%;
}

.gallery-card-image[b-hhid50ipog]  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-card-image[b-hhid50ipog]  img {
    transform: scale(1.05);
}

/* ---- 类型标签 - 左上角 ---- */
.gallery-card-badge[b-hhid50ipog] {
    position: absolute;
    top: var(--ks-space-sm);
    left: var(--ks-space-sm);
    padding: 4px 10px;
    border-radius: var(--ks-radius-sm);
    font-size: var(--ks-font-size-xs);
    font-weight: 600;
    color: white;
    background: var(--ks-primary);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* 标签颜色变体 */
.gallery-card-badge.drilling[b-hhid50ipog] {
    background: var(--ks-primary);
}
.gallery-card-badge.renovation[b-hhid50ipog] {
    background: var(--mud-palette-success);
}
.gallery-card-badge.maintenance[b-hhid50ipog] {
    background: var(--mud-palette-warning);
}
.gallery-card-badge.miscellaneous[b-hhid50ipog] {
    background: var(--mud-palette-info);
}

/* ---- 精选图标 - 右上角 ---- */
.gallery-card-featured[b-hhid50ipog] {
    position: absolute;
    top: var(--ks-space-sm);
    right: var(--ks-space-sm);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-warning);
    border-radius: 50%;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.gallery-card-featured[b-hhid50ipog]  .mud-icon-root {
    font-size: 1rem !important;
}

/* ---- 底部渐变遮罩 ---- */
.gallery-card-overlay[b-hhid50ipog] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 25%,
        rgba(0, 0, 0, 0.2) 50%,
        transparent 75%
    );
    padding: var(--ks-space-md);
    z-index: 1;
}

/* ---- 卡片内容 ---- */
.gallery-card-content[b-hhid50ipog] {
    transform: translateY(4px);
    transition: transform var(--ks-transition-normal);
}

.gallery-card:hover .gallery-card-content[b-hhid50ipog] {
    transform: translateY(0);
}

.gallery-card-header[b-hhid50ipog] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--ks-space-sm);
}

.gallery-card-title[b-hhid50ipog] {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 0 0 4px 0;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    /* 限制两行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-card-date[b-hhid50ipog] {
    flex-shrink: 0;
    font-size: var(--ks-font-size-xs);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    padding-top: 2px;
}

.gallery-card-subtitle[b-hhid50ipog] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--ks-font-size-sm);
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.gallery-card-subtitle[b-hhid50ipog]  .mud-icon-root {
    font-size: 0.9rem !important;
    opacity: 0.9;
}

/* ---- 悬停时显示的额外内容 ---- */
.gallery-card-hover-content[b-hhid50ipog] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity var(--ks-transition-normal);
    z-index: 3;
}

.gallery-card:hover .gallery-card-hover-content[b-hhid50ipog] {
    opacity: 1;
}

/* ---- 底部内容区域（图片下方） ---- */
.gallery-card-footer[b-hhid50ipog] {
    padding: var(--ks-space-sm) var(--ks-space-md);
    background: var(--mud-palette-surface);
}

/* ---- 响应式 ---- */
@media (max-width: 600px) {
    .gallery-card[b-hhid50ipog] {
        border-radius: var(--ks-radius-sm);
    }

    .gallery-card-overlay[b-hhid50ipog] {
        padding: var(--ks-space-sm);
    }

    .gallery-card-title[b-hhid50ipog] {
        font-size: var(--ks-font-size-sm);
    }

    .gallery-card-subtitle[b-hhid50ipog] {
        font-size: var(--ks-font-size-xs);
    }

    .gallery-card-badge[b-hhid50ipog] {
        font-size: 10px;
        padding: 2px 6px;
    }

    .gallery-card-featured[b-hhid50ipog] {
        width: 22px;
        height: 22px;
    }
}
/* /Components/Shared/HorizontalCardScroller.razor.rz.scp.css */
/* ============================================
   HorizontalCardScroller - 横向滚动卡片组件
   ============================================ */

.horizontal-scroller[b-46s5sgy945] {
    position: relative;
    width: 100%;
}

/* ---- 滚动轨道 ---- */
.scroller-track[b-46s5sgy945] {
    display: flex;
    gap: var(--scroller-gap, var(--ks-gap-lg));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: var(--ks-space-sm) 0;

    /* 隐藏滚动条 */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroller-track[b-46s5sgy945]::-webkit-scrollbar {
    display: none;
}

/* ---- 单个卡片项 ---- */
.scroller-item[b-46s5sgy945] {
    flex-shrink: 0;
    scroll-snap-align: start;
}

/* ---- 左右渐变遮罩 ---- */
.scroller-fade[b-46s5sgy945] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
}

.scroller-fade-left[b-46s5sgy945] {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, transparent 100%);
    opacity: 0;
    transition: opacity var(--ks-transition-normal);
}

.scroller-fade-left.visible[b-46s5sgy945] {
    opacity: 1;
}

.scroller-fade-right[b-46s5sgy945] {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, transparent 100%);
}

/* ---- Bullets 导航 ---- */
.scroller-bullets[b-46s5sgy945] {
    display: flex;
    justify-content: center;
    gap: var(--ks-space-sm);
    margin-top: var(--ks-space-lg);
}

.scroller-bullet[b-46s5sgy945] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--ks-border);
    cursor: pointer;
    padding: 0;
    transition: all var(--ks-transition-fast);
}

.scroller-bullet:hover[b-46s5sgy945] {
    background-color: var(--ks-primary-light);
}

.scroller-bullet.active[b-46s5sgy945] {
    width: 12px;
    height: 12px;
    background-color: var(--ks-primary);
}

/* ---- 响应式 ---- */
@media (max-width: 600px) {
    .scroller-fade[b-46s5sgy945] {
        width: 30px;
    }
}
/* /Components/Shared/ImageLightboxDialog.razor.rz.scp.css */
/* ============================================
   ImageLightboxDialog - 图片灯箱样式
   注意：MudDialog 是 Portal 组件，大部分样式
   需要写在 lightbox.css 全局样式中
   ============================================ */

/* 此文件保留为空，所有样式在 lightbox.css 中 */
/* /Components/Shared/ImageScrollGallery.razor.rz.scp.css */
/* ============================================
   ImageScrollGallery - 横向滚动图片画廊组件
   ============================================ */

/* 外层包装器 */
.image-scroll-wrapper[b-rfvguldr3u] {
    display: flex;
    flex-direction: column;
    gap: var(--ks-space-xs);
}

/* 容器 */
.image-scroll-container[b-rfvguldr3u] {
    position: relative;
    width: 100%;
    border-radius: var(--ks-radius-lg);
    overflow: hidden;
    background: var(--ks-background-gray);
}

/* 滚动轨道 */
.image-scroll-track[b-rfvguldr3u] {
    display: flex;
    gap: var(--ks-space-sm);
    padding: var(--ks-space-sm);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏 Webkit 滚动条 */
.image-scroll-track[b-rfvguldr3u]::-webkit-scrollbar {
    display: none;
}

/* 图片项 */
.scroll-image-item[b-rfvguldr3u] {
    position: relative;
    flex: 0 0 auto;
    width: 200px;
    height: 260px;
    cursor: pointer;
    border-radius: var(--ks-radius-md);
    overflow: hidden;
    background: white;
    box-shadow: var(--ks-shadow-sm);
    /* 创建独立层叠上下文，避免重影 */
    isolation: isolate;
    /* 确保内容不溢出 */
    contain: layout paint;
}

/* 只在 hover 时启用过渡，避免初次加载时的重影 */
.scroll-image-item:hover[b-rfvguldr3u] {
    transform: translateY(-4px);
    box-shadow: var(--ks-shadow-lg);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 图片样式 - 需要 ::deep 穿透 MudImage */
.scroll-image-item[b-rfvguldr3u]  .scroll-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: white;
    /* 防止图片加载时的闪烁和重影 */
    content-visibility: auto;
}

/* 确保 img 标签本身也有正确样式 */
.scroll-image-item[b-rfvguldr3u]  .scroll-image img,
.scroll-image-item[b-rfvguldr3u]  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: white;
}

/* 图片放大覆盖层 */
.image-zoom-overlay[b-rfvguldr3u] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--ks-transition-normal);
    color: white;
    pointer-events: none;
}

.scroll-image-item:hover .image-zoom-overlay[b-rfvguldr3u] {
    opacity: 1;
}

/* 图片编号标签 */
.image-label[b-rfvguldr3u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--ks-space-xs) 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 0.8rem;
    color: var(--ks-text-secondary);
    font-weight: 500;
    border-top: 1px solid var(--ks-border-light, #eee);
}

/* 渐变遮罩（暗示可滚动）- 基础样式 */
.scroll-fade-overlay[b-rfvguldr3u] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--ks-transition-fast), opacity var(--ks-transition-fast);
    z-index: 10;
}

/* 右侧遮罩 */
.scroll-fade-right[b-rfvguldr3u] {
    right: 0;
    background: linear-gradient(to right, transparent, rgba(var(--ks-background-gray-rgb, 245, 245, 245), 0.95) 60%);
    cursor: e-resize; /* 向右滚动光标 */
}

.scroll-fade-right:hover[b-rfvguldr3u] {
    background: linear-gradient(to right, transparent, rgba(var(--ks-primary-rgb, 30, 136, 229), 0.15) 60%);
}

/* 右侧遮罩内容容器 - 箭头和徽章垂直排列 */
.scroll-hint-content[b-rfvguldr3u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* 隐藏数量徽章 */
.hidden-count-badge[b-rfvguldr3u] {
    background: var(--ks-primary);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    box-shadow: var(--ks-shadow-sm);
    animation: pulse-badge-b-rfvguldr3u 2s ease-in-out infinite;
}

@keyframes pulse-badge-b-rfvguldr3u {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.scroll-fade-overlay:hover .hidden-count-badge[b-rfvguldr3u] {
    animation: none;
    transform: scale(1.1);
}

/* 左侧遮罩 */
.scroll-fade-left[b-rfvguldr3u] {
    left: 0;
    background: linear-gradient(to left, transparent, rgba(var(--ks-background-gray-rgb, 245, 245, 245), 0.95) 60%);
    cursor: w-resize; /* 向左滚动光标 */
}

.scroll-fade-left:hover[b-rfvguldr3u] {
    background: linear-gradient(to left, transparent, rgba(var(--ks-primary-rgb, 30, 136, 229), 0.15) 60%);
}

/* 滚动提示图标 */
.scroll-hint-icon[b-rfvguldr3u] {
    color: var(--ks-text-secondary);
    opacity: 0.6;
    transition: opacity var(--ks-transition-fast), color var(--ks-transition-fast);
}

/* 右侧图标动画 */
.scroll-fade-right .scroll-hint-icon[b-rfvguldr3u] {
    animation: bounce-right-b-rfvguldr3u 1.5s ease-in-out infinite;
}

/* 左侧图标动画 */
.scroll-fade-left .scroll-hint-icon[b-rfvguldr3u] {
    animation: bounce-left-b-rfvguldr3u 1.5s ease-in-out infinite;
}

.scroll-fade-overlay:hover .scroll-hint-icon[b-rfvguldr3u] {
    opacity: 1;
    color: var(--ks-primary);
    animation: none;
}

/* 右弹动画 */
@keyframes bounce-right-b-rfvguldr3u {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
}

/* 左弹动画 */
@keyframes bounce-left-b-rfvguldr3u {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-6px);
    }
}

/* ============ 响应式 ============ */
@media (max-width: 600px) {
    .scroll-image-item[b-rfvguldr3u] {
        width: 150px;
        height: 200px;
    }

    .scroll-fade-overlay[b-rfvguldr3u] {
        width: 50px;
    }

    .hidden-count-badge[b-rfvguldr3u] {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .image-counter[b-rfvguldr3u] {
        font-size: 0.75rem;
    }
}

/* ============ 底部计数条 ============ */
.image-counter[b-rfvguldr3u] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--ks-space-xs);
    padding: var(--ks-space-xs) var(--ks-space-sm);
    font-size: 0.8rem;
    color: var(--ks-text-secondary);
}

.image-counter .counter-icon[b-rfvguldr3u] {
    opacity: 0.7;
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
/* ============================================
   LanguageSwitcher 组件隔离样式
   带国旗图标和切换动画效果
   ============================================ */

/* 语言切换按钮容器 */
.language-switcher[b-9petf0rcta] {
    margin-right: 32px;
    display: flex;
    align-items: center;
    transition: opacity var(--ks-transition-fast), transform var(--ks-transition-fast);
}

/* 切换动画状态 */
.language-switcher.transitioning[b-9petf0rcta] {
    opacity: 0.6;
    transform: scale(0.95);
}

/* 语言切换按钮样式 - 透明玻璃效果 */
.language-switcher[b-9petf0rcta]  .lang-button {
    color: var(--ks-text-primary) !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: var(--ks-radius-md) !important;
    padding: 4px 10px !important;
    min-width: unset !important;
    text-transform: none !important;
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif !important;
    font-weight: 500 !important;
    font-size: var(--ks-font-size-sm) !important;
    box-shadow: none;
    transition: all var(--ks-transition-fast);
}

.language-switcher[b-9petf0rcta]  .lang-button:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: var(--ks-primary) !important;
    border-color: var(--ks-primary) !important;
}

/* 国旗/图标 - 使用 Flag Icons 库 */
.language-switcher .lang-flag[b-9petf0rcta] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    line-height: 1;
    transition: transform var(--ks-transition-fast);
}

/* Flag Icons 库的国旗图标样式 */
.language-switcher .lang-flag.fi[b-9petf0rcta] {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-size: cover;
}

/* FontAwesome 地球图标样式 */
.language-switcher .lang-flag.fa-solid[b-9petf0rcta] {
    font-size: 16px;
    color: var(--ks-primary);
}

.language-switcher:hover .lang-flag[b-9petf0rcta] {
    transform: scale(1.1);
}

/* 语言文字 */
.language-switcher .lang-text[b-9petf0rcta] {
    font-size: var(--ks-font-size-sm);
    font-weight: 500;
    transition: color var(--ks-transition-fast);
}

/* 下拉箭头 */
.language-switcher[b-9petf0rcta]  .lang-arrow {
    font-size: var(--ks-font-size-lg) !important;
    margin-left: 2px !important;
    opacity: 0.7;
    transition: transform var(--ks-transition-fast);
}

.language-switcher[b-9petf0rcta]  .lang-button:hover .lang-arrow {
    transform: translateY(2px);
}

/* 菜单项国旗/图标 */
.menu-flag[b-9petf0rcta] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    line-height: 1;
}

/* Flag Icons 库的国旗图标样式 */
.menu-flag.fi[b-9petf0rcta] {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-size: cover;
}

/* FontAwesome 地球图标样式 */
.menu-flag.fa-solid[b-9petf0rcta] {
    font-size: 18px;
    color: var(--ks-primary);
}

/* 选中状态的勾选图标 */
.check-icon[b-9petf0rcta] {
    margin-left: auto !important;
}

/* 当前选中的菜单项 */
.language-switcher[b-9petf0rcta]  .lang-item-active {
    background-color: rgba(30, 136, 229, 0.08) !important;
}

/* ============================================
   响应式设计
   ============================================ */

/* 移动端简化显示 */
@media (max-width: 480px) {
    .language-switcher[b-9petf0rcta] {
        margin-right: 16px;
    }

    .language-switcher[b-9petf0rcta]  .lang-button {
        padding: 4px 8px !important;
    }

    .language-switcher .lang-flag[b-9petf0rcta] {
        margin-right: 4px;
    }

    .language-switcher[b-9petf0rcta]  .lang-arrow {
        display: none !important;
    }
}

/* ============================================
   注意：MudMenu 下拉菜单是 Portal 组件，
   渲染到 body 外部，样式已移至 app.css
   ============================================ */
/* /Components/Shared/LazyImage.razor.rz.scp.css */
/* LazyImage 组件样式 */

.lazy-image-wrapper[b-bn84gqnr87] {
    position: relative;
    overflow: hidden;
    background-color: var(--mud-palette-background-grey);
    width: 100%;
    height: 100%;
}

/* 图片保护模式 - 禁用右键、拖拽、选择 */
.lazy-image-wrapper.protected[b-bn84gqnr87] {
    -webkit-user-select: none;
    user-select: none;
}

.lazy-image-wrapper.protected .lazy-image[b-bn84gqnr87] {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: auto; /* 保持点击事件 */
}

/* 图片样式 */
.lazy-image[b-bn84gqnr87] {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazy-image.loaded[b-bn84gqnr87] {
    opacity: 1;
}

/* 占位符 - 骨架屏效果 */
.lazy-placeholder[b-bn84gqnr87] {
    position: absolute;
    inset: 0;
    background-color: var(--mud-palette-background-grey);
    overflow: hidden;
}

/* 闪光动画 */
.placeholder-shimmer[b-bn84gqnr87] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    animation: shimmer-b-bn84gqnr87 1.5s infinite;
}

@keyframes shimmer-b-bn84gqnr87 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* 加载失败状态 - 可点击重试 */
.lazy-error[b-bn84gqnr87] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mud-palette-background-grey);
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    transition: background-color 0.2s;
}

.lazy-error:hover[b-bn84gqnr87] {
    background-color: var(--mud-palette-action-hover);
}

.lazy-retry-icon[b-bn84gqnr87] {
    font-size: 1.5rem;
    opacity: 0.6;
    transition: opacity 0.2s, transform 0.2s;
}

.lazy-error:hover .lazy-retry-icon[b-bn84gqnr87] {
    opacity: 1;
    transform: rotate(90deg);
}

/* 深色模式适配 */
[b-bn84gqnr87] .mud-theme-dark .lazy-placeholder {
    background-color: var(--mud-palette-surface);
}

[b-bn84gqnr87] .mud-theme-dark .placeholder-shimmer {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
}

[b-bn84gqnr87] .mud-theme-dark .lazy-error {
    background-color: var(--mud-palette-surface);
}
/* /Components/Shared/PageLoading.razor.rz.scp.css */
/* PageLoading 组件样式 */

.ks-page-loading[b-027akfpmol] {
    position: relative;
    min-height: 200px;
}

.ks-page-loading-content[b-027akfpmol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--ks-space-xl);
    min-height: 200px;
}

/* 骨架屏容器 */
.ks-skeleton-container[b-027akfpmol] {
    width: 100%;
    max-width: 800px;
}

/* Logo 加载器（页面内版本） */
.ks-logo-loader[b-027akfpmol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ks-space-md);
}

.ks-logo-loader .ks-loader-logo[b-027akfpmol] {
    width: 80px;
    height: 80px;
}

.ks-logo-loader .ks-loader-spinner[b-027akfpmol] {
    width: 50px;
    height: 50px;
}

.ks-logo-loader .ks-spinner-ring:nth-child(1)[b-027akfpmol] {
    width: 50px;
    height: 50px;
    border-top-color: var(--ks-primary);
}

.ks-logo-loader .ks-spinner-ring:nth-child(2)[b-027akfpmol] {
    width: 38px;
    height: 38px;
    top: 6px;
    left: 6px;
    border-right-color: var(--ks-primary-light);
}

.ks-logo-loader .ks-spinner-ring:nth-child(3)[b-027akfpmol] {
    width: 26px;
    height: 26px;
    top: 12px;
    left: 12px;
    border-bottom-color: var(--ks-primary-dark);
}
