﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
showcase-title
body {
    font-family: 'Noto Sans SC', sans-serif;
    background: #fff;
    color: #1a1a1a;
    line-height: 1.8;
}

/* 全屏Hero - 震撼大图背景 */
.hero-full {
    height: 650px;
    position: relative;
    background: linear-gradient(135deg, rgba(139,92,246,0.88), rgba(124,58,237,0.82), rgba(109,40,217,0.85)), url('images/01.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

    .hero-full::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

.hero-content {
    text-align: center;
    color: white;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 30px rgba(0,0,0,0.3);
    letter-spacing: -2px;
}

    .hero-title span {
        background: linear-gradient(135deg, #E9D5FF, #C4B5FD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    margin-bottom: 1rem;
    font-weight: 300;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-desc {
    font-size: 1.1rem;
    opacity: 0.85;
    margin-bottom: 3rem;
}

.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}

.hero-stat {
    text-align: center;
}

.hero-stat-num {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #ffffff, #E9D5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 0.5rem;
}

.hero-cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #7C3AED;
    padding: 1.1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

    .hero-cta-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: white;
    padding: 1.1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s;
    cursor:pointer;
}

    .hero-cta-secondary:hover {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.5);
    }

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    opacity: 0.7;
    font-size: 0.85rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* 战略条 - 浮动在hero下方 */
.strategy-float {
    max-width: 1000px;
    margin: -40px auto 0;
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 20px 50px rgba(139,92,246,0.3);
}

.strategy-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.strategy-content {
    color: white;
    flex: 1;
}

.strategy-title {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 0.25rem;
}

.strategy-text {
    font-size: 1rem;
}

    .strategy-text strong {
        color: #E9D5FF;
    }

/* 数字展示 - 全宽背景 */
.numbers-section {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #F5F3FF, #fff);
}

.numbers-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.number-card {
    text-align: center;
    padding: 2rem;
    position: relative;
}

    .number-card::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 60px;
        background: linear-gradient(180deg, transparent, #C4B5FD, transparent);
    }

    .number-card:last-child::after {
        display: none;
    }

.number-value {
    font-size: 3.5rem;
    font-weight: 900;
    color: #7C3AED;
    line-height: 1;
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.number-label {
    font-size: 1rem;
    color: #78716c;
    margin-top: 0.75rem;
    font-weight: 500;
}

/* 战略板块 - 全宽展示 */
.strategy-showcase {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: white;
}

.strategy-showcase-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.showcase-content {
}

.showcase-title {
    font-size: 2.0rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.showcase-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.9;
    margin-bottom: 2rem;
}

.showcase-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.showcase-feature {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.showcase-feature-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.showcase-feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.showcase-feature-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
}

.showcase-visual {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

    .showcase-visual::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    }

.visual-header {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}

.visual-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    position: relative;
}

.visual-stat-card {
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
}

.visual-stat-num {
    font-size: 2.5rem;
    font-weight: 900;
}

.visual-stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 0.25rem;
}

/* 全国地位 - 成就展示 */
.achievement-section {
    padding: 5rem 2rem;
    background: white;
}

.achievement-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.achievement-card {
    background: linear-gradient(145deg, #F5F3FF, #fff);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #DDD6FE;
    text-align: center;
    transition: all 0.3s;
}

    .achievement-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(139,92,246,0.15);
    }

.achievement-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.achievement-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.achievement-desc {
    font-size: 0.95rem;
    color: #57534e;
    line-height: 1.7;
}

.achievement-highlight {
    font-size: 1.8rem;
    font-weight: 800;
    color: #7C3AED;
    margin-top: 1rem;
}

/* 发展里程碑 - 卡片式 */
.milestone-section {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #F5F3FF, #fff);
}

.milestone-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.milestone-card {
    background: white;
    border-radius: 20px;
    padding: 1.8rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #DDD6FE;
    position: relative;
    overflow: hidden;
}

    .milestone-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #8B5CF6, #7C3AED);
    }

.milestone-year {
    font-size: 0.9rem;
    color: #7C3AED;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.milestone-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.milestone-desc {
    font-size: 0.9rem;
    color: #57534e;
    line-height: 1.6;
}

/* 分栏内容区 - 产业链全景 */
.split-section {
    display: flex;
    min-height: 500px;
    align-items: center;
    background: linear-gradient(135deg, #fafafa, #fff);

}

.split-left {
    flex: 1.2;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-right {
    flex: 0.8;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .split-right img {
        width: 100%;
        max-width: 400px;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(139,92,246,0.15);
    }

.split-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.split-text {
    color: #57534e;
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.chain-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.chain-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #DDD6FE;
    transition: all 0.3s;
}

    .chain-item:hover {
        transform: translateX(5px);
        border-color: #8B5CF6;
        box-shadow: 0 4px 15px rgba(139,92,246,0.1);
    }

.chain-icon {
    font-size: 1.5rem;
}

.chain-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.chain-desc {
    font-size: 0.8rem;
    color: #78716c;
}

.split-stats {
    display: flex;
    gap: 2.5rem;
}

.split-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #7C3AED;
}

.split-stat-label {
    font-size: 0.85rem;
    color: #a8a29e;
}

/* 产业卡片 - 倾斜网格 */
.industries-section {
    padding: 5rem 2rem;
    background: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.section-desc {
    font-size: 1.1rem;
    color: #78716c;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.industries-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.industry-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.4s;
}

    .industry-card:hover {
        transform: translateY(-10px) rotate(1deg);
        box-shadow: 0 20px 60px rgba(139,92,246,0.2);
    }

    .industry-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.industry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 2rem 1.5rem 1.5rem;
}

.industry-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.industry-desc {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
}

/* 区域分布 - 卡片网格样式 */
.regions-section {
    padding: 5rem 2rem;
    background: linear-gradient(180deg, #F5F3FF, #fff);
}

.regions-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.region-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(139,92,246,0.1);
    border: 1px solid #DDD6FE;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor:pointer;
}

    .region-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(139,92,246,0.2);
    }

    .region-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #8B5CF6, #C4B5FD);
    }

.region-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.region-stats {
    display: flex;
    gap: 5.5rem;
    margin-bottom: 1rem;
}

.region-stat {
    text-align: center;
}

.region-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #7C3AED;
}

.region-stat-label {
    font-size: 0.8rem;
    color: #78716c;
}

.region-bar {
    height: 8px;
    background: #F5F3FF;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem;
}

.region-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #8B5CF6, #C4B5FD);
    border-radius: 4px;
}

.region-percent {
    text-align: right;
    font-size: 1.1rem;
    font-weight: 700;
    color: #7C3AED;
    margin-top: 0.5rem;
}

/* 岗位 - 列表卡片 */
.jobs-section {
    padding: 5rem 2rem;
    background: #fff;
}

.jobs-list {
    max-width: 900px;
    margin: 0 auto;
}

.job-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

    .job-item:hover {
        background: #F5F3FF;
        border-color: #C4B5FD;
        transform: translateX(10px);
    }

.job-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #DDD6FE, #C4B5FD);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.job-info {
    flex: 1;
}

.job-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.job-company {
    font-size: 0.9rem;
    color: #78716c;
}

.job-count {
    background: #7C3AED;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

/* CTA - 渐变背景 */
.cta-section {
    padding: 5rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 50%, #6D28D9 100%);
    color: white;
}

.cta-title {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
}

.cta-btn {
    display: inline-block;
    background: white;
    color: #7C3AED;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

    .cta-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }

/* 页脚 */
.footer {
    background: #1a1a1a;
    color: #a8a29e;
    padding: 3rem 2rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }

    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .number-card::after {
        display: none;
    }

    .split-section {
        flex-direction: column;
    }

    .split-right {
        padding: 2rem;
    }

        .split-right img {
            max-width: 300px;
        }

    .chain-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .regions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .strategy-showcase-grid {
        grid-template-columns: 1fr;
    }

    .achievement-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .milestone-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-features {
        grid-template-columns: repeat(2, 1fr);
    }
}
.box1 {
    width: 1300px;
    margin: auto;
    display:flex;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .numbers-grid {
        grid-template-columns: 1fr;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .job-item {
        flex-direction: column;
        text-align: center;
    }

    .achievement-grid {
        grid-template-columns: 1fr;
    }

    .milestone-grid {
        grid-template-columns: 1fr;
    }

    .showcase-features {
        grid-template-columns: 1fr;
    }

    .visual-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .box1 {
        display: unset;
    }
}
/* ============================================================
     弹窗 Modal 样式
     ============================================================ */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeOverlay .25s ease
}

    .modal-overlay.active {
        display: flex
    }

@keyframes fadeOverlay {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal-box {
    background: #fff;
    border-radius: 24px;
    max-width: 680px;
    width: 100%;
    max-height: 68vh;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    animation: slideUp .3s cubic-bezier(.34,1.56,.64,1);
}

    /* 针对弹窗容器的滚动条样式（替换成你的弹窗容器类名） */
    .modal-box::-webkit-scrollbar {
        width: 1px; /* 滚动条宽度，调小即可变细 */
        border-radius: 10px;
    }

    .modal-box::-webkit-scrollbar-track {
        background: transparent; /* 滚动条轨道背景透明 */
    }

    .modal-box::-webkit-scrollbar-thumb {
        background: #ccc; /* 滚动条滑块颜色 */
        border-radius: 10px; /* 滑块圆角 */
    }

        .modal-box::-webkit-scrollbar-thumb:hover {
            background: #aaa; /* 鼠标悬浮时滑块颜色 */
        }

@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.modal-header {
    background: linear-gradient(135deg,#FF6B6B,#FF9B71);
    border-radius: 24px 24px 0 0;
    padding: 28px 32px 24px;
    position: relative;
    color: #fff
}

    .modal-header h3 {
        font-family: 'Nunito',sans-serif;
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 6px;
        line-height: 1.3
    }

    .modal-header p {
        font-size: .9rem;
        opacity: .85
    }

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    line-height: 1
}

    .modal-close:hover {
        background: rgba(255,255,255,0.4)
    }

.modal-body {
    padding: 28px 32px 32px;
    overflow-y: auto;
    height: 320px;
    font-size:16px;
}

    .modal-body p {
        font-size: .95rem;
        color: #555;
        line-height: 1.9;
        margin-bottom: 14px
    }

        .modal-body p:last-child {
            margin-bottom: 0
        }

    .modal-body strong {
        color: #2D2D2D
    }

.modal-stat-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin: 20px 0;
}

.modal-stat {
    background: linear-gradient(135deg,#FFF0E6,#FFE8E8);
    border-radius: 14px;
    padding: 16px;
    text-align: center
}

.modal-stat-num {
    font-family: 'Nunito',sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #FF6B6B;
    line-height: 1;
    margin-bottom: 4px
}

.modal-stat-label {
    font-size: .78rem;
    color: #888
}

.modal-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0
}

.modal-tag {
    background: #FFF0E6;
    color: #FF6B6B;
    border: 1.5px solid #FFD0C0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600
}

.modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 16px 32px;
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.modal-btn-primary {
    background: #FF6B6B;
    color: #fff;
    padding: 11px 28px;
    border-radius: 50px;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 4px 15px rgba(255,107,107,0.35);
    border: none;
    cursor: pointer;
    font-family: 'Noto Sans SC',sans-serif
}

    .modal-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255,107,107,0.45)
    }

.modal-btn-ghost {
    background: #f5f5f5;
    color: #666;
    padding: 11px 22px;
    border-radius: 50px;
    font-size: .95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background .2s;
    font-family: 'Noto Sans SC',sans-serif
}

    .modal-btn-ghost:hover {
        background: #eee
    }

@media(max-width:600px) {
    .modal-header {
        padding: 22px 20px 18px
    }

    .modal-body {
        padding: 20px 20px 24px
    }

    .modal-footer {
        padding: 14px 20px
    }

    .modal-stat-row {
        grid-template-columns: repeat(3,1fr);
        gap: 8px
    }

    .modal-stat-num {
        font-size: 1.4rem
    }

    .modal-header h3 {
        font-size: 1.3rem
    }
}

a {
    text-decoration: unset;
}