.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background-color: #1a1a1a;
    background-image: linear-gradient(145deg, #2c2c2c 0%, #1a1a1a 100%), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"%3E%3Cg fill-opacity="0.02"%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="600"/%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="500"/%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="400"/%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="300"/%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="200"/%3E%3Ccircle fill="%23ffffff" cx="400" cy="400" r="100"/%3E%3C/g%3E%3C/svg%3E');
    color: #e0e0e0;
    line-height: 1.9;
    word-break: keep-all;
    padding: 50px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
    border: 1px solid rgba(212, 175, 55, .1);
}

.premium-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 3em;
    font-weight: 700;
    background: linear-gradient(135deg, #d4af37 0%, #c09a2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 2px 15px rgba(212, 175, 55, .2);
    letter-spacing: 1px;
}

.premium-content-wrapper h2 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2.4em;
    font-weight: 600;
    color: #d4af37;
    text-align: center;
    padding-bottom: 25px;
    margin: 60px 0 40px 0;
    border-bottom: 1px solid rgba(212, 175, 55, .2);
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.premium-content-wrapper h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.9em;
    font-weight: 600;
    color: #c09a2d;
    margin: 45px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, .15);
}

.premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.8em;
    text-align: justify;
    color: #c7c7c7;
}

.premium-content-wrapper strong {
    color: #d4af37;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 1.5px solid rgba(212, 175, 55, .7);
    padding-bottom: 2px;
    font-weight: 500;
}

.info-highlight {
    background: rgba(0, 0, 0, .2);
    border-left: 4px solid #d4af37;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}

.info-highlight p {
    color: #dcdcdc;
    margin: 0;
    font-size: 1.1em;
    font-style: italic;
}

.premium-content-wrapper ul,
.premium-content-wrapper ol {
    padding-left: 30px;
    margin: 30px 0;
}

.premium-content-wrapper li {
    margin-bottom: 15px;
    font-size: 1.1em;
    padding-left: 10px;
}

.premium-content-wrapper ul li::marker {
    color: #d4af37;
    font-size: 1.2em;
}

.premium-image-wrapper {
    margin: 40px 0 !important;
    text-align: center !important;
}

.image-container {
    position: relative !important;
    display: inline-block !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .4) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 1px solid rgba(212, 175, 55, .2);
    padding: 5px;
}

.image-container img {
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px !important;
}

.ai-disclaimer {
    position: absolute !important;
    bottom: 13px !important;
    right: 18px !important;
    background: rgba(0, 0, 0, .8) !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    backdrop-filter: blur(5px) !important;
}

.premium-purchase-section {
    text-align: center;
    margin: 60px 0 40px;
    padding: 50px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, .1);
    box-shadow: 0 10px 40px rgba(0,0,0,.3);
    transition: all .3s ease;
}

.premium-purchase-section:hover {
    border-color: rgba(212, 175, 55, .25);
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #d4af37 !important;
    font-size: 2em !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    text-shadow: 0 2px 10px rgba(212,175,55,.2) !important;
    border: none !important;
    padding: 0 !important;
}

.premium-purchase-section h3::after {
    display: none !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 18px 55px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    color: #e0e0e0 !important;
    background: rgba(212, 175, 55, .15) !important;
    border: 1px solid #d4af37 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all .4s ease !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.3) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
    letter-spacing: 1px;
}

.premium-purchase-button:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 12px 35px rgba(212, 175, 55, .2) !important;
    background: linear-gradient(135deg, #d4af37 0%, #c09a2d 100%) !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    border-color: #c09a2d !important;
}

@media (max-width: 768px) {
    .premium-content-wrapper { padding: 25px; }
    .premium-title { font-size: 2.2em; }
    .premium-content-wrapper h2 { font-size: 1.9em; }
    .premium-content-wrapper h3 { font-size: 1.6em; }
    .premium-content-wrapper p, .premium-content-wrapper li { font-size: 1em; }
    .premium-purchase-section { margin: 40px 0 !important; padding: 30px !important; }
    .premium-purchase-section h3 { font-size: 1.6em !important; }
    .premium-purchase-button { padding: 16px 35px !important; font-size: 1.1em !important; }
    .image-container img { max-width: 100% !important; }
}