/* ============================================
   부동산 매물 수집 프로그램 - 심플 텍스트 디자인
   박스 없이 이모티콘과 텍스트만 사용
============================================ */

/* 프로그램 개요 섹션 */
.program-intro-clean {
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Breadcrumb Styles */
.breadcrumb-nav {
    background: #1a1d29;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-link:hover {
    color: #2980b9;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #666;
    font-size: 0.8rem;
}

.breadcrumb-current {
    color: #fff;
}

.program-intro-clean .intro-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 30px;
}

.program-intro-clean .intro-icon {
    font-size: 3rem;
}

.program-intro-clean .intro-header h3 {
    font-size: 1.9rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.program-intro-clean .intro-content {
    text-align: center;
}

.program-intro-clean .intro-content p {
    color: #d0d0d0;
    font-size: 1.15rem;
    line-height: 2;
    margin: 18px 0;
}

/* 주요 특징 섹션 */
.features-section-clean {
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.features-section-clean .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.features-section-clean .section-icon {
    font-size: 2rem;
}

.features-section-clean .section-header h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.feature-box-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-box {
    padding: 0;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateX(8px);
}

.feature-box .feature-title {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-box .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.feature-box .feature-list li {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.feature-box .feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #888;
    font-size: 1.2rem;
}

.feature-box .feature-note {
    color: #888;
    font-size: 0.92rem;
    margin: 10px 0 0 20px;
    font-style: normal;
}

/* 수집 정보 항목 섹션 */
.data-section-clean {
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.data-section-clean .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.data-section-clean .section-icon {
    font-size: 2rem;
}

.data-section-clean .section-header h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.data-section-clean .section-desc {
    color: #b0b0b0;
    font-size: 1.05rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.data-grid-clean {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.data-item-clean {
    padding: 0;
    transition: all 0.3s ease;
}

.data-item-clean:hover {
    transform: translateX(5px);
}

.data-item-clean .data-label {
    font-size: 1.05rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
}

.data-item-clean .data-value {
    color: #a0a0a0;
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 18px;
}

/* 추천 대상 섹션 */
.recommend-section-clean {
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recommend-section-clean .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.recommend-section-clean .section-icon {
    font-size: 2rem;
}

.recommend-section-clean .section-header h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.recommend-grid-clean {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.recommend-card-clean {
    padding: 0;
    transition: all 0.3s ease;
}

.recommend-card-clean:hover {
    transform: translateX(8px);
}

.recommend-card-clean .recommend-title {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
}

.recommend-card-clean .recommend-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.recommend-card-clean .recommend-list li {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.recommend-card-clean .recommend-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #888;
    font-size: 1.2rem;
}

/* 요약 섹션 */
.summary-section-clean {
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-section-clean .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.summary-section-clean .section-icon {
    font-size: 2rem;
}

.summary-section-clean .section-header h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.summary-section-clean .summary-content p {
    color: #d0d0d0;
    font-size: 1.1rem;
    line-height: 1.9;
    margin: 0;
}

.summary-section-clean .summary-content strong {
    color: #ffffff;
    font-weight: 700;
}

.trial-info-box {
    display: block !important;
}
/* ============================================
   반응형 디자인
============================================ */

/* 태블릿 (768px 이하) */
@media (max-width: 768px) {
    .program-intro-clean,
    .features-section-clean,
    .data-section-clean,
    .recommend-section-clean,
    .summary-section-clean {
        padding: 30px 0;
        margin-bottom: 15px;
    }

    .program-intro-clean .intro-icon {
        font-size: 2.5rem;
    }

    .program-intro-clean .intro-header h3 {
        font-size: 1.7rem;
    }

    .program-intro-clean .intro-content p {
        font-size: 1.1rem;
    }

    .features-section-clean .section-header h3,
    .data-section-clean .section-header h3,
    .recommend-section-clean .section-header h3,
    .summary-section-clean .section-header h3 {
        font-size: 1.4rem;
    }

    .feature-box-container,
    .recommend-grid-clean {
        gap: 20px;
    }

    .feature-box .feature-list,
    .recommend-card-clean .recommend-list {
        margin-left: 15px;
    }
}

/* 모바일 (480px 이하) */
@media (max-width: 480px) {
    .program-intro-clean,
    .features-section-clean,
    .data-section-clean,
    .recommend-section-clean,
    .summary-section-clean {
        padding: 25px 0;
    }

    .program-intro-clean .intro-icon {
        font-size: 2.2rem;
    }

    .features-section-clean .section-icon,
    .data-section-clean .section-icon,
    .recommend-section-clean .section-icon,
    .summary-section-clean .section-icon {
        font-size: 1.6rem;
    }

    .program-intro-clean .intro-header h3 {
        font-size: 1.5rem;
    }

    .features-section-clean .section-header h3,
    .data-section-clean .section-header h3,
    .recommend-section-clean .section-header h3,
    .summary-section-clean .section-header h3 {
        font-size: 1.3rem;
    }

    .program-intro-clean .intro-content p {
        font-size: 1.05rem;
    }

    .feature-box .feature-list li,
    .data-item-clean .data-value,
    .recommend-card-clean .recommend-list li {
        font-size: 0.95rem;
    }

    .summary-section-clean .summary-content p {
        font-size: 1.05rem;
    }

    .feature-box .feature-list,
    .recommend-card-clean .recommend-list {
        margin-left: 10px;
    }
}
