/* 内页全新设计样式 - 现代化风格 */

/* ========== Header和导航样式（从index.link_simple_5739移植） ========== */

/* Header CTA Button Enhancement */
.mini-b4d6.east-02a8 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 2.5rem 0.9rem 1.5rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA726 50%, #FFD700 100%);
    background-size: 200% 100%;
    color: #1A0F0A;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(255, 167, 38, 0.5), 0 0 0 3px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    animation: btn-pulse-gold 2s infinite;
    overflow: hidden;
}

.mini-b4d6.east-02a8:hover {
    background-position: 100% 0;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 30px rgba(255, 167, 38, 0.7), 0 0 0 5px rgba(255, 215, 0, 0.4);
    color: #1A0F0A;
}

.mini-b4d6.east-02a8 .warm-2718 {
    position: relative;
    z-index: 2;
}

.mini-b4d6.east-02a8 .layout-rough-5a87 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.mini-b4d6.east-02a8::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.mini-b4d6.east-02a8:hover::before {
    left: 100%;
}

@keyframes btn-pulse-gold {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(255, 167, 38, 0.5), 0 0 0 3px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 6px 25px rgba(255, 167, 38, 0.7), 0 0 0 4px rgba(255, 215, 0, 0.5);
    }
}

@keyframes arrow-slide {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .mini-b4d6.east-02a8 {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

/* ========== Header和导航样式（从index.link_simple_5739移植） ========== */

.down_1b65 {
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.blue-e8b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
}

.shade-copper-8d39 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.thumbnail-5986 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.thumbnail-5986 a {
    display: flex;
    align-items: center;
}

.sidebar_f798 {
    display: flex;
    align-items: center;
}

.border-hot-d33b {
    background: #4CAF50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.picture_d0ee {
    z-index: 1002;
}

/* ========== 导航 ========== */
.disabled_b73d {
    position: relative;
}

.disabled_b73d ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.disabled_b73d li {
    position: relative;
    list-style: none;
}

.disabled_b73d a {
    color: #FFF9C4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0;
    display: block;
}

.disabled_b73d a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.disabled_b73d .logo_rough_82a3 {
    position: relative;
}

.disabled_b73d .icon_soft_ed5e {
    cursor: pointer;
}

.disabled_b73d .icon_soft_ed5e::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.disabled_b73d .current-503b {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #5D4037 0%, #4E342E 100%);
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    z-index: 1000;
    list-style: none;
}

/* 桌面端悬停显示子菜单 */
@media (min-width: 992px) {
    .disabled_b73d .logo_rough_82a3:hover .current-503b {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.disabled_b73d .current-503b li {
    margin: 0;
    list-style: none;
}

.disabled_b73d .current-503b a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.disabled_b73d .current-503b a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.plasma_a0a8 {
    display: none;
    background: rgba(141, 110, 99, 0.3);
    border: 2px solid rgba(255, 167, 38, 0.5);
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s;
}

.plasma_a0a8:hover {
    background: rgba(255, 167, 38, 0.3);
    border-color: #FFA726;
}

.plasma_a0a8.fn-active-97ac {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== 移动端导航 ========== */
@media (max-width: 991px) {
    .down_1b65 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .blue-e8b1 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .plasma_a0a8 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .shade-copper-8d39 {
        order: 1;
        z-index: 1003;
    }
    
    .thumbnail-5986 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .picture_d0ee {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .disabled_b73d {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .disabled_b73d ul {
        display: none;
        flex-direction: column;
        position: relative;
        width: 100%;
        background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
        padding: 0;
        margin: 0.5rem 0 0 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        gap: 0;
        z-index: 1002;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        border-radius: 15px;
        list-style: none;
    }
    
    /* 显示菜单 - 关键样式！*/
    .disabled_b73d ul.fn-active-97ac {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .disabled_b73d > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .disabled_b73d > ul > li:last-child {
        border-bottom: none;
    }
    
    .disabled_b73d > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .disabled_b73d .logo_rough_82a3 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .disabled_b73d .current-503b {
        position: static !important;
        display: none !important;
        background: rgba(0, 0, 0, 0.4);
        box-shadow: none;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        border-top: 1px solid rgba(255, 235, 59, 0.1);
        width: 100%;
        min-width: 100%;
        list-style: none;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .disabled_b73d .logo_rough_82a3.fn-active-97ac > .current-503b {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }
    
    /* 子菜单项样式 */
    .disabled_b73d .current-503b li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .disabled_b73d .current-503b li:last-child {
        border-bottom: none;
    }
    
    .disabled_b73d .current-503b a {
        padding: 1rem 1.5rem 1rem 3rem !important;
        font-size: 0.95rem;
        display: block !important;
        width: 100%;
        color: #FFF9C4 !important;
        position: relative;
        white-space: normal;
    }
    
    /* 子菜单前的箭头图标 */
    .disabled_b73d .current-503b a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .disabled_b73d .current-503b a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .disabled_b73d .icon_soft_ed5e::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .disabled_b73d .logo_rough_82a3.fn-active-97ac > .icon_soft_ed5e::after {
        transform: rotate(180deg) !important;
    }
}

/* ========== 内页原有样式开始 ========== */


/* 响应式图片样式 */
.article-acd2,
.row_0d23 {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 1.5rem auto;
    display: block;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-radius: 2rem;
}

/* 英雄区域保持不变 */
.list-smooth-8ae7 {
    background: rgba(93, 64, 55, 0.1);
    padding: 2.5rem 0;
    margin: 1rem 0;
    border-radius: 20px;
    border: 1px solid rgba(141, 110, 99, 0.1);
}

.list-smooth-8ae7 h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.list-smooth-8ae7 p {
    color: #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

/* 全新内容区域设计 */
.status_c497 {
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 50%, #5D4037 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.status_c497::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.lite_34be.link_8b3e/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(../23grain)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

/* 功能卡片网格 */
.banner-white-01b0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.fluid-14da {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.fluid-14da::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(141, 110, 99, 0.15), transparent);
    transition: left 0.6s ease;
}

.fluid-14da:hover::before {
    left: 100%;
}

.fluid-14da:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(78, 52, 46, 0.35);
    border-color: rgba(141, 110, 99, 0.35);
}

.caption_complex_e290 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Image sizing for feature icons */
.caption_complex_e290 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

@media (max-width: 480px) {
    .caption_complex_e290 img {
        width: 192px;
        height: 192px;
    }
}

.feature-7eeb {
    text-align: center;
}

.module_ebb3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.fresh_a0be {
    font-size: 1rem;
    color: #e9ecef;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.5;
}

.modal-over-7bf0 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.photo-0081 {
    background: linear-gradient(135deg, #FF6F00 0%, #FFA726 100%);
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(255, 167, 38, 0.35);
}

.hot-ba6d {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ffeb3b 0%, #fdd835 100%);
    color: #1a1a1a;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(253, 216, 53, 0.35);
    position: relative;
    overflow: hidden;
}

.hot-ba6d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.6s ease;
}

.hot-ba6d:hover::before {
    left: 100%;
}

.hot-ba6d:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 35px rgba(253, 216, 53, 0.55);
    color: #1a1a1a;
    text-decoration: none;
}

.bright-9200 {
    font-style: normal;
    transition: transform 0.3s ease;
}

.hot-ba6d:hover .bright-9200 {
    transform: translateX(5px);
}

/* 步骤流程设计 */
.thumbnail-center-b830 {
    background: linear-gradient(135deg, rgba(141, 110, 99, 0.25) 0%, rgba(78, 52, 46, 0.15) 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border: 1px solid rgba(141, 110, 99, 0.35);
    position: relative;
    overflow: hidden;
}

.thumbnail-center-b830::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.lite_34be.link_8b3e/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,107,107,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(../23dots)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.motion-f7a1 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0 4px 20px rgba(141, 110, 99, 0.35);
    background: linear-gradient(135deg, #FF6F00 0%, #FFA726 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.secondary-e140 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.banner_lite_dadb {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.banner_lite_dadb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(78, 52, 46, 0.35);
    border-color: rgba(141, 110, 99, 0.35);
}

.aside-628f {
    background: linear-gradient(135deg, #FF6F00 0%, #FFA726 100%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 15px rgba(255, 111, 0, 0.35);
}

.button-ede9 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.notice-a648 {
    font-size: 0.9rem;
    color: #e9ecef;
    opacity: 0.8;
    line-height: 1.4;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .status_c497 {
        padding: 3rem 0;
    }
    
    .banner-white-01b0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .fluid-14da {
        padding: 1.5rem;
    }
    
    .caption_complex_e290 {
        font-size: 2.5rem;
    }
    
    .module_ebb3 {
        font-size: 1.3rem;
    }
    
    .thumbnail-center-b830 {
        padding: 2rem 1rem;
    }
    
    .motion-f7a1 {
        font-size: 1.8rem;
    }
    
    .secondary-e140 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .status_c497 {
        padding: 2rem 0;
    }
    
    .fluid-14da {
        padding: 1.2rem;
    }
    
    .caption_complex_e290 {
        font-size: 2rem;
    }
    
    .module_ebb3 {
        font-size: 1.2rem;
    }
    
    .modal-over-7bf0 {
        gap: 0.3rem;
    }
    
    .photo-0081 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .thumbnail-center-b830 {
        padding: 1.5rem 1rem;
    }
    
    .motion-f7a1 {
        font-size: 1.6rem;
    }
}

.list-smooth-8ae7 .background-617b {
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(141, 110, 99, 0.3);
    position: relative;
    z-index: 1;
}

/* 内页网格布局 */
.easy-b181 {
    margin-top: 2rem;
    gap: 1rem;
}

/* PC端横向显示 */
@media (min-width: 992px) {
    .easy-b181 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .easy-b181 .primary_large_17fa.yellow-5885 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .easy-b181 .secondary-bottom-9af8 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .easy-b181 {
        gap: 2rem;
    }
    
    .easy-b181 .primary_large_17fa.yellow-5885 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .easy-b181 {
        gap: 2.5rem;
    }
    
    .easy-b181 .primary_large_17fa.yellow-5885 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

/* 内页卡片样式 */
.secondary-bottom-9af8 {
    background: #5D4037;
    border: 2px solid #5D4037;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.secondary-bottom-9af8::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.6s ease;
}

.secondary-bottom-9af8:hover::before {
    left: 100%;
}

.secondary-bottom-9af8:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #BCAAA4;
    box-shadow: 0 15px 40px rgba(141, 110, 99, 0.4);
}

.secondary-bottom-9af8 h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.component-7b91 {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    margin: 1rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.secondary-bottom-9af8 p {
    color: #e9ecef;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.secondary-bottom-9af8 .background-617b {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.secondary-bottom-9af8 .background-617b:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

/* 特色内容区域 */
.notice-dark-ca01 {
    background: rgba(93, 64, 55, 0.08);
    border-radius: 18px;
    padding: 2.5rem;
    margin: 2.5rem 0;
    border: 1px solid rgba(141, 110, 99, 0.2);
    position: relative;
    overflow: hidden;
}

.notice-dark-ca01::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #8D6E63;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.2;
}

.notice-dark-ca01 h2 {
    color: #FF6F00;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.notice-dark-ca01 p {
    color: #e9ecef;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

/* 信息列表样式 */
.center_e009 {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.center_e009 li {
    background: rgba(255, 255, 255, 0.05);
    margin: 0.75rem 0;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(141, 110, 99, 0.2);
    color: #e9ecef;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.center_e009 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #8D6E63;
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.center_e009 li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px) scale(1.02);
    border-color: rgba(141, 110, 99, 0.4);
    box-shadow: 0 5px 15px rgba(141, 110, 99, 0.2);
}

.center_e009 li:hover::before {
    transform: scaleY(1);
}

/* 步骤指示器 */
.layout_c15d {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(93, 64, 55, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(141, 110, 99, 0.1);
}

.caption-easy-0165 {
    background: #5D4037;
    border: 2px solid #8D6E63;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.caption-easy-0165::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.caption-easy-0165:hover::before {
    transform: scale(1);
}

.caption-easy-0165:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(141, 110, 99, 0.5);
    border-color: #BCAAA4;
}

/* 导航菜单当前页面高亮 - 已禁用 */
/* .under-57fd a[href*=".hard-6180"] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.25) 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
    transform: translateY(-2px);
} */

/* 响应式调整 */
@media (max-width: 768px) {
    .list-smooth-8ae7 {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .list-smooth-8ae7 h1 {
        font-size: 1.75rem;
    }
    
    .secondary-bottom-9af8 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .component-7b91 {
        font-size: 2rem;
    }
    
    .notice-dark-ca01 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .notice-dark-ca01::before {
        border-radius: 17px;
    }
    
    .center_e009 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .layout_c15d {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .caption-easy-0165 {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .primary_large_17fa img,
    .yellow-5885 img {
        max-width: 100%;
        height: auto;
    }
    
    .article-acd2,
    .row_0d23 {
        max-width: 100%;
    }
}

/* 小屏幕额外保护 */
@media (max-width: 480px) {
    .article-acd2,
    .row_0d23 {
        margin: 0.75rem auto;
    }
    
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* ========== Footer 样式（从 index.link_simple_5739 移植） ========== */

/* ========== Bonus页面专用样式 ========== */

/* Warning Box */
.sort_0baf {
    background: rgba(244, 67, 54, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #F44336;
    margin: 1.5rem 0;
}

.sort_0baf h4 {
    color: #F44336;
    margin-top: 0;
}

.sort_0baf p,
.sort_0baf ul {
    color: white;
    line-height: 1.8;
}

/* Bonus Highlight */
.light-3817 {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.light-3817 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* FAQ Section (从 index.link_simple_5739) */
.grid-tall-0a71 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

.grid-tall-0a71 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.nav-49ac {
    max-width: 900px;
    margin: 0 auto;
}

.badge_c753 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.2);
    margin-bottom: 1.5rem;
    transition: border-color 0.3s;
}

.badge_c753:hover {
    border-color: rgba(255, 167, 38, 0.5);
}

.badge_c753 h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.badge_c753 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.badge_c753 p {
    color: white;
    line-height: 1.8;
    margin: 0 0 1rem 0;
}

.badge_c753 p:last-child {
    margin-bottom: 0;
}

.badge_c753 ul,
.badge_c753 ol {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.badge_c753 li {
    margin-bottom: 0.5rem;
}

/* Content Block (从 index.link_simple_5739) */
.component-fresh-d844 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 167, 38, 0.2);
}

.component-fresh-d844 h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.component-fresh-d844 h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.component-fresh-d844 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.component-fresh-d844 ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Info Box */
.hover_9c56 {
    background: rgba(33, 150, 243, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #2196F3;
    margin: 1.5rem 0;
}

.hover_9c56 h4 {
    color: #2196F3;
    margin-top: 0;
}

.hover_9c56 p {
    margin-bottom: 0;
    color: white;
    line-height: 1.8;
}

.hover_9c56 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0 0 0;
}

/* Popular Games Grid (usado para casos de sucesso) */
.fluid_4871 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

/* Game Card */
.grid_selected_1806 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.grid_selected_1806:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 167, 38, 0.3);
}

.grid_selected_1806 h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

/* Game Specs (usado para dados dos jogadores) */
.message_c2ea {
    margin: 0;
}

.message_c2ea dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

.message_c2ea dd {
    color: white;
    margin: 0.25rem 0 0 0;
    line-height: 1.6;
}

/* Terms Table */
.gradient-4e59 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.gradient-4e59 caption {
    caption-side: top;
    padding: 1rem;
    font-weight: 600;
    color: #FFEB3B;
    text-align: left;
}

.gradient-4e59 thead th {
    background: rgba(141, 110, 99, 0.5);
    color: #FFA726;
    padding: 1rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 167, 38, 0.5);
}

.gradient-4e59 tbody th {
    background: rgba(141, 110, 99, 0.3);
    color: #FFA726;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    width: 30%;
}

.gradient-4e59 td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.gradient-4e59 tbody tr.hero-center-e6b4 {
    background: rgba(76, 175, 80, 0.15);
}

.gradient-4e59 tbody tr.hero-center-e6b4 th,
.gradient-4e59 tbody tr.hero-center-e6b4 td {
    background: transparent;
}

/* Example Box */
.column-3e93 {
    background: rgba(255, 235, 59, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #FFEB3B;
    margin: 1.5rem 0;
}

.column-3e93 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.column-3e93 p {
    color: white;
    margin-bottom: 1rem;
}

.column-3e93 ul {
    color: white;
    line-height: 1.8;
}

.north-02d6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.component-wide-21ab {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 8px;
}

.component-wide-21ab h5 {
    color: #FFA726;
    margin-top: 0;
}

.component-wide-21ab ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

/* Verdict */
.photo_focused_05dc {
    background: rgba(76, 175, 80, 0.15);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    color: white;
}

/* Utility Classes */
.media_0ff0 {
    color: #4CAF50;
    font-weight: 700;
}

.surface_top_3c02 {
    color: #FF9800;
    font-weight: 700;
}

.hard-21da {
    color: #F44336;
    font-weight: 700;
}

.next-6b89 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

/* ========== E-E-A-T Enhancement Styles ========== */

/* Article Metadata Section */
.sort_first_15b9 {
    background: rgba(33, 150, 243, 0.1);
    padding: 2rem 0;
    border-bottom: 2px solid rgba(33, 150, 243, 0.3);
    margin-bottom: 2rem;
}

.sort_ff12 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid rgba(33, 150, 243, 0.3);
}

.column-bronze-8ecb {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    padding-right: 2rem;
}

.banner-2835 {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.backdrop-east-179e {
    color: #2196F3;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.sort_next_a738 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.purple-e0aa {
    padding-left: 2rem;
}

.purple-e0aa p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0.5rem 0;
    line-height: 1.6;
}

.purple-e0aa strong {
    color: #FFEB3B;
}

/* Transparency Section */
.disabled-d203 {
    background: rgba(78, 52, 46, 0.3);
    padding: 4rem 0;
    margin-top: 3rem;
}

.glass-db39,
.iron_9dc2,
.image_639e,
.glass_1027,
.left_4ed1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

.glass-db39 {
    border-left-color: #2196F3;
}

.glass-db39 h3 {
    color: #2196F3;
    margin-top: 0;
}

.iron_9dc2 {
    border-left-color: #9C27B0;
}

.iron_9dc2 h3 {
    color: #9C27B0;
    margin-top: 0;
}

.image_639e {
    border-left-color: #F44336;
    background: rgba(244, 67, 54, 0.1);
}

.image_639e h3 {
    color: #F44336;
    margin-top: 0;
}

.glass_1027 {
    border-left-color: #4CAF50;
}

.glass_1027 h3 {
    color: #4CAF50;
    margin-top: 0;
}

.left_4ed1 {
    border-left-color: #FFA726;
}

.left_4ed1 h3 {
    color: #FFA726;
    margin-top: 0;
}

.glass-db39 p,
.iron_9dc2 p,
.image_639e p,
.glass_1027 p,
.left_4ed1 p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.glass-db39 h4,
.iron_9dc2 h4,
.image_639e h4,
.glass_1027 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.glass-db39 ul,
.iron_9dc2 ul,
.image_639e ul,
.glass_1027 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.glass-db39 li,
.iron_9dc2 li,
.image_639e li,
.glass_1027 li {
    margin-bottom: 0.75rem;
}

.image_639e a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.image_639e a:hover {
    text-decoration: underline;
}

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .sort_ff12 {
        grid-template-columns: 1fr;
    }
    
    .column-bronze-8ecb {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .purple-e0aa {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .sort_first_15b9 {
        padding: 1.5rem 0;
    }
    
    .sort_ff12 {
        padding: 1rem;
    }
    
    .glass-db39,
    .iron_9dc2,
    .image_639e,
    .glass_1027,
    .left_4ed1 {
        padding: 1.5rem;
    }
}

/* ========== Bonus页面专用样式 ========== */

/* Hero Section 增强 */
.motion-cdff {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: start;
}

.shade-white-2db9 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA726 100%);
    color: #1A0F0A;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.4);
}

.text_4bcf {
    margin: 2rem 0;
}

.out_e1c2 {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #FFF9C4;
    margin-bottom: 2rem;
}

.center_c89b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(255, 167, 38, 0.1);
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.background_ceff {
    text-align: center;
}

.new-12fa {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

.copper_0064 {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.down-3be9 {
    margin-top: 2.5rem;
    text-align: center;
}

/* CTA Primary Button Enhancement */
.gold-9871 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1.2rem 3rem 1.2rem 2rem !important;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 50%, #4CAF50 100%) !important;
    background-size: 200% 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

.gold-9871:hover {
    background-position: 100% 0;
    transform: translateY(-3px);
    box-shadow: 0 0 0 6px rgba(76, 175, 80, 0.4), 0 12px 40px rgba(76, 175, 80, 0.5);
}

.gold-9871 .bright-9200 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.gold-9871 .warm-2718 {
    position: relative;
}

@keyframes icon-bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Button Icon Styles */
.bright-9200 {
    display: inline-block;
    margin-right: 0.5rem;
}

/* Responsive Button Styles */
@media (max-width: 767px) {
    .gold-9871 {
        font-size: 1rem !important;
        padding: 1rem 2.5rem 1rem 1.5rem !important;
    }
    
    .gold-9871 .bright-9200 {
        font-size: 1.2rem;
    }
}

.hover_easy_5069 {
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.5);
    animation: pulse-glow 2s infinite;
    position: relative;
    overflow: hidden;
}

.hover_easy_5069::after {
    content: "→";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    transition: right 0.3s;
}

.hover_easy_5069:hover::after {
    right: 1rem;
}

.hover_easy_5069::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.hover_easy_5069:hover::before {
    left: 100%;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(76, 175, 80, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 8px 40px rgba(76, 175, 80, 0.7);
        transform: scale(1.02);
    }
}

.avatar_medium_5ca4 {
    margin-top: 1rem;
    color: #4CAF50;
    font-size: 0.9rem;
    font-weight: 600;
}

.silver-2eca {
    position: relative;
}

.header_af40 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.under-ea93 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.header_af40:hover .under-ea93 {
    transform: scale(1.05);
}

.old_0689 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #FF5722;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.5);
}

/* Comparison Section */
.solid-bb66 {
    background: linear-gradient(180deg, rgba(141, 110, 99, 0.1) 0%, rgba(109, 76, 65, 0.1) 100%);
    border-radius: 20px;
    padding: 3rem 1.5rem !important;
}

.stone_772d {
    margin-bottom: 2rem;
}

.alert_55c9 {
    color: #FFEB3B;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.layout-9fa4 {
    color: #FFF9C4;
    font-size: 1.1rem;
}

.stone-113a {
    overflow-x: auto;
    margin: 2rem 0;
}

.pro_c08a {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    overflow: hidden;
}

.pro_c08a thead tr {
    background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);
}

.pro_c08a th {
    padding: 1.2rem 1rem;
    color: #FFEB3B;
    text-align: center;
    border-bottom: 3px solid #FFA726;
    font-weight: 700;
}

.pro_c08a th.outline-paper-32e1 {
    text-align: left;
}

.pro_c08a tbody tr {
    background: rgba(255,255,255,0.02);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.pro_c08a tbody tr:hover {
    background: rgba(255,255,255,0.05);
}

.pro_c08a tbody tr.over_3a68 {
    background: rgba(76, 175, 80, 0.2);
}

.pro_c08a td {
    padding: 1rem;
    color: #FFF9C4;
    text-align: center;
}

.pro_c08a td.advanced-3e82 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.pro_c08a td.backdrop_down_668e,
.pro_c08a td.chip_cold_4a84,
.pro_c08a td.smooth_f3f9 {
    font-weight: 700;
    color: #4CAF50;
}

.pro_c08a td.element-hard-d4a2 {
    font-weight: 700;
    color: #FFEB3B;
}

.pro_c08a td.border_775e {
    color: #FF9800;
}

.pro_c08a td.dropdown_active_7e19 {
    color: #F44336;
}

.photo_f6d0 {
    margin-top: 2rem;
}

.out-0394 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.out-0394.glass-d707 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.left_3eca {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.slider_5925 {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

.slider_5925 strong {
    color: #4CAF50;
}

/* Success Stories Section */
.shade-orange-2dcd {
    background: linear-gradient(180deg, rgba(141, 110, 99, 0.1) 0%, rgba(109, 76, 65, 0.1) 100%);
    border-radius: 20px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 3rem 1.5rem !important;
}

/* Statistics Section */
.fixed_ad5e {
    margin: 3rem 0;
}

/* FAQ Section */
.grid-tall-0a71 {
    background: linear-gradient(180deg, rgba(141, 110, 99, 0.1) 0%, rgba(109, 76, 65, 0.1) 100%);
    border-radius: 20px;
    padding: 3rem 1.5rem !important;
}

/* VIP Promo Section */
.content-smooth-7407 {
    background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);
    padding: 4rem 1.5rem;
    margin: 3rem 0;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.grid_c7ed {
    position: relative;
}

.notice-middle-94dd {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700 0%, #FFA726 100%);
    color: #1A0F0A;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.5);
}

.grid_c7ed h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.center-f0c0 {
    color: #FFF9C4;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Final CTA Section */
.silver-a167 {
    background: linear-gradient(135deg, #5D4037 0%, #4E342E 100%);
    padding: 2.5rem 1.5rem;
    border-top: 3px solid #FFA726;
}

.active-action-4a1a {
    animation: pulse-scale 2s infinite;
    position: relative;
    padding-right: 3.5rem !important;
}

.active-action-4a1a::after {
    content: "➜";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    animation: arrow-bounce 1s infinite;
}

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(76, 175, 80, 0.6);
    }
}

@keyframes arrow-bounce {
    0%, 100% {
        right: 1.5rem;
    }
    50% {
        right: 1rem;
    }
}

/* FAQ Section */

.article_4f68 {
    max-width: 900px;
    margin: 0 auto;
}

.out-ae23 {
    background: linear-gradient(135deg, #6D4C41 0%, #5D4037 100%);
    padding: 1.8rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.out-ae23:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.out-ae23.copper_2564 {
    border: 2px solid #4CAF50;
}

.out-ae23.blue_b107 {
    border: 2px solid #2196F3;
}

.out-ae23.background-over-dfe6 {
    border: 2px solid #FFA726;
}

.out-ae23.solid-e400 {
    border: 2px solid #9C27B0;
}

.out-ae23.menu_huge_ee7e {
    border: 2px solid #00BCD4;
}

.sidebar-paper-fe32 {
    color: #FFEB3B;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.current-869a {
    color: #FFF9C4;
    line-height: 1.7;
}

.current-869a p {
    margin: 0 0 1rem 0;
}

.current-869a p:last-child {
    margin-bottom: 0;
}

.right_7a87 {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.right_7a87 li {
    margin-bottom: 0.5rem;
}

.current-869a .medium-b211 {
    color: #4CAF50;
    font-weight: 600;
}

.current-869a .table_blue_5366 {
    color: #FF5722;
    font-weight: 600;
}

.current-869a .table_iron_14d5 {
    color: #FFEB3B;
    font-weight: 600;
}

.iron-240d {
    margin-top: 3rem;
}

/* Statistics Section */

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

.mini_f254 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gas-87e0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.chip-132b {
    background: linear-gradient(135deg, #6D4C41 0%, #5D4037 100%);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.chip-132b:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.chip-132b.header-fixed-53da {
    border: 2px solid #4CAF50;
}

.chip-132b.label-a86b {
    border: 2px solid #FFA726;
}

.chip-132b.grid-462a {
    border: 2px solid #2196F3;
}

.chip-132b.backdrop-91f4 {
    border: 2px solid #FFEB3B;
}

.chip-132b.down-7252 {
    border: 2px solid #9C27B0;
}

.chip-132b.in_e76b {
    border: 2px solid #FF5722;
}

.chip-132b.grid_tiny_dd07 {
    border: 2px solid #00BCD4;
}

.status_hovered_f06e {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.chip-132b.header-fixed-53da .status_hovered_f06e {
    color: #4CAF50;
}

.chip-132b.label-a86b .status_hovered_f06e {
    color: #FFA726;
}

.chip-132b.grid-462a .status_hovered_f06e {
    color: #2196F3;
}

.chip-132b.backdrop-91f4 .status_hovered_f06e {
    color: #FFEB3B;
}

.chip-132b.down-7252 .status_hovered_f06e {
    color: #9C27B0;
}

.chip-132b.in_e76b .status_hovered_f06e {
    color: #FF5722;
}

.chip-132b.grid_tiny_dd07 .status_hovered_f06e {
    color: #00BCD4;
}

.disabled-mini-90c6 {
    color: #FFF9C4;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Success Stories Section */
.shade-orange-2dcd {
    background: linear-gradient(180deg, rgba(141, 110, 99, 0.1) 0%, rgba(109, 76, 65, 0.1) 100%);
    border-radius: 20px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 3rem 1.5rem !important;
}

.lite-d793 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.hot-4cdf {
    background: linear-gradient(135deg, #6D4C41 0%, #5D4037 100%);
    padding: 1.8rem;
    border-radius: 12px;
    border: 2px solid #4CAF50;
    transition: transform 0.3s, box-shadow 0.3s;
}

.hot-4cdf:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.focus-7937 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.pagination-fresh-58e1 {}

.sort-next-709f {
    color: #FFEB3B;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.up_ae39 {
    color: #FFF9C4;
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

.large-7b3f {
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

.fast_d0a4 {
    background: #4CAF50;
    color: #fff;
}

.stone-5411 {
    background: rgba(0,0,0,0.3);
    padding: 1.2rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.breadcrumb-7da3 {
    color: #FFF9C4;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.breadcrumb-7da3:last-child {
    margin-bottom: 0;
}

.breadcrumb-7da3.menu_dcca {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb-7da3 .copper_0064 {
    color: #FFEB3B;
    font-weight: 600;
}

.breadcrumb-7da3 .banner_basic_77df {
    color: #4CAF50;
    font-weight: 700;
}

.form-copper-fd84 {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.wrapper-pro-2ef2 {
    margin: 1.5rem 0 0 0;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    font-style: italic;
    padding-left: 1rem;
    border-left: 3px solid #FFA726;
}

.hot-77ea {
    margin-top: 2rem;
    text-align: center;
}

.down_48bc {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .motion-cdff {
        grid-template-columns: 1fr;
    }
    
    .center_c89b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .lite-d793 {
        grid-template-columns: 1fr;
    }
    
    .gas-87e0 {
        grid-template-columns: 1fr;
    }
    
    .pro_c08a {
        font-size: 0.85rem;
    }
    
    .pro_c08a th,
    .pro_c08a td {
        padding: 0.75rem 0.5rem;
    }
    
    .out-ae23 {
        padding: 1.5rem;
    }
    
    .sidebar-paper-fe32 {
        font-size: 1.1rem;
    }
    
    .grid_c7ed h2 {
        font-size: 2rem;
    }
    
    .center-f0c0 {
        font-size: 1rem;
    }
    
    .fluid_4871 {
        grid-template-columns: 1fr;
    }
    
    .north-02d6 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .caption-dynamic-4027,
    .component-fresh-d844,
    .grid_selected_1806,
    .hot-4cdf,
    .chip-132b,
    .badge_c753 {
        text-align: center;
    }
    
    .caption-dynamic-4027 h1,
    .component-fresh-d844 h3,
    .component-fresh-d844 h4,
    .grid_selected_1806 h4,
    .badge_c753 h3 {
        text-align: center;
    }
    
    .caption-dynamic-4027 p,
    .component-fresh-d844 p,
    .grid_selected_1806 p,
    .hover_9c56 p,
    .column-3e93 p,
    .sort_0baf p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .caption-dynamic-4027 ul,
    .component-fresh-d844 ul,
    .hover_9c56 ul,
    .column-3e93 ul,
    .sort_0baf ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .down-3be9,
    .complex_8518 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .shade-white-2db9 {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .text_4bcf {
        font-size: 0.95rem;
    }
    
    .new-12fa {
        font-size: 1.5rem;
    }
    
    .copper_0064 {
        font-size: 0.8rem;
    }
    
    .alert_55c9 {
        font-size: 1.5rem;
    }
    
    .layout-9fa4 {
        font-size: 0.95rem;
    }
    
    .pro_c08a {
        font-size: 0.75rem;
    }
    
    .chip-132b {
        padding: 1.5rem 1rem;
    }
    
    .status_hovered_f06e {
        font-size: 1.8rem;
    }
    
    .hot-4cdf {
        padding: 1.5rem;
    }
    
    .focus-7937 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .sort-next-709f {
        font-size: 1rem;
    }
    
    .sidebar-paper-fe32 {
        font-size: 1rem;
    }
    
    .grid_c7ed h2 {
        font-size: 1.8rem;
    }
    
    .next-6b89 h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .component-fresh-d844 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .grid_selected_1806 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .gradient-4e59 th,
    .gradient-4e59 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .list-smooth-8ae7,
    .next-6b89,
    .solid-bb66,
    .shade-orange-2dcd,
    .fixed_ad5e,
    .grid-tall-0a71,
    .content-smooth-7407 {
        text-align: center;
    }
    
    .stone_772d,
    .caption-dynamic-4027,
    .component-fresh-d844,
    .nav-49ac,
    .fluid_4871 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .caption-dynamic-4027 h1,
    .component-fresh-d844 h2,
    .component-fresh-d844 h3,
    .component-fresh-d844 h4,
    .grid_selected_1806 h4,
    .badge_c753 h3,
    .badge_c753 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .light-3817 {
        text-align: center;
    }
    
    .light-3817 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .caption-dynamic-4027 ul,
    .caption-dynamic-4027 ol,
    .component-fresh-d844 ul,
    .component-fresh-d844 ol,
    .hover_9c56 ul,
    .hover_9c56 ol,
    .column-3e93 ul,
    .column-3e93 ol,
    .sort_0baf ul,
    .sort_0baf ol,
    .badge_c753 ul,
    .badge_c753 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .stone-113a,
    .gradient-4e59 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .down-3be9,
    .complex_8518,
    .iron-240d {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .silver-2eca,
    .header_af40 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .chip-132b,
    .grid_selected_1806,
    .hot-4cdf {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .hover_9c56,
    .column-3e93,
    .sort_0baf,
    .photo_focused_05dc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hover_9c56 p,
    .column-3e93 p,
    .sort_0baf p,
    .photo_focused_05dc p {
        text-align: left;
    }
}

/* ========== Footer 样式（从 index.link_simple_5739 移植） ========== */
.hovered_d471 {
    background: linear-gradient(135deg, #2E1B14 0%, #1A0F0A 100%);
    padding: 3rem 0 1rem;
    border-top: 2px solid rgba(255, 167, 38, 0.2);
}

.mask_hot_6f55 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.prev_969e h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.prev_969e p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.prev_969e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prev_969e li {
    margin-bottom: 0.5rem;
}

.prev_969e a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.prev_969e a:hover {
    color: #FFEB3B;
}

.pro-0f9d {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.pro-0f9d p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.panel-04e8 {
    margin-top: 1rem;
}

.panel-04e8 a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 1rem;
}

.panel-04e8 a:hover {
    text-decoration: underline;
}

/* Footer 响应式 */
@media (max-width: 991px) {
    .mask_hot_6f55 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .prev_969e {
        text-align: center;
    }
}

/* ========== Cadastro页面专用样式 ========== */

/* Activity Cards for New Players */
.caption-25c9 {
    background: rgba(76, 175, 80, 0.15);
    border-left: 4px solid #4CAF50;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.caption-25c9:hover {
    background: rgba(76, 175, 80, 0.25);
    transform: translateY(-2px);
}

.caption-25c9 dt {
    color: #4CAF50;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.caption-25c9 .sort-next-709f {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.caption-25c9 .box-fixed-8e1f {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.caption-25c9 .nav-north-679c {
    color: #fff;
    font-size: 0.9rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Bonus Cards with Different Colors */
.status_69a3 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.status_69a3 h3 {
    color: #4CAF50;
}

.sort_upper_d7e6 {
    background: rgba(255, 152, 0, 0.2);
    border: 2px solid #FF9800;
}

.sort_upper_d7e6 h3 {
    color: #FF9800;
}

.mask_b62b {
    background: rgba(33, 150, 243, 0.2);
    border: 2px solid #2196F3;
}

.mask_b62b h3 {
    color: #2196F3;
}

.status_69a3 .sort_c38a,
.sort_upper_d7e6 .sort_c38a,
.mask_b62b .sort_c38a {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

.notice-89d4 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

/* Success Stories Section Specific */
.shade-orange-2dcd {
    background: linear-gradient(180deg, rgba(141, 110, 99, 0.1) 0%, rgba(109, 76, 65, 0.1) 100%);
    border-radius: 20px;
    border: 2px solid rgba(76, 175, 80, 0.3);
    margin-bottom: 3rem;
}

.shade-orange-2dcd h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.shade-orange-2dcd .hot-77ea {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.shade-orange-2dcd .down_48bc {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .caption-25c9 {
        margin-bottom: 1rem;
    }
    
    .caption-25c9 dt,
    .caption-25c9 .sort-next-709f,
    .caption-25c9 .box-fixed-8e1f,
    .caption-25c9 .nav-north-679c {
        text-align: center;
    }
    
    .status_69a3,
    .sort_upper_d7e6,
    .mask_b62b {
        text-align: center;
    }
    
    .shade-orange-2dcd .down_48bc {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .caption-25c9 {
        padding: 1.2rem;
    }
    
    .notice-89d4 {
        font-size: 2.5rem;
    }
    
    .caption-25c9 .sort-next-709f {
        font-size: 1rem;
    }
    
    .caption-25c9 .nav-north-679c {
        font-size: 0.85rem;
    }
    
    .status_69a3 h3,
    .sort_upper_d7e6 h3,
    .mask_b62b h3 {
        font-size: 1.5rem;
    }
    
    .status_69a3 .sort_c38a,
    .sort_upper_d7e6 .sort_c38a,
    .mask_b62b .sort_c38a {
        font-size: 1rem;
    }
}

/* ========== E-E-A-T Enhancement Styles ========== */

/* Author Info in Hero */
.preview_138b {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #FFC107;
    border-radius: 8px;
}

.out-5b07 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFA726, #FF6F00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.pattern-solid-d57a {
    flex: 1;
}

.out-1d0c {
    color: #FFF9C4;
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
}

.out-1d0c strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

.list-outer-3f35 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.list-outer-3f35 small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

/* Trust Badges */
.background-222c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.preview-fluid-56dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    background: rgba(76, 175, 80, 0.15);
    border: 2px solid #4CAF50;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.preview-fluid-56dd:hover {
    background: rgba(76, 175, 80, 0.25);
    transform: translateY(-2px);
}

.solid-959e {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

.preview-fluid-56dd span:last-child {
    color: #4CAF50;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Transparency Section Enhancement */
.disabled-d203 details[open] {
    background: rgba(33, 150, 243, 0.15);
}

.disabled-d203 details div {
    padding: 1rem 1.5rem 1.5rem;
}

.disabled-d203 details ul {
    list-style-position: inside;
    margin: 0.5rem 0 0 1rem;
    padding: 0;
}

.disabled-d203 details li {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.disabled-d203 details p {
    margin: 0.8rem 0;
}

.disabled-d203 details strong {
    color: #FFEB3B;
}

.disabled-d203 details a {
    color: #4CAF50;
    text-decoration: underline;
}

.disabled-d203 details a:hover {
    color: #66BB6A;
}

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .preview_138b {
        flex-direction: column;
        text-align: center;
    }
    
    .pattern-solid-d57a {
        text-align: center;
    }
    
    .background-222c {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .out-5b07 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .out-1d0c {
        font-size: 0.9rem;
    }
    
    .out-1d0c strong {
        font-size: 1rem;
    }
    
    .list-outer-3f35 {
        font-size: 0.85rem;
    }
    
    .list-outer-3f35 small {
        font-size: 0.75rem;
    }
    
    .preview-fluid-56dd {
        padding: 0.6rem;
    }
    
    .solid-959e {
        font-size: 1.3rem;
    }
    
    .preview-fluid-56dd span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: e441 */
.widget-item-a7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
