/* 아쿠아쏙 서비스 오픈 안내 - 스타일 강제 적용 버전 */
.aq-notice-wrap {
    font-family: 'Pretendard', -apple-system, 'Malgun Gothic', sans-serif !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 20px auto !important;
    color: #334155 !important;
    line-height: 1.7 !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    text-align: left !important; /* 게시판 중앙정렬 간섭 방지 */
}

/* 상단 이미지 */
.aq-main-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 상단 헤더 */
.aq-notice-header {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%) !important;
    padding: 50px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
    border: none !important;
}

.aq-notice-header h1 {
    margin: 0 !important;
    font-size: clamp(22px, 4vw, 32px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
}

/* 본문 영역 */
.aq-notice-body { padding: 40px 30px !important; }

.aq-intro-box {
    background-color: #f0f7ff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    border-left: 6px solid #0077B6 !important;
}

.aq-intro-box h2 {
    color: #0077B6 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}

/* 기능 리스트 */
.aq-feature-item {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid #f1f5f9 !important;
    display: block !important;
}

.aq-feature-tag {
    display: inline-block !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.tag-ai { background: #e0f2fe !important; color: #0369a1 !important; }
.tag-global { background: #dcfce7 !important; color: #15803d !important; }
.tag-buddy { background: #fef3c7 !important; color: #b45309 !important; }

/* 버튼 */
.aq-btn-center { text-align: center !important; margin: 40px 0 !important; }

.aq-manual-btn {
    display: inline-block !important;
    background: #0077B6 !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.2) !important;
}

/* 정책 안내 */
.aq-policy-section {
    background: #f8fafc !important;
    border-radius: 20px !important;
    padding: 25px !important;
    font-size: 14px !important;
}

.aq-policy-title {
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.aq-closing {
    text-align: center !important;
    padding: 30px !important;
    border-top: 1px solid #f1f5f9 !important;
    margin-top: 40px !important;
}












/* 아쿠아쏙 챌린지 이벤트 통합 스타일 */
.aq-event-wrap {
    font-family: 'Pretendard', -apple-system, sans-serif;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    color: #1d3557;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.aq-main-banner {
    background: linear-gradient(135deg, #0077B6 0%, #00B4D8 100%);
    padding: 60px 20px;
    text-align: center;
    color: #ffffff;
}

.aq-banner-sub {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.9;
}

.aq-banner-title {
    margin: 0;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
    line-height: 1.3;
}

.aq-content-body {
    padding: 40px 25px;
}

.aq-section-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0077B6;
    margin: 40px 0 25px 0;
}

.aq-reward-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.aq-reward-card {
    flex: 1;
    min-width: 280px;
    border: 2px solid #f0f4f8;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    background: #ffffff;
}

.aq-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.badge-ko { background: #fee2e2; color: #ef4444; }
.badge-global { background: #dcfce7; color: #16a34a; }

.aq-reward-list strong {
    display: block;
    font-size: 18px;
    color: #334155;
    margin-bottom: 5px;
}

.aq-step-box {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.aq-step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.aq-step-num {
    background: #0077B6;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;    justify-content: center;
    margin-right: 15px;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* 인스타 가이드 스타일 */
.aq-insta-guide {
    background: #fff5f8;
    border: 1px solid #ffdde5;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 45px;
}

.aq-insta-tag-box {
    background: #ffffff;
    border: 1px dashed #ffb8c6;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
    font-family: monospace;
    font-size: 14px;
    color: #e1306c;
    word-break: break-all;
}

.aq-score-box {
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.aq-score-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.aq-score-item {
    background: #f1f5f9;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    max-width: 320px;
}

.aq-btn-container {
    text-align: center;
    margin: 40px 0;
}

.aq-cta-btn {
    display: inline-block;
    background: #1d3557;
    color: #ffffff !important;
    padding: 20px 60px;
    border-radius: 15px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(29,53,87,0.3);
}

.aq-cta-btn:hover {
    background: #0077B6;
    transform: translateY(-2px);
}

.aq-youtube-btn {
    display: inline-flex;
    align-items: center;
    background: #FF0000;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}

.aq-footer-box {
    margin-bottom: 25px;
    padding: 25px 20px;
    background: #f1f5f9;
    border-radius: 15px;
    text-align: center;
}

.aq-footer-info {
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}



/*SGI 메인 공지사항*/
.as-container { max-width: 850px; margin: 40px auto; font-family: 'Pretendard', -apple-system, sans-serif; color: #334155; line-height: 1.7; word-break: keep-all; }
.as-card { background: #ffffff; border-radius: 30px; border: 1px solid #f1f5f9; box-shadow: 0 20px 50px rgba(55, 78, 160, 0.1); overflow: hidden; margin-bottom: 40px; }
.as-header { background: linear-gradient(135deg, #374EA0 0%, #1e293b 100%); padding: 60px 20px; text-align: center; color: #fff; }
.as-badge { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,0.2); border-radius: 100px; font-size: 12px; font-weight: 800; letter-spacing: 1px; margin-bottom: 20px; }
.as-title { font-size: 28px; font-weight: 900; margin: 0; line-height: 1.4; }
.as-content { padding: 40px; }
.as-intro { font-size: 18px; text-align: center; color: #64748b; margin-bottom: 50px; }
.as-intro b { color: #374EA0; font-weight: 800; }
.as-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 50px; }
.as-item-card { background: #f8fafc; padding: 25px; border-radius: 20px; border: 1px solid #f1f5f9; transition: 0.3s; }
.as-item-card:hover { transform: translateY(-5px); border-color: #374EA0; }
.as-number { display: inline-block; width: 30px; height: 30px; background: #374EA0; color: #fff; border-radius: 8px; text-align: center; line-height: 30px; font-weight: 800; font-size: 14px; margin-bottom: 15px; }
.as-item-title { font-weight: 800; font-size: 16px; margin-bottom: 8px; color: #1e293b; display: block; }
.as-item-desc { font-size: 14px; color: #64748b; margin: 0; }
.as-section-title { font-size: 20px; font-weight: 900; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; }
.as-benefit-box { background: #eff6ff; border-radius: 25px; padding: 30px; border-left: 6px solid #374EA0; margin-bottom: 30px; }
.as-benefit-list { list-style: none; padding: 0; margin: 0; }
.as-benefit-list li { margin-bottom: 12px; font-weight: 600; display: flex; gap: 10px; font-size: 15px; }
.as-promise-box { background: #fff1f2; border-radius: 25px; padding: 30px; border-left: 6px solid #f43f5e; }
.as-apply-card { background: #f1f5f9; border-radius: 30px; padding: 40px; text-align: center; margin-top: 50px; }
.as-apply-btn-group { display: flex; justify-content: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.as-apply-btn { padding: 10px 20px; background: #fff; border-radius: 12px; font-size: 14px; font-weight: 800; color: #374EA0; border: 1px solid #e2e8f0; }

/* 공지사항 내의 모든 이미지 모서리를 30px만큼 둥글게 */
.as-container img {
    border-radius: 30px !important;
    overflow: hidden;
}

@media (max-width: 600px) {
    .as-grid { grid-template-columns: 1fr; }
    .as-title { font-size: 22px; }
    .as-content { padding: 25px; }
}



/* ============================================================
   AQUASSOK 프리다이빙 통합 스타일 시트 (최적화 버전)
   ============================================================ */

/* 1. 전체 컨테이너 및 기본 설정 */
.asfd-container {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    color: #1e293b;
    line-height: 1.8;
    word-break: keep-all;
    background-color: #fff;
    padding: 0 20px; /* 데스크탑 기본 여백 */
    text-align: center;
    box-sizing: border-box;
}

/* 2. 헤더 섹션 */
.asfd-main-header { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    margin-bottom: 50px !important;
    text-align: center !important;
}
.asfd-main-title { 
    font-size: 65px !important; 
    font-weight: 900 !important; 
    color: #1e1b4b !important; 
    margin: 0 0 20px 0 !important; 
    line-height: 1.1 !important;
    letter-spacing: -2px !important;
    display: block !important;
}
.asfd-title-bar { 
    width: 100px; 
    height: 7px; 
    background: linear-gradient(90deg, #4f46e5, #06b6d4); 
    border-radius: 10px; 
    margin: 0 auto 25px auto !important; 
}
.asfd-sub-title {
    font-size: clamp(20px, 3.5vw, 26px) !important;
    font-weight: 800 !important;
    color: #475569 !important;
    margin: 0 !important;
    display: block !important;
}

/* 3. 리스트 및 카드 공통 */
.asfd-diff-box { margin: 40px 0 60px 0; display: flex; flex-direction: column; align-items: center; }
.asfd-diff-ul { list-style: none; padding: 0; width: 100%; max-width: 550px; margin: 0 auto; }
.asfd-diff-li { 
    display: flex; align-items: center; gap: 20px; margin-bottom: 15px; background: #fff; 
    padding: 20px 30px; border-radius: 25px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
    border: 1px solid #f1f5f9; text-align: left;
}
.asfd-diff-circle { 
    background: #4f46e5; color: #fff; width: 32px; height: 32px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; font-size: 15px; 
}
.asfd-diff-txt { font-weight: 800; font-size: clamp(16px, 2.5vw, 19px); color: #1e1b4b; }

/* 4. 섹션별 특화 스타일 */
.asfd-intro-card { border-left: 12px solid #3b82f6; background: #f0f7ff; padding: 40px; border-radius: 0 35px 35px 0; margin-bottom: 40px; text-align: left; }
.asfd-mark { background: linear-gradient(to top, #fde047 45%, transparent 45%); font-weight: 900; }
.asfd-grid-worry { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.asfd-worry-card { background: #f1f5f9; padding: 22px; border-radius: 20px; display: flex; align-items: center; gap: 15px; font-weight: 700; font-size: 16px; color: #475569; text-align: left; }
.asfd-notice-box { background: #fff1f2; border: 2px dashed #fda4af; padding: 40px 30px; border-radius: 35px; text-align: center; margin-bottom: 60px; }
.asfd-notice-tag { color: #e11d48; font-weight: 900; font-size: 22px; display: block; margin-bottom: 12px; }

/* 5. 비디오 및 커리큘럼 */
.asfd-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 35px 0 65px; }
.asfd-video-item { aspect-ratio: 16/9; border-radius: 25px; overflow: hidden; box-shadow: 0 15px 30px rgba(0,0,0,0.12); background: #000; border: 1px solid #e2e8f0; }
.asfd-video-item iframe { width: 100%; height: 100%; border: none; }
.asfd-curri-card { background: #fff; border-radius: 30px; border: 1px solid #e2e8f0; overflow: hidden; margin-bottom: 60px; text-align: left; }
.asfd-curri-head { background: #1e1b4b; color: #fff; padding: 20px 30px; font-weight: 800; font-size: 20px; }
.asfd-target-list { padding: 30px; display: grid; gap: 12px; }
.asfd-target-item { background: #f8fafc; padding: 18px 25px; border-radius: 15px; font-weight: 700; color: #334155; }

/* 6. 테이블 및 시간표 */
.asfd-section-title { font-size: 24px !important; font-weight: 900 !important; margin-bottom: 25px !important; color: #1e1b4b !important; text-align: center; display: block; width: 100%; }
.asfd-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 20px; margin-bottom: 40px; }
.asfd-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.asfd-table th { background: #f8fafc; padding: 18px; font-size: 14px; color: #64748b; border-bottom: 1px solid #e2e8f0; text-align: center; }
.asfd-table td { padding: 20px 18px; border-bottom: 1px solid #f1f5f9; font-size: 15px; text-align: center; }
.asfd-time-section { background: #0f172a; border-radius: 40px; padding: 45px 30px; margin-bottom: 65px; color: #fff; text-align: center; }
.asfd-time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; }
.asfd-time-unit { background: rgba(255,255,255,0.08); padding: 18px 5px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); }
.asfd-time-label { display: block; font-size: 12px; font-weight: 800; color: #38bdf8; margin-bottom: 6px; }
.asfd-time-val { font-size: 15px; font-weight: 700; }

/* 7. 가격 안내 */
.asfd-price-title { font-size: 24px !important; font-weight: 900 !important; margin-bottom: 25px !important; color: #e11d48 !important; border-left: 8px solid #e11d48 !important; padding-left: 15px !important; text-align: left !important; display: block !important; }
.asfd-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 40px; }
.asfd-price-card { border: 1px solid #e2e8f0; border-radius: 30px; padding: 35px; background: #fff; text-align: left; position: relative; }
.asfd-price-card.best { border: 3px solid #4f46e5; background: #f5f3ff; }
.asfd-badge { position: absolute; top: -15px; right: 30px; background: #4f46e5; color: #fff; font-size: 12px; padding: 5px 15px; border-radius: 50px; font-weight: 800; }
.asfd-price-line { display: flex; justify-content: space-between; border-bottom: 1px solid #f1f5f9; padding: 15px 0; font-size: 16px; align-items: center; }
.asfd-price-bold { font-weight: 900; color: #4f46e5; font-size: 1.1em; }

/* 8. 포함/불포함 및 프로필 */
.asfd-info-box { background: #f8fafc; padding: 25px; margin-bottom: 70px; border-radius: 20px; border: 1px solid #e2e8f0; display: flex; gap: 30px; flex-wrap: wrap; text-align: left; }
.asfd-info-item { flex: 1; min-width: 240px; }
.asfd-profile-title { font-size: 26px !important; font-weight: 900 !important; margin-bottom: 30px !important; color: #0891b2 !important; border-left: 8px solid #0891b2 !important; padding-left: 18px !important; text-align: left !important; display: block !important; }
.asfd-profile-flex { display: flex; gap: 40px; background: #fff; padding: 40px; border: 1px solid #e2e8f0; border-radius: 40px; margin-bottom: 70px; align-items: flex-start; text-align: left; }
.asfd-profile-img { width: 240px; border-radius: 25px; flex-shrink: 0; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.asfd-profile-list { list-style: none; padding: 0; margin: 0; }
.asfd-profile-list li { margin-bottom: 12px; padding-left: 25px; position: relative; font-size: 16px; font-weight: 500; list-style: none; }
.asfd-profile-list li::before { content: ''; position: absolute; left: 0; color: #0891b2; }

/* 9. 센터 안내 및 하단 CTA */
.asfd-center-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 60px; }
.asfd-center-card { padding: 22px; border: 1px solid #e2e8f0; border-radius: 20px; text-align: left; }
.asfd-footer-cta { background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%); color: #fff; border-radius: 40px; padding: 60px 20px; text-align: center; box-sizing: border-box; overflow: hidden; font-size: 0; }
.asfd-footer-cta * { font-size: 16px; }
.asfd-btn-group { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 12px !important; margin-top: 35px !important; width: 100% !important; padding: 0 !important; }
.asfd-call-btn { text-decoration: none !important; border-radius: 20px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 15px !important; padding: 18px 25px !important; width: 100% !important; max-width: 340px !important; color: #fff !important; box-sizing: border-box !important; margin: 0 !important; }
.asfd-btn-blue { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); }
.asfd-btn-red { background: #e11d48; box-shadow: 0 10px 20px rgba(225,29,72,0.3); }
.asfd-btn-info { text-align: left; pointer-events: none; }
.asfd-btn-label { font-size: 11px; font-weight: 700; opacity: 0.8; display: block; line-height: 1.2; }
.asfd-btn-tel { font-size: 20px; font-weight: 900; line-height: 1.2; white-space: nowrap; }

/* 10. 반응형 미디어 쿼리 (핵심) */

/* 768px 이상 (데스크탑) */
@media (min-width: 768px) {
    .asfd-btn-group { flex-direction: row !important; gap: 20px !important; }
    .asfd-call-btn { width: auto !important; min-width: 280px !important; }
}

/* 768px 이하 (모바일 통합 최적화) */
@media (max-width: 768px) {
    .asfd-container { margin: 0 auto; padding: 0 !important; } /* 좌우 여백 0 */
    
    .asfd-main-title { font-size: 38px !important; padding: 0 15px; }
    .asfd-grid-worry, .asfd-video-grid, .asfd-price-grid, .asfd-center-grid { grid-template-columns: 1fr; }
    
    /* 카드 여백 및 라운드 제거 (꽉 차게) */
    .asfd-main-header, .asfd-diff-box, .asfd-intro-card, .asfd-grid-worry, 
    .asfd-notice-box, .asfd-curri-card, .asfd-table-wrap, .asfd-price-grid, 
    .asfd-info-box, .asfd-profile-flex, .asfd-center-container, .asfd-price-card, 
    .asfd-center-card, .asfd-footer-cta, .asfd-time-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }

    /* 프로필 모바일 커스텀 */
    .asfd-profile-flex {
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 15px !important;
        gap: 25px;
    }
    .asfd-profile-img {
        width: 100%;
        max-width: 280px;
        margin-bottom: 10px;
    }
    .asfd-profile-flex > div { width: 100%; }
    .asfd-profile-title { font-size: 22px !important; padding-left: 12px !important; }

    /* 인트로 카드 전용 */
    .asfd-intro-card { padding: 30px 20px !important; }

    /* 테이블 래퍼 여백 유지 (스크롤 방해 금지) */
    .asfd-table-wrap { border: none; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
}

.clearfix { clear: both; }





/* ============================================================
   AQUASSOK 모노핀 프리다이버 자격증 인천·송도·서울·부천·수원·오산·수도권 전지역
   ============================================================ */


/* AQUASSOK Monofin Swimming Custom CSS */
.asfd1-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    line-height: 1.6;
    color: #1e293b;
    padding: 20px;
    background-color: #fff;
}

/* Header Section */
.asfd1-main-header {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 20px;
    margin-bottom: 40px;
}

.asfd1-main-title {
    font-size: 32px;
    font-weight: 900;
    color: #0369a1;
    margin-bottom: 15px;
}

.asfd1-title-bar {
    width: 60px;
    height: 4px;
    background: #0ea5e9;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.asfd1-sub-title {
    font-size: 18px;
    color: #64748b;
    font-weight: 500;
}

/* Differentiation Box */
.asfd1-diff-box {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.asfd1-diff-ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.asfd1-diff-li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.asfd1-diff-circle {
    width: 28px;
    height: 28px;
    background: #4f46e5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.asfd1-diff-txt {
    font-size: 17px;
    font-weight: 600;
}

.asfd1-mark {
    background: linear-gradient(to top, #fde047 40%, transparent 40%);
    padding: 0 4px;
}

/* Intro Card */
.asfd1-intro-card {
    background: #f8fafc;
    border-left: 6px solid #3b82f6;
    padding: 30px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 30px;
    word-break: keep-all;
}

/* Section Titles */
.asfd1-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 60px 0 25px;
    text-align: center;
}

/* Curriculum Card */
.asfd1-curri-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.asfd1-curri-head {
    background: #1e293b;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
}

.asfd1-target-list {
    padding: 10px 0;
}

.asfd1-target-item {
    padding: 15px 25px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 16px;
    font-weight: 500;
}

.asfd1-target-item:last-child {
    border-bottom: none;
}

/* Tables */
.asfd1-table-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
}

.asfd1-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.asfd1-table th {
    background: #f1f5f9;
    padding: 15px;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 700;
    font-size: 14px;
}

.asfd1-table td {
    padding: 20px 15px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    vertical-align: middle;
}

/* Price Cards */
.asfd1-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.asfd1-price-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Profile Section */
.asfd1-profile-title {
    font-size: 26px;
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 3px solid #0891b2;
    margin: 80px 0 30px;
    display: inline-block;
}

.asfd1-profile-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.asfd1-profile-img {
    width: 180px;
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.asfd1-profile-list {
    padding-left: 20px;
    margin: 0;
}

.asfd1-profile-list li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
}

.asfd1-profile-list li::before {
    content: "•";
    color: #0891b2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Info Box */
.asfd1-info-box {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border: 1px dashed #cbd5e1;
}

/* CTA Footer */
.asfd1-footer-cta {
    background: #1e293b;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.asfd1-btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.asfd1-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: transform 0.2s;
    min-width: 200px;
}

.asfd1-call-btn:hover {
    transform: translateY(-3px);
}

.asfd1-btn-blue { background: #2563eb; }
.asfd1-btn-red { background: #e11d48; }

.asfd1-btn-tel {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 640px) {
    .asfd1-price-grid {
        grid-template-columns: 1fr;
    }
    .asfd1-profile-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .asfd1-profile-list {
        text-align: left;
    }
    .asfd1-btn-group {
        flex-direction: column;
    }
    .asfd1-main-title {
        font-size: 24px;
    }
}