:root {
  --jubo-white-rock: #e7e7d9;
  --jubo-bombay: #b4babc;
  --jubo-dim-gray: #67646c;
  --jubo-chicago: #545c56;
  --jubo-zeus: #272119;
  --jubo-deco: #dad99b;
  --jubo-golden-dream: #f4dd30;
  --jubo-dark-goldenrod: #b7890a;
  --jubo-shadow: #81744e;
  --jubo-raw-umber: #6f5113;
}

.jubo-voucher-lp {
  color: var(--jubo-zeus);
  background: var(--jubo-white-rock);
  overflow: hidden;
}

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

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

.jubo-voucher-section {
  padding: clamp(56px, 8vw, 112px) 0;
  position: relative;
}

.jubo-voucher-center {
  text-align: center;
  max-width: 820px;
}

.jubo-voucher-eyebrow {
  margin: 0 0 14px;
  color: var(--jubo-dark-goldenrod);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jubo-voucher-lp h1,
.jubo-voucher-lp h2,
.jubo-voucher-lp h3 {
  color: inherit;
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.jubo-voucher-lp h1 {
  font-size: clamp(2.65rem, 8.2vw, 6.75rem);
  max-width: 900px;
}

.jubo-voucher-lp h2 {
  font-size: clamp(2rem, 5.2vw, 4.35rem);
  max-width: 850px;
}

.jubo-voucher-lp h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.jubo-voucher-text,
.jubo-voucher-lead {
  color: rgba(39, 33, 25, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.jubo-voucher-lead {
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  max-width: 680px;
}

.jubo-voucher-button,
.jubo-voucher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.jubo-voucher-button:hover,
.jubo-voucher-link:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.jubo-voucher-button--primary {
  color: var(--jubo-white-rock);
  background: linear-gradient(135deg, var(--jubo-dark-goldenrod), var(--jubo-raw-umber));
  box-shadow: 0 18px 45px rgba(183, 137, 10, 0.28);
}

.jubo-voucher-button--primary:hover,
.jubo-voucher-button--primary:focus {
  color: #fff;
  box-shadow: 0 24px 55px rgba(183, 137, 10, 0.38);
}

.jubo-voucher-button--soft {
  color: var(--jubo-zeus);
  background: rgba(218, 217, 155, 0.38);
  border: 1px solid rgba(183, 137, 10, 0.22);
}

.jubo-voucher-button--soft:hover,
.jubo-voucher-button--soft:focus {
  color: var(--jubo-zeus);
  background: rgba(218, 217, 155, 0.62);
}

.jubo-voucher-link {
  min-height: unset;
  padding: 0;
  color: var(--jubo-dark-goldenrod);
  border-radius: 0;
}

.jubo-voucher-link::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.jubo-voucher-link:hover::after {
  transform: translateX(4px);
}

.jubo-voucher-hero {
  position: relative;
  padding: clamp(88px, 10vw, 150px) 0 clamp(64px, 8vw, 120px);
  color: var(--jubo-white-rock);
  background:
    radial-gradient(circle at 80% 18%, rgba(183, 137, 10, 0.24), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(84, 92, 86, 0.32), transparent 36%),
    linear-gradient(135deg, #272119 0%, #1d1812 64%, #37301d 100%);
}

.jubo-voucher-hero::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(183, 137, 10, 0.24);
  border-radius: 30px;
  pointer-events: none;
}

.jubo-voucher-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.jubo-voucher-hero__content {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.jubo-voucher-hero .jubo-voucher-lead {
  color: rgba(231, 231, 217, 0.82);
}

.jubo-voucher-hero__visual {
  display: flex;
  justify-content: center;
  perspective: 1000px;
}

.jubo-voucher-hero__image {
  width: min(100%, 460px);
  height: auto;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
}

.jubo-voucher-mockup {
  width: min(100%, 440px);
  aspect-ratio: 1.55 / 1;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(26px, 5vw, 44px);
  color: var(--jubo-white-rock);
  background:
    linear-gradient(135deg, rgba(183, 137, 10, 0.22), rgba(218, 217, 155, 0.08)),
    linear-gradient(145deg, rgba(231, 231, 217, 0.13), rgba(39, 33, 25, 0.2));
  border: 1px solid rgba(231, 231, 217, 0.28);
  border-radius: 30px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  transform: rotate(-3deg);
  position: relative;
  overflow: hidden;
}

.jubo-voucher-mockup::before,
.jubo-voucher-mockup::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.jubo-voucher-mockup::before {
  width: 180px;
  height: 180px;
  right: -60px;
  top: -60px;
  background: rgba(183, 137, 10, 0.28);
}

.jubo-voucher-mockup::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 32%;
  background: rgba(231, 231, 217, 0.24);
}

.jubo-voucher-mockup span {
  color: var(--jubo-deco);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jubo-voucher-mockup strong {
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.jubo-voucher-mockup em {
  color: rgba(231, 231, 217, 0.74);
  font-size: 0.92rem;
  font-style: normal;
}

.jubo-voucher-promise {
  background: linear-gradient(180deg, var(--jubo-white-rock), rgba(218, 217, 155, 0.18));
}

.jubo-voucher-promise .jubo-voucher-center {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.jubo-voucher-section-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.jubo-voucher-section-head .jubo-voucher-eyebrow {
  margin-bottom: 0;
}

.jubo-voucher-card-grid,
.jubo-voucher-highlight-grid,
.jubo-voucher-steps-grid {
  display: grid;
  gap: 18px;
}

.jubo-voucher-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jubo-voucher-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.jubo-voucher-card,
.jubo-voucher-mini-card,
.jubo-voucher-step,
.jubo-voucher-faq-item {
  border: 1px solid rgba(183, 137, 10, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 60px rgba(39, 33, 25, 0.06);
}

.jubo-voucher-card,
.jubo-voucher-mini-card,
.jubo-voucher-step {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.jubo-voucher-card--featured {
  min-height: 280px;
  background:
    linear-gradient(145deg, rgba(231, 231, 217, 0.8), rgba(218, 217, 155, 0.2)),
    #f4f1df;
}

.jubo-voucher-card--featured h3::before,
.jubo-voucher-card h3::before,
.jubo-voucher-mini-card h3::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 0 0 18px;
  background: var(--jubo-dark-goldenrod);
}

.jubo-voucher-types,
.jubo-voucher-trust {
  background: rgba(218, 217, 155, 0.18);
}

.jubo-voucher-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jubo-voucher-highlight-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(183, 137, 10, 0.2);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 24px 68px rgba(39, 33, 25, 0.08);
}

.jubo-voucher-highlight-card__image {
  min-height: 220px;
  background:
    radial-gradient(circle at 80% 30%, rgba(183, 137, 10, 0.28), transparent 32%),
    linear-gradient(135deg, var(--jubo-zeus), var(--jubo-chicago));
}

.jubo-voucher-highlight-card__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
}

.jubo-voucher-highlight-card__body {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
}

.jubo-voucher-pill {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--jubo-raw-umber);
  background: rgba(218, 217, 155, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jubo-voucher-occasions {
  background:
    radial-gradient(circle at 12% 16%, rgba(183, 137, 10, 0.1), transparent 32%),
    var(--jubo-white-rock);
}

.jubo-voucher-mini-card {
  min-height: 210px;
}

.jubo-voucher-steps {
  color: var(--jubo-white-rock);
  background:
    radial-gradient(circle at 90% 10%, rgba(183, 137, 10, 0.22), transparent 34%),
    linear-gradient(135deg, var(--jubo-zeus), #1d1812);
}

.jubo-voucher-steps .jubo-voucher-text {
  color: rgba(231, 231, 217, 0.78);
}

.jubo-voucher-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jubo-voucher-step {
  background: rgba(231, 231, 217, 0.08);
  border-color: rgba(183, 137, 10, 0.28);
}

.jubo-voucher-step span {
  color: var(--jubo-deco);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.jubo-voucher-faq {
  background: rgba(218, 217, 155, 0.16);
}

.jubo-voucher-accordion {
  display: grid;
  gap: 12px;
}

.jubo-voucher-faq-item {
  padding: 0;
  overflow: hidden;
}

.jubo-voucher-faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--jubo-zeus);
  font-weight: 800;
  list-style: none;
}

.jubo-voucher-faq-item summary::-webkit-details-marker {
  display: none;
}

.jubo-voucher-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--jubo-dark-goldenrod);
  font-size: 1.3rem;
  line-height: 1;
}

.jubo-voucher-faq-item[open] summary::after {
  content: "–";
}

.jubo-voucher-faq-item .jubo-voucher-text {
  padding: 0 24px 24px;
}

.jubo-voucher-final {
  padding: clamp(70px, 9vw, 125px) 0;
  color: var(--jubo-white-rock);
  background:
    radial-gradient(circle at 18% 16%, rgba(183, 137, 10, 0.26), transparent 30%),
    linear-gradient(135deg, #1d1812, var(--jubo-zeus));
}

.jubo-voucher-final .jubo-voucher-center {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.jubo-voucher-final .jubo-voucher-lead {
  color: rgba(231, 231, 217, 0.82);
}

@media (max-width: 960px) {
  .jubo-voucher-hero__grid,
  .jubo-voucher-card-grid,
  .jubo-voucher-card-grid--two,
  .jubo-voucher-card-grid--three,
  .jubo-voucher-highlight-grid,
  .jubo-voucher-steps-grid {
    grid-template-columns: 1fr;
  }

  .jubo-voucher-hero__visual {
    justify-content: flex-start;
  }
}

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

  .jubo-voucher-hero {
    padding-top: 78px;
  }

  .jubo-voucher-hero::before {
    inset: 8px;
    border-radius: 22px;
  }

  .jubo-voucher-button {
    width: 100%;
  }

  .jubo-voucher-card,
  .jubo-voucher-mini-card,
  .jubo-voucher-step,
  .jubo-voucher-highlight-card__body {
    border-radius: 22px;
    padding: 22px;
  }

  .jubo-voucher-highlight-card {
    border-radius: 24px;
  }

  .jubo-voucher-mockup {
    border-radius: 24px;
    transform: rotate(-1.5deg);
  }
}
