.voucher-intro { padding: 0 8px; }

.voucher-page h1 {
    font-size: clamp(27px, 4.5vw, 48px);
    line-height: 1.45;
}

.voucher-lead { font-size: 22px; line-height: 1.5; }

.voucher-form-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    margin-top: 16px;
    height: auto;
}

.voucher-form-link:hover { text-decoration: none; }

.voucher-section { margin: 48px 0; }

.voucher-section h2 {
    margin-bottom: 24px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.5;
    letter-spacing: normal;
}

.voucher-section ul, .voucher-section ol {
    font: 400 18px/28px 'Bai Jamjuree', sans-serif;
    padding-left: 24px;
}

.voucher-section li { margin-bottom: 16px; padding-left: 4px; }
.voucher-section li::marker { color: var(--secondary-color); }

.voucher-amount { white-space: nowrap; }
.voucher-currency { font-family: Arial, sans-serif; }

.voucher-requirements {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 28px 0 40px;
    padding: 28px;
    border-radius: 8px;
    background: var(--background-color-vertical-card);
    font-family: 'Bai Jamjuree', sans-serif;
}

.voucher-requirements dt {
    margin-bottom: 8px;
    color: #c5cfdf;
    font-size: 15px;
    font-weight: 500;
}

.voucher-requirements dd { margin: 0; }
.voucher-requirements strong {
    display: block;
    color: var(--secondary-color);
    font-size: 30px;
    line-height: 1.3;
    white-space: nowrap;
}

.voucher-requirements small { font-size: 18px; font-weight: 600; }
.voucher-requirements dd > span {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.voucher-section .voucher-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voucher-process li {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 156, 0, .5);
}

.voucher-step-number {
    display: block;
    margin-bottom: 12px;
    color: var(--secondary-color);
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.voucher-process h3 {
    margin-bottom: 12px;
    font: 600 22px/1.35 'Bai Jamjuree', sans-serif;
}

.voucher-process p { margin: 0; font-size: 17px; line-height: 1.65; }

@media (max-width: 991px) {
    .voucher-requirements { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .voucher-requirements strong { font-size: 26px; }
    .voucher-section .voucher-process { grid-template-columns: 1fr; gap: 28px; }
    .voucher-process li { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; }
    .voucher-step-number { grid-row: 1 / 3; margin: 0; }
    .voucher-process p { grid-column: 2; }
}

@media (max-width: 374px) {
    .voucher-requirements { padding: 20px; gap: 24px 16px; }
    .voucher-requirements strong { font-size: 23px; }
    .voucher-requirements dt, .voucher-requirements dd > span { font-size: 14px; }
}

#voucher-form { scroll-margin-top: 100px; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
