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

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

/* Header CTA Button Enhancement */
.shade-14b4.card_d18d {
    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;
}

.shade-14b4.card_d18d: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;
}

.shade-14b4.card_d18d .text-smooth-68ff {
    position: relative;
    z-index: 2;
}

.shade-14b4.card_d18d .fast_156f {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.shade-14b4.card_d18d::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;
}

.shade-14b4.card_d18d: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) {
    .shade-14b4.card_d18d {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

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

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

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

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

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

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

.gallery-6ee7 {
    display: flex;
    align-items: center;
}

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

.pressed-8c71 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.right-431e {
    position: relative;
}

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

.right-431e li {
    position: relative;
    list-style: none;
}

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

.right-431e a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.right-431e .badge-dim-ce08 {
    position: relative;
}

.right-431e .top-8671 {
    cursor: pointer;
}

.right-431e .top-8671::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.right-431e .over_a569 {
    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) {
    .right-431e .badge-dim-ce08:hover .over_a569 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.right-431e .over_a569 li {
    margin: 0;
    list-style: none;
}

.right-431e .over_a569 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.right-431e .over_a569 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.lite_8b25.fn-active-655a {
    background: rgba(255, 167, 38, 0.5);
}

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

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


/* 响应式图片样式 */
.copper_772b,
.background-small-d78a {
    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;
}

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

.chip-blue-453e 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;
}

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

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

.footer-d6e1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.middle-3bb2.message_slow_dd1d/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;
}

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

.dim-9de5 {
    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;
}

.dim-9de5::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;
}

.dim-9de5:hover::before {
    left: 100%;
}

.dim-9de5: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);
}

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

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

.red-6eae {
    text-align: center;
}

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

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

.medium-a5c4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-lite-d659 {
    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);
}

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

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

.thumbnail-ad63:hover::before {
    left: 100%;
}

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

.modal-complex-f6cd {
    font-style: normal;
    transition: transform 0.3s ease;
}

.thumbnail-ad63:hover .modal-complex-f6cd {
    transform: translateX(5px);
}

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

.progress_advanced_8ba5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.middle-3bb2.message_slow_dd1d/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;
}

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

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

.avatar-soft-3390 {
    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;
}

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

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

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .footer-d6e1 {
        padding: 3rem 0;
    }
    
    .full_0db5 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .dim-9de5 {
        padding: 1.5rem;
    }
    
    .accordion_stone_b908 {
        font-size: 2.5rem;
    }
    
    .media_first_0a32 {
        font-size: 1.3rem;
    }
    
    .progress_advanced_8ba5 {
        padding: 2rem 1rem;
    }
    
    .primary_white_155d {
        font-size: 1.8rem;
    }
    
    .gallery-54c2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .footer-d6e1 {
        padding: 2rem 0;
    }
    
    .dim-9de5 {
        padding: 1.2rem;
    }
    
    .accordion_stone_b908 {
        font-size: 2rem;
    }
    
    .media_first_0a32 {
        font-size: 1.2rem;
    }
    
    .medium-a5c4 {
        gap: 0.3rem;
    }
    
    .feature-lite-d659 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .progress_advanced_8ba5 {
        padding: 1.5rem 1rem;
    }
    
    .primary_white_155d {
        font-size: 1.6rem;
    }
}

.chip-blue-453e .surface-dirty-6df6 {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .out_a3bb {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .out_a3bb .tertiary-6757.logo-iron-8c33 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .out_a3bb .link_4d8e {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .out_a3bb {
        gap: 2rem;
    }
    
    .out_a3bb .tertiary-6757.logo-iron-8c33 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .out_a3bb {
        gap: 2.5rem;
    }
    
    .out_a3bb .tertiary-6757.logo-iron-8c33 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

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

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

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

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

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

.link_4d8e .surface-dirty-6df6 {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.link_4d8e .surface-dirty-6df6:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.action-5d0d 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;
}

.action-5d0d 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;
}

.action-5d0d 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);
}

.action-5d0d li:hover::before {
    transform: scaleY(1);
}

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

.description-advanced-ce3f {
    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;
}

.description-advanced-ce3f::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;
}

.description-advanced-ce3f:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .label-pro-2543 a[href*=".box_d4c8"] {
    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) {
    .chip-blue-453e {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .chip-blue-453e h1 {
        font-size: 1.75rem;
    }
    
    .link_4d8e {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .footer_11f9 {
        font-size: 2rem;
    }
    
    .progress-short-e407 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .progress-short-e407::before {
        border-radius: 17px;
    }
    
    .action-5d0d li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .cold_a6e3 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .description-advanced-ce3f {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .tertiary-6757 img,
    .logo-iron-8c33 img {
        max-width: 100%;
        height: auto;
    }
    
    .copper_772b,
    .background-small-d78a {
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Bonus Highlight */
.layout-3f7f {
    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);
}

.layout-3f7f h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* FAQ Section (从 index.search_fc63) */
.up_d0d1 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-40e5 h4 {
    color: #2196F3;
    margin-top: 0;
}

.in-40e5 p {
    margin-bottom: 0;
    color: white;
    line-height: 1.8;
}

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

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

/* Game Card */
.border_68fa {
    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;
}

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

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

/* Game Specs (usado para dados dos jogadores) */
.shadow-gold-a5ba {
    margin: 0;
}

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

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

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

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

.detail-hot-92c2 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);
}

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

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

.detail-hot-92c2 tbody tr.motion_0104 {
    background: rgba(76, 175, 80, 0.15);
}

.detail-hot-92c2 tbody tr.motion_0104 th,
.detail-hot-92c2 tbody tr.motion_0104 td {
    background: transparent;
}

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

.middle-7d74 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.middle-7d74 p {
    color: white;
    margin-bottom: 1rem;
}

.middle-7d74 ul {
    color: white;
    line-height: 1.8;
}

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

.motion-ac1c {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 8px;
}

.motion-ac1c h5 {
    color: #FFA726;
    margin-top: 0;
}

.motion-ac1c ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.tiny_3f58 {
    color: #2196F3;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

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

.pagination-6be5 {
    padding-left: 2rem;
}

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

.pagination-6be5 strong {
    color: #FFEB3B;
}

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

.hidden_d111,
.widget_4088,
.status-82d4,
.button_over_a3f5,
.menu-12af {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

.status-82d4 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.menu-12af {
    border-left-color: #FFA726;
}

.menu-12af h3 {
    color: #FFA726;
    margin-top: 0;
}

.hidden_d111 p,
.widget_4088 p,
.status-82d4 p,
.button_over_a3f5 p,
.menu-12af p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.hidden_d111 h4,
.widget_4088 h4,
.status-82d4 h4,
.button_over_a3f5 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.hidden_d111 ul,
.widget_4088 ul,
.status-82d4 ul,
.button_over_a3f5 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.hidden_d111 li,
.widget_4088 li,
.status-82d4 li,
.button_over_a3f5 li {
    margin-bottom: 0.75rem;
}

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

.status-82d4 a:hover {
    text-decoration: underline;
}

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .pro_54f2 {
        grid-template-columns: 1fr;
    }
    
    .bright_e68d {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .pagination-6be5 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .panel_bronze_d027 {
        padding: 1.5rem 0;
    }
    
    .pro_54f2 {
        padding: 1rem;
    }
    
    .hidden_d111,
    .widget_4088,
    .status-82d4,
    .button_over_a3f5,
    .menu-12af {
        padding: 1.5rem;
    }
}

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

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

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

.tooltip_f245 {
    margin: 2rem 0;
}

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

.box-brown-4342 {
    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);
}

.light_7c5e {
    text-align: center;
}

.gas-30ba {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

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

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

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

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

.huge_d0ec .modal-complex-f6cd {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.huge_d0ec .text-smooth-68ff {
    position: relative;
}

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

/* Button Icon Styles */
.modal-complex-f6cd {
    display: inline-block;
    margin-right: 0.5rem;
}

/* Responsive Button Styles */
@media (max-width: 767px) {
    .huge_d0ec {
        font-size: 1rem !important;
        padding: 1rem 2.5rem 1rem 1.5rem !important;
    }
    
    .huge_d0ec .modal-complex-f6cd {
        font-size: 1.2rem;
    }
}

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

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

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

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

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

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

.shadow_hard_a97d {
    position: relative;
}

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

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

.thick_282e:hover .row_motion_3322 {
    transform: scale(1.05);
}

.hard_89d3 {
    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 */
.popup_8c4c {
    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;
}

.advanced-c644 {
    margin-bottom: 2rem;
}

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

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

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

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

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

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

.video-eea4 th.aside-solid-76b6 {
    text-align: left;
}

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

.video-eea4 tbody tr:hover {
    background: rgba(255,255,255,0.05);
}

.video-eea4 tbody tr.slider-fluid-1c3c {
    background: rgba(76, 175, 80, 0.2);
}

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

.video-eea4 td.pro_df31 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.video-eea4 td.red_89ea,
.video-eea4 td.thumbnail_279f,
.video-eea4 td.section_f0dc {
    font-weight: 700;
    color: #4CAF50;
}

.video-eea4 td.block_dynamic_f879 {
    font-weight: 700;
    color: #FFEB3B;
}

.video-eea4 td.out-4f79 {
    color: #FF9800;
}

.video-eea4 td.iron-7553 {
    color: #F44336;
}

.detail_bright_c87b {
    margin-top: 2rem;
}

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

.pattern_lite_a8e6.column-advanced-c8b8 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.media-liquid-cea6 {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

.north-506b strong {
    color: #4CAF50;
}

/* Success Stories Section */
.orange_205b {
    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 */
.thick_26bd {
    margin: 3rem 0;
}

/* FAQ Section */
.up_d0d1 {
    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 */
.highlight_83ff {
    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);
}

.tag_4021 {
    position: relative;
}

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

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

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

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

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

.badge-7719::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 */

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

.hot-9e29 {
    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;
}

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

.hot-9e29.caption_83ef {
    border: 2px solid #4CAF50;
}

.hot-9e29.card_copper_f2a9 {
    border: 2px solid #2196F3;
}

.hot-9e29.footer-97a0 {
    border: 2px solid #FFA726;
}

.hot-9e29.pagination_dc31 {
    border: 2px solid #9C27B0;
}

.hot-9e29.title-0a22 {
    border: 2px solid #00BCD4;
}

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

.tall-36ff {
    color: #FFF9C4;
    line-height: 1.7;
}

.tall-36ff p {
    margin: 0 0 1rem 0;
}

.tall-36ff p:last-child {
    margin-bottom: 0;
}

.accordion-purple-9372 {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.accordion-purple-9372 li {
    margin-bottom: 0.5rem;
}

.tall-36ff .steel-e1f8 {
    color: #4CAF50;
    font-weight: 600;
}

.tall-36ff .icon-blue-5da5 {
    color: #FF5722;
    font-weight: 600;
}

.tall-36ff .modal-out-309a {
    color: #FFEB3B;
    font-weight: 600;
}

.large_7b07 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

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

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

.border-d4dc.border_1007 {
    border: 2px solid #4CAF50;
}

.border-d4dc.widget-20c2 {
    border: 2px solid #FFA726;
}

.border-d4dc.row-iron-7318 {
    border: 2px solid #2196F3;
}

.border-d4dc.old-1cc0 {
    border: 2px solid #FFEB3B;
}

.border-d4dc.plasma_9937 {
    border: 2px solid #9C27B0;
}

.border-d4dc.steel-377f {
    border: 2px solid #FF5722;
}

.border-d4dc.logo-pressed-b6a2 {
    border: 2px solid #00BCD4;
}

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

.border-d4dc.border_1007 .hidden_bca6 {
    color: #4CAF50;
}

.border-d4dc.widget-20c2 .hidden_bca6 {
    color: #FFA726;
}

.border-d4dc.row-iron-7318 .hidden_bca6 {
    color: #2196F3;
}

.border-d4dc.old-1cc0 .hidden_bca6 {
    color: #FFEB3B;
}

.border-d4dc.plasma_9937 .hidden_bca6 {
    color: #9C27B0;
}

.border-d4dc.steel-377f .hidden_bca6 {
    color: #FF5722;
}

.border-d4dc.logo-pressed-b6a2 .hidden_bca6 {
    color: #00BCD4;
}

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

/* Success Stories Section */
.orange_205b {
    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;
}

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

.table-cold-841f {
    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;
}

.table-cold-841f:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

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

.west_f691 {}

.paragraph-08de {
    color: #FFEB3B;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

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

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

.gold-5e64 {
    background: #4CAF50;
    color: #fff;
}

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

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

.secondary_action_62e0:last-child {
    margin-bottom: 0;
}

.secondary_action_62e0.thumbnail_68b5 {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary_action_62e0 .cool_d2ef {
    color: #FFEB3B;
    font-weight: 600;
}

.secondary_action_62e0 .solid_4e25 {
    color: #4CAF50;
    font-weight: 700;
}

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

.detail-purple-cc4e {
    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;
}

.black_b8c0 {
    margin-top: 2rem;
    text-align: center;
}

.wrapper-7a8a {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .prev_06dc {
        grid-template-columns: 1fr;
    }
    
    .box-brown-4342 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .slider_5a90 {
        grid-template-columns: 1fr;
    }
    
    .first-f5d5 {
        grid-template-columns: 1fr;
    }
    
    .video-eea4 {
        font-size: 0.85rem;
    }
    
    .video-eea4 th,
    .video-eea4 td {
        padding: 0.75rem 0.5rem;
    }
    
    .hot-9e29 {
        padding: 1.5rem;
    }
    
    .section_6a3e {
        font-size: 1.1rem;
    }
    
    .tag_4021 h2 {
        font-size: 2rem;
    }
    
    .full_f0c4 {
        font-size: 1rem;
    }
    
    .up-c928 {
        grid-template-columns: 1fr;
    }
    
    .detail_c9c8 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .paragraph_e471,
    .panel-f5d0,
    .border_68fa,
    .table-cold-841f,
    .border-d4dc,
    .thumbnail_ab0d {
        text-align: center;
    }
    
    .paragraph_e471 h1,
    .panel-f5d0 h3,
    .panel-f5d0 h4,
    .border_68fa h4,
    .thumbnail_ab0d h3 {
        text-align: center;
    }
    
    .paragraph_e471 p,
    .panel-f5d0 p,
    .border_68fa p,
    .in-40e5 p,
    .middle-7d74 p,
    .tiny_3720 p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .paragraph_e471 ul,
    .panel-f5d0 ul,
    .in-40e5 ul,
    .middle-7d74 ul,
    .tiny_3720 ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .main_east_5125,
    .west-1e7e {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .heading_blue_2025 {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .tooltip_f245 {
        font-size: 0.95rem;
    }
    
    .gas-30ba {
        font-size: 1.5rem;
    }
    
    .cool_d2ef {
        font-size: 0.8rem;
    }
    
    .down_8c9d {
        font-size: 1.5rem;
    }
    
    .media_small_52e1 {
        font-size: 0.95rem;
    }
    
    .video-eea4 {
        font-size: 0.75rem;
    }
    
    .border-d4dc {
        padding: 1.5rem 1rem;
    }
    
    .hidden_bca6 {
        font-size: 1.8rem;
    }
    
    .table-cold-841f {
        padding: 1.5rem;
    }
    
    .pattern_fcba {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .paragraph-08de {
        font-size: 1rem;
    }
    
    .section_6a3e {
        font-size: 1rem;
    }
    
    .tag_4021 h2 {
        font-size: 1.8rem;
    }
    
    .active_active_fffb h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .panel-f5d0 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .border_68fa {
        padding: 1.2rem;
        text-align: center;
    }
    
    .detail-hot-92c2 th,
    .detail-hot-92c2 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .chip-blue-453e,
    .active_active_fffb,
    .popup_8c4c,
    .orange_205b,
    .thick_26bd,
    .up_d0d1,
    .highlight_83ff {
        text-align: center;
    }
    
    .advanced-c644,
    .paragraph_e471,
    .panel-f5d0,
    .dim_b04f,
    .up-c928 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .paragraph_e471 h1,
    .panel-f5d0 h2,
    .panel-f5d0 h3,
    .panel-f5d0 h4,
    .border_68fa h4,
    .thumbnail_ab0d h3,
    .thumbnail_ab0d h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .layout-3f7f {
        text-align: center;
    }
    
    .layout-3f7f h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .paragraph_e471 ul,
    .paragraph_e471 ol,
    .panel-f5d0 ul,
    .panel-f5d0 ol,
    .in-40e5 ul,
    .in-40e5 ol,
    .middle-7d74 ul,
    .middle-7d74 ol,
    .tiny_3720 ul,
    .tiny_3720 ol,
    .thumbnail_ab0d ul,
    .thumbnail_ab0d ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .light_d3da,
    .detail-hot-92c2 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .main_east_5125,
    .west-1e7e,
    .large_7b07 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .shadow_hard_a97d,
    .thick_282e {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .border-d4dc,
    .border_68fa,
    .table-cold-841f {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .in-40e5,
    .middle-7d74,
    .tiny_3720,
    .block-stale-d31a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .in-40e5 p,
    .middle-7d74 p,
    .tiny_3720 p,
    .block-stale-d31a p {
        text-align: left;
    }
}

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

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

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

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

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

.cool-df56 li {
    margin-bottom: 0.5rem;
}

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

.cool-df56 a:hover {
    color: #FFEB3B;
}

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

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

.banner_d166 {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.text_6dc6 .paragraph-08de {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

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

.text_6dc6 .warm_0c20 {
    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 */
.search-red-694e {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.search-red-694e h3 {
    color: #4CAF50;
}

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

.breadcrumb-7d5d h3 {
    color: #FF9800;
}

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

.pressed_7dbc h3 {
    color: #2196F3;
}

.search-red-694e .section-green-94b9,
.breadcrumb-7d5d .section-green-94b9,
.pressed_7dbc .section-green-94b9 {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

/* Success Stories Section Specific */
.orange_205b {
    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;
}

.orange_205b h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.orange_205b .black_b8c0 {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.orange_205b .wrapper-7a8a {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .text_6dc6 {
        margin-bottom: 1rem;
    }
    
    .text_6dc6 dt,
    .text_6dc6 .paragraph-08de,
    .text_6dc6 .search_full_50f3,
    .text_6dc6 .warm_0c20 {
        text-align: center;
    }
    
    .search-red-694e,
    .breadcrumb-7d5d,
    .pressed_7dbc {
        text-align: center;
    }
    
    .orange_205b .wrapper-7a8a {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .text_6dc6 {
        padding: 1.2rem;
    }
    
    .panel_c612 {
        font-size: 2.5rem;
    }
    
    .text_6dc6 .paragraph-08de {
        font-size: 1rem;
    }
    
    .text_6dc6 .warm_0c20 {
        font-size: 0.85rem;
    }
    
    .search-red-694e h3,
    .breadcrumb-7d5d h3,
    .pressed_7dbc h3 {
        font-size: 1.5rem;
    }
    
    .search-red-694e .section-green-94b9,
    .breadcrumb-7d5d .section-green-94b9,
    .pressed_7dbc .section-green-94b9 {
        font-size: 1rem;
    }
}

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

/* Author Info in Hero */
.pagination-lower-35e4 {
    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;
}

.disabled-6f41 {
    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;
}

.article_54da {
    flex: 1;
}

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

.status_f5c2 strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

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

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

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

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

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

.upper-2e77 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

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

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

.info_green_0652 details div {
    padding: 1rem 1.5rem 1.5rem;
}

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

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

.info_green_0652 details p {
    margin: 0.8rem 0;
}

.info_green_0652 details strong {
    color: #FFEB3B;
}

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

.info_green_0652 details a:hover {
    color: #66BB6A;
}

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .pagination-lower-35e4 {
        flex-direction: column;
        text-align: center;
    }
    
    .article_54da {
        text-align: center;
    }
    
    .link-1752 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .disabled-6f41 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .status_f5c2 {
        font-size: 0.9rem;
    }
    
    .status_f5c2 strong {
        font-size: 1rem;
    }
    
    .rough_b23b {
        font-size: 0.85rem;
    }
    
    .rough_b23b small {
        font-size: 0.75rem;
    }
    
    .east_3159 {
        padding: 0.6rem;
    }
    
    .upper-2e77 {
        font-size: 1.3rem;
    }
    
    .east_3159 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 4aa4 */
.promo-block-t8 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
