.inner-section { padding: 70px 0; }
.section-title { font-size: 1.5rem; font-weight: 700; color: var(--title); margin-bottom: 32px; text-align: center; }
.section-title::after { content: ''; display: block; width: 50px; height: 3px; background: var(--pink); margin: 12px auto 0; }
.voucher-guide { margin-bottom: 70px; max-width: 780px; margin-left: auto; margin-right: auto; }
.guide-numbered { list-style: none; counter-reset: guidenum; padding-left: 0; margin: 0 0 20px; }
.guide-numbered > li { counter-increment: guidenum; font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 20px; padding-left: 26px; position: relative; }
.guide-numbered > li::before { content: counter(guidenum) ')'; position: absolute; left: 0; top: 0; color: var(--pink); }
.guide-numbered > li:last-child { margin-bottom: 0; }
.guide-numbered > li > ul { list-style: none; padding-left: 0; margin: 8px 0 0; font-weight: 400; }
.guide-numbered > li > ul > li { font-size: .9rem; color: var(--gray); line-height: 1.85; font-weight: 400; padding-left: 14px; position: relative; margin-bottom: 4px; }
.guide-numbered > li > ul > li::before { content: ''; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.guide-numbered > li > p { font-size: .88rem; color: var(--ink-3); font-weight: 400; margin-top: 6px; }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.scope-card { background: #fff; border: 1px solid var(--border-pink); border-radius: 14px; padding: 22px 18px; box-shadow: 0 2px 10px rgba(176,53,121,.06); transition: box-shadow .2s, transform .2s; }
.scope-card:hover { box-shadow: 0 8px 22px rgba(176,53,121,.12); transform: translateY(-3px); }
.scope-card h3 { font-size: .93rem; font-weight: 700; color: var(--pink); margin-bottom: 8px; }
.scope-card p { font-size: .85rem; color: var(--gray); line-height: 1.7; }
.voucher-notes { background: var(--wash); border-left: 4px solid var(--pink); padding: 20px 24px; border-radius: 0 8px 8px 0; }
.voucher-notes p { font-size: .87rem; color: var(--gray); line-height: 1.8; margin: 0; }
.voucher-benefit { margin-bottom: 70px; }
.table-note { font-size: .82rem; color: var(--ink-3); margin-top: 10px; }
.table-wrap { overflow-x: auto; }
.voucher-price-table-wrap { margin-bottom: 14px; overflow-x: auto; border: 1px solid var(--border-pink); border-radius: 14px; box-shadow: 0 2px 10px rgba(176,53,121,.06); }
.voucher-price-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.voucher-price-table th, .voucher-price-table td { padding: 11px 12px; border: 1px solid var(--border-pink); text-align: center; font-size: .85rem; white-space: nowrap; }
.voucher-price-table thead th { background: var(--pink-pale); color: var(--pink-dark); font-weight: 700; border: none; border-bottom: 1px solid var(--border-pink); letter-spacing: .01em; padding-top: 9px; }
.voucher-price-table thead tr.group-row th { font-size: .92rem; font-weight: 700; letter-spacing: .02em; color: var(--pink-dark); padding: 9px 12px 6px; border-bottom: 1px solid var(--border-pink); }
.voucher-price-table tbody th { background: #fdf3f7; color: var(--dark); font-weight: 600; }
.voucher-price-table tbody tr:nth-child(even) td { background: var(--wash); }
.voucher-price-table tbody tr:hover td { background: var(--pink-pale); }
.voucher-price-table small { color: var(--ink-3); font-weight: 400; }
.voucher-price-table tr.highlight-row th, .voucher-price-table tr.highlight-row td { color: #c0227f; font-weight: 700; }
.voucher-price-table tr.highlight-row:hover td { background: var(--pink-pale); }

.voucher-refund { margin-bottom: 70px; }
.refund-list { max-width: 760px; margin: 0 auto; padding-left: 20px; }
.refund-list li { margin-bottom: 18px; }
.refund-list strong { display: block; font-size: .95rem; color: var(--pink); margin-bottom: 6px; }
.refund-list p { font-size: .88rem; color: var(--gray); line-height: 1.85; margin-bottom: 6px; }
.refund-sublist { list-style: none; counter-reset: refundnum; padding-left: 0; margin: 4px 0 10px; }
.refund-sublist li { counter-increment: refundnum; font-size: .88rem; color: var(--gray); line-height: 1.8; padding-left: 20px; position: relative; margin-bottom: 4px; }
.refund-sublist li::before { content: counter(refundnum) '.'; position: absolute; left: 0; top: 0; color: var(--pink); font-weight: 700; }
.voucher-docs { margin-bottom: 70px; }
.docs-note { text-align: center; font-size: .83rem; color: var(--ink-3); }
.docs-detail-list { max-width: 640px; margin: 0 auto 20px; padding-left: 0; }
.docs-detail-list li { font-size: .9rem; color: var(--gray); line-height: 1.9; margin-bottom: 8px; padding-left: 16px; position: relative; }
.docs-detail-list li::before { content: ''; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
/* 하단 문의 */
.voucher-cta { background: #8f2f64; border-radius: var(--r-lg); padding: 48px; text-align: center; color: #fff; box-shadow: 0 14px 32px rgba(143,47,100,.22); }
.voucher-cta h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; }
.voucher-cta p { opacity: .9; margin-bottom: 24px; }
.voucher-cta .btn-primary { background: #fff; color: #8f2f64; border-color: #fff; box-shadow: none; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-outline-dark { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.65); padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all .3s; }
.btn-outline-dark:hover { background: #fff; color: #8f2f64; border-color: #fff; }
@media(max-width:900px){ .scope-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:580px){
  .scope-grid { grid-template-columns: 1fr; gap: 10px; margin-bottom: 14px; }
  .scope-card { padding: 16px 16px; }
  .scope-card p { line-height: 1.6; }
}
