/* 定义字体 */
@font-face {
    font-family: 'inter';
    src: url('/static/index/fonts/Inter-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter-bold';
    src: url('/static/index/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.content-container {
    flex: 1;
    width: 100%;
    background-size: cover;
    /*background: black;*/
    color: #1f2d3d;
    /*max-width: 700px;*/
    font-family: 'inter', sans-serif;
    font-size: 11px;
    background-image: url("/static/index/images/bg.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-container  {
    justify-content: flex-start;
}

.success-container .success-msg {
    margin-top: 100px;
    color: #80074a;
    padding: 50px 30px;
    background-color: white;
    font-size: 1.2rem;
    font-family: 'inter-bold', sans-serif;
}

.form-tips {
    color: white;
    text-align: center;
}

.form-tips p {
    margin-bottom: 0;
}

.alert {
    width: 100%;
    text-align: center;
}

.content-container .container {
    padding: 0 30px;
    margin-bottom: 20px;
}

.logo {
    height: auto;
    width: 100%;
    display: inline-block;
}

.main-footer {
    height: auto;
    position: relative;
    bottom: 0;
    width: 100%;
}

.agenda {
    height: auto;
    width: 96%;
}

.thanks {
    height: auto;
    width: 96%;
}

.indexFormWrap {
    background-color: white;
    margin-top: 10px;
    padding: 10px;
}

.indexForm {

}

.indexForm label {
    /*padding-top: 1rem;*/
}

.indexForm input {
    width: 100%;
    height: 2rem;
    text-indent: 8px;
    outline: none;
    /*border: none !important;*/
    border: 2px solid #1f2d3d !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #1f2d3d !important;
}

.indexForm textarea {
    width: 100%;
    /*height: 2rem;*/
    text-indent: 8px;
    outline: none;
    /*border: none !important;*/
    border: 2px solid #1f2d3d !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #1f2d3d !important;
}

.indexForm select {
    width: 100%;
    height: 2rem;
    text-indent: 8px;
    outline: none;
    /*border: none !important;*/
    border: 2px solid #1f2d3d !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #1f2d3d !important;
}

.indexForm select option {
    background: white;
}

.indexForm .radio {
    width: 1rem !important;
    height: 1rem !important;
}

.indexForm .radio-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.indexForm .radio-item label {
    margin-left: 0.5rem;
}

.btn-submit {
    background: #0051ff;
    height: 2.5rem;
    font-family: 'inter-bold', sans-serif;
    font-size: 1.2rem;
    color: white;
    border-radius: 1.3rem;
    border: none;
    cursor: pointer;
    padding: 0 2rem;
}

.tip {
    font-size: 0.75rem;
    /*font-style: italic;*/
}

.small-tip {
    font-size: 0.7rem;
    color: grey;
}

.required::after {
    content: "*";
    color: red;
    font-weight: bold;
}

.thanks-footer {
    position: absolute;
    bottom: 0;
}

.radio-answer {
    font-size: 0.8rem;
}

.sessions-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.session-item {
    width: 100% !important;
    flex: none !important;
}

.radio-wrap {
    /*border-bottom: 1px dotted grey;*/
    /*padding-bottom: 1rem;*/
}

/* Group Activities page styles */
.group-activities-container {
    background-color: #80074a;
    background-image: none;
    padding: 20px 16px 40px;
    justify-content: flex-start;
}

.group-activities-header {
    text-align: center;
    margin-bottom: 20px;
}

.group-activities-title {
    color: white;
    font-family: 'inter-bold', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.group-activities-subtitle {
    color: white;
    font-size: 1rem;
    margin-bottom: 0;
}

.group-activities-card {
    background-color: white;
    border-radius: 12px;
    padding: 24px 20px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.ga-label {
    display: block;
    font-size: 0.9rem;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.ga-label + input {
    width: 100%;
    height: 2.5rem;
    text-indent: 12px;
    outline: none;
    border: 2px solid #1f2d3d !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #1f2d3d !important;
    font-size: 1rem;
}

.activity-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    gap: 16px;
}

.activity-item:last-of-type {
    border-bottom: none;
}

.activity-info {
    flex: 1;
}

.activity-title {
    font-family: 'inter-bold', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 4px;
}

.activity-recommend {
    display: inline-block;
    background: #ff4757;
    color: white;
    font-size: 0.5rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.activity-time {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 6px;
}

.activity-note {
    font-size: 0.85rem;
    color: #555;
}

.activity-desc {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 6px;
    line-height: 1.5;
}

.activity-checkbox {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-top: 4px;
}

.ga-checkbox {
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    accent-color: #1f2d3d;
}

.ga-footer {
    margin-top: 20px;
    padding-top: 16px;
}

.ga-thankyou {
    color: #0051ff;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.ga-contact {
    color: #0051ff;
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.ga-submit-wrap {
    margin-top: 30px;
    text-align: left;
}

.ga-btn-submit {
    background: #0051ff;
    height: 2.8rem;
    font-family: 'inter-bold', sans-serif;
    font-size: 1.1rem;
    color: white;
    border-radius: 1.4rem;
    border: none;
    cursor: pointer;
    padding: 0 2rem;
}

@media (min-width: 700px) {
    .main-container {
    }

    .alert {
        width: 60%;
    }

    .content-container {
        font-size: 16px;
        background-image: url("/static/index/images/pc/bg.png");
    }

    .content-container .container {
        max-width: 55%;
        min-height: 600px;
    }

    .success-container .success-msg {
        margin-top: 300px;
        padding: 30px 200px;
        font-size: 1.2rem;
        font-family: 'inter-bold', sans-serif;
    }

    .indexFormWrap {
        padding: 30px;
    }

    .indexForm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
    }

    .form-tips {
        margin-top: 10px;
        text-align: center;
    }

    .radio-answer {
        display: flex;
        flex: auto;
        align-items: center;
        justify-content: center;
    }

    .radio-item {
        flex: auto;
    }

    .agenda {
        height: auto;
        width: 50%;
    }

    .thanks {
        height: auto;
        width: 50%;
    }

    .logo {
        width: 100%;
    }

    .main-footer {
        width: 100%;
    }

    .group-activities-container {
        padding: 30px 16px 60px;
    }

    .group-activities-title {
        font-size: 2rem;
    }

    .group-activities-subtitle {
        font-size: 1.1rem;
    }

    .group-activities-card {
        padding: 32px 28px;
    }

    .activity-title {
        font-size: 1.05rem;
    }

    .activity-time,
    .activity-note,
    .activity-desc {
        font-size: 0.9rem;
    }

    .ga-thankyou,
    .ga-contact {
        font-size: 1rem;
    }
}


