/* ============================================================
   政府数据综合服务平台解决方案 页面样式
   所有样式均以 .gov-data- 为前缀，全局样式挂在最外层
   .gov-data-page 包裹 div 上，不污染页面其它区域
   按模块组织：子样式、变体样式紧跟所属模块书写，
   同一选择器的规则集中在一处；仅适配 1920×1080 分辨率
   ============================================================ */



/* 全局样式（仅作用于包裹 div 内部） */
.gov-data-page,
.gov-data-page *,
.gov-data-page *::before,
.gov-data-page *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gov-data-page {
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.gov-data-page img {
    display: block;
    max-width: 100%;
    border: none;
}

.gov-data-page a {
    text-decoration: none;
    color: inherit;
}

.gov-data-page ul {
    list-style: none;
}

/* 容器 */
.gov-data-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============ Hero 区域 ============ */
.gov-data-hero {
    height: 630px;
    background: url('../images/hero-bg.png') center/cover no-repeat, #d9edfb;
    position: relative;
    overflow: hidden;
}

.gov-data-hero-content {
    max-width: 1010px;
    padding-top: 56px;
    position: relative;
    z-index: 1;
}

.gov-data-hero-brand {
    font-size: 30px;
    color: #1677FF;
    font-weight: bold;
    margin-bottom: 22px;
}

.gov-data-hero-title {
    font-size: 72px;
    color: #1F2D3D;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 28px;
}

.gov-data-hero-tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    background: #1868f2;
    color: #fff;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    margin-bottom: 34px;
}

.gov-data-hero-tags .gov-data-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.gov-data-hero-tags .gov-data-tag-item svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    flex-shrink: 0;
}

.gov-data-hero-tags .gov-data-tag-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.55);
}

.gov-data-hero-desc {
    ont-size: 20px;
    color: #5A6066;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 40px;
}

.gov-data-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gov-data-hero-pills li {
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #C7D8F0;
    padding: 8px 24px;
    font-size: 14px;
    color: #0E4784;
}

/* ============ 通用 Section ============ */
.gov-data-section {
    padding: 84px 0 90px;
}

.gov-data-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.gov-data-section-header h2 {
    font-size: 32px;
    color: #1F2D3D;
    font-weight: bold;
}

.gov-data-section-header p {
    font-size: 14px;
    color: #5B6B7C;
    margin-top: 12px;
}

/* ============ 行业痛点 ============ */
.gov-data-pain-points {
    background: #fff;
}

.gov-data-pain-grid {
    display: grid;
    grid-template-columns: 316fr 577fr 577fr;
    grid-template-rows: auto auto;
    gap: 22px;
}

.gov-data-pain-card {
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    padding: 26px 28px;
}

.gov-data-pain-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gov-data-pain-card-header img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.gov-data-pain-card-title {
    font-size: 18px;
    color: #1A3A5C;
    font-weight: bold;
}

.gov-data-pain-card-desc {
    font-size: 14px;
    color: #7E8B9D;
    margin-top: 12px;
}

.gov-data-pain-card-desc-featured {
    font-size: 16px;
    color: #7E8B9D;
    margin-top: 12px;
}

.gov-data-pain-card-featured {
    grid-row: 1 / span 2;
    padding: 34px 30px;
}

.gov-data-pain-card-featured img {
    width: 52px;
    height: 52px;
}

.gov-data-pain-card-featured .gov-data-pain-card-title {
    display: block;
    font-size: 24px;
    color: #1A3A5C;
    margin-top: 22px;
}

.gov-data-pain-card-featured .gov-data-pain-card-desc {
    margin-top: 16px;
}

/* ============ 平台定位 ============ */
.gov-data-positioning {
    background: #f5f8fc;
}

.gov-data-position-icons {
    display: flex;
    justify-content: space-between;
    max-width: 1330px;
    margin: 0 auto 48px;
    padding: 0 20px;
}

.gov-data-position-icons li {
    width: 176px;
    text-align: center;
}

.gov-data-position-icons img {
    width: 118px;
    margin: 0 auto 6px;
    transition: transform 0.3s;
}

.gov-data-position-icons li:hover img {
    transform: translateY(-6px);
}

.gov-data-position-icons span {
    font-size: 24px;
    color: #292E33;
    font-weight: bold;
}

.gov-data-position-desc {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    color: #747C85;
    line-height: 1.95;
    text-align: center;
}

/* ============ 平台架构 ============ */
.gov-data-architecture {
    background: #fff;
}

.gov-data-architecture-intro {
    max-width: 1440px;
    margin: -28px auto 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    color: #66707f;
    line-height: 1.95;
}

.gov-data-architecture-img {
    width: 1520px;
    max-width: 100%;
    margin: 0 auto;
}

/* ============ 应用场景 ============ */
.gov-data-scenes {
    background: #f5f8fc;
}

.gov-data-scene-row {
    display: flex;
    align-items: center;
    gap: 44px;
    margin-bottom: 72px;
}

.gov-data-scene-row:last-child {
    margin-bottom: 0;
}

.gov-data-scene-row-reverse {
    flex-direction: row-reverse;
}

.gov-data-scene-text {
    flex: 1;
    min-width: 0;
}

.gov-data-scene-text h3 {
    font-size: 30px;
    font-weight: bold;
    color: #16294d;
    margin-bottom: 20px;
}

.gov-data-scene-text p {
    font-size: 17px;
    color: #66707f;
    line-height: 1.95;
    text-align: justify;
}

/* 宽截图行：图约占 55%（对应设计图 全域汇聚/质量管控 行） */
.gov-data-scene-media {
    flex-shrink: 0;
    width: 55.5%;
}

.gov-data-scene-media img {
    width: 100%;
}

/* 笔记本白框行：图约占 38.5%（对应设计图 资产统筹/应用支撑 行） */
.gov-data-scene-media-narrow {
    width: 38.5%;
}

.gov-data-scene-media-frame {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(23, 58, 110, 0.08);
    padding: 20px 22px;
}

/* ============ 平台能力 ============ */
.gov-data-capabilities {
    background: #fff;
}

.gov-data-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gov-data-cap-card {
    border: 1px solid #e7ecf4;
    border-radius: 12px;
    padding: 28px 30px;
    transition: box-shadow 0.3s, transform 0.3s;
}

.gov-data-cap-card:hover {
    box-shadow: 0 10px 26px rgba(31, 58, 105, 0.09);
    transform: translateY(-4px);
}

.gov-data-cap-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gov-data-cap-card-header img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.gov-data-cap-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #17233d;
}

.gov-data-cap-card-desc {
    font-size: 15px;
    color: #66707f;
    line-height: 1.85;
    margin-top: 14px;
    text-align: justify;
}

/* ============ 应用成效 ============ */
.gov-data-effects {
    background: #f5f8fc;
}

.gov-data-effect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gov-data-effect-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: 32px 30px;
}

.gov-data-effect-card > img {
    width: 54px;
    height: 54px;
}

.gov-data-effect-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #17233d;
    margin-top: 22px;
}

.gov-data-effect-card-desc {
    font-size: 15px;
    color: #66707f;
    line-height: 1.85;
    margin-top: 12px;
    text-align: justify;
}

/* ============ 样版案例 ============ */
.gov-data-case {
    background: #fff;
}

.gov-data-case-panel {
    border: 1px solid #eceff5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23, 58, 110, 0.05);
    padding: 46px 50px 50px;
}

.gov-data-case-panel > h3 {
    font-size: 27px;
    font-weight: bold;
    color: #17233d;
    margin-bottom: 22px;
}

.gov-data-case-intro {
    font-size: 16px;
    color: #747C85;
    line-height: 1.95;
    text-align: justify;
}

.gov-data-case-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #17233d;
    margin: 30px 0 12px;
}

.gov-data-case-tags-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.gov-data-case-tags-wrap .gov-data-case-tags-label {
    font-size: 20px;
    font-weight: bold;
    color: #17233d;
    margin-right: 6px;
}

.gov-data-case-tags-wrap li {
    border: 1px solid #bfd3f5;
    background: #fbfdff;
    border-radius: 6px;
    padding: 5px 16px;
    font-size: 14px;
    color: #3b5f96;
}

.gov-data-case-outcome-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.gov-data-case-outcome-card {
    background: #fff;
    border: 1px solid #dbe7fa;
    border-left: 4px solid #1868f2;
    border-radius: 10px;
    padding: 24px 28px;
}

.gov-data-case-outcome-card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1868f2;
}

.gov-data-case-outcome-card p {
    font-size: 15px;
    color: #55606e;
    line-height: 1.85;
    margin-top: 10px;
    text-align: justify;
}

/* ============ 常见问题 ============ */
.gov-data-faq {
    background: #edf1f8;
}

.gov-data-faq-list li {
    background: #fff;
    border-radius: 14px;
    padding: 28px 34px;
    box-shadow: 0 6px 18px rgba(23, 58, 110, 0.04);
    margin-bottom: 22px;
}

.gov-data-faq-list li:last-child {
    margin-bottom: 0;
}

.gov-data-faq-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 21px;
    font-weight: bold;
    color: #17233d;
    line-height: 1.5;
}

.gov-data-faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
    font-size: 15px;
    color: #66707f;
    line-height: 1.9;
    text-align: justify;
}

.gov-data-faq-question img,
.gov-data-faq-answer img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ============ 悬停动效 ============ */

/* 痛点卡片：上浮 + 阴影加深 + 左侧蓝色描边条淡入 */
.gov-data-pain-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gov-data-pain-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #1868f2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gov-data-pain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(29, 55, 109, 0.14);
    border-color: rgba(24, 104, 242, 0.2);
}

.gov-data-pain-card:hover::before {
    opacity: 1;
}

/* 场景配图：悬停轻微放大 */
.gov-data-scene-media img,
.gov-data-scene-media-frame img {
    transition: transform 0.3s ease;
}

.gov-data-scene-media:hover img,
.gov-data-scene-media-frame:hover img {
    transform: scale(1.02);
}

/* 平台能力卡片：图标轻微放大（上浮阴影已有基础样式） */
.gov-data-cap-card-header img {
    transition: transform 0.3s ease;
}

.gov-data-cap-card:hover .gov-data-cap-card-header img {
    transform: scale(1.1);
}

/* 成效卡片：上浮 + 阴影加深 + 图标轻微放大 */
.gov-data-effect-card {
    transition: all 0.3s ease;
}

.gov-data-effect-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(29, 55, 109, 0.12);
    border-color: rgba(24, 104, 242, 0.28);
}

.gov-data-effect-card > img {
    transition: transform 0.3s ease;
}

.gov-data-effect-card:hover > img {
    transform: scale(1.1);
}

/* 案例成效卡片：上浮 + 阴影加深 */
.gov-data-case-outcome-card {
    transition: all 0.3s ease;
}

.gov-data-case-outcome-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(29, 55, 109, 0.12);
}

/* 常见问题条目：阴影加深 */
.gov-data-faq-list li {
    transition: all 0.3s ease;
}

.gov-data-faq-list li:hover {
    box-shadow: 0 12px 28px rgba(23, 58, 110, 0.1);
}

/* 各类标签：轻微上浮 + 蓝色高亮 */
.gov-data-hero-pills li,
.gov-data-case-tags-wrap li {
    transition: all 0.3s ease;
}

.gov-data-hero-pills li:hover,
.gov-data-case-tags-wrap li:hover {
    transform: translateY(-2px);
    color: #1868f2;
    border-color: #91caff;
    background: #f0f7ff;
}

/* 系统减弱动效偏好时不做位移过渡 */
@media (prefers-reduced-motion: reduce) {
    .gov-data-page *,
    .gov-data-page *::before,
    .gov-data-page *::after {
        transition: none !important;
    }
}
