@charset "utf-8";

/* ============================================
   텔레그램 음성 대화 예약 가이드 (v1.0.0)
   접두사: tg-sched-
   테마: Professional Sapphire & Slate
============================================ */

:root {
    --sched-primary: #2563eb; /* Royal Blue */
    --sched-primary-dark: #1e3a8a; /* Deep Sapphire */
    --sched-accent: #3b82f6;
    --sched-navy: #0f172a;
    --sched-white: #ffffff;
    
    --sched-slate-900: #0f172a;
    --sched-slate-800: #1e293b;
    --sched-slate-600: #475569;
    --sched-slate-400: #94a3b8;
    --sched-slate-100: #f1f5f9;
    --sched-slate-50: #f8fafc;
    
    --sched-radius: 20px;
}

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

/* 기본 타이포그래피 설정 */
#tg-sched-wrapper h1, #tg-sched-wrapper h2, #tg-sched-wrapper h3,
#tg-sched-wrapper p, #tg-sched-wrapper span, #tg-sched-wrapper div {
    font-weight: inherit;
    line-height: 1.6;
    color: inherit;
}

/* 아이콘 초기화 (Font Awesome 대응) */
#tg-sched-wrapper .fas, 
#tg-sched-wrapper .fab, 
#tg-sched-wrapper .far {
    display: inline-block !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    font-style: normal !important;
    vertical-align: middle !important;
}

/* 래퍼 본체 */
#tg-sched-wrapper {
    max-width: 1100px !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    background-color: #fbfcff !important;
    color: var(--sched-slate-800) !important;
    padding-bottom: 80px !important;
    overflow: hidden !important;
}

#tg-sched-wrapper strong {
    font-weight: 700 !important;
    color: var(--sched-primary-dark) !important;
}

#tg-sched-wrapper p {
    margin-bottom: 16px !important;
    line-height: 1.8 !important;
    display: block !important;
}

#tg-sched-wrapper mark {
    background: linear-gradient(120deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: var(--sched-primary-dark) !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
}

/* ============================================
   히어로 섹션
============================================ */
#tg-sched-wrapper .tg-sched-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
    padding: 110px 24px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

#tg-sched-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: 280px !important;
    color: rgba(255, 255, 255, 0.05) !important;
    bottom: -40px !important; right: -40px !important;
    transform: rotate(15deg) !important;
}

#tg-sched-wrapper .tg-sched-hero__inner {
    position: relative !important; z-index: 1 !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}

#tg-sched-wrapper .tg-sched-hero__badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 14px !important; font-weight: 850 !important;
    padding: 10px 26px !important; border-radius: 100px !important;
    margin-bottom: 28px !important; border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
}

#tg-sched-wrapper .tg-sched-hero__title {
    font-size: 38px !important; font-weight: 950 !important; line-height: 1.3 !important;
    color: var(--sched-white) !important; margin-bottom: 24px !important;
    letter-spacing: -0.01em !important;
}

#tg-sched-wrapper .tg-sched-hero__desc {
    font-size: 19px !important; color: rgba(255, 255, 255, 0.9) !important;
    max-width: 720px !important;
}

#tg-sched-wrapper .tg-sched-hero__desc strong {
    color: var(--sched-accent) !important; font-weight: 800 !important;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.5) !important;
}

/* ============================================
   메인 콘텐츠
============================================ */
#tg-sched-wrapper .tg-sched-main {
    padding: 50px 24px !important;
    display: flex !important; flex-direction: column !important; gap: 60px !important;
}

#tg-sched-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 15px 45px rgba(37, 99, 235, 0.05) !important;
}

#tg-sched-wrapper .tg-sched-section {
    background: var(--sched-white) !important;
    padding: 45px 35px !important; border-radius: var(--sched-radius) !important;
    border: 1px solid var(--sched-slate-100) !important;
}

#tg-sched-wrapper .tg-sched-section--dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    border-color: #1e293b !important;
}

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

#tg-sched-wrapper .tg-sched-section__icon-box {
    width: 56px !important; height: 56px !important;
    background: #eff6ff !important; color: var(--sched-primary) !important;
    border-radius: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 24px !important; border: 1px solid #dbeafe !important;
}

#tg-sched-wrapper .tg-sched-section--dark .tg-sched-section__icon-box {
    background: rgba(255, 255, 255, 0.05) !important; color: var(--sched-accent) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

#tg-sched-wrapper .tg-sched-section__title {
    font-size: 26px !important; font-weight: 850 !important; color: var(--sched-navy) !important;
}

#tg-sched-wrapper .tg-sched-section--dark .tg-sched-section__title {
    color: var(--sched-white) !important;
}

#tg-sched-wrapper .tg-sched-section--dark p { color: #cbd5e1 !important; }

/* ─── 장점 그리드 ─── */
#tg-sched-wrapper .tg-sched-grid {
    display: grid !important; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important; margin-top: 30px !important;
}

#tg-sched-wrapper .tg-sched-card {
    padding: 35px !important; background: var(--sched-slate-50) !important;
    border-radius: 24px !important; border: 1px solid var(--sched-slate-100) !important;
    transition: all 0.4s ease !important;
}

#tg-sched-wrapper .tg-sched-card:hover {
    transform: translateY(-8px) !important; background: #fff !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05) !important; border-color: var(--sched-primary) !important;
}

#tg-sched-wrapper .tg-sched-card__icon-box {
    display: block !important; margin-bottom: 25px !important;
    color: var(--sched-primary) !important; font-size: 38px !important;
    line-height: 1 !important;
}

/* 아이콘 개별 보정 */
#tg-sched-wrapper .tg-sched-card__icon-box i {
    font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important;
    font-size: inherit !important; color: inherit !important;
    display: inline-block !important; width: auto !important; height: auto !important;
    opacity: 1 !important; visibility: visible !important;
}

#tg-sched-wrapper .tg-sched-card h3 {
    font-size: 20px !important; font-weight: 900 !important; color: var(--sched-navy) !important; margin-bottom: 12px !important;
}

/* ─── OS별 탭/구분 ─── */
#tg-sched-wrapper .tg-sched-os-group {
    display: flex !important; flex-direction: column !important; gap: 30px !important;
}

#tg-sched-wrapper .tg-sched-os-item {
    background: #fff !important; border: 1px solid var(--sched-slate-100) !important;
    border-radius: 24px !important; padding: 35px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
}

#tg-sched-wrapper .tg-sched-os-badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    padding: 8px 18px !important; background: var(--sched-navy) !important;
    color: #fff !important; border-radius: 100px !important; font-size: 14px !important;
    font-weight: 850 !important; margin-bottom: 25px !important;
}

#tg-sched-wrapper .tg-sched-os-badge--ios { background: #000 !important; }

#tg-sched-wrapper .tg-sched-os-steps {
    display: flex !important; flex-direction: column !important; gap: 14px !important;
}

#tg-sched-wrapper .tg-sched-os-step {
    padding-left: 34px !important; position: relative !important;
    font-size: 16px !important; color: var(--sched-slate-700) !important;
}

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

/* ─── PC 꿀팁 그리드 ─── */
#tg-sched-wrapper .tg-sched-pc-grid {
    display: grid !important; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 24px !important;
}

#tg-sched-wrapper .tg-sched-pc-card {
    padding: 30px !important; background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 22px !important; border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s ease !important;
}

#tg-sched-wrapper .tg-sched-pc-card:hover {
    background: rgba(255, 255, 255, 0.08) !important; border-color: var(--sched-accent) !important;
}

#tg-sched-wrapper .tg-sched-pc-card__icon-box {
    margin-bottom: 20px !important; font-size: 30px !important; color: var(--sched-accent) !important;
}

#tg-sched-wrapper .tg-sched-pc-card__icon-box i { font-size: inherit !important; color: inherit !important; }

#tg-sched-wrapper .tg-sched-pc-card h4 {
    font-size: 21px !important; font-weight: 900 !important; color: #fff !important; margin-bottom: 12px !important;
}

/* ============================================
   결론 및 요약 (Summary 섹션)
============================================ */
#tg-sched-wrapper .tg-sched-summary {
    background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%) !important;
    padding: 80px 30px !important; border-radius: 35px !important; text-align: center !important;
}

#tg-sched-wrapper .tg-sched-summary__title {
    font-size: 32px !important; font-weight: 950 !important; color: #fff !important; margin-bottom: 45px !important;
}

/* 요약 비주얼 */
#tg-sched-wrapper .tg-sched-summary__visual {
    display: flex !important; justify-content: center !important; align-items: center !important;
    gap: 25px !important; margin-bottom: 55px !important; flex-wrap: wrap !important;
}

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

#tg-sched-wrapper .tg-sched-summary__v-icon-box {
    width: 82px !important; height: 82px !important;
    background: rgba(255, 255, 255, 0.08) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 28px !important; display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 32px !important; color: #fff !important; transition: all 0.3s ease !important;
}

#tg-sched-wrapper .tg-sched-summary__v-icon-box--active {
    background: var(--sched-primary) !important; color: #fff !important;
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.3) !important; border-color: transparent !important;
}

#tg-sched-wrapper .tg-sched-summary__v-icon-box i { font-size: inherit !important; color: inherit !important; }

#tg-sched-wrapper .tg-sched-summary__v-text { font-size: 15px !important; font-weight: 800 !important; color: #fff !important; }

#tg-sched-wrapper .tg-sched-summary__v-arrow {
    height: 82px !important; display: flex !important; align-items: center !important;
    padding-bottom: 30px !important; color: rgba(255,255,255,0.2) !important; font-size: 24px !important;
}

/* 체크리스트 */
#tg-sched-wrapper .tg-sched-summary__checklist {
    text-align: left !important; display: inline-block !important;
    background: #fff !important; padding: 50px !important;
    border-radius: 30px !important; width: 100% !important; max-width: 800px !important;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3) !important;
}

#tg-sched-wrapper .tg-sched-summary__checklist li {
    position: relative !important; padding-left: 42px !important;
    margin-bottom: 24px !important; font-size: 18px !important; color: var(--sched-slate-800) !important;
}

#tg-sched-wrapper .tg-sched-summary__checklist li:last-child { margin-bottom: 0 !important; }

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

#tg-sched-wrapper .tg-sched-summary__footer {
    margin-top: 55px !important; font-size: 16px !important; color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.8 !important;
}

#tg-sched-wrapper .tg-sched-summary__footer strong {
    color: var(--sched-accent) !important; font-weight: 950 !important;
}

/* 반응형 */
@media (max-width: 768px) {
    #tg-sched-wrapper .tg-sched-hero__title { font-size: 30px !important; }
    #tg-sched-wrapper .tg-sched-summary__visual { gap: 15px !important; }
    #tg-sched-wrapper .tg-sched-pc-grid { grid-template-columns: 1fr !important; }
}

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