﻿/* ===== 内页内容区块样式 - 独立文件 ===== */
/* 仅用于内页 3-5 个内容区块，与首页卡片区分 */

/* 内页内容与顶部导航同宽，使用 .container 宽度 */
.inner-wrap {
    width: 100%;
    max-width: none;
}

.inner-section {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.inner-section:last-of-type {
    border-bottom: none;
}

/* 内页主要内容：H2-H5 层级 */
.inner-section h2 {
    font-size: 1.6rem;
    color: var(--casino-gold);
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
}

.inner-section h3 {
    font-size: 1.25rem;
    color: var(--text-white);
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    line-height: 1.35;
}

.inner-section h4 {
    font-size: 1.1rem;
    color: var(--casino-gold-light);
    margin: 1.25rem 0 0.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.inner-section h5 {
    font-size: 1rem;
    color: var(--text-gray);
    margin: 1rem 0 0.4rem;
    font-weight: 600;
    line-height: 1.4;
}

.inner-section p {
    color: var(--text-gray);
    line-height: 1.85;
    margin-bottom: 1rem;
    font-size: 1.02rem;
}

.inner-section ul,
.inner-section ol {
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0 0 1rem 1.25rem;
    padding-left: 0.5rem;
}

.inner-section li {
    margin-bottom: 0.5rem;
}

.inner-section img {
    border-radius: 12px;
    margin: 1.25rem 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    height: auto;
}

.inner-figure {
    margin: 1.5rem 0;
    text-align: center;
}

.inner-figure img {
    display: block;
    margin: 0 auto 0.5rem;
}

.inner-figure figcaption {
    font-size: 0.9rem;
    color: var(--text-gray);
    opacity: 0.9;
}

@media (max-width: 767px) {
    .inner-section { padding: 1.75rem 0; }
    .inner-section h2 { font-size: 1.35rem; }
    .inner-section h3 { font-size: 1.15rem; }
    .inner-section h4 { font-size: 1.05rem; }
    .inner-section h5 { font-size: 0.98rem; }
    .inner-section p { font-size: 0.98rem; }
}
