.voucher-page{
  background: #f3f6fa;
  color: #071a33;
}

.voucher-page *,
.voucher-page *::before,
.voucher-page *::after{
  box-sizing: border-box;
}

.voucher-wrap{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.voucher-hero .voucher-wrap{
  width: calc(100% - 48px);
  max-width: none;
  margin-left: 24px;
  margin-right: 24px;
}

.voucher-hero{
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 36px 0 34px;
  background: #071a33;
  color: #fff;
  display: grid;
  align-items: center;
}

.voucher-hero-picture,
.voucher-hero-bg,
.voucher-hero-overlay{
  position: absolute;
  inset: 0;
}

.voucher-hero-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voucher-hero--airport .voucher-hero-bg{
  object-position: center 42%;
}

.voucher-hero--bezirkstaxi .voucher-hero-bg{
  object-position: center center;
}

.voucher-hero-overlay{
  background:
    radial-gradient(circle at 88% 18%, rgba(246,201,72,.24) 0 120px, transparent 122px),
    linear-gradient(90deg, rgba(4,16,32,.86) 0%, rgba(7,26,51,.72) 36%, rgba(7,26,51,.34) 68%, rgba(7,26,51,.22) 100%);
  pointer-events: none;
}

.voucher-hero--bezirkstaxi .voucher-hero-overlay{
  background:
    radial-gradient(circle at 86% 18%, rgba(246,201,72,.16) 0 120px, transparent 122px),
    linear-gradient(90deg, rgba(4,16,32,.68) 0%, rgba(7,26,51,.46) 34%, rgba(7,26,51,.18) 66%, rgba(7,26,51,.08) 100%);
}

.voucher-hero--airport .voucher-hero-overlay{
  background:
    radial-gradient(circle at 88% 18%, rgba(246,201,72,.22) 0 120px, transparent 122px),
    linear-gradient(90deg, rgba(4,16,32,.80) 0%, rgba(7,26,51,.62) 36%, rgba(7,26,51,.28) 68%, rgba(7,26,51,.16) 100%);
}

.voucher-hero-grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: start;
  gap: 22px;
  align-items: center;
}

.voucher-hero-grid > div:first-child{
  text-align: left;
  max-width: 780px;
}

.voucher-hero-grid::after{
  display: none;
}

.voucher-hero-grid::before{
  display: none;
}

.voucher-back{
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(7,26,51,.36);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 20px;
}

.voucher-hero h1{
  margin: 6px 0 16px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  text-align: left;
}

.voucher-hero-label{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  padding: 0 46px 8px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #f6c948;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.voucher-hero-label::before,
.voucher-hero-label::after{
  display: none;
}

.voucher-hero-label::before{
  right: 0;
  top: 1px;
  width: 32px;
  height: 22px;
  border: 4px solid #f6c948;
  border-radius: 50% 50% 45% 45%;
  transform: rotate(-18deg);
}

.voucher-hero-label::after{
  right: 12px;
  top: 25px;
  width: 4px;
  height: 28px;
  background: #f6c948;
  border-radius: 999px;
  box-shadow: 10px -10px 0 -1px #f6c948;
  transform: rotate(18deg);
}

.voucher-hero p{
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
}

.voucher-hero .voucher-hero-label{
  color: #f6c948;
}

.voucher-hero-checks{
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.voucher-hero-checks li{
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 1.35;
}

.voucher-hero-checks li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f6c948;
}

.voucher-preview-card{
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 26px;
  border-radius: 16px;
  background-color: rgba(7,26,51,.48);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
  display: grid;
  align-content: end;
}

.voucher-preview-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,16,32,.88) 0%, rgba(7,26,51,.62) 50%, rgba(7,26,51,.16) 100%);
}

.voucher-page--airport .voucher-preview-card{
  background-image: url("../images/header-flughafentransfer_1280.jpg");
  background-position: 58% center;
}

.voucher-page--bezirkstaxi .voucher-preview-card{
  background-image: url("../images/header_bezirkstaxi_1280.jpg");
  background-position: center center;
}

.voucher-preview-card > *{
  position: relative;
  z-index: 1;
}

.voucher-gift-scene{
  display: none;
}

.voucher-gift{
  position: absolute;
  display: block;
  border-radius: 8px;
  background: linear-gradient(135deg, #f6c948, #fff1a8);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.voucher-gift::before,
.voucher-gift::after{
  content: "";
  position: absolute;
  background: rgba(7,26,51,.72);
}

.voucher-gift::before{
  width: 16%;
  height: 100%;
  left: 42%;
  top: 0;
}

.voucher-gift::after{
  width: 100%;
  height: 16%;
  left: 0;
  top: 30%;
}

.voucher-gift--large{
  width: 76px;
  height: 64px;
  right: 6px;
  bottom: 0;
}

.voucher-gift--small{
  width: 52px;
  height: 44px;
  left: 0;
  bottom: 8px;
  background: linear-gradient(135deg, #ffffff, #f6c948);
}

.voucher-ribbon{
  position: absolute;
  right: 38px;
  top: 6px;
  width: 42px;
  height: 24px;
  border: 5px solid #f6c948;
  border-radius: 50% 50% 45% 45%;
  transform: rotate(-10deg);
}

.voucher-preview-kicker{
  color: #f6c948;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.voucher-preview-card strong{
  display: block;
  margin: 8px 0;
  color: #f6c948;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.voucher-preview-price{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  min-height: 78px;
  padding: 12px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6c948, #fff0a6);
  color: #071a33 !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1 !important;
  box-shadow: 0 18px 36px rgba(0,0,0,.26);
}

.voucher-preview-price[data-empty="1"]{
  min-width: 190px;
  min-height: 78px;
  background: rgba(255,255,255,.12);
  box-shadow: none;
}

.voucher-preview-card p{
  font-size: 16px;
}

.voucher-preview-code{
  width: fit-content;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
}

.voucher-section{
  padding: 28px 0 48px;
}

.voucher-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 680px);
  gap: 24px;
  align-items: start;
}

.voucher-buy-form,
.voucher-summary{
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(8,32,58,.06);
}

.voucher-buy-form{
  display: grid;
  gap: 16px;
  padding: 22px;
}

.voucher-form-section{
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.voucher-form-section:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
}

.voucher-form-section h2{
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}

.voucher-form-note{
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff7d6;
  color: #3f3210;
  border: 1px solid #f1d36f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.voucher-buy-form label{
  display: grid;
  gap: 7px;
  color: #172033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.voucher-buy-form input,
.voucher-buy-form select,
.voucher-buy-form textarea{
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  background: #f8fafc;
  color: #071a33;
  font: inherit;
  font-size: 15px;
}

.voucher-buy-form textarea{
  min-height: 110px;
  resize: vertical;
}

.voucher-two-cols{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.voucher-value-fields,
.voucher-airport-fields{
  display: grid;
  gap: 12px;
}

.voucher-custom-stepper{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.voucher-custom-stepper input{
  text-align: center;
  font-weight: 900;
}

.voucher-custom-stepper button{
  display: none;
  width: 48px;
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #071a33;
  color: #f6c948;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.voucher-help{
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}

.voucher-airport-price{
  display: grid;
  gap: 4px;
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #071a33, #0b315f);
  color: #fff;
  border: 1px solid rgba(246,201,72,.72);
  box-shadow: 0 12px 24px rgba(8,32,58,.12);
}

.voucher-airport-price[hidden]{
  display: none;
}

.voucher-airport-price span{
  color: #f6c948;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.voucher-airport-price strong{
  color: #fff;
  font-size: 23px;
  line-height: 1.1;
}

.voucher-seo-text{
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8e0ea;
  box-shadow: 0 10px 28px rgba(8,32,58,.06);
}

.voucher-seo-text h2{
  margin: 0 0 8px;
  color: #071a33;
  font-size: 24px;
  line-height: 1.15;
}

.voucher-seo-text p{
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.voucher-submit{
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f6c948;
  color: #111827;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

.voucher-submit:disabled{
  cursor: not-allowed;
  background: #cbd5e1;
  color: #64748b;
}

.voucher-consent{
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #d8e0ea;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800 !important;
}

.voucher-consent input{
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #c99500;
}

.voucher-consent a{
  color: #0b4f8a;
  text-decoration: underline;
}

.voucher-summary{
  position: sticky;
  top: 18px;
  padding: 24px;
}

.voucher-summary.voucher-preview-card{
  aspect-ratio: 2 / 1;
  min-height: 0;
  background-color: #061a33;
  color: #fff;
  padding: 0;
  border-radius: 14px;
  display: block;
}

.voucher-mobile-preview{
  display: none !important;
}

.voucher-summary.voucher-preview-card p{
  color: rgba(255,255,255,.9);
}

.voucher-summary.voucher-preview-card [data-voucher-detail]{
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.voucher-summary.voucher-preview-card::before{
  display: none;
}

.voucher-page--airport .voucher-summary.voucher-preview-card{
  background-image: url("../images/gutscheine/header-flughafen-gutschein-2026-card.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.voucher-page--bezirkstaxi .voucher-summary.voucher-preview-card{
  background-image: url("../images/gutscheine/header-bezirkstaxi-gutschein-2026-card.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.voucher-preview-left{
  position: absolute;
  z-index: 1;
  left: 6.4%;
  top: 45%;
  width: 43%;
  height: 24%;
  display: block;
}

.voucher-preview-script{
  display: none;
}

.voucher-preview-title{
  display: none !important;
}

.voucher-preview-service-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 34%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  padding: 2.4% 4.2%;
  border: 2px solid rgba(246,201,72,.96);
  border-radius: 0;
  background: rgba(2,16,35,.76);
}

.voucher-preview-icon{
  display: none;
}

.voucher-preview-service{
  display: block;
  color: #f6c948;
  font-weight: 900;
  font-size: clamp(14px, 1.35vw, 19px);
  line-height: 1.12;
  white-space: normal;
}

.voucher-preview-detail{
  display: block;
  margin-top: 1px;
  color: #fff;
  font-weight: 800;
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.1;
}

.voucher-preview-code-row{
  display: none !important;
}

.voucher-preview-code-row > span:first-child{
  grid-column: 1 / 2;
  color: #f6c948;
  font-size: clamp(9px, .78vw, 11px);
}

.voucher-preview-code-row strong{
  grid-column: 1 / 2;
  display: block;
  margin: 0;
  color: #f6c948;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1;
}

.voucher-preview-qr{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 4.3vw, 54px);
  aspect-ratio: 1;
  border-radius: 6px;
  background: #fff;
  color: #071a33;
  font-size: 9px;
  font-weight: 900;
  border: 2px solid #fff;
}

.voucher-page--airport .voucher-preview-qr{
  display: none;
}

.voucher-preview-sites{
  display: none;
  align-self: end;
  gap: 0;
  color: #fff;
  font-weight: 800;
  font-size: clamp(8px, .82vw, 11px);
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
}

.voucher-summary-price{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 70px;
  margin: 10px 0 12px;
  padding: 12px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6c948, #fff0a6);
  color: #071a33;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(201,149,0,.24);
}

.voucher-summary-price[data-empty="1"]{
  min-height: 18px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.voucher-summary p{
  color: #475569;
  line-height: 1.6;
}

.voucher-summary ul{
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.voucher-summary li{
  padding-left: 20px;
  position: relative;
  color: #172033;
  font-weight: 800;
}

.voucher-summary li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: #c99500;
}

.voucher-page-alert{
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 900;
}

.voucher-page-alert--success{
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.voucher-page-alert--error{
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.hp-field{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 780px){
  .voucher-wrap{
    width: min(100% - 24px, 560px);
  }

  .voucher-hero .voucher-wrap{
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .voucher-hero{
    min-height: 520px;
    padding: 12px 0 22px;
    align-items: start;
  }

  .voucher-hero--airport .voucher-hero-bg{
    object-position: 58% top;
  }

  .voucher-hero--bezirkstaxi .voucher-hero-bg{
    object-position: 58% top;
  }

  .voucher-hero-overlay{
    background: linear-gradient(180deg, rgba(4,16,32,.82) 0%, rgba(7,26,51,.66) 50%, rgba(7,26,51,.48) 100%);
  }

  .voucher-hero-grid,
  .voucher-layout,
  .voucher-two-cols{
    grid-template-columns: 1fr;
  }

  .voucher-hero h1{
    font-size: 36px;
    line-height: 1.04;
  }

  .voucher-hero-label{
    max-width: 100%;
    font-size: 21px;
    line-height: 1.05;
  }

  .voucher-hero p{
    font-size: 16px;
    line-height: 1.5;
  }

  .voucher-hero-checks{
    gap: 7px;
    margin-top: 18px;
  }

  .voucher-hero-checks li{
    font-size: 15px;
    line-height: 1.3;
  }

  .voucher-back{
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .voucher-language-switcher{
    display: flex;
    width: fit-content;
    margin: 0 0 14px;
  }

  .voucher-form-note{
    font-size: 13.5px;
    line-height: 1.42;
    padding: 10px;
  }

  .voucher-seo-text{
    margin-top: 18px;
    padding: 18px;
    border-radius: 14px;
  }

  .voucher-seo-text h2{
    font-size: 22px;
  }

  .voucher-seo-text p{
    font-size: 15px;
    line-height: 1.55;
  }

  .voucher-form-section{
    gap: 16px;
  }

  .voucher-value-fields,
  .voucher-airport-fields{
    gap: 12px;
  }

  .voucher-custom-stepper{
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .voucher-custom-stepper button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .voucher-preview-card{
    padding: 18px;
  }

  .voucher-buy-form,
  .voucher-summary{
    border-radius: 14px;
    padding: 16px;
  }

  .voucher-form-section h2{
    font-size: 22px;
  }

  .voucher-summary{
    position: static;
  }

  .voucher-layout > .voucher-summary.voucher-preview-card{
    display: none;
  }

  .voucher-mobile-preview{
    display: block !important;
    position: relative;
    top: auto;
    width: 100%;
    margin: 8px 0 2px;
    padding: 0;
    border-radius: 12px;
  }

  .voucher-mobile-preview .voucher-preview-service{
    font-size: 13px;
    line-height: 1.05;
  }

  .voucher-mobile-preview .voucher-preview-detail{
    font-size: 10px;
  }

  .voucher-summary-price{
    font-size: 34px;
  }
}

@media (max-width: 520px){
  .voucher-wrap{
    width: min(100% - 24px, 366px);
    margin-left: 12px;
    margin-right: auto;
  }

  .voucher-hero .voucher-wrap{
    width: min(100% - 32px, 358px);
    margin-left: 16px;
    margin-right: auto;
  }

  .voucher-hero h1{
    font-size: 32px;
  }

  .voucher-hero p{
    font-size: 15px;
    line-height: 1.45;
  }

  .voucher-hero-checks li{
    font-size: 14.5px;
  }
}
