/* 
 * 텔레그램 플랫폼 안내 가이드 전용 스타일 (faq82)
 * Root ID: #ag-telegram-platforms
 */

#ag-telegram-platforms {
    max-width: 1100px;
    margin: 30px auto !important;
    width: 100% !important;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif !important;
    color: #333333 !important;
    line-height: 1.8 !important;
    background-color: #ffffff !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05) !important;
}

/* 텍스트 초기화 */
#ag-telegram-platforms p, #ag-telegram-platforms h1, #ag-telegram-platforms h2, #ag-telegram-platforms h3, #ag-telegram-platforms ul, #ag-telegram-platforms li {
    margin: 0 !important;
    padding: 0 !important;
}

/* 헤더 섹션 */
#ag-telegram-platforms .ag-header {
    background: linear-gradient(135deg, #0088cc 0%, #005f99 100%) !important;
    padding: 80px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
}

#ag-telegram-platforms .ag-header__icon {
    font-size: 4rem !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    display: inline-block !important;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2)) !important;
    opacity: 0.9 !important;
}

#ag-telegram-platforms .ag-header__title {
    font-size: 2.6rem !important;
    font-weight: 900 !important;
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
    letter-spacing: -0.03em !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3) !important;
}

#ag-telegram-platforms .ag-header__subtitle {
    font-size: 1.25rem !important;
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.2) !important;
}

/* 메인 콘텐츠 */
#ag-telegram-platforms .ag-main {
    padding: 50px 40px !important;
    background-color: #fbfcfe !important;
}

/* 리드문 */
#ag-telegram-platforms .ag-lead {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    padding: 35px !important;
    margin-bottom: 50px !important;
    border: 1px solid #e1e9f1 !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,136,204,0.06) !important;
}

#ag-telegram-platforms .ag-lead__text {
    font-size: 1.2rem !important;
    color: #222222 !important;
    font-weight: 500 !important;
}

/* 그리드 레이아웃 */
#ag-telegram-platforms .ag-platform-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 60px !important;
}

/* 플랫폼 카드 스타일 */
#ag-telegram-platforms .ag-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 35px !important;
    border: 1px solid #edf2f7 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02) !important;
}

#ag-telegram-platforms .ag-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 136, 204, 0.1) !important;
    border-color: #0088cc !important;
}

#ag-telegram-platforms .ag-card__header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed #e2e8f0 !important;
}

#ag-telegram-platforms .ag-card__icon {
    font-size: 1.8rem !important;
    color: #0088cc !important;
}

#ag-telegram-platforms .ag-card__title {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
}

/* 리스트 스타일 */
#ag-telegram-platforms .ag-list {
    list-style: none !important;
}

#ag-telegram-platforms .ag-list__item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    font-size: 1.05rem !important;
    color: #4a5568 !important;
}

#ag-telegram-platforms .ag-list__item i {
    margin-top: 5px !important;
    color: #0088cc !important;
    width: 18px !important;
    text-align: center !important;
}

#ag-telegram-platforms .ag-list__item strong {
    color: #1a202c !important;
    min-width: 80px !important;
}

/* 정보 박스 */
#ag-telegram-platforms .ag-info-box {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 40px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
}

#ag-telegram-platforms .ag-info-box__title {
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

#ag-telegram-platforms .ag-info-item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    background: #f8fafc !important;
    padding: 20px 25px !important;
    border-radius: 15px !important;
    margin-bottom: 15px !important;
}

#ag-telegram-platforms .ag-info-item i {
    font-size: 1.5rem !important;
    color: #0088cc !important;
}

#ag-telegram-platforms .ag-info-item p {
    font-size: 1.05rem !important;
    margin: 0 !important;
}

/* 푸터 */
#ag-telegram-platforms .ag-footer {
    padding: 40px !important;
    text-align: center !important;
    background: #f8fafc !important;
    border-top: 1px solid #eef2f6 !important;
}

#ag-telegram-platforms .ag-footer__more a {
    color: #0088cc !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #0088cc !important;
}

@media (max-width: 768px) {
    #ag-telegram-platforms .ag-header { padding: 60px 20px !important; }
    #ag-telegram-platforms .ag-header__title { font-size: 2rem !important; }
    #ag-telegram-platforms .ag-platform-grid { grid-template-columns: 1fr !important; }
    #ag-telegram-platforms .ag-main { padding: 30px 20px !important; }
}
