/*
 * Theme Name: Neon Pulse
 * Description: A futuristic dark theme with glowing neon gradients and glassmorphism effects.
 */

@keyframes pulse-glow {
    0% { box-shadow: 0 0 20px rgba(224, 86, 253, 0.3), 0 0 30px rgba(224, 86, 253, 0.2); }
    50% { box-shadow: 0 0 30px rgba(224, 86, 253, 0.5), 0 0 45px rgba(224, 86, 253, 0.3); }
    100% { box-shadow: 0 0 20px rgba(224, 86, 253, 0.3), 0 0 30px rgba(224, 86, 253, 0.2); }
}

.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: #100f1c;
    color: #dcdde1;
    line-height: 1.8;
    word-break: keep-all;
    padding: 40px;
    border-radius: 20px;
    margin: 20px 0;
    border: 1px solid rgba(192, 113, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 0 80px rgba(0,0,0,0.3);
}

.premium-title {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(90deg, #e056fd, #8854d0, #4b7bec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgba(224, 86, 253, 0.5);
}

.premium-content-wrapper h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #e056fd;
    text-align: center;
    padding-bottom: 20px;
    margin: 40px 0 30px 0;
    border-bottom: 2px solid rgba(224, 86, 253, 0.15);
    position: relative;
    text-shadow: 0 0 8px rgba(224, 86, 253, 0.4);
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #e056fd, #4b7bec);
    box-shadow: 0 0 10px #e056fd, 0 0 5px #4b7bec;
}

.premium-content-wrapper h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #8854d0;
    margin: 35px 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid #e056fd;
}

.premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
}

.premium-content-wrapper strong {
    color: #f6e58d;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(246, 229, 141, 0.7);
}

.premium-content-wrapper u {
    text-decoration: none;
    background: linear-gradient(to top, rgba(224, 86, 253, 0.3) 40%, transparent 40%);
    font-weight: 500;
}

.info-highlight {
    background: rgba(43, 40, 77, 0.5);
    backdrop-filter: blur(10px);
    border-left: 5px solid #8854d0;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-highlight p {
    color: #c5a9ff;
    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: #e056fd;
    text-shadow: 0 0 5px #e056fd;
}

.premium-image-wrapper {
    margin: 30px 0 !important;
    text-align: center !important;
}

.image-container {
    position: relative !important;
    display: inline-block !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    border: 2px solid rgba(192, 113, 255, 0.3) !important;
    box-shadow: 0 0 25px rgba(192, 113, 255, 0.2) !important;
}

.image-container img {
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
    border-radius: 13px !important;
}

.ai-disclaimer {
    position: absolute !important;
    bottom: 8px !important;
    right: 12px !important;
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.premium-purchase-section {
    text-align: center;
    margin: 40px 0;
    padding: 40px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid rgba(224, 86, 253, 0.4);
    box-shadow: 0 15px 35px rgba(224, 86, 253, 0.2);
    animation: pulse-glow 4s infinite ease-in-out;
}

.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 0 10px rgba(224, 86, 253, 0.7) !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: #fff !important;
    background: linear-gradient(90deg, #e056fd, #8854d0) !important;
    border: none !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 20px rgba(224, 86, 253, 0.5), 0 4px 15px rgba(0,0,0,0.4) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 0 35px rgba(224, 86, 253, 0.7), 0 8px 25px rgba(0,0,0,0.5) !important;
    color: #fff !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; }
}