body.wtf-mykonos-checkout-page {
  --wtf-gold: #BFA46A;
  --wtf-gold-light: #D9C08A;
  --wtf-black: #070707;
  margin: 0 !important;
  background: var(--wtf-black) !important;
  color: #fff !important;
}

body.wtf-mykonos-checkout-page.wtf-checkout-ready {
  overflow: auto !important;
}

body.wtf-mykonos-checkout-page.wtf-checkout-ready > *:not(#wtf-checkout-shell):not(#wpadminbar):not(script):not(style):not(link) {
  display: none !important;
}

#wtf-checkout-shell,
#wtf-checkout-shell * {
  box-sizing: border-box;
}

#wtf-checkout-shell {
  position: relative;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #070707;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

#wpadminbar ~ #wtf-checkout-shell { padding-top: 0; }

.wtf-announcement {
  background: linear-gradient(90deg, #171309, #0d0d0d);
  border-bottom: 1px solid rgba(191,164,106,.35);
  padding: 9px 16px;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wtf-gold);
}

.wtf-checkout-top {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px min(4vw, 48px);
  background: rgba(7,7,7,.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(191,164,106,.25);
}

.admin-bar .wtf-checkout-top { top: 32px; }

.wtf-back {
  justify-self: start;
  color: rgba(255,255,255,.7) !important;
  text-decoration: none !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: color .25s;
}

.wtf-back:hover { color: var(--wtf-gold) !important; }

.wtf-logo {
  justify-self: center;
  color: var(--wtf-gold) !important;
  text-decoration: none !important;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .2em;
  text-indent: .2em;
}

.wtf-logo span { color: #fff; }

.wtf-top-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}

.wtf-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border: 1px solid rgba(191,164,106,.5);
  color: var(--wtf-gold) !important;
  text-decoration: none !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  transition: all .25s;
}

.wtf-lang:hover { background: var(--wtf-gold); color: #050505 !important; }
.wtf-lang svg { width: 15px; height: 15px; }

.wtf-secure {
  color: rgba(255,255,255,.5);
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.wtf-secure svg { margin-right: 6px; vertical-align: -2px; }

.wtf-steps {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.4);
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
}
.wtf-step.is-active { color: var(--wtf-gold); }
.wtf-step.is-done { color: rgba(191,164,106,.65); }

.wtf-checkout-main {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 52px min(4vw,48px) 100px;
}

.wtf-trip-column,
.wtf-ticket-panel { min-width: 0; }

.wtf-hero {
  display: block;
  width: 100%;
  height: 300px;
  padding: 0;
  border: 1px solid rgba(191,164,106,.25);
  border-radius: 0;
  background-position: center;
  background-size: cover;
  cursor: zoom-in;
}

.wtf-thumbs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin: 10px 0 22px;
}

.wtf-thumb {
  display: block;
  height: 78px;
  padding: 0;
  border: 1px solid rgba(191,164,106,.2);
  border-radius: 0;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: border-color .25s, opacity .25s;
}
.wtf-thumb:hover { border-color: var(--wtf-gold); opacity: .85; }

.wtf-description {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.wtf-description li {
  position: relative;
  margin: 0 0 6px !important;
  padding: 0 0 0 26px !important;
  list-style: none !important;
}
.wtf-description li::before {
  content: '✦';
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--wtf-gold);
  font-size: 11px;
}

.wtf-win {
  margin-bottom: 2px;
  color: rgba(255,255,255,.55);
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.wtf-title {
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(30px,3.4vw,44px) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

.wtf-stats {
  display: flex;
  margin-bottom: 24px;
}
.wtf-stats > div {
  padding-right: 26px;
  border-right: 1px solid rgba(191,164,106,.22);
}
.wtf-stats > div:not(:first-child) { padding-left: 26px; }
.wtf-stats > div:last-child { padding-right: 0; border-right: 0; }
.wtf-stats b {
  display: block;
  color: var(--wtf-gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}
.wtf-stats span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.6);
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.wtf-voucher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 24px;
  color: rgba(255,255,255,.8);
  font-size: 14.5px;
  font-weight: 300;
}
.wtf-voucher b { color: var(--wtf-gold); font-weight: 500; }
.wtf-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid rgba(191,164,106,.7);
  border-radius: 50%;
  background: transparent;
  color: var(--wtf-gold);
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-style: italic;
  cursor: pointer;
}
.wtf-info:hover { background: var(--wtf-gold); color: #050505; }
.wtf-voucher-pop {
  position: absolute;
  bottom: 130%;
  left: 0;
  z-index: 20;
  width: 290px;
  padding: 16px 18px;
  border: 1px solid rgba(191,164,106,.5);
  background: #111;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  color: rgba(255,255,255,.85);
  font-size: 12px;
  line-height: 1.7;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: all .25s;
}
.wtf-voucher.is-open .wtf-voucher-pop { opacity: 1; pointer-events: auto; transform: translateY(0); }

.wtf-draw {
  margin-bottom: 22px;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.wtf-draw b {
  margin-right: 12px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  font-variant-numeric: lining-nums tabular-nums;
}
.wtf-draw span {
  color: var(--wtf-gold);
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wtf-draw p {
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 11.5px !important;
  font-style: italic;
  font-weight: 300;
}

.wtf-quantity-label,
.wtf-pack-label {
  margin-bottom: 12px;
  color: rgba(255,255,255,.7);
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wtf-pack-label { margin-top: 24px; }

.wtf-quantity-grid {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  gap: 7px;
}
.wtf-qty-button {
  padding: 11px 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: #0e0e0e;
  color: rgba(255,255,255,.85);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s;
}
.wtf-qty-button:hover { border-color: var(--wtf-gold); }
.wtf-qty-button.is-active { border-color: var(--wtf-gold); background: var(--wtf-gold); color: #050505; font-weight: 600; }

.wtf-packs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.wtf-pack-card {
  min-width: 0;
  padding: 16px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  background: #0e0e0e;
  text-align: center;
  cursor: pointer;
  transition: all .25s;
}
.wtf-pack-card:hover { border-color: rgba(191,164,106,.55); }
.wtf-pack-card.is-active { border-color: var(--wtf-gold); background: rgba(191,164,106,.1); }
.wtf-pack-name {
  display: block;
  min-height: 22px;
  margin-bottom: 8px;
  color: var(--wtf-gold);
  font-family: 'Outfit', sans-serif;
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wtf-pack-card b {
  display: block;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}
.wtf-pack-card em { display: block; margin: 4px 0 2px; color: #3ddc84; font-size: 11px; font-style: normal; }
.wtf-pack-card small { display: block; color: rgba(255,255,255,.55); font-size: 10.5px; font-weight: 300; }

.wtf-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 26px 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(191,164,106,.35);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  letter-spacing: .06em;
}
.wtf-total b {
  color: var(--wtf-gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 500;
  font-variant-numeric: lining-nums tabular-nums;
}

.wtf-primary {
  display: block;
  width: 100%;
  padding: 15px 24px;
  border: 1px solid var(--wtf-gold);
  border-radius: 0;
  background: var(--wtf-gold);
  color: #050505;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.wtf-primary:hover { background: transparent; color: var(--wtf-gold); }
.wtf-primary:disabled { opacity: .4; pointer-events: none; }

.wtf-pay-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.wtf-payment-icons { display: flex; align-items: center; justify-content: center; gap: 7px; flex-wrap: wrap; }
.wtf-pi { width: auto; height: 26px; border-radius: 4px; }
.wtf-payment-copy { color: rgba(255,255,255,.45); font-size: 11px; }

.wtf-checkout-footer {
  position: sticky;
  bottom: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 13px 20px;
  border-top: 1px solid rgba(191,164,106,.3);
  background: rgba(7,7,7,.97);
}

/* Keep the site's real WordPress/Elementor footer visible below the custom page. */
#wtf-checkout-shell > .wtf-site-footer {
  position: relative !important;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#wtf-checkout-shell > .wtf-site-footer * {
  visibility: visible;
}

.wtf-functional-form { margin: 0 !important; padding: 0 !important; }
.wtf-functional-form > .lty-lottery-predefined-buttons-container,
.wtf-functional-form > .qib-button-wrapper,
.wtf-functional-form > .wtf-original-submit,
.wtf-functional-form > input[name="add-to-cart"] + .wtf-original-submit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.wtf-skill-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4,4,4,.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.wtf-skill-modal.is-open { display: flex; }
body.wtf-modal-open { overflow: hidden !important; }

.wtf-skill-card {
  position: relative;
  width: min(560px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 42px 40px 36px;
  border: 1px solid rgba(191,164,106,.45);
  background: linear-gradient(160deg,#111 0%,#0A0A0A 100%);
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
}
.wtf-modal-close {
  position: absolute;
  top: 15px;
  right: 17px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.6);
  font-size: 18px;
  cursor: pointer;
}
.wtf-skill-label {
  margin-bottom: 18px;
  color: var(--wtf-gold);
  font-family: 'Outfit', sans-serif;
  font-size: 10.5px;
  letter-spacing: .38em;
  text-transform: uppercase;
}

.wtf-question-host .lty-lottery-question-answer-container {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.wtf-question-host h3 { display: none !important; }
.wtf-question-host .lty-lottery-question {
  margin: 0 0 20px !important;
  color: #fff !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}
.wtf-question-host .lty-lottery-answers {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wtf-question-host .lty-lottery-answers li {
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background: #0e0e0e !important;
  color: rgba(255,255,255,.85) !important;
  font-size: 13px !important;
  list-style: none !important;
  cursor: pointer !important;
  transition: all .2s !important;
}
.wtf-question-host .lty-lottery-answers li:hover,
.wtf-question-host .lty-lottery-answers li.wtf-answer-selected,
.wtf-question-host .lty-lottery-answers li.lty-selected-answer {
  border-color: var(--wtf-gold) !important;
  background: rgba(191,164,106,.1) !important;
  color: #fff !important;
}
.wtf-question-note {
  margin: 18px 0 20px !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 11px !important;
  font-weight: 300;
  line-height: 1.7;
}

.wtf-ticket-panel .woocommerce-error,
.wtf-ticket-panel .woocommerce-message,
.wtf-ticket-panel .woocommerce-info {
  margin: 0 0 20px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(191,164,106,.45) !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 12px !important;
}

@media (max-width: 880px) {
  .wtf-checkout-main { grid-template-columns: 1fr; }
}

@media (max-width: 740px) {
  .wtf-announcement { padding: 8px 12px; font-size: 9px; letter-spacing: .08em; }
  .wtf-checkout-top { grid-template-columns: auto 1fr auto; padding: 12px 14px; }
  .wtf-logo { font-size: 15px; }
  .wtf-back { font-size: 0; letter-spacing: 0; }
  .wtf-back::before { content: '←'; font-size: 18px; }
  .wtf-secure span { display: none; }
  .wtf-top-actions { gap: 8px; }
  .wtf-lang { padding: 7px 9px; }
  .wtf-steps { gap: 10px; padding: 12px 8px; font-size: 9px; }
  .wtf-checkout-main { gap: 30px; padding: 30px 18px 80px; }
  .wtf-hero { height: 220px; }
  .wtf-thumbs { gap: 5px; }
  .wtf-thumb { height: 60px; }
  .wtf-title { font-size: 30px !important; }
  .wtf-stats > div { padding-right: 14px; }
  .wtf-stats > div:not(:first-child) { padding-left: 14px; }
  .wtf-stats b { font-size: 26px; }
  .wtf-quantity-grid { grid-template-columns: repeat(5,1fr); gap: 5px; }
  .wtf-packs { grid-template-columns: 1fr 1fr; }
  .wtf-skill-card { padding: 36px 20px 28px; }
  .wtf-question-host .lty-lottery-answers { grid-template-columns: 1fr !important; }
  .wtf-checkout-footer { gap: 10px; padding: 10px 12px; }
  .wtf-checkout-footer .wtf-payment-copy { display: none; }
  .wtf-checkout-footer .wtf-pi { height: 22px; }
}

@media (max-width: 400px) {
  .wtf-stats b { font-size: 23px; }
  .wtf-stats span { font-size: 8px; }
  .wtf-voucher { font-size: 12px; }
}

/* ========================================================================== 
   10. HARD RESET DES BOUTONS — neutralise Elementor / thème / WooCommerce
   ========================================================================== */
body.wtf-mykonos-checkout-page #wtf-checkout-shell button,
body.wtf-mykonos-checkout-page #wtf-checkout-shell [type="button"],
body.wtf-mykonos-checkout-page #wtf-checkout-shell [type="submit"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  min-height: 0 !important;
  line-height: 1.25 !important;
  outline: none !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-qty-button {
  padding: 11px 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background: #0e0e0e !important;
  color: rgba(255,255,255,.85) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-qty-button:hover {
  border-color: var(--wtf-gold) !important;
  background: #151515 !important;
  color: #fff !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-qty-button.is-active {
  border-color: var(--wtf-gold) !important;
  background: var(--wtf-gold) !important;
  color: #050505 !important;
  font-weight: 600 !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-pack-card {
  padding: 16px 10px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0 !important;
  background: #0e0e0e !important;
  color: #fff !important;
  text-align: center !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-pack-card:hover {
  border-color: rgba(191,164,106,.7) !important;
  background: #151515 !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-pack-card.is-active {
  border-color: var(--wtf-gold) !important;
  background: rgba(191,164,106,.12) !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-primary {
  display: block !important;
  width: 100% !important;
  padding: 15px 24px !important;
  border: 1px solid var(--wtf-gold) !important;
  border-radius: 0 !important;
  background: var(--wtf-gold) !important;
  color: #050505 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-primary:hover,
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-primary:focus {
  border-color: var(--wtf-gold) !important;
  background: transparent !important;
  color: var(--wtf-gold) !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-info,
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-modal-close,
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-hero,
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-thumb {
  box-shadow: none !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-info {
  padding: 0 !important;
  border: 1px solid rgba(191,164,106,.7) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--wtf-gold) !important;
}
body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-info:hover {
  background: var(--wtf-gold) !important;
  color: #050505 !important;
}

body.wtf-mykonos-checkout-page #wtf-checkout-shell .wtf-modal-close {
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.65) !important;
}

/* v2.3.0: the homepage footer is rendered by Elementor in the initial DOM. */
#wtf-home-footer-source {
  display: none !important;
}

#wtf-checkout-shell > .wtf-site-footer,
#wtf-checkout-shell > .wtf-site-footer a,
#wtf-checkout-shell > .wtf-site-footer button {
  pointer-events: auto !important;
}

#wtf-checkout-shell > .wtf-site-footer a,
#wtf-checkout-shell > .wtf-site-footer button {
  position: relative;
  z-index: 2;
}

#wtf-checkout-shell > .wtf-site-footer .elementor-background-overlay {
  pointer-events: none !important;
}

#wtf-checkout-shell > .wtf-site-interactive-layer {
  pointer-events: auto !important;
}
