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

/* ========== Header和导航样式（从index.background-dynamic-15c8移植） ========== */

/* Header CTA Button Enhancement */
.row-red-26ce.tertiary_last_bdf5 {
    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;
}

.row-red-26ce.tertiary_last_bdf5: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;
}

.row-red-26ce.tertiary_last_bdf5 .basic_58f4 {
    position: relative;
    z-index: 2;
}

.row-red-26ce.tertiary_last_bdf5 .brown_0d47 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.row-red-26ce.tertiary_last_bdf5::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;
}

.row-red-26ce.tertiary_last_bdf5: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) {
    .row-red-26ce.tertiary_last_bdf5 {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

/* ========== Header和导航样式（从index.background-dynamic-15c8移植） ========== */

.active-9604 {
    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;
}

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

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

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

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

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

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

.iron-04a0 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.label_active_ced2 .section-f6f9 {
    position: relative;
}

.label_active_ced2 .copper_a02a {
    cursor: pointer;
}

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

.label_active_ced2 .red-f82f {
    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) {
    .label_active_ced2 .section-f6f9:hover .red-f82f {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.label_active_ced2 .red-f82f li {
    margin: 0;
    list-style: none;
}

.label_active_ced2 .red-f82f a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.label_active_ced2 .red-f82f a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.pressed-4599 {
    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;
}

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

.pressed-4599.fn-active-21dc {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== 移动端导航 ========== */
@media (max-width: 991px) {
    .active-9604 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .hover-plasma-cea2 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .pressed-4599 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .upper-7912 {
        order: 1;
        z-index: 1003;
    }
    
    .hot_8187 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .iron-04a0 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .label_active_ced2 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .label_active_ced2 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .label_active_ced2 ul.fn-active-21dc {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .label_active_ced2 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .label_active_ced2 > ul > li:last-child {
        border-bottom: none;
    }
    
    .label_active_ced2 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .label_active_ced2 .section-f6f9 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .label_active_ced2 .red-f82f {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .label_active_ced2 .section-f6f9.fn-active-21dc > .red-f82f {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .label_active_ced2 .red-f82f li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .label_active_ced2 .red-f82f li:last-child {
        border-bottom: none;
    }
    
    .label_active_ced2 .red-f82f 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;
    }
    
    /* 子菜单前的箭头图标 */
    .label_active_ced2 .red-f82f a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .label_active_ced2 .red-f82f a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .label_active_ced2 .copper_a02a::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .label_active_ced2 .section-f6f9.fn-active-21dc > .copper_a02a::after {
        transform: rotate(180deg) !important;
    }
}

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


/* 响应式图片样式 */
.avatar_d9e7,
.image-860d {
    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;
}

/* 英雄区域保持不变 */
.thumbnail_c6cb {
    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);
}

.thumbnail_c6cb 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;
}

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

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

.out-5ec0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.pattern_next_6bcd.message-ac89/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;
}

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

.in-b7d8 {
    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;
}

.in-b7d8::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;
}

.in-b7d8:hover::before {
    left: 100%;
}

.in-b7d8: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);
}

.container_action_5448 {
    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 */
.container_action_5448 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

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

.caption-5e23 {
    text-align: center;
}

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

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

.hidden-bottom-37e9 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.east_42b4 {
    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);
}

.gradient_b4e0 {
    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;
}

.gradient_b4e0::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;
}

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

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

.frame-115f {
    font-style: normal;
    transition: transform 0.3s ease;
}

.gradient_b4e0:hover .frame-115f {
    transform: translateX(5px);
}

/* 步骤流程设计 */
.prev-4a5e {
    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;
}

.prev-4a5e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.pattern_next_6bcd.message-ac89/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;
}

.block_ed91 {
    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;
}

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

.paragraph_e04d {
    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;
}

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

.fixed_771f {
    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);
}

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

.video-48d6 {
    font-size: 0.9rem;
    color: #e9ecef;
    opacity: 0.8;
    line-height: 1.4;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .out-5ec0 {
        padding: 3rem 0;
    }
    
    .button_d9fd {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .in-b7d8 {
        padding: 1.5rem;
    }
    
    .container_action_5448 {
        font-size: 2.5rem;
    }
    
    .input_465f {
        font-size: 1.3rem;
    }
    
    .prev-4a5e {
        padding: 2rem 1rem;
    }
    
    .block_ed91 {
        font-size: 1.8rem;
    }
    
    .badge_pink_e2c0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .out-5ec0 {
        padding: 2rem 0;
    }
    
    .in-b7d8 {
        padding: 1.2rem;
    }
    
    .container_action_5448 {
        font-size: 2rem;
    }
    
    .input_465f {
        font-size: 1.2rem;
    }
    
    .hidden-bottom-37e9 {
        gap: 0.3rem;
    }
    
    .east_42b4 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .prev-4a5e {
        padding: 1.5rem 1rem;
    }
    
    .block_ed91 {
        font-size: 1.6rem;
    }
}

.thumbnail_c6cb .thick-efb7 {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .pattern_7ff2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .pattern_7ff2 .hero-brown-41b9.content-d788 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .pattern_7ff2 .detail-brown-3209 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .pattern_7ff2 {
        gap: 2rem;
    }
    
    .pattern_7ff2 .hero-brown-41b9.content-d788 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .pattern_7ff2 {
        gap: 2.5rem;
    }
    
    .pattern_7ff2 .hero-brown-41b9.content-d788 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

/* 内页卡片样式 */
.detail-brown-3209 {
    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;
}

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

.detail-brown-3209:hover::before {
    left: 100%;
}

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

.detail-brown-3209 h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

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

.detail-brown-3209 p {
    color: #e9ecef;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.detail-brown-3209 .thick-efb7 {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.detail-brown-3209 .thick-efb7:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

/* 特色内容区域 */
.thick-7276 {
    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;
}

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

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

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

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

.gallery_4e06 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;
}

.gallery_4e06 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;
}

.gallery_4e06 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);
}

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

/* 步骤指示器 */
.column-huge-4316 {
    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);
}

.container-east-3ef9 {
    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;
}

.container-east-3ef9::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;
}

.container-east-3ef9:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .grid-f11e a[href*=".next-bce5"] {
    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) {
    .thumbnail_c6cb {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .thumbnail_c6cb h1 {
        font-size: 1.75rem;
    }
    
    .detail-brown-3209 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .main-9e2e {
        font-size: 2rem;
    }
    
    .thick-7276 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .thick-7276::before {
        border-radius: 17px;
    }
    
    .gallery_4e06 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .column-huge-4316 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .container-east-3ef9 {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .hero-brown-41b9 img,
    .content-d788 img {
        max-width: 100%;
        height: auto;
    }
    
    .avatar_d9e7,
    .image-860d {
        max-width: 100%;
    }
}

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

/* ========== Footer 样式（从 index.background-dynamic-15c8 移植） ========== */

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

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

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

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

/* Bonus Highlight */
.liquid-ffa9 {
    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);
}

.liquid-ffa9 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* FAQ Section (从 index.background-dynamic-15c8) */
.caption-short-8701 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

.caption-short-8701 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

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

.gradient_in_d5b1 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Game Card */
.status-south-47f5 {
    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;
}

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

.status-south-47f5 h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

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

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

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

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

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

.frame_glass_40b6 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);
}

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

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

.frame_glass_40b6 tbody tr.hover_ca43 {
    background: rgba(76, 175, 80, 0.15);
}

.frame_glass_40b6 tbody tr.hover_ca43 th,
.frame_glass_40b6 tbody tr.hover_ca43 td {
    background: transparent;
}

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

.article_steel_63f1 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.article_steel_63f1 p {
    color: white;
    margin-bottom: 1rem;
}

.article_steel_63f1 ul {
    color: white;
    line-height: 1.8;
}

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

.disabled-purple-99a1 {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 8px;
}

.disabled-purple-99a1 h5 {
    color: #FFA726;
    margin-top: 0;
}

.disabled-purple-99a1 ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

/* Utility Classes */
.accent-last-57de {
    color: #4CAF50;
    font-weight: 700;
}

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

.description_31f6 {
    color: #F44336;
    font-weight: 700;
}

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

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

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

.pro-e42e {
    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);
}

.hidden-right-5521 {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    padding-right: 2rem;
}

.secondary-4df2 {
    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;
}

.tabs-warm-4fdf {
    color: #2196F3;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

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

.easy-46d8 {
    padding-left: 2rem;
}

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

.easy-46d8 strong {
    color: #FFEB3B;
}

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

.info_5f1e,
.outer_e345,
.gradient-large-5c71,
.chip_last_d028,
.paper-5028 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

.gradient-large-5c71 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.paper-5028 {
    border-left-color: #FFA726;
}

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

.info_5f1e p,
.outer_e345 p,
.gradient-large-5c71 p,
.chip_last_d028 p,
.paper-5028 p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.info_5f1e h4,
.outer_e345 h4,
.gradient-large-5c71 h4,
.chip_last_d028 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.info_5f1e ul,
.outer_e345 ul,
.gradient-large-5c71 ul,
.chip_last_d028 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.info_5f1e li,
.outer_e345 li,
.gradient-large-5c71 li,
.chip_last_d028 li {
    margin-bottom: 0.75rem;
}

.gradient-large-5c71 a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.gradient-large-5c71 a:hover {
    text-decoration: underline;
}

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .pro-e42e {
        grid-template-columns: 1fr;
    }
    
    .hidden-right-5521 {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .easy-46d8 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .section_focused_d551 {
        padding: 1.5rem 0;
    }
    
    .pro-e42e {
        padding: 1rem;
    }
    
    .info_5f1e,
    .outer_e345,
    .gradient-large-5c71,
    .chip_last_d028,
    .paper-5028 {
        padding: 1.5rem;
    }
}

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

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

.accordion_54a1 {
    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);
}

.bronze-f801 {
    margin: 2rem 0;
}

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

.notice_dim_7d8b {
    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);
}

.purple_fe7c {
    text-align: center;
}

.black-5f12 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

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

.video_c5f4 {
    margin-top: 2.5rem;
    text-align: center;
}

/* CTA Primary Button Enhancement */
.green-544f {
    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;
}

.green-544f: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);
}

.green-544f .frame-115f {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.green-544f .basic_58f4 {
    position: relative;
}

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

/* Button Icon Styles */
.frame-115f {
    display: inline-block;
    margin-right: 0.5rem;
}

/* Responsive Button Styles */
@media (max-width: 767px) {
    .green-544f {
        font-size: 1rem !important;
        padding: 1rem 2.5rem 1rem 1.5rem !important;
    }
    
    .green-544f .frame-115f {
        font-size: 1.2rem;
    }
}

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

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

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

.list_b445::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;
}

.list_b445: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);
    }
}

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

.preview_3aaa {
    position: relative;
}

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

.block-south-07e2 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.aside_cde0:hover .block-south-07e2 {
    transform: scale(1.05);
}

.feature_complex_921f {
    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 */
.column-8451 {
    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;
}

.badge_yellow_5f74 {
    margin-bottom: 2rem;
}

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

.breadcrumb_medium_462e {
    color: #FFF9C4;
    font-size: 1.1rem;
}

.purple-a5c0 {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

.progress_bottom_ef0f th.surface_fluid_552b {
    text-align: left;
}

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

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

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

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

.progress_bottom_ef0f td.mask_top_6c5c {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.progress_bottom_ef0f td.tiny_624e,
.progress_bottom_ef0f td.notification_cool_c292,
.progress_bottom_ef0f td.image_c9bb {
    font-weight: 700;
    color: #4CAF50;
}

.progress_bottom_ef0f td.content_508d {
    font-weight: 700;
    color: #FFEB3B;
}

.progress_bottom_ef0f td.light-7f32 {
    color: #FF9800;
}

.progress_bottom_ef0f td.iron_7d1a {
    color: #F44336;
}

.sidebar-dim-2506 {
    margin-top: 2rem;
}

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

.alert_glass_87cd.paper-7aae {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.narrow-10be {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.shade-fresh-3d1e {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

.shade-fresh-3d1e strong {
    color: #4CAF50;
}

/* Success Stories Section */
.component-light-5bf3 {
    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 */
.grid_854c {
    margin: 3rem 0;
}

/* FAQ Section */
.caption-short-8701 {
    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 */
.module-new-fa74 {
    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);
}

.title_285f {
    position: relative;
}

.tag_solid_4d2f {
    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);
}

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

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

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

.avatar-6141 {
    animation: pulse-scale 2s infinite;
    position: relative;
    padding-right: 3.5rem !important;
}

.avatar-6141::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 */

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

.header-d6f6 {
    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;
}

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

.header-d6f6.tag_up_6972 {
    border: 2px solid #4CAF50;
}

.header-d6f6.top-448a {
    border: 2px solid #2196F3;
}

.header-d6f6.banner_1e58 {
    border: 2px solid #FFA726;
}

.header-d6f6.outline-easy-b507 {
    border: 2px solid #9C27B0;
}

.header-d6f6.dark-d92d {
    border: 2px solid #00BCD4;
}

.module-full-4732 {
    color: #FFEB3B;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.panel_40ea {
    color: #FFF9C4;
    line-height: 1.7;
}

.panel_40ea p {
    margin: 0 0 1rem 0;
}

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

.thumbnail-48c3 {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.thumbnail-48c3 li {
    margin-bottom: 0.5rem;
}

.panel_40ea .right-72c4 {
    color: #4CAF50;
    font-weight: 600;
}

.panel_40ea .breadcrumb_simple_567a {
    color: #FF5722;
    font-weight: 600;
}

.panel_40ea .article_pink_93bc {
    color: #FFEB3B;
    font-weight: 600;
}

.table_1421 {
    margin-top: 3rem;
}

/* Statistics Section */

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

.tag_basic_55e2 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);
}

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

.notice-large-cf78 {
    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;
}

.notice-large-cf78:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.notice-large-cf78.badge_a91b {
    border: 2px solid #4CAF50;
}

.notice-large-cf78.input_action_6bb8 {
    border: 2px solid #FFA726;
}

.notice-large-cf78.highlight-red-d0ad {
    border: 2px solid #2196F3;
}

.notice-large-cf78.purple_5e7b {
    border: 2px solid #FFEB3B;
}

.notice-large-cf78.background_ffb0 {
    border: 2px solid #9C27B0;
}

.notice-large-cf78.next_e9a4 {
    border: 2px solid #FF5722;
}

.notice-large-cf78.primary_c2b8 {
    border: 2px solid #00BCD4;
}

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

.notice-large-cf78.badge_a91b .form_top_3916 {
    color: #4CAF50;
}

.notice-large-cf78.input_action_6bb8 .form_top_3916 {
    color: #FFA726;
}

.notice-large-cf78.highlight-red-d0ad .form_top_3916 {
    color: #2196F3;
}

.notice-large-cf78.purple_5e7b .form_top_3916 {
    color: #FFEB3B;
}

.notice-large-cf78.background_ffb0 .form_top_3916 {
    color: #9C27B0;
}

.notice-large-cf78.next_e9a4 .form_top_3916 {
    color: #FF5722;
}

.notice-large-cf78.primary_c2b8 .form_top_3916 {
    color: #00BCD4;
}

.menu_aff4 {
    color: #FFF9C4;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Success Stories Section */
.component-light-5bf3 {
    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;
}

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

.west-7d85 {
    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;
}

.west-7d85:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

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

.notice-tiny-996f {}

.highlight-silver-cf63 {
    color: #FFEB3B;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

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

.huge-28e5 {
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

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

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

.disabled-old-8692 {
    color: #FFF9C4;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.disabled-old-8692:last-child {
    margin-bottom: 0;
}

.disabled-old-8692.frame-8fac {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.disabled-old-8692 .section_orange_7639 {
    color: #FFEB3B;
    font-weight: 600;
}

.disabled-old-8692 .header-e978 {
    color: #4CAF50;
    font-weight: 700;
}

.chip_be6f {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.complex-3ed5 {
    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;
}

.cool-08ed {
    margin-top: 2rem;
    text-align: center;
}

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

/* Responsive Design */
@media (max-width: 991px) {
    .slow_9058 {
        grid-template-columns: 1fr;
    }
    
    .notice_dim_7d8b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .west-dbfc {
        grid-template-columns: 1fr;
    }
    
    .pink-3540 {
        grid-template-columns: 1fr;
    }
    
    .progress_bottom_ef0f {
        font-size: 0.85rem;
    }
    
    .progress_bottom_ef0f th,
    .progress_bottom_ef0f td {
        padding: 0.75rem 0.5rem;
    }
    
    .header-d6f6 {
        padding: 1.5rem;
    }
    
    .module-full-4732 {
        font-size: 1.1rem;
    }
    
    .title_285f h2 {
        font-size: 2rem;
    }
    
    .text_ffd6 {
        font-size: 1rem;
    }
    
    .west_0401 {
        grid-template-columns: 1fr;
    }
    
    .complex_4409 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .green-b5d4,
    .popup_e16c,
    .status-south-47f5,
    .west-7d85,
    .notice-large-cf78,
    .gradient_in_d5b1 {
        text-align: center;
    }
    
    .green-b5d4 h1,
    .popup_e16c h3,
    .popup_e16c h4,
    .status-south-47f5 h4,
    .gradient_in_d5b1 h3 {
        text-align: center;
    }
    
    .green-b5d4 p,
    .popup_e16c p,
    .status-south-47f5 p,
    .paragraph_wide_1ee7 p,
    .article_steel_63f1 p,
    .form_211a p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .green-b5d4 ul,
    .popup_e16c ul,
    .paragraph_wide_1ee7 ul,
    .article_steel_63f1 ul,
    .form_211a ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .video_c5f4,
    .background_old_291d {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .accordion_54a1 {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .bronze-f801 {
        font-size: 0.95rem;
    }
    
    .black-5f12 {
        font-size: 1.5rem;
    }
    
    .section_orange_7639 {
        font-size: 0.8rem;
    }
    
    .feature_582a {
        font-size: 1.5rem;
    }
    
    .breadcrumb_medium_462e {
        font-size: 0.95rem;
    }
    
    .progress_bottom_ef0f {
        font-size: 0.75rem;
    }
    
    .notice-large-cf78 {
        padding: 1.5rem 1rem;
    }
    
    .form_top_3916 {
        font-size: 1.8rem;
    }
    
    .west-7d85 {
        padding: 1.5rem;
    }
    
    .texture_red_d1e5 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .highlight-silver-cf63 {
        font-size: 1rem;
    }
    
    .module-full-4732 {
        font-size: 1rem;
    }
    
    .title_285f h2 {
        font-size: 1.8rem;
    }
    
    .west-6de8 h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .popup_e16c {
        padding: 1.5rem;
        text-align: center;
    }
    
    .status-south-47f5 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .frame_glass_40b6 th,
    .frame_glass_40b6 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .thumbnail_c6cb,
    .west-6de8,
    .column-8451,
    .component-light-5bf3,
    .grid_854c,
    .caption-short-8701,
    .module-new-fa74 {
        text-align: center;
    }
    
    .badge_yellow_5f74,
    .green-b5d4,
    .popup_e16c,
    .slow-a9f1,
    .west_0401 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .green-b5d4 h1,
    .popup_e16c h2,
    .popup_e16c h3,
    .popup_e16c h4,
    .status-south-47f5 h4,
    .gradient_in_d5b1 h3,
    .gradient_in_d5b1 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .liquid-ffa9 {
        text-align: center;
    }
    
    .liquid-ffa9 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .green-b5d4 ul,
    .green-b5d4 ol,
    .popup_e16c ul,
    .popup_e16c ol,
    .paragraph_wide_1ee7 ul,
    .paragraph_wide_1ee7 ol,
    .article_steel_63f1 ul,
    .article_steel_63f1 ol,
    .form_211a ul,
    .form_211a ol,
    .gradient_in_d5b1 ul,
    .gradient_in_d5b1 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .purple-a5c0,
    .frame_glass_40b6 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .video_c5f4,
    .background_old_291d,
    .table_1421 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .preview_3aaa,
    .aside_cde0 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .notice-large-cf78,
    .status-south-47f5,
    .west-7d85 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .paragraph_wide_1ee7,
    .article_steel_63f1,
    .form_211a,
    .background-96be {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .paragraph_wide_1ee7 p,
    .article_steel_63f1 p,
    .form_211a p,
    .background-96be p {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

.easy_6f1e {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.east_0ba7 .highlight-silver-cf63 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.east_0ba7 .search_b33e {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.east_0ba7 .link_3c5d {
    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-dbde {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.status-dbde h3 {
    color: #4CAF50;
}

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

.disabled_6a25 h3 {
    color: #FF9800;
}

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

.tabs-small-a05c h3 {
    color: #2196F3;
}

.status-dbde .right-8d5c,
.disabled_6a25 .right-8d5c,
.tabs-small-a05c .right-8d5c {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

.layout_9467 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

/* Success Stories Section Specific */
.component-light-5bf3 {
    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;
}

.component-light-5bf3 h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.component-light-5bf3 .cool-08ed {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.component-light-5bf3 .header-1651 {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .east_0ba7 {
        margin-bottom: 1rem;
    }
    
    .east_0ba7 dt,
    .east_0ba7 .highlight-silver-cf63,
    .east_0ba7 .search_b33e,
    .east_0ba7 .link_3c5d {
        text-align: center;
    }
    
    .status-dbde,
    .disabled_6a25,
    .tabs-small-a05c {
        text-align: center;
    }
    
    .component-light-5bf3 .header-1651 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .east_0ba7 {
        padding: 1.2rem;
    }
    
    .layout_9467 {
        font-size: 2.5rem;
    }
    
    .east_0ba7 .highlight-silver-cf63 {
        font-size: 1rem;
    }
    
    .east_0ba7 .link_3c5d {
        font-size: 0.85rem;
    }
    
    .status-dbde h3,
    .disabled_6a25 h3,
    .tabs-small-a05c h3 {
        font-size: 1.5rem;
    }
    
    .status-dbde .right-8d5c,
    .disabled_6a25 .right-8d5c,
    .tabs-small-a05c .right-8d5c {
        font-size: 1rem;
    }
}

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

/* Author Info in Hero */
.slow-66ec {
    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;
}

.badge_79af {
    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;
}

.banner_large_0a6f {
    flex: 1;
}

.aside-active-aedc {
    color: #FFF9C4;
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
}

.aside-active-aedc strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

.link-copper-a249 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.link-copper-a249 small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

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

.preview-tiny-a524 {
    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-tiny-a524:hover {
    background: rgba(76, 175, 80, 0.25);
    transform: translateY(-2px);
}

.west-498b {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

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

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

.section-f0a1 details div {
    padding: 1rem 1.5rem 1.5rem;
}

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

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

.section-f0a1 details p {
    margin: 0.8rem 0;
}

.section-f0a1 details strong {
    color: #FFEB3B;
}

.section-f0a1 details a {
    color: #4CAF50;
    text-decoration: underline;
}

.section-f0a1 details a:hover {
    color: #66BB6A;
}

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .slow-66ec {
        flex-direction: column;
        text-align: center;
    }
    
    .banner_large_0a6f {
        text-align: center;
    }
    
    .picture_tall_2604 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .badge_79af {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .aside-active-aedc {
        font-size: 0.9rem;
    }
    
    .aside-active-aedc strong {
        font-size: 1rem;
    }
    
    .link-copper-a249 {
        font-size: 0.85rem;
    }
    
    .link-copper-a249 small {
        font-size: 0.75rem;
    }
    
    .preview-tiny-a524 {
        padding: 0.6rem;
    }
    
    .west-498b {
        font-size: 1.3rem;
    }
    
    .preview-tiny-a524 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 5341 */
.widget-item-g2 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
