/**
 * trust-info.css — 트러스트 정보 페이지 공유 스타일
 * suggestion / neighbor-help / ask-help 공통 사용
 */

#body #ch-plugin {
  display: none !important;
}

.nav.clean {
  display: none !important;
}

#content.ti-page {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #f9f7fc;
  padding: 0 !important;
  padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
  min-height: 100vh;
}

/* ── 히어로 ── */
.ti-hero {
  background: linear-gradient(160deg, #671175, #6a0dad);
  padding: 120px 24px 44px;
  color: #fff;
}

.ti-hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.ti-hero-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 10px;
  word-break: keep-all;
}

.ti-hero-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: -0.2px;
  word-break: keep-all;
}

/* ── 섹션 ── */
.ti-section {
  padding: 28px 16px 0;
}

.ti-section-label {
  font-size: 11px;
  font-weight: 700;
  color: #671175;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  opacity: 0.7;
}

.ti-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
  word-break: keep-all;
}

/* ── 기본 카드 ── */
.ti-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 10px;
  border: 1px solid #f0eaf8;
  box-shadow: 0 2px 8px rgba(103, 17, 117, 0.04);
}

.ti-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  word-break: keep-all;
}

.ti-card-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
  margin-bottom: 14px;
}

.ti-card-desc:last-child {
  margin-bottom: 0;
}

/* ── 링크 버튼 ── */
.ti-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3eef8;
  color: #671175;
  border-radius: 980px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.15px;
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.ti-link-btn:active {
  background: #e9d8f8;
}

.ti-link-btn .material-symbols-rounded {
  font-size: 15px;
  font-variation-settings: 'FILL' 0;
}

/* ── 액션 버튼 행 ── */
.ti-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

/* ── 긴급 연락처 박스 ── */
.ti-emergency-box {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 0 16px;
  margin-top: 20px;
}

.ti-emergency-label {
  font-size: 12px;
  font-weight: 700;
  color: #be123c;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}

.ti-emergency-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

a[href^="tel:"],
a[href^="tel:"]:hover,
a[href^="tel:"]:visited,
a[href^="mailto:"],
a[href^="mailto:"]:hover,
a[href^="mailto:"]:visited {
  text-decoration: none !important;
}

.ti-emergency-item,
.ti-emergency-item:hover,
.ti-contact-item,
.ti-contact-item:hover {
  text-decoration: none !important;
  color: inherit;
}

.ti-emergency-item {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fecdd3;
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
}

.ti-emergency-item:active {
  background: #fff1f2;
}

.ti-emergency-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fce7f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ti-emergency-icon .material-symbols-rounded {
  font-size: 17px;
  color: #be123c;
  font-variation-settings: 'FILL' 1;
}

.ti-emergency-num {
  font-size: 17px;
  font-weight: 800;
  color: #be123c;
  letter-spacing: -0.3px;
  line-height: 1.1;
  text-decoration: none;
}

.ti-emergency-name {
  font-size: 11px;
  color: #9f1239;
  letter-spacing: -0.1px;
  margin-top: 1px;
}

/* ── 연락처 리스트 카드 ── */
.ti-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0eaf8;
  box-shadow: 0 2px 8px rgba(103, 17, 117, 0.04);
  overflow: hidden;
}

.ti-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f5f0fc;
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
}

.ti-contact-item:last-child {
  border-bottom: none;
}

.ti-contact-item:active {
  background: #faf7ff;
}

.ti-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ti-contact-icon .material-symbols-rounded {
  font-size: 19px;
  font-variation-settings: 'FILL' 1;
}

.ti-contact-icon.purple {
  background: #f3eef8;
}

.ti-contact-icon.purple .material-symbols-rounded {
  color: #671175;
}

.ti-contact-icon.green {
  background: #e8f5e9;
}

.ti-contact-icon.green .material-symbols-rounded {
  color: #2e7d32;
}

.ti-contact-icon.blue {
  background: #e3f2fd;
}

.ti-contact-icon.blue .material-symbols-rounded {
  color: #1565c0;
}

.ti-contact-icon.orange {
  background: #fff3e0;
}

.ti-contact-icon.orange .material-symbols-rounded {
  color: #e65100;
}

.ti-contact-text {
  flex: 1;
  min-width: 0;
}

.ti-contact-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.2px;
}

.ti-contact-sub {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 1px;
  letter-spacing: -0.1px;
}

.ti-contact-arrow {
  color: #d1d5db;
  flex-shrink: 0;
}

.ti-contact-arrow .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: 'FILL' 0;
}

/* ── 서비스 파트너 카드 ── */
.ti-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f3eef8;
  color: #671175;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ti-partner-badge .material-symbols-rounded {
  font-size: 13px;
  font-variation-settings: 'FILL' 1;
}

/* ── 정보 배너 ── */
.ti-info-banner {
  background: #f0f4ff;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

.ti-info-banner .material-symbols-rounded {
  font-size: 18px;
  color: #4338ca;
  font-variation-settings: 'FILL' 1;
  flex-shrink: 0;
  margin-top: 1px;
}

.ti-info-banner-text {
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}