/* --- Theme 13: Regal Purple --- */
.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: linear-gradient(145deg, #3a2d4d, #2c223a);
    color: #dcd1e8;
    line-height: 1.8;
    word-break: keep-all;
    padding: 40px;
    border-radius: 18px;
    margin: 20px 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid #4a3d5d;
}

.premium-title {
    font-size: 2.5em;
    font-weight: 800;
    color: #e5e4e2; /* Platinum */
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(229, 228, 226, 0.2), 0 0 5px rgba(229, 228, 226, 0.1);
}

.premium-content-wrapper h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #c0c0c0; /* Silver */
    text-align: center;
    padding-bottom: 20px;
    margin: 40px 0 30px 0;
    border-bottom: 2px solid #5a4d6d;
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '⚜️'; /* Fleur-de-lis symbol */
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #e5e4e2;
    font-size: 20px;
    opacity: 0.5;
}

.premium-content-wrapper h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #d3b3ff; /* Light Purple */
    margin: 35px 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid #c0c0c0;
}

.premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
    color: #bca9d3;
}

.premium-content-wrapper strong {
    color: #e5e4e2;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 2px dotted #d3b3ff;
}

.info-highlight {
    background: rgba(44, 34, 58, 0.7);
    border: 1px solid #5a4d6d;
    border-left: 5px solid #c0c0c0;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.info-highlight p {
    color: #e0d8eb;
    margin: 0;
    font-size: 1.05em;
}

.premium-content-wrapper ul li::marker {
    color: #c0c0c0;
}

.premium-image-wrapper {
    margin: 30px 0 !important;
    text-align: center !important;
}

.image-container {
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6) !important;
    border: 1px solid #5a4d6d !important;
}

/* --- Purchase Button Section --- */
.premium-purchase-section {
    text-align: center;
    margin: 50px auto;
    padding: 40px;
    background: linear-gradient(145deg, #2c223a, #3a2d4d);
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
    border-top: 1px solid #5a4d6d;
    border-bottom: 1px solid #5a4d6d;
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    color: #e5e4e2 !important;
    font-size: 1.8em !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    border: none !important;
    padding: 0 !important;
    text-shadow: none !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 16px 45px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    color: #2c223a !important;
    background: linear-gradient(145deg, #f0f0f0, #c0c0c0) !important;
    border: none !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(192, 192, 192, 0.2), inset 0 1px 0 #fff !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(192, 192, 192, 0.3), inset 0 1px 0 #fff !important;
    color: #2c223a !important;
    background: linear-gradient(145deg, #ffffff, #d0d0d0) !important;
    text-decoration: none !important;
}