@charset "utf-8";

/* ============================================================
   [그누보드5 완전 리셋 패턴] 
   rules.md 가이드 준수 (ID 특이성 보호)
   ============================================================ */
#tg-unsend-wrapper,
#tg-unsend-wrapper *,
#tg-unsend-wrapper *::before,
#tg-unsend-wrapper *::after {
    box-sizing: border-box !important;
    margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none;
    list-style: none; background: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased !important;
    word-break: keep-all;
}

#tg-unsend-wrapper h1, 
#tg-unsend-wrapper h2, 
#tg-unsend-wrapper h3, 
#tg-unsend-wrapper h4, 
#tg-unsend-wrapper h5, 
#tg-unsend-wrapper h6 { font-size: inherit; font-weight: inherit; color: inherit; }

#tg-unsend-wrapper p {
    margin-bottom: 14px !important;
    line-height: 1.8 !important;
}
#tg-unsend-wrapper p:last-child { margin-bottom: 0 !important; }

/* ============================================================
   [디자인 시스템] Privacy & Clean (Teal/Slate)
   ============================================================ */
:root {
    --unsend-primary: #14b8a6; /* Teal 500 */
    --unsend-primary-dark: #0d9488;
    --unsend-primary-light: #99f6e4;
    --unsend-danger: #f43f5e; /* Rose 500 */
    --unsend-slate-900: #0f172a;
    --unsend-slate-800: #1e293b;
    --unsend-slate-600: #475569;
    --unsend-slate-100: #f1f5f9;
    --unsend-white: #ffffff;
    --unsend-radius: 32px;
}

#tg-unsend-wrapper {
    max-width: 1100px !important;
    margin: 30px auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    background-color: #f8fafc !important;
    color: var(--unsend-slate-800) !important;
    overflow: hidden !important;
}

#tg-unsend-wrapper strong { font-weight: 800 !important; color: var(--unsend-primary) !important; }
#tg-unsend-wrapper mark {
    background: linear-gradient(120deg, #ccfbf1 0%, #99f6e4 100%) !important;
    color: var(--unsend-primary-dark) !important;
    font-weight: 800 !important;
    padding: 2px 8px !important;
    border-radius: 6px !important;
}

/* ============================================================
   [Hero Section]
   ============================================================ */
#tg-unsend-wrapper .tg-unsend-hero {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%) !important;
    padding: 120px 24px !important;
    text-align: center !important;
    position: relative !important;
}

#tg-unsend-wrapper .tg-unsend-hero__inner { position: relative !important; z-index: 2 !important; }

#tg-unsend-wrapper .tg-unsend-hero__icon-group {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 15px !important; margin-bottom: 40px !important;
}

#tg-unsend-wrapper .tg-unsend-hero__icon-box {
    width: 70px !important; height: 70px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 22px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    backdrop-filter: blur(5px) !important;
}

#tg-unsend-wrapper .tg-unsend-hero__badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: rgba(20, 184, 166, 0.15) !important;
    color: #5eead4 !important;
    border: 1px solid rgba(20, 184, 166, 0.2) !important;
    padding: 10px 24px !important; border-radius: 100px !important;
    font-size: 14px !important; font-weight: 900 !important;
    margin-bottom: 25px !important;
}

#tg-unsend-wrapper .tg-unsend-hero__title {
    font-size: 48px !important; font-weight: 950 !important; line-height: 1.2 !important;
    color: var(--unsend-white) !important; margin-bottom: 25px !important;
}

#tg-unsend-wrapper .tg-unsend-hero__title span { color: #5eead4 !important; }

#tg-unsend-wrapper .tg-unsend-hero__desc {
    font-size: 20px !important; color: rgba(255, 255, 255, 0.8) !important;
    max-width: 800px !important; margin: 0 auto !important;
}

/* ============================================================
   [Main Content]
   ============================================================ */
#tg-unsend-wrapper .tg-unsend-main {
    padding: 40px 20px !important;
    display: flex !important; flex-direction: column !important; gap: 50px !important;
}

#tg-unsend-wrapper .tg-unsend-section {
    background: var(--unsend-white) !important;
    padding: 60px 45px !important;
    border-radius: var(--unsend-radius) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.02) !important;
}

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

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

#tg-unsend-wrapper .tg-unsend-section__icon {
    width: 60px !important; height: 60px !important;
    background: #f0fdfa !important; color: var(--unsend-primary) !important;
    border-radius: 18px !important; display: flex !important; align-items: center !important; justify-content: center !important;
}

#tg-unsend-wrapper .tg-unsend-section--dark .tg-unsend-section__icon {
    background: rgba(255, 255, 255, 0.1) !important; color: #5eead4 !important;
}

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

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

/* ─── 그리드 레이아웃 ─── */
#tg-unsend-wrapper .tg-unsend-grid {
    display: grid !important; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

#tg-unsend-wrapper .tg-unsend-card {
    background: #fdfdfd !important; padding: 40px 30px !important; border-radius: 28px !important;
    border: 1px solid #f1f5f9 !important; text-align: center !important;
}

#tg-unsend-wrapper .tg-unsend-card h4 {
    font-size: 22px !important; font-weight: 900 !important; color: var(--unsend-slate-900) !important;
    margin-bottom: 15px !important;
}

/* ─── 프로세스 (다크) ─── */
#tg-unsend-wrapper .tg-unsend-process {
    display: flex !important; flex-direction: column !important; gap: 20px !important;
}

#tg-unsend-wrapper .tg-unsend-step {
    display: flex !important; align-items: center !important; gap: 25px !important;
    padding: 30px !important; background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 24px !important; border: 1px solid rgba(255, 255, 255, 0.07) !important;
}

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

#tg-unsend-wrapper .tg-unsend-step__content h4 {
    font-size: 21px !important; font-weight: 850 !important; color: #fff !important; margin-bottom: 5px !important;
}

#tg-unsend-wrapper .tg-unsend-step__content p { font-size: 16px !important; color: #cbd5e1 !important; margin: 0 !important; }

/* ─── 팁 박스 ─── */
#tg-unsend-wrapper .tg-unsend-tip {
    display: flex !important; gap: 20px !important; padding: 30px !important;
    background: #f0fdfa !important; border: 1px solid #99f6e4 !important;
    border-radius: 24px !important;
}

#tg-unsend-wrapper .tg-unsend-tip__icon {
    width: 56px !important; height: 56px !important; background: var(--unsend-slate-900) !important;
    color: var(--unsend-primary) !important; border-radius: 18px !important; display: flex !important;
    align-items: center !important; justify-content: center !important; flex-shrink: 0 !important;
}

#tg-unsend-wrapper .tg-unsend-tip__badge {
    display: inline-block !important; background: var(--unsend-primary) !important;
    color: #fff !important; font-size: 12px !important; font-weight: 800 !important;
    padding: 4px 14px !important; border-radius: 100px !important; margin-bottom: 10px !important;
}

/* ============================================================
   [Summary Section]
   ============================================================ */
#tg-unsend-wrapper .tg-unsend-summary {
    background: linear-gradient(135deg, #0f172a 0%, #0d9488 100%) !important;
    padding: 80px 40px !important; border-radius: 40px !important;
    text-align: center !important; color: #fff !important;
}

#tg-unsend-wrapper .tg-unsend-summary__title {
    font-size: 36px !important; font-weight: 900 !important; margin-bottom: 60px !important;
}

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

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

#tg-unsend-wrapper .tg-unsend-formula__icon {
    width: 80px !important; height: 80px !important; background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important; border: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
}

#tg-unsend-wrapper .tg-unsend-formula__icon--active {
    background: var(--unsend-primary) !important; box-shadow: 0 0 30px rgba(20, 184, 166, 0.4) !important;
}

#tg-unsend-wrapper .tg-unsend-formula__text { font-size: 15px !important; font-weight: 850 !important; }

/* 체크리스트 */
#tg-unsend-wrapper .tg-unsend-checklist {
    text-align: left !important; display: inline-block !important;
    background: #fff !important; padding: 50px !important; border-radius: 32px !important;
    width: 100% !important; max-width: 800px !important;
}

#tg-unsend-wrapper .tg-unsend-checklist li {
    position: relative !important; padding-left: 45px !important; margin-bottom: 25px !important;
    color: var(--unsend-slate-800) !important; font-size: 18px !important;
}

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

#tg-unsend-wrapper .tg-unsend-footer {
    margin-top: 60px !important; font-size: 16px !important; opacity: 0.8 !important;
}
#tg-unsend-wrapper .tg-unsend-footer a { color: #fff !important; font-weight: 800 !important; text-decoration: underline !important; }

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

@media (max-width: 768px) {
    #tg-unsend-wrapper .tg-unsend-hero__title { font-size: 32px !important; }
    #tg-unsend-wrapper .tg-unsend-section { padding: 40px 25px !important; }
    #tg-unsend-wrapper .tg-unsend-checklist { padding: 30px !important; }
}
