.paid-service-container {
    max-width: 1100px;
    margin: calc(var(--header-height) + 2rem) auto 4rem;
    padding: 0 1.25rem;
}

.paid-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #1d4ed8 100%);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.5rem;
}

.paid-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: .4rem .9rem;
    font-size: .85rem;
    margin-bottom: 1rem;
}

.paid-hero h1 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: .75rem;
    letter-spacing: -0.02em;
}

.paid-hero p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 780px;
    line-height: 1.75;
}

.notice-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-md);
    padding: 1rem 1.1rem;
    color: #1e3a8a;
    font-size: .95rem;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: .9rem;
    letter-spacing: -0.01em;
}

.muted {
    color: var(--text-sub);
    line-height: 1.75;
    margin-bottom: 1rem;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 2rem;
}

.plan-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.plan-card.recommended {
    border: 2px solid #2563eb;
    position: relative;
}

.plan-card.current-subscription {
    border: 2px solid #facc15;
    box-shadow: 0 0 0 2px rgba(250, 204, 21, .2);
    position: relative;
}

.plan-tag {
    position: absolute;
    right: 1rem;
    top: -0.6rem;
    background: #2563eb;
    color: #fff;
    border-radius: 999px;
    padding: .2rem .65rem;
    font-size: .75rem;
    font-weight: 700;
}

.plan-tag.current {
    background: #f59e0b;
    color: #111827;
}

.plan-name {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: .35rem;
    color: var(--text-main);
}

.plan-price {
    font-size: 1.65rem;
    font-weight: 900;
    color: #111827;
    margin-bottom: .5rem;
}

.plan-price span {
    font-size: .95rem;
    font-weight: 500;
    color: #6b7280;
}

.plan-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #374151;
    line-height: 1.7;
    font-size: .95rem;
    flex: 1;
}

.plan-action {
    margin-top: 1rem;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: .75rem .9rem;
    cursor: pointer;
}

.plan-action:disabled {
    background: #93c5fd;
    cursor: not-allowed;
}

.payment-result {
    margin-top: 1rem;
    font-size: .92rem;
    color: #334155;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1rem 0 2rem;
}

.mapping-table-wrap {
    overflow-x: auto;
    margin: 1rem 0 2rem;
    border: 1px solid #dbe2ea;
    border-radius: var(--radius-md);
    background: #fff;
}

.mapping-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.mapping-table th,
.mapping-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: .85rem .9rem;
    text-align: center;
    font-size: .92rem;
    color: #374151;
}

.mapping-table thead th {
    background: #eff6ff;
    color: #1e3a8a;
    font-weight: 800;
}

.mapping-table tbody th {
    background: #f8fafc;
    color: #111827;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.mapping-table tbody tr:last-child th,
.mapping-table tbody tr:last-child td {
    border-bottom: none;
}

.benefit-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 1rem;
}

.benefit-item i {
    color: #2563eb;
    font-size: 1.2rem;
    margin-right: .4rem;
}

.benefit-item h3 {
    font-size: 1rem;
    margin: 0 0 .5rem;
    color: var(--text-main);
}

.benefit-item p {
    margin: 0;
    color: var(--text-sub);
    line-height: 1.7;
    font-size: .92rem;
}

.faq-list {
    display: grid;
    gap: .8rem;
    margin-bottom: 2rem;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 1rem;
}

.faq-item h4 {
    font-size: .98rem;
    font-weight: 800;
    margin-bottom: .45rem;
    color: var(--text-main);
}

.faq-item p {
    margin: 0;
    color: var(--text-sub);
    line-height: 1.7;
    font-size: .93rem;
}

.updated-date {
    color: #6b7280;
    font-size: .9rem;
    text-align: right;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .plan-grid {
        grid-template-columns: 1fr;
    }

    .paid-hero {
        padding: 1.6rem;
    }

    .paid-hero h1 {
        font-size: 1.7rem;
    }
}
