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

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

/* Header CTA Button Enhancement */
.module_49ed.detail-4637 {
    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;
}

.module_49ed.detail-4637: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;
}

.module_49ed.detail-4637 .pressed_522e {
    position: relative;
    z-index: 2;
}

.module_49ed.detail-4637 .new-79f3 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.module_49ed.detail-4637::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;
}

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

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

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

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

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

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

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

.image-tiny-d772 {
    display: flex;
    align-items: center;
}

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

.notice_out_f5b2 {
    z-index: 1002;
}

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

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

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

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

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

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

.thumbnail_orange_a086 .fluid-5974 {
    cursor: pointer;
}

.thumbnail_orange_a086 .fluid-5974::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.thumbnail_orange_a086 .element_317c {
    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_orange_a086 .next_51fe:hover .element_317c {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.thumbnail_orange_a086 .element_317c li {
    margin: 0;
    list-style: none;
}

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

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

.section-2b16 {
    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;
}

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

.section-2b16.fn-active-ba3d {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== 移动端导航 ========== */
@media (max-width: 991px) {
    .gradient-f535 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .focus_bright_462e {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .section-2b16 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .solid_50ba {
        order: 1;
        z-index: 1003;
    }
    
    .west_749a {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .notice_out_f5b2 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .thumbnail_orange_a086 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .thumbnail_orange_a086 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_orange_a086 ul.fn-active-ba3d {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .thumbnail_orange_a086 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .thumbnail_orange_a086 > ul > li:last-child {
        border-bottom: none;
    }
    
    .thumbnail_orange_a086 > 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_orange_a086 .next_51fe {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .thumbnail_orange_a086 .element_317c {
        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_orange_a086 .next_51fe.fn-active-ba3d > .element_317c {
        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_orange_a086 .element_317c li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .thumbnail_orange_a086 .element_317c li:last-child {
        border-bottom: none;
    }
    
    .thumbnail_orange_a086 .element_317c 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_orange_a086 .element_317c a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .thumbnail_orange_a086 .element_317c a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .thumbnail_orange_a086 .fluid-5974::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .thumbnail_orange_a086 .next_51fe.fn-active-ba3d > .fluid-5974::after {
        transform: rotate(180deg) !important;
    }
}

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


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

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

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

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

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

.button-hard-9b39::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.banner-34ec.pagination-small-f29f/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;
}

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

.highlight-green-b558 {
    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;
}

.highlight-green-b558::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;
}

.highlight-green-b558:hover::before {
    left: 100%;
}

.highlight-green-b558: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);
}

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

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

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

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

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

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

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

.panel-rough-d28b {
    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;
}

.panel-rough-d28b::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;
}

.panel-rough-d28b:hover::before {
    left: 100%;
}

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

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

.panel-rough-d28b:hover .middle_4c03 {
    transform: translateX(5px);
}

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

.shadow-under-ad70::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.banner-34ec.pagination-small-f29f/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;
}

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

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

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

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

.component-4d93 {
    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);
}

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .button-hard-9b39 {
        padding: 3rem 0;
    }
    
    .bronze-2252 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .highlight-green-b558 {
        padding: 1.5rem;
    }
    
    .feature-96eb {
        font-size: 2.5rem;
    }
    
    .action-9d0a {
        font-size: 1.3rem;
    }
    
    .shadow-under-ad70 {
        padding: 2rem 1rem;
    }
    
    .pattern_4528 {
        font-size: 1.8rem;
    }
    
    .fluid-4c43 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .button-hard-9b39 {
        padding: 2rem 0;
    }
    
    .highlight-green-b558 {
        padding: 1.2rem;
    }
    
    .feature-96eb {
        font-size: 2rem;
    }
    
    .action-9d0a {
        font-size: 1.2rem;
    }
    
    .stone-8619 {
        gap: 0.3rem;
    }
    
    .outer_d3b1 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .shadow-under-ad70 {
        padding: 1.5rem 1rem;
    }
    
    .pattern_4528 {
        font-size: 1.6rem;
    }
}

.thumbnail-stone-c2a4 .media_focused_0dd6 {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .video_4a8b {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .video_4a8b .box_0885.secondary-49a1 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .video_4a8b .breadcrumb-rough-c303 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .video_4a8b {
        gap: 2rem;
    }
    
    .video_4a8b .box_0885.secondary-49a1 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .video_4a8b {
        gap: 2.5rem;
    }
    
    .video_4a8b .box_0885.secondary-49a1 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

/* 内页卡片样式 */
.breadcrumb-rough-c303 {
    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-rough-c303::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-rough-c303:hover::before {
    left: 100%;
}

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

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

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

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

.breadcrumb-rough-c303 .media_focused_0dd6 {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.breadcrumb-rough-c303 .media_focused_0dd6:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail-fa6a:hover::before {
    transform: scale(1);
}

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

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

/* 响应式调整 */
@media (max-width: 768px) {
    .thumbnail-stone-c2a4 {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .thumbnail-stone-c2a4 h1 {
        font-size: 1.75rem;
    }
    
    .breadcrumb-rough-c303 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .shadow-bottom-85bf {
        font-size: 2rem;
    }
    
    .button-action-880d {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .button-action-880d::before {
        border-radius: 17px;
    }
    
    .widget_middle_d8aa li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .outer_c485 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .detail-fa6a {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .box_0885 img,
    .secondary-49a1 img {
        max-width: 100%;
        height: auto;
    }
    
    .filter-1d43,
    .overlay_2c67 {
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* FAQ Section (从 index.badge_copper_dc2b) */
.tag-light-7890 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

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

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

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

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

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

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

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

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

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

.grid-0664 li {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-91da 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);
}

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

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

.layout-91da tbody tr.down-3d03 {
    background: rgba(76, 175, 80, 0.15);
}

.layout-91da tbody tr.down-3d03 th,
.layout-91da tbody tr.down-3d03 td {
    background: transparent;
}

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

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

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

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

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

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

.large-89ea h5 {
    color: #FFA726;
    margin-top: 0;
}

.large-89ea ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

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

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

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

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

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

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

.media-simple-de65 {
    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);
}

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

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

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

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

.center-8d6a {
    padding-left: 2rem;
}

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

.center-8d6a strong {
    color: #FFEB3B;
}

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

.tabs-advanced-ced3,
.texture-57ff,
.green_f962,
.stale-bd45,
.static_b351 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

.tabs-advanced-ced3 {
    border-left-color: #2196F3;
}

.tabs-advanced-ced3 h3 {
    color: #2196F3;
    margin-top: 0;
}

.texture-57ff {
    border-left-color: #9C27B0;
}

.texture-57ff h3 {
    color: #9C27B0;
    margin-top: 0;
}

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

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

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

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

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

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

.tabs-advanced-ced3 p,
.texture-57ff p,
.green_f962 p,
.stale-bd45 p,
.static_b351 p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.tabs-advanced-ced3 h4,
.texture-57ff h4,
.green_f962 h4,
.stale-bd45 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.tabs-advanced-ced3 ul,
.texture-57ff ul,
.green_f962 ul,
.stale-bd45 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.tabs-advanced-ced3 li,
.texture-57ff li,
.green_f962 li,
.stale-bd45 li {
    margin-bottom: 0.75rem;
}

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

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

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .media-simple-de65 {
        grid-template-columns: 1fr;
    }
    
    .highlight-stone-c2ec {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .center-8d6a {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-60cc {
        padding: 1.5rem 0;
    }
    
    .media-simple-de65 {
        padding: 1rem;
    }
    
    .tabs-advanced-ced3,
    .texture-57ff,
    .green_f962,
    .stale-bd45,
    .static_b351 {
        padding: 1.5rem;
    }
}

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

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

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

.box_fc72 {
    margin: 2rem 0;
}

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

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

.heading-lite-a302 {
    text-align: center;
}

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

.gradient-over-2508 {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.paragraph-next-32fe {
    margin-top: 2.5rem;
    text-align: center;
}

/* CTA Primary Button Enhancement */
.border-dirty-32ba {
    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;
}

.border-dirty-32ba: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);
}

.border-dirty-32ba .middle_4c03 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.border-dirty-32ba .pressed_522e {
    position: relative;
}

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

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

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

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

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

.tall-a3b0:hover::after {
    right: 1rem;
}

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

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

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

.element-small-645a {
    position: relative;
}

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

.orange-1a39 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.link_2e7d:hover .orange-1a39 {
    transform: scale(1.05);
}

.primary_hot_be2b {
    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 */
.down-aa26 {
    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;
}

.frame-smooth-c3fa {
    margin-bottom: 2rem;
}

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

.content-1b4b {
    color: #FFF9C4;
    font-size: 1.1rem;
}

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

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

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

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

.copper_65dd th.soft_541f {
    text-align: left;
}

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

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

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

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

.copper_65dd td.shadow-right-eac1 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.copper_65dd td.gradient-huge-aac2,
.copper_65dd td.wood_8698,
.copper_65dd td.rough_0b43 {
    font-weight: 700;
    color: #4CAF50;
}

.copper_65dd td.glass-4819 {
    font-weight: 700;
    color: #FFEB3B;
}

.copper_65dd td.popup-hard-ef92 {
    color: #FF9800;
}

.copper_65dd td.hovered_ce70 {
    color: #F44336;
}

.progress-new-411e {
    margin-top: 2rem;
}

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

.accordion-pink-a522.form_cd78 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

.content-hovered-90dc {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

.content-hovered-90dc strong {
    color: #4CAF50;
}

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

/* FAQ Section */
.tag-light-7890 {
    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 */
.shade_middle_2629 {
    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);
}

.carousel_bottom_1884 {
    position: relative;
}

.filter-up-a457 {
    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);
}

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

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

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

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

.hard-9303::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 */

.paragraph-first-3cdd {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.tag-9874.title-11d5 {
    border: 2px solid #4CAF50;
}

.tag-9874.hot-c4f3 {
    border: 2px solid #2196F3;
}

.tag-9874.purple-db53 {
    border: 2px solid #FFA726;
}

.tag-9874.search-ad92 {
    border: 2px solid #9C27B0;
}

.tag-9874.prev-43e8 {
    border: 2px solid #00BCD4;
}

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

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

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

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

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

.outer-eefc li {
    margin-bottom: 0.5rem;
}

.photo_outer_8d5d .over-631e {
    color: #4CAF50;
    font-weight: 600;
}

.photo_outer_8d5d .pro_bc67 {
    color: #FF5722;
    font-weight: 600;
}

.photo_outer_8d5d .east-b992 {
    color: #FFEB3B;
    font-weight: 600;
}

.glass-d348 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

.orange-2b0c {
    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;
}

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

.orange-2b0c.secondary-mini-1f6d {
    border: 2px solid #4CAF50;
}

.orange-2b0c.fresh_e8cd {
    border: 2px solid #FFA726;
}

.orange-2b0c.badge_brown_c1b5 {
    border: 2px solid #2196F3;
}

.orange-2b0c.notice_bacf {
    border: 2px solid #FFEB3B;
}

.orange-2b0c.smooth-6768 {
    border: 2px solid #9C27B0;
}

.orange-2b0c.image-f684 {
    border: 2px solid #FF5722;
}

.orange-2b0c.notice_glass_893c {
    border: 2px solid #00BCD4;
}

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

.orange-2b0c.secondary-mini-1f6d .yellow_2f80 {
    color: #4CAF50;
}

.orange-2b0c.fresh_e8cd .yellow_2f80 {
    color: #FFA726;
}

.orange-2b0c.badge_brown_c1b5 .yellow_2f80 {
    color: #2196F3;
}

.orange-2b0c.notice_bacf .yellow_2f80 {
    color: #FFEB3B;
}

.orange-2b0c.smooth-6768 .yellow_2f80 {
    color: #9C27B0;
}

.orange-2b0c.image-f684 .yellow_2f80 {
    color: #FF5722;
}

.orange-2b0c.notice_glass_893c .yellow_2f80 {
    color: #00BCD4;
}

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

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

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

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

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

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

.status_20d8 {}

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

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

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

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

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

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

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

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

.disabled_065f .gradient-over-2508 {
    color: #FFEB3B;
    font-weight: 600;
}

.disabled_065f .dark_a77d {
    color: #4CAF50;
    font-weight: 700;
}

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

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

.focused-82ed {
    margin-top: 2rem;
    text-align: center;
}

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

/* Responsive Design */
@media (max-width: 991px) {
    .gas-8b4c {
        grid-template-columns: 1fr;
    }
    
    .description_lower_3fcf {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .progress-f7ba {
        grid-template-columns: 1fr;
    }
    
    .notification_west_a961 {
        grid-template-columns: 1fr;
    }
    
    .copper_65dd {
        font-size: 0.85rem;
    }
    
    .copper_65dd th,
    .copper_65dd td {
        padding: 0.75rem 0.5rem;
    }
    
    .tag-9874 {
        padding: 1.5rem;
    }
    
    .pink-a545 {
        font-size: 1.1rem;
    }
    
    .carousel_bottom_1884 h2 {
        font-size: 2rem;
    }
    
    .old-61c7 {
        font-size: 1rem;
    }
    
    .tag_clean_3ed1 {
        grid-template-columns: 1fr;
    }
    
    .under-e6ac {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .red-9942,
    .filter_dbde,
    .input-5a9c,
    .white-f206,
    .orange-2b0c,
    .grid-0664 {
        text-align: center;
    }
    
    .red-9942 h1,
    .filter_dbde h3,
    .filter_dbde h4,
    .input-5a9c h4,
    .grid-0664 h3 {
        text-align: center;
    }
    
    .red-9942 p,
    .filter_dbde p,
    .input-5a9c p,
    .gallery_prev_6509 p,
    .menu_next_2937 p,
    .list_6fad p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .red-9942 ul,
    .filter_dbde ul,
    .gallery_prev_6509 ul,
    .menu_next_2937 ul,
    .list_6fad ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .paragraph-next-32fe,
    .accordion-0e07 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .focus_87de {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .box_fc72 {
        font-size: 0.95rem;
    }
    
    .dim_e8f6 {
        font-size: 1.5rem;
    }
    
    .gradient-over-2508 {
        font-size: 0.8rem;
    }
    
    .media_3441 {
        font-size: 1.5rem;
    }
    
    .content-1b4b {
        font-size: 0.95rem;
    }
    
    .copper_65dd {
        font-size: 0.75rem;
    }
    
    .orange-2b0c {
        padding: 1.5rem 1rem;
    }
    
    .yellow_2f80 {
        font-size: 1.8rem;
    }
    
    .white-f206 {
        padding: 1.5rem;
    }
    
    .tabs_action_4b6d {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .box-stone-a696 {
        font-size: 1rem;
    }
    
    .pink-a545 {
        font-size: 1rem;
    }
    
    .carousel_bottom_1884 h2 {
        font-size: 1.8rem;
    }
    
    .footer_10be h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .filter_dbde {
        padding: 1.5rem;
        text-align: center;
    }
    
    .input-5a9c {
        padding: 1.2rem;
        text-align: center;
    }
    
    .layout-91da th,
    .layout-91da td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .thumbnail-stone-c2a4,
    .footer_10be,
    .down-aa26,
    .wide_42c6,
    .silver_318b,
    .tag-light-7890,
    .shade_middle_2629 {
        text-align: center;
    }
    
    .frame-smooth-c3fa,
    .red-9942,
    .filter_dbde,
    .gallery_2ed6,
    .tag_clean_3ed1 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .red-9942 h1,
    .filter_dbde h2,
    .filter_dbde h3,
    .filter_dbde h4,
    .input-5a9c h4,
    .grid-0664 h3,
    .grid-0664 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .icon_a751 {
        text-align: center;
    }
    
    .icon_a751 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .red-9942 ul,
    .red-9942 ol,
    .filter_dbde ul,
    .filter_dbde ol,
    .gallery_prev_6509 ul,
    .gallery_prev_6509 ol,
    .menu_next_2937 ul,
    .menu_next_2937 ol,
    .list_6fad ul,
    .list_6fad ol,
    .grid-0664 ul,
    .grid-0664 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .north-fc7f,
    .layout-91da {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .paragraph-next-32fe,
    .accordion-0e07,
    .glass-d348 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .element-small-645a,
    .link_2e7d {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .orange-2b0c,
    .input-5a9c,
    .white-f206 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .gallery_prev_6509,
    .menu_next_2937,
    .list_6fad,
    .texture-3d28 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .gallery_prev_6509 p,
    .menu_next_2937 p,
    .list_6fad p,
    .texture-3d28 p {
        text-align: left;
    }
}

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

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

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

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

.item-static-bb20 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-static-bb20 li {
    margin-bottom: 0.5rem;
}

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

.item-static-bb20 a:hover {
    color: #FFEB3B;
}

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

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

.alert-small-9179 {
    margin-top: 1rem;
}

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

.alert-small-9179 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

.grid-8d15 .box-stone-a696 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.grid-8d15 .grid_b095 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.grid-8d15 .link-liquid-be18 {
    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 */
.bright-4ac5 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.bright-4ac5 h3 {
    color: #4CAF50;
}

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

.picture-7604 h3 {
    color: #FF9800;
}

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

.texture-purple-2da5 h3 {
    color: #2196F3;
}

.bright-4ac5 .wide_eedd,
.picture-7604 .wide_eedd,
.texture-purple-2da5 .wide_eedd {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

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

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

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

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .grid-8d15 {
        margin-bottom: 1rem;
    }
    
    .grid-8d15 dt,
    .grid-8d15 .box-stone-a696,
    .grid-8d15 .grid_b095,
    .grid-8d15 .link-liquid-be18 {
        text-align: center;
    }
    
    .bright-4ac5,
    .picture-7604,
    .texture-purple-2da5 {
        text-align: center;
    }
    
    .wide_42c6 .table_bronze_734b {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .grid-8d15 {
        padding: 1.2rem;
    }
    
    .chip-7364 {
        font-size: 2.5rem;
    }
    
    .grid-8d15 .box-stone-a696 {
        font-size: 1rem;
    }
    
    .grid-8d15 .link-liquid-be18 {
        font-size: 0.85rem;
    }
    
    .bright-4ac5 h3,
    .picture-7604 h3,
    .texture-purple-2da5 h3 {
        font-size: 1.5rem;
    }
    
    .bright-4ac5 .wide_eedd,
    .picture-7604 .wide_eedd,
    .texture-purple-2da5 .wide_eedd {
        font-size: 1rem;
    }
}

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

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

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

.form_40a9 {
    flex: 1;
}

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

.fresh-38bf strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prev_84b9 details strong {
    color: #FFEB3B;
}

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

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

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .disabled-over-d183 {
        flex-direction: column;
        text-align: center;
    }
    
    .form_40a9 {
        text-align: center;
    }
    
    .active-glass-6cd2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .accordion_9f0c {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .fresh-38bf {
        font-size: 0.9rem;
    }
    
    .fresh-38bf strong {
        font-size: 1rem;
    }
    
    .item_green_195d {
        font-size: 0.85rem;
    }
    
    .item_green_195d small {
        font-size: 0.75rem;
    }
    
    .overlay-in-9001 {
        padding: 0.6rem;
    }
    
    .wide-b8f5 {
        font-size: 1.3rem;
    }
    
    .overlay-in-9001 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 8fb2 */
.shadow-element-n7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
