/* 
 * 텔레그램 소개 가이드 전용 스타일 (Scoped)
 * Root ID: #ag-telegram-intro
 */

#ag-telegram-intro {
    max-width: 1100px;
    margin: 20px auto;
    width: 100%;
    font-family: 'Pretendard', sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    background-color: #f4f7f9 !important; /* 원본의 배경색 강제 적용 */
    padding: 40px 20px !important;
    box-sizing: border-box !important;
    border-radius: 20px;
}

/* 헤더 */
#ag-telegram-intro .ag-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 60px 20px;
    background: linear-gradient(135deg, #0088cc 0%, #2481cc 100%) !important;
    border-radius: 25px;
    color: #ffffff !important;
}

#ag-telegram-intro .ag-header__icon {
    font-size: 4.5rem !important;
    color: #ffffff !important;
    margin-bottom: 20px;
    display: block;
}

#ag-telegram-intro .ag-header__title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 15px 0 !important;
    word-break: keep-all;
}

#ag-telegram-intro .ag-header__subtitle {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400;
}

#ag-telegram-intro .ag-section--intro {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

#ag-telegram-intro .ag-lead {
    background: #ffffff !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 20px !important;
    padding: 30px 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    text-align: center;
}

#ag-telegram-intro .ag-lead__text {
    font-size: 1.2rem !important;
    color: #444 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

#ag-telegram-intro .ag-lead__text strong {
    color: #0088cc !important;
    font-weight: 700;
}
#ag-telegram-intro .ag-section {
    margin-bottom: 70px;
}

#ag-telegram-intro .ag-section__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0088cc;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 카드 스타일 */
#ag-telegram-intro .ag-card {
    background: #f8fbfe;
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    padding: 35px;
    transition: transform 0.3s ease;
}

#ag-telegram-intro .ag-card:hover {
    transform: translateY(-5px);
}

#ag-telegram-intro .ag-card--highlight,
#ag-telegram-intro .ag-card--highlight * {
    background: linear-gradient(135deg, #0088cc 0%, #2481cc 100%);
    color: #ffffff !important;
}

#ag-telegram-intro .ag-card--highlight {
    border: none;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
}

#ag-telegram-intro .ag-card--highlight strong {
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

/* 그리드 레이아웃 */
#ag-telegram-intro .ag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

#ag-telegram-intro .ag-card__icon {
    font-size: 2rem;
    color: #0088cc;
    margin-bottom: 20px;
}

#ag-telegram-intro .ag-card__caption {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

#ag-telegram-intro .ag-card__desc {
    color: #555;
    font-size: 1rem;
    margin: 0;
}

/* 특징 리스트 */
#ag-telegram-intro .ag-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#ag-telegram-intro .ag-feature-item {
    display: flex;
    gap: 25px;
    padding: 25px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
}

#ag-telegram-intro .ag-feature-item__icon {
    width: 50px;
    height: 50px;
    background: #e6f3fa;
    color: #0088cc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.3rem;
    flex-shrink: 0;
}

#ag-telegram-intro .ag-feature-item__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

#ag-telegram-intro .ag-feature-item__text {
    margin: 0;
    color: #666;
}

/* 경고 카드 */
#ag-telegram-intro .ag-warning-card {
    background: #fff5f5;
    border: 2px solid #ffcfcf;
    border-radius: 20px;
    padding: 35px;
}

#ag-telegram-intro .ag-warning-card__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #d32f2f;
}

#ag-telegram-intro .ag-warning-card__icon {
    font-size: 2rem;
}

#ag-telegram-intro .ag-warning-card__title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
}

#ag-telegram-intro .ag-warning-card__text {
    color: #444;
    margin-bottom: 10px;
}

/* 푸터 */
#ag-telegram-intro .ag-footer {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

#ag-telegram-intro .ag-footer__more {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

#ag-telegram-intro .ag-footer__more a {
    color: #0088cc;
    text-decoration: none;
    border-bottom: 2px solid #0088cc;
}

#ag-telegram-intro .ag-footer__copy {
    font-size: 0.9rem;
    color: #999;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    #ag-telegram-intro {
        padding: 0 15px;
    }
    #ag-telegram-intro .ag-header__title {
        font-size: 1.8rem;
    }
    #ag-telegram-intro .ag-grid {
        grid-template-columns: 1fr;
    }
    #ag-telegram-intro .ag-feature-item {
        flex-direction: column;
        gap: 15px;
    }
}
