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

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

/* Header CTA Button Enhancement */
.summary-d06f.stale-4bfc {
    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;
}

.summary-d06f.stale-4bfc: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;
}

.summary-d06f.stale-4bfc .left-b149 {
    position: relative;
    z-index: 2;
}

.summary-d06f.stale-4bfc .medium-57dc {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.summary-d06f.stale-4bfc::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;
}

.summary-d06f.stale-4bfc: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) {
    .summary-d06f.stale-4bfc {
        font-size: 0.9rem;
        padding: 0.8rem 2rem 0.8rem 1.2rem;
    }
}

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

.footer-basic-bc89 {
    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;
}

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

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

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

.module-cool-edd4 a {
    display: flex;
    align-items: center;
}

.grid-active-f84e {
    display: flex;
    align-items: center;
}

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

.frame-173e {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.secondary_7359 .pagination-out-62e3 {
    position: relative;
}

.secondary_7359 .cool_c8db {
    cursor: pointer;
}

.secondary_7359 .cool_c8db::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.secondary_7359 .link_focused_f437 {
    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) {
    .secondary_7359 .pagination-out-62e3:hover .link_focused_f437 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.secondary_7359 .link_focused_f437 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

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

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

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


/* 响应式图片样式 */
.widget-clean-221e,
.box-3651 {
    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;
}

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

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

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

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

.text-liquid-31d6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.card-smooth-b76b.paragraph_right_4bad/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;
}

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

.highlight-984e {
    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-984e::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-984e:hover::before {
    left: 100%;
}

.highlight-984e: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);
}

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

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

.element_full_a9bf {
    text-align: center;
}

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

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

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

.last-23a7 {
    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);
}

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

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

.detail-9abd:hover::before {
    left: 100%;
}

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

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

.detail-9abd:hover .description_68ed {
    transform: translateX(5px);
}

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

.hidden_fluid_9051::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.card-smooth-b76b.paragraph_right_4bad/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;
}

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

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

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

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

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

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .text-liquid-31d6 {
        padding: 3rem 0;
    }
    
    .outline_action_82b1 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .highlight-984e {
        padding: 1.5rem;
    }
    
    .logo_502e {
        font-size: 2.5rem;
    }
    
    .pro_d31e {
        font-size: 1.3rem;
    }
    
    .hidden_fluid_9051 {
        padding: 2rem 1rem;
    }
    
    .feature_cool_f38c {
        font-size: 1.8rem;
    }
    
    .backdrop-dirty-d61e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .text-liquid-31d6 {
        padding: 2rem 0;
    }
    
    .highlight-984e {
        padding: 1.2rem;
    }
    
    .logo_502e {
        font-size: 2rem;
    }
    
    .pro_d31e {
        font-size: 1.2rem;
    }
    
    .orange_0305 {
        gap: 0.3rem;
    }
    
    .last-23a7 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .hidden_fluid_9051 {
        padding: 1.5rem 1rem;
    }
    
    .feature_cool_f38c {
        font-size: 1.6rem;
    }
}

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

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .module_d1c2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .module_d1c2 .nav_99e5.fixed-c7aa {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .module_d1c2 .tag_narrow_4bdf {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .module_d1c2 {
        gap: 2rem;
    }
    
    .module_d1c2 .nav_99e5.fixed-c7aa {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .module_d1c2 {
        gap: 2.5rem;
    }
    
    .module_d1c2 .nav_99e5.fixed-c7aa {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .in-6aee a[href*=".thumbnail-7bfc"] {
    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) {
    .light_46bb {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .light_46bb h1 {
        font-size: 1.75rem;
    }
    
    .tag_narrow_4bdf {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .old_a51c {
        font-size: 2rem;
    }
    
    .pattern-upper-7cd4 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .pattern-upper-7cd4::before {
        border-radius: 17px;
    }
    
    .active_a3dc li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .primary-large-a593 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .paper_9e0a {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .nav_99e5 img,
    .fixed-c7aa img {
        max-width: 100%;
        height: auto;
    }
    
    .widget-clean-221e,
    .box-3651 {
        max-width: 100%;
    }
}

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

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

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

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

.outline-03f8 h4 {
    color: #F44336;
    margin-top: 0;
}

.outline-03f8 p,
.outline-03f8 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hard-d997 li {
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

.search-north-b179 h4 {
    color: #2196F3;
    margin-top: 0;
}

.search-north-b179 p {
    margin-bottom: 0;
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

/* Game Specs (usado para dados dos jogadores) */
.gradient-3f14 {
    margin: 0;
}

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

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

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

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

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

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

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

.text_b334 tbody tr.description-870c {
    background: rgba(76, 175, 80, 0.15);
}

.text_b334 tbody tr.description-870c th,
.text_b334 tbody tr.description-870c td {
    background: transparent;
}

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

.upper-1b09 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

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

.upper-1b09 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-selected-1661 {
    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;
}

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

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

.easy_a3ff {
    padding-left: 2rem;
}

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

.easy_a3ff strong {
    color: #FFEB3B;
}

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

.message_3b81,
.shadow_61f1,
.button-slow-7651,
.overlay_last_aba0,
.header-first-1a2e {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

.button-slow-7651 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.header-first-1a2e {
    border-left-color: #FFA726;
}

.header-first-1a2e h3 {
    color: #FFA726;
    margin-top: 0;
}

.message_3b81 p,
.shadow_61f1 p,
.button-slow-7651 p,
.overlay_last_aba0 p,
.header-first-1a2e p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.message_3b81 h4,
.shadow_61f1 h4,
.button-slow-7651 h4,
.overlay_last_aba0 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.message_3b81 ul,
.shadow_61f1 ul,
.button-slow-7651 ul,
.overlay_last_aba0 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.message_3b81 li,
.shadow_61f1 li,
.button-slow-7651 li,
.overlay_last_aba0 li {
    margin-bottom: 0.75rem;
}

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

.button-slow-7651 a:hover {
    text-decoration: underline;
}

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

@media (max-width: 767px) {
    .green_85dd {
        padding: 1.5rem 0;
    }
    
    .solid_58a4 {
        padding: 1rem;
    }
    
    .message_3b81,
    .shadow_61f1,
    .button-slow-7651,
    .overlay_last_aba0,
    .header-first-1a2e {
        padding: 1.5rem;
    }
}

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

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

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

.info_b17c {
    margin: 2rem 0;
}

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

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

.link-east-36a3 {
    text-align: center;
}

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

.gallery-large-b3e8 {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.shadow-81b4 {
    margin-top: 2.5rem;
    text-align: center;
}

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

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

.backdrop_wide_4266 .description_68ed {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.backdrop_wide_4266 .left-b149 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.out_6796 {
    position: relative;
}

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

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

.gradient_dark_e4d1:hover .soft_cfee {
    transform: scale(1.05);
}

.last-103c {
    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 */
.main_hard_f000 {
    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;
}

.small_66a2 {
    margin-bottom: 2rem;
}

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

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

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

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

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

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

.search_silver_3633 th.highlight-fixed-2f69 {
    text-align: left;
}

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

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

.search_silver_3633 tbody tr.media-north-5226 {
    background: rgba(76, 175, 80, 0.2);
}

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

.search_silver_3633 td.focus_4fc2 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.search_silver_3633 td.top-a732,
.search_silver_3633 td.medium-41f9,
.search_silver_3633 td.glass_9e5e {
    font-weight: 700;
    color: #4CAF50;
}

.search_silver_3633 td.logo-pressed-8ded {
    font-weight: 700;
    color: #FFEB3B;
}

.search_silver_3633 td.accent-d6a5 {
    color: #FF9800;
}

.search_silver_3633 td.primary_85b9 {
    color: #F44336;
}

.frame_1d81 {
    margin-top: 2rem;
}

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

.overlay-warm-9c90.primary-381a {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

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

.photo_warm_b89b strong {
    color: #4CAF50;
}

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

/* FAQ Section */
.panel-f0ee {
    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 */
.action-ccc9 {
    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);
}

.slider_cd71 {
    position: relative;
}

.sort-narrow-7eff {
    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);
}

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

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

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

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

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

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

.box-fluid-733f {
    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;
}

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

.box-fluid-733f.caption_012f {
    border: 2px solid #4CAF50;
}

.box-fluid-733f.left_8092 {
    border: 2px solid #2196F3;
}

.box-fluid-733f.mask_down_d6e3 {
    border: 2px solid #FFA726;
}

.box-fluid-733f.clean_df8c {
    border: 2px solid #9C27B0;
}

.box-fluid-733f.silver_9fd2 {
    border: 2px solid #00BCD4;
}

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

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

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

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

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

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

.last_215d .hover_clean_1e73 {
    color: #4CAF50;
    font-weight: 600;
}

.last_215d .grid-short-be69 {
    color: #FF5722;
    font-weight: 600;
}

.last_215d .heading-1602 {
    color: #FFEB3B;
    font-weight: 600;
}

.sort_plasma_2bca {
    margin-top: 3rem;
}

/* Statistics Section */

.dirty-8d09 {
    text-align: center;
    margin-bottom: 3rem;
}

.dirty-8d09 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);
}

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

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

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

.slider_prev_5fe8.paragraph-1582 {
    border: 2px solid #4CAF50;
}

.slider_prev_5fe8.module_9b11 {
    border: 2px solid #FFA726;
}

.slider_prev_5fe8.tertiary_up_dbbd {
    border: 2px solid #2196F3;
}

.slider_prev_5fe8.up_bf32 {
    border: 2px solid #FFEB3B;
}

.slider_prev_5fe8.center_7115 {
    border: 2px solid #9C27B0;
}

.slider_prev_5fe8.sort-gas-069e {
    border: 2px solid #FF5722;
}

.slider_prev_5fe8.banner_current_f21c {
    border: 2px solid #00BCD4;
}

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

.slider_prev_5fe8.paragraph-1582 .current-f3b8 {
    color: #4CAF50;
}

.slider_prev_5fe8.module_9b11 .current-f3b8 {
    color: #FFA726;
}

.slider_prev_5fe8.tertiary_up_dbbd .current-f3b8 {
    color: #2196F3;
}

.slider_prev_5fe8.up_bf32 .current-f3b8 {
    color: #FFEB3B;
}

.slider_prev_5fe8.center_7115 .current-f3b8 {
    color: #9C27B0;
}

.slider_prev_5fe8.sort-gas-069e .current-f3b8 {
    color: #FF5722;
}

.slider_prev_5fe8.banner_current_f21c .current-f3b8 {
    color: #00BCD4;
}

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

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

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

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

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

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

.border_dark_bbdf {}

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

.pagination-action-271e {
    color: #FFF9C4;
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

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

.popup-9b80 {
    background: #4CAF50;
    color: #fff;
}

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

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

.hover-1a21:last-child {
    margin-bottom: 0;
}

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

.hover-1a21 .gallery-large-b3e8 {
    color: #FFEB3B;
    font-weight: 600;
}

.hover-1a21 .main-a681 {
    color: #4CAF50;
    font-weight: 700;
}

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

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

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

.background-dim-5dfd {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .form_543d {
        grid-template-columns: 1fr;
    }
    
    .pattern_left_2049 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sidebar_b9eb {
        grid-template-columns: 1fr;
    }
    
    .outline-fe1a {
        grid-template-columns: 1fr;
    }
    
    .search_silver_3633 {
        font-size: 0.85rem;
    }
    
    .search_silver_3633 th,
    .search_silver_3633 td {
        padding: 0.75rem 0.5rem;
    }
    
    .box-fluid-733f {
        padding: 1.5rem;
    }
    
    .dropdown_last_17dc {
        font-size: 1.1rem;
    }
    
    .slider_cd71 h2 {
        font-size: 2rem;
    }
    
    .popup_f911 {
        font-size: 1rem;
    }
    
    .summary_f25c {
        grid-template-columns: 1fr;
    }
    
    .widget-eb23 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .menu_fluid_1032,
    .feature_gold_9c52,
    .out_2aba,
    .over-bed8,
    .slider_prev_5fe8,
    .hard-d997 {
        text-align: center;
    }
    
    .menu_fluid_1032 h1,
    .feature_gold_9c52 h3,
    .feature_gold_9c52 h4,
    .out_2aba h4,
    .hard-d997 h3 {
        text-align: center;
    }
    
    .menu_fluid_1032 p,
    .feature_gold_9c52 p,
    .out_2aba p,
    .search-north-b179 p,
    .upper-1b09 p,
    .outline-03f8 p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu_fluid_1032 ul,
    .feature_gold_9c52 ul,
    .search-north-b179 ul,
    .upper-1b09 ul,
    .outline-03f8 ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .shadow-81b4,
    .widget_e942 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .table_active_5d7c {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .info_b17c {
        font-size: 0.95rem;
    }
    
    .texture_advanced_bfaf {
        font-size: 1.5rem;
    }
    
    .gallery-large-b3e8 {
        font-size: 0.8rem;
    }
    
    .nav_next_ba76 {
        font-size: 1.5rem;
    }
    
    .link_left_dd48 {
        font-size: 0.95rem;
    }
    
    .search_silver_3633 {
        font-size: 0.75rem;
    }
    
    .slider_prev_5fe8 {
        padding: 1.5rem 1rem;
    }
    
    .current-f3b8 {
        font-size: 1.8rem;
    }
    
    .over-bed8 {
        padding: 1.5rem;
    }
    
    .logo_3ded {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .block-3874 {
        font-size: 1rem;
    }
    
    .dropdown_last_17dc {
        font-size: 1rem;
    }
    
    .slider_cd71 h2 {
        font-size: 1.8rem;
    }
    
    .menu-210e h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .feature_gold_9c52 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .out_2aba {
        padding: 1.2rem;
        text-align: center;
    }
    
    .text_b334 th,
    .text_b334 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .light_46bb,
    .menu-210e,
    .main_hard_f000,
    .nav_59ba,
    .inner-fb5c,
    .panel-f0ee,
    .action-ccc9 {
        text-align: center;
    }
    
    .small_66a2,
    .menu_fluid_1032,
    .feature_gold_9c52,
    .tag_dynamic_4913,
    .summary_f25c {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu_fluid_1032 h1,
    .feature_gold_9c52 h2,
    .feature_gold_9c52 h3,
    .feature_gold_9c52 h4,
    .out_2aba h4,
    .hard-d997 h3,
    .hard-d997 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .tiny-8811 {
        text-align: center;
    }
    
    .tiny-8811 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .menu_fluid_1032 ul,
    .menu_fluid_1032 ol,
    .feature_gold_9c52 ul,
    .feature_gold_9c52 ol,
    .search-north-b179 ul,
    .search-north-b179 ol,
    .upper-1b09 ul,
    .upper-1b09 ol,
    .outline-03f8 ul,
    .outline-03f8 ol,
    .hard-d997 ul,
    .hard-d997 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .up-daab,
    .text_b334 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .shadow-81b4,
    .widget_e942,
    .sort_plasma_2bca {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .out_6796,
    .gradient_dark_e4d1 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .slider_prev_5fe8,
    .out_2aba,
    .over-bed8 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .search-north-b179,
    .upper-1b09,
    .outline-03f8,
    .hard-ebca {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .search-north-b179 p,
    .upper-1b09 p,
    .outline-03f8 p,
    .hard-ebca p {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

.glass_67cf {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

.form-fresh-0a52 .block-3874 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.form-fresh-0a52 .tall-9996 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.form-fresh-0a52 .hard_faf6 {
    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 */
.block-37eb {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.block-37eb h3 {
    color: #4CAF50;
}

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

.content-fresh-6d1e h3 {
    color: #FF9800;
}

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

.content_0061 h3 {
    color: #2196F3;
}

.block-37eb .active_ebbb,
.content-fresh-6d1e .active_ebbb,
.content_0061 .active_ebbb {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

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

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

.nav_59ba .background-dim-5dfd {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .form-fresh-0a52 {
        margin-bottom: 1rem;
    }
    
    .form-fresh-0a52 dt,
    .form-fresh-0a52 .block-3874,
    .form-fresh-0a52 .tall-9996,
    .form-fresh-0a52 .hard_faf6 {
        text-align: center;
    }
    
    .block-37eb,
    .content-fresh-6d1e,
    .content_0061 {
        text-align: center;
    }
    
    .nav_59ba .background-dim-5dfd {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .form-fresh-0a52 {
        padding: 1.2rem;
    }
    
    .container-c275 {
        font-size: 2.5rem;
    }
    
    .form-fresh-0a52 .block-3874 {
        font-size: 1rem;
    }
    
    .form-fresh-0a52 .hard_faf6 {
        font-size: 0.85rem;
    }
    
    .block-37eb h3,
    .content-fresh-6d1e h3,
    .content_0061 h3 {
        font-size: 1.5rem;
    }
    
    .block-37eb .active_ebbb,
    .content-fresh-6d1e .active_ebbb,
    .content_0061 .active_ebbb {
        font-size: 1rem;
    }
}

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

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

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

.card_lower_b4ad {
    flex: 1;
}

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

.pressed-41fb strong {
    color: #FFEB3B;
    font-size: 1.1rem;
}

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

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

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

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

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

.simple-2a19 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

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

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

.table-e4c0 details div {
    padding: 1rem 1.5rem 1.5rem;
}

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

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

.table-e4c0 details p {
    margin: 0.8rem 0;
}

.table-e4c0 details strong {
    color: #FFEB3B;
}

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

.table-e4c0 details a:hover {
    color: #66BB6A;
}

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

@media (max-width: 767px) {
    .table_last_39c4 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .pressed-41fb {
        font-size: 0.9rem;
    }
    
    .pressed-41fb strong {
        font-size: 1rem;
    }
    
    .chip-glass-4a30 {
        font-size: 0.85rem;
    }
    
    .chip-glass-4a30 small {
        font-size: 0.75rem;
    }
    
    .message_new_3cc6 {
        padding: 0.6rem;
    }
    
    .simple-2a19 {
        font-size: 1.3rem;
    }
    
    .message_new_3cc6 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: f1bf */
.widget-item-b8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
