/* --- 테마: Medical Trust (메디컬 신뢰) --- */
.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background: #ffffff;
    color: #333333;
    line-height: 1.9;
    word-break: keep-all;
    padding: 40px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    border: 1px solid #e8edf2;
}

.premium-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #0056A6;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #0077CC;
    letter-spacing: -0.5px;
}

.premium-content-wrapper h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #003D7A;
    text-align: left;
    padding: 15px 0 10px 15px;
    margin: 35px 0 20px 0;
    border-left: 4px solid #0077CC;
    border-bottom: none;
}

.premium-content-wrapper h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #005599;
    margin: 25px 0 15px 0;
    padding-left: 12px;
    border-left: 3px solid #66AADD;
}

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

.premium-content-wrapper strong {
    color: #0056A6;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 2px solid #0077CC;
    padding-bottom: 1px;
}

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

.premium-content-wrapper ul li {
    margin-bottom: 10px;
    padding-left: 8px;
    color: #444;
    line-height: 1.8;
}

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

.info-highlight {
    background: #F0F7FF;
    border-left: 4px solid #0077CC;
    border-radius: 8px;
    padding: 20px 25px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0,119,204,0.08);
}

.info-highlight p {
    color: #003D7A;
    margin: 0;
    font-size: 1.05em;
    font-style: italic;
}

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

.premium-image-wrapper .image-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

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

.premium-image-wrapper .ai-disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,86,166,0.85);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75em;
}

/* 버튼 섹션 */
.premium-purchase-section {
    text-align: center;
    margin: 40px auto;
    padding: 35px 20px;
    background: linear-gradient(135deg, #F0F7FF 0%, #E6F0FA 100%);
    border-radius: 12px;
    border: 1px solid #CCDDEF;
}

.purchase-content h3 {
    color: #003D7A !important;
    font-size: 1.6em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    border: none !important;
    padding: 0 !important;
}

.purchase-content p {
    color: #555 !important;
    text-align: center;
    margin-bottom: 25px;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 14px 40px !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0066AA 0%, #0088DD 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,102,170,0.3) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    background: linear-gradient(135deg, #005599 0%, #0077CC 100%) !important;
    box-shadow: 0 6px 20px rgba(0,102,170,0.4) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* 신뢰 배지 */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F0F7FF;
    border: 1px solid #CCDDEF;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.9em;
    color: #0056A6;
    margin: 5px;
}

.trust-badge svg {
    width: 16px;
    height: 16px;
    fill: #0077CC;
}

/* 테이블 */
.premium-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

.premium-content-wrapper table th {
    background: #0066AA;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}

.premium-content-wrapper table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8edf2;
    color: #444;
}

.premium-content-wrapper table tr:nth-child(even) td {
    background: #F8FBFF;
}

/* 반응형 */
@media (max-width: 768px) {
    .premium-content-wrapper {
        padding: 20px 15px;
    }
    .premium-title {
        font-size: 1.6em;
    }
    .premium-content-wrapper h2 {
        font-size: 1.4em;
    }
    .premium-content-wrapper h3 {
        font-size: 1.2em;
    }
}
