/* --- Theme: Beauty Rose (뷰티 로제) --- */
/* 춘자네명품김치 전용 디자인 테마 */

.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: linear-gradient(165deg, #fff5f3 0%, #fce4ec 40%, #f8e8ee 70%, #fff0f3 100%);
    color: #4a2c35;
    line-height: 1.9;
    word-break: keep-all;
    padding: 50px;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 20px 60px rgba(163, 73, 92, 0.12), 0 4px 16px rgba(199, 112, 130, 0.08);
    border: 1px solid rgba(232, 180, 188, 0.4);
    position: relative;
    overflow: hidden;
}

.premium-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c77082, #e8b4bc, #cda483, #e8b4bc, #c77082);
}

.premium-title {
    font-size: 2.6em;
    font-weight: 800;
    color: #592a35;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: -0.5px;
}

.premium-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c77082, #cda483, #c77082, transparent);
    border-radius: 2px;
}

.premium-content-wrapper h2 {
    font-size: 2.1em;
    font-weight: 700;
    color: #6b3a47;
    text-align: center;
    padding-bottom: 18px;
    margin: 45px 0 30px 0;
    border-bottom: 2px solid rgba(199, 112, 130, 0.25);
    position: relative;
}

.premium-content-wrapper h2::before {
    content: '✿';
    display: block;
    font-size: 0.5em;
    color: #c77082;
    margin-bottom: 8px;
    opacity: 0.6;
}

.premium-content-wrapper h3 {
    font-size: 1.7em;
    font-weight: 600;
    color: #a3495c;
    margin: 35px 0 18px 0;
    padding-bottom: 10px;
    padding-left: 16px;
    border-left: 4px solid #c77082;
    border-bottom: none;
}

.premium-content-wrapper h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #7d4555;
    margin: 25px 0 12px 0;
}

.premium-content-wrapper p {
    font-size: 1.08em;
    margin-bottom: 1.5em;
    text-align: justify;
    color: #5a3540;
    line-height: 1.95;
}

.premium-content-wrapper strong {
    color: #a3495c;
    font-weight: 700;
    background: linear-gradient(transparent 60%, rgba(232, 180, 188, 0.35) 60%);
    padding: 0 2px;
}

.premium-content-wrapper em {
    color: #7d4555;
    font-style: italic;
}

.premium-content-wrapper u {
    text-decoration: none;
    box-shadow: inset 0 -8px 0 rgba(205, 164, 131, 0.3);
}

.premium-content-wrapper a {
    color: #a3495c;
    text-decoration: none;
    border-bottom: 1px solid rgba(163, 73, 92, 0.3);
    transition: all 0.3s ease;
}

.premium-content-wrapper a:hover {
    color: #c77082;
    border-bottom-color: #c77082;
}

/* Blockquote */
.premium-content-wrapper blockquote {
    background: rgba(255, 255, 255, 0.6);
    border-left: 4px solid #c77082;
    border-radius: 0 12px 12px 0;
    padding: 20px 25px;
    margin: 25px 0;
    font-style: italic;
    color: #6b3a47;
}

/* Lists */
.premium-content-wrapper ul {
    margin: 15px 0 25px 0;
    padding-left: 20px;
}

.premium-content-wrapper ul li {
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 1.8;
    color: #5a3540;
}

.premium-content-wrapper ul li::marker {
    color: #c77082;
    font-size: 1.2em;
}

.premium-content-wrapper ol li {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #5a3540;
}

.premium-content-wrapper ol li::marker {
    color: #a3495c;
    font-weight: 700;
}

/* Info Highlight Box */
.info-highlight {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(252, 228, 236, 0.5) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(199, 112, 130, 0.25);
    border-radius: 16px;
    padding: 28px 30px;
    margin: 30px 0;
    box-shadow: 0 4px 20px rgba(163, 73, 92, 0.08);
    position: relative;
}

.info-highlight::before {
    content: '💡';
    position: absolute;
    top: -14px;
    left: 25px;
    font-size: 1.5em;
    background: #fff5f3;
    padding: 0 8px;
    border-radius: 50%;
}

.info-highlight p {
    color: #592a35;
    margin: 0;
    font-size: 1.05em;
}

/* Image Wrapper */
.premium-image-wrapper {
    margin: 35px 0 !important;
    text-align: center !important;
}

.image-container {
    position: relative;
    display: inline-block;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(163, 73, 92, 0.15) !important;
    border: 3px solid rgba(232, 180, 188, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 50px rgba(163, 73, 92, 0.22) !important;
}

.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 13px;
}

.ai-disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(89, 42, 53, 0.7);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75em;
    backdrop-filter: blur(4px);
}

/* Table Styles */
.premium-content-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(163, 73, 92, 0.08);
}

.premium-content-wrapper th {
    background: linear-gradient(135deg, #c77082, #a3495c);
    color: #fff;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95em;
}

.premium-content-wrapper td {
    padding: 12px 18px;
    border-bottom: 1px solid rgba(232, 180, 188, 0.3);
    color: #5a3540;
    background: rgba(255, 255, 255, 0.5);
}

.premium-content-wrapper tr:last-child td {
    border-bottom: none;
}

.premium-content-wrapper tr:hover td {
    background: rgba(252, 228, 236, 0.4);
}

/* Purchase Section */
.premium-purchase-section {
    text-align: center;
    margin: 50px auto;
    padding: 45px 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 0%, rgba(252, 228, 236, 0.6) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(163, 73, 92, 0.1);
    border: 1px solid rgba(199, 112, 130, 0.2);
    position: relative;
    overflow: hidden;
}

.premium-purchase-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c77082, #cda483, #c77082);
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    color: #592a35 !important;
    font-size: 1.9em !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    border: none !important;
    padding: 0 !important;
    border-left: none !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 18px 50px !important;
    font-size: 1.25em !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #c77082 0%, #a3495c 50%, #c77082 100%) !important;
    background-size: 200% auto !important;
    border: none !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1) !important;
    box-shadow: 0 8px 25px rgba(163, 73, 92, 0.35) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
}

.premium-purchase-button:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 35px rgba(163, 73, 92, 0.45) !important;
    background-position: right center !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .premium-content-wrapper {
        padding: 25px 18px;
        border-radius: 14px;
    }

    .premium-title {
        font-size: 1.9em;
    }

    .premium-content-wrapper h2 {
        font-size: 1.6em;
    }

    .premium-content-wrapper h3 {
        font-size: 1.35em;
    }

    .premium-purchase-section {
        padding: 30px 20px;
    }

    .premium-purchase-button {
        padding: 15px 35px !important;
        font-size: 1.1em !important;
    }
}

@media (max-width: 480px) {
    .premium-content-wrapper {
        padding: 18px 14px;
        margin: 10px 0;
    }

    .premium-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }

    .premium-content-wrapper h2 {
        font-size: 1.4em;
    }

    .premium-content-wrapper p {
        font-size: 1em;
        text-align: left;
    }
}
