/* ===========================
   문의 페이지 전용 스타일
=========================== */

/* 페이지 제목 숨김 */
.page-id-8 .wp-block-post-title {
    display: none !important;
}

/* 컨테이너 너비 제한 */
.page-id-8 .wp-block-post-content {
    max-width: 100% !important;
    padding: 0 !important;
}

.lc-contact-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 64px 24px 80px;
    box-sizing: border-box;
}

/* 상단 타이틀 */
.lc-contact-wrap .lc-page-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

.lc-contact-wrap h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.lc-contact-wrap .lc-lead {
    font-size: 1.05rem;
    color: #555550;
    line-height: 1.75;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e0;
}

/* 섹션 */
.lc-contact-section {
    margin-bottom: 48px;
}

.lc-contact-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 3px solid #2563eb;
}

.lc-contact-section p {
    font-size: 0.95rem;
    color: #444440;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* 상담 유형 목록 */
.lc-consult-types {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.lc-consult-types li {
    padding: 16px;
    background: #f4f4f1;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1.5;
}

.lc-consult-types li::before {
    content: "→ ";
    color: #2563eb;
    font-weight: 700;
}

/* 준비사항 목록 */
.lc-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lc-checklist li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e0;
    font-size: 0.95rem;
    color: #444440;
    line-height: 1.6;
}

.lc-checklist li:last-child {
    border-bottom: none;
}

.lc-checklist li::before {
    content: "· ";
    color: #2563eb;
    font-weight: 700;
}

/* 폼 영역 */
.lc-form-area {
    margin-bottom: 48px;
}

.lc-form-area h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-left: 12px;
    border-left: 3px solid #2563eb;
}

/* 폼 플레이스홀더 (Contact Form 7 등 삽입 전) */
.lc-form-placeholder {
    padding: 40px 24px;
    background: #f4f4f1;
    border-radius: 8px;
    text-align: center;
    color: #666660;
    font-size: 0.9rem;
    border: 2px dashed #e5e5e0;
}

/* Contact Form 7 기본 스타일 오버라이드 */
.lc-form-area .wpcf7-form input[type="text"],
.lc-form-area .wpcf7-form input[type="email"],
.lc-form-area .wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e5e0;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #ffffff;
    color: #1a1a1a;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

.lc-form-area .wpcf7-form input[type="text"]:focus,
.lc-form-area .wpcf7-form input[type="email"]:focus,
.lc-form-area .wpcf7-form textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.lc-form-area .wpcf7-form textarea {
    min-height: 160px;
    resize: vertical;
}

.lc-form-area .wpcf7-form input[type="submit"] {
    padding: 12px 28px;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.lc-form-area .wpcf7-form input[type="submit"]:hover {
    background: #1d4ed8;
}

/* 추가 연락 수단 */
.lc-contact-alt {
    padding: 28px;
    background: #f4f4f1;
    border-radius: 8px;
}

.lc-contact-alt p {
    font-size: 0.9rem;
    color: #555550;
    margin: 0;
    line-height: 1.75;
}

/* 크몽 버튼 */
.lc-kmong-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 14px 32px;
    background: #2563eb;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s;
}
.lc-kmong-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

@media (max-width: 640px) {
    .lc-contact-wrap { padding: 48px 20px 64px; }
    .lc-consult-types { grid-template-columns: 1fr; }
    .lc-kmong-btn { display: block; text-align: center; }
}
