/* --- 테마: 스타리아 EV 리포트 (EV Trend Report / Newsroom) --- */
.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: #0a0f1a;
    color: #d0d5e0;
    line-height: 1.85;
    word-break: keep-all;
    padding: 45px;
    border-radius: 12px;
    margin: 20px 0;
    border: 1px solid rgba(0, 180, 216, 0.15);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 30px rgba(0, 180, 216, 0.06);
}

.premium-title {
    font-size: 2.6em;
    font-weight: 800;
    background: linear-gradient(135deg, #00b4d8, #0077b6, #48cae4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 40px;
}

.premium-content-wrapper h2 {
    font-size: 2.1em;
    font-weight: 700;
    color: #48cae4;
    text-align: center;
    padding-bottom: 18px;
    margin: 50px 0 30px 0;
    border-bottom: 2px solid rgba(0, 180, 216, 0.15);
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #00b4d8, #0077b6);
}

.premium-content-wrapper h3 {
    font-size: 1.7em;
    font-weight: 600;
    color: #90e0ef;
    margin: 35px 0 18px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 180, 216, 0.12);
}

.premium-content-wrapper p {
    font-size: 1.05em;
    margin-bottom: 1.4em;
    text-align: justify;
    color: #b0b8c8;
}

.premium-content-wrapper strong {
    color: #48cae4;
    font-weight: 700;
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 180, 216, 0.5);
    padding-bottom: 1px;
    font-weight: 500;
}

.info-highlight {
    background: rgba(0, 180, 216, 0.06);
    border-left: 4px solid #0077b6;
    padding: 25px 30px;
    border-radius: 0 10px 10px 0;
    margin: 30px 0;
    font-style: italic;
    color: #90e0ef;
}

.info-highlight p {
    color: #90e0ef !important;
    margin-bottom: 0 !important;
}

.premium-image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.premium-image-wrapper .image-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 180, 216, 0.15);
}

.premium-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.ai-disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #90e0ef;
    font-size: 0.75em;
    padding: 4px 10px;
    border-radius: 4px;
}

.premium-content-wrapper ul,
.premium-content-wrapper ol {
    margin: 15px 0 25px 20px;
    padding: 0;
}

.premium-content-wrapper li {
    margin-bottom: 10px;
    color: #b0b8c8;
    font-size: 1.05em;
}

.premium-content-wrapper li::marker {
    color: #0077b6;
}

.premium-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95em;
}

.premium-content-wrapper th {
    background: rgba(0, 119, 182, 0.2);
    color: #48cae4;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid rgba(0, 180, 216, 0.3);
    font-weight: 600;
}

.premium-content-wrapper td {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 180, 216, 0.08);
    color: #b0b8c8;
}

.premium-content-wrapper tr:hover td {
    background: rgba(0, 180, 216, 0.04);
}

.premium-purchase-section {
    margin: 50px 0 30px 0;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 119, 182, 0.1), rgba(0, 180, 216, 0.05));
    border-radius: 12px;
    border: 1px solid rgba(0, 180, 216, 0.2);
    text-align: center;
}

.premium-purchase-section h3 {
    color: #48cae4;
    border: none;
    text-align: center;
}

.premium-purchase-button {
    display: inline-block;
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
}

.premium-purchase-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 119, 182, 0.5);
}

@media (max-width: 768px) {
    .premium-content-wrapper {
        padding: 20px 15px;
    }
    .premium-title {
        font-size: 1.8em;
    }
    .premium-content-wrapper h2 {
        font-size: 1.5em;
    }
    .premium-content-wrapper h3 {
        font-size: 1.3em;
    }
    .premium-content-wrapper table {
        font-size: 0.85em;
    }
    .premium-content-wrapper th,
    .premium-content-wrapper td {
        padding: 8px 10px;
    }
    .premium-purchase-section {
        padding: 25px 15px;
    }
}