@charset "utf-8";

/* ============================================
   텔레그램 메시지 예약 가이드 (tips110)
   접두사: tg-sched-
   테마: Productivity Blue (Telegram Blue & Slate)
   디자인 언어: tips150 프리미엄 스타일 반영
============================================ */

:root {
    --sched-primary: #0088cc;
    --sched-primary-dark: #004466;
    --sched-secondary: #38bdf8;
    --sched-accent: #6366f1;
    --sched-white: #ffffff;
    
    --sched-slate-900: #0f172a;
    --sched-slate-800: #1e293b;
    --sched-slate-700: #334155;
    --sched-slate-600: #475569;
    --sched-slate-400: #94a3b8;
    --sched-slate-100: #f1f5f9;
    
    --sched-radius: 28px;
    --sched-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   그누보드5 충돌 방지 리셋
============================================ */
#tg-schedule-wrapper,
#tg-schedule-wrapper *,
#tg-schedule-wrapper *::before,
#tg-schedule-wrapper *::after {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    list-style: none !important;
    background: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    word-break: keep-all !important;
}

#tg-schedule-wrapper h1, #tg-schedule-wrapper h2, #tg-schedule-wrapper h3,
#tg-schedule-wrapper p, #tg-schedule-wrapper span, #tg-schedule-wrapper div {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}

#tg-schedule-wrapper {
    max-width: 1100px !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    background-color: #f8fafc !important;
    color: var(--sched-slate-800) !important;
    padding-bottom: 80px !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
}

#tg-schedule-wrapper strong { font-weight: 800 !important; }

/* ============================================
   히어로 섹션 (tips150 스켈레톤 스타일)
============================================ */
#tg-schedule-wrapper .tg-sched-hero {
    background: linear-gradient(135deg, #004466 0%, #0088cc 100%) !important;
    padding: 100px 24px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

#tg-schedule-wrapper .tg-sched-hero::before {
    content: "\f017" !important; /* Clock Icon */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    font-size: 300px !important;
    color: rgba(255, 255, 255, 0.05) !important;
    bottom: -60px !important; left: -40px !important;
    transform: rotate(-15deg) !important;
}

#tg-schedule-wrapper .tg-sched-hero__inner {
    position: relative !important; z-index: 10 !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
    max-width: 800px !important; margin: 0 auto !important;
}

#tg-schedule-wrapper .tg-sched-hero__icon-group {
    display: flex !important; align-items: center !important; gap: 16px !important;
    margin-bottom: 35px !important;
}

#tg-schedule-wrapper .tg-sched-hero__icon-box {
    width: 72px !important; height: 72px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 22px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 30px !important; color: #fff !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

#tg-schedule-wrapper .tg-sched-hero__badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: rgba(0, 68, 102, 0.4) !important;
    color: var(--sched-secondary) !important;
    font-size: 13px !important; font-weight: 900 !important;
    padding: 10px 24px !important; border-radius: 100px !important;
    margin-bottom: 28px !important; border: 1px solid rgba(56, 189, 248, 0.3) !important;
    backdrop-filter: blur(8px) !important; letter-spacing: 1.5px !important;
}

#tg-schedule-wrapper .tg-sched-hero__title {
    font-size: clamp(34px, 5.5vw, 54px) !important; font-weight: 950 !important; line-height: 1.25 !important;
    color: var(--sched-white) !important; margin-bottom: 25px !important;
    letter-spacing: -2px !important; text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

#tg-schedule-wrapper .tg-sched-hero__desc {
    font-size: 20px !important; color: rgba(255, 255, 255, 0.85) !important;
    max-width: 650px !important;
}

/* ============================================
   메인 콘텐츠
============================================ */
#tg-schedule-wrapper .tg-sched-main {
    padding: 0 20px !important;
    display: flex !important; flex-direction: column !important; gap: 40px !important;
    margin-top: -60px !important;
}

#tg-schedule-wrapper .tg-sched-intro {
    background: var(--sched-white) !important;
    padding: 40px !important; border-radius: var(--sched-radius) !important;
    border-left: 8px solid var(--sched-primary) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    font-size: 19px !important; line-height: 1.8 !important;
}

#tg-schedule-wrapper .tg-sched-intro mark {
    background: #e0f2fe !important; color: #0369a1 !important;
    padding: 2px 8px !important; border-radius: 6px !important; font-weight: 700 !important;
}

#tg-schedule-wrapper .tg-sched-section {
    background: var(--sched-white) !important;
    padding: 60px 45px !important; border-radius: var(--sched-radius) !important;
    border: 1px solid var(--sched-slate-100) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02) !important;
}

#tg-schedule-wrapper .tg-sched-section__head {
    display: flex !important; align-items: center !important; gap: 16px !important;
    margin-bottom: 40px !important;
}

#tg-schedule-wrapper .tg-sched-section__icon {
    width: 50px !important; height: 50px !important;
    background: var(--sched-slate-100) !important; color: var(--sched-primary) !important;
    border-radius: 15px !important; display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 24px !important;
}

#tg-schedule-wrapper .tg-sched-section__title {
    font-size: 28px !important; font-weight: 900 !important; color: var(--sched-slate-900) !important;
}

/* ─── 예약 프로세스 (Steps) ─── */
#tg-schedule-wrapper .tg-sched-grid {
    display: grid !important; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 24px !important;
}

#tg-schedule-wrapper .tg-sched-process {
    display: flex !important; flex-direction: column !important; gap: 15px !important;
}

#tg-schedule-wrapper .tg-sched-step {
    display: flex !important; align-items: center !important; gap: 20px !important;
    padding: 24px !important; background: var(--sched-slate-100) !important;
    border-radius: 20px !important; transition: 0.3s !important;
}

#tg-schedule-wrapper .tg-sched-step:hover {
    transform: translateX(10px) !important; background: #ebf8ff !important;
}

#tg-schedule-wrapper .tg-sched-step__num {
    width: 40px !important; height: 40px !important;
    background: var(--sched-primary) !important; color: #fff !important;
    border-radius: 12px !important; display: flex !important; align-items: center !important; justify-content: center !important;
    font-weight: 950 !important; font-size: 18px !important; flex-shrink: 0 !important;
}

#tg-schedule-wrapper .tg-sched-step__content h4 {
    font-size: 18px !important; font-weight: 850 !important; color: var(--sched-slate-900) !important; margin-bottom: 4px !important;
}

#tg-schedule-wrapper .tg-sched-step__content p {
    font-size: 15px !important; color: var(--sched-slate-600) !important;
}

/* ─── 팁 박스 ─── */
#tg-schedule-wrapper .tg-sched-tip {
    display: flex !important; gap: 24px !important; padding: 40px !important;
    background: #f0f9ff !important;
    border-left: 8px solid var(--sched-secondary) !important;
    border-radius: 0 24px 24px 0 !important; margin: 20px 0 !important;
}

#tg-schedule-wrapper .tg-sched-tip__icon {
    width: 60px !important; height: 60px !important;
    background: #fff !important; color: var(--sched-primary) !important;
    border-radius: 18px !important; display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 28px !important; flex-shrink: 0 !important;
    box-shadow: 0 8px 16px rgba(0, 136, 204, 0.1) !important;
}

#tg-schedule-wrapper .tg-sched-tip__badge {
    display: inline-block !important; background: var(--sched-primary-dark) !important;
    color: var(--sched-secondary) !important; font-size: 12px !important; font-weight: 900 !important;
    padding: 4px 16px !important; border-radius: 100px !important; margin-bottom: 12px !important;
}

#tg-schedule-wrapper .tg-sched-tip__title {
    font-size: 22px !important; font-weight: 900 !important; color: var(--sched-primary-dark) !important; margin-bottom: 15px !important; display: block !important;
}

#tg-schedule-wrapper .tg-sched-scenarios {
    display: grid !important; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; gap: 20px !important;
}

#tg-schedule-wrapper .tg-sched-scenario {
    padding: 24px !important; background: rgba(255,255,255,0.6) !important; border-radius: 18px !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

#tg-schedule-wrapper .tg-sched-scenario strong { color: var(--sched-primary) !important; display: block !important; margin-bottom: 8px !important; }

/* ─── 핵심 요약 (Dark Summary) ─── */
#tg-schedule-wrapper .tg-sched-summary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 80px 45px !important; border-radius: 40px !important;
    text-align: center !important; color: #fff !important;
}

#tg-schedule-wrapper .tg-sched-summary__title {
    font-size: 32px !important; font-weight: 950 !important; margin-bottom: 50px !important;
    color: var(--sched-white) !important; /* 색상 충돌 방지 */
}

#tg-schedule-wrapper .tg-sched-formula {
    display: flex !important; justify-content: center !important; align-items: center !important;
    gap: 30px !important; margin-bottom: 60px !important; flex-wrap: wrap !important;
}

#tg-schedule-wrapper .tg-sched-formula__item {
    display: flex !important; flex-direction: column !important; align-items: center !important; gap: 15px !important;
}

#tg-schedule-wrapper .tg-sched-formula__icon {
    width: 100px !important; height: 100px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 30px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 40px !important; color: var(--sched-secondary) !important;
}

#tg-schedule-wrapper .tg-sched-formula__icon--active { 
    background: var(--sched-primary) !important; 
    color: #fff !important; 
    box-shadow: 0 0 40px rgba(0, 136, 204, 0.4) !important;
}

#tg-schedule-wrapper .tg-sched-formula__text { font-size: 16px !important; font-weight: 800 !important; color: rgba(255,255,255,0.7) !important; }

#tg-schedule-wrapper .tg-sched-checklist {
    text-align: left !important; display: inline-block !important; width: 100% !important; max-width: 650px !important;
}

#tg-schedule-wrapper .tg-sched-checklist li {
    position: relative !important; padding-left: 40px !important;
    margin-bottom: 20px !important; font-size: 18px !important; color: rgba(255,255,255,0.9) !important;
}

#tg-schedule-wrapper .tg-sched-checklist li::before {
    content: "\f058" !important; font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important;
    position: absolute !important; left: 0 !important; top: 0 !important; color: var(--sched-primary) !important;
    font-size: 24px !important;
}

#tg-schedule-wrapper .tg-sched-footer {
    margin-top: 50px !important; border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding-top: 40px !important; font-size: 16px !important; color: rgba(255,255,255,0.5) !important;
}

#tg-schedule-wrapper .tg-sched-footer a { color: var(--sched-primary) !important; font-weight: 800 !important; }

/* 애니메이션 */
.tg-sched-motion {
    opacity: 0 !important; transform: translateY(30px) !important;
    transition: all 0.8s var(--sched-ease) !important;
}
.tg-sched-motion.is-visible {
    opacity: 1 !important; transform: translateY(0) !important;
}

/* 📱 반응형 */
@media (max-width: 768px) {
    #tg-schedule-wrapper .tg-sched-hero { padding: 80px 20px !important; }
    #tg-schedule-wrapper .tg-sched-hero__title { font-size: 28px !important; }
    #tg-schedule-wrapper .tg-sched-main { padding: 0 15px !important; }
    #tg-schedule-wrapper .tg-sched-section { padding: 40px 24px !important; }
}
