/* nk-parking-lot: L7 지그재그 알터네이팅 / HD1 좌우 라벨+태그 / HR2 그라데이션 중앙정렬 / CT3 좌우분할 / FT2 2단 */
.nk-parking-lot {
    font-family: 'IBM Plex Sans KR', sans-serif;
    background: #F3F9FA;
    color: #17323a;
}

.nk-parking-lot h1,
.nk-parking-lot h2,
.nk-parking-lot h3 {
    font-family: 'Oswald', 'IBM Plex Sans KR', sans-serif;
    color: #17454F;
}

/* HD1 */
.nk-parking-lot .nk-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfe2e5;
    margin-bottom: 2rem;
}

.nk-parking-lot .nk-hd-label {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #17454F;
}

.nk-parking-lot .nk-hd-tags {
    display: flex;
    gap: 0.5rem;
}

.nk-parking-lot .nk-tag {
    display: inline-block;
    font-size: 0.78rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: #e2eef0;
    color: #17454F;
    border: 1px solid #bdd6da;
}

/* HR2: 상하 그라데이션 배경, 중앙 정렬 */
.nk-parking-lot .nk-hero {
    background: linear-gradient(180deg, #17454F 0%, #1f5c68 100%);
    color: #ffffff;
    text-align: center;
    padding: 3rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2.5rem;
}

.nk-parking-lot .nk-hero-eyebrow {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: #cfe8ea;
    margin-bottom: 0.75rem;
}

.nk-parking-lot .nk-hero h1 {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: 0.01em;
}

.nk-parking-lot .nk-hero-sub {
    color: #e4f2f3;
    font-size: 1rem;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.7;
}

/* 3줄요약 */
.nk-parking-lot .nk-summary3 {
    background: #ffffff;
    border: 1px solid #d5e6e8;
    border-left: 4px solid #B8763A;
    border-radius: 0.5rem;
    padding: 1.5rem 1.75rem;
    margin-bottom: 2.5rem;
}

.nk-parking-lot .nk-summary3-title {
    font-weight: 700;
    color: #17454F;
    margin: 0 0 0.6rem;
}

.nk-parking-lot .nk-summary3 ul {
    margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.nk-parking-lot .nk-summary3 li {
    line-height: 1.7;
    font-size: 0.95rem;
}

/* L7: 지그재그 알터네이팅 - 섹션마다 좌우 반전 */
.nk-parking-lot .nk-section {
    margin-bottom: 2.25rem;
    padding: 1.5rem 1.75rem;
    border-radius: 0.5rem;
    background: #ffffff;
}

.nk-parking-lot .nk-section--a {
    border-left: 4px solid #17454F;
    text-align: left;
}

.nk-parking-lot .nk-section--b {
    border-right: 4px solid #B8763A;
    text-align: right;
}

.nk-parking-lot .nk-section--b h2 {
    margin-left: auto;
}

.nk-parking-lot .nk-section h2 {
    font-size: 1.25rem;
    margin: 0 0 0.9rem;
}

.nk-parking-lot .nk-section p {
    line-height: 1.8;
    margin: 0 0 0.9rem;
    color: #1c363d;
}

.nk-parking-lot .nk-section p:last-child {
    margin-bottom: 0;
}

.nk-parking-lot .nk-link {
    color: #a2632a;
    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-parking-lot .nk-link:hover,
.nk-parking-lot .nk-link:focus-visible {
    color: #7c4b1f;
}

.nk-parking-lot .nk-link:focus-visible {
    outline: 2px solid #B8763A;
    outline-offset: 2px;
}

.nk-parking-lot .nk-figure {
    margin: 2rem auto;
    max-width: 100%;
    text-align: center;
}

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

.nk-parking-lot .nk-figure figcaption {
    font-size: 0.85rem;
    color: #4f6b72;
    margin-top: 0.5rem;
}

/* FAQ */
.nk-parking-lot .nk-faq {
    margin-bottom: 2.5rem;
}

.nk-parking-lot .nk-faq h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.nk-parking-lot .nk-faq-item {
    background: #ffffff;
    border: 1px solid #d5e6e8;
    border-radius: 0.375rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
}

.nk-parking-lot .nk-faq-item h3 {
    font-size: 1rem;
    margin: 0 0 0.4rem;
}

.nk-parking-lot .nk-faq-item p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #223b42;
}

/* CT3: 좌우분할 - 좌 문구, 우 버튼 세로 스택 */
.nk-parking-lot .nk-cta-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: #eef5f6;
    border: 1px solid #d5e6e8;
    border-radius: 0.5rem;
    padding: 1.75rem;
    margin-bottom: 2.5rem;
}

.nk-parking-lot .nk-cta-text {
    font-weight: 600;
    color: #17454F;
    margin: 0;
    flex: 1;
    min-width: 12rem;
}

.nk-parking-lot .nk-cta-stack {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.nk-parking-lot .nk-cta-btn {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 0.7rem 1.75rem;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nk-parking-lot .nk-cta-primary {
    background: #17454F;
    color: #ffffff;
}

.nk-parking-lot .nk-cta-outline {
    background: #ffffff;
    color: #B8763A;
    border: 1.5px solid #B8763A;
}

.nk-parking-lot .nk-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.nk-parking-lot .nk-cta-btn:focus-visible {
    outline: 3px solid #17454F;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .nk-parking-lot .nk-cta-btn {
        transition: none;
    }
}

/* FT2: 2단 - 좌 요약태그, 우 관련링크 */
.nk-parking-lot .nk-ft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    border-top: 1px solid #cfe2e5;
    padding-top: 1.75rem;
}

.nk-parking-lot .nk-ft-col .nk-tag {
    margin: 0 0.4rem 0.4rem 0;
}

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

.nk-parking-lot .nk-ft-note {
    font-size: 0.82rem;
    color: #4f6b72;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 640px) {
    .nk-parking-lot .nk-cta-split,
    .nk-parking-lot .nk-ft {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .nk-parking-lot .nk-section--b,
    .nk-parking-lot .nk-section--a {
        text-align: left;
    }

    .nk-parking-lot .nk-section--b h2 {
        margin-left: 0;
    }
}
