:root {
  --expo-background: #070b16;
  --expo-panel: #11192a;
  --expo-line: rgba(157, 178, 214, 0.17);
  --expo-text: #f7f9ff;
  --expo-muted: #aab5c8;
  --expo-blue: #005aaa;
  --expo-blue-light: #64b4ff;
  --expo-green: #4bd3a0;
  --expo-amber: #f4c268;
}

.expo-watzmann-background {
  position: fixed;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: 66.6667% 50%;
  opacity: 0.88;
  mask-image: linear-gradient(to bottom, transparent 8%, rgba(0, 0, 0, 0.82) 22%, #000 69%, rgba(0, 0, 0, 0.38) 100%);
}

.expo-header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.expo-home-link {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 15px;
  color: #e4ecff;
  font-size: 12px;
  font-weight: 730;
  text-decoration: none;
  border: 1px solid var(--expo-line);
  border-radius: 11px;
  background: rgba(15, 23, 39, 0.76);
  transition: border-color 170ms ease, background 170ms ease;
}

.expo-home-link:hover {
  border-color: rgba(100, 180, 255, 0.47);
  background: rgba(0, 90, 170, 0.19);
}

.expo-home-link span {
  font-size: 15px;
}

.expo-final {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, 0.72fr);
  align-items: center;
  gap: clamp(27px, 5vw, 70px);
  margin-top: 26px;
  padding: clamp(28px, 4.2vw, 53px);
  color: var(--expo-text);
  border: 1px solid rgba(122, 151, 210, 0.24);
  border-radius: 23px;
  background: linear-gradient(130deg, rgba(19, 29, 49, 0.97), rgba(12, 19, 33, 0.99));
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.2);
}

.expo-final-kicker {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 11px;
  color: var(--expo-blue-light);
  font-size: 10px;
  font-weight: 830;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  border: 1px solid rgba(100, 180, 255, 0.28);
  border-radius: 7px;
  background: rgba(0, 90, 170, 0.15);
}

.expo-final-copy h2 {
  max-width: 630px;
  margin: 16px 0 11px;
  color: var(--expo-text);
  font-size: clamp(35px, 4.3vw, 53px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.expo-final-copy > p {
  max-width: 650px;
  margin: 0 0 18px;
  color: var(--expo-muted);
  font-size: 14px;
  line-height: 1.68;
}

.expo-final-list {
  display: grid;
  gap: 8px;
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}

.expo-final-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d7e0f1;
  font-size: 12px;
}

.expo-final-list li::before {
  content: "✓";
  color: var(--expo-green);
  font-weight: 850;
}

.expo-bonus {
  display: grid;
  gap: 6px;
  padding: 15px 16px;
  border: 1px solid rgba(244, 194, 104, 0.29);
  border-radius: 12px;
  background: rgba(244, 194, 104, 0.07);
}

.expo-bonus > span {
  color: #f3c97c;
  font-size: 9px;
  font-weight: 840;
  text-transform: uppercase;
  letter-spacing: 0.115em;
}

.expo-bonus strong {
  color: #fff2d4;
  font-size: 14px;
  line-height: 1.45;
}

.expo-bonus p {
  margin: 0;
  color: #bac1cd;
  font-size: 9px;
  line-height: 1.55;
}

.expo-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.expo-final-action {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  color: #f2f6ff;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(120, 151, 226, 0.22);
  border-radius: 10px;
  background: rgba(24, 37, 64, 0.74);
  cursor: pointer;
}

.expo-final-action-primary {
  border-color: transparent;
  background: linear-gradient(130deg, #005aaa, #0874c6);
  box-shadow: 0 11px 24px rgba(0, 90, 170, 0.3);
}

.expo-final-action:hover {
  border-color: rgba(100, 180, 255, 0.6);
}

.expo-qr {
  display: grid;
  width: min(330px, 100%);
  justify-self: center;
  justify-items: center;
  padding: 17px;
  color: var(--expo-text);
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(134, 157, 207, 0.25);
  border-radius: 19px;
  background: rgba(30, 45, 76, 0.54);
}

.expo-qr img {
  width: min(252px, 100%);
  height: auto;
  padding: 14px;
  border-radius: 13px;
  background: #fff;
}

.expo-qr strong {
  margin-top: 15px;
  color: var(--expo-text);
  font-size: 20px;
  letter-spacing: -0.03em;
}

.expo-qr > span {
  max-width: 255px;
  margin-top: 6px;
  color: #bbc7dc;
  font-size: 11px;
  line-height: 1.5;
}

.expo-qr > i {
  display: flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: #f7f9ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 780;
  border-radius: 9px;
  background: linear-gradient(130deg, #005aaa, #0874c6);
}

.expo-qr small {
  margin-top: 9px;
  color: #9eabc0;
  font-size: 9px;
}

.expo-invoice-body {
  overflow-x: hidden;
  overflow-y: auto;
}

.expo-invoice-body .app-shell {
  min-height: 100vh;
}

.expo-invoice-body .brand {
  text-decoration: none;
}

.expo-invoice-body .prize-button {
  text-decoration: none;
}

.expo-invoice-body .executive-result-screen {
  padding-bottom: 108px;
}

.expo-invoice-body .giveaway-screen {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.expo-invoice-body .giveaway-screen .expo-final {
  width: min(1280px, 100%);
  margin-block: 20px 65px;
}

@media (pointer: coarse) {
  .expo-home-link { min-height: 56px; padding-inline: 18px; font-size: 14px; }
  .expo-final-action { min-height: 62px; font-size: 13px; }
  .expo-qr > i { min-height: 58px; font-size: 13px; }
}

@media (max-width: 900px) {
  .expo-final { grid-template-columns: 1fr; }
  .expo-qr { justify-self: start; }
}

@media (max-width: 650px) {
  .expo-watzmann-background { opacity: 0.72; }
  .expo-header-tools { gap: 8px; }
  .expo-home-link { min-height: 43px; padding-inline: 10px; font-size: 10px; }
  .expo-home-link span { font-size: 12px; }
  .expo-final { gap: 25px; padding: 24px 19px; }
  .expo-final-copy h2 { font-size: 38px; }
  .expo-final-actions { flex-direction: column; }
  .expo-final-action { width: 100%; }
  .expo-qr { width: 100%; }
}
