/* 
 * 텔레그램 설립자 및 개발팀 전용 스타일 (Scoped)
 * Root ID: #ag-telegram-team
 */

#ag-telegram-team {
    max-width: 1100px;
    margin: 20px auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    color: #333333 !important;
    line-height: 1.8 !important;
    background-color: #f4f7f9 !important;
    padding: 40px 20px !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    letter-spacing: -0.01em !important;
}

/* 텍스트 간섭 차단 Reset */
#ag-telegram-team p, 
#ag-telegram-team h1, 
#ag-telegram-team h2, 
#ag-telegram-team h3, 
#ag-telegram-team h4, 
#ag-telegram-team ul, 
#ag-telegram-team li {
    margin: 0 !important;
    padding: 0 !important;
}

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

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

#ag-telegram-team .ag-header__title {
    font-size: 2.22rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    word-break: keep-all !important;
    display: block !important;
}

#ag-telegram-team .ag-header__subtitle {
    font-size: 1.15rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    display: block !important;
}

/* 도입부 */
#ag-telegram-team .ag-section--intro {
    margin-top: -30px !important;
    position: relative;
    z-index: 10;
    margin-bottom: 60px !important;
}

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

#ag-telegram-team .ag-lead__text {
    font-size: 1.15rem !important;
    color: #444444 !important;
    line-height: 1.7 !important;
    display: block !important;
}

/* 설립자 카드 */
#ag-telegram-team .ag-founder-cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-bottom: 60px !important;
}

#ag-telegram-team .ag-founder-card {
    background: #ffffff !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 22px !important;
    padding: 40px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02) !important;
}

#ag-telegram-team .ag-founder-card__top {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

#ag-telegram-team .ag-founder-card__image-box {
    width: 65px !important;
    height: 65px !important;
    background: #eef7ff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#ag-telegram-team .ag-founder-card__image-box i {
    font-size: 1.8rem !important;
    color: #0088cc !important;
}

#ag-telegram-team .ag-role {
    font-size: 0.85rem !important;
    color: #0088cc !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

#ag-telegram-team .ag-founder-card__name h3 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
}

#ag-telegram-team .ag-founder-card__name small {
    font-size: 0.95rem !important;
    color: #888888 !important;
    font-weight: 400 !important;
}

#ag-telegram-team .ag-founder-card__content p {
    font-size: 1rem !important;
    color: #555555 !important;
    line-height: 1.7 !important;
    display: block !important;
}

/* 정보 그리드 */
#ag-telegram-team .ag-info-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-bottom: 60px !important;
}

#ag-telegram-team .ag-info-card {
    background: #f8fbfe !important;
    padding: 35px !important;
    border-radius: 20px !important;
    border: 1px solid #e1e9f1 !important;
}

#ag-telegram-team .ag-info-card__header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
}

#ag-telegram-team .ag-info-card__header i {
    font-size: 1.3rem !important;
    color: #0088cc !important;
}

#ag-telegram-team .ag-info-card__header h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #111111 !important;
    display: block !important;
}

/* 철학 박스 */
#ag-telegram-team .ag-philosophy-box {
    background: #111111 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 60px 40px !important;
    text-align: center !important;
}

#ag-telegram-team .ag-philosophy-box__icon {
    font-size: 3rem !important;
    color: #0088cc !important;
    margin-bottom: 20px !important;
}

#ag-telegram-team .ag-philosophy-box__title {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    color: #ffffff !important;
}

#ag-telegram-team .ag-philosophy-box__content p {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    word-break: keep-all !important;
    display: block !important;
}

#ag-telegram-team .ag-philosophy-box__content .ag-sub-text {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    display: block !important;
}

/* 푸터 */
#ag-telegram-team .ag-footer {
    text-align: center !important;
    padding: 50px 0 20px !important;
    border-top: 1px solid #ddd !important;
}

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

/* 반응형 */
@media (max-width: 900px) {
    #ag-telegram-team .ag-founder-cards,
    #ag-telegram-team .ag-info-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 600px) {
    #ag-telegram-team .ag-header__title {
        font-size: 1.8rem !important;
    }
    #ag-telegram-team .ag-philosophy-box {
        padding: 40px 20px !important;
    }
    #ag-telegram-team .ag-philosophy-box__content p {
        font-size: 1.15rem !important;
    }
}
