.vouchersPage {
  --voucher-paper: #f3eee5;
  --voucher-gold: #d4ad55;
  --voucher-green: #0c2b22;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(920px 540px at 75% 7%, rgba(201, 162, 77, .09), transparent 65%),
    radial-gradient(780px 460px at 10% 32%, rgba(15, 61, 46, .18), transparent 58%),
    #090b0a;
}

.vouchersPage h1,
.vouchersPage h2,
.vouchersPage h3,
.vouchersPage blockquote {
  font-family: "Cormorant Garamond", serif;
}

.vouchersPage .btn {
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.projectsKicker {
  margin-bottom: 18px;
  color: var(--voucher-gold);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .34em;
  line-height: 1.5;
  text-transform: uppercase;
}

.voucherHero {
  position: relative;
  min-height: min(780px, 100svh);
  display: grid;
  align-items: center;
  padding: 150px 0 86px;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 162, 77, .12);
  isolation: isolate;
}

.voucherHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 8, .68) 0%, rgba(4, 10, 8, .55) 42%, rgba(4, 10, 8, .9) 100%),
    linear-gradient(90deg, rgba(4, 10, 8, .42), rgba(4, 10, 8, .18) 50%, rgba(4, 10, 8, .46)),
    url('../img/vouchers/v2.png') center 47% / cover no-repeat;
  pointer-events: none;
  transform: scale(1.025);
  z-index: -2;
}

.voucherHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 15%, rgba(2, 7, 5, .22) 70%, rgba(2, 7, 5, .58) 100%),
    linear-gradient(180deg, transparent 70%, rgba(2, 7, 5, .48));
  pointer-events: none;
  z-index: -1;
}

.voucherHero__inner {
  position: relative;
  z-index: 1;
}

.voucherHero__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.voucherHero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(50px, 6.2vw, 80px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: .94;
  text-transform: none;
  text-shadow: 0 5px 34px rgba(0, 0, 0, .72);
}

.voucherHero h1 em {
  color: var(--voucher-gold);
  font-weight: 400;
}

.voucherHero__content>p {
  max-width: 660px;
  margin: 25px auto 0;
  color: rgba(239, 236, 230, .9);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .92);
}

.voucherHero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.voucherHero__link {
  padding: 10px 0;
  border-bottom: 1px solid rgba(201, 162, 77, .38);
  color: rgba(239, 236, 230, .82);
  font-size: 12px;
  letter-spacing: .08em;
  transition: color .2s ease, border-color .2s ease;
}

.voucherHero__link span {
  margin-left: 8px;
  color: var(--voucher-gold);
}

.voucherHero__link:hover {
  color: var(--voucher-gold);
  border-color: var(--voucher-gold);
}

.voucherHero__trust {
  display: flex;
  justify-content: center;
  gap: 26px;
  max-width: 590px;
  margin: 40px auto 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(201, 162, 77, .16);
  list-style: none;
}

.voucherHero__trust li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  color: rgba(239, 236, 230, .58);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.voucherHero__trust span {
  color: var(--voucher-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
}

.voucherIncludes {
  padding: 105px 0 110px;
}

.voucherSectionHead {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.voucherSectionHead h2 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: .98;
  text-transform: none;
}

.voucherSectionHead>p {
  max-width: 660px;
  margin: 20px auto 0;
  color: rgba(239, 236, 230, .66);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}

.voucherIncludes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(201, 162, 77, .18);
  border-bottom: 1px solid rgba(201, 162, 77, .18);
}

.voucherIncludes__grid article {
  position: relative;
  padding: 42px 35px 44px;
}

.voucherIncludes__grid article+article {
  border-left: 1px solid rgba(201, 162, 77, .18);
}

.voucherIncludes__featured {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(201, 162, 77, .1), rgba(201, 162, 77, .025) 54%, transparent),
    rgba(6, 14, 11, .45);
  box-shadow: inset 0 2px 0 rgba(201, 162, 77, .72);
}

.voucherIncludes__featured::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(201, 162, 77, .08);
  filter: blur(4px);
  pointer-events: none;
}

.voucherIncludes__number {
  display: block;
  margin-bottom: 27px;
  color: rgba(201, 162, 77, .52);
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.voucherIncludes__grid h3 {
  margin: 0 0 14px;
  color: var(--ivory);
  font-size: 28px;
  font-weight: 500;
}

.voucherIncludes__grid p {
  margin: 0;
  color: rgba(239, 236, 230, .62);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}

.voucherIncludes__badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 9px;
  border: 1px solid rgba(201, 162, 77, .34);
  color: var(--voucher-gold);
  font-size: 9px;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.voucherIncludes__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(201, 162, 77, .42);
  color: var(--voucher-gold);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.voucherIncludes__link span {
  transition: transform .2s ease;
}

.voucherIncludes__link:hover {
  border-color: var(--voucher-gold);
  color: #e1ba60;
}

.voucherIncludes__link:hover span {
  transform: translateX(4px);
}

.voucherFilm {
  padding: 0;
}

.voucherFilm__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(201, 162, 77, .28);
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 162, 77, .08), transparent 55%),
    #030806;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}

.voucherFilm__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 6, .08), transparent 58%, rgba(3, 8, 6, .56));
  pointer-events: none;
}

.voucherFilm__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.voucherFilm__video.is-loaded {
  opacity: 1;
}

.voucherChoice {
  padding: 106px 0 115px;
  border-top: 1px solid rgba(201, 162, 77, .11);
  background:
    linear-gradient(180deg, rgba(6, 25, 19, .66), rgba(7, 13, 11, .25)),
    radial-gradient(640px 360px at 50% 30%, rgba(201, 162, 77, .08), transparent 70%);
}

.voucherChoice__grid {
  display: block;
  max-width: 1020px;
  margin: 0 auto;
}

.voucherShowcase {
  border: 1px solid rgba(201, 162, 77, .28);
  background: rgba(4, 10, 7, .8);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .34);
  overflow: hidden;
}

.voucherShowcase__visual {
  position: relative;
  aspect-ratio: 3 / 2;
  min-height: 0;
  overflow: hidden;
  background: #07100c;
}

.voucherShowcase__slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(.4, 0, .2, 1);
}

.voucherShowcase__slide.is-active {
  z-index: 2;
  opacity: 1;
}

.voucherShowcase__color {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 24px;
  min-width: 94px;
  padding: 10px 15px;
  border: 1px solid rgba(201, 162, 77, .52);
  background: rgba(4, 10, 7, .83);
  color: var(--voucher-gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.voucherShowcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 5, .04), rgba(2, 7, 5, .36));
  pointer-events: none;
  z-index: 3;
}

.voucherShowcase__half {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.voucherShowcase__half--black {
  clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%);
  z-index: 1;
}

.voucherShowcase__half--white {
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 42% 100%);
  z-index: 2;
}

.voucherShowcase__half img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voucherShowcase__half--black img {
  object-position: 33% center;
}

.voucherShowcase__half--white img {
  object-position: 67% center;
}

.voucherShowcase__half>span {
  position: absolute;
  top: 24px;
  z-index: 4;
  padding: 10px 15px;
  border: 1px solid rgba(201, 162, 77, .52);
  background: rgba(4, 10, 7, .83);
  color: var(--voucher-gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.voucherShowcase__half--black>span {
  left: 24px;
}

.voucherShowcase__half--white>span {
  right: 24px;
}

.voucherShowcase__seam {
  position: absolute;
  z-index: 5;
  top: -12%;
  left: 50%;
  width: 1px;
  height: 124%;
  background: linear-gradient(180deg, transparent, rgba(235, 202, 121, .8) 18%, rgba(235, 202, 121, .8) 82%, transparent);
  box-shadow: 0 0 18px rgba(201, 162, 77, .24);
  transform: rotate(10.5deg);
  transform-origin: center;
}

.voucherShowcase__badge {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 24px;
  padding: 10px 15px;
  border: 1px solid rgba(201, 162, 77, .36);
  background: rgba(4, 10, 7, .88);
  color: rgba(239, 236, 230, .72);
  font-size: 8px;
  letter-spacing: .14em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.voucherShowcase__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px 45px;
  padding: 34px 38px 38px;
}

.voucherShowcase__copy h3 {
  margin: 7px 0 11px;
  color: var(--ivory);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.voucherShowcase__copy h3 i {
  margin: 0 5px;
  color: var(--voucher-gold);
  font-weight: 400;
}

.voucherShowcase__copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(239, 236, 230, .62);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.voucherShowcase__price {
  min-width: 190px;
  text-align: right;
}

.voucherShowcase__price span,
.voucherShowcase__price small {
  display: block;
  color: rgba(239, 236, 230, .43);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.voucherShowcase__price strong {
  display: block;
  margin: 4px 0;
  color: var(--voucher-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.voucherShowcase__features {
  grid-column: 1 / -1;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(201, 162, 77, .15);
  color: rgba(239, 236, 230, .66);
  font-size: 10px;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}

.voucherShowcase__features li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--voucher-gold);
}

.voucherShowcase__buy {
  grid-column: 1 / -1;
  width: 100%;
}

.voucherCard {
  background: rgba(5, 10, 8, .75);
  border: 1px solid rgba(201, 162, 77, .2);
  box-shadow: 0 26px 75px rgba(0, 0, 0, .28);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.voucherCard:hover,
.voucherCard.is-selected {
  border-color: rgba(201, 162, 77, .56);
  box-shadow: 0 32px 85px rgba(0, 0, 0, .4);
  transform: translateY(-5px);
}

.voucherCard__image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #050806;
}

.voucherCard__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(3, 7, 5, .46));
  pointer-events: none;
}

.voucherCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.voucherCard:hover .voucherCard__image img {
  transform: scale(1.025);
}

.voucherCard__tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(201, 162, 77, .4);
  background: rgba(7, 15, 11, .84);
  color: var(--voucher-gold);
  font-size: 9px;
  letter-spacing: .19em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.voucherCard__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 25px;
  padding: 30px;
}

.voucherCard__eyebrow {
  color: rgba(201, 162, 77, .65);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.voucherCard h3 {
  margin: 7px 0 10px;
  color: var(--ivory);
  font-size: 37px;
  font-weight: 500;
  line-height: 1;
}

.voucherCard p {
  max-width: 390px;
  margin: 0;
  color: rgba(239, 236, 230, .61);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.voucherCard__basePrice {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}

.voucherCard__basePrice span,
.voucherCard__basePrice small {
  color: rgba(239, 236, 230, .43);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.voucherCard__basePrice strong {
  color: var(--voucher-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
}

.voucherCard ul {
  grid-column: 1 / -1;
  display: flex;
  gap: 18px;
  margin: 4px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(201, 162, 77, .14);
  color: rgba(239, 236, 230, .66);
  font-size: 10px;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}

.voucherCard li::before {
  content: "✓";
  margin-right: 6px;
  color: var(--voucher-gold);
}

.voucherCard__buy {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
}

.voucherOrder {
  padding: 115px 0;
  scroll-margin-top: 90px;
}

.voucherOrder__layout {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(540px, 1.3fr);
  gap: 80px;
  align-items: start;
}

.voucherOrder__intro {
  position: sticky;
  top: 120px;
}

.voucherOrder__intro h2 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(45px, 5vw, 62px);
  font-weight: 500;
  line-height: .95;
}

.voucherOrder__intro>p {
  margin: 23px 0 0;
  color: rgba(239, 236, 230, .65);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
}

.voucherOrder__steps {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(201, 162, 77, .16);
}

.voucherOrder__steps>div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(201, 162, 77, .12);
}

.voucherOrder__steps span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(201, 162, 77, .34);
  border-radius: 50%;
  color: var(--voucher-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
}

.voucherOrder__steps p {
  margin: 0;
  color: rgba(239, 236, 230, .5);
  font-size: 11px;
  line-height: 1.55;
}

.voucherOrder__steps strong {
  display: block;
  color: rgba(239, 236, 230, .84);
  font-size: 12px;
  font-weight: 500;
}

.voucherOrder__panel {
  border: 1px solid rgba(201, 162, 77, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .012)),
    rgba(3, 8, 6, .65);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .3);
}

.voucherOrder__summary {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 22px;
  padding: 20px;
  border-bottom: 1px solid rgba(201, 162, 77, .16);
  background: rgba(201, 162, 77, .035);
}

.voucherOrder__summary img {
  display: block;
  width: 130px;
  height: 82px;
  object-fit: cover;
  border: 1px solid rgba(201, 162, 77, .24);
}

.voucherOrder__summary span,
.voucherOrder__summary small {
  display: block;
  color: rgba(239, 236, 230, .5);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.voucherOrder__summary strong {
  display: block;
  margin: 5px 0 6px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.voucherOrder__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  padding: 28px;
}

.voucherOrder__form .field {
  gap: 7px;
}

.voucherOrder__form label:not(.voucherOrder__consent) {
  color: rgba(239, 236, 230, .57);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
}

.voucherOrder__form label span {
  color: rgba(239, 236, 230, .36);
  text-transform: none;
}

.voucherOrder__form input,
.voucherOrder__form select,
.voucherOrder__form textarea {
  width: 100%;
  border: 1px solid rgba(239, 236, 230, .13);
  border-radius: 2px;
  background: rgba(0, 0, 0, .25);
  color: var(--ivory);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}

.voucherOrder__form input,
.voucherOrder__form select {
  min-height: 47px;
}

.voucherOrder__form textarea {
  min-height: 88px;
  resize: vertical;
}

.voucherOrder__form input::placeholder,
.voucherOrder__form textarea::placeholder {
  color: rgba(239, 236, 230, .3);
}

.voucherOrder__form select option {
  color: #141713;
}

.voucherOrder__form :is(input, select, textarea):focus {
  border-color: rgba(201, 162, 77, .65);
  box-shadow: 0 0 0 4px rgba(201, 162, 77, .07);
}

.voucherOrder__form :is(input, select, textarea).is-invalid {
  border-color: rgba(220, 108, 108, .75);
  box-shadow: 0 0 0 3px rgba(220, 108, 108, .09);
}

.voucherFieldHint,
.voucherFieldError {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.voucherFieldHint {
  color: rgba(239, 236, 230, .42);
}

.voucherFieldError {
  color: #f0a6a6;
  letter-spacing: .01em;
}

.voucherFieldError[hidden] {
  display: none;
}

.voucherOrder__variant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.voucherOrder__variant button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(239, 236, 230, .12);
  border-radius: 2px;
  background: rgba(0, 0, 0, .18);
  color: rgba(239, 236, 230, .58);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: .2s ease;
}

.voucherOrder__variant button:hover,
.voucherOrder__variant button.is-active {
  border-color: rgba(201, 162, 77, .55);
  background: rgba(201, 162, 77, .09);
  color: var(--voucher-gold);
}

.voucherOptionGroup {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.voucherOptionGroup__label,
.voucherOptionGroup legend {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: rgba(239, 236, 230, .57);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.voucherOptionGroup__note {
  margin: 10px 0 0;
  padding: 9px 11px;
  border-left: 2px solid rgba(201, 162, 77, .42);
  background: rgba(201, 162, 77, .035);
  color: rgba(239, 236, 230, .5);
  font-size: 9px;
  font-weight: 300;
  line-height: 1.55;
}

.voucherOptionGroup__note span {
  margin-right: 5px;
  color: var(--voucher-gold);
}

.voucherSwatch {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(239, 236, 230, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .28);
}

.voucherSwatch--black {
  background: #111;
}

.voucherSwatch--white {
  background: #f2eee7;
}

.voucherOptionCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.voucherOptionCards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voucherOption {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 12px 13px 12px 39px;
  border: 1px solid rgba(239, 236, 230, .12);
  border-radius: 2px;
  background: rgba(0, 0, 0, .18);
  color: rgba(239, 236, 230, .68);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.voucherOption:hover,
.voucherOption.is-selected {
  border-color: rgba(201, 162, 77, .55);
  background: rgba(201, 162, 77, .08);
}

.voucherOption input {
  position: absolute;
  left: 13px;
  top: 50%;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  accent-color: var(--voucher-gold);
  transform: translateY(-50%);
}

.voucherOption span,
.voucherExtra>span:not(.voucherExtra__check) {
  min-width: 0;
}

.voucherOption strong,
.voucherOption small,
.voucherExtra strong,
.voucherExtra small {
  display: block;
}

.voucherOption strong,
.voucherExtra strong {
  color: rgba(239, 236, 230, .87);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.voucherOption small,
.voucherExtra small {
  margin-top: 3px;
  color: rgba(239, 236, 230, .43);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.voucherExtra {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 13px 15px;
  border: 1px solid rgba(239, 236, 230, .12);
  border-radius: 2px;
  background: rgba(0, 0, 0, .18);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.voucherExtra+.voucherExtra {
  margin-top: 8px;
}

.voucherExtra.is-selected {
  border-color: rgba(201, 162, 77, .55);
  background: rgba(201, 162, 77, .08);
}

.voucherExtra input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
}

.voucherExtra__check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(201, 162, 77, .35);
  background: transparent;
}

.voucherExtra.is-selected .voucherExtra__check {
  background: var(--voucher-gold);
}

.voucherExtra__check::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #130f06;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-1px) rotate(45deg) scale(.6);
  transition: opacity .16s ease, transform .16s ease;
}

.voucherExtra.is-selected .voucherExtra__check::after {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}

.voucherExtra b {
  color: var(--voucher-gold);
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.voucherConditional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  padding: 17px;
  border: 1px solid rgba(201, 162, 77, .18);
  background: rgba(201, 162, 77, .035);
}

.voucherConditional[hidden] {
  display: none;
}

.voucherPrice {
  margin-top: 4px;
  padding: 20px;
  border: 1px solid rgba(201, 162, 77, .26);
  background:
    linear-gradient(135deg, rgba(201, 162, 77, .09), rgba(201, 162, 77, .025)),
    rgba(0, 0, 0, .22);
}

.voucherPrice__head,
.voucherPrice__rows>div,
.voucherPrice__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.voucherPrice__head {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(201, 162, 77, .15);
  color: rgba(239, 236, 230, .72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.voucherPrice__head small {
  color: var(--voucher-gold);
  font-size: 9px;
}

.voucherPrice__rows {
  padding: 10px 0;
}

.voucherPrice__rows>div {
  min-height: 30px;
  color: rgba(239, 236, 230, .58);
  font-size: 11px;
}

.voucherPrice__rows>div[hidden] {
  display: none;
}

.voucherPrice__rows b {
  color: rgba(239, 236, 230, .78);
  font-weight: 500;
  white-space: nowrap;
}

.voucherPrice__total {
  padding-top: 15px;
  border-top: 1px solid rgba(201, 162, 77, .22);
  color: var(--ivory);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.voucherPrice__total strong {
  color: var(--voucher-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.voucherPrice>p {
  margin: 9px 0 0;
  color: rgba(239, 236, 230, .42);
  font-size: 9px;
  line-height: 1.5;
  text-align: right;
}

.voucherOrder__consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: rgba(239, 236, 230, .56);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
  cursor: pointer;
}

.voucherOrder__consent.is-invalid {
  margin: -8px;
  padding: 8px;
  border: 1px solid rgba(220, 108, 108, .48);
  background: rgba(220, 108, 108, .07);
}

.voucherOrder__consent input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--voucher-gold);
}

.voucherOrder__consent a {
  color: var(--voucher-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.voucherOrder__submit {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 17px;
  padding-top: 5px;
}

.voucherOrder__submit button {
  width: 100%;
}

.voucherOrder__submit button[disabled] {
  cursor: wait;
  filter: grayscale(.35);
  opacity: .75;
}

.voucherOrder__submit p {
  margin: 0;
  color: rgba(239, 236, 230, .42);
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.voucherOrder__message {
  display: none;
  padding: 13px 15px;
  border: 1px solid rgba(201, 162, 77, .23);
  background: rgba(201, 162, 77, .07);
  color: rgba(239, 236, 230, .85);
  font-size: 12px;
  line-height: 1.6;
}

.voucherOrder__message.is-visible {
  display: block;
}

.voucherOrder__message.is-error {
  border-color: rgba(220, 108, 108, .35);
  background: rgba(220, 108, 108, .07);
}

.voucherOrder__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.voucherQuote {
  padding: 105px 0;
  border-top: 1px solid rgba(201, 162, 77, .12);
  border-bottom: 1px solid rgba(201, 162, 77, .12);
  background:
    linear-gradient(90deg, rgba(7, 27, 21, .82), rgba(7, 27, 21, .56)),
    radial-gradient(700px 300px at 50% 50%, rgba(201, 162, 77, .08), transparent 70%);
  text-align: center;
}

.voucherQuote blockquote {
  max-width: 880px;
  margin: 0 auto;
  color: var(--ivory);
  font-size: clamp(39px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.08;
}

.voucherQuote a {
  display: inline-block;
  margin-top: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(201, 162, 77, .43);
  color: var(--voucher-gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .voucherHero {
    min-height: 680px;
  }

  .voucherOrder__layout {
    grid-template-columns: 1fr;
    gap: 45px;
    max-width: 760px;
  }

  .voucherOrder__intro {
    position: static;
    max-width: 570px;
  }

  .voucherOrder__steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .voucherOrder__steps>div {
    padding-right: 15px;
    border-top: 0;
  }
}

@media (max-width: 800px) {
  .voucherHero {
    min-height: 660px;
    padding: 125px 0 80px;
  }

  .voucherHero::before {
    background-position: 55% center;
  }

  .voucherHero__content>p {
    margin-left: auto;
    margin-right: auto;
  }

  .voucherHero__actions,
  .voucherHero__trust {
    justify-content: center;
  }

  .voucherIncludes__grid {
    grid-template-columns: 1fr;
  }

  .voucherIncludes__grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    padding: 28px 12px;
  }

  .voucherIncludes__grid article+article {
    border-top: 1px solid rgba(201, 162, 77, .18);
    border-left: 0;
  }

  .voucherIncludes__number {
    grid-row: 1 / 3;
    margin: 4px 0 0;
  }

  .voucherChoice__grid {
    gap: 16px;
  }

  .voucherShowcase__visual {
    min-height: 0;
  }

  .voucherShowcase__body {
    gap: 24px 28px;
    padding: 28px;
  }

  .voucherCard__body {
    gap: 19px;
    padding: 22px 20px;
  }

  .voucherCard ul {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .projectsKicker {
    letter-spacing: .25em;
  }

  .voucherHero h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .voucherHero__actions {
    flex-direction: column;
    gap: 13px;
  }

  .voucherHero__actions .btn {
    width: min(310px, 100%);
  }

  .voucherHero__trust {
    gap: 13px;
  }

  .voucherHero__trust li {
    grid-template-columns: 1fr;
    gap: 3px;
    text-align: center;
  }

  .voucherIncludes,
  .voucherChoice,
  .voucherOrder,
  .voucherQuote {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .voucherFilm {
    padding: 0;
  }

  .voucherSectionHead {
    margin-bottom: 35px;
  }

  .voucherChoice__grid {
    grid-template-columns: 1fr;
    max-width: 590px;
  }

  .voucherShowcase__visual {
    aspect-ratio: 3 / 2;
    min-height: 0;
  }

  .voucherShowcase__slide {
    object-position: center;
  }

  .voucherShowcase__color {
    top: 14px;
    right: 12px;
    min-width: 78px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .voucherShowcase__half--black {
    clip-path: polygon(0 0, 65% 0, 35% 100%, 0 100%);
  }

  .voucherShowcase__half--white {
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 35% 100%);
  }

  .voucherShowcase__half--black img {
    object-position: 38% center;
  }

  .voucherShowcase__half--white img {
    object-position: 62% center;
  }

  .voucherShowcase__half>span {
    top: 14px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .voucherShowcase__half--black>span {
    left: 12px;
  }

  .voucherShowcase__half--white>span {
    right: 12px;
  }

  .voucherShowcase__seam {
    transform: rotate(14.5deg);
  }

  .voucherShowcase__badge {
    bottom: 12px;
    max-width: 190px;
    padding: 8px 10px;
  }

  .voucherShowcase__body {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .voucherShowcase__price {
    text-align: left;
  }

  .voucherShowcase__features {
    flex-direction: column;
    gap: 8px;
  }

  .voucherCard__body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 23px 20px;
  }

  .voucherCard ul {
    flex-direction: column;
    gap: 8px;
  }

  .voucherOrder__steps {
    grid-template-columns: 1fr;
  }

  .voucherOrder__panel {
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .voucherOrder__summary {
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 15px;
  }

  .voucherOrder__summary img {
    width: 100px;
    height: 66px;
  }

  .voucherOrder__form {
    grid-template-columns: 1fr;
    padding: 22px 17px;
  }

  .voucherOrder__form .full {
    grid-column: 1;
  }

  .voucherOrder__variant,
  .voucherOrder__submit {
    grid-template-columns: 1fr;
  }

  .voucherOptionCards,
  .voucherOptionCards--three,
  .voucherConditional {
    grid-template-columns: 1fr;
  }

  .voucherPrice {
    padding: 17px 15px;
  }

  .voucherOrder__submit p {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .voucherCard,
  .voucherCard__image img,
  .voucherShowcase__slide {
    transition: none;
  }
}
