/* 共享样式 - 顶部、底部和英雄区域 */
@charset "UTF-8";

/* 巴西绿金主题 */
:root {
    --color-bg: #F0FDF4;
    --color-bg-cream: #FFFBEB;
    --color-surface: #FFFFFF;
    --color-text: #14532D;
    --color-text-muted: #3F6212;
    --color-primary: #059669;
    --color-primary-dark: #047857;
    --color-primary-light: #34D399;
    --color-accent: #EAB308;
    --color-accent-dark: #CA8A04;
    --color-accent-text: #422006;
    --color-border: rgba(5, 150, 105, 0.18);
    --color-shadow-green: rgba(5, 150, 105, 0.35);
    --color-shadow-gold: rgba(234, 179, 8, 0.35);
    --bs-blue: #059669;
    --bs-indigo: #047857;
    --bs-purple: #10B981;
    --bs-pink: #EC4899;
    --bs-red: #EF4444;
    --bs-orange: #F97316;
    --bs-yellow: #EAB308;
    --bs-green: #059669;
    --bs-teal: #14B8A6;
    --bs-cyan: #34D399;
    --bs-black: #14532D;
    --bs-white: #FFFFFF;
    --bs-gray: #4B5563;
    --bs-gray-dark: #14532D;
    --bs-primary: #059669;
    --bs-secondary: #047857;
    --bs-success: #16A34A;
    --bs-info: #0EA5E9;
    --bs-warning: #EAB308;
    --bs-danger: #EF4444;
    --bs-light: #ECFDF5;
    --bs-dark: #064E3B;
}

/* 基础重置 */
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    background: var(--color-bg);
    color: var(--color-text);
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
}

/* 容器样式 */
.message-slow-4957 {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .message-slow-4957 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .message-slow-4957 {
        max-width: 720px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .message-slow-4957 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .message-slow-4957 {
        max-width: 1140px;
    }
}

/* 网格系统 */
.gold-5a12 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.gold-5a12 > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.pink_4199 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .preview_7cda {
        flex: 0 0 auto;
        width: 50%;
    }

}

/* ---------- 内页通用栅格：over-18be / backdrop_8a61 / 子项类 ---------- */
.gold-5a12.over-18be,
.gold-5a12.backdrop_8a61 {
    display: grid;
    gap: 1.25rem;
    margin-right: 0;
    margin-left: 0;
}

.gold-5a12.over-18be {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.gold-5a12.backdrop_8a61 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* 数字统计、紧凑指标卡 */
.gold-5a12.over-18be.solid-09e2,
.gold-5a12.backdrop_8a61.solid-09e2 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

/* 取消 flex 时代子项 100% 宽度，避免栅格单列堆叠 */
.gold-5a12.over-18be > *,
.gold-5a12.backdrop_8a61 > * {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .gold-5a12.backdrop_8a61 > .action_bcfb,
    .gold-5a12.over-18be > .action_bcfb {
        flex: none;
        max-width: none;
    }
}

/* 按钮重新设计：默认胶囊形（Pill），轻量交互，无繁重特效 */
.soft_7567 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 999px; /* 默认胶囊形 */
    border: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.08s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* 形状可选：保留默认胶囊，同时提供圆角/方角变体 */
.list-edef { border-radius: 999px; }
.pattern-f1b8 { border-radius: 12px; }
.outline_fb6a { border-radius: 6px; }

/* 图标容器（可选） */
.glass-0ae7 { display: inline-block; line-height: 0; }

/* Focus 可见环 */
.soft_7567:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(234, 179, 8, 0.35), 0 6px 20px rgba(0,0,0,0.2);
}

/* 按下态：轻微按压 */
.soft_7567:active { transform: translateY(1px) scale(0.99); }

/* 禁用态 */
.soft_7567:disabled, .soft_7567[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* 主按钮：翡翠绿 */
.liquid-70a2 {
    background-color: #059669;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.35);
}

.liquid-70a2:hover {
    background-color: #047857;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(5, 150, 105, 0.45);
}

/* CTA 按钮：金色强调 */
.nav-pink-a3e0 {
    background-color: #EAB308;
    color: #422006;
    box-shadow: 0 6px 16px rgba(234, 179, 8, 0.35);
}

.nav-pink-a3e0:hover {
    background-color: #CA8A04;
    color: #422006;
    box-shadow: 0 10px 22px rgba(234, 179, 8, 0.45);
}

/* 尺寸变体：与现有 .video_bright_40e7 兼容并新增小号 */
.video_bright_40e7 { padding: 0.9rem 1.5rem; font-size: 1.05rem; }
.green-f38d { padding: 0.5rem 0.9rem; font-size: 0.85rem; }

/* 工具类 */
.paper-6d1d {
    border-radius: 2px;
}

.notice-bright-4dea {
    border-radius: 2rem;
}

.solid-09e2 {
    text-align: center;
}

.pagination_5c27 {
    color: #0F172A;
}

.in-c65d {
    text-decoration: none;
}

.dirty-6250 {
    display: flex;
}

.column-262e {
    justify-content: space-between;
}

.huge_3703 {
    justify-content: center;
}

.shade-stone-e11d {
    align-items: center;
}

.rough_9897 {
    margin-right: 0.5rem;
}

.title_east_4c47 {
    margin-right: 1rem;
}

.column_f2b6 {
    margin-left: 1rem;
}

.simple-59a2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.component-out-b4db {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.description_6c7b {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.active-3cfc {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.shade-bottom-9462 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hero_c66b {
    background: linear-gradient(135deg, #D1FAE5 0%, #FFFBEB 55%, #F0FDF4 100%);
}

.card_1948 {
    max-width: 100%;
    height: auto;
}

/* 标题样式 */
h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #047857;
    text-decoration: underline;
}

a:hover {
    color: #CA8A04;
}

img {
    vertical-align: middle;
}

/* 旧版顶栏（已由 .site-nav-premium 替代，保留兼容） */
header:not(.site-nav-premium) {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding: 0.75rem 0 0.25rem;
    background: linear-gradient(to bottom, rgba(240,253,244,0.92), rgba(240,253,244,0.75), transparent);
    backdrop-filter: blur(14px);
}

/* 英雄区域样式 */
.photo_b38d {
    padding: 1.5rem 0;
    background-color: transparent;
    margin: 0.5rem 0;
}

.photo_b38d h1 {
    color: var(--color-text);
    margin-bottom: 0.75rem;
}

.photo_b38d p {
    color: var(--color-text-muted);
    margin-bottom: 1rem;
}

.photo_b38d .soft_7567 {
    margin-top: 0.75rem;
}

/* 底部样式 */
footer {
    padding: 1.5rem 0 0.75rem;
    background: linear-gradient(180deg, #DCFCE7 0%, #FFFBEB 100%);
    border-top: 1px solid rgba(5, 150, 105, 0.25);
    margin-top: 2rem;
}

footer a {
    color: #1F2937;
    text-decoration: none;
}

footer a:hover {
    color: #111827;
    text-decoration: underline;
}

/* 导航菜单样式 - 玻璃拟态 + 下拉子菜单 */
.badge-last-13a1 {
    background: radial-gradient(circle at top left, rgba(52, 211, 153, 0.35), rgba(255, 251, 235, 0.85));
    padding: 0;
    margin: 0.25rem 0 0.75rem;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    position: relative;
    z-index: 1000;
    border: 1px solid rgba(148, 163, 184, 0.7);
    backdrop-filter: blur(18px);
}

.badge-last-13a1 .message-slow-4957 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.5rem;
}

.badge-last-13a1 .disabled_tiny_818f {
    position: relative;
    display: inline-block;
    margin: 0 0.05rem;
}

.badge-last-13a1 .accent_bronze_9e6e {
    color: #0F172A;
    text-decoration: none;
    padding: 0.6rem 1.25rem; /* slightly wider for pill look */
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    border-radius: 999px; /* pill shape */
    margin: 0.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
    position: relative;
    overflow: hidden;
}

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

.badge-last-13a1 .accent_bronze_9e6e:hover::before {
    left: 100%;
}

.badge-last-13a1 .accent_bronze_9e6e:hover {
    background: rgba(248, 250, 252, 0.92);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #EAB308;
}

/* 下拉菜单样式 */
.badge-last-13a1 .hover_selected_936e {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #FFFFFF;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(6, 78, 59, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    border: 1px solid rgba(234, 179, 8, 0.25);
    backdrop-filter: blur(10px);
    padding: 0.25rem 0;
}

.badge-last-13a1 .disabled_tiny_818f:hover .hover_selected_936e {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.badge-last-13a1 .hover_selected_936e::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #064E3B;
}

.badge-last-13a1 .popup_f05a {
    color: #111827;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.8rem;
    text-transform: none;
    letter-spacing: 0.25px;
    font-weight: 500;
    position: relative;
    margin: 0.05rem 0.25rem;
    border-radius: 6px;
    border-bottom: none;
}

.badge-last-13a1 .popup_f05a:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.badge-last-13a1 .popup_f05a:last-child {
    margin-bottom: 0;
}

.badge-last-13a1 .popup_f05a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #059669;
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.badge-last-13a1 .popup_f05a:hover {
    background: rgba(167, 243, 208, 0.9);
    color: #065F46;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.badge-last-13a1 .popup_f05a:hover::before {
    transform: scaleY(1);
}

/* 下拉箭头 - 桌面端 */
@media (min-width: 769px) {
    .badge-last-13a1 .accent_bronze_9e6e.slow_dda0::after {
        content: '▼';
        margin-left: 0.5rem;
        font-size: 0.7rem;
        transition: transform 0.3s ease;
    }

    .badge-last-13a1 .disabled_tiny_818f:hover .accent_bronze_9e6e.slow_dda0::after {
        transform: rotate(180deg);
    }
}

/* 汉堡包菜单样式 - 现代化设计（紧凑版）*/
.box-6550 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0.3rem;
    background: rgba(234, 179, 8, 0.1);
    border-radius: 4px;
    border: 1.5px solid rgba(234, 179, 8, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: visible;
    width: 30px;
    height: 30px;
}

.box-6550:hover {
    background: rgba(234, 179, 8, 0.2);
    border-color: rgba(234, 179, 8, 0.5);
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(234, 179, 8, 0.3);
}

.box-6550 span {
    width: 16px;
    height: 2px;
    background: #EAB308;
    margin: 1.2px 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1.5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.box-6550.fn-active-9c6b {
    background: rgba(255, 107, 107, 0.2);
    border-color: rgba(255, 107, 107, 0.5);
}

.box-6550.fn-active-9c6b span:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 5px);
    background: #ff6b6b;
}

.box-6550.fn-active-9c6b span:nth-child(2) {
    opacity: 0;
    transform: scale(0) rotate(180deg);
}

.box-6550.fn-active-9c6b span:nth-child(3) {
    transform: rotate(45deg) translate(-4px, -5px);
    background: #ff6b6b;
}

/* 移动端菜单容器 */
.form-prev-c05d {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.4rem 0.5rem;
}

.form-prev-c05d span {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tag-005d {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* 桌面端显示导航内容 */
@media (min-width: 769px) {
    .form-prev-c05d {
        display: none !important;
    }
    
    .tag-005d {
        display: flex !important;
    }
}

/* 遮罩层样式 - 侧边菜单背景 */
.button-2d55 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

/* 移动端防溢出优化 */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    .message-slow-4957 {
        overflow-x: hidden;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
}

/* 移动端菜单 - 简单顶部下拉式 */
@media (max-width: 768px) {
    .badge-last-13a1 {
        border-radius: 0;
    }
    
    .form-prev-c05d {
        display: flex;
        padding: 0.4rem 0.5rem;
        background: rgba(6, 78, 59, 0.3);
    }
    
    .box-6550 {
        display: flex;
    }
    
    /* 顶部下拉菜单 - 默认隐藏 */
    .tag-005d {
        display: none;
        width: 100%;
        background: linear-gradient(180deg, #064E3B 0%, #14532D 100%);
        padding: 0;
    }
    
    /* 显示菜单 */
    .tag-005d.fn-show-9c6b {
        display: block;
    }
    
    /* 菜单项 */
    .tag-005d .disabled_tiny_818f {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .tag-005d .accent_bronze_9e6e {
        display: block;
        padding: 1.2rem 1.5rem;
        color: #EAB308;
        background: transparent;
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: 600;
        border: none;
        border-radius: 0;
    }
    
    .tag-005d .accent_bronze_9e6e:hover {
        background: rgba(5, 150, 105, 0.3);
    }
    
    /* 带下拉的菜单项 */
    .tag-005d .accent_bronze_9e6e.slow_dda0 {
        position: relative;
        padding-right: 3rem;
    }
    
    .tag-005d .accent_bronze_9e6e.slow_dda0::after {
        content: '▼';
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: #EAB308;
        font-size: 0.8rem;
        transition: transform 0.3s;
    }
    
    .tag-005d .disabled_tiny_818f.fn-active-9c6b .accent_bronze_9e6e.slow_dda0::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    /* 下拉子菜单 - 优化样式 */
    .tag-005d .hover_selected_936e {
        display: none;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
        border-top: 2px solid rgba(234, 179, 8, 0.2);
        border-bottom: 2px solid rgba(234, 179, 8, 0.1);
        padding: 0.5rem 0;
    }
    
    .tag-005d .disabled_tiny_818f.fn-active-9c6b .hover_selected_936e {
        display: block;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }
    
    .tag-005d .popup_f05a {
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem 1rem 2.5rem;
        color: #111827;
        text-decoration: none;
        font-size: 1.05rem;
        font-weight: 500;
        border: none;
        border-radius: 0;
        border-left: 3px solid transparent;
        transition: all 0.25s ease;
        position: relative;
        margin: 0.2rem 0;
    }
    
    /* 子菜单项前的装饰图标 */
    .tag-005d .popup_f05a::before {
        content: '▸';
        position: absolute;
        left: 1rem;
        color: #EAB308;
        font-size: 0.9rem;
        transition: all 0.25s ease;
    }
    
    /* 子菜单项之间的分隔线 */
    .tag-005d .popup_f05a:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 2.5rem;
        right: 1rem;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 235, 59, 0.2), rgba(255, 235, 59, 0.05), transparent);
    }
    
    .tag-005d .popup_f05a:hover {
        background: rgba(167, 243, 208, 0.9);
        border-left-color: #065F46;
        color: #065F46;
        padding-left: 2.8rem;
    }
    
    .tag-005d .popup_f05a:hover::before {
        left: 1.3rem;
        color: #EAB308;
    }
    
    .tag-005d .popup_f05a:active {
        background: rgba(5, 150, 105, 0.5);
        transform: scale(0.98);
    }
    
    header .dirty-6250 {
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
        align-items: center;
    }
    
    .photo_b38d {
        text-align: center;
    }
}

/* 英雄区域 CTA：金绿渐变（内页；首页 hero-home 使用快速访问卡片） */
.photo_b38d:not(.hero-home) .soft_7567 {
    background: linear-gradient(135deg, #EAB308 0%, #FACC15 45%, #059669 100%);
    color: #422006;
    border: none;
    box-shadow: 0 8px 22px rgba(234, 179, 8, 0.4);
}
.photo_b38d:not(.hero-home) .soft_7567:hover {
    background: linear-gradient(135deg, #CA8A04 0%, #047857 100%);
    color: #ffffff;
}

/* 桌面端：按钮与图片左右留白 */
@media (min-width: 992px) {
    .photo_b38d .soft_7567 { margin-right: 1rem; }
    .photo_b38d .card_1948 { margin-left: 1rem; }
}

/* 移动端：图片与按钮上下留白 */
@media (max-width: 768px) {
    .photo_b38d .card_1948 { margin-top: 1rem; }
}


/* css-noise: f877 */
.phantom-card-w4 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}

/* 首页专用样式（从 index.css 合并） */

/* 英雄区域增强样式（首页复用内页浅色样式） */
.photo_b38d {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFFBEB 100%);
    padding: 2.5rem 0;
    margin: 1rem 0;
    border-radius: 20px;
    border: 1px solid rgba(5, 150, 105, 0.22);
    box-shadow: 0 12px 32px rgba(5, 150, 105, 0.08);
}

.photo_b38d h1 {
    color: var(--color-text);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.photo_b38d p {
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* 首页 Hero：浅色绿金，与全站导航/正文统一 */
.photo_b38d.hero-home {
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(234, 179, 8, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(5, 150, 105, 0.1) 0%, transparent 50%),
        linear-gradient(145deg, #FFFFFF 0%, var(--color-bg) 45%, var(--color-bg-cream) 100%);
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.1);
    padding: 2.25rem 0 2rem;
    overflow: hidden;
}

.hero-home__top {
    align-items: flex-start;
    margin-bottom: 2rem;
}

.hero-home__top > .hero-home__content,
.hero-home__top > .hero-home__aside {
    width: 100%;
    max-width: 100%;
}

.hero-home__content {
    flex: 1 1 auto;
}

.hero-home__aside {
    flex: 0 1 auto;
    min-width: 260px;
}

.hero-home__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.hero-home__eyebrow::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 3px;
    margin-right: 0.5rem;
    vertical-align: middle;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 2px;
}

.photo_b38d.hero-home h1 {
    font-family: Georgia, "Times New Roman", "Noto Serif", serif;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.photo_b38d.hero-home p {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.photo_b38d.hero-home p strong {
    color: var(--color-primary-dark);
    font-weight: 700;
}

.hero-quick-card {
    background: var(--color-surface);
    border: 1px solid rgba(5, 150, 105, 0.2);
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow:
        0 4px 6px rgba(5, 150, 105, 0.04),
        0 16px 36px rgba(5, 150, 105, 0.12);
}

.hero-quick-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-text);
}

.hero-quick-card__desc {
    margin: 0 0 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--color-text-muted);
}

.hero-quick-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.25rem;
    margin-bottom: 0.65rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    border: none;
}

.hero-quick-btn:last-child {
    margin-bottom: 0;
}

.hero-quick-btn--login {
    background: var(--color-accent);
    color: var(--color-accent-text);
    box-shadow: 0 6px 20px var(--color-shadow-gold);
}

.hero-quick-btn--login:hover {
    background: var(--color-accent-dark);
    color: var(--color-accent-text);
    transform: translateY(-2px);
    text-decoration: none;
}

.hero-quick-btn--register {
    background: var(--color-primary);
    color: #FFFFFF;
    box-shadow: 0 6px 20px var(--color-shadow-green);
}

.hero-quick-btn--register:hover {
    background: var(--color-primary-light);
    color: #FFFFFF;
    transform: translateY(-2px);
    text-decoration: none;
}

.hero-home__media {
    text-align: center;
    margin-top: 0.5rem;
}

.hero-home__img {
    display: block;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
    border-radius: 1.25rem;
    border: 1px solid var(--color-border);
    box-shadow: 0 16px 40px rgba(5, 150, 105, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-home__media a:hover .hero-home__img {
    transform: scale(1.02);
    box-shadow: 0 20px 48px rgba(5, 150, 105, 0.22);
}

/* 内页区块：与首页主图同尺寸的大图横幅 */
.page-feature-banner {
    max-width: 1140px;
    margin: 2.25rem auto 0;
    padding: 0 0.25rem;
    text-align: center;
}

.page-feature-banner a {
    display: block;
}

.page-feature-banner a:hover .hero-home__img {
    transform: scale(1.02);
    box-shadow: 0 20px 48px rgba(5, 150, 105, 0.22);
}

@media (min-width: 992px) {
    .hero-home__top {
        flex-wrap: nowrap;
        gap: 2rem;
    }

    .hero-home__top > .hero-home__content {
        flex: 1 1 62%;
        width: 62%;
        max-width: 62%;
    }

    .hero-home__top > .hero-home__aside {
        flex: 0 0 34%;
        width: 34%;
        max-width: 34%;
    }

    .hero-home__img {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-home__top {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-home__content,
    .hero-home__aside {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .photo_b38d.hero-home {
        padding: 1.75rem 0 1.5rem;
    }

    .photo_b38d.hero-home h1 {
        font-size: 1.85rem;
    }

    .hero-home__media {
        margin-top: 1.25rem;
    }
}

/* “Junte-se aos vencedores!” 徽章排版 */
.winner-badges-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 0.75rem auto 0.5rem;
    max-width: 960px;
}

.winner-badge {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.9rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
}

.winner-badge-icon {
    font-size: 1.1rem;
    margin-bottom: 0.15rem;
}

.winner-badge-main {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
}

.winner-badge-sub {
    font-size: 0.8rem;
    color: #6B7280;
}

@media (max-width: 576px) {
    .winner-badges-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* Featured Games Section - 首页专用区块 */
.hovered_5952 {
    background: linear-gradient(135deg, #D1FAE5 0%, #FFFBEB 50%, #F0FDF4 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

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

.row_e0d5 {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.banner_bb19 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #047857 0%, #059669 40%, #CA8A04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient_hovered_a3a5 {
    font-size: 1.2rem;
    color: #4B5563;
    opacity: 1;
    margin-bottom: 0;
}

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

.avatar-basic-7476 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(5, 150, 105, 0.2);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.avatar-basic-7476::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(5, 150, 105, 0.08), transparent);
    transition: left 0.6s ease;
}

.avatar-basic-7476:hover::before {
    left: 100%;
}

.avatar-basic-7476:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(5, 150, 105, 0.35);
}

.bottom-d295 {
    background: #FFFFFF;
    border: 2px solid rgba(5, 150, 105, 0.25);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.bottom-d295:hover {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.column-90f6 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.column-90f6 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

.mask-2a94 {
    text-align: center;
}

.row_0432 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.thumbnail-2e04 {
    font-size: 1rem;
    color: #4B5563;
    margin-bottom: 1.5rem;
    opacity: 1;
    line-height: 1.5;
}

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

.modal_selected_c33e {
    background: linear-gradient(135deg, #059669 0%, #34D399 100%);
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.35);
}

.gallery-active-3838 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #EAB308 0%, #059669 100%);
    color: #422006;
    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(234, 179, 8, 0.35);
    position: relative;
    overflow: hidden;
}

.gallery-active-3838::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;
}

.gallery-active-3838:hover::before {
    left: 100%;
}

.gallery-active-3838:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 35px rgba(234, 179, 8, 0.55);
    color: #422006;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hovered_5952 {
        padding: 3rem 0;
    }
    
    .banner_bb19 {
        font-size: 2rem;
    }
    
    .gradient_hovered_a3a5 {
        font-size: 1rem;
    }
    
    .plasma-d5b2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .avatar-basic-7476 {
        padding: 1.5rem;
    }
    
    .column-90f6 {
        font-size: 2.5rem;
    }
    
    .row_0432 {
        font-size: 1.3rem;
    }
    
    .gallery-active-3838 {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hovered_5952 {
        padding: 2rem 0;
    }
    
    .banner_bb19 {
        font-size: 1.8rem;
    }
    
    .avatar-basic-7476 {
        padding: 1.2rem;
    }
    
    .column-90f6 {
        font-size: 2rem;
    }
    
    .row_0432 {
        font-size: 1.2rem;
    }
    
    .green-cf52 {
        gap: 0.3rem;
    }
    
    .modal_selected_c33e {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
}

/* ========== 顶栏导航（布局保留，配色对齐全站巴西绿金主题） ========== */
.site-nav-premium {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-cream) 100%);
    border-bottom: 2px solid var(--color-primary-dark);
    padding: 0.5rem 0;
    backdrop-filter: none;
}

.site-nav-premium__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    flex-wrap: nowrap;
    max-width: 1140px;
}

.nav-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    flex-shrink: 0;
    line-height: 1.1;
    margin-right: 0.5rem;
}

.nav-brand:hover {
    text-decoration: none;
}

.nav-brand__name {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--color-primary);
    letter-spacing: -0.02em;
}

.nav-brand:hover .nav-brand__name {
    color: var(--color-primary-dark);
}

.nav-brand__tag {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-top: 0.15rem;
}

.site-nav-premium .badge-last-13a1 {
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    backdrop-filter: none;
    position: static;
}

.site-nav-premium .badge-last-13a1 .message-slow-4957 {
    padding: 0;
}

.site-nav-premium .tag-005d {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.site-nav-premium .badge-last-13a1 .disabled_tiny_818f {
    margin: 0;
}

.site-nav-premium .badge-last-13a1 .accent_bronze_9e6e {
    color: var(--color-text);
    background: transparent;
    border-radius: 6px;
    padding: 0.45rem 0.85rem;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: none;
    transform: none;
}

.site-nav-premium .badge-last-13a1 .accent_bronze_9e6e::before {
    display: none;
}

.site-nav-premium .badge-last-13a1 .accent_bronze_9e6e:hover {
    background: rgba(5, 150, 105, 0.12);
    color: var(--color-primary);
    transform: none;
    box-shadow: none;
}

.site-nav-premium .badge-last-13a1 .hover_selected_936e {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: 0 10px 28px var(--color-shadow-green);
    border-radius: 10px;
}

.site-nav-premium .badge-last-13a1 .hover_selected_936e::before {
    border-bottom-color: var(--color-surface);
}

.site-nav-premium .badge-last-13a1 .popup_f05a {
    color: var(--color-text);
}

.site-nav-premium .badge-last-13a1 .popup_f05a:hover {
    background: rgba(5, 150, 105, 0.1);
    color: var(--color-primary-dark);
}

.site-nav-premium .badge-last-13a1 .popup_f05a::before {
    background: var(--color-primary);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.nav-actions--mobile {
    display: none;
    width: 100%;
    padding: 1rem 1.25rem 1.25rem;
    gap: 0.65rem;
    border-top: 1px solid var(--color-border);
    margin-top: 0.25rem;
}

.nav-actions--desktop {
    display: flex;
}

.btn-nav-enter,
.btn-nav-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.12s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-nav-enter {
    background: var(--color-primary-dark);
    color: #ffffff;
    box-shadow: 0 4px 12px var(--color-shadow-green);
}

.btn-nav-enter:hover {
    background: var(--color-primary);
    color: #ffffff;
    text-decoration: none;
}

.btn-nav-register {
    background: var(--color-accent);
    color: var(--color-accent-text);
    box-shadow: 0 4px 14px var(--color-shadow-gold);
}

.btn-nav-register:hover {
    background: var(--color-accent-dark);
    color: var(--color-accent-text);
    text-decoration: none;
    transform: translateY(-1px);
}

.site-nav-premium__toggle {
    display: none;
    flex-shrink: 0;
}

.site-nav-premium .box-6550 {
    background: transparent;
    border: 2px solid var(--color-primary-dark);
    border-radius: 8px;
    width: 40px;
    height: 36px;
    box-shadow: none;
}

.site-nav-premium .box-6550 span {
    background: var(--color-text);
    width: 18px;
}

@media (min-width: 769px) {
    .site-nav-premium .badge-last-13a1 .accent_bronze_9e6e.slow_dda0::after {
        content: '▼';
        margin-left: 0.35rem;
        font-size: 0.55rem;
        color: var(--color-text-muted);
        vertical-align: middle;
    }

    .site-nav-premium .badge-last-13a1 .disabled_tiny_818f:hover .accent_bronze_9e6e.slow_dda0::after {
        color: var(--color-primary);
    }
}

@media (max-width: 992px) {
    .site-nav-premium .badge-last-13a1 .accent_bronze_9e6e {
        padding: 0.4rem 0.55rem;
        font-size: 0.68rem;
    }
}

@media (max-width: 768px) {
    .site-nav-premium__inner {
        flex-wrap: wrap;
        align-items: center;
    }

    .nav-brand {
        flex: 1 1 auto;
        order: 1;
    }

    .nav-actions--desktop {
        display: none;
    }

    .site-nav-premium__toggle {
        display: flex;
        order: 2;
    }

    .site-nav-premium .badge-last-13a1 {
        order: 4;
        flex: 1 1 100%;
        width: 100%;
    }

    .site-nav-premium .tag-005d {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        background: var(--color-surface);
        border: 1px solid var(--color-border);
        border-radius: 12px;
        margin-top: 0.35rem;
        padding: 0.25rem 0 0;
        box-shadow: 0 8px 24px var(--color-shadow-green);
    }

    .site-nav-premium .tag-005d.fn-show-9c6b {
        display: flex;
    }

    .site-nav-premium .tag-005d .accent_bronze_9e6e {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
        color: var(--color-text);
        border-radius: 0;
    }

    .site-nav-premium .tag-005d .accent_bronze_9e6e:hover {
        background: rgba(5, 150, 105, 0.08);
        color: var(--color-primary);
    }

    .site-nav-premium .tag-005d .accent_bronze_9e6e.slow_dda0::after {
        color: var(--color-text-muted);
        right: 1.25rem;
    }

    .site-nav-premium .tag-005d .hover_selected_936e {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: var(--color-light);
    }

    .site-nav-premium .tag-005d .disabled_tiny_818f {
        border-bottom: 1px solid var(--color-border);
    }

    .site-nav-premium .tag-005d .popup_f05a {
        padding: 0.85rem 1.25rem 0.85rem 2rem;
        font-size: 0.9rem;
        color: var(--color-text-muted);
    }

    .site-nav-premium .tag-005d .popup_f05a:hover {
        color: var(--color-primary-dark);
    }

    .site-nav-premium .tag-005d .popup_f05a::before {
        content: '▸';
        display: block;
        color: var(--color-primary);
    }

    .nav-actions--mobile {
        display: flex;
        flex-direction: column;
    }

    .nav-actions--mobile .btn-nav-enter,
    .nav-actions--mobile .btn-nav-register {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
    }
}

/* ========== 首页：Por que escolher – abas ========== */
.why-tabs-section {
    background: linear-gradient(145deg, #FFFFFF 0%, var(--color-bg) 50%, var(--color-bg-cream) 100%);
    border-radius: 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.08);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.why-tabs-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.why-tabs-header {
    margin-bottom: 1.75rem;
}

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

.why-tab-btn {
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.why-tab-btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary-dark);
}

.why-tab-btn.fn-active-5762 {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 14px var(--color-shadow-green);
}

.why-tabs-panels {
    position: relative;
    min-height: 320px;
}

.why-tab-panel {
    display: none;
    animation: whyTabFade 0.35s ease;
}

.why-tab-panel.fn-active-5762 {
    display: block;
}

.why-tab-panel[hidden] {
    display: none !important;
}

@keyframes whyTabFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.why-tab-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    background: var(--color-surface);
    border-radius: 16px;
    border: 1px solid var(--color-border);
    padding: 1.75rem;
    box-shadow: 0 8px 28px rgba(5, 150, 105, 0.06);
}

@media (min-width: 992px) {
    .why-tab-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 2rem;
    }
}

.why-tab-content h3 {
    color: var(--color-text);
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.why-tab-content p {
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0 0 1rem;
}

.why-tab-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    color: var(--color-text-muted);
    line-height: 1.75;
}

.why-tab-list li {
    margin-bottom: 0.35rem;
}

.why-tab-list strong {
    color: var(--color-primary-dark);
}

.why-tab-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: var(--color-accent);
    color: var(--color-accent-text);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 18px var(--color-shadow-gold);
    transition: transform 0.12s ease, background-color 0.2s ease;
}

.why-tab-cta:hover {
    background: var(--color-accent-dark);
    color: var(--color-accent-text);
    transform: translateY(-2px);
    text-decoration: none;
}

.why-tab-media {
    text-align: center;
}

.why-tab-media img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--color-border);
}

@media (max-width: 768px) {
    .why-tabs-section {
        padding: 1.75rem 0.75rem;
    }

    .why-tab-btn {
        flex: 1 1 calc(50% - 0.5rem);
        font-size: 0.78rem;
        padding: 0.55rem 0.65rem;
    }

    .why-tab-grid {
        padding: 1.25rem;
    }
}

/* ========== 首页：Por que confiar – 6 cards ========== */
.trust-pg-section {
    background: linear-gradient(160deg, var(--color-bg) 0%, #FFFFFF 45%, var(--color-bg-cream) 100%);
    border-radius: 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.08);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.trust-pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.trust-pg-header {
    margin-bottom: 2rem;
}

.trust-pg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.trust-pg-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trust-pg-card:hover {
    transform: translateY(-4px);
    border-color: rgba(5, 150, 105, 0.35);
    box-shadow: 0 14px 32px rgba(5, 150, 105, 0.12);
}

.trust-pg-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.12) 0%, rgba(234, 179, 8, 0.15) 100%);
    border-radius: 50%;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

.trust-pg-card h3 {
    color: var(--color-primary-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.trust-pg-card p {
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.trust-pg-card p strong {
    color: var(--color-primary-dark);
    font-weight: 700;
}

@media (max-width: 768px) {
    .trust-pg-section {
        padding: 1.75rem 0.75rem;
    }

    .trust-pg-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .trust-pg-card {
        padding: 1.35rem 1.15rem;
    }
}

/* ========== 内页 app.html：mobile 双平台 + 时间线 ========== */
.app-pg-block {
    background: linear-gradient(180deg, #FFFFFF 0%, var(--color-bg) 100%);
    border-radius: 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.08);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.app-pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.app-pg-lead {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 880px;
    margin: 1rem auto 2rem;
    text-align: center;
}

.app-pg-lead strong {
    color: var(--color-primary-dark);
}

.app-pg-platforms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.app-pg-platform {
    background: var(--color-surface);
    border-radius: 18px;
    padding: 1.75rem;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 28px rgba(5, 150, 105, 0.06);
}

.app-pg-platform--android {
    border-top: 4px solid #059669;
}

.app-pg-platform--ios {
    border-top: 4px solid #EAB308;
}

.app-pg-platform__badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    background: rgba(5, 150, 105, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.app-pg-platform--ios .app-pg-platform__badge {
    background: rgba(234, 179, 8, 0.15);
    color: #92400E;
}

.app-pg-platform h3 {
    color: var(--color-text);
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
}

.app-pg-platform p {
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.app-pg-platform ul {
    margin: 0 0 1.25rem;
    padding-left: 1.2rem;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.7;
}

.app-pg-platform a {
    color: var(--color-primary);
    font-weight: 600;
}

.app-pg-platform__cta {
    display: inline-block;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-primary-dark);
    text-decoration: none;
}

.app-pg-platform__cta:hover {
    color: var(--color-accent-dark);
}

.app-pg-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.app-pg-subtitle {
    color: var(--color-primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

.app-pg-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-pg-checklist li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.85rem;
    background: var(--color-surface);
    border-radius: 10px;
    border: 1px solid var(--color-border);
}

.app-pg-checklist li span {
    flex-shrink: 0;
    font-size: 1.1rem;
}

.app-pg-timeline {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    counter-reset: app-step;
}

.app-pg-timeline li {
    position: relative;
    padding-left: 2.75rem;
    margin-bottom: 1.35rem;
    counter-increment: app-step;
}

.app-pg-timeline li::before {
    content: counter(app-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #059669, #10B981);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.app-pg-timeline strong {
    display: block;
    color: var(--color-text);
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.app-pg-timeline p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

.app-pg-games {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
}

.app-pg-game {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 0.75rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.app-pg-game:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
    box-shadow: 0 10px 24px rgba(5, 150, 105, 0.12);
    text-decoration: none;
}

.app-pg-game__icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.app-pg-game__title {
    color: var(--color-primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.app-pg-game__desc {
    color: var(--color-text-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.app-pg-footnote {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 2rem 0 0;
    padding: 1rem 1.25rem;
    background: rgba(234, 179, 8, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(234, 179, 8, 0.25);
}

.app-pg-footnote a {
    color: var(--color-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .app-pg-platforms,
    .app-pg-split {
        grid-template-columns: 1fr;
    }

    .app-pg-games {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .app-pg-block {
        padding: 1.75rem 0.75rem;
    }

    .app-pg-games {
        grid-template-columns: 1fr;
    }
}

/* ========== 内页 baixar.html：rotas + tabela + checklist ========== */
.baixar-pg-block {
    background: linear-gradient(160deg, var(--color-bg-cream) 0%, #FFFFFF 55%, var(--color-bg) 100%);
    border-radius: 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.08);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.baixar-pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.baixar-pg-lead {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 880px;
    margin: 1rem auto 2rem;
    text-align: center;
}

.baixar-pg-lead strong {
    color: var(--color-primary-dark);
}

.baixar-pg-subtitle {
    color: var(--color-primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1rem;
    text-align: center;
}

.baixar-pg-routes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.baixar-pg-route {
    display: block;
    padding: 1.25rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.baixar-pg-route:hover {
    border-color: var(--color-primary);
    box-shadow: 0 10px 28px rgba(5, 150, 105, 0.12);
    transform: translateY(-3px);
    text-decoration: none;
}

.baixar-pg-route--here {
    border-color: var(--color-accent);
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.08) 0%, var(--color-surface) 100%);
    box-shadow: 0 6px 20px rgba(234, 179, 8, 0.15);
}

.baixar-pg-route__label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #92400E;
    background: rgba(234, 179, 8, 0.2);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.baixar-pg-route strong {
    display: block;
    color: var(--color-primary-dark);
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.baixar-pg-route p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.baixar-pg-safety {
    margin-bottom: 2rem;
}

.baixar-pg-safety__warn {
    background: rgba(220, 38, 38, 0.06);
    border: 1px solid rgba(220, 38, 38, 0.25);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
}

.baixar-pg-safety__warn h3 {
    color: #B91C1C;
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.baixar-pg-safety__warn p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.baixar-pg-safety__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.baixar-pg-safety__item {
    text-align: center;
    padding: 1.25rem 1rem;
    background: var(--color-surface);
    border-radius: 12px;
    border: 1px solid var(--color-border);
}

.baixar-pg-safety__item span {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}

.baixar-pg-safety__item h4 {
    color: var(--color-text);
    font-size: 0.95rem;
    margin: 0 0 0.35rem;
}

.baixar-pg-safety__item p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

.baixar-pg-table-wrap {
    margin-bottom: 2rem;
    overflow-x: auto;
}

.baixar-pg-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-surface);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.baixar-pg-table th {
    background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
    color: var(--color-primary-dark);
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--color-primary);
}

.baixar-pg-table td {
    padding: 1rem 1.25rem;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    border-bottom: 1px solid var(--color-border);
    vertical-align: top;
}

.baixar-pg-table tr:last-child td {
    border-bottom: none;
}

.baixar-pg-table td strong {
    color: var(--color-text);
}

.baixar-pg-table a {
    color: var(--color-primary);
    font-weight: 600;
}

.baixar-pg-perks {
    background: var(--color-surface);
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid var(--color-border);
}

.baixar-pg-perks-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.baixar-pg-perks-list li {
    position: relative;
    padding: 0.85rem 0 0.85rem 2rem;
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    border-bottom: 1px dashed var(--color-border);
}

.baixar-pg-perks-list li:last-child {
    border-bottom: none;
}

.baixar-pg-perks-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 1.35rem;
    height: 1.35rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baixar-pg-perks-list strong {
    color: var(--color-primary-dark);
}

.baixar-pg-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 992px) {
    .baixar-pg-routes {
        grid-template-columns: repeat(2, 1fr);
    }

    .baixar-pg-safety__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .baixar-pg-block {
        padding: 1.75rem 0.75rem;
    }

    .baixar-pg-routes {
        grid-template-columns: 1fr;
    }

    .baixar-pg-cta-row .soft_7567 {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
}

/* ========== 内页 bet.html：mercados + bilhetes + cash out ========== */
.bet-pg-block {
    background: linear-gradient(135deg, #F0FDF4 0%, #FFFFFF 50%, #FFFBEB 100%);
    border-radius: 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.08);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.bet-pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.bet-pg-lead {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 880px;
    margin: 1rem auto 2rem;
    text-align: center;
}

.bet-pg-lead strong {
    color: var(--color-primary-dark);
}

.bet-pg-subtitle {
    color: var(--color-primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    text-align: center;
}

.bet-pg-markets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.bet-pg-market {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 1.35rem 1.15rem;
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.bet-pg-market:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
}

.bet-pg-market__tag {
    position: absolute;
    top: -0.5rem;
    right: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--color-accent);
    color: var(--color-accent-text);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.bet-pg-market h3 {
    color: var(--color-primary-dark);
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem;
}

.bet-pg-market p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.bet-pg-tickets {
    margin-bottom: 2rem;
}

.bet-pg-tickets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.bet-pg-ticket {
    background: var(--color-surface);
    border: 2px solid var(--color-border);
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.bet-pg-ticket strong {
    display: block;
    font-size: 1.1rem;
    color: var(--color-primary-dark);
    margin-bottom: 0.6rem;
}

.bet-pg-ticket p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.bet-pg-ticket--highlight {
    border-color: var(--color-accent);
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.1) 0%, var(--color-surface) 100%);
    box-shadow: 0 8px 24px rgba(234, 179, 8, 0.15);
}

.bet-pg-cashout {
    margin-bottom: 2rem;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid var(--color-primary);
    background: linear-gradient(90deg, rgba(5, 150, 105, 0.08) 0%, rgba(5, 150, 105, 0.02) 100%);
}

.bet-pg-cashout__content {
    padding: 1.75rem 2rem;
}

.bet-pg-cashout h3 {
    color: var(--color-primary-dark);
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
}

.bet-pg-cashout p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.bet-pg-cashout ul {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.bet-pg-cashout li {
    margin-bottom: 0.5rem;
}

.bet-pg-cashout strong {
    color: var(--color-text);
}

.bet-pg-leagues__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.bet-pg-leagues__tags span {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-primary-dark);
    transition: background 0.2s ease, color 0.2s ease;
}

.bet-pg-leagues__tags span:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.bet-pg-leagues__note {
    text-align: center;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.bet-pg-leagues__note a {
    color: var(--color-primary);
    font-weight: 600;
}

.bet-pg-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .bet-pg-markets {
        grid-template-columns: repeat(2, 1fr);
    }

    .bet-pg-tickets-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .bet-pg-block {
        padding: 1.75rem 0.75rem;
    }

    .bet-pg-markets {
        grid-template-columns: 1fr;
    }

    .bet-pg-cashout__content {
        padding: 1.25rem 1rem;
    }

    .bet-pg-cta-row .soft_7567 {
        width: 100%;
        margin-left: 0 !important;
    }
}

/* ========== 内页 bonus.html：bento + contribuição + VIP + funil ========== */
.bonus-pg-block {
    background: linear-gradient(165deg, #FFFBEB 0%, #FFFFFF 45%, #F0FDF4 100%);
    border-radius: 20px;
    border: 1px solid rgba(234, 179, 8, 0.25);
    box-shadow: 0 14px 44px rgba(5, 150, 105, 0.09);
    padding: 2.5rem 1rem;
    margin: 1rem auto;
}

.bonus-pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.bonus-pg-lead {
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 900px;
    margin: 1rem auto 2rem;
    text-align: center;
}

.bonus-pg-lead strong {
    color: var(--color-primary-dark);
}

.bonus-pg-subtitle {
    color: var(--color-primary-dark);
    font-size: 1.12rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

/* Bento promo grid */
.bonus-pg-bento {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.bonus-pg-bento__hero {
    grid-row: span 2;
    position: relative;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(145deg, #059669 0%, #047857 55%, #065F46 100%);
    border-radius: 18px;
    color: #fff;
    box-shadow: 0 12px 32px rgba(5, 150, 105, 0.35);
}

.bonus-pg-bento__badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: var(--color-accent);
    color: var(--color-accent-text);
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.bonus-pg-bento__hero h3 {
    font-size: 1.35rem;
    margin: 0 0 0.5rem;
    color: #fff;
}

.bonus-pg-bento__value {
    font-size: 1.05rem;
    margin: 0 0 1rem;
    opacity: 0.95;
}

.bonus-pg-bento__value strong {
    color: #FDE68A;
}

.bonus-pg-bento__hero > p:last-child {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    opacity: 0.92;
}

.bonus-pg-bento__cell {
    padding: 1.15rem 1.1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bonus-pg-bento__cell:hover {
    border-color: var(--color-primary);
    box-shadow: 0 8px 22px rgba(5, 150, 105, 0.1);
}

.bonus-pg-bento__cell span[aria-hidden] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.35rem;
}

.bonus-pg-bento__cell h3 {
    color: var(--color-primary-dark);
    font-size: 1rem;
    margin: 0 0 0.4rem;
}

.bonus-pg-bento__cell p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.bonus-pg-bento__cell--vip {
    border-color: rgba(234, 179, 8, 0.45);
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.06) 0%, var(--color-surface) 100%);
}

.bonus-pg-bento__cell--vip a {
    color: var(--color-primary);
    font-weight: 600;
}

/* Rollover + contribution bars */
.bonus-pg-rollover {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
    align-items: start;
}

.bonus-pg-rules {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bonus-pg-rules li {
    position: relative;
    padding: 0.65rem 0 0.65rem 1.5rem;
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    border-bottom: 1px dashed var(--color-border);
}

.bonus-pg-rules li:last-child {
    border-bottom: none;
}

.bonus-pg-rules li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 800;
}

.bonus-pg-rules strong {
    color: var(--color-primary-dark);
}

.bonus-pg-contrib {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 1.35rem 1.25rem;
}

.bonus-pg-contrib__note {
    font-size: 0.82rem;
    color: var(--color-text-muted);
    line-height: 1.55;
    margin: 0 0 1.25rem;
}

.bonus-pg-contrib__row {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.bonus-pg-contrib__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-primary-dark);
}

.bonus-pg-contrib__track {
    height: 1.65rem;
    background: #F3F4F6;
    border-radius: 999px;
    overflow: hidden;
}

.bonus-pg-contrib__fill {
    height: 100%;
    min-width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #059669, #10B981);
    border-radius: 999px;
}

.bonus-pg-contrib__fill--mid {
    background: linear-gradient(90deg, #CA8A04, #EAB308);
    color: var(--color-accent-text);
}

.bonus-pg-contrib__fill--low {
    background: linear-gradient(90deg, #6B7280, #9CA3AF);
}

/* VIP ladder */
.bonus-pg-vip {
    margin-bottom: 2.5rem;
}

.bonus-pg-vip__track {
    display: flex;
    gap: 0;
    margin-top: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.bonus-pg-vip__step {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 1.25rem 0.75rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    position: relative;
}

.bonus-pg-vip__step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--color-primary);
    z-index: 1;
}

.bonus-pg-vip__step:first-child {
    border-radius: 14px 0 0 14px;
}

.bonus-pg-vip__step:last-child {
    border-radius: 0 14px 14px 0;
}

.bonus-pg-vip__step--top {
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.15) 0%, var(--color-surface) 100%);
    border-color: rgba(234, 179, 8, 0.5);
}

.bonus-pg-vip__tier {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-muted);
    margin-bottom: 0.35rem;
}

.bonus-pg-vip__step strong {
    display: block;
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 0.35rem;
}

.bonus-pg-vip__step--top strong {
    color: #B45309;
}

.bonus-pg-vip__step p {
    margin: 0;
    font-size: 0.78rem;
    color: var(--color-text-muted);
    line-height: 1.45;
}

.bonus-pg-vip__foot {
    text-align: center;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    margin: 1rem 0 0;
    line-height: 1.6;
}

/* Claim funnel */
.bonus-pg-funnel {
    margin-bottom: 2rem;
}

.bonus-pg-funnel__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    counter-reset: bonus-funnel;
}

.bonus-pg-funnel__list li {
    position: relative;
    padding: 1.5rem 1rem 1.25rem;
    text-align: center;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
}

.bonus-pg-funnel__list li:not(:last-child) {
    border-right: none;
}

.bonus-pg-funnel__list li:first-child {
    border-radius: 14px 0 0 14px;
}

.bonus-pg-funnel__list li:last-child {
    border-radius: 0 14px 14px 0;
}

.bonus-pg-funnel__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.bonus-pg-funnel__list strong {
    display: block;
    color: var(--color-primary-dark);
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.bonus-pg-funnel__list p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

.bonus-pg-funnel__list a {
    color: var(--color-primary);
    font-weight: 600;
}

/* FAQ chips */
.bonus-pg-faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.bonus-pg-faq__item {
    padding: 1.15rem 1.2rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid var(--color-accent);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.bonus-pg-faq__item h4 {
    color: var(--color-primary-dark);
    font-size: 0.95rem;
    margin: 0 0 0.4rem;
}

.bonus-pg-faq__item p {
    margin: 0;
    font-size: 0.86rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.bonus-pg-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 992px) {
    .bonus-pg-bento {
        grid-template-columns: 1fr 1fr;
    }

    .bonus-pg-bento__hero {
        grid-column: span 2;
        grid-row: span 1;
    }

    .bonus-pg-rollover {
        grid-template-columns: 1fr;
    }

    .bonus-pg-funnel__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .bonus-pg-funnel__list li:nth-child(2) {
        border-right: 1px solid var(--color-border);
        border-radius: 0 14px 0 0;
    }

    .bonus-pg-funnel__list li:nth-child(3) {
        border-radius: 0 0 0 14px;
    }

    .bonus-pg-funnel__list li:nth-child(2),
    .bonus-pg-funnel__list li:nth-child(4) {
        border-right: 1px solid var(--color-border);
    }
}

@media (max-width: 480px) {
    .bonus-pg-block {
        padding: 1.75rem 0.75rem;
    }

    .bonus-pg-bento {
        grid-template-columns: 1fr;
    }

    .bonus-pg-bento__hero {
        grid-column: span 1;
    }

    .bonus-pg-contrib__row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .bonus-pg-funnel__list {
        grid-template-columns: 1fr;
    }

    .bonus-pg-funnel__list li,
    .bonus-pg-funnel__list li:first-child,
    .bonus-pg-funnel__list li:last-child {
        border-radius: 12px;
        border-right: 1px solid var(--color-border);
        margin-bottom: 0.5rem;
    }

    .bonus-pg-faq {
        grid-template-columns: 1fr;
    }

    .bonus-pg-cta-row .soft_7567 {
        width: 100%;
        margin-left: 0 !important;
    }
}

/* ========== cassino.html：bloco Números do Cassino ========== */
.cassino-pg-stats {
    margin: 2.5rem 0;
    padding: 2rem 1.25rem;
    background: linear-gradient(180deg, #F0FDF4 0%, #FFFFFF 100%);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(5, 150, 105, 0.08);
}

.cassino-pg-stats__header {
    margin-bottom: 1.75rem;
}

.cassino-pg-stats__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.cassino-pg-stats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.35rem 0.85rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cassino-pg-stats__card:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
    box-shadow: 0 10px 24px rgba(5, 150, 105, 0.12);
}

.cassino-pg-stats__icon {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.cassino-pg-stats__value {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.2;
    margin-bottom: 0.35rem;
    word-break: break-word;
}

.cassino-pg-stats__value--gold {
    color: #B45309;
    font-size: 1.35rem;
}

.cassino-pg-stats__value--accent {
    color: #0891B2;
}

.cassino-pg-stats__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-text-muted);
    line-height: 1.4;
}

.cassino-pg-stats__foot {
    text-align: center;
    margin: 1.5rem auto 0;
    max-width: 720px;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.cassino-pg-stats__foot strong {
    color: var(--color-primary-dark);
}

@media (max-width: 1100px) {
    .cassino-pg-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .cassino-pg-stats {
        padding: 1.5rem 0.75rem;
    }

    .cassino-pg-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .cassino-pg-stats__value {
        font-size: 1.4rem;
    }

    .cassino-pg-stats__value--gold {
        font-size: 1.15rem;
    }
}

@media (max-width: 380px) {
    .cassino-pg-stats__grid {
        grid-template-columns: 1fr;
    }
}

/* ========== cassino.html：Conquistas e Recompensas ========== */
.cassino-pg-rewards {
    margin: 2.5rem 0;
    padding: 2rem 1.25rem;
    background: linear-gradient(165deg, #FFFBEB 0%, #FFFFFF 55%, #F0FDF4 100%);
    border: 1px solid rgba(234, 179, 8, 0.22);
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(5, 150, 105, 0.07);
}

.cassino-pg-rewards__header {
    margin-bottom: 1.75rem;
}

.cassino-pg-rewards__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

.cassino-pg-rewards__card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cassino-pg-rewards__card:hover {
    transform: translateY(-3px);
    border-color: rgba(234, 179, 8, 0.45);
    box-shadow: 0 12px 28px rgba(5, 150, 105, 0.1);
}

.cassino-pg-rewards__icon {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    background: linear-gradient(145deg, #ECFDF5, #D1FAE5);
    border: 1px solid rgba(5, 150, 105, 0.2);
    border-radius: 12px;
}

.cassino-pg-rewards__body {
    flex: 1;
    min-width: 0;
}

.cassino-pg-rewards__body h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.cassino-pg-rewards__body p {
    margin: 0 0 0.75rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.cassino-pg-rewards__tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #92400E;
    background: rgba(234, 179, 8, 0.18);
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
}

.cassino-pg-rewards__foot {
    text-align: center;
    margin: 1.5rem auto 0;
    max-width: 640px;
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.cassino-pg-rewards__foot a {
    color: var(--color-primary);
    font-weight: 600;
}

@media (max-width: 768px) {
    .cassino-pg-rewards__grid {
        grid-template-columns: 1fr;
    }

    .cassino-pg-rewards {
        padding: 1.5rem 0.75rem;
    }
}

/* ========== cassino.html：jogos + passos + RTP + vitórias + FAQ ========== */
.cassino-pg-games,
.cassino-pg-steps {
    margin: 2.5rem 0;
}

.cassino-pg-games__header,
.cassino-pg-steps__header {
    margin-bottom: 1.5rem;
}

.cassino-pg-games__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.cassino-pg-games__card {
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.15rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cassino-pg-games__card:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
    box-shadow: 0 12px 28px rgba(5, 150, 105, 0.12);
}

.cassino-pg-games__icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.cassino-pg-games__card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: var(--color-primary-dark);
}

.cassino-pg-games__card > p {
    margin: 0 0 0.85rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--color-text-muted);
    flex: 1;
}

.cassino-pg-games__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.cassino-pg-games__tags span {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background: #ECFDF5;
    color: var(--color-primary-dark);
}

.cassino-pg-games__cta {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
}

.cassino-pg-games__cta:hover {
    color: var(--color-primary-dark);
    text-decoration: underline;
}

.cassino-pg-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: none;
}

.cassino-pg-steps__grid li {
    padding: 1.25rem 1.1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    border-top: 4px solid var(--color-primary);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.cassino-pg-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
}

.cassino-pg-steps__grid strong {
    display: block;
    color: var(--color-primary-dark);
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.cassino-pg-steps__grid p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.cassino-pg-rtp-section {
    padding: 2rem 1rem !important;
}

.cassino-pg-rtp__img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
    border-radius: 15px;
}

.cassino-pg-rtp__table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem;
}

.cassino-pg-rtp__table {
    width: 100%;
    min-width: 560px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-surface);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.cassino-pg-rtp__table thead tr {
    background: #ECFDF5;
}

.cassino-pg-rtp__table th,
.cassino-pg-rtp__table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #E5E7EB;
}

.cassino-pg-rtp__table th {
    color: #1F2937;
    font-weight: 700;
    font-size: 0.88rem;
}

.cassino-pg-rtp__table th:not(:first-child),
.cassino-pg-rtp__table td:not(:first-child) {
    text-align: center;
}

.cassino-pg-rtp__table tbody tr:nth-child(even) {
    background: #F0FDF4;
}

.cassino-pg-rtp__table tbody tr:last-child td {
    border-bottom: none;
}

.cassino-pg-rtp__table td:first-child {
    font-weight: 600;
    color: #1F2937;
}

.cassino-pg-rtp__table td:nth-child(3) {
    color: #059669;
    font-weight: 700;
}

.cassino-pg-rtp__note {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

.cassino-pg-wins__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.cassino-pg-wins__card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cassino-pg-wins__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cassino-pg-wins__head h4 {
    margin: 0;
    font-size: 1.05rem;
    color: #1F2937;
}

.cassino-pg-wins__head p {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--color-text-muted);
}

.cassino-pg-wins__badge {
    flex-shrink: 0;
    background: #059669;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
}

.cassino-pg-wins__body {
    background: #F0FDF4;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    flex: 1;
}

.cassino-pg-wins__body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.cassino-pg-wins__quote {
    margin: 0;
    font-size: 0.88rem;
    font-style: italic;
    color: var(--color-text-muted);
}

.cassino-pg-wins__foot {
    text-align: center;
    margin: 1.5rem 0 0;
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.cassino-pg-faq {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cassino-pg-faq__item {
    background: var(--color-surface);
    padding: 1.5rem 1.6rem;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.cassino-pg-faq__item h4 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    color: #1F2937;
}

.cassino-pg-faq__item p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.cassino-pg-faq__item a {
    color: var(--color-primary);
    font-weight: 600;
}

.cassino-pg-faq__cta {
    text-align: center;
    margin-top: 1.5rem;
}

@media (max-width: 992px) {
    .cassino-pg-games__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cassino-pg-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cassino-pg-wins__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cassino-pg-games__grid,
    .cassino-pg-steps__grid {
        grid-template-columns: 1fr;
    }
}

