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

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

/* Header CTA Button Enhancement */
.container_b429.container-df1b {
    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;
}

.container_b429.container-df1b: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;
}

.container_b429.container-df1b .dropdown_fresh_b1bb {
    position: relative;
    z-index: 2;
}

.container_b429.container-df1b .active_mini_7056 {
    position: relative;
    z-index: 2;
    font-size: 1.3rem;
    animation: arrow-slide 1s infinite;
}

.container_b429.container-df1b::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;
}

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

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

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

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

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

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

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

.picture-c57d {
    display: flex;
    align-items: center;
}

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

.input-47d9 {
    z-index: 1002;
}

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

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

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

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

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

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

.border_plasma_699a .primary_stone_7699 {
    cursor: pointer;
}

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

.border_plasma_699a .red_a5d3 {
    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) {
    .border_plasma_699a .rough_146b:hover .red_a5d3 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.border_plasma_699a .red_a5d3 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

.pressed_3445.fn-active-69ef {
    background: rgba(255, 167, 38, 0.5);
}

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

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


/* 响应式图片样式 */
.accent_blue_d09d,
.message-green-60a7 {
    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;
}

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

.hero-white-315f 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;
}

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

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

.pressed-404e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.dropdown_center_c4d4.highlight_cb4c/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;
}

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

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

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

.easy-bf52:hover::before {
    left: 100%;
}

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

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

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

.video-297d {
    text-align: center;
}

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

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

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

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

.wrapper-thick-039e {
    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;
}

.wrapper-thick-039e::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;
}

.wrapper-thick-039e:hover::before {
    left: 100%;
}

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

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

.wrapper-thick-039e:hover .active_aa00 {
    transform: translateX(5px);
}

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

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

.wide-4fdf {
    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;
}

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

.middle-4ebd {
    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;
}

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

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

.column-upper-b728 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

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

/* 响应式设计 */
@media (max-width: 768px) {
    .pressed-404e {
        padding: 3rem 0;
    }
    
    .mask_66a4 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .easy-bf52 {
        padding: 1.5rem;
    }
    
    .secondary_current_9d1f {
        font-size: 2.5rem;
    }
    
    .section_949f {
        font-size: 1.3rem;
    }
    
    .component_f536 {
        padding: 2rem 1rem;
    }
    
    .wide-4fdf {
        font-size: 1.8rem;
    }
    
    .breadcrumb_10f7 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .pressed-404e {
        padding: 2rem 0;
    }
    
    .easy-bf52 {
        padding: 1.2rem;
    }
    
    .secondary_current_9d1f {
        font-size: 2rem;
    }
    
    .section_949f {
        font-size: 1.2rem;
    }
    
    .widget_6f3f {
        gap: 0.3rem;
    }
    
    .steel_099c {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .component_f536 {
        padding: 1.5rem 1rem;
    }
    
    .wide-4fdf {
        font-size: 1.6rem;
    }
}

.hero-white-315f .outline_complex_4c12 {
    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;
}

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

/* PC端横向显示 */
@media (min-width: 992px) {
    .picture-solid-6367 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.5rem;
    }
    
    .picture-solid-6367 .video-1053.bottom_7c08 {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        display: flex;
    }
    
    .picture-solid-6367 .chip-fluid-1176 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 大屏幕横向显示 */
@media (min-width: 1200px) {
    .picture-solid-6367 {
        gap: 2rem;
    }
    
    .picture-solid-6367 .video-1053.bottom_7c08 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* 超大屏幕横向显示 */
@media (min-width: 1400px) {
    .picture-solid-6367 {
        gap: 2.5rem;
    }
    
    .picture-solid-6367 .video-1053.bottom_7c08 {
        flex: 0 0 calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

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

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

.chip-fluid-1176:hover::before {
    left: 100%;
}

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

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

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

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

.chip-fluid-1176 .outline_complex_4c12 {
    background-color: #FF6F00;
    color: #ffffff;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}

.chip-fluid-1176 .outline_complex_4c12:hover {
    background-color: #E65100;
    transform: scale(1.05);
}

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

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

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

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

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

.down-cbd6 li {
    background: rgba(255, 255, 255, 0.05);
    margin: 0.75rem 0;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(141, 110, 99, 0.2);
    color: #e9ecef;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.down-cbd6 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #8D6E63;
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.down-cbd6 li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px) scale(1.02);
    border-color: rgba(141, 110, 99, 0.4);
    box-shadow: 0 5px 15px rgba(141, 110, 99, 0.2);
}

.down-cbd6 li:hover::before {
    transform: scaleY(1);
}

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

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

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

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

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

/* 导航菜单当前页面高亮 - 已禁用 */
/* .pagination-74ea a[href*=".slider-884b"] {
    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) {
    .hero-white-315f {
        padding: 1.5rem 0;
        border-radius: 15px;
        margin: 0.5rem 0;
    }
    
    .hero-white-315f h1 {
        font-size: 1.75rem;
    }
    
    .chip-fluid-1176 {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .tabs-a140 {
        font-size: 2rem;
    }
    
    .rough_6e09 {
        padding: 1.5rem;
        border-radius: 15px;
        margin: 1.5rem 0;
    }
    
    .rough_6e09::before {
        border-radius: 17px;
    }
    
    .down-cbd6 li {
        padding: 1rem;
        border-radius: 10px;
    }
    
    .video_5f31 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .pink_25fa {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* 移动端防止图片溢出 */
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden;
    }
    
    section img {
        max-width: 100%;
        height: auto;
    }
    
    .video-1053 img,
    .bottom_7c08 img {
        max-width: 100%;
        height: auto;
    }
    
    .accent_blue_d09d,
    .message-green-60a7 {
        max-width: 100%;
    }
}

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

/* ========== Footer 样式（从 index.row-b6df 移植） ========== */

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

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

.first-4ec1 h4 {
    color: #F44336;
    margin-top: 0;
}

.first-4ec1 p,
.first-4ec1 ul {
    color: white;
    line-height: 1.8;
}

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

.medium-8e4a h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

.middle-43a6 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_narrow_548a tbody tr.active-outer-2bab {
    background: rgba(76, 175, 80, 0.15);
}

.nav_narrow_548a tbody tr.active-outer-2bab th,
.nav_narrow_548a tbody tr.active-outer-2bab td {
    background: transparent;
}

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

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

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

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

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

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

.avatar-liquid-3669 h5 {
    color: #FFA726;
    margin-top: 0;
}

.avatar-liquid-3669 ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

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

/* Utility Classes */
.thumbnail-top-7e85 {
    color: #4CAF50;
    font-weight: 700;
}

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

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

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

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

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

.upper-5a60 {
    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);
}

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

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

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

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

.box-pink-7c1e {
    padding-left: 2rem;
}

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

.box-pink-7c1e strong {
    color: #FFEB3B;
}

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

.media-242d,
.primary-0842,
.center-63e2,
.list_dark_636b,
.avatar-tiny-a40b {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 4px solid;
}

.media-242d {
    border-left-color: #2196F3;
}

.media-242d h3 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

.center-63e2 h3 {
    color: #F44336;
    margin-top: 0;
}

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

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

.avatar-tiny-a40b {
    border-left-color: #FFA726;
}

.avatar-tiny-a40b h3 {
    color: #FFA726;
    margin-top: 0;
}

.media-242d p,
.primary-0842 p,
.center-63e2 p,
.list_dark_636b p,
.avatar-tiny-a40b p {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
}

.media-242d h4,
.primary-0842 h4,
.center-63e2 h4,
.list_dark_636b h4 {
    color: #FFEB3B;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
}

.media-242d ul,
.primary-0842 ul,
.center-63e2 ul,
.list_dark_636b ul {
    color: white;
    line-height: 1.8;
    margin: 1rem 0;
    padding-left: 2rem;
}

.media-242d li,
.primary-0842 li,
.center-63e2 li,
.list_dark_636b li {
    margin-bottom: 0.75rem;
}

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

.center-63e2 a:hover {
    text-decoration: underline;
}

/* Responsive E-E-A-T Styles */
@media (max-width: 991px) {
    .upper-5a60 {
        grid-template-columns: 1fr;
    }
    
    .focus_1fae {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .box-pink-7c1e {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .link-wide-7d10 {
        padding: 1.5rem 0;
    }
    
    .upper-5a60 {
        padding: 1rem;
    }
    
    .media-242d,
    .primary-0842,
    .center-63e2,
    .list_dark_636b,
    .avatar-tiny-a40b {
        padding: 1.5rem;
    }
}

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

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

.media-static-5e6c {
    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);
}

.avatar_red_8d30 {
    margin: 2rem 0;
}

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

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

.aside_cold_d982 {
    text-align: center;
}

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

.footer-pro-52eb {
    display: block;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

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

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

.light-f865 .active_aa00 {
    font-size: 1.5rem;
    animation: icon-bounce 1.5s infinite;
}

.light-f865 .dropdown_fresh_b1bb {
    position: relative;
}

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

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

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

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

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

.selected-cfb4:hover::after {
    right: 1rem;
}

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

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

.badge-center-9be8 {
    margin-top: 1rem;
    color: #4CAF50;
    font-size: 0.9rem;
    font-weight: 600;
}

.mask-short-61a8 {
    position: relative;
}

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

.highlight-slow-547b {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.panel-warm-7e51:hover .highlight-slow-547b {
    transform: scale(1.05);
}

.gallery_thick_e2db {
    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 */
.hero-hard-936b {
    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;
}

.summary-8a37 {
    margin-bottom: 2rem;
}

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

.south-00aa {
    color: #FFF9C4;
    font-size: 1.1rem;
}

.item-purple-ebe4 {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

.description_2c01 th.dirty_7e52 {
    text-align: left;
}

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

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

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

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

.description_2c01 td.widget-8c96 {
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.description_2c01 td.frame_7c8d,
.description_2c01 td.slider_iron_cc8a,
.description_2c01 td.mask-wide-eec8 {
    font-weight: 700;
    color: #4CAF50;
}

.description_2c01 td.caption_669f {
    font-weight: 700;
    color: #FFEB3B;
}

.description_2c01 td.inner-9aef {
    color: #FF9800;
}

.description_2c01 td.photo_active_9a67 {
    color: #F44336;
}

.rough-e689 {
    margin-top: 2rem;
}

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

.title-c920.secondary_69d4 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.easy-8df7 {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

.menu_b1dd strong {
    color: #4CAF50;
}

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

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

.shade-dirty-825a {
    position: relative;
}

.avatar-86a4 {
    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);
}

.shade-dirty-825a h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

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

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

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

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

.outer-97f4 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.light_0d39.button_next_46ab {
    border: 2px solid #4CAF50;
}

.light_0d39.pattern_e06a {
    border: 2px solid #2196F3;
}

.light_0d39.bottom-22e3 {
    border: 2px solid #FFA726;
}

.light_0d39.active_fresh_1f88 {
    border: 2px solid #9C27B0;
}

.light_0d39.out-d642 {
    border: 2px solid #00BCD4;
}

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

.content-1b95 {
    color: #FFF9C4;
    line-height: 1.7;
}

.content-1b95 p {
    margin: 0 0 1rem 0;
}

.content-1b95 p:last-child {
    margin-bottom: 0;
}

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

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

.content-1b95 .background-current-0d6b {
    color: #4CAF50;
    font-weight: 600;
}

.content-1b95 .layout_short_d7cc {
    color: #FF5722;
    font-weight: 600;
}

.content-1b95 .narrow_2025 {
    color: #FFEB3B;
    font-weight: 600;
}

.stone_82f7 {
    margin-top: 3rem;
}

/* Statistics Section */

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

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

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

.preview-pro-c77c {
    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;
}

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

.preview-pro-c77c.container_8b03 {
    border: 2px solid #4CAF50;
}

.preview-pro-c77c.form_basic_c420 {
    border: 2px solid #FFA726;
}

.preview-pro-c77c.frame_da64 {
    border: 2px solid #2196F3;
}

.preview-pro-c77c.chip-249f {
    border: 2px solid #FFEB3B;
}

.preview-pro-c77c.sidebar_f3ff {
    border: 2px solid #9C27B0;
}

.preview-pro-c77c.video_red_7739 {
    border: 2px solid #FF5722;
}

.preview-pro-c77c.simple-41ab {
    border: 2px solid #00BCD4;
}

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

.preview-pro-c77c.container_8b03 .sort_tiny_fb86 {
    color: #4CAF50;
}

.preview-pro-c77c.form_basic_c420 .sort_tiny_fb86 {
    color: #FFA726;
}

.preview-pro-c77c.frame_da64 .sort_tiny_fb86 {
    color: #2196F3;
}

.preview-pro-c77c.chip-249f .sort_tiny_fb86 {
    color: #FFEB3B;
}

.preview-pro-c77c.sidebar_f3ff .sort_tiny_fb86 {
    color: #9C27B0;
}

.preview-pro-c77c.video_red_7739 .sort_tiny_fb86 {
    color: #FF5722;
}

.preview-pro-c77c.simple-41ab .sort_tiny_fb86 {
    color: #00BCD4;
}

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

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

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

.card-42ff {
    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;
}

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

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

.focus-yellow-5dba {}

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

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

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

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

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

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

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

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

.search_4310 .footer-pro-52eb {
    color: #FFEB3B;
    font-weight: 600;
}

.search_4310 .banner-solid-8d91 {
    color: #4CAF50;
    font-weight: 700;
}

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

.medium-935a {
    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;
}

.gallery-brown-3698 {
    margin-top: 2rem;
    text-align: center;
}

.preview-1e7c {
    color: #FFEB3B;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .texture-342d {
        grid-template-columns: 1fr;
    }
    
    .mask_under_2c8b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .accordion_0f47 {
        grid-template-columns: 1fr;
    }
    
    .nav_right_d52c {
        grid-template-columns: 1fr;
    }
    
    .description_2c01 {
        font-size: 0.85rem;
    }
    
    .description_2c01 th,
    .description_2c01 td {
        padding: 0.75rem 0.5rem;
    }
    
    .light_0d39 {
        padding: 1.5rem;
    }
    
    .tabs_1c28 {
        font-size: 1.1rem;
    }
    
    .shade-dirty-825a h2 {
        font-size: 2rem;
    }
    
    .fixed-e017 {
        font-size: 1rem;
    }
    
    .chip_pressed_c4de {
        grid-template-columns: 1fr;
    }
    
    .copper-2cb0 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端居中 */
    .input-current-afed,
    .stale-614c,
    .link_8c99,
    .card-42ff,
    .preview-pro-c77c,
    .narrow_1822 {
        text-align: center;
    }
    
    .input-current-afed h1,
    .stale-614c h3,
    .stale-614c h4,
    .link_8c99 h4,
    .narrow_1822 h3 {
        text-align: center;
    }
    
    .input-current-afed p,
    .stale-614c p,
    .link_8c99 p,
    .old_faf5 p,
    .hovered_911f p,
    .first-4ec1 p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    
    .input-current-afed ul,
    .stale-614c ul,
    .old_faf5 ul,
    .hovered_911f ul,
    .first-4ec1 ul {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .tooltip_56d0,
    .blue-aede {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .media-static-5e6c {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .avatar_red_8d30 {
        font-size: 0.95rem;
    }
    
    .popup_simple_a0a9 {
        font-size: 1.5rem;
    }
    
    .footer-pro-52eb {
        font-size: 0.8rem;
    }
    
    .column_db62 {
        font-size: 1.5rem;
    }
    
    .south-00aa {
        font-size: 0.95rem;
    }
    
    .description_2c01 {
        font-size: 0.75rem;
    }
    
    .preview-pro-c77c {
        padding: 1.5rem 1rem;
    }
    
    .sort_tiny_fb86 {
        font-size: 1.8rem;
    }
    
    .card-42ff {
        padding: 1.5rem;
    }
    
    .orange_de67 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .feature_cd20 {
        font-size: 1rem;
    }
    
    .tabs_1c28 {
        font-size: 1rem;
    }
    
    .shade-dirty-825a h2 {
        font-size: 1.8rem;
    }
    
    .tall-33bf h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .stale-614c {
        padding: 1.5rem;
        text-align: center;
    }
    
    .link_8c99 {
        padding: 1.2rem;
        text-align: center;
    }
    
    .nav_narrow_548a th,
    .nav_narrow_548a td {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    /* 移动端强制居中所有标题和区块 */
    .hero-white-315f,
    .tall-33bf,
    .hero-hard-936b,
    .avatar_4f92,
    .column_silver_a7dc,
    .surface_a179,
    .grid_b0f0 {
        text-align: center;
    }
    
    .summary-8a37,
    .input-current-afed,
    .stale-614c,
    .middle-43a6,
    .chip_pressed_c4de {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .input-current-afed h1,
    .stale-614c h2,
    .stale-614c h3,
    .stale-614c h4,
    .link_8c99 h4,
    .narrow_1822 h3,
    .narrow_1822 h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .medium-8e4a {
        text-align: center;
    }
    
    .medium-8e4a h3 {
        text-align: center;
    }
    
    /* 列表内容左对齐但容器居中 */
    .input-current-afed ul,
    .input-current-afed ol,
    .stale-614c ul,
    .stale-614c ol,
    .old_faf5 ul,
    .old_faf5 ol,
    .hovered_911f ul,
    .hovered_911f ol,
    .first-4ec1 ul,
    .first-4ec1 ol,
    .narrow_1822 ul,
    .narrow_1822 ol {
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 表格容器居中 */
    .item-purple-ebe4,
    .nav_narrow_548a {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 按钮居中 */
    .tooltip_56d0,
    .blue-aede,
    .stone_82f7 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Hero visual 居中 */
    .mask-short-61a8,
    .panel-warm-7e51 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 统计卡片居中 */
    .preview-pro-c77c,
    .link_8c99,
    .card-42ff {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Info boxes 居中 */
    .old_faf5,
    .hovered_911f,
    .first-4ec1,
    .tag-liquid-99df {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .old_faf5 p,
    .hovered_911f p,
    .first-4ec1 p,
    .tag-liquid-99df p {
        text-align: left;
    }
}

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

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

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

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

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

.sidebar-a9ac li {
    margin-bottom: 0.5rem;
}

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

.sidebar-a9ac a:hover {
    color: #FFEB3B;
}

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

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

.primary-full-d7f1 {
    margin-top: 1rem;
}

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

.primary-full-d7f1 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.first_f6d1 .clean-9a39 {
    color: #FFF9C4;
    font-size: 0.95rem;
    margin: 0.3rem 0;
}

.first_f6d1 .current-8965 {
    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 */
.steel-33e9 {
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4CAF50;
}

.steel-33e9 h3 {
    color: #4CAF50;
}

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

.green_1a88 h3 {
    color: #FF9800;
}

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

.modal_c3b9 h3 {
    color: #2196F3;
}

.steel-33e9 .surface-990d,
.green_1a88 .surface-990d,
.modal_c3b9 .surface-990d {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.5rem 0 1rem;
}

.tall-38fd {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

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

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

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

.avatar_4f92 .preview-1e7c {
    color: #FFEB3B;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* Cadastro Page Responsive */
@media (max-width: 991px) {
    .first_f6d1 {
        margin-bottom: 1rem;
    }
    
    .first_f6d1 dt,
    .first_f6d1 .feature_cd20,
    .first_f6d1 .clean-9a39,
    .first_f6d1 .current-8965 {
        text-align: center;
    }
    
    .steel-33e9,
    .green_1a88,
    .modal_c3b9 {
        text-align: center;
    }
    
    .avatar_4f92 .preview-1e7c {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .first_f6d1 {
        padding: 1.2rem;
    }
    
    .tall-38fd {
        font-size: 2.5rem;
    }
    
    .first_f6d1 .feature_cd20 {
        font-size: 1rem;
    }
    
    .first_f6d1 .current-8965 {
        font-size: 0.85rem;
    }
    
    .steel-33e9 h3,
    .green_1a88 h3,
    .modal_c3b9 h3 {
        font-size: 1.5rem;
    }
    
    .steel-33e9 .surface-990d,
    .green_1a88 .surface-990d,
    .modal_c3b9 .surface-990d {
        font-size: 1rem;
    }
}

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

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

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

.aside-pro-52ff {
    flex: 1;
}

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

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

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

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

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

.progress-hard-4c21 {
    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;
}

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

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

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

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

.smooth-c110 details div {
    padding: 1rem 1.5rem 1.5rem;
}

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

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

.smooth-c110 details p {
    margin: 0.8rem 0;
}

.smooth-c110 details strong {
    color: #FFEB3B;
}

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

.smooth-c110 details a:hover {
    color: #66BB6A;
}

/* Responsive Design for E-E-A-T Elements */
@media (max-width: 991px) {
    .disabled-53d1 {
        flex-direction: column;
        text-align: center;
    }
    
    .aside-pro-52ff {
        text-align: center;
    }
    
    .item_dirty_74de {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .primary_0805 {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .texture_advanced_99f6 {
        font-size: 0.9rem;
    }
    
    .texture_advanced_99f6 strong {
        font-size: 1rem;
    }
    
    .complex-6667 {
        font-size: 0.85rem;
    }
    
    .complex-6667 small {
        font-size: 0.75rem;
    }
    
    .progress-hard-4c21 {
        padding: 0.6rem;
    }
    
    .pressed_ca2a {
        font-size: 1.3rem;
    }
    
    .progress-hard-4c21 span:last-child {
        font-size: 0.8rem;
    }
}
/* css-noise: 1388 */
.promo-block-r2 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
