:root {
  color-scheme: dark;
  --black: #050505;
  --charcoal: #0d0d0f;
  --panel: rgba(20, 20, 22, 0.78);
  --gold-light: #fff0a8;
  --gold: #d8ad42;
  --gold-deep: #956612;
  --cream: #fff8e5;
  --muted: #aaa69c;
  --line: rgba(226, 183, 71, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 18%, rgba(207, 157, 41, 0.1), transparent 34rem),
    linear-gradient(145deg, #050505 0%, #0b0b0d 55%, #050505 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: clip;
}

.page-shell::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent 4%, black 42%, transparent 100%);
}

.page-shell::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  box-shadow: 0 0 22px rgba(216, 173, 66, 0.62);
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(216, 173, 66, 0.11);
  border-radius: 50%;
}

.ambient::before,
.ambient::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(216, 173, 66, 0.08);
  border-radius: inherit;
}

.ambient::after {
  inset: 27%;
}

.ambient-one {
  top: -17rem;
  left: -17rem;
}

.ambient-two {
  right: -19rem;
  bottom: -19rem;
}

.site-header {
  display: flex;
  justify-content: center;
  padding: 2rem clamp(1.25rem, 4vw, 4rem) 0;
}

.home-header {
  width: min(90rem, 100%);
  margin: 0 auto;
  padding-top: 1.15rem;
  align-items: center;
  justify-content: space-between;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.home-brand-icon {
  width: 3.5rem;
  height: 3.5rem;
}

.home-brand-copy {
  display: grid;
  text-align: left;
}

.home-brand-copy strong {
  font-size: 0.96rem;
  letter-spacing: -0.015em;
}

.home-brand-copy small {
  margin-top: 0.12rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-jump {
  display: inline-flex;
  min-height: 2.8rem;
  padding: 0.7rem 0.95rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(216, 173, 66, 0.38);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.875rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(216, 173, 66, 0.07);
}

.brand-mark {
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.14rem;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(216, 173, 66, 0.64);
  border-radius: 50%;
  text-decoration: none;
  background: #06173b;
  box-shadow:
    inset 0 0 0 5px rgba(216, 173, 66, 0.045),
    0 0 36px rgba(216, 173, 66, 0.1);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  width: min(90rem, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: clamp(1.4rem, 3vw, 2.7rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3.4rem);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(216, 173, 66, 0.24);
  border-radius: 2rem;
  text-align: center;
  background: rgba(1, 6, 18, 0.84);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.72;
  background-image: url("./assets/hero-number-art-v1.webp");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 34%, rgba(0, 7, 25, 0.04) 0 18%, rgba(0, 5, 17, 0.52) 57%, rgba(0, 2, 9, 0.78) 100%),
    linear-gradient(to bottom, rgba(1, 5, 16, 0.08), rgba(1, 5, 16, 0.66));
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: clamp(0.78rem, 1.4vw, 0.93rem);
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.hero-copy {
  display: grid;
  justify-items: center;
}

.hero-logo-title {
  width: min(34rem, 70vw);
  margin: 0 0 clamp(0.8rem, 2vw, 1.25rem);
}

.hero-logo-title img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 24px 54px rgba(0, 89, 255, 0.18));
}

.hero-tagline {
  max-width: 46rem;
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.15rem, 2.5vw, 1.75rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.intro {
  max-width: 40rem;
  margin: 0.65rem 0 0;
  color: #c9c5ba;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.55;
}

.social-hub {
  width: min(70rem, 100%);
  margin-top: clamp(1.7rem, 3vw, 2.5rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.8rem);
  border-top: 1px solid rgba(216, 173, 66, 0.24);
}

.social-hub-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}

.social-hub-heading .eyebrow {
  margin: 0;
}

.social-hub-heading h2 {
  margin: 0;
  color: #f3cf68;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 0 18px rgba(226, 178, 55, 0.22);
}

.social-links {
  display: grid;
  width: 100%;
  margin-top: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.social-card {
  position: relative;
  display: grid;
  min-height: 6.2rem;
  padding: 0.85rem;
  overflow: hidden;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  text-align: left;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 55%),
    var(--panel);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.social-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at 16% 50%, var(--glow), transparent 42%);
  transition: opacity 180ms ease;
}

.social-card:hover,
.social-card:focus-visible {
  border-color: rgba(255, 225, 137, 0.74);
  outline: none;
  transform: translateY(-4px);
  box-shadow:
    0 23px 58px rgba(0, 0, 0, 0.42),
    0 0 0 3px rgba(216, 173, 66, 0.08);
}

.social-card:hover::before,
.social-card:focus-visible::before {
  opacity: 1;
}

.whatsapp {
  --platform: #25d366;
  --glow: rgba(37, 211, 102, 0.1);
}

.telegram {
  --platform: #2aabee;
  --glow: rgba(42, 171, 238, 0.1);
}

.instagram {
  --platform: #f06aa7;
  --glow: rgba(240, 106, 167, 0.1);
}

.facebook {
  --platform: #5e91ef;
  --glow: rgba(94, 145, 239, 0.1);
}

.social-coming {
  opacity: 0.72;
  cursor: default;
}

.social-coming::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.025));
}

.social-coming:hover {
  border-color: var(--line);
  transform: none;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.social-coming:hover::before {
  opacity: 0;
}

.platform-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-color: color-mix(in srgb, var(--platform), transparent 52%);
  border-radius: 50%;
  color: var(--platform);
  background: rgba(255, 255, 255, 0.04);
  background: color-mix(in srgb, var(--platform), transparent 90%);
  box-shadow: 0 0 26px color-mix(in srgb, var(--platform), transparent 83%);
}

.platform-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: currentColor;
}

.platform-letter {
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.platform-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.12rem;
}

.platform-copy small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.platform-copy strong {
  font-size: clamp(0.96rem, 1.6vw, 1.15rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.arrow {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.coming-label {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
  padding: 0.24rem 0.38rem;
  border: 1px solid rgba(216, 173, 66, 0.22);
  border-radius: 999px;
  color: #c9c5ba;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(5, 5, 8, 0.68);
}

.social-card:hover .arrow,
.social-card:focus-visible .arrow {
  transform: rotate(45deg);
}

.scroll-cue {
  display: inline-flex;
  margin-top: clamp(1.2rem, 2.5vw, 1.8rem);
  padding: 0.9rem 1.15rem;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 225, 137, 0.66);
  border-radius: 999px;
  color: #151006;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(145deg, #fff0a8, #d7a62d 72%, #a66d10);
  box-shadow:
    0 12px 32px rgba(216, 173, 66, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.65);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.live-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #0d5be5;
  box-shadow: 0 0 0 4px rgba(13, 91, 229, 0.15);
}

.scroll-arrow {
  font-size: 1rem;
  animation: scroll-nudge 1.35s ease-in-out infinite;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  border-color: #fff4bc;
  color: #060606;
  outline: none;
  transform: translateY(2px);
}

@keyframes scroll-nudge {
  0%, 100% { transform: translateY(-1px); }
  50% { transform: translateY(4px); }
}

.competitions {
  position: relative;
  width: min(90rem, 100%);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4rem) clamp(5.5rem, 9vw, 8.5rem);
}

.competitions::before {
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 5vw, 4rem);
  left: clamp(1.25rem, 5vw, 4rem);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 173, 66, 0.55), transparent);
}

.section-heading {
  display: grid;
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  justify-items: center;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 0.75rem;
}

.section-heading h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.4rem, 5.5vw, 4.75rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.section-heading > p:last-child {
  margin: 1.15rem 0 0;
  color: #a9a59b;
  font-size: 1rem;
  line-height: 1.6;
}

.competition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.75rem, 3vw, 2.75rem);
}

.competition-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(0.75rem, 1.2vw, 1rem);
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 1.35rem;
  color: var(--cream);
  text-decoration: none;
  background:
    linear-gradient(155deg, rgba(30, 27, 20, 0.98), rgba(11, 11, 13, 0.98)) padding-box,
    linear-gradient(135deg, #81570e 0%, #f5d878 28%, #fff0a8 43%, #c89422 69%, #734b08 100%) border-box;
  box-shadow:
    0 26px 65px rgba(0, 0, 0, 0.46),
    0 0 35px rgba(216, 173, 66, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.055);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.competition-card:hover,
.competition-card:focus-visible {
  outline: none;
  transform: translateY(-7px);
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(216, 173, 66, 0.19),
    0 0 0 3px rgba(216, 173, 66, 0.08);
}

.competition-heading {
  display: grid;
  padding: 0.3rem 0.35rem 1.15rem;
  justify-items: center;
  gap: 0.8rem;
  text-align: center;
}

.competition-number {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #d8d1c0;
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.competition-number strong {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 240, 168, 0.75);
  border-radius: 50%;
  color: #100e09;
  font-size: 1.05rem;
  letter-spacing: 0;
  background: linear-gradient(145deg, var(--gold-light), var(--gold) 58%, var(--gold-deep));
  box-shadow: 0 0 22px rgba(216, 173, 66, 0.22);
}

.competition-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
}

.competition-date small {
  color: #918a7a;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.competition-date strong {
  color: var(--gold-light);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(216, 173, 66, 0.18);
}

.poster-wrap {
  position: relative;
  display: grid;
  aspect-ratio: 0.81;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 137, 0.19);
  border-radius: 0.9rem;
  background: #071742;
}

.poster-wrap.powerball-poster {
  aspect-ratio: 9 / 16;
  background: transparent;
}

.poster-wrap.euromillions-poster {
  aspect-ratio: 1147 / 1371;
  background: transparent;
}

.poster-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.poster-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.competition-card:hover .poster-wrap img,
.competition-card:focus-visible .poster-wrap img {
  transform: scale(1.018);
}

.competition-copy {
  display: flex;
  padding: 1.15rem 0.35rem 0.9rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.competition-copy > span:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
}

.competition-copy small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.competition-copy .competition-reference {
  color: #aaa69c;
  letter-spacing: 0.08em;
}

.competition-copy strong {
  font-size: clamp(1.15rem, 1.8vw, 1.48rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.price {
  flex: 0 0 auto;
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(216, 173, 66, 0.3);
  border-radius: 999px;
  color: #f0db9b;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(216, 173, 66, 0.08);
}

.open-label {
  display: flex;
  margin-top: auto;
  padding: 0.9rem 0.35rem 0.35rem;
  justify-content: space-between;
  border-top: 1px solid rgba(216, 173, 66, 0.15);
  color: #b7b2a7;
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.open-label span {
  color: var(--gold-light);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.competition-card:hover .open-label span,
.competition-card:focus-visible .open-label span {
  transform: translateX(4px);
}

.coming-soon-card {
  cursor: default;
}

.coming-soon-card:hover {
  transform: none;
  box-shadow:
    0 26px 65px rgba(0, 0, 0, 0.46),
    0 0 35px rgba(216, 173, 66, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.055);
}

.coming-soon-display {
  position: relative;
  display: grid;
  aspect-ratio: 0.81;
  padding: 2rem 1.25rem;
  overflow: hidden;
  place-items: center;
  align-content: center;
  gap: 1rem;
  border: 1px dashed rgba(255, 225, 137, 0.42);
  border-radius: 0.9rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(216, 173, 66, 0.16), transparent 34%),
    linear-gradient(155deg, rgba(216, 173, 66, 0.055), rgba(7, 7, 9, 0.88));
}

.coming-soon-display::before,
.coming-soon-display::after {
  position: absolute;
  width: 8rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 173, 66, 0.52), transparent);
}

.coming-soon-display::before {
  top: 18%;
}

.coming-soon-display::after {
  bottom: 18%;
}

.coming-soon-star {
  color: var(--gold-light);
  font-size: 2rem;
  text-shadow: 0 0 24px rgba(216, 173, 66, 0.45);
}

.coming-soon-display strong {
  color: var(--cream);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.coming-soon-display small {
  color: #9d978a;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-soon-footer {
  display: block;
  margin-top: auto;
  padding: 1.15rem 0.35rem 0.35rem;
  border-top: 1px solid rgba(216, 173, 66, 0.15);
  color: #8f8a7f;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.detail-shell {
  min-height: 100svh;
}

.detail-header {
  width: min(90rem, 100%);
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.back-link {
  display: inline-flex;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(216, 173, 66, 0.24);
  border-radius: 999px;
  color: #c8c2b5;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(216, 173, 66, 0.04);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.back-link:hover,
.back-link:focus-visible {
  border-color: rgba(255, 225, 137, 0.68);
  color: var(--cream);
  outline: none;
  transform: translateX(-3px);
}

.competition-detail {
  width: min(90rem, 100%);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.25rem, 5vw, 4rem) clamp(5rem, 8vw, 8rem);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.88fr) minmax(26rem, 1.12fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.detail-poster {
  position: sticky;
  top: 1.5rem;
  margin: 0;
  padding: clamp(0.55rem, 1vw, 0.8rem);
  overflow: hidden;
  border: 1px solid rgba(216, 173, 66, 0.32);
  border-radius: 1.35rem;
  background: rgba(17, 17, 20, 0.92);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(216, 173, 66, 0.055);
}

.detail-poster img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.9rem;
}

.detail-panel {
  padding-top: clamp(0.4rem, 2vw, 1.8rem);
}

.detail-panel .eyebrow {
  margin-bottom: 1.1rem;
}

.detail-title {
  max-width: 12ch;
  margin: 0;
  color: var(--gold);
  font-size: clamp(3rem, 6vw, 6.3rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  background: linear-gradient(115deg, var(--gold-deep) 2%, var(--gold-light) 34%, var(--gold) 64%, #fff2b2 82%, var(--gold-deep) 100%);
  background-size: 190% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 30px rgba(151, 99, 12, 0.14));
}

.detail-lead {
  max-width: 35rem;
  margin: 1.5rem 0 0;
  color: #cac5b8;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.detail-facts {
  display: grid;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(216, 173, 66, 0.22);
  border-left: 1px solid rgba(216, 173, 66, 0.22);
}

.detail-facts div {
  display: flex;
  min-height: 6.6rem;
  padding: 1.15rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
  border-right: 1px solid rgba(216, 173, 66, 0.22);
  border-bottom: 1px solid rgba(216, 173, 66, 0.22);
  background: rgba(255, 255, 255, 0.018);
}

.detail-facts dt {
  color: #8f8a80;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-facts dd {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 800;
  line-height: 1.25;
}

.how-it-works {
  margin-top: clamp(2.4rem, 5vw, 3.8rem);
}

.how-it-works h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.how-it-works ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.75rem;
}

.how-it-works li {
  display: grid;
  min-height: 4.5rem;
  padding: 0.75rem 1rem;
  align-items: center;
  grid-template-columns: 2.45rem 1fr;
  gap: 0.9rem;
  border: 1px solid rgba(216, 173, 66, 0.16);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.018);
}

.how-it-works li > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 225, 137, 0.35);
  border-radius: 50%;
  color: var(--gold-light);
  font-weight: 900;
  background: rgba(216, 173, 66, 0.08);
}

.how-it-works p {
  margin: 0;
  color: #c4bfb4;
  font-size: 0.98rem;
  line-height: 1.5;
}

.responsible-note {
  margin: 1.2rem 0 0;
  color: #827e76;
  font-size: 0.82rem;
}

.responsible-note strong {
  margin-right: 0.3rem;
  color: #bca65f;
}

.primary-link {
  display: inline-flex;
  margin-top: 2.2rem;
  min-height: 3.5rem;
  padding: 0.8rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid var(--gold);
  border-radius: 0.8rem;
  color: #090909;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(115deg, #a87617, var(--gold-light) 46%, var(--gold) 78%, #9a6a13);
  box-shadow: 0 12px 35px rgba(151, 99, 12, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.primary-link:hover,
.primary-link:focus-visible {
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 17px 42px rgba(151, 99, 12, 0.28);
}

.availability-section,
.competition-rules {
  position: relative;
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  padding: clamp(1.25rem, 3.8vw, 3rem);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  background:
    linear-gradient(155deg, rgba(20, 19, 17, 0.98), rgba(9, 9, 11, 0.98)) padding-box,
    linear-gradient(135deg, #76500d, #f0d16d 31%, #fff0a8 46%, #bd8619 72%, #694507) border-box;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 40px rgba(216, 173, 66, 0.08);
}

.availability-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.availability-heading .eyebrow,
.rules-heading .eyebrow,
.contact-copy .eyebrow {
  margin-bottom: 0.7rem;
}

.availability-heading h2,
.competition-rules h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--cream);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.availability-heading > p {
  max-width: 29rem;
  margin: 0;
  color: #aaa69c;
  font-size: 1rem;
  line-height: 1.6;
}

.availability-legend {
  display: flex;
  margin-top: 1.7rem;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #bbb5a8;
  font-size: 0.9rem;
  font-weight: 700;
}

.status-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  vertical-align: -0.06rem;
}

.available-dot {
  border: 1px solid rgba(255, 225, 137, 0.75);
  background: #174db4;
  box-shadow: 0 0 10px rgba(25, 86, 209, 0.45);
}

.selected-dot {
  border: 1px solid #ffe091;
  background: linear-gradient(155deg, #ffe28d, #d49b19);
  box-shadow: 0 0 10px rgba(216, 173, 66, 0.42);
}

.sold-dot {
  border: 1px solid #585b62;
  background: #303238;
}

.number-grid {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(0.45rem, 1vw, 0.75rem);
  list-style: none;
}

.number-tile {
  display: grid;
  aspect-ratio: 1;
  min-width: 0;
  place-items: center;
  border: 1px solid rgba(255, 220, 108, 0.58);
  border-radius: 0.7rem;
  color: #fff;
  font-size: clamp(0.9rem, 1.7vw, 1.15rem);
  font-weight: 900;
  background: linear-gradient(155deg, #1d62d8, #0c2b72);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.15),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

.number-tile:not(.sold) {
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.number-tile:not(.sold):hover,
.number-tile:not(.sold):focus-visible {
  border-color: #ffe091;
  outline: none;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.18),
    0 0 0 3px rgba(216, 173, 66, 0.2),
    0 12px 24px rgba(0, 0, 0, 0.3);
}

.number-tile.selected {
  border-color: #ffe091;
  color: #111;
  background: linear-gradient(155deg, #ffe28d, #d49b19);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.5),
    0 0 0 3px rgba(216, 173, 66, 0.24),
    0 12px 26px rgba(216, 173, 66, 0.22);
}

.number-tile.sold {
  border-color: #454850;
  color: #777b84;
  cursor: not-allowed;
  text-decoration: line-through;
  background: linear-gradient(155deg, #2b2d32, #17181c);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.contact-panel {
  display: grid;
  margin-top: clamp(2rem, 4vw, 3.2rem);
  padding: clamp(1.15rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  border: 1px solid rgba(216, 173, 66, 0.22);
  border-radius: 1.1rem;
  background: rgba(216, 173, 66, 0.045);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-panel.has-selection {
  border-color: rgba(255, 224, 145, 0.7);
  background: rgba(216, 173, 66, 0.09);
  box-shadow: 0 0 0 3px rgba(216, 173, 66, 0.1);
}

.contact-copy h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.contact-copy > p:last-child {
  max-width: 37rem;
  margin: 0.8rem 0 0;
  color: #aaa69c;
  font-size: 1rem;
  line-height: 1.55;
}

.selection-status.active {
  color: #ffe091;
  font-weight: 800;
}

.contact-actions {
  display: grid;
  min-width: min(24rem, 100%);
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.contact-link {
  display: flex;
  min-height: 3.6rem;
  padding: 0.8rem 1.05rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid color-mix(in srgb, var(--contact-colour), transparent 42%);
  border-radius: 0.85rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  background: color-mix(in srgb, var(--contact-colour), #111 76%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: color-mix(in srgb, var(--contact-colour), #fff 18%);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--contact-colour), transparent 82%);
}

.contact-link[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(0.35);
}

.whatsapp-link {
  --contact-colour: #25d366;
}

.telegram-link {
  --contact-colour: #2aabee;
}

.rules-heading {
  margin-bottom: 1.8rem;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rule-card {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(216, 173, 66, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.rule-card h3 {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-size: 1.25rem;
}

.rule-card ul {
  display: grid;
  margin: 0;
  padding-left: 1.25rem;
  gap: 0.7rem;
  color: #bbb6aa;
}

.rule-card li {
  padding-left: 0.25rem;
  font-size: 1rem;
  line-height: 1.55;
}

.rule-card li::marker {
  color: var(--gold);
}

.detail-return {
  margin-top: 2rem;
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: 0 1.25rem 1.7rem;
  align-items: center;
  gap: 0.65rem;
  color: #77746d;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-deep);
}

@media (max-width: 680px) {
  .site-header {
    justify-content: flex-start;
    padding-top: 1.5rem;
  }

  .home-header {
    padding-top: 0.8rem;
    justify-content: space-between;
  }

  .brand-mark {
    width: 3.55rem;
    height: 3.55rem;
  }

  .home-brand-icon {
    width: 3rem;
    height: 3rem;
  }

  .home-brand-copy strong {
    font-size: 0.86rem;
  }

  .header-jump {
    min-height: 2.55rem;
    padding: 0.62rem 0.78rem;
    font-size: 0.82rem;
  }

  .detail-header {
    justify-content: space-between;
  }

  .hero {
    width: 100%;
    min-height: 0;
    margin-top: 0.7rem;
    padding: 1rem 1rem 1.8rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .hero-logo-title {
    width: min(25rem, 78vw);
    margin-bottom: 0.8rem;
  }

  .hero-tagline {
    max-width: 24rem;
  }

  .intro {
    max-width: 30rem;
  }

  .scroll-cue {
    width: min(29rem, 100%);
    justify-content: center;
    font-size: 0.875rem;
  }

  .social-hub-heading {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-card {
    min-height: 5.65rem;
  }

  .competitions {
    padding-top: 4.5rem;
  }

  .competition-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .competition-card {
    width: min(34rem, 100%);
    margin: 0 auto;
  }

  .competition-copy strong {
    font-size: 1.35rem;
  }

  .competition-date strong {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .footer-dot {
    display: none;
  }
}

@media (max-width: 900px) {
  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-poster {
    position: relative;
    top: auto;
    width: min(37rem, 100%);
    margin: 0 auto;
  }

  .detail-panel {
    width: min(37rem, 100%);
    margin: 0 auto;
  }

  .availability-heading {
    display: grid;
  }

  .number-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .detail-header {
    align-items: center;
  }

  .back-link {
    padding: 0.72rem 0.82rem;
    font-size: 0.69rem;
    letter-spacing: 0.06em;
  }

  .detail-title {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-facts div {
    min-height: 5.6rem;
  }

  .primary-link {
    width: 100%;
  }

  .availability-section,
  .competition-rules {
    padding: 1rem;
    border-radius: 1.15rem;
  }

  .number-tile {
    border-radius: 0.55rem;
    font-size: 1rem;
  }

  .contact-actions,
  .rules-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .social-card {
    min-height: 5.3rem;
    padding: 0.68rem;
    gap: 0.55rem;
  }

  .platform-icon {
    width: 2.65rem;
    height: 2.65rem;
  }

  .arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .platform-copy strong {
    font-size: 0.9rem;
  }

  .home-brand-copy {
    display: none;
  }

  .competition-copy {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .scroll-arrow {
    animation: none;
  }
}
