.owl-controls {
    height: 0;
    overflow: hidden;
}

/*.atf-section-area{*/
/*    background-color:var(--bs-white);*/
/*}*/
/*Astro Station*/

h2 {
    color: #3e3a39;
}

.atf-section-content {
    margin: 0 auto;
    overflow: hidden;
}

.container_station-ban, .container_station-section, .container_station-foot {
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.container_station-section {
    overflow: hidden;
}

h2, h3, h4, h5, h6, p, span, div {
    color: inherit;
}


/*-- ban start --*/

.container_station-ban {
    margin-top: 60px;
    max-height: 320px;
    align-items: center;
    justify-content: center;
}

.container_station-ban > h1 {
    font-size: 25px;
    color: #ffffff;
    line-height: 1.139;
    background: linear-gradient(to right, #bbe3f9, #fef8e8);
}

/* 图片样式 - 兼容 picture 标签和 img 标签 */
.container_station-ban > h1 > img,
.container_station-ban > h1 > picture {
    max-height: 50px;
    width: auto;
    vertical-align: bottom;
    display: inline-block;
}

/* picture 标签内的 img 继承样式 */
.container_station-ban > h1 > picture img {
    max-height: 50px;
    width: auto;
    vertical-align: bottom;
    display: inline-block;
}


.container_station-ban > h1 ,.container_station-ban > h2{
    font-size: 68px;
    background: linear-gradient(to right, #a0fdfb, #fefdea, #06a9ea);
}

.container_station-ban > h2{
    font-size: 30px;
}

.container_station-ban > span {
    font-size: 50px;
    font-weight: bolder;
    background: linear-gradient(to bottom, #eeeeee, #ebebeb, #c1c1c1);
}

/* 图片样式 - 兼容 picture 标签和 img 标签 */
.container_station-ban > a > img,
.container_station-ban > a > picture {
    margin-left: 5px;
    max-height: 26px;
    width: auto;
    display: inline-block;
}

/* picture 标签内的 img 继承样式 */
.container_station-ban > a > picture img {
    margin-left: 5px;
    max-height: 26px;
    width: auto;
    display: inline-block;
}

.container_station-ban > h1, .container_station-ban > h2, .container_station-ban > span {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}


.container_station-ban > .atf-quote {
    box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}


/*-- btn end --*/


/* ========================================
   StellaVita 天文智能控制器 - 优化样式
   ======================================== */

/* 基础样式重置 */
.stella-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    padding: 80px 0;
}

/* Hero Section 特殊样式 */
.stella-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    padding: 100px 0;
}

/* 内容包装器 */
.stella-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.stella-content-left {
    text-align: left;
}

.stella-content-right {
    text-align: right;
}

.stella-content-wrapper.stella-center {
    text-align: center;
}

/* 徽章样式 */
.stella-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--thm-color), var(--thm-base));
    color: var(--thm-white);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.stella-badge-dark {
    background: linear-gradient(135deg, #333, #666);
}

/* 标题样式 */
.stella-main-title {
    margin-bottom: 50px;
    line-height: 1.2;
}

.stella-title-accent {
    display: block;
    font-size: 48px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.stella-title-primary {
    display: block;
    font-size: 68px;
    font-weight: 700;
    background: linear-gradient(135deg, #a0fdfb, #fefdea, #06a9ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.stella-section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 25px;
    line-height: 1.2;
}

.stella-dark-text .stella-section-title {
    color: var(--thm-black);
}

.stella-section-desc {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin-bottom: 40px;
}

/* Section Header */
.stella-section-header {
    margin-bottom: 50px;
}

.stella-section-header.stella-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 特性卡片网格 */
.stella-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.stella-feature-card {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stella-feature-card:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.stella-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--thm-color), var(--thm-base));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--thm-white);
}

.stella-feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-white);
    margin-bottom: 15px;
}

.stella-feature-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* 高亮框 */
.stella-highlight-box {
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid var(--thm-color);
    padding: 25px 30px;
    border-radius: 10px;
    margin: 40px 0;
    backdrop-filter: blur(5px);
}

.stella-highlight-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 10px;
}

.stella-highlight-box p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

/* 设备展示 */
.stella-devices-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.stella-device-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* 图片样式 - 兼容 picture 标签和 img 标签 */
.stella-device-image img,
.stella-device-image picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* picture 标签内的 img 继承样式 */
.stella-device-image picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.stella-device-item span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-white);
}

/* 统计卡片 */
.stella-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.stella-stat-card {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stella-stat-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(-10px);
}

.stella-stat-wide {
    grid-column: span 2;
}

.stella-stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--thm-color), var(--thm-base));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--thm-white);
    flex-shrink: 0;
}

.stella-stat-content {
    flex: 1;
    text-align: left;
}

.stella-stat-label {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.stella-stat-value {
    display: block;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #30a1d9, #33bad8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 接口网格 */
.stella-interface-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.stella-interface-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stella-interface-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stella-interface-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 15px;
}

.stella-interface-card h3 i {
    color: var(--thm-color);
    margin-right: 10px;
}

.stella-interface-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--thm-p);
    margin-bottom: 15px;
}

.stella-spec-highlight {
    background: linear-gradient(135deg, var(--thm-color), var(--thm-base));
    color: var(--thm-white);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 0;
}

.stella-spec-note {
    font-size: 14px !important;
    color: var(--thm-gray) !important;
    font-style: italic;
}


.stella-app-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

/* 图片样式 - 兼容 picture 标签和 img 标签 */
.stella-app-icon img,
.stella-app-icon picture {
    width: 100%;
    height: 100%;
    display: block;
}

/* picture 标签内的 img 继承样式 */
.stella-app-icon picture img {
    width: 100%;
    height: 100%;
    display: block;
}

.stella-app-features h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 10px;
}

.stella-app-tagline {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.stella-app-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.stella-app-list li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    width: auto;
    text-align: end;
}

.stella-app-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--thm-base);
}

/* 下载区域 */
.stella-app-download {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stella-download-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-white);
    margin-bottom: 20px;
}

.stella-download-buttons {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-bottom: 15px;
}

.stella-download-btn {
    transition: transform 0.3s ease;
}

.stella-download-btn:hover {
    transform: scale(1.05);
}

/* 图片样式 - 兼容 picture 标签和 img 标签 */
.stella-download-btn img,
.stella-download-btn picture {
    height: 50px;
    width: auto;
    display: inline-block;
}

/* picture 标签内的 img 继承样式 */
.stella-download-btn picture img {
    height: 50px;
    width: auto;
    display: inline-block;
}

.stella-download-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* 高级功能区 */
.stella-advanced-content {
    max-width: 800px;
}

.stella-feature-block {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stella-app-icon-small {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

/* 图片样式 - 兼容 picture 标签和 img 标签 */
.stella-app-icon-small img,
.stella-app-icon-small picture {
    width: 100%;
    height: 100%;
    display: block;
}

/* picture 标签内的 img 继承样式 */
.stella-app-icon-small picture img {
    width: 100%;
    height: 100%;
    display: block;
}

.stella-feature-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-white);
    margin-bottom: 15px;
}

.stella-feature-block p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

/* 包装清单 */
.stella-package {
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
    padding: 100px 0;
}

.stella-package .stella-section-title {
    color: var(--thm-black);
}

.stella-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.stella-package-item {
    background: var(--thm-white);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stella-package-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stella-package-main {
    grid-column: span 2;
    grid-row: span 2;
}

.stella-package-image {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stella-package-main .stella-package-image {
    height: 400px;
}

.stella-package-image img,
.stella-package-image picture {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.stella-package-image picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.stella-package-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 10px;
}

.stella-package-item p {
    font-size: 14px;
    color: var(--thm-gray);
}

/* 免责声明 */
.stella-disclaimer {
    margin-top: 50px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.stella-disclaimer p {
    font-size: 14px;
    color: var(--thm-gray);
    line-height: 1.6;
    margin: 0;
}

/* CTA区域 */
.stella-cta {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    padding: 80px 0;
}

.stella-cta-content {
    text-align: center;
}

.stella-cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 15px;
}

.stella-cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.stella-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--thm-color), var(--thm-base));
    color: var(--thm-white);
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(58, 151, 255, 0.3);
}

.stella-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(58, 151, 255, 0.4);
    color: var(--thm-white);
}

.stella-cta-button i {
    margin-right: 10px;
}

/* 动画效果 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(58, 151, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(58, 151, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(58, 151, 255, 0);
    }
}

/* 响应式设计 - 平板 */
@media (max-width: 991px) {
    .stella-section {
        padding: 60px 0;
    }

    .stella-title-accent {
        font-size: 36px;
    }

    .stella-title-primary {
        font-size: 48px;
    }

    .stella-section-title {
        font-size: 36px;
    }

    .stella-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .stella-devices-showcase {
        grid-template-columns: repeat(3, 1fr);
    }

    .stella-package-main {
        grid-column: span 1;
        grid-row: span 1;
    }

    .stella-package-main .stella-package-image {
        height: 200px;
    }
}

/* 响应式设计 - 手机 */
@media (max-width: 767px) {
    .stella-section {
        min-height: auto;
        padding: 40px 0;
        background-attachment: scroll;
    }

    .stella-hero-section {
        min-height: auto;
        padding: 60px 0;
        background-attachment: scroll;
    }

    .stella-content-wrapper {
        padding: 0 20px;
    }

    .stella-content-right {
        text-align: left;
    }

    .stella-title-accent {
        font-size: 28px;
    }

    .stella-title-primary {
        font-size: 36px;
    }

    .stella-section-title {
        font-size: 28px;
    }

    .stella-section-desc {
        font-size: 16px;
    }

    .stella-features-grid {
        grid-template-columns: 1fr;
    }

    .stella-devices-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stella-device-image {
        width: 100px;
        height: 100px;
        padding: 15px;
    }

    .stella-stats-grid {
        grid-template-columns: 1fr;
    }

    .stella-stat-wide {
        grid-column: span 1;
    }

    .stella-stat-value {
        font-size: 24px;
    }

    .stella-interface-grid {
        grid-template-columns: 1fr;
    }

    .stella-app-showcase {
        padding: 30px 20px;
    }

    .stella-download-buttons {
        flex-direction: column;
        align-items: center;
    }

    .stella-package-grid {
        grid-template-columns: 1fr;
    }

    .stella-cta-content h2 {
        font-size: 28px;
    }

    .stella-cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Safari兼容性处理 */
@supports not (backdrop-filter: blur(10px)) {
    .stella-feature-card,
    .stella-stat-card,
    .stella-app-showcase,
    .stella-feature-block {
        background: rgba(0, 0, 0, 0.3);
    }

    .stella-device-image {
        background: rgba(255, 255, 255, 0.9);
    }
}

/* 深色文本模式 */
.stella-dark-text {
    color: var(--thm-black);
}

.stella-dark-text .stella-section-desc {
    color: var(--thm-p);
}

.stella-dark-text .stella-feature-card h3,
.stella-dark-text .stella-feature-card p {
    color: var(--thm-black);
}

/* 打印样式 */
@media print {
    .stella-section {
        background-attachment: scroll !important;
        min-height: auto !important;
    }

    .stella-badge,
    .stella-cta {
        display: none;
    }
}


/* 移动控制区域优化 */
.stella-app-showcase {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 50px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* App图标右对齐 */
.stella-content-right .stella-app-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    margin-left: auto; /* 添加自动左边距实现右对齐 */
    display: block;
}

/* 修复列表项布局 */
.stella-app-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    max-width: 600px; /* 限制最大宽度 */
    margin-left: auto; /* 右对齐 */
}

.stella-app-list li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9); /* 提高文字亮度 */
    margin-bottom: 15px;
    display: flex; /* 使用flex布局 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: flex-end; /* 内容右对齐 */
    text-align: left; /* 文字左对齐 */
    gap: 10px; /* 图标和文字间距 */
}

.stella-app-list li i {
    color: var(--thm-base);
    position: static; /* 改为静态定位 */
    flex-shrink: 0; /* 防止图标缩小 */
    order: 2; /* 图标放在文字后面 */
}

/* PC端特定优化 */
@media (min-width: 992px) {
    .stella-app-list li {
        min-width: 350px; /* 设置最小宽度避免过度压缩 */
    }

    /* 右侧内容区域整体右对齐 */
    .stella-content-right .stella-app-features {
        text-align: right;
    }

    .stella-content-right .stella-app-features h3,
    .stella-content-right .stella-app-tagline {
        text-align: right;
    }
}

/* 增强文字可读性 */
.stella-app-features h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--thm-white);
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* 添加文字阴影 */
}

.stella-app-tagline {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95); /* 提高亮度 */
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


/* 设备展示区域响应式布局 */
.stella-devices-showcase {
    display: grid;
    gap: 25px;
    margin-top: 50px;
}

/* 大屏幕 - 1200px以上：一行显示6个 */
@media (min-width: 1200px) {
    .stella-devices-showcase {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* 中等屏幕 - 768px到1199px：3列2行布局 */
@media (min-width: 768px) and (max-width: 1199px) {
    .stella-devices-showcase {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

/* iPad竖屏 - 特定适配 */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .stella-devices-showcase {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

/* 移动设备 - 767px以下：2列3行布局 */
@media (max-width: 767px) {
    .stella-devices-showcase {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 15px;
    }

    /* 设备项在移动端的尺寸优化 */
    .stella-device-image {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}

/* 超小屏幕优化 - 480px以下 */
@media (max-width: 480px) {
    .stella-devices-showcase {
        gap: 10px;
    }

    .stella-device-image {
        width: 80px;
        height: 80px;
        padding: 12px;
    }

    .stella-device-item span {
        font-size: 14px;
    }
}

/* 设备展示项基础样式保持不变 */
.stella-device-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.stella-device-image {
    background: rgba(0, 0, 0, 0.3);
    width: 120px;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

/* 确保在不同布局下的悬停效果一致 */
.stella-device-item:hover .stella-device-image {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


/*banner 三个视频展示*/
.StellaVitaVideo-box {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
}

.StellaVitaVideo-box > li {
    /*border:1px solid red;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.StellaVitaVideo-box > li > video {

}

#faqAccordion .card-title a:before, #faqAccordion .card-title a.collapsed:before {
    background: var(--thm-black);
}

@media screen and (max-width: 750px) {

    .StellaVitaVideo-box {
        display: none;
    }
}


.card-body p {
    color: var(--thm-white);
}

/* =====================================================
   Compatibility Device List Accordion Module
   ===================================================== */

.stella-compatibility-preview {
    padding: 80px 0;
}

/* Accordion styles */
.stella-compatibility-preview .accordion-item {
    background: rgba(2, 2, 2, 0.7);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
}

.stella-compatibility-preview .accordion-button {
    background: rgba(255, 255, 255, 0.08);
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px;
    text-align: left;
    border: none;
    position: relative;
    transition: all 0.3s ease;
}

.stella-compatibility-preview .accordion-button:hover,
.stella-compatibility-preview .accordion-button:focus {
    background: rgba(255, 255, 255, 0.12);
    color: var(--thm-white);
    box-shadow: none;
}

.stella-compatibility-preview .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.08);
    color: var(--thm-white);
}

/* Accordion icon indicator - device compatibility module specific style (square arrow icon) */
.stella-compatibility-preview .accordion-button::after {
    /* Override Bootstrap default background image, use Font Awesome icon */
    content: "\f078"; /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px; /* Square with rounded corners, different from FAQ's circle */
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    background: rgba(85, 198, 239, 0.15); /* Semi-transparent blue background */
    border: 1px solid rgba(85, 198, 239, 0.3); /* Blue border */
}

/* Expanded state: rotate arrow + background change */
.stella-compatibility-preview .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    background: rgba(85, 198, 239, 0.3); /* Darker background when expanded */
    border-color: rgba(85, 198, 239, 0.5);
}

/* Accordion button hover effect */
.stella-compatibility-preview .accordion-button:hover::after {
    background: var(--thm-base);
    border-color: var(--thm-base);
}

/* Ensure icon position is correct */
.stella-compatibility-preview .accordion-button {
    padding-right: 70px;
}

/* Accordion content area */
.stella-compatibility-preview .accordion-body {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

/* Compatible devices grid */
.stella-compat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.stella-compat-category {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stella-compat-category h4 {
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-white);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stella-compat-category h4 i {
    color: var(--thm-base);
    font-size: 18px;
}

.stella-compat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stella-compat-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.stella-compat-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Footer link button */
.stella-compat-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.stella-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.stella-link-btn:hover {
    color: var(--thm-color);
    transform: translateX(5px);
}

.stella-link-btn i {
    transition: transform 0.3s ease;
}

.stella-link-btn:hover i {
    transform: translateX(3px);
}

/* =====================================================
   DSLR/Mirrorless Camera Brand Card Styles
   ===================================================== */

.stella-compat-camera {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stella-compat-camera-intro {
    text-align: center;
    padding: 0 20px;
}

.stella-compat-camera-intro p {
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--thm-font);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.stella-compat-brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.stella-compat-brand {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stella-compat-brand:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--thm-base);
    transform: translateY(-3px);
}

.brand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.brand-header h4 {
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-white);
    margin: 0;
}

.brand-count {
    display: inline-block;
    padding: 6px 14px;
    background: var(--thm-base);
    color: var(--color-white);
    font-family: var(--thm-font);
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    flex-shrink: 0;
}

.brand-desc {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--thm-font);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* =====================================================
   Responsive styles for compatibility module
   ===================================================== */

@media screen and (max-width: 991px) {
    .stella-compat-grid {
        grid-template-columns: 1fr;
    }

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

@media screen and (max-width: 767px) {
    .stella-compatibility-preview .accordion-button {
        font-size: 18px;
        padding: 16px 20px;
        padding-right: 60px;
    }

    .stella-compatibility-preview .accordion-button::after {
        right: 20px;
    }

    .stella-compatibility-preview .accordion-body {
        padding: 20px;
    }

    .stella-compat-category {
        padding: 16px;
    }

    .brand-header h4 {
        font-size: 18px;
    }
}

/* =====================================================
   Compatibility Table Styles (for index.php accordion module)
   ===================================================== */

/* Brand Filter */
.compat-filter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.compat-filter-label {
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 600;
    color: var(--thm-white);
}

.compat-filter-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.compat-filter-btn {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.compat-filter-btn:hover {
    background: var(--thm-base);
    color: var(--color-white);
}

.compat-filter-btn.active {
    background: var(--thm-base);
    color: var(--color-white);
}

/* Table Container */
.compat-table-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.compat-table-scroll {
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
}

.compat-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--thm-font);
}

.compat-table thead {
    position: sticky;
    top: 0;
    background: var(--thm-line);
    color: var(--color-white);
    z-index: 10;
}

.compat-table th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.compat-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease;
}

.compat-table tbody tr:hover {
    background-color: rgba(85, 198, 239, 0.08);
}

.compat-table td {
    padding: 12px 16px;
    font-size: 13px;
    color: var(--thm-p);
}

/* Status Badge */
.compat-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.compat-status-yes {
    background: #d4edda;
    color: #155724;
}

.compat-status-no {
    background: #f8d7da;
    color: #721c24;
}

/* Table Footer Stats */
.compat-table-footer {
    background: rgba(255, 255, 255, 0.95);
    padding: 14px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.compat-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.compat-stat-item {
    font-size: 13px;
    color: var(--thm-gray);
}

.compat-stat-item strong {
    color: var(--thm-base);
    font-weight: 700;
}

.compat-stat-item i {
    color: var(--thm-color);
    margin-right: 6px;
}

/* Responsive Design for Compatibility Table */
@media (max-width: 767px) {
    .compat-filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .compat-filter-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .compat-filter-btn {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        font-size: 13px;
    }

    /* Mobile table to card conversion */
    .compat-table,
    .compat-table tbody,
    .compat-table tr,
    .compat-table td {
        display: block;
        width: 100%;
    }

    .compat-table thead {
        display: none;
    }

    .compat-table tbody tr {
        margin-bottom: 16px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        padding: 16px;
        background: rgba(255, 255, 255, 0.05);
    }

    .compat-table td {
        padding: 8px 0;
        text-align: left;
        border: none;
        position: relative;
        padding-left: 120px;
    }

    .compat-table td::before {
        position: absolute;
        left: 0;
        top: 8px;
        font-weight: 600;
        color: var(--thm-white);
        font-size: 13px;
    }

    /* Set labels for each column */
    .compat-table td:nth-child(1)::before {
        content: 'Brand';
    }

    .compat-table td:nth-child(2)::before {
        content: 'Model';
    }

    .compat-table td:nth-child(3)::before {
        content: 'Max Non-Bulb Exposure';
    }

    .compat-table td:nth-child(4)::before {
        content: 'Bulb Support';
    }

    .compat-table td:nth-child(5)::before {
        content: 'Bulb Type';
    }

    .compat-stats {
        flex-direction: column;
        gap: 8px;
    }
}



