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

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

/* Header CTA Button Enhancement */
.rough-f9f5.glass-7119 {
    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;
}

.rough-f9f5.glass-7119: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;
}

.rough-f9f5.glass-7119 .pagination_f0a4 {
    position: relative;
    z-index: 2;
}

.rough-f9f5.glass-7119 .panel-mini-7920 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.rough-f9f5.glass-7119::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;
}

.rough-f9f5.glass-7119: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) {
    .rough-f9f5.glass-7119 {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

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

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

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

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

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

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

.layout-middle-25d1 {
    display: flex;
    align-items: center;
}

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

.search_black_f766 {
    z-index: 1002;
}

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

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

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

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

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

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

.menu_91cc .photo-2b19 {
    cursor: pointer;
}

.menu_91cc .photo-2b19::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.menu_91cc .advanced_7c50 {
    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) {
    .menu_91cc .basic_401a:hover .advanced_7c50 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.menu_91cc .advanced_7c50 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

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

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

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


/* 响应式图片样式 */
.basic_cbd0,
.accordion-dynamic-6a46 {
    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;
}

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

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

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

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

.section-thick-4bbe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.right_e371.button-easy-bfa9/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;
}

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

.heading-952c {
    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;
}

.heading-952c::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;
}

.heading-952c:hover::before {
    left: 100%;
}

.heading-952c: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);
}

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

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

.image-faaf {
    text-align: center;
}

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

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

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

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

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

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

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

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

.module-first-2bd6 {
    font-style: normal;
    transition: transform 0.3s ease;
}

.slider_c470:hover .module-first-2bd6 {
    transform: translateX(5px);
}

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

.new_6a37::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.right_e371.button-easy-bfa9/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,107,107,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(../23dots)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

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

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

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

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

.popup-75f1 {
    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);
}

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .section-thick-4bbe {
        padding: 3rem 0;
    }
    
    .column_prev_5e35 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .heading-952c {
        padding: 1.5rem;
    }
    
    .main-full-9631 {
        font-size: 2.5rem;
    }
    
    .middle_ee76 {
        font-size: 1.3rem;
    }
    
    .new_6a37 {
        padding: 2rem 1rem;
    }
    
    .primary_a23b {
        font-size: 1.8rem;
    }
    
    .input_c64f {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .section-thick-4bbe {
        padding: 2rem 0;
    }
    
    .heading-952c {
        padding: 1.2rem;
    }
    
    .main-full-9631 {
        font-size: 2rem;
    }
    
    .middle_ee76 {
        font-size: 1.2rem;
    }
    
    .column-a45c {
        gap: 0.3rem;
    }
    
    .heading_hovered_90e7 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .new_6a37 {
        padding: 1.5rem 1rem;
    }
    
    .primary_a23b {
        font-size: 1.6rem;
    }
}

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

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .card-center-7f81 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .card-center-7f81 .banner_23ca.hover-bottom-7643 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .card-center-7f81 .shadow_hot_dbab {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .card-center-7f81 {
        gap: 2rem;
    }
    
    .card-center-7f81 .banner_23ca.hover-bottom-7643 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .card-center-7f81 {
        gap: 2.5rem;
    }
    
    .card-center-7f81 .banner_23ca.hover-bottom-7643 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-upper-1d59 {
    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;
}

.section-upper-1d59::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;
}

.section-upper-1d59:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .badge_a9aa a[href*=".selected-0f6d"] {
    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) {
    .message-ebf4 {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .message-ebf4 h1 {
        font-size: 1.75rem;
    }
    
    .shadow_hot_dbab {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .module-34c8 {
        font-size: 2rem;
    }
    
    .text-stale-885d {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .text-stale-885d::before {
        border-radius: 17px;
    }
    
    .down_70d6 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .logo_9d6d {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .section-upper-1d59 {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .banner_23ca img,
    .hover-bottom-7643 img {
        max-width: 100%;
        height: auto;
    }
    
    .basic_cbd0,
    .accordion-dynamic-6a46 {
        max-width: 100%;
    }
}

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

/* ========== Footer 样式（从 index.aside-c211 移植） ========== */

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

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

.accordion-bottom-bf1a h4 {
    color: #F44336;
    margin-top: 0;
}

.accordion-bottom-bf1a p,
.accordion-bottom-bf1a ul {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

.iron-7f85 p:last-child {
    margin-bottom: 0;
}

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

.iron-7f85 li {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_paper_7229 tbody tr.backdrop-8886 {
    background: rgba(76, 175, 80, 0.15);
}

.modal_paper_7229 tbody tr.backdrop-8886 th,
.modal_paper_7229 tbody tr.backdrop-8886 td {
    background: transparent;
}

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

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

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

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

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

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

.status-2d50 h5 {
    color: #FFA726;
    margin-top: 0;
}

.status-2d50 ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

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

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

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

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

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

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

.wrapper_yellow_996c {
    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-tall-9ea8 {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    padding-right: 2rem;
}

.hard-40d9 {
    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;
}

.hidden-center-9c4f {
    color: #2196F3;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

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

.wrapper-063c {
    padding-left: 2rem;
}

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

.wrapper-063c strong {
    color: #FFEB3B;
}

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

.main_aa98,
.thumbnail-soft-7ee6,
.modal-pink-5177,
.gallery_yellow_3467,
.breadcrumb-928a {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

.thumbnail-soft-7ee6 {
    border-left-color: #9C27B0;
}

.thumbnail-soft-7ee6 h3 {
    color: #9C27B0;
    margin-top: 0;
}

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

.modal-pink-5177 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.breadcrumb-928a {
    border-left-color: #FFA726;
}

.breadcrumb-928a h3 {
    color: #FFA726;
    margin-top: 0;
}

.main_aa98 p,
.thumbnail-soft-7ee6 p,
.modal-pink-5177 p,
.gallery_yellow_3467 p,
.breadcrumb-928a p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.main_aa98 h4,
.thumbnail-soft-7ee6 h4,
.modal-pink-5177 h4,
.gallery_yellow_3467 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.main_aa98 ul,
.thumbnail-soft-7ee6 ul,
.modal-pink-5177 ul,
.gallery_yellow_3467 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.main_aa98 li,
.thumbnail-soft-7ee6 li,
.modal-pink-5177 li,
.gallery_yellow_3467 li {
    margin-bottom: 0.75rem;
}

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

.modal-pink-5177 a:hover {
    text-decoration: underline;
}

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .wrapper_yellow_996c {
        grid-template-columns: 1fr;
    }
    
    .highlight-tall-9ea8 {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .wrapper-063c {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .surface-ee3a {
        padding: 1.5rem 0;
    }
    
    .wrapper_yellow_996c {
        padding: 1rem;
    }
    
    .main_aa98,
    .thumbnail-soft-7ee6,
    .modal-pink-5177,
    .gallery_yellow_3467,
    .breadcrumb-928a {
        padding: 1.5rem;
    }
}

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

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

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

.smooth-1739 {
    margin: 2rem 0;
}

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

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

.slow-8e49 {
    text-align: center;
}

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

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

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

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

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

.silver-d4d7 .module-first-2bd6 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.silver-d4d7 .pagination_f0a4 {
    position: relative;
}

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

/* Button Icon Styles */
.module-first-2bd6 {
    display: inline-block;
    margin-right: 0.5rem;
}

/* Responsive Button Styles */
@media (max-width: 767px) {
    .silver-d4d7 {
        font-size: 1rem !important;
        padding: 1rem 2.5rem 1rem 1.5rem !important;
    }
    
    .silver-d4d7 .module-first-2bd6 {
        font-size: 1.2rem;
    }
}

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

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

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

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

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

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

.static-4337 {
    position: relative;
}

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

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

.mask-warm-677b:hover .new_4a62 {
    transform: scale(1.05);
}

.highlight-solid-aeda {
    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 */
.tabs-silver-9ff8 {
    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;
}

.pattern-e0ab {
    margin-bottom: 2rem;
}

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

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

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

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

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

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

.section-2683 th.dropdown_5af0 {
    text-align: left;
}

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

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

.section-2683 tbody tr.next-0a5a {
    background: rgba(76, 175, 80, 0.2);
}

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

.section-2683 td.paper-6cd8 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.section-2683 td.menu-brown-ecbf,
.section-2683 td.logo-full-bebc,
.section-2683 td.wrapper_in_d85f {
    font-weight: 700;
    color: #4CAF50;
}

.section-2683 td.message-action-d544 {
    font-weight: 700;
    color: #FFEB3B;
}

.section-2683 td.solid_4c4c {
    color: #FF9800;
}

.section-2683 td.large_5f5e {
    color: #F44336;
}

.list-advanced-fd90 {
    margin-top: 2rem;
}

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

.hero-fresh-e5a4.fast_e73b {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

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

.advanced_6bc6 strong {
    color: #4CAF50;
}

/* Success Stories Section */
.dropdown-hard-eb6d {
    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 */
.sidebar_inner_12d2 {
    margin: 3rem 0;
}

/* FAQ Section */
.tag_f5bb {
    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 */
.info-in-8d1f {
    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);
}

.accordion_b70c {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.pressed-26a7.frame-d538 {
    border: 2px solid #4CAF50;
}

.pressed-26a7.primary-3263 {
    border: 2px solid #2196F3;
}

.pressed-26a7.notification-thick-8a07 {
    border: 2px solid #FFA726;
}

.pressed-26a7.advanced_93f8 {
    border: 2px solid #9C27B0;
}

.pressed-26a7.section-29f9 {
    border: 2px solid #00BCD4;
}

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

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

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

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

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

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

.detail_smooth_01d7 .popup_stone_2a5a {
    color: #4CAF50;
    font-weight: 600;
}

.detail_smooth_01d7 .accent_warm_0d30 {
    color: #FF5722;
    font-weight: 600;
}

.detail_smooth_01d7 .widget-978a {
    color: #FFEB3B;
    font-weight: 600;
}

.active_9de9 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

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

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

.hard_931f.pagination_cool_e967 {
    border: 2px solid #4CAF50;
}

.hard_931f.module_6044 {
    border: 2px solid #FFA726;
}

.hard_931f.notification_next_de84 {
    border: 2px solid #2196F3;
}

.hard_931f.tertiary-8365 {
    border: 2px solid #FFEB3B;
}

.hard_931f.footer_e28a {
    border: 2px solid #9C27B0;
}

.hard_931f.tabs_south_d83b {
    border: 2px solid #FF5722;
}

.hard_931f.grid-a424 {
    border: 2px solid #00BCD4;
}

.outline-6f8e {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.hard_931f.pagination_cool_e967 .outline-6f8e {
    color: #4CAF50;
}

.hard_931f.module_6044 .outline-6f8e {
    color: #FFA726;
}

.hard_931f.notification_next_de84 .outline-6f8e {
    color: #2196F3;
}

.hard_931f.tertiary-8365 .outline-6f8e {
    color: #FFEB3B;
}

.hard_931f.footer_e28a .outline-6f8e {
    color: #9C27B0;
}

.hard_931f.tabs_south_d83b .outline-6f8e {
    color: #FF5722;
}

.hard_931f.grid-a424 .outline-6f8e {
    color: #00BCD4;
}

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

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

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

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

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

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

.selected-8022 {}

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

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

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

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

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

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

.text-78d3:last-child {
    margin-bottom: 0;
}

.text-78d3.iron_7e58 {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.text-78d3 .container_8d40 {
    color: #FFEB3B;
    font-weight: 600;
}

.text-78d3 .message-silver-0175 {
    color: #4CAF50;
    font-weight: 700;
}

.background-mini-d2f8 {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

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

.section-out-2d70 {
    margin-top: 2rem;
    text-align: center;
}

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

/* Responsive Design */
@media (max-width: 991px) {
    .dropdown-basic-ac69 {
        grid-template-columns: 1fr;
    }
    
    .modal-d0e4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shade-active-aa85 {
        grid-template-columns: 1fr;
    }
    
    .highlight_left_24b6 {
        grid-template-columns: 1fr;
    }
    
    .section-2683 {
        font-size: 0.85rem;
    }
    
    .section-2683 th,
    .section-2683 td {
        padding: 0.75rem 0.5rem;
    }
    
    .pressed-26a7 {
        padding: 1.5rem;
    }
    
    .prev_f106 {
        font-size: 1.1rem;
    }
    
    .accordion_b70c h2 {
        font-size: 2rem;
    }
    
    .module-cold-adde {
        font-size: 1rem;
    }
    
    .focus-top-d170 {
        grid-template-columns: 1fr;
    }
    
    .bright-0245 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .sort_tiny_3a9f,
    .row_left_94e0,
    .steel_13a7,
    .pink-bdfa,
    .hard_931f,
    .iron-7f85 {
        text-align: center;
    }
    
    .sort_tiny_3a9f h1,
    .row_left_94e0 h3,
    .row_left_94e0 h4,
    .steel_13a7 h4,
    .iron-7f85 h3 {
        text-align: center;
    }
    
    .sort_tiny_3a9f p,
    .row_left_94e0 p,
    .steel_13a7 p,
    .complex-d84d p,
    .tooltip_action_d948 p,
    .accordion-bottom-bf1a p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sort_tiny_3a9f ul,
    .row_left_94e0 ul,
    .complex-d84d ul,
    .tooltip_action_d948 ul,
    .accordion-bottom-bf1a ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .picture-9959,
    .smooth-5507 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header_steel_b41f {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .smooth-1739 {
        font-size: 0.95rem;
    }
    
    .sort_thick_c2f3 {
        font-size: 1.5rem;
    }
    
    .container_8d40 {
        font-size: 0.8rem;
    }
    
    .hovered_9107 {
        font-size: 1.5rem;
    }
    
    .list-b9b6 {
        font-size: 0.95rem;
    }
    
    .section-2683 {
        font-size: 0.75rem;
    }
    
    .hard_931f {
        padding: 1.5rem 1rem;
    }
    
    .outline-6f8e {
        font-size: 1.8rem;
    }
    
    .pink-bdfa {
        padding: 1.5rem;
    }
    
    .selected_bc0a {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .input_7f89 {
        font-size: 1rem;
    }
    
    .prev_f106 {
        font-size: 1rem;
    }
    
    .accordion_b70c h2 {
        font-size: 1.8rem;
    }
    
    .backdrop_new_e7d9 h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .row_left_94e0 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .steel_13a7 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .modal_paper_7229 th,
    .modal_paper_7229 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .message-ebf4,
    .backdrop_new_e7d9,
    .tabs-silver-9ff8,
    .dropdown-hard-eb6d,
    .sidebar_inner_12d2,
    .tag_f5bb,
    .info-in-8d1f {
        text-align: center;
    }
    
    .pattern-e0ab,
    .sort_tiny_3a9f,
    .row_left_94e0,
    .nav_small_42af,
    .focus-top-d170 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sort_tiny_3a9f h1,
    .row_left_94e0 h2,
    .row_left_94e0 h3,
    .row_left_94e0 h4,
    .steel_13a7 h4,
    .iron-7f85 h3,
    .iron-7f85 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .secondary_2cf0 {
        text-align: center;
    }
    
    .secondary_2cf0 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .sort_tiny_3a9f ul,
    .sort_tiny_3a9f ol,
    .row_left_94e0 ul,
    .row_left_94e0 ol,
    .complex-d84d ul,
    .complex-d84d ol,
    .tooltip_action_d948 ul,
    .tooltip_action_d948 ol,
    .accordion-bottom-bf1a ul,
    .accordion-bottom-bf1a ol,
    .iron-7f85 ul,
    .iron-7f85 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .article_982d,
    .modal_paper_7229 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .picture-9959,
    .smooth-5507,
    .active_9de9 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .static-4337,
    .mask-warm-677b {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .hard_931f,
    .steel_13a7,
    .pink-bdfa {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .complex-d84d,
    .tooltip_action_d948,
    .accordion-bottom-bf1a,
    .chip-bronze-f935 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .complex-d84d p,
    .tooltip_action_d948 p,
    .accordion-bottom-bf1a p,
    .chip-bronze-f935 p {
        text-align: left;
    }
}

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

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

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

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

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

.info-5232 li {
    margin-bottom: 0.5rem;
}

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

.info-5232 a:hover {
    color: #FFEB3B;
}

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

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

.cool_cbce {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.sort-static-9a5e .input_7f89 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.sort-static-9a5e .article_d547 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.sort-static-9a5e .main_white_c294 {
    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 */
.brown-860b {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.brown-860b h3 {
    color: #4CAF50;
}

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

.module-4db8 h3 {
    color: #FF9800;
}

.info-simple-926f {
    background: rgba(33, 150, 243, 0.2);
    border: 2px solid #2196F3;
}

.info-simple-926f h3 {
    color: #2196F3;
}

.brown-860b .status-ddf7,
.module-4db8 .status-ddf7,
.info-simple-926f .status-ddf7 {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

.dropdown-hard-eb6d h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.dropdown-hard-eb6d .section-out-2d70 {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.dropdown-hard-eb6d .bright-afcf {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .sort-static-9a5e {
        margin-bottom: 1rem;
    }
    
    .sort-static-9a5e dt,
    .sort-static-9a5e .input_7f89,
    .sort-static-9a5e .article_d547,
    .sort-static-9a5e .main_white_c294 {
        text-align: center;
    }
    
    .brown-860b,
    .module-4db8,
    .info-simple-926f {
        text-align: center;
    }
    
    .dropdown-hard-eb6d .bright-afcf {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .sort-static-9a5e {
        padding: 1.2rem;
    }
    
    .notice-d7d5 {
        font-size: 2.5rem;
    }
    
    .sort-static-9a5e .input_7f89 {
        font-size: 1rem;
    }
    
    .sort-static-9a5e .main_white_c294 {
        font-size: 0.85rem;
    }
    
    .brown-860b h3,
    .module-4db8 h3,
    .info-simple-926f h3 {
        font-size: 1.5rem;
    }
    
    .brown-860b .status-ddf7,
    .module-4db8 .status-ddf7,
    .info-simple-926f .status-ddf7 {
        font-size: 1rem;
    }
}

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

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

.panel-239d {
    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;
}

.hovered-fba1 {
    flex: 1;
}

.summary-upper-3deb {
    color: #FFF9C4;
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
}

.summary-upper-3deb strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_b8e2 details strong {
    color: #FFEB3B;
}

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

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

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .disabled-easy-b42d {
        flex-direction: column;
        text-align: center;
    }
    
    .hovered-fba1 {
        text-align: center;
    }
    
    .highlight_motion_87d1 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .panel-239d {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .summary-upper-3deb {
        font-size: 0.9rem;
    }
    
    .summary-upper-3deb strong {
        font-size: 1rem;
    }
    
    .hidden_5a85 {
        font-size: 0.85rem;
    }
    
    .hidden_5a85 small {
        font-size: 0.75rem;
    }
    
    .element_2fcb {
        padding: 0.6rem;
    }
    
    .tiny-fca6 {
        font-size: 1.3rem;
    }
    
    .element_2fcb span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 2fc1 */
.shadow-element-o6 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
