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

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

/* Header CTA Button Enhancement */
.right_359e.large_2e1e {
    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;
}

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

.right_359e.large_2e1e .background_solid_0254 {
    position: relative;
    z-index: 2;
}

.right_359e.large_2e1e .message_old_39fd {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

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

.right_359e.large_2e1e: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) {
    .right_359e.large_2e1e {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

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

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

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

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

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

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

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

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

.dropdown-pro-db47 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.surface-1908 {
    position: relative;
}

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

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

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

.surface-1908 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.surface-1908 .sort-prev-679d {
    position: relative;
}

.surface-1908 .thumbnail-pro-c509 {
    cursor: pointer;
}

.surface-1908 .thumbnail-pro-c509::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.surface-1908 .component_dark_23bf {
    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) {
    .surface-1908 .sort-prev-679d:hover .component_dark_23bf {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.surface-1908 .component_dark_23bf li {
    margin: 0;
    list-style: none;
}

.surface-1908 .component_dark_23bf a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.surface-1908 .component_dark_23bf a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.copper_63cc.fn-active-4dd5 {
    background: rgba(255, 167, 38, 0.5);
}

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

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


/* 响应式图片样式 */
.chip_bronze_94d0,
.tertiary_830e {
    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;
}

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

.label-action-96f3 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;
}

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

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

.content_bronze_f0b3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.sidebar-liquid-454f.cold-0463/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;
}

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

.media-mini-b003 {
    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;
}

.media-mini-b003::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;
}

.media-mini-b003:hover::before {
    left: 100%;
}

.media-mini-b003: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);
}

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

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

.dropdown_c357 {
    text-align: center;
}

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

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

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

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

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

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

.carousel-0019:hover::before {
    left: 100%;
}

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

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

.carousel-0019:hover .detail_basic_145f {
    transform: translateX(5px);
}

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

.plasma-be65::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.sidebar-liquid-454f.cold-0463/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;
}

.pagination-8bd2 {
    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;
}

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

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

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

.active-red-7a8f {
    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);
}

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .content_bronze_f0b3 {
        padding: 3rem 0;
    }
    
    .card_5ba3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .media-mini-b003 {
        padding: 1.5rem;
    }
    
    .highlight-1166 {
        font-size: 2.5rem;
    }
    
    .narrow-b056 {
        font-size: 1.3rem;
    }
    
    .plasma-be65 {
        padding: 2rem 1rem;
    }
    
    .pagination-8bd2 {
        font-size: 1.8rem;
    }
    
    .button-0c08 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .content_bronze_f0b3 {
        padding: 2rem 0;
    }
    
    .media-mini-b003 {
        padding: 1.2rem;
    }
    
    .highlight-1166 {
        font-size: 2rem;
    }
    
    .narrow-b056 {
        font-size: 1.2rem;
    }
    
    .outline_1b26 {
        gap: 0.3rem;
    }
    
    .north-a8ad {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .plasma-be65 {
        padding: 1.5rem 1rem;
    }
    
    .pagination-8bd2 {
        font-size: 1.6rem;
    }
}

.label-action-96f3 .inner_cff5 {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .element-5f8e {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .element-5f8e .banner-advanced-763b.alert-be74 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .element-5f8e .breadcrumb_59b1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .element-5f8e {
        gap: 2rem;
    }
    
    .element-5f8e .banner-advanced-763b.alert-be74 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .element-5f8e {
        gap: 2.5rem;
    }
    
    .element-5f8e .banner-advanced-763b.alert-be74 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

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

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

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

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

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

.breadcrumb_59b1 .inner_cff5 {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.breadcrumb_59b1 .inner_cff5:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.liquid-c776 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;
}

.liquid-c776 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;
}

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

.liquid-c776 li:hover::before {
    transform: scaleY(1);
}

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

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

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

.thumbnail_selected_3cfe:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .table-6de9 a[href*=".hover_advanced_bce8"] {
    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) {
    .label-action-96f3 {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .label-action-96f3 h1 {
        font-size: 1.75rem;
    }
    
    .breadcrumb_59b1 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .active-9f98 {
        font-size: 2rem;
    }
    
    .card_stone_f3ad {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .card_stone_f3ad::before {
        border-radius: 17px;
    }
    
    .liquid-c776 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .preview-c3d8 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .thumbnail_selected_3cfe {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .banner-advanced-763b img,
    .alert-be74 img {
        max-width: 100%;
        height: auto;
    }
    
    .chip_bronze_94d0,
    .tertiary_830e {
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Bonus Highlight */
.image-179e {
    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);
}

.image-179e h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.search-c7db li {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Game Specs (usado para dados dos jogadores) */
.article-medium-0c27 {
    margin: 0;
}

.article-medium-0c27 dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

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

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

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

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

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

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

.gradient_4594 tbody tr.liquid-6fd7 {
    background: rgba(76, 175, 80, 0.15);
}

.gradient_4594 tbody tr.liquid-6fd7 th,
.gradient_4594 tbody tr.liquid-6fd7 td {
    background: transparent;
}

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

.notice-hard-338e h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.notice-hard-338e p {
    color: white;
    margin-bottom: 1rem;
}

.notice-hard-338e ul {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

.media-0f6a {
    color: #FF9800;
    font-weight: 700;
}

.heading-77d4 {
    color: #F44336;
    font-weight: 700;
}

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

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

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

.box-pressed-3d75 {
    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);
}

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

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

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

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

.article_3252 {
    padding-left: 2rem;
}

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

.article_3252 strong {
    color: #FFEB3B;
}

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

.simple_40ff,
.blue_7547,
.pressed_b7f8,
.table-c1c9,
.badge_out_72f8 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

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

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

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

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

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

.simple_40ff p,
.blue_7547 p,
.pressed_b7f8 p,
.table-c1c9 p,
.badge_out_72f8 p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.simple_40ff h4,
.blue_7547 h4,
.pressed_b7f8 h4,
.table-c1c9 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.simple_40ff ul,
.blue_7547 ul,
.pressed_b7f8 ul,
.table-c1c9 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.simple_40ff li,
.blue_7547 li,
.pressed_b7f8 li,
.table-c1c9 li {
    margin-bottom: 0.75rem;
}

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

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

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .box-pressed-3d75 {
        grid-template-columns: 1fr;
    }
    
    .secondary-4a41 {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .article_3252 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb_76ed {
        padding: 1.5rem 0;
    }
    
    .box-pressed-3d75 {
        padding: 1rem;
    }
    
    .simple_40ff,
    .blue_7547,
    .pressed_b7f8,
    .table-c1c9,
    .badge_out_72f8 {
        padding: 1.5rem;
    }
}

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

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

.widget-warm-a1f6 {
    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);
}

.heading-0f3b {
    margin: 2rem 0;
}

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

.small-3ee8 {
    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);
}

.slider-3560 {
    text-align: center;
}

.mask-center-45d9 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

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

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

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

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

.accordion_soft_2f1b .detail_basic_145f {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.accordion_soft_2f1b .background_solid_0254 {
    position: relative;
}

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

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

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

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

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

.border-lite-d31a:hover::after {
    right: 1rem;
}

.border-lite-d31a::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;
}

.border-lite-d31a: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);
    }
}

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

.hero_south_ff45 {
    position: relative;
}

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

.row-stone-6b9c {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.background_slow_68b7:hover .row-stone-6b9c {
    transform: scale(1.05);
}

.orange_123b {
    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 */
.card-over-378e {
    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;
}

.title-center-a421 {
    margin-bottom: 2rem;
}

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

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

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

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

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

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

.gallery-outer-c840 th.layout-1249 {
    text-align: left;
}

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

.gallery-outer-c840 tbody tr:hover {
    background: rgba(255,255,255,0.05);
}

.gallery-outer-c840 tbody tr.bronze_6c38 {
    background: rgba(76, 175, 80, 0.2);
}

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

.gallery-outer-c840 td.highlight_medium_fc9c {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.gallery-outer-c840 td.center_fbfc,
.gallery-outer-c840 td.wood_384c,
.gallery-outer-c840 td.tiny-5393 {
    font-weight: 700;
    color: #4CAF50;
}

.gallery-outer-c840 td.upper_8798 {
    font-weight: 700;
    color: #FFEB3B;
}

.gallery-outer-c840 td.notification_b062 {
    color: #FF9800;
}

.gallery-outer-c840 td.video-fast-8a6e {
    color: #F44336;
}

.heading_copper_f3d6 {
    margin-top: 2rem;
}

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

.fixed_c911.under-05e9 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

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

.shade-east-c151 strong {
    color: #4CAF50;
}

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

/* FAQ Section */
.lite_c20f {
    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 */
.border-over-1b9f {
    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);
}

.message-warm-abdc {
    position: relative;
}

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

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

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

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

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

.background-c7a0::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 */

.image-easy-ff48 {
    max-width: 900px;
    margin: 0 auto;
}

.frame-30d6 {
    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;
}

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

.frame-30d6.thumbnail_bc9e {
    border: 2px solid #4CAF50;
}

.frame-30d6.current-da2c {
    border: 2px solid #2196F3;
}

.frame-30d6.background-8a58 {
    border: 2px solid #FFA726;
}

.frame-30d6.wide-c028 {
    border: 2px solid #9C27B0;
}

.frame-30d6.hover_6da1 {
    border: 2px solid #00BCD4;
}

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

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

.red-5086 p {
    margin: 0 0 1rem 0;
}

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

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

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

.red-5086 .dark-3776 {
    color: #4CAF50;
    font-weight: 600;
}

.red-5086 .simple-3275 {
    color: #FF5722;
    font-weight: 600;
}

.red-5086 .gradient_8f14 {
    color: #FFEB3B;
    font-weight: 600;
}

.logo_lite_3fa7 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

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

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

.silver-ff8d.block_9587 {
    border: 2px solid #4CAF50;
}

.silver-ff8d.hidden_light_867b {
    border: 2px solid #FFA726;
}

.silver-ff8d.card-in-7233 {
    border: 2px solid #2196F3;
}

.silver-ff8d.summary-out-096a {
    border: 2px solid #FFEB3B;
}

.silver-ff8d.slider_hard_c235 {
    border: 2px solid #9C27B0;
}

.silver-ff8d.upper-eac0 {
    border: 2px solid #FF5722;
}

.silver-ff8d.frame_daf0 {
    border: 2px solid #00BCD4;
}

.widget-smooth-9e24 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.silver-ff8d.block_9587 .widget-smooth-9e24 {
    color: #4CAF50;
}

.silver-ff8d.hidden_light_867b .widget-smooth-9e24 {
    color: #FFA726;
}

.silver-ff8d.card-in-7233 .widget-smooth-9e24 {
    color: #2196F3;
}

.silver-ff8d.summary-out-096a .widget-smooth-9e24 {
    color: #FFEB3B;
}

.silver-ff8d.slider_hard_c235 .widget-smooth-9e24 {
    color: #9C27B0;
}

.silver-ff8d.upper-eac0 .widget-smooth-9e24 {
    color: #FF5722;
}

.silver-ff8d.frame_daf0 .widget-smooth-9e24 {
    color: #00BCD4;
}

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

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

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

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

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

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

.soft_ba65 {}

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

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

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

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

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

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

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

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

.hidden_fd0f .next_d881 {
    color: #FFEB3B;
    font-weight: 600;
}

.hidden_fd0f .hover-c76a {
    color: #4CAF50;
    font-weight: 700;
}

.block-2c32 {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.wood-58ef {
    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;
}

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

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

/* Responsive Design */
@media (max-width: 991px) {
    .pressed_8831 {
        grid-template-columns: 1fr;
    }
    
    .small-3ee8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .background_dcf6 {
        grid-template-columns: 1fr;
    }
    
    .hero_8ee9 {
        grid-template-columns: 1fr;
    }
    
    .gallery-outer-c840 {
        font-size: 0.85rem;
    }
    
    .gallery-outer-c840 th,
    .gallery-outer-c840 td {
        padding: 0.75rem 0.5rem;
    }
    
    .frame-30d6 {
        padding: 1.5rem;
    }
    
    .avatar_ffe0 {
        font-size: 1.1rem;
    }
    
    .message-warm-abdc h2 {
        font-size: 2rem;
    }
    
    .row-2118 {
        font-size: 1rem;
    }
    
    .wrapper-c6be {
        grid-template-columns: 1fr;
    }
    
    .nav_next_9a47 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .container_6ea5,
    .button_bbf8,
    .gradient-right-8382,
    .light_234a,
    .silver-ff8d,
    .search-c7db {
        text-align: center;
    }
    
    .container_6ea5 h1,
    .button_bbf8 h3,
    .button_bbf8 h4,
    .gradient-right-8382 h4,
    .search-c7db h3 {
        text-align: center;
    }
    
    .container_6ea5 p,
    .button_bbf8 p,
    .gradient-right-8382 p,
    .north_e797 p,
    .notice-hard-338e p,
    .status_huge_7a20 p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .container_6ea5 ul,
    .button_bbf8 ul,
    .north_e797 ul,
    .notice-hard-338e ul,
    .status_huge_7a20 ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .heading_26fe,
    .menu-top-6152 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .widget-warm-a1f6 {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .heading-0f3b {
        font-size: 0.95rem;
    }
    
    .mask-center-45d9 {
        font-size: 1.5rem;
    }
    
    .next_d881 {
        font-size: 0.8rem;
    }
    
    .paragraph-smooth-e5cf {
        font-size: 1.5rem;
    }
    
    .menu_1266 {
        font-size: 0.95rem;
    }
    
    .gallery-outer-c840 {
        font-size: 0.75rem;
    }
    
    .silver-ff8d {
        padding: 1.5rem 1rem;
    }
    
    .widget-smooth-9e24 {
        font-size: 1.8rem;
    }
    
    .light_234a {
        padding: 1.5rem;
    }
    
    .gallery_4b8e {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .form-2aa7 {
        font-size: 1rem;
    }
    
    .avatar_ffe0 {
        font-size: 1rem;
    }
    
    .message-warm-abdc h2 {
        font-size: 1.8rem;
    }
    
    .element-simple-e12b h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .button_bbf8 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .gradient-right-8382 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .gradient_4594 th,
    .gradient_4594 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .label-action-96f3,
    .element-simple-e12b,
    .card-over-378e,
    .bright-6410,
    .article_west_d0d9,
    .lite_c20f,
    .border-over-1b9f {
        text-align: center;
    }
    
    .title-center-a421,
    .container_6ea5,
    .button_bbf8,
    .logo_3e5c,
    .wrapper-c6be {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .container_6ea5 h1,
    .button_bbf8 h2,
    .button_bbf8 h3,
    .button_bbf8 h4,
    .gradient-right-8382 h4,
    .search-c7db h3,
    .search-c7db h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .image-179e {
        text-align: center;
    }
    
    .image-179e h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .container_6ea5 ul,
    .container_6ea5 ol,
    .button_bbf8 ul,
    .button_bbf8 ol,
    .north_e797 ul,
    .north_e797 ol,
    .notice-hard-338e ul,
    .notice-hard-338e ol,
    .status_huge_7a20 ul,
    .status_huge_7a20 ol,
    .search-c7db ul,
    .search-c7db ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .dim_7b8e,
    .gradient_4594 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .heading_26fe,
    .menu-top-6152,
    .logo_lite_3fa7 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .hero_south_ff45,
    .background_slow_68b7 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .silver-ff8d,
    .gradient-right-8382,
    .light_234a {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .north_e797,
    .notice-hard-338e,
    .status_huge_7a20,
    .disabled-silver-7047 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .north_e797 p,
    .notice-hard-338e p,
    .status_huge_7a20 p,
    .disabled-silver-7047 p {
        text-align: left;
    }
}

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

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

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

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

.section-pro-2290 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-pro-2290 li {
    margin-bottom: 0.5rem;
}

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

.section-pro-2290 a:hover {
    color: #FFEB3B;
}

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

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

.white_cde2 {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.action_0d9a .form-2aa7 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

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

.action_0d9a .thumbnail_8a16 {
    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 */
.dark-3486 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.dark-3486 h3 {
    color: #4CAF50;
}

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

.aside-6bbe h3 {
    color: #FF9800;
}

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

.background_iron_a64c h3 {
    color: #2196F3;
}

.dark-3486 .info_3ddc,
.aside-6bbe .info_3ddc,
.background_iron_a64c .info_3ddc {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

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

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

.bright-6410 .in_4316 {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .action_0d9a {
        margin-bottom: 1rem;
    }
    
    .action_0d9a dt,
    .action_0d9a .form-2aa7,
    .action_0d9a .highlight_north_dbcf,
    .action_0d9a .thumbnail_8a16 {
        text-align: center;
    }
    
    .dark-3486,
    .aside-6bbe,
    .background_iron_a64c {
        text-align: center;
    }
    
    .bright-6410 .in_4316 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .action_0d9a {
        padding: 1.2rem;
    }
    
    .avatar_12d5 {
        font-size: 2.5rem;
    }
    
    .action_0d9a .form-2aa7 {
        font-size: 1rem;
    }
    
    .action_0d9a .thumbnail_8a16 {
        font-size: 0.85rem;
    }
    
    .dark-3486 h3,
    .aside-6bbe h3,
    .background_iron_a64c h3 {
        font-size: 1.5rem;
    }
    
    .dark-3486 .info_3ddc,
    .aside-6bbe .info_3ddc,
    .background_iron_a64c .info_3ddc {
        font-size: 1rem;
    }
}

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

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

.copper-1ab4 {
    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;
}

.alert-b116 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow_5a5d details strong {
    color: #FFEB3B;
}

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

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

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

@media (max-width: 767px) {
    .copper-1ab4 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .cool_5162 {
        font-size: 0.9rem;
    }
    
    .cool_5162 strong {
        font-size: 1rem;
    }
    
    .summary_ccec {
        font-size: 0.85rem;
    }
    
    .summary_ccec small {
        font-size: 0.75rem;
    }
    
    .info-8034 {
        padding: 0.6rem;
    }
    
    .text-fa8c {
        font-size: 1.3rem;
    }
    
    .info-8034 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: e110 */
.widget-item-d5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
