@charset "utf-8";
/* CSS Document - bid_support edu (v3.0 additions) */
.box_body_center { width: 100%; padding:20px 45px; box-sizing: border-box; max-width: 1200px; margin: 0 auto; }
.edu_wrap { width: 100%; box-sizing: border-box; }

/* ===== Hero ===== */
.edu_hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 24px 0;
    padding: 26px 30px;
    background: linear-gradient(135deg, #0f2a5b 0%, #1a4ea3 60%, #12c3f3 100%);
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 42, 91, 0.18);
}
.edu_hero_text { flex: 1; }
.edu_hero_sub {
    margin: 0 0 6px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}
.edu_hero_title {
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.5px;
    border: none;
    float: none;
    padding: 0;
    width: auto;
}
.edu_hero_title strong { color: #ffffff; font-weight: 700; }
.edu_hero_desc {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}
.edu_hero_phone {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}
.edu_hero_phone i {
    font-size: 22px;
    color: #ffffff;
}
.edu_hero_phone span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.2px;
}
.edu_hero_phone strong {
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* ===== 2-Column Layout ===== */
.edu_columns {
    display: flex;
    gap: 20px;
    margin: 0 0 20px 0;
}
.edu_col_left { flex: 1 1 58%; min-width: 0; }
.edu_col_right { flex: 1 1 38%; min-width: 0; }

/* ===== Card ===== */
.edu_card {
    margin-bottom: 18px;
    background: #ffffff;
    border: 1px solid #e1eaf5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 42, 91, 0.04);
    overflow: hidden;
}
.edu_card_head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #f5f9fe 0%, #eaf1fb 100%);
    border-bottom: 1px solid #e1eaf5;
}
.edu_card_head i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a4ea3 0%, #12c3f3 100%);
    color: #ffffff;
    font-size: 12px;
}
.edu_card_head h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #0f2a5b;
    border: none;
    float: none;
    width: auto;
    padding: 0;
    letter-spacing: -0.2px;
}
.edu_card_head .edu_card_sub {
    margin-left: auto;
    font-size: 12px;
    color: #6b7280;
}

/* ===== Form Table ===== */
.edu_form_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}
.edu_form_table th {
    padding: 12px 14px;
    background: #fafbfd;
    color: #2a3242;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #eef1f6;
    border-right: 1px solid #eef1f6;
    letter-spacing: -0.2px;
}
.edu_form_table td {
    padding: 10px 14px;
    border-bottom: 1px solid #eef1f6;
    background: #ffffff;
}
.edu_form_table tr:last-child th,
.edu_form_table tr:last-child td { border-bottom: none; }
.edu_form_table input[type=text],
.edu_form_table select,
.edu_form_table textarea {
    padding: 7px 10px;
    border: 1px solid #d8dfe8;
    border-radius: 5px;
    font-size: 13px;
    color: #2a3242;
    background: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.edu_form_table input[type=text]:focus,
.edu_form_table select:focus,
.edu_form_table textarea:focus {
    border-color: #12c3f3;
    box-shadow: 0 0 0 3px rgba(18, 195, 243, 0.15);
    outline: none;
}
.edu_form_table textarea { min-height: 60px; resize: vertical; }
.edu_form_table .form_hint {
    margin-left: 6px;
    font-size: 12px;
    color: #6b7280;
}

/* ===== Survey Checklist ===== */
.edu_check_list {
    list-style: none;
    margin: 0;
    padding: 14px 18px 16px;
}
.edu_check_list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eef1f6;
}
.edu_check_list li:last-child { border-bottom: none; }
.edu_check_list label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #2a3242;
    cursor: pointer;
    line-height: 1.5;
}
.edu_check_list input[type=checkbox] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: #1a4ea3;
    cursor: pointer;
}

/* ===== Info Card (right column) ===== */
.edu_info_card {
    position: relative;
    margin-bottom: 16px;
    padding: 18px 20px 18px 22px;
    background: #ffffff;
    border: 1px solid #e1eaf5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 42, 91, 0.04);
}
.edu_info_card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(180deg, #12c3f3 0%, #1a4ea3 100%);
}
.edu_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eaf1fb 0%, #d6e6f7 100%);
    color: #1a4ea3;
    font-size: 16px;
}
.edu_info_card h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #0f2a5b;
    border: none;
    float: none;
    width: auto;
    padding: 0;
    letter-spacing: -0.2px;
}
.edu_info_card p {
    margin: 0;
    font-size: 12.5px;
    color: #4a5568;
    line-height: 1.65;
}
.edu_info_card p strong { color: #1a4ea3; }

.edu_step_list {
    counter-reset: edu_step;
    margin: 0;
    padding: 0;
    list-style: none;
}
.edu_step_list li {
    position: relative;
    padding: 6px 0 6px 32px;
    font-size: 12.5px;
    color: #4a5568;
    counter-increment: edu_step;
    line-height: 1.6;
}
.edu_step_list li:before {
    content: counter(edu_step);
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #eaf1fb;
    color: #1a4ea3;
    font-size: 11px;
    font-weight: 700;
}

.edu_price_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px 14px;
    margin: 0 0 10px 0;
    padding: 12px 14px;
    background: #f7faff;
    border-radius: 6px;
    font-size: 12.5px;
}
.edu_price_list dt {
    width: 70px;
    color: #1a4ea3;
    font-weight: 600;
}
.edu_price_list dd {
    flex: 1 1 calc(100% - 86px);
    margin: 0;
    color: #2a3242;
    line-height: 1.7;
}
.edu_price_list dd strong { color: #0f2a5b; font-weight: 600; }
.edu_price_list .vat { color: #6b7280; font-size: 11px; }

.edu_warn {
    margin: 10px 0 0 0 !important;
    padding: 10px 12px;
    background: #fff8f8;
    border: 1px solid #f5d4d4;
    border-radius: 6px;
    color: #DC2626 !important;
    font-size: 12px !important;
    font-weight: 500;
}
.edu_warn i { margin-right: 6px; }

/* ===== Privacy ===== */
.edu_privacy {
    margin: 18px 0;
    padding: 16px 20px;
    background: #fafbfd;
    border: 1px solid #e1eaf5;
    border-radius: 8px;
    text-align: center;
}
.edu_privacy_text {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6;
}
.edu_privacy_check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #2a3242;
    cursor: pointer;
}
.edu_privacy_check input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: #1a4ea3;
}

/* ===== Submit Button ===== */
.edu_submit {
    margin: 22px 0 6px;
    text-align: center;
}
.edu_submit .edu_btn_submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 48px !important;
    background: linear-gradient(135deg, #1a4ea3 0%, #12c3f3 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    box-shadow: 0 6px 18px rgba(26, 78, 163, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.edu_submit .edu_btn_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 78, 163, 0.35);
}
.edu_submit .edu_btn_submit i { font-size: 14px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .edu_hero { flex-direction: column; align-items: flex-start; }
    .edu_columns { flex-direction: column; }
}
