/* 매혹 팁 컴포넌트 */

.saj-attract-container {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 10px 0 !important;
}

.saj-attract-container > .saj-attract-card {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.saj-attract-bottom-image {
    width: 100%;
    line-height: 0;
    margin: 0 !important;
}

.saj-attract-bottom-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 흰색 카드 wrap */
.saj-attract-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 22px 36px;
    margin-bottom: 12px;
}

/* 질문 헤더 */
.saj-attract-header {
    text-align: center;
    margin-bottom: 24px;
}

.saj-attract-question {
    font-size: 16px;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.saj-attract-question strong {
    display: inline-block;
    margin-top: 4px;
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.5px;
}

/* 임팩트 한 줄 (핑크 그라데이션) */
.saj-attract-headline {
    font-size: 19px;
    font-weight: 700;
    color: #111827;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center;
    padding: 22px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fce7f3 100%);
    border-radius: 12px;
    margin-bottom: 22px;
}

/* 구분선 */
.saj-attract-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 0 0 20px;
}

/* "잘 모르시겠죠?" 인트로 */
.saj-attract-intro {
    font-size: 17px;
    color: #111827;
    margin: 0 0 16px;
    text-align: left;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1.4;
}

/* 본문 미리보기 + 그라데이션 */
.saj-attract-body-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.saj-attract-body {
    font-size: 14.5px;
    color: #374151;
    line-height: 1.75;
    letter-spacing: -0.2px;
    white-space: pre-line;
    padding-bottom: 60px;
    min-height: 160px;
}

.saj-attract-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 40%, #ffffff 75%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    padding-bottom: 14px;
}

.saj-attract-fade-label {
    display: inline-block;
    padding: 8px 18px;
    background: #111827;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: -0.2px;
}

@media (max-width: 480px) {
    .saj-attract-card { padding: 26px 18px 30px; }
    .saj-attract-question { font-size: 15px; }
    .saj-attract-question strong { font-size: 19px; }
    .saj-attract-headline { font-size: 17px; padding: 18px 12px; }
    .saj-attract-body { font-size: 14px; }
}
