/**
 * v7/page/help/account_removal.css
 * 계정 & 데이터 삭제 요청 안내 페이지 스타일
 *
 * Web Awesome 토큰(--wa-color-*) 기반, Bootstrap 미사용, 라이트 전용.
 * tint 차이 50 이상 유지(WCAG 2.1 AA).
 */

.account-delete-page {
    max-width: 880px;
    margin: 0 auto;
    color: var(--wa-color-neutral-20);
}

/* ----- 헤더 ----- */
.account-delete-header {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, var(--wa-color-red-40) 0%, var(--wa-color-purple-40) 100%);
    color: #ffffff;
}

.account-delete-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.account-delete-title i {
    margin-right: 0.5rem;
}

.account-delete-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.account-delete-highlight {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.22);
    font-weight: 600;
    color: #ffffff;
}

/* ----- 본문 ----- */
.account-delete-body {
    padding: 0;
}

.account-delete-section {
    margin-bottom: 2.25rem;
}

.account-delete-section-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--wa-color-neutral-20);
}

.account-delete-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: var(--wa-color-purple-40);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

/* ----- 삭제 대상 카드 그리드 ----- */
.account-delete-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.account-delete-card {
    --padding: 1rem;
}

.account-delete-card-title {
    margin: 0 0 0.4rem 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--wa-color-neutral-20);
}

.account-delete-card-title i {
    margin-right: 0.35rem;
    color: var(--wa-color-purple-40);
}

.account-delete-card-desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--wa-color-neutral-40);
}

.account-delete-callout {
    margin-top: 0.75rem;
}

/* ----- 이메일 요청 박스 ----- */
.account-delete-method {
    padding: 1.25rem;
    border-radius: 0.6rem;
    background: var(--wa-color-blue-95);
    border: 1px solid var(--wa-color-blue-90);
}

.account-delete-method-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--wa-color-blue-30);
}

.account-delete-method-title i {
    margin-right: 0.4rem;
}

.account-delete-method-desc {
    margin: 0 0 0.9rem 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--wa-color-neutral-30);
}

/* ----- 처리 일정 ----- */
.account-delete-schedule {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 0.6rem;
    background: var(--wa-color-green-95);
    border: 1px solid var(--wa-color-green-90);
}

.account-delete-schedule-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--wa-color-green-40);
    color: #ffffff;
    font-size: 1.05rem;
}

.account-delete-schedule-body {
    flex: 1;
}

.account-delete-schedule-text {
    margin: 0 0 0.85rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--wa-color-neutral-30);
}

.account-delete-schedule-days {
    color: var(--wa-color-green-30);
    font-weight: 700;
}

/* ----- 데이터 보존 예외 ----- */
.account-delete-exception {
    display: flex;
    gap: 0.85rem;
    padding: 1.1rem 1.25rem;
    border-radius: 0.6rem;
    background: var(--wa-color-neutral-95);
    border: 1px solid var(--wa-color-neutral-90);
}

.account-delete-exception-icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 1.05rem;
    color: var(--wa-color-neutral-40);
}

.account-delete-exception-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--wa-color-neutral-30);
}

/* ----- 문의 ----- */
.account-delete-contact {
    display: flex;
    gap: 0.85rem;
    padding: 1.1rem 1.25rem;
    border-radius: 0.6rem;
    background: var(--wa-color-cyan-95);
    border: 1px solid var(--wa-color-cyan-90);
}

.account-delete-contact-icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 1.1rem;
    color: var(--wa-color-cyan-40);
}

.account-delete-contact-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--wa-color-neutral-30);
}

.account-delete-contact-link {
    color: var(--wa-color-cyan-30);
    font-weight: 600;
    text-decoration: none;
}

.account-delete-contact-link:hover {
    text-decoration: underline;
}

/* ----- 반응형 ----- */
@media (max-width: 720px) {
    .account-delete-page {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .account-delete-header {
        padding: 1.5rem 1.1rem;
    }

    .account-delete-title {
        font-size: 1.3rem;
    }

    .account-delete-lead {
        font-size: 0.95rem;
    }

    .account-delete-grid {
        grid-template-columns: 1fr;
    }

    .account-delete-schedule {
        flex-direction: column;
        gap: 0.75rem;
    }
}
