/* --- 테마 1: Royal Gold & Onyx --- */

.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: #121212;
    color: #e0e0e0;
    line-height: 1.8;
    word-break: keep-all;
    padding: 40px;
    border-radius: 16px;
    margin: 20px 0;
    border: 1px solid #D4AF37;
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.15), 0 0 0 1px #333;
}

.premium-title {
    font-size: 2.5em;
    font-weight: 800;
    color: #FFD700;
    -webkit-text-fill-color: initial;
    background: none;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.3), 0 2px 4px rgba(0,0,0,0.5);
}

.premium-content-wrapper h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #D4AF37;
    text-align: center;
    padding: 20px 0;
    margin: 40px 0 30px 0;
    border-bottom: 2px solid #4d442a;
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #FFD700;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.premium-content-wrapper h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #E0C98F;
    margin: 35px 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid #D4AF37;
}

.premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
}

.premium-content-wrapper strong {
    color: #FFD700;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 215, 0, 0.3);
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 2px solid rgba(212, 175, 55, 0.6);
    padding-bottom: 1px;
    font-weight: 500;
    background: none;
}

.info-highlight {
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid #4d442a;
    border-left: 5px solid #D4AF37;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.info-highlight p {
    color: #e0c98f;
    margin: 0;
    font-size: 1.05em;
}

.premium-content-wrapper ul, .premium-content-wrapper ol {
    padding-left: 30px;
    margin: 25px 0;
}

.premium-content-wrapper li {
    margin-bottom: 12px;
    font-size: 1.1em;
}

.premium-content-wrapper ul li::marker {
    color: #D4AF37;
}

.premium-image-wrapper {
    margin: 30px 0 !important;
    text-align: center !important;
}

.image-container {
    position: relative !important;
    display: inline-block !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    border: 1px solid #333;
    background: #000 !important;
}

.image-container img {
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
    border-radius: 15px !important;
    opacity: 0.95;
}

.ai-disclaimer {
    position: absolute !important;
    bottom: 8px !important;
    right: 12px !important;
    background: rgba(0,0,0,0.8) !important;
    color: #fff !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    backdrop-filter: blur(5px) !important;
}

.premium-purchase-section {
    text-align: center;
    margin: 40px 0;
    padding: 40px;
    background: linear-gradient(135deg, #1a1a1a, #000);
    border-radius: 20px;
    border: 1px solid #D4AF37;
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.2), 0 10px 40px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.premium-purchase-section:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 25px rgba(212, 175, 55, 0.3), 0 15px 50px rgba(0,0,0,0.6);
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    color: #fff !important;
    font-size: 1.8em !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
    border: none !important;
    padding: 0 !important;
}

.premium-purchase-section h3::after {
    display: none !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 18px 50px !important;
    font-size: 1.4em !important;
    font-weight: 700 !important;
    color: #111 !important;
    background: linear-gradient(135deg, #FFD700, #D4AF37) !important;
    border: none !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5) !important;
    background: linear-gradient(135deg, #ffde33, #dcb540) !important;
    color: #000 !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .premium-content-wrapper { padding: 20px; }
    .premium-title { font-size: 2em; }
    .premium-content-wrapper h2 { font-size: 1.8em; }
    .premium-content-wrapper h3 { font-size: 1.5em; }
    .premium-content-wrapper p { font-size: 1em; }
    .premium-purchase-section { margin: 30px 0 !important; padding: 25px !important; }
    .premium-purchase-section h3 { font-size: 1.5em !important; }
    .premium-purchase-button { padding: 15px 30px !important; font-size: 1.2em !important; }
    .image-container img { max-width: 100% !important; }
}