.gift-vouchers{background-color:var(--surface-bg);padding:var(--space-section) 0}.gift-vouchers__header{margin-bottom:2.5rem;max-width:42rem}.gift-vouchers__headline{margin-bottom:1.25rem;font-family:var(--brand-font-heading);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.03em;color:var(--surface-text)}.gift-vouchers__intro{font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.75;font-weight:300;color:var(--surface-text-muted)}.gift-vouchers__amounts{margin-bottom:3.5rem;display:flex;list-style-type:none;flex-wrap:wrap;gap:1rem}.gift-vouchers__amount{border-radius:var(--radius-md);border-color:var(--surface-border);background-color:var(--surface-bg-2);padding:1.25rem 2rem;border-width:1px;border-style:solid}.gift-vouchers__amount,.gift-vouchers__subhead{font-family:var(--brand-font-heading);font-size:1.6rem;line-height:1.2;letter-spacing:-.02em;color:var(--surface-text)}.gift-vouchers__subhead{margin-bottom:1.25rem}.gift-vouchers__steps{margin-bottom:3rem;display:flex;list-style-type:none;flex-direction:column;gap:.75rem}.gift-vouchers__step{font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.75;font-weight:300;color:var(--surface-text-muted)}@media (max-width:768px){.gift-vouchers__amount{flex:1 1 40%;text-align:center}}