/* nk-cut-slope: L9 풀블리드배너+중앙컬럼 / HD3 상단안내바+보조라벨 / HR4 무채색배경 대형h1 / CT5 인라인CTA2회 / FT1 3단그리드 */
.nk-cut-slope {
    font-family: 'Nanum Myeongjo', serif;
    background: #F8F6FB;
    color: #2c2438;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nk-cut-slope h1,
.nk-cut-slope h2,
.nk-cut-slope h3 {
    font-family: 'Playfair Display', 'Nanum Myeongjo', serif;
    color: #3D2C55;
}

.nk-cut-slope > * {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* HD3: 상단 전체 폭 안내 바 + 아래 좁은 보조 라벨 */
.nk-cut-slope .nk-hd-bar {
    max-width: none;
    width: 100%;
    background: #3D2C55;
    padding: 0.65rem 1rem;
    margin: -4rem 0 0;
}

.nk-cut-slope .nk-hd-bar-text {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    color: #f1ecf7;
    font-size: 0.85rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.nk-cut-slope .nk-hd-label {
    font-size: 0.78rem;
    color: #7a6d8c;
    text-align: center;
    letter-spacing: 0.06em;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}

/* HR4: 상단 얇은 라벨 + 대형 h1 + 한 줄 설명, 무채색 배경 */
.nk-cut-slope .nk-hero {
    background: #efedf2;
    border-radius: 0.5rem;
    padding: 3rem 1.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.nk-cut-slope .nk-hero-eyebrow {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    color: #6b5f7d;
    margin-bottom: 1rem;
}

.nk-cut-slope .nk-hero h1 {
    font-size: 2.5rem;
    margin: 0 0 1rem;
    line-height: 1.25;
}

.nk-cut-slope .nk-hero-sub {
    color: #4a3f5c;
    font-size: 1.02rem;
    line-height: 1.8;
    max-width: 38rem;
    margin: 0 auto;
}

.nk-cut-slope .nk-section {
    margin-bottom: 2.25rem;
}

.nk-cut-slope .nk-section h2 {
    font-size: 1.3rem;
    margin: 0 0 1rem;
}

.nk-cut-slope .nk-section p {
    line-height: 1.9;
    margin: 0 0 0.9rem;
    color: #362c46;
}

.nk-cut-slope .nk-section p:last-child {
    margin-bottom: 0;
}

.nk-cut-slope .nk-link {
    color: #A87A2E;
    font-weight: 700;
    text-decoration: underline dotted;
    text-underline-offset: 2px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.nk-cut-slope .nk-link:hover,
.nk-cut-slope .nk-link:focus-visible {
    color: #856021;
}

.nk-cut-slope .nk-link:focus-visible {
    outline: 2px solid #A87A2E;
    outline-offset: 2px;
}

/* CT5: 섹션 사이 얇은 인라인 CTA 라인 2회 */
.nk-cut-slope .nk-inline-cta-line {
    background: #ece6f4;
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    text-align: center;
    margin: 1.75rem auto;
    color: #4a3f5c;
}

.nk-cut-slope .nk-inline-cta-line a {
    color: #3D2C55;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nk-cut-slope .nk-inline-cta-line a:focus-visible {
    outline: 2px solid #A87A2E;
    outline-offset: 2px;
}

/* CF3 단계 스타일 */
.nk-cut-slope .nk-steps h2 {
    margin-bottom: 1.5rem;
}

.nk-cut-slope .nk-step {
    display: flex;
    gap: 1.1rem;
    padding: 1.25rem 0;
    border-top: 1px solid #ddd6e6;
}

.nk-cut-slope .nk-step:first-of-type {
    border-top: none;
}

.nk-cut-slope .nk-step-num {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #3D2C55;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.nk-cut-slope .nk-step-body h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.nk-cut-slope .nk-step-check {
    font-size: 0.88rem;
    color: #6b5f7d;
    border-left: 3px solid #A87A2E;
    padding-left: 0.75rem;
    margin-top: 0.5rem !important;
}

.nk-cut-slope .nk-figure {
    max-width: 48rem;
    margin: 2rem auto;
    text-align: center;
}

.nk-cut-slope .nk-figure img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 0 auto;
    display: block;
}

.nk-cut-slope .nk-figure figcaption {
    font-size: 0.85rem;
    color: #7a6d8c;
    margin-top: 0.5rem;
}

/* FT1: 3단 그리드 */
.nk-cut-slope .nk-ft {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 48rem;
    border-top: 1px solid #ddd6e6;
    padding-top: 1.75rem;
    margin-top: 1rem;
}

.nk-cut-slope .nk-ft-col h4 {
    font-size: 0.82rem;
    margin: 0 0 0.6rem;
    color: #3D2C55;
    font-family: 'Nanum Myeongjo', serif;
}

.nk-cut-slope .nk-ft-col .nk-tag {
    display: inline-block;
    font-size: 0.76rem;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    background: #ece6f4;
    color: #3D2C55;
    border: 1px solid #ddd0ea;
    margin: 0 0.35rem 0.35rem 0;
}

.nk-cut-slope .nk-ft-col .nk-link {
    display: block;
    margin-bottom: 0.4rem;
}

.nk-cut-slope .nk-ft-note {
    font-size: 0.8rem;
    color: #7a6d8c;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 640px) {
    .nk-cut-slope .nk-ft {
        grid-template-columns: 1fr;
    }

    .nk-cut-slope .nk-hero h1 {
        font-size: 1.9rem;
    }
}
