

#project_intro {
    position: relative;
    margin-top: -32rem; /* 负边距使其向上移动，与 blank_span 的高度相同 */
}

.intro_bg{
    position: relative;
    background: url('/v2/img/event_singapore/intro.png') center/cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem;
}

/* Advantage Section Styles */
.advantage-section {
    padding: 30px 20px;
    background-color: #f5f5f5;
}

.advantage-header {
    text-align: center;
    margin-bottom: 30px;
}

.advantage-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.advantage-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin: 0;
}

.advantage-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.advantage-card-item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: white; */
}

.advantage-card-img {
    width: 100%;
    height: auto;
    display: block;
}

.advantage-card-desc {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin: 5px;
        font-weight: 700;
}

.blank_span{
    height: 24rem;
}
.card-content {
            padding: 24px 20px 20px;
        }

        .title-section {
            margin-top: 10rem;
        }

        .title-main {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 4px;
            letter-spacing: -0.5px;
        }

        .title-sub {
            font-size: 24px;
            font-weight: 600;
            color: #c41e3a;
            font-style: italic;
        }

        .description {
            font-size: 15px;
            line-height: 1.8;
            color: #4a4a4a;
            margin-bottom: 24px;
            text-align: justify;
        }

        .cta-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 16px 24px;
            background: #c41e3a;
            color: #ffffff;
            border: none;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .cta-button:hover {
            background: #a31830;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
        }

        .cta-button svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .cta-button:hover svg {
            transform: translate(3px, -3px);
        }

/* Application Section Styles */
.application-section {
    background: url('/v2/img/event_singapore/applibg.png') center/cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 40px 0;
}

.application-header {
    background: linear-gradient(135deg, #c41e3a 0%, #d32f47 100%);
    padding: 20px 30px;
    border-radius: 0 0 0 80px;
    margin-bottom: 30px;
}

.application-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.application-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0.95;
}

.application-requirements {
    padding: 10px 25px;
    margin-bottom: 40px;
}

.requirements-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-top: 70px;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 12px;
    padding-left: 0;
}

.requirements-note {
    font-size: 13px;
    color: #999999;
    display: inline-block;
    margin-top: 4px;
}

.application-process {
    padding: 0 25px;
}

.process-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.process-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Targeted Group Section Styles */
.targeted-group-section {
    padding: 40px 20px 40px 30px;
    background-color: white;
}

.targeted-group-header {
    text-align: center;
    margin-bottom: 40px;
}

.targeted-group-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.targeted-group-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin: 0;
}

.targeted-group-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    max-width: 500px;
    margin: 0 auto;
}

.targeted-group-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.targeted-group-avatar {
    width: 120px;
    height: 120px;
    border-radius: 0;
    object-fit: cover;
    margin-bottom: 15px;
    padding: 8px;
    box-sizing: border-box;
}

.targeted-group-label {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.submit-btn{
    background-image: linear-gradient(194deg, #911212 0, #911212 100%);
}