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

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

/* Header CTA Button Enhancement */
.video_easy_a23c.overlay-502b {
    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;
}

.video_easy_a23c.overlay-502b: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;
}

.video_easy_a23c.overlay-502b .nav-c363 {
    position: relative;
    z-index: 2;
}

.video_easy_a23c.overlay-502b .modal-simple-2f81 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.video_easy_a23c.overlay-502b::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;
}

.video_easy_a23c.overlay-502b: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) {
    .video_easy_a23c.overlay-502b {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

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

.component-solid-a0d0 {
    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;
}

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

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

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

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

.mini-1604 {
    display: flex;
    align-items: center;
}

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

.active-9471 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.thumbnail_black_fefc .input-huge-d1c4 {
    position: relative;
}

.thumbnail_black_fefc .sort-0c4c {
    cursor: pointer;
}

.thumbnail_black_fefc .sort-0c4c::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.thumbnail_black_fefc .overlay_last_1cb5 {
    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) {
    .thumbnail_black_fefc .input-huge-d1c4:hover .overlay_last_1cb5 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.thumbnail_black_fefc .overlay_last_1cb5 li {
    margin: 0;
    list-style: none;
}

.thumbnail_black_fefc .overlay_last_1cb5 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.thumbnail_black_fefc .overlay_last_1cb5 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.mask_c8ea.fn-active-ae2e {
    background: rgba(255, 167, 38, 0.5);
}

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

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


/* 响应式图片样式 */
.bottom-56b3,
.hovered_a1b1 {
    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;
}

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

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

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

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

.label_tall_0f5f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.shadow-2cce.nav_b538/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;
}

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

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

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

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

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

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

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

.active-fbb8 {
    text-align: center;
}

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

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

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

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

.layout-739d {
    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;
}

.layout-739d::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;
}

.layout-739d:hover::before {
    left: 100%;
}

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

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

.layout-739d:hover .footer_rough_92c1 {
    transform: translateX(5px);
}

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

.component_lite_dd65::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.shadow-2cce.nav_b538/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;
}

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

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

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

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

.center-6dea {
    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);
}

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .label_tall_0f5f {
        padding: 3rem 0;
    }
    
    .pro_31e3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .first_cc5d {
        padding: 1.5rem;
    }
    
    .banner-over-1982 {
        font-size: 2.5rem;
    }
    
    .image-1463 {
        font-size: 1.3rem;
    }
    
    .component_lite_dd65 {
        padding: 2rem 1rem;
    }
    
    .description-0774 {
        font-size: 1.8rem;
    }
    
    .filter-d493 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .label_tall_0f5f {
        padding: 2rem 0;
    }
    
    .first_cc5d {
        padding: 1.2rem;
    }
    
    .banner-over-1982 {
        font-size: 2rem;
    }
    
    .image-1463 {
        font-size: 1.2rem;
    }
    
    .white_6d9e {
        gap: 0.3rem;
    }
    
    .out-a311 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .component_lite_dd65 {
        padding: 1.5rem 1rem;
    }
    
    .description-0774 {
        font-size: 1.6rem;
    }
}

.stone_d713 .aside-29ff {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .input-59cd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .input-59cd .feature-prev-d597.steel_8f57 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .input-59cd .backdrop-6ae6 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .input-59cd {
        gap: 2rem;
    }
    
    .input-59cd .feature-prev-d597.steel_8f57 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .input-59cd {
        gap: 2.5rem;
    }
    
    .input-59cd .feature-prev-d597.steel_8f57 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

.backdrop-6ae6:hover::before {
    left: 100%;
}

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

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

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

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

.backdrop-6ae6 .aside-29ff {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.backdrop-6ae6 .aside-29ff:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.slider-db4f 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;
}

.slider-db4f 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;
}

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

.slider-db4f li:hover::before {
    transform: scaleY(1);
}

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

.photo-paper-2391 {
    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;
}

.photo-paper-2391::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;
}

.photo-paper-2391:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .icon-26cc a[href*=".small-440e"] {
    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) {
    .stone_d713 {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .stone_d713 h1 {
        font-size: 1.75rem;
    }
    
    .backdrop-6ae6 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .highlight-47f5 {
        font-size: 2rem;
    }
    
    .fixed_538b {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .fixed_538b::before {
        border-radius: 17px;
    }
    
    .slider-db4f li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .focus-west-1875 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .photo-paper-2391 {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .feature-prev-d597 img,
    .steel_8f57 img {
        max-width: 100%;
        height: auto;
    }
    
    .bottom-56b3,
    .hovered_a1b1 {
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Bonus Highlight */
.gradient-6a69 {
    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);
}

.gradient-6a69 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

.component-25ac {
    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;
}

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

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

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

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

.component-25ac p:last-child {
    margin-bottom: 0;
}

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

.component-25ac li {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Game Specs (usado para dados dos jogadores) */
.form-center-4ed7 {
    margin: 0;
}

.form-center-4ed7 dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

.form-center-4ed7 dd {
    color: white;
    margin: 0.25rem 0 0 0;
    line-height: 1.6;
}

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

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

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

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

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

.action-f41a tbody tr.active_white_fbbe {
    background: rgba(76, 175, 80, 0.15);
}

.action-f41a tbody tr.active_white_fbbe th,
.action-f41a tbody tr.active_white_fbbe td {
    background: transparent;
}

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

.heading-pro-91e2 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.heading-pro-91e2 p {
    color: white;
    margin-bottom: 1rem;
}

.heading-pro-91e2 ul {
    color: white;
    line-height: 1.8;
}

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

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

.thumbnail-9a4a h5 {
    color: #FFA726;
    margin-top: 0;
}

.thumbnail-9a4a ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.summary_over_6394 {
    padding-left: 2rem;
}

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

.summary_over_6394 strong {
    color: #FFEB3B;
}

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

.top_330b,
.feature_4ec5,
.carousel-fresh-5211,
.status-f81e,
.shade-short-83cd {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

.carousel-fresh-5211 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.shade-short-83cd {
    border-left-color: #FFA726;
}

.shade-short-83cd h3 {
    color: #FFA726;
    margin-top: 0;
}

.top_330b p,
.feature_4ec5 p,
.carousel-fresh-5211 p,
.status-f81e p,
.shade-short-83cd p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.top_330b h4,
.feature_4ec5 h4,
.carousel-fresh-5211 h4,
.status-f81e h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.top_330b ul,
.feature_4ec5 ul,
.carousel-fresh-5211 ul,
.status-f81e ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.top_330b li,
.feature_4ec5 li,
.carousel-fresh-5211 li,
.status-f81e li {
    margin-bottom: 0.75rem;
}

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

.carousel-fresh-5211 a:hover {
    text-decoration: underline;
}

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

@media (max-width: 767px) {
    .slider-silver-0591 {
        padding: 1.5rem 0;
    }
    
    .wood_5763 {
        padding: 1rem;
    }
    
    .top_330b,
    .feature_4ec5,
    .carousel-fresh-5211,
    .status-f81e,
    .shade-short-83cd {
        padding: 1.5rem;
    }
}

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

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

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

.motion_73c1 {
    margin: 2rem 0;
}

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

.thick-6a21 {
    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);
}

.medium-1c41 {
    text-align: center;
}

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

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

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

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

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

.iron_df2e .footer_rough_92c1 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.iron_df2e .nav-c363 {
    position: relative;
}

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

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

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

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

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

.focus-out-b950:hover::after {
    right: 1rem;
}

.focus-out-b950::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;
}

.focus-out-b950: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);
    }
}

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

.text-5956 {
    position: relative;
}

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

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

.outer_7aec:hover .heading_solid_377c {
    transform: scale(1.05);
}

.button-black-ca19 {
    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 */
.item-a984 {
    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_center_4b2a {
    margin-bottom: 2rem;
}

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

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

.progress-58dd {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

.accordion-lower-5e2c th.inner_a043 {
    text-align: left;
}

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

.accordion-lower-5e2c tbody tr:hover {
    background: rgba(255,255,255,0.05);
}

.accordion-lower-5e2c tbody tr.banner_c10b {
    background: rgba(76, 175, 80, 0.2);
}

.accordion-lower-5e2c td {
    padding: 1rem;
    color: #FFF9C4;
    text-align: center;
}

.accordion-lower-5e2c td.right-4846 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.accordion-lower-5e2c td.huge_af15,
.accordion-lower-5e2c td.overlay_7185,
.accordion-lower-5e2c td.filter-163a {
    font-weight: 700;
    color: #4CAF50;
}

.accordion-lower-5e2c td.full_d269 {
    font-weight: 700;
    color: #FFEB3B;
}

.accordion-lower-5e2c td.input-dcfb {
    color: #FF9800;
}

.accordion-lower-5e2c td.fresh-f9d6 {
    color: #F44336;
}

.new_23c8 {
    margin-top: 2rem;
}

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

.notification_32f8.panel_brown_f4f2 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

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

.hero_pink_7221 strong {
    color: #4CAF50;
}

/* Success Stories Section */
.caption-under-588d {
    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 */
.breadcrumb-fluid-3e40 {
    margin: 3rem 0;
}

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

.backdrop-new-c717 {
    position: relative;
}

.gallery-black-f306 {
    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);
}

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

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

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

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

.dirty-ab6d::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 */

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

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

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

.message-5903.surface-black-9af0 {
    border: 2px solid #4CAF50;
}

.message-5903.text_2f13 {
    border: 2px solid #2196F3;
}

.message-5903.gradient_thick_52ba {
    border: 2px solid #FFA726;
}

.message-5903.thick-5fac {
    border: 2px solid #9C27B0;
}

.message-5903.lower-f518 {
    border: 2px solid #00BCD4;
}

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

.fluid-8a87 {
    color: #FFF9C4;
    line-height: 1.7;
}

.fluid-8a87 p {
    margin: 0 0 1rem 0;
}

.fluid-8a87 p:last-child {
    margin-bottom: 0;
}

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

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

.fluid-8a87 .secondary_black_4486 {
    color: #4CAF50;
    font-weight: 600;
}

.fluid-8a87 .pro-67d8 {
    color: #FF5722;
    font-weight: 600;
}

.fluid-8a87 .green_c6c0 {
    color: #FFEB3B;
    font-weight: 600;
}

.photo_in_5ad5 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

.new-2ce9 {
    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;
}

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

.new-2ce9.component-e06b {
    border: 2px solid #4CAF50;
}

.new-2ce9.hero-soft-020a {
    border: 2px solid #FFA726;
}

.new-2ce9.west_06d3 {
    border: 2px solid #2196F3;
}

.new-2ce9.in_3465 {
    border: 2px solid #FFEB3B;
}

.new-2ce9.component_next_68d1 {
    border: 2px solid #9C27B0;
}

.new-2ce9.tooltip_2aa6 {
    border: 2px solid #FF5722;
}

.new-2ce9.link_in_630e {
    border: 2px solid #00BCD4;
}

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

.new-2ce9.component-e06b .west-d1a0 {
    color: #4CAF50;
}

.new-2ce9.hero-soft-020a .west-d1a0 {
    color: #FFA726;
}

.new-2ce9.west_06d3 .west-d1a0 {
    color: #2196F3;
}

.new-2ce9.in_3465 .west-d1a0 {
    color: #FFEB3B;
}

.new-2ce9.component_next_68d1 .west-d1a0 {
    color: #9C27B0;
}

.new-2ce9.tooltip_2aa6 .west-d1a0 {
    color: #FF5722;
}

.new-2ce9.link_in_630e .west-d1a0 {
    color: #00BCD4;
}

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

/* Success Stories Section */
.caption-under-588d {
    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;
}

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

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

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

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

.feature_outer_9b21 {}

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

.notice-blue-5f77 {
    color: #FFF9C4;
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

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

.prev-83c6 {
    background: #4CAF50;
    color: #fff;
}

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

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

.white-6d33:last-child {
    margin-bottom: 0;
}

.white-6d33.border_full_983f {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.white-6d33 .sidebar_over_89c0 {
    color: #FFEB3B;
    font-weight: 600;
}

.white-6d33 .search-fluid-89dd {
    color: #4CAF50;
    font-weight: 700;
}

.caption-bright-c632 {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

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

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

.main-static-c469 {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .action-9de6 {
        grid-template-columns: 1fr;
    }
    
    .thick-6a21 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .row_0baf {
        grid-template-columns: 1fr;
    }
    
    .yellow-f6d3 {
        grid-template-columns: 1fr;
    }
    
    .accordion-lower-5e2c {
        font-size: 0.85rem;
    }
    
    .accordion-lower-5e2c th,
    .accordion-lower-5e2c td {
        padding: 0.75rem 0.5rem;
    }
    
    .message-5903 {
        padding: 1.5rem;
    }
    
    .carousel-ccbf {
        font-size: 1.1rem;
    }
    
    .backdrop-new-c717 h2 {
        font-size: 2rem;
    }
    
    .notification_copper_b49f {
        font-size: 1rem;
    }
    
    .first-17c2 {
        grid-template-columns: 1fr;
    }
    
    .south-83a8 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .label_red_49a6,
    .detail-075c,
    .surface-511e,
    .panel_purple_c14d,
    .new-2ce9,
    .component-25ac {
        text-align: center;
    }
    
    .label_red_49a6 h1,
    .detail-075c h3,
    .detail-075c h4,
    .surface-511e h4,
    .component-25ac h3 {
        text-align: center;
    }
    
    .label_red_49a6 p,
    .detail-075c p,
    .surface-511e p,
    .lite_574d p,
    .heading-pro-91e2 p,
    .content_narrow_84fa p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .label_red_49a6 ul,
    .detail-075c ul,
    .lite_574d ul,
    .heading-pro-91e2 ul,
    .content_narrow_84fa ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .smooth_c062,
    .north-abbd {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .solid_599a {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .motion_73c1 {
        font-size: 0.95rem;
    }
    
    .middle-2aa4 {
        font-size: 1.5rem;
    }
    
    .sidebar_over_89c0 {
        font-size: 0.8rem;
    }
    
    .paragraph_hovered_f72c {
        font-size: 1.5rem;
    }
    
    .cold-ce6c {
        font-size: 0.95rem;
    }
    
    .accordion-lower-5e2c {
        font-size: 0.75rem;
    }
    
    .new-2ce9 {
        padding: 1.5rem 1rem;
    }
    
    .west-d1a0 {
        font-size: 1.8rem;
    }
    
    .panel_purple_c14d {
        padding: 1.5rem;
    }
    
    .form_f3ff {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .box_blue_1e75 {
        font-size: 1rem;
    }
    
    .carousel-ccbf {
        font-size: 1rem;
    }
    
    .backdrop-new-c717 h2 {
        font-size: 1.8rem;
    }
    
    .middle_f83b h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .detail-075c {
        padding: 1.5rem;
        text-align: center;
    }
    
    .surface-511e {
        padding: 1.2rem;
        text-align: center;
    }
    
    .action-f41a th,
    .action-f41a td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .stone_d713,
    .middle_f83b,
    .item-a984,
    .caption-under-588d,
    .breadcrumb-fluid-3e40,
    .steel_2671,
    .message_4a77 {
        text-align: center;
    }
    
    .badge_center_4b2a,
    .label_red_49a6,
    .detail-075c,
    .texture_0829,
    .first-17c2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .label_red_49a6 h1,
    .detail-075c h2,
    .detail-075c h3,
    .detail-075c h4,
    .surface-511e h4,
    .component-25ac h3,
    .component-25ac h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .gradient-6a69 {
        text-align: center;
    }
    
    .gradient-6a69 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .label_red_49a6 ul,
    .label_red_49a6 ol,
    .detail-075c ul,
    .detail-075c ol,
    .lite_574d ul,
    .lite_574d ol,
    .heading-pro-91e2 ul,
    .heading-pro-91e2 ol,
    .content_narrow_84fa ul,
    .content_narrow_84fa ol,
    .component-25ac ul,
    .component-25ac ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .progress-58dd,
    .action-f41a {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .smooth_c062,
    .north-abbd,
    .photo_in_5ad5 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .text-5956,
    .outer_7aec {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .new-2ce9,
    .surface-511e,
    .panel_purple_c14d {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .lite_574d,
    .heading-pro-91e2,
    .content_narrow_84fa,
    .column_2d04 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lite_574d p,
    .heading-pro-91e2 p,
    .content_narrow_84fa p,
    .column_2d04 p {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

.slider_hovered_416e {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.warm-a3a5 .box_blue_1e75 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.warm-a3a5 .progress-bf19 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.warm-a3a5 .old_bd26 {
    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 */
.huge_344a {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.huge_344a h3 {
    color: #4CAF50;
}

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

.texture-white-c400 h3 {
    color: #FF9800;
}

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

.shade-ad2b h3 {
    color: #2196F3;
}

.huge_344a .thumbnail_9acb,
.texture-white-c400 .thumbnail_9acb,
.shade-ad2b .thumbnail_9acb {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

.dropdown-7e3a {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

/* Success Stories Section Specific */
.caption-under-588d {
    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;
}

.caption-under-588d h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.caption-under-588d .picture_stone_6b45 {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.caption-under-588d .main-static-c469 {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .warm-a3a5 {
        margin-bottom: 1rem;
    }
    
    .warm-a3a5 dt,
    .warm-a3a5 .box_blue_1e75,
    .warm-a3a5 .progress-bf19,
    .warm-a3a5 .old_bd26 {
        text-align: center;
    }
    
    .huge_344a,
    .texture-white-c400,
    .shade-ad2b {
        text-align: center;
    }
    
    .caption-under-588d .main-static-c469 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .warm-a3a5 {
        padding: 1.2rem;
    }
    
    .dropdown-7e3a {
        font-size: 2.5rem;
    }
    
    .warm-a3a5 .box_blue_1e75 {
        font-size: 1rem;
    }
    
    .warm-a3a5 .old_bd26 {
        font-size: 0.85rem;
    }
    
    .huge_344a h3,
    .texture-white-c400 h3,
    .shade-ad2b h3 {
        font-size: 1.5rem;
    }
    
    .huge_344a .thumbnail_9acb,
    .texture-white-c400 .thumbnail_9acb,
    .shade-ad2b .thumbnail_9acb {
        font-size: 1rem;
    }
}

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

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

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

.summary_4917 {
    flex: 1;
}

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

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

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

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

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

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

.blue_ad07 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

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

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

.row-middle-79a2 details div {
    padding: 1rem 1.5rem 1.5rem;
}

.row-middle-79a2 details ul {
    list-style-position: inside;
    margin: 0.5rem 0 0 1rem;
    padding: 0;
}

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

.row-middle-79a2 details p {
    margin: 0.8rem 0;
}

.row-middle-79a2 details strong {
    color: #FFEB3B;
}

.row-middle-79a2 details a {
    color: #4CAF50;
    text-decoration: underline;
}

.row-middle-79a2 details a:hover {
    color: #66BB6A;
}

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

@media (max-width: 767px) {
    .gold_6898 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .highlight_current_d2b3 {
        font-size: 0.9rem;
    }
    
    .highlight_current_d2b3 strong {
        font-size: 1rem;
    }
    
    .in-201e {
        font-size: 0.85rem;
    }
    
    .in-201e small {
        font-size: 0.75rem;
    }
    
    .east_4cf4 {
        padding: 0.6rem;
    }
    
    .blue_ad07 {
        font-size: 1.3rem;
    }
    
    .east_4cf4 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 332d */
.widget-item-r0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
