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

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

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

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

.picture_273c.notification_8cc9 .smooth-82e0 {
    position: relative;
    z-index: 2;
}

.picture_273c.notification_8cc9 .slider-00f9 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

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

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

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

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

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

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

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

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

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

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

.message-4fca {
    z-index: 1002;
}

/* ========== 导航 ========== */
.hard-ed4a {
    position: relative;
}

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

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

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

.hard-ed4a a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.hard-ed4a .tag-e408 {
    position: relative;
}

.hard-ed4a .popup_focused_655d {
    cursor: pointer;
}

.hard-ed4a .popup_focused_655d::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.hard-ed4a .sort-bright-15e8 {
    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) {
    .hard-ed4a .tag-e408:hover .sort-bright-15e8 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.hard-ed4a .sort-bright-15e8 li {
    margin: 0;
    list-style: none;
}

.hard-ed4a .sort-bright-15e8 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.hard-ed4a .sort-bright-15e8 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

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

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

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


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

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

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

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

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

.secondary_9e65::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.last-83b0.pagination-solid-c686/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;
}

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

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

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

.logo-eb96:hover::before {
    left: 100%;
}

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

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

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

.focus_brown_1c8e {
    text-align: center;
}

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

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

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

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

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

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

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

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

.huge-48d0 {
    font-style: normal;
    transition: transform 0.3s ease;
}

.avatar_9e32:hover .huge-48d0 {
    transform: translateX(5px);
}

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

.menu-focused-9f12::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.last-83b0.pagination-solid-c686/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;
}

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

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

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

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

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

.tag-over-cf10 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

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

/* 响应式设计 */
@media (max-width: 768px) {
    .secondary_9e65 {
        padding: 3rem 0;
    }
    
    .section-hovered-22c0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .logo-eb96 {
        padding: 1.5rem;
    }
    
    .tabs_5a88 {
        font-size: 2.5rem;
    }
    
    .warm-90db {
        font-size: 1.3rem;
    }
    
    .menu-focused-9f12 {
        padding: 2rem 1rem;
    }
    
    .hover_56a7 {
        font-size: 1.8rem;
    }
    
    .hot-5050 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .secondary_9e65 {
        padding: 2rem 0;
    }
    
    .logo-eb96 {
        padding: 1.2rem;
    }
    
    .tabs_5a88 {
        font-size: 2rem;
    }
    
    .warm-90db {
        font-size: 1.2rem;
    }
    
    .soft_8234 {
        gap: 0.3rem;
    }
    
    .solid_6797 {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .menu-focused-9f12 {
        padding: 1.5rem 1rem;
    }
    
    .hover_56a7 {
        font-size: 1.6rem;
    }
}

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

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .tertiary_32b9 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .tertiary_32b9 .tertiary-east-e9d0.container-huge-9686 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .tertiary_32b9 .button-f947 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .tertiary_32b9 {
        gap: 2rem;
    }
    
    .tertiary_32b9 .tertiary-east-e9d0.container-huge-9686 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .tertiary_32b9 {
        gap: 2.5rem;
    }
    
    .tertiary_32b9 .tertiary-east-e9d0.container-huge-9686 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

.button-f947:hover::before {
    left: 100%;
}

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

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

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

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

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

.button-f947 .heading_thick_7139:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.tiny-cccd 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;
}

.tiny-cccd 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;
}

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

.tiny-cccd li:hover::before {
    transform: scaleY(1);
}

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

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

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

.fresh-c90c:hover::before {
    transform: scale(1);
}

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .breadcrumb_b442 a[href*=".badge-wood-af0f"] {
    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) {
    .cool_4cba {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .cool_4cba h1 {
        font-size: 1.75rem;
    }
    
    .button-f947 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .gradient_bottom_8868 {
        font-size: 2rem;
    }
    
    .shadow_copper_2b0b {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .shadow_copper_2b0b::before {
        border-radius: 17px;
    }
    
    .tiny-cccd li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .over-199d {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .fresh-c90c {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .tertiary-east-e9d0 img,
    .container-huge-9686 img {
        max-width: 100%;
        height: auto;
    }
    
    .liquid_4ff5,
    .small-3192 {
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.border-stone-f7f3 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* FAQ Section (从 index.orange_e343) */
.paragraph-dynamic-8ab3 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

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

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

.button-advanced-2850 {
    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;
}

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

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

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

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

.button-advanced-2850 p:last-child {
    margin-bottom: 0;
}

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

.button-advanced-2850 li {
    margin-bottom: 0.5rem;
}

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

.content-inner-2f03 h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.content-inner-2f03 h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.content-inner-2f03 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.content-inner-2f03 ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

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

.tabs-motion-7c8d h4 {
    color: #2196F3;
    margin-top: 0;
}

.tabs-motion-7c8d p {
    margin-bottom: 0;
    color: white;
    line-height: 1.8;
}

.tabs-motion-7c8d ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top_5196 tbody tr.blue-7ce8 {
    background: rgba(76, 175, 80, 0.15);
}

.top_5196 tbody tr.blue-7ce8 th,
.top_5196 tbody tr.blue-7ce8 td {
    background: transparent;
}

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

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

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

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

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

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

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

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

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

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

.item-outer-079f {
    color: #FF9800;
    font-weight: 700;
}

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

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

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

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

.hard-4a3e {
    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);
}

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

.column-prev-994e {
    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;
}

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

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

.label_1d4f {
    padding-left: 2rem;
}

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

.label_1d4f strong {
    color: #FFEB3B;
}

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

.widget_short_d382,
.inner_6688,
.main_e416,
.caption-fluid-d2b1,
.box_bdaf {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

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

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

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

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

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

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

.caption-fluid-d2b1 {
    border-left-color: #4CAF50;
}

.caption-fluid-d2b1 h3 {
    color: #4CAF50;
    margin-top: 0;
}

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

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

.widget_short_d382 p,
.inner_6688 p,
.main_e416 p,
.caption-fluid-d2b1 p,
.box_bdaf p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.widget_short_d382 h4,
.inner_6688 h4,
.main_e416 h4,
.caption-fluid-d2b1 h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.widget_short_d382 ul,
.inner_6688 ul,
.main_e416 ul,
.caption-fluid-d2b1 ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.widget_short_d382 li,
.inner_6688 li,
.main_e416 li,
.caption-fluid-d2b1 li {
    margin-bottom: 0.75rem;
}

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

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

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

@media (max-width: 767px) {
    .inner-7346 {
        padding: 1.5rem 0;
    }
    
    .hard-4a3e {
        padding: 1rem;
    }
    
    .widget_short_d382,
    .inner_6688,
    .main_e416,
    .caption-fluid-d2b1,
    .box_bdaf {
        padding: 1.5rem;
    }
}

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

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

.lite-95f4 {
    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);
}

.badge-223b {
    margin: 2rem 0;
}

.badge-small-5f2f {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #FFF9C4;
    margin-bottom: 2rem;
}

.link_gold_1a89 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(255, 167, 38, 0.1);
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.slow_cfee {
    text-align: center;
}

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

.logo-outer-4ffd {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.progress-cool-087e {
    margin-top: 2.5rem;
    text-align: center;
}

/* CTA Primary Button Enhancement */
.silver-47da {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1.2rem 3rem 1.2rem 2rem !important;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 50%, #4CAF50 100%) !important;
    background-size: 200% 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

.silver-47da:hover {
    background-position: 100% 0;
    transform: translateY(-3px);
    box-shadow: 0 0 0 6px rgba(76, 175, 80, 0.4), 0 12px 40px rgba(76, 175, 80, 0.5);
}

.silver-47da .huge-48d0 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.silver-47da .smooth-82e0 {
    position: relative;
}

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

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

/* Responsive Button Styles */
@media (max-width: 767px) {
    .silver-47da {
        font-size: 1rem !important;
        padding: 1rem 2.5rem 1rem 1.5rem !important;
    }
    
    .silver-47da .huge-48d0 {
        font-size: 1.2rem;
    }
}

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

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

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

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

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

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

.input-purple-b3c7 {
    position: relative;
}

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

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

.feature_fe51:hover .surface_584a {
    transform: scale(1.05);
}

.first-fad9 {
    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 */
.huge-049a {
    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;
}

.modal_yellow_4503 {
    margin-bottom: 2rem;
}

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

.green-885d {
    color: #FFF9C4;
    font-size: 1.1rem;
}

.tooltip-bronze-267e {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

.narrow-64c3 th.message-clean-f672 {
    text-align: left;
}

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

.narrow-64c3 tbody tr:hover {
    background: rgba(255,255,255,0.05);
}

.narrow-64c3 tbody tr.summary_solid_f651 {
    background: rgba(76, 175, 80, 0.2);
}

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

.narrow-64c3 td.last_d339 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.narrow-64c3 td.slow-02d6,
.narrow-64c3 td.paper_abae,
.narrow-64c3 td.wrapper_d72d {
    font-weight: 700;
    color: #4CAF50;
}

.narrow-64c3 td.east-60a8 {
    font-weight: 700;
    color: #FFEB3B;
}

.narrow-64c3 td.warm_77b6 {
    color: #FF9800;
}

.narrow-64c3 td.center_ec07 {
    color: #F44336;
}

.primary_e62e {
    margin-top: 2rem;
}

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

.rough_029d.feature_gas_ee34 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.complex-9aab {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

.north_d9ab strong {
    color: #4CAF50;
}

/* Success Stories Section */
.banner-dim-0843 {
    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 */
.media-6b25 {
    margin: 3rem 0;
}

/* FAQ Section */
.paragraph-dynamic-8ab3 {
    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 */
.out_6446 {
    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);
}

.component_plasma_89aa {
    position: relative;
}

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

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

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

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

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

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

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

.notification-wood-3822 {
    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;
}

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

.notification-wood-3822.tooltip_old_3071 {
    border: 2px solid #4CAF50;
}

.notification-wood-3822.mini_328d {
    border: 2px solid #2196F3;
}

.notification-wood-3822.glass-df98 {
    border: 2px solid #FFA726;
}

.notification-wood-3822.hidden_tiny_979e {
    border: 2px solid #9C27B0;
}

.notification-wood-3822.wrapper-6914 {
    border: 2px solid #00BCD4;
}

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

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

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

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

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

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

.fresh_ddb1 .footer_north_d2ad {
    color: #4CAF50;
    font-weight: 600;
}

.fresh_ddb1 .sort-67f4 {
    color: #FF5722;
    font-weight: 600;
}

.fresh_ddb1 .iron_f121 {
    color: #FFEB3B;
    font-weight: 600;
}

.grid-copper-e417 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

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

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

.highlight_bottom_8ae5.column_easy_0d06 {
    border: 2px solid #4CAF50;
}

.highlight_bottom_8ae5.rough-614e {
    border: 2px solid #FFA726;
}

.highlight_bottom_8ae5.surface-cold-8c61 {
    border: 2px solid #2196F3;
}

.highlight_bottom_8ae5.pattern_white_c480 {
    border: 2px solid #FFEB3B;
}

.highlight_bottom_8ae5.static-1e4c {
    border: 2px solid #9C27B0;
}

.highlight_bottom_8ae5.filter-b46a {
    border: 2px solid #FF5722;
}

.highlight_bottom_8ae5.pressed-2ef4 {
    border: 2px solid #00BCD4;
}

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

.highlight_bottom_8ae5.column_easy_0d06 .complex_8d07 {
    color: #4CAF50;
}

.highlight_bottom_8ae5.rough-614e .complex_8d07 {
    color: #FFA726;
}

.highlight_bottom_8ae5.surface-cold-8c61 .complex_8d07 {
    color: #2196F3;
}

.highlight_bottom_8ae5.pattern_white_c480 .complex_8d07 {
    color: #FFEB3B;
}

.highlight_bottom_8ae5.static-1e4c .complex_8d07 {
    color: #9C27B0;
}

.highlight_bottom_8ae5.filter-b46a .complex_8d07 {
    color: #FF5722;
}

.highlight_bottom_8ae5.pressed-2ef4 .complex_8d07 {
    color: #00BCD4;
}

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

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

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

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

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

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

.gradient-lite-28f0 {}

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

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

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

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

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

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

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

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

.gallery_gold_b531 .logo-outer-4ffd {
    color: #FFEB3B;
    font-weight: 600;
}

.gallery_gold_b531 .menu-1538 {
    color: #4CAF50;
    font-weight: 700;
}

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

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

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

.tag-hovered-2179 {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .full_3edb {
        grid-template-columns: 1fr;
    }
    
    .link_gold_1a89 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .grid-2545 {
        grid-template-columns: 1fr;
    }
    
    .media-f161 {
        grid-template-columns: 1fr;
    }
    
    .narrow-64c3 {
        font-size: 0.85rem;
    }
    
    .narrow-64c3 th,
    .narrow-64c3 td {
        padding: 0.75rem 0.5rem;
    }
    
    .notification-wood-3822 {
        padding: 1.5rem;
    }
    
    .content_south_2b0d {
        font-size: 1.1rem;
    }
    
    .component_plasma_89aa h2 {
        font-size: 2rem;
    }
    
    .right-85f8 {
        font-size: 1rem;
    }
    
    .menu_copper_0d9f {
        grid-template-columns: 1fr;
    }
    
    .mask-5d16 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .backdrop_last_3f61,
    .content-inner-2f03,
    .notification_0afe,
    .hero_orange_2c8f,
    .highlight_bottom_8ae5,
    .button-advanced-2850 {
        text-align: center;
    }
    
    .backdrop_last_3f61 h1,
    .content-inner-2f03 h3,
    .content-inner-2f03 h4,
    .notification_0afe h4,
    .button-advanced-2850 h3 {
        text-align: center;
    }
    
    .backdrop_last_3f61 p,
    .content-inner-2f03 p,
    .notification_0afe p,
    .tabs-motion-7c8d p,
    .frame_focused_cd08 p,
    .picture_507a p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .backdrop_last_3f61 ul,
    .content-inner-2f03 ul,
    .tabs-motion-7c8d ul,
    .frame_focused_cd08 ul,
    .picture_507a ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .progress-cool-087e,
    .grid-6e6e {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .lite-95f4 {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .badge-223b {
        font-size: 0.95rem;
    }
    
    .heading-c45f {
        font-size: 1.5rem;
    }
    
    .logo-outer-4ffd {
        font-size: 0.8rem;
    }
    
    .slider_adcd {
        font-size: 1.5rem;
    }
    
    .green-885d {
        font-size: 0.95rem;
    }
    
    .narrow-64c3 {
        font-size: 0.75rem;
    }
    
    .highlight_bottom_8ae5 {
        padding: 1.5rem 1rem;
    }
    
    .complex_8d07 {
        font-size: 1.8rem;
    }
    
    .hero_orange_2c8f {
        padding: 1.5rem;
    }
    
    .wrapper_small_c9fa {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .layout-bronze-0fb6 {
        font-size: 1rem;
    }
    
    .content_south_2b0d {
        font-size: 1rem;
    }
    
    .component_plasma_89aa h2 {
        font-size: 1.8rem;
    }
    
    .cold-9891 h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .content-inner-2f03 {
        padding: 1.5rem;
        text-align: center;
    }
    
    .notification_0afe {
        padding: 1.2rem;
        text-align: center;
    }
    
    .top_5196 th,
    .top_5196 td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .cool_4cba,
    .cold-9891,
    .huge-049a,
    .banner-dim-0843,
    .media-6b25,
    .paragraph-dynamic-8ab3,
    .out_6446 {
        text-align: center;
    }
    
    .modal_yellow_4503,
    .backdrop_last_3f61,
    .content-inner-2f03,
    .image_cool_972f,
    .menu_copper_0d9f {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .backdrop_last_3f61 h1,
    .content-inner-2f03 h2,
    .content-inner-2f03 h3,
    .content-inner-2f03 h4,
    .notification_0afe h4,
    .button-advanced-2850 h3,
    .button-advanced-2850 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .border-stone-f7f3 {
        text-align: center;
    }
    
    .border-stone-f7f3 h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .backdrop_last_3f61 ul,
    .backdrop_last_3f61 ol,
    .content-inner-2f03 ul,
    .content-inner-2f03 ol,
    .tabs-motion-7c8d ul,
    .tabs-motion-7c8d ol,
    .frame_focused_cd08 ul,
    .frame_focused_cd08 ol,
    .picture_507a ul,
    .picture_507a ol,
    .button-advanced-2850 ul,
    .button-advanced-2850 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .tooltip-bronze-267e,
    .top_5196 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .progress-cool-087e,
    .grid-6e6e,
    .grid-copper-e417 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .input-purple-b3c7,
    .feature_fe51 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .highlight_bottom_8ae5,
    .notification_0afe,
    .hero_orange_2c8f {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .tabs-motion-7c8d,
    .frame_focused_cd08,
    .picture_507a,
    .hero-a853 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .tabs-motion-7c8d p,
    .frame_focused_cd08 p,
    .picture_507a p,
    .hero-a853 p {
        text-align: left;
    }
}

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

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

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

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

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

.article-a0a0 li {
    margin-bottom: 0.5rem;
}

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

.article-a0a0 a:hover {
    color: #FFEB3B;
}

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

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

.hard-5f60 {
    margin-top: 1rem;
}

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

.hard-5f60 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

.photo_dim_f3c7 .layout-bronze-0fb6 {
    color: #FFEB3B;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0.3rem 0;
}

.photo_dim_f3c7 .backdrop-cold-3835 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.photo_dim_f3c7 .soft-c5fb {
    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 */
.popup-north-3d9a {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.popup-north-3d9a h3 {
    color: #4CAF50;
}

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

.nav-17f6 h3 {
    color: #FF9800;
}

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

.panel_cb1e h3 {
    color: #2196F3;
}

.popup-north-3d9a .image-38c7,
.nav-17f6 .image-38c7,
.panel_cb1e .image-38c7 {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

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

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

.banner-dim-0843 h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.banner-dim-0843 .plasma-bed6 {
    background: rgba(78, 52, 46, 0.6);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.banner-dim-0843 .tag-hovered-2179 {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .photo_dim_f3c7 {
        margin-bottom: 1rem;
    }
    
    .photo_dim_f3c7 dt,
    .photo_dim_f3c7 .layout-bronze-0fb6,
    .photo_dim_f3c7 .backdrop-cold-3835,
    .photo_dim_f3c7 .soft-c5fb {
        text-align: center;
    }
    
    .popup-north-3d9a,
    .nav-17f6,
    .panel_cb1e {
        text-align: center;
    }
    
    .banner-dim-0843 .tag-hovered-2179 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .photo_dim_f3c7 {
        padding: 1.2rem;
    }
    
    .shade_22e8 {
        font-size: 2.5rem;
    }
    
    .photo_dim_f3c7 .layout-bronze-0fb6 {
        font-size: 1rem;
    }
    
    .photo_dim_f3c7 .soft-c5fb {
        font-size: 0.85rem;
    }
    
    .popup-north-3d9a h3,
    .nav-17f6 h3,
    .panel_cb1e h3 {
        font-size: 1.5rem;
    }
    
    .popup-north-3d9a .image-38c7,
    .nav-17f6 .image-38c7,
    .panel_cb1e .image-38c7 {
        font-size: 1rem;
    }
}

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

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

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

.widget_prev_46eb {
    flex: 1;
}

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

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

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

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

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

.block-thick-90e8 {
    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;
}

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

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

.block-thick-90e8 span:last-child {
    color: #4CAF50;
    font-size: 0.85rem;
    font-weight: 600;
}

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

.overlay-5ebd details div {
    padding: 1rem 1.5rem 1.5rem;
}

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

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

.overlay-5ebd details p {
    margin: 0.8rem 0;
}

.overlay-5ebd details strong {
    color: #FFEB3B;
}

.overlay-5ebd details a {
    color: #4CAF50;
    text-decoration: underline;
}

.overlay-5ebd details a:hover {
    color: #66BB6A;
}

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

@media (max-width: 767px) {
    .card_1061 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .first_7677 {
        font-size: 0.9rem;
    }
    
    .first_7677 strong {
        font-size: 1rem;
    }
    
    .purple-519a {
        font-size: 0.85rem;
    }
    
    .purple-519a small {
        font-size: 0.75rem;
    }
    
    .block-thick-90e8 {
        padding: 0.6rem;
    }
    
    .gold_68ce {
        font-size: 1.3rem;
    }
    
    .block-thick-90e8 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: e188 */
.promo-block-y2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
