.live-hero-title .hero-main__title-line {
  /* letter-spacing: -0.06em; */
}

.gtm-noscript {
  display: none;
  visibility: hidden;
}

.card-prize__image--contain-right {
  object-fit: contain;
  object-position: right;
}

.live-draw-section {
  position: relative;
  overflow: hidden;
  gap: 24px;
  scroll-margin-top: 96px;
}

#live-draw-screen {
  scroll-margin-top: 104px;
}

.live-draw__copy {
  position: relative;
  z-index: 2;
}

.live-draw__copy h2 {
  max-width: 34rem;
  color: #070d19;
  font-family: var(--display-font);
  font-size: clamp(2.65rem, 11vw, 4.25rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.live-draw__copy h2 span {
  display: block;
}

.live-draw__copy h2 em {
  color: #1455ee;
  font-style: inherit;
}

.live-draw__copy h2 span:last-child {
  font-size: 0.82em;
  line-height: 1;
}

.live-draw__copy .winner-section__subtitle {
  max-width: 410px;
  margin-top: 18px;
  color: #172238;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.live-draw__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  border-radius: 999px;
  padding: 7px 13px;
  color: #1455ee;
  background: rgba(238, 244, 255, 0.92);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.live-draw__notice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  max-width: 430px;
  margin-top: 22px;
  border: 1px solid rgba(213, 225, 245, 0.94);
  border-radius: 20px;
  padding: 13px 15px;
  color: #0b245d;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(19, 47, 95, 0.12);
  backdrop-filter: blur(10px);
}

.live-draw__notice-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #1455ee;
  border-radius: 999px;
  background: #f3f7ff;
}

.live-draw__notice-icon svg {
  width: 25px;
  height: 25px;
}

.live-draw__notice p {
  margin: 0;
  color: #24334d;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 700;
}

.live-draw__notice strong {
  color: #1455ee;
  font-weight: 900;
}

.live-draw-panel {
  position: relative;
  z-index: 3;
  width: min(100%, 720px);
  margin: 30px auto 0;
  border: 1px solid #d5e1f5;
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(19, 47, 95, 0.13);
  backdrop-filter: blur(10px);
}

.live-draw-panel__head {
  text-align: center;
}

.live-draw-panel__head h3 {
  margin: 0;
  color: #0b245d;
  font-size: clamp(20px, 4.6vw, 28px);
  line-height: 1.05;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.03em;
}

.live-draw-panel__head p {
  margin: 8px 0 0;
  color: #53637d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.live-countdown {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.live-countdown__label {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  color: #0b245d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.live-countdown__label::before,
.live-countdown__label::after {
  content: "";
  height: 1px;
  background: #d9e4f5;
}

.live-countdown__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}

.live-countdown__item {
  display: grid;
  gap: 4px;
  justify-items: center;
  min-height: 76px;
  border-radius: 16px;
  padding: 12px 8px 10px;
  color: #0b245d;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(19, 47, 95, 0.11), inset 0 0 0 1px rgba(229, 237, 249, 0.94);
}

.live-countdown__item strong {
  font-size: clamp(27px, 7.4vw, 40px);
  line-height: 0.95;
  font-weight: 900;
  font-style: italic;
  color: #1455ee;
}

.live-countdown__item small {
  color: #53637d;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.live-countdown__separator {
  display: none;
  color: #0b245d;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.live-countdown__date {
  display: inline-flex;
  min-height: 36px;
  justify-self: center;
  align-items: center;
  border-radius: 999px;
  padding: 7px 16px;
  color: #0b245d;
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(19, 47, 95, 0.1);
}

.live-countdown__date::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1.5A2.5 2.5 0 0 1 22 6.5v12A2.5 2.5 0 0 1 19.5 21h-15A2.5 2.5 0 0 1 2 18.5v-12A2.5 2.5 0 0 1 4.5 4H6V3a1 1 0 0 1 1-1Zm12.5 8h-15v8.5c0 .28.22.5.5.5h14c.28 0 .5-.22.5-.5V10ZM5 6a.5.5 0 0 0-.5.5V8h15V6.5A.5.5 0 0 0 19 6H5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1.5A2.5 2.5 0 0 1 22 6.5v12A2.5 2.5 0 0 1 19.5 21h-15A2.5 2.5 0 0 1 2 18.5v-12A2.5 2.5 0 0 1 4.5 4H6V3a1 1 0 0 1 1-1Zm12.5 8h-15v8.5c0 .28.22.5.5.5h14c.28 0 .5-.22.5-.5V10ZM5 6a.5.5 0 0 0-.5.5V8h15V6.5A.5.5 0 0 0 19 6H5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.live-countdown.is-live .live-countdown__item strong {
  color: #7eac2f;
}

.live-player {
  position: relative;
  overflow: hidden;
  margin: 16px 0 0;
  border-radius: 18px;
  background: #071022;
  box-shadow: 0 18px 34px rgba(7, 16, 34, 0.22);
  aspect-ratio: 16 / 9;
}

.live-player__cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  overflow: hidden;
  color: #1455ee;
  background: #071022;
  cursor: pointer;
}

.live-player__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.live-player__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 85, 238, 0.08), rgba(3, 9, 24, 0.26) 72%),
    linear-gradient(180deg, rgba(5, 15, 35, 0.04), rgba(5, 15, 35, 0.18));
}

.live-player__cover:hover img,
.live-player__cover:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.live-player__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  color: #ffffff;
  background: #e4212f;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 18px rgba(228, 33, 47, 0.26);
}

.live-player__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: clamp(64px, 15vw, 90px);
  height: clamp(64px, 15vw, 90px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #1455ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(7, 16, 34, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.live-player__play svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(20, 85, 238, 0.18));
}

.live-player__cover:hover .live-player__play,
.live-player__cover:focus-visible .live-player__play {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 22px 42px rgba(7, 16, 34, 0.32);
}

.live-player.is-playing .live-player__cover {
  display: none;
}

.live-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.live-draw-actions {
  display: grid;
  position: relative;
  z-index: 3;
  gap: 10px;
  width: min(100%, 720px);
  margin: 14px auto 0;
}

.live-draw-subscribe,
.live-transparency__cta {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.live-transparency__cta {
  background: linear-gradient(180deg, #93c738 0%, #7eac2f 100%);
  box-shadow: 0 14px 24px rgba(126, 172, 47, 0.28);
}

.live-draw-subscribe {
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #93c738 0%, #7eac2f 100%);
  box-shadow: 0 14px 24px rgba(126, 172, 47, 0.28);
  font-size: var(--cta-size);
}

.live-draw-panel__note {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  border-radius: 18px;
  padding: 12px 14px;
  color: #0b245d;
  background: rgba(248, 251, 255, 0.86);
}

.live-draw-panel__note span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #1455ee;
}

.live-draw-panel__note svg {
  width: 36px;
  height: 36px;
}

.live-draw-panel__note p {
  margin: 0;
  color: #3c4b64;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.live-transparency {
  min-height: auto;
}

.live-transparency__grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.live-transparency__grid article {
  border: 1px solid #d9e4f5;
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(19, 47, 95, 0.07);
}

.live-transparency__grid strong {
  display: block;
  color: #0b245d;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.live-transparency__grid p,
.live-transparency__note {
  color: #53637d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.live-transparency__grid p {
  margin: 10px 0 0;
}

.live-transparency__note {
  margin: 18px 0 0;
  text-align: center;
}

.live-transparency__cta {
  margin-top: 16px;
}

@media (max-width: 767px) {
  #winner-screen.live-draw-section {
    padding-top: 122px;
  }
}

@media (min-width: 48em) {
  .live-draw-section {
    display: grid;
    grid-template-columns: minmax(18rem, 0.84fr) minmax(26rem, 1.16fr);
    align-items: center;
    gap: 0 clamp(28px, 4vw, 58px);
  }

  .live-draw-panel {
    grid-column: 2;
    margin: 0;
  }

  .live-draw-actions {
    grid-column: 2;
    margin: 14px 0 0;
  }

  .live-transparency__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 64em) {
  .hero-main__title.live-hero-title {
    width: min(52vw, 48rem);
    max-width: none;
  }

  .live-hero-title .hero-main__title-line {
    white-space: nowrap;
  }

  .live-hero-title .hero-main__title-line:not(.hero-main__title-line--accent) {
    font-size: clamp(3rem, 4.25vw, 4.1rem);
    line-height: 0.92;
  }

  /* .live-hero-title .hero-main__title-line--accent {
    font-size: clamp(5.25rem, 6.85vw, 7.15rem);
    line-height: 0.86;
  } */

  .live-draw-section {
    align-items: end;
    padding-bottom: 68px;
  }

  .live-draw__copy {
    align-self: center;
    padding-bottom: 40px;
  }

  .live-draw__copy h2 {
    max-width: 31rem;
    font-size: clamp(3.05rem, 4.05vw, 4.35rem);
  }

  .live-draw__copy h2 span:last-child {
    font-size: 0.78em;
  }

  .live-draw-panel {
    width: min(100%, 640px);
    padding: 20px 24px 24px;
  }

  .live-player {
    aspect-ratio: 16 / 7.9;
  }

  .live-countdown {
    gap: 10px;
    margin-top: 14px;
  }

  .live-countdown__item {
    min-height: 68px;
    padding: 10px 8px 8px;
  }

  .live-countdown__item strong {
    font-size: clamp(27px, 4vw, 36px);
  }

  .live-countdown__date {
    min-height: 32px;
    padding: 6px 14px;
  }

  .live-draw-panel__note {
    margin-top: 12px;
    padding: 10px 12px;
  }

  .live-countdown__items {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px;
  }

  .live-countdown__separator {
    display: inline-flex;
    justify-content: center;
  }

  .live-draw-actions {
    grid-template-columns: 1fr;
    width: min(100%, 640px);
    margin-top: 10px;
  }

  .live-draw-subscribe {
    min-height: 54px;
  }
}
