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

/* ========== Header和导航样式（从index.list-dark-62f1移植） ========== */

/* Header CTA Button Enhancement */
.steel_5fac.wide-e9a9 {
    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;
}

.steel_5fac.wide-e9a9: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;
}

.steel_5fac.wide-e9a9 .alert_5a1d {
    position: relative;
    z-index: 2;
}

.steel_5fac.wide-e9a9 .hidden_f315 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.steel_5fac.wide-e9a9::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;
}

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

/* ========== Header和导航样式（从index.list-dark-62f1移植） ========== */

.yellow-2f98 {
    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;
}

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

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

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

.active-orange-0977 a {
    display: flex;
    align-items: center;
}

.small-752b {
    display: flex;
    align-items: center;
}

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

.yellow_1238 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.article-full-35aa {
    position: relative;
}

.article-full-35aa ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.article-full-35aa li {
    position: relative;
    list-style: none;
}

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

.article-full-35aa a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.article-full-35aa .lite-297b {
    position: relative;
}

.article-full-35aa .dirty_c6ac {
    cursor: pointer;
}

.article-full-35aa .dirty_c6ac::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.article-full-35aa .avatar_fast_f967 {
    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) {
    .article-full-35aa .lite-297b:hover .avatar_fast_f967 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.article-full-35aa .avatar_fast_f967 li {
    margin: 0;
    list-style: none;
}

.article-full-35aa .avatar_fast_f967 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.article-full-35aa .avatar_fast_f967 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.avatar-067e {
    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;
}

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

.avatar-067e.fn-active-db76 {
    background: rgba(255, 167, 38, 0.5);
}

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

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


/* 响应式图片样式 */
.text_prev_3b0f,
.narrow-750e {
    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;
}

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

.notice-a2af 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;
}

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

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

.logo_bca3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.copper-efaa.avatar-f7ed/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;
}

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

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

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

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

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

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

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

.alert_center_2572 {
    text-align: center;
}

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

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

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

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

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

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

.footer-a8fc:hover::before {
    left: 100%;
}

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

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

.footer-a8fc:hover .sort_ff64 {
    transform: translateX(5px);
}

/* 步骤流程设计 */
.hidden_f1e8 {
    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_f1e8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.copper-efaa.avatar-f7ed/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;
}

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

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

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

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

.label-bright-34d4 {
    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);
}

.overlay-wide-c1ff {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

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

/* 响应式设计 */
@media (max-width: 768px) {
    .logo_bca3 {
        padding: 3rem 0;
    }
    
    .current-7386 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .carousel-e65f {
        padding: 1.5rem;
    }
    
    .prev-26d2 {
        font-size: 2.5rem;
    }
    
    .thumbnail_dd44 {
        font-size: 1.3rem;
    }
    
    .hidden_f1e8 {
        padding: 2rem 1rem;
    }
    
    .outline_lower_117f {
        font-size: 1.8rem;
    }
    
    .focus_4c7b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .logo_bca3 {
        padding: 2rem 0;
    }
    
    .carousel-e65f {
        padding: 1.2rem;
    }
    
    .prev-26d2 {
        font-size: 2rem;
    }
    
    .thumbnail_dd44 {
        font-size: 1.2rem;
    }
    
    .lite_7a67 {
        gap: 0.3rem;
    }
    
    .badge_4664 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .hidden_f1e8 {
        padding: 1.5rem 1rem;
    }
    
    .outline_lower_117f {
        font-size: 1.6rem;
    }
}

.notice-a2af .hard-cae0 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column_silver_4038 .hard-cae0:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.notice-cf60 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;
}

.notice-cf60 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;
}

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

.notice-cf60 li:hover::before {
    transform: scaleY(1);
}

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

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

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

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

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .main_a361 a[href*=".pagination_1c2e"] {
    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) {
    .notice-a2af {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .notice-a2af h1 {
        font-size: 1.75rem;
    }
    
    .column_silver_4038 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .advanced_2c16 {
        font-size: 2rem;
    }
    
    .picture-selected-cc24 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .picture-selected-cc24::before {
        border-radius: 17px;
    }
    
    .notice-cf60 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .table_3a93 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .tooltip_766b {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .middle_dc60 img,
    .table_3407 img {
        max-width: 100%;
        height: auto;
    }
    
    .text_prev_3b0f,
    .narrow-750e {
        max-width: 100%;
    }
}

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

/* ========== Footer 样式（从 index.list-dark-62f1 移植） ========== */

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

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

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

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

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

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

/* FAQ Section (从 index.list-dark-62f1) */
.filter_orange_017d {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

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

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

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

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

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

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

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

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

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

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

/* Content Block (从 index.list-dark-62f1) */
.alert-gas-37c2 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 167, 38, 0.2);
}

.alert-gas-37c2 h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.alert-gas-37c2 h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.alert-gas-37c2 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.alert-gas-37c2 ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-black-26df 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);
}

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

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

.link-black-26df tbody tr.container-west-fe48 {
    background: rgba(76, 175, 80, 0.15);
}

.link-black-26df tbody tr.container-west-fe48 th,
.link-black-26df tbody tr.container-west-fe48 td {
    background: transparent;
}

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

.module-dynamic-777f h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.module-dynamic-777f p {
    color: white;
    margin-bottom: 1rem;
}

.module-dynamic-777f ul {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

.icon-dark-435a {
    color: #FF9800;
    font-weight: 700;
}

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

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

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

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

.hover-solid-c4b2 {
    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);
}

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

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

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

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

.nav-brown-0e8f {
    padding-left: 2rem;
}

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

.nav-brown-0e8f strong {
    color: #FFEB3B;
}

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

.container-north-9051,
.layout_middle_68df,
.form-cold-81b3,
.media_d002,
.hard_577c {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

.container-north-9051 {
    border-left-color: #2196F3;
}

.container-north-9051 h3 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

.form-cold-81b3 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

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

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

.container-north-9051 p,
.layout_middle_68df p,
.form-cold-81b3 p,
.media_d002 p,
.hard_577c p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.container-north-9051 h4,
.layout_middle_68df h4,
.form-cold-81b3 h4,
.media_d002 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.container-north-9051 ul,
.layout_middle_68df ul,
.form-cold-81b3 ul,
.media_d002 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.container-north-9051 li,
.layout_middle_68df li,
.form-cold-81b3 li,
.media_d002 li {
    margin-bottom: 0.75rem;
}

.form-cold-81b3 a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.form-cold-81b3 a:hover {
    text-decoration: underline;
}

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

@media (max-width: 767px) {
    .title-1316 {
        padding: 1.5rem 0;
    }
    
    .hover-solid-c4b2 {
        padding: 1rem;
    }
    
    .container-north-9051,
    .layout_middle_68df,
    .form-cold-81b3,
    .media_d002,
    .hard_577c {
        padding: 1.5rem;
    }
}

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

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

.lite-825d {
    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);
}

.dropdown_a3ab {
    margin: 2rem 0;
}

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

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

.green-f896 {
    text-align: center;
}

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

.border-advanced-edb9 {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

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

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

.column_short_587f .sort_ff64 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.column_short_587f .alert_5a1d {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.info_plasma_00b0 {
    position: relative;
}

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

.detail-brown-0217 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.shadow_copper_786c:hover .detail-brown-0217 {
    transform: scale(1.05);
}

.progress_ad56 {
    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 */
.text-bronze-49f4 {
    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;
}

.stale_4dd3 {
    margin-bottom: 2rem;
}

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

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

.warm-7bbc {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

.item-ffcf th.alert_8bad {
    text-align: left;
}

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

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

.item-ffcf tbody tr.form_cool_4457 {
    background: rgba(76, 175, 80, 0.2);
}

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

.item-ffcf td.icon-bronze-42b8 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.item-ffcf td.red-9ab1,
.item-ffcf td.copper_fe54,
.item-ffcf td.tabs_copper_7c42 {
    font-weight: 700;
    color: #4CAF50;
}

.item-ffcf td.tertiary_1882 {
    font-weight: 700;
    color: #FFEB3B;
}

.item-ffcf td.image_paper_6743 {
    color: #FF9800;
}

.item-ffcf td.outline_4b36 {
    color: #F44336;
}

.upper-b132 {
    margin-top: 2rem;
}

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

.tooltip_be29.filter-f39f {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

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

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

.background-015c strong {
    color: #4CAF50;
}

/* Success Stories Section */
.description-f3ce {
    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 */
.row-2c63 {
    margin: 3rem 0;
}

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

.main_north_7938 {
    position: relative;
}

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

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

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

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

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

.article_7ddd::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_6eb5 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.fast-f26e.background-steel-cb76 {
    border: 2px solid #4CAF50;
}

.fast-f26e.cold_4dc3 {
    border: 2px solid #2196F3;
}

.fast-f26e.panel-9719 {
    border: 2px solid #FFA726;
}

.fast-f26e.list_short_17b2 {
    border: 2px solid #9C27B0;
}

.fast-f26e.input_lite_ded0 {
    border: 2px solid #00BCD4;
}

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

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

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

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

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

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

.last_0e83 .gas_f3bd {
    color: #4CAF50;
    font-weight: 600;
}

.last_0e83 .message_030a {
    color: #FF5722;
    font-weight: 600;
}

.last_0e83 .pressed_8ce0 {
    color: #FFEB3B;
    font-weight: 600;
}

.header-3483 {
    margin-top: 3rem;
}

/* Statistics Section */

.sidebar-advanced-4ad2 {
    text-align: center;
    margin-bottom: 3rem;
}

.sidebar-advanced-4ad2 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);
}

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

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

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

.hot_debb.smooth_f8d1 {
    border: 2px solid #4CAF50;
}

.hot_debb.shadow-black-6aff {
    border: 2px solid #FFA726;
}

.hot_debb.backdrop_top_28f9 {
    border: 2px solid #2196F3;
}

.hot_debb.form-6faf {
    border: 2px solid #FFEB3B;
}

.hot_debb.active-554f {
    border: 2px solid #9C27B0;
}

.hot_debb.block_007b {
    border: 2px solid #FF5722;
}

.hot_debb.form_cool_f65e {
    border: 2px solid #00BCD4;
}

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

.hot_debb.smooth_f8d1 .first-d70c {
    color: #4CAF50;
}

.hot_debb.shadow-black-6aff .first-d70c {
    color: #FFA726;
}

.hot_debb.backdrop_top_28f9 .first-d70c {
    color: #2196F3;
}

.hot_debb.form-6faf .first-d70c {
    color: #FFEB3B;
}

.hot_debb.active-554f .first-d70c {
    color: #9C27B0;
}

.hot_debb.block_007b .first-d70c {
    color: #FF5722;
}

.hot_debb.form_cool_f65e .first-d70c {
    color: #00BCD4;
}

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

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

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

.white-1319 {
    background: linear-gradient(135deg, #6D4C41 0%, #5D4037 100%);
    padding: 1.8rem;
    border-radius: 12px;
    border: 2px solid #4CAF50;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

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

.secondary_pressed_531c {}

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

.form-short-1b9d {
    color: #FFF9C4;
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
}

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

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

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

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

.accent-6c78:last-child {
    margin-bottom: 0;
}

.accent-6c78.component-black-1de5 {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.accent-6c78 .border-advanced-edb9 {
    color: #FFEB3B;
    font-weight: 600;
}

.accent-6c78 .background-b33f {
    color: #4CAF50;
    font-weight: 700;
}

.solid-95b8 {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

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

.description-pro-6564 {
    margin-top: 2rem;
    text-align: center;
}

.paper-633c {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .modal-complex-7f49 {
        grid-template-columns: 1fr;
    }
    
    .picture_hard_3dad {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tooltip-b28a {
        grid-template-columns: 1fr;
    }
    
    .disabled-d272 {
        grid-template-columns: 1fr;
    }
    
    .item-ffcf {
        font-size: 0.85rem;
    }
    
    .item-ffcf th,
    .item-ffcf td {
        padding: 0.75rem 0.5rem;
    }
    
    .fast-f26e {
        padding: 1.5rem;
    }
    
    .search_east_1159 {
        font-size: 1.1rem;
    }
    
    .main_north_7938 h2 {
        font-size: 2rem;
    }
    
    .warm-956a {
        font-size: 1rem;
    }
    
    .list-9f79 {
        grid-template-columns: 1fr;
    }
    
    .accent-west-627f {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .link-3705,
    .alert-gas-37c2,
    .alert_lite_2695,
    .white-1319,
    .hot_debb,
    .image_1fdc {
        text-align: center;
    }
    
    .link-3705 h1,
    .alert-gas-37c2 h3,
    .alert-gas-37c2 h4,
    .alert_lite_2695 h4,
    .image_1fdc h3 {
        text-align: center;
    }
    
    .link-3705 p,
    .alert-gas-37c2 p,
    .alert_lite_2695 p,
    .detail_2401 p,
    .module-dynamic-777f p,
    .brown_75ee p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .link-3705 ul,
    .alert-gas-37c2 ul,
    .detail_2401 ul,
    .module-dynamic-777f ul,
    .brown_75ee ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .breadcrumb_4022,
    .overlay-mini-5286 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .lite-825d {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .dropdown_a3ab {
        font-size: 0.95rem;
    }
    
    .backdrop_pink_7d01 {
        font-size: 1.5rem;
    }
    
    .border-advanced-edb9 {
        font-size: 0.8rem;
    }
    
    .thick-0fdb {
        font-size: 1.5rem;
    }
    
    .list-cb4d {
        font-size: 0.95rem;
    }
    
    .item-ffcf {
        font-size: 0.75rem;
    }
    
    .hot_debb {
        padding: 1.5rem 1rem;
    }
    
    .first-d70c {
        font-size: 1.8rem;
    }
    
    .white-1319 {
        padding: 1.5rem;
    }
    
    .yellow-1fb3 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .north_99c1 {
        font-size: 1rem;
    }
    
    .search_east_1159 {
        font-size: 1rem;
    }
    
    .main_north_7938 h2 {
        font-size: 1.8rem;
    }
    
    .main-brown-e277 h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .alert-gas-37c2 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .alert_lite_2695 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .link-black-26df th,
    .link-black-26df td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .notice-a2af,
    .main-brown-e277,
    .text-bronze-49f4,
    .description-f3ce,
    .row-2c63,
    .filter_orange_017d,
    .detail_wide_950a {
        text-align: center;
    }
    
    .stale_4dd3,
    .link-3705,
    .alert-gas-37c2,
    .aside_copper_6bc7,
    .list-9f79 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .link-3705 h1,
    .alert-gas-37c2 h2,
    .alert-gas-37c2 h3,
    .alert-gas-37c2 h4,
    .alert_lite_2695 h4,
    .image_1fdc h3,
    .image_1fdc h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .avatar_9a7e {
        text-align: center;
    }
    
    .avatar_9a7e h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .link-3705 ul,
    .link-3705 ol,
    .alert-gas-37c2 ul,
    .alert-gas-37c2 ol,
    .detail_2401 ul,
    .detail_2401 ol,
    .module-dynamic-777f ul,
    .module-dynamic-777f ol,
    .brown_75ee ul,
    .brown_75ee ol,
    .image_1fdc ul,
    .image_1fdc ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .warm-7bbc,
    .link-black-26df {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .breadcrumb_4022,
    .overlay-mini-5286,
    .header-3483 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .info_plasma_00b0,
    .shadow_copper_786c {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .hot_debb,
    .alert_lite_2695,
    .white-1319 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .detail_2401,
    .module-dynamic-777f,
    .brown_75ee,
    .label-pressed-75d7 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .detail_2401 p,
    .module-dynamic-777f p,
    .brown_75ee p,
    .label-pressed-75d7 p {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

.pro_78f5 {
    margin-top: 1rem;
}

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

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

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

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

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

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

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

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

.primary_west_f2aa .full-f2a3 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.primary_west_f2aa .main-soft-2f5c {
    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 */
.hot-14a0 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.hot-14a0 h3 {
    color: #4CAF50;
}

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

.hero-f1ee h3 {
    color: #FF9800;
}

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

.cool-4ad8 h3 {
    color: #2196F3;
}

.hot-14a0 .highlight-0301,
.hero-f1ee .highlight-0301,
.cool-4ad8 .highlight-0301 {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

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

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

.description-f3ce .paper-633c {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .primary_west_f2aa {
        margin-bottom: 1rem;
    }
    
    .primary_west_f2aa dt,
    .primary_west_f2aa .north_99c1,
    .primary_west_f2aa .full-f2a3,
    .primary_west_f2aa .main-soft-2f5c {
        text-align: center;
    }
    
    .hot-14a0,
    .hero-f1ee,
    .cool-4ad8 {
        text-align: center;
    }
    
    .description-f3ce .paper-633c {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .primary_west_f2aa {
        padding: 1.2rem;
    }
    
    .message_dirty_21e3 {
        font-size: 2.5rem;
    }
    
    .primary_west_f2aa .north_99c1 {
        font-size: 1rem;
    }
    
    .primary_west_f2aa .main-soft-2f5c {
        font-size: 0.85rem;
    }
    
    .hot-14a0 h3,
    .hero-f1ee h3,
    .cool-4ad8 h3 {
        font-size: 1.5rem;
    }
    
    .hot-14a0 .highlight-0301,
    .hero-f1ee .highlight-0301,
    .cool-4ad8 .highlight-0301 {
        font-size: 1rem;
    }
}

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

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

.tertiary-bottom-1e41 {
    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;
}

.menu-lite-3b87 {
    flex: 1;
}

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

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

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

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

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

.popup-385b {
    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;
}

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

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

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

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

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

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

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

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

.gas_ec55 details strong {
    color: #FFEB3B;
}

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

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

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .image_f4c9 {
        flex-direction: column;
        text-align: center;
    }
    
    .menu-lite-3b87 {
        text-align: center;
    }
    
    .north-390b {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tertiary-bottom-1e41 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .badge_dfe9 {
        font-size: 0.9rem;
    }
    
    .badge_dfe9 strong {
        font-size: 1rem;
    }
    
    .disabled-cb39 {
        font-size: 0.85rem;
    }
    
    .disabled-cb39 small {
        font-size: 0.75rem;
    }
    
    .popup-385b {
        padding: 0.6rem;
    }
    
    .large-c1b5 {
        font-size: 1.3rem;
    }
    
    .popup-385b span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 1889 */
.phantom-card-j5 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
