/* Modern Violet Theme - 어린이집 환경구성 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

.premium-content-wrapper {
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background-color: #faf5ff;
    color: #2d2235;
    line-height: 1.85;
    word-break: keep-all;
    padding: 50px;
    border-radius: 16px;
    margin: 20px 0;
    box-shadow: 0 16px 50px rgba(106, 27, 154, .12);
    border: 1px solid #e8d5f5;
}

.premium-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    background: linear-gradient(135deg, #6A1B9A, #AB47BC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.5px;
}

.premium-content-wrapper h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 2.2em;
    font-weight: 600;
    color: #4A148C;
    text-align: center;
    padding-bottom: 22px;
    margin: 55px 0 35px 0;
    border-bottom: 1px solid #e0cff0;
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #AB47BC, transparent);
}

.premium-content-wrapper h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    color: #6A1B9A;
    margin: 40px 0 22px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e4f8;
}

.premium-content-wrapper p {
    font-size: 1.08em;
    margin-bottom: 1.7em;
    text-align: justify;
    color: #3d2c4e;
}

.premium-content-wrapper strong {
    color: #4A148C;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 1.5px solid rgba(171, 71, 188, .6);
    padding-bottom: 2px;
    font-weight: 500;
}

.premium-content-wrapper ul,
.premium-content-wrapper ol {
    margin: 25px 0;
    padding-left: 25px;
}

.premium-content-wrapper li {
    font-size: 1.05em;
    margin-bottom: 12px;
    color: #3d2c4e;
    position: relative;
    padding-left: 8px;
}

.premium-content-wrapper li::marker {
    color: #AB47BC;
}

.premium-image-wrapper {
    margin: 40px 0;
    text-align: center;
}

.premium-image-wrapper .image-container {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(106, 27, 154, .15);
}

.premium-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.premium-image-wrapper .ai-disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(74, 20, 140, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75em;
}

.info-highlight {
    background: linear-gradient(135deg, #f3e5f5, #e8d5f5);
    border-left: 4px solid #AB47BC;
    border-radius: 0 12px 12px 0;
    padding: 25px 30px;
    margin: 35px 0;
}

.info-highlight p {
    color: #4A148C !important;
    font-style: italic;
    margin-bottom: 0;
}

.premium-purchase-section {
    background: linear-gradient(135deg, #4A148C, #6A1B9A);
    border-radius: 16px;
    padding: 45px;
    margin-top: 50px;
    text-align: center;
}

.premium-purchase-section h3 {
    color: #fff !important;
    border: none !important;
    margin-top: 0 !important;
}

.premium-purchase-section p {
    color: #e0cff0 !important;
}

.premium-purchase-button {
    display: inline-block;
    background: linear-gradient(135deg, #AB47BC, #CE93D8);
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.15em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(171, 71, 188, .4);
}

.premium-purchase-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(171, 71, 188, .5);
}

/* === Landing Page Specific Styles === */
.kh-landing {
    font-family: 'Noto Sans KR', sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #2d2235;
    overflow-x: hidden;
}

.kh-hero {
    background: linear-gradient(135deg, #4A148C 0%, #6A1B9A 40%, #AB47BC 100%);
    color: #fff;
    padding: 100px 20px 80px;
    text-align: center;
    position: relative;
}

.kh-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(206,147,216,0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(186,104,200,0.2) 0%, transparent 50%);
}

.kh-hero h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.kh-hero p {
    font-size: 1.3em;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.kh-section {
    padding: 80px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.kh-section-alt {
    background: #f3e5f5;
}

.kh-section h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #4A148C;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.kh-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #AB47BC;
    border-radius: 2px;
}

.kh-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.kh-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(106, 27, 154, .08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0e4f8;
}

.kh-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(106, 27, 154, .15);
}

.kh-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.kh-card-body {
    padding: 25px;
}

.kh-card-body h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #4A148C;
    margin-bottom: 10px;
}

.kh-card-body p {
    color: #5a4570;
    font-size: 0.95em;
    line-height: 1.7;
}

.kh-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.kh-feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e4f8;
}

.kh-feature-icon {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.kh-feature-item h3 {
    font-size: 1.2em;
    color: #6A1B9A;
    margin-bottom: 8px;
}

.kh-feature-item p {
    color: #5a4570;
    font-size: 0.92em;
}

.kh-faq {
    max-width: 800px;
    margin: 0 auto;
}

.kh-faq-item {
    background: #fff;
    border: 1px solid #f0e4f8;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 15px;
}

.kh-faq-item h3 {
    font-size: 1.15em;
    color: #4A148C;
    margin-bottom: 10px;
    font-weight: 600;
}

.kh-faq-item p {
    color: #5a4570;
    font-size: 0.98em;
    line-height: 1.7;
    margin: 0;
}

.kh-cta {
    background: linear-gradient(135deg, #4A148C, #6A1B9A);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.kh-cta h2 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 20px;
}

.kh-cta h2::after {
    background: #CE93D8;
}

.kh-cta p {
    color: #e0cff0;
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto 30px;
}

.kh-btn {
    display: inline-block;
    background: linear-gradient(135deg, #AB47BC, #CE93D8);
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(171, 71, 188, .4);
}

.kh-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(171, 71, 188, .5);
}

.kh-footer {
    background: #2d1540;
    color: #c9a8d8;
    padding: 40px 20px;
    text-align: center;
    font-size: 0.9em;
}

.kh-footer a {
    color: #CE93D8;
    text-decoration: none;
}

.kh-posts-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

.kh-post-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(106, 27, 154, .08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #f0e4f8;
}

.kh-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(106, 27, 154, .14);
}

.kh-post-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.kh-post-card .kh-post-info {
    padding: 20px;
}

.kh-post-card h3 {
    font-size: 1.15em;
    color: #4A148C;
    margin-bottom: 8px;
    font-weight: 600;
}

.kh-post-card p {
    color: #5a4570;
    font-size: 0.9em;
    line-height: 1.6;
}

.kh-post-card a {
    display: inline-block;
    margin-top: 10px;
    color: #AB47BC;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.92em;
}

@media (max-width: 768px) {
    .kh-hero { padding: 60px 15px 50px; }
    .kh-hero h1 { font-size: 2em; }
    .kh-section { padding: 50px 15px; }
    .premium-content-wrapper { padding: 25px 18px; }
    .premium-title { font-size: 2em; }
    .kh-grid { grid-template-columns: 1fr; }
}
