/* LuckX skin: gold/green palette + product-landing hero. */
:root {
  --luckx-gold: #f0c419;
  --luckx-gold-deep: #d4a017;
  --luckx-green: #2ecc71;
  --luckx-ink: #14110a;
  --luckx-card: #121826;
  --luckx-line: rgba(240, 196, 25, 0.28);
  --ast-global-color-0: #f0c419 !important;
  --ast-global-color-1: #d4a017 !important;
  --ast-global-color-3: #2a2410 !important;
  --e-global-color-astglobalcolor0: #f0c419 !important;
  --e-global-color-astglobalcolor1: #d4a017 !important;
  --e-global-color-astglobalcolor3: #2a2410 !important;
  --e-global-color-accent: #f0c419 !important;
}

.ast-header-button-1 .ast-custom-button,
.ast-header-button-1 .ast-custom-button:hover,
.ast-header-button-1 .ast-custom-button:focus {
  background: var(--luckx-gold) !important;
  color: var(--luckx-ink) !important;
  border-color: var(--luckx-gold) !important;
  font-weight: 700 !important;
}

.elementor-widget-button .elementor-button,
.elementor-9 .elementor-element.elementor-element-fb90045 .elementor-button,
.elementor-button.elementor-button-link {
  background: linear-gradient(180deg, #ffe066 0%, var(--luckx-gold) 48%, var(--luckx-gold-deep) 100%) !important;
  color: var(--luckx-ink) !important;
  text-shadow: none !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(240, 196, 25, 0.28);
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus {
  background: linear-gradient(180deg, #ffe98a 0%, #f0c419 50%, #c49412 100%) !important;
  color: var(--luckx-ink) !important;
  filter: brightness(1.04);
}

.entry-content a:not(.elementor-button):not(.ast-custom-button-link):not(.menu-link) {
  color: var(--luckx-gold);
}

.entry-content a:not(.elementor-button):hover {
  color: var(--luckx-green);
}

.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu .current-menu-item > .menu-link {
  color: var(--luckx-gold) !important;
}

/* Mobile hamburger dropdown: skin set --ast-global-color-3 to ink, but Astra
   paints .menu-link with that token on a dark panel. Force readable contrast. */
#ast-mobile-header,
#ast-mobile-header .ast-main-header-wrap,
#masthead {
  overflow: visible;
}
#ast-mobile-header .ast-mobile-header-content,
.ast-mobile-header-wrap .ast-mobile-header-content {
  background: #121826 !important;
  border-bottom: 1px solid var(--luckx-line);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
  z-index: 400;
}
#ast-mobile-header .ast-builder-menu-mobile .main-header-menu,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
#ast-mobile-header .ast-builder-menu-mobile .main-header-menu .menu-link,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
#ast-mobile-header .ast-builder-menu-mobile .main-header-menu .sub-menu {
  background: transparent !important;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .menu-link,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
  color: #ffffff !important;
  font-weight: 600;
  padding: 14px 20px;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .menu-link:hover,
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .menu-link:focus,
#ast-mobile-header .ast-builder-menu-mobile .current-menu-item > .menu-link,
#ast-mobile-header .ast-builder-menu-mobile .current_page_item > .menu-link,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
  color: var(--luckx-gold) !important;
  background: rgba(240, 196, 25, 0.12) !important;
}

#ast-scroll-top {
  background-color: var(--luckx-gold) !important;
  color: var(--luckx-ink) !important;
}

/* Product landing layout: icon + copy + CTA, then specs/screens. */
.elementor.elementor-9 {
  padding: 8px 16px 40px;
}

.elementor-9 .elementor-element-eac5ccd .elementor-heading-title {
  font-size: 22px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  max-width: 34rem;
  margin: 8px auto 12px !important;
}

.elementor-9 .elementor-element-105bb2d {
  display: flex;
  justify-content: center;
}

.elementor-9 .elementor-element-105bb2d img {
  width: 132px !important;
  height: 132px !important;
  object-fit: cover;
  border-radius: 32px !important;
  border: 2px solid var(--luckx-gold) !important;
  box-shadow: 0 0 0 6px rgba(240, 196, 25, 0.12), 0 16px 32px rgba(0, 0, 0, 0.35);
}

.elementor-9 .elementor-element-96bd8cb .elementor-heading-title {
  font-size: 28px !important;
  margin: 4px 0 0 !important;
}

.elementor-9 .elementor-element-11f5762 {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #d7dce6 !important;
}

.elementor-9 .elementor-element-fb90045,
.elementor-element.elementor-widget-button.elementor-element-fb90045 {
  width: 100%;
}

.elementor-9 .elementor-element-fb90045 .elementor-button {
  display: flex !important;
  width: 100% !important;
  max-width: 420px;
  margin: 4px auto 0 !important;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 16px 28px !important;
  border-radius: 999px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}

.elementor-9 .elementor-element-5a14e76 table {
  width: 100%;
  max-width: 420px;
  margin: 8px auto 0;
  border-collapse: separate;
  border-spacing: 8px;
}

.elementor-9 .elementor-element-5a14e76 thead {
  display: none;
}

.elementor-9 .elementor-element-5a14e76 tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.elementor-9 .elementor-element-5a14e76 tr {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--luckx-card);
  border: 1px solid var(--luckx-line);
  border-radius: 14px;
  padding: 12px 14px;
  text-align: left;
}

.elementor-9 .elementor-element-5a14e76 td {
  display: block;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.elementor-9 .elementor-element-5a14e76 td:first-child {
  color: #9aa3b2;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.elementor-9 .elementor-element-5a14e76 td:last-child,
.elementor-9 .elementor-element-5a14e76 td:last-child b {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.elementor-9 .elementor-element-878cc6a {
  margin-top: 12px;
}

.elementor-widget-image-carousel .swiper-slide-image {
  border-radius: 12px;
  background: #070614;
  object-fit: contain;
}

.elementor-9 .elementor-element-3f8a192 {
  max-width: 760px;
  margin: 28px auto 0;
  line-height: 1.65;
}

.elementor-9 .elementor-element-3f8a192 h2 {
  margin-top: 1.6em;
  color: #fff;
}

.elementor-9 .elementor-element-3f8a192 h2 span {
  color: var(--luckx-gold) !important;
}

body.luckx-home-on {
  background: #070614;
  overflow: visible;
}
body.luckx-home-on #masthead {
  position: sticky;
  top: 0;
  z-index: 400;
  overflow: visible;
}
body.luckx-home-on #content,
body.luckx-home-on .ast-container,
body.luckx-home-on #primary,
body.luckx-home-on .site-main,
body.luckx-home-on article,
body.luckx-home-on .entry-content,
body.luckx-home-on .elementor.elementor-9 {
  display: block !important;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: none !important;
}
body.luckx-home-on #ast-scroll-top {
  display: none !important;
}
body.luckx-home-on .entry-header,
body.luckx-home-on .entry-title {
  display: none !important;
}

.luckx-hero {
  position: relative;
  height: 175vh;
  background: #070614;
}
.luckx-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.luckx-hero-bg-inner {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 50% 18%, rgba(240, 196, 25, 0.22), transparent 58%),
    radial-gradient(700px 420px at 80% 80%, rgba(46, 204, 113, 0.12), transparent 60%),
    #070614;
}
.luckx-hero-bg-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 18%, rgba(7, 6, 20, 0.55) 100%);
}
.luckx-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  transition: opacity 0.4s linear;
}
.luckx-hero-inner.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.luckx-hero-content {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--luckx-header-h, 64px) + 16px) 16px 48px;
  box-sizing: border-box;
}
.luckx-hero-content .elementor-element-eac5ccd .elementor-heading-title {
  font-size: 20px !important;
  margin: 0 auto 10px !important;
}
.luckx-hero-content .elementor-element-105bb2d img {
  width: 120px !important;
  height: 120px !important;
}
.luckx-hero-content .elementor-element-96bd8cb .elementor-heading-title {
  font-size: 34px !important;
}
.luckx-hero-content .elementor-element-fb90045 .elementor-button,
.luckx-hero-content .elementor-element-5a14e76 table {
  margin-left: auto !important;
  margin-right: auto !important;
}
.luckx-hero-content .elementor-element-5a14e76 tbody tr:nth-child(n + 5) {
  display: none;
}

.luckx-scroll-hint {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 0.35s;
}
.luckx-scroll-hint.is-hidden {
  opacity: 0;
}
.luckx-scroll-hint-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--luckx-gold);
  border-bottom: 2px solid var(--luckx-gold);
  transform: rotate(45deg);
  animation: luckx-bounce 1.6s infinite;
}
@keyframes luckx-bounce {
  0%,
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.35;
  }
  50% {
    transform: rotate(45deg) translate(4px, 4px);
    opacity: 1;
  }
}

.luckx-story {
  height: 625vh;
  margin-top: -175vh;
  background: #000;
}
.luckx-story-pin {
  position: sticky;
  top: var(--luckx-header-h, 64px);
  height: calc(100dvh - var(--luckx-header-h, 64px));
  overflow: hidden;
}
.luckx-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s linear;
}
.luckx-scene.is-active {
  opacity: 1;
  pointer-events: auto;
}
.luckx-scene-bg {
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  will-change: transform;
}
.luckx-scene--1 .luckx-scene-bg {
  background:
    radial-gradient(70% 55% at 50% 40%, rgba(240, 196, 25, 0.28), transparent 62%),
    #05040c;
}
.luckx-scene--2 .luckx-scene-bg {
  background:
    radial-gradient(70% 55% at 50% 40%, rgba(46, 204, 113, 0.22), transparent 62%),
    #05040c;
}
.luckx-scene--3 .luckx-scene-bg {
  background:
    radial-gradient(70% 55% at 38% 42%, rgba(240, 196, 25, 0.2), transparent 58%),
    radial-gradient(60% 50% at 70% 60%, rgba(46, 204, 113, 0.16), transparent 60%),
    #05040c;
}
.luckx-scene-copy {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 40px));
  will-change: transform;
}
.luckx-scene-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 6vw, 4.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}
.luckx-scene-title span {
  color: #fff !important;
}
.luckx-scene-desc {
  margin: 0 auto;
  max-width: 34rem;
  font-size: clamp(1.05rem, 2.2vw, 1.75rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.66);
}

.luckx-cover {
  position: relative;
  z-index: 4;
  margin-top: -100vh;
  background: #121826;
  transform-origin: center top;
  will-change: transform, border-radius;
  overflow: hidden;
  padding: 56px 16px 80px;
}
.luckx-cover-inner {
  width: min(980px, 100%);
  margin: 0 auto;
}
.luckx-cover-kicker,
.luckx-cover-block > h2,
.luckx-after-block > h2,
.luckx-faq > h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
.luckx-cover-kicker,
.luckx-cover-block > h2 span,
.luckx-after-block > h2 span,
.luckx-faq > h2 span {
  color: var(--luckx-gold) !important;
}
.luckx-cover-block,
.luckx-cover-shots {
  margin: 0 0 40px;
}
.luckx-cover-block h3,
.luckx-after-block h3 {
  margin: 16px 0 8px;
  font-size: 16px;
  color: #fff;
}
.luckx-cover-block p,
.luckx-cover-block li,
.luckx-after-block p,
.luckx-after-block li {
  color: #d7dce6;
  font-size: 16px;
  line-height: 1.6;
}
.luckx-cover-block ul,
.luckx-cover-block ol,
.luckx-after-block ul,
.luckx-after-block ol {
  padding-left: 1.2em;
}

.luckx-after {
  position: relative;
  z-index: 5;
  background: #070614;
  padding: 72px 16px 96px;
}
.luckx-after-block {
  width: min(760px, 100%);
  margin: 0 auto 48px;
}
.luckx-faq {
  width: min(760px, 100%);
  margin: 0 auto;
}
.luckx-faq-item,
.luckx-after-block,
.luckx-faq {
  opacity: 0;
  transform: translateY(16px);
  transition: transform 0.6s cubic-bezier(0, 0, 0.35, 1), opacity 0.3s linear;
}
.luckx-faq.is-inview,
.luckx-after-block.is-inview {
  opacity: 1;
  transform: none;
}
.luckx-faq.is-inview .luckx-faq-item {
  opacity: 1;
  transform: none;
}
.luckx-faq.is-inview .luckx-faq-item:nth-child(2) { transition-delay: 0.08s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(3) { transition-delay: 0.16s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(4) { transition-delay: 0.24s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(5) { transition-delay: 0.32s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(6) { transition-delay: 0.4s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(7) { transition-delay: 0.48s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(8) { transition-delay: 0.56s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(9) { transition-delay: 0.64s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(10) { transition-delay: 0.72s; }
.luckx-faq.is-inview .luckx-faq-item:nth-child(11) { transition-delay: 0.8s; }
.luckx-faq-item {
  border-bottom: 1px solid rgba(240, 196, 25, 0.18);
  background: transparent;
  margin: 0;
}
.luckx-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 18px 48px 18px 0;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  position: relative;
}
.luckx-faq-q::-webkit-details-marker {
  display: none;
}
.luckx-faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--luckx-gold);
  font-size: 22px;
  font-weight: 400;
}
.luckx-faq-item[open] .luckx-faq-q::after {
  content: "–";
}
.luckx-faq-a {
  padding: 0 0 18px;
}
.luckx-faq-a p {
  margin: 0;
  color: #c5ccd8;
}

@media (max-height: 820px) {
  .luckx-hero-content .elementor-element-eac5ccd {
    display: none;
  }
}

@media (max-height: 740px) {
  .luckx-hero-content {
    padding: calc(var(--luckx-header-h, 64px) + 8px) 16px 36px;
  }
  .luckx-hero-content .elementor-element-105bb2d img {
    width: 88px !important;
    height: 88px !important;
  }
  .luckx-hero-content .elementor-element-96bd8cb .elementor-heading-title {
    font-size: 26px !important;
  }
  .luckx-hero-content .elementor-element-5a14e76 table {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .luckx-hero-content .elementor-element-105bb2d img {
    width: 148px !important;
    height: 148px !important;
  }
  .luckx-hero-content .elementor-element-96bd8cb .elementor-heading-title {
    font-size: 42px !important;
  }
  .luckx-cover {
    padding: 80px 32px 112px;
  }
  .luckx-cover-kicker,
  .luckx-cover-block > h2,
  .luckx-after-block > h2,
  .luckx-faq > h2 {
    font-size: 36px;
  }
}

@media (min-width: 900px) {
  body:not(.luckx-home-on) .elementor.elementor-9 {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 40px;
    row-gap: 8px;
    max-width: 980px;
    margin: 0 auto;
    padding: 36px 24px 72px;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luckx-hero { height: auto; }
  .luckx-story { height: auto; margin-top: 0; }
  .luckx-story-pin { position: relative; height: auto; overflow: visible; }
  .luckx-scene {
    position: relative;
    opacity: 1;
    min-height: 70vh;
  }
  .luckx-cover { margin-top: 0; transform: none !important; }
  .luckx-scroll-hint-chevron { animation: none; }
}
