@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Barlow+Condensed:wght@700;800;900&display=swap");

:root {
  color-scheme: dark;
  --bg: #020403;
  --panel: #090e0b;
  --panel-soft: rgba(12, 18, 14, 0.72);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f5f6f1;
  --muted: #b7bdb5;
  --green: #8cff00;
  --green-deep: #44c900;
  --amber: #d39f42;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.18), rgba(2, 4, 3, 0.58)),
    url("assets/market-background.png") center top / cover fixed no-repeat,
    radial-gradient(circle at 50% 16%, rgba(133, 255, 0, 0.12), transparent 30rem),
    radial-gradient(circle at 10% 70%, rgba(211, 159, 66, 0.07), transparent 22rem),
    linear-gradient(180deg, #010201 0%, #071008 42%, #020403 100%);
  color: var(--text);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.88)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 72px);
}

body::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.22;
}

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(24px, 3.3vw, 37px) 18px;
}

.hero {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.warning-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: min(100%, 520px);
  min-height: 54px;
  padding: 12px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 7, 6, 0.78);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.04);
  color: #f7f8f5;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.9vw, 20px);
  font-weight: 800;
}

.warning-pill strong,
h1 mark,
.reserved span {
  color: var(--green);
}

.warning-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 900;
  line-height: 1;
}

.kicker {
  display: none;
  margin: 0;
  color: var(--green);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 970px;
  margin: 10px auto 0;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(48px, 7.4vw, 90px);
  line-height: 0.96;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.82),
    0 0 18px rgba(255, 255, 255, 0.08);
}

.headline-line {
  display: block;
}

h1 mark {
  padding: 0;
  background: transparent;
}

.subhead strong {
  color: var(--green);
}

.subhead {
  position: relative;
  max-width: 690px;
  margin: 26px auto 28px;
  color: #e0e4dc;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2.05vw, 21px);
  font-weight: 700;
  line-height: 1.42;
}

.subhead::before,
.subhead::after {
  position: absolute;
  top: 50%;
  width: min(12vw, 150px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.subhead::before {
  right: calc(100% + 18px);
}

.subhead::after {
  left: calc(100% + 18px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 963px;
  aspect-ratio: 963 / 512;
  margin: 0 auto;
  border: 0;
  border-radius: 25px;
  background: #030504;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.56),
    0 0 46px rgba(140, 255, 0, 0.12);
}

.video-frame vturb-smartplayer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 100%;
}

.presenter {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 50% 58%, rgba(211, 159, 66, 0.24), transparent 18rem);
}

.studio-light {
  position: absolute;
  left: 8%;
  top: 20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #f6c96b 0 8%, rgba(246, 201, 107, 0.42) 9% 22%, transparent 48%);
  filter: blur(0.2px);
}

.studio-light::before {
  position: absolute;
  left: 10px;
  top: -24px;
  width: 80px;
  height: 42px;
  content: "";
  border-radius: 50% 50% 12px 12px;
  background: linear-gradient(180deg, #121510, #030403);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotate(-18deg);
}

.person-card {
  position: absolute;
  left: 50%;
  bottom: 11%;
  width: min(42%, 380px);
  height: 74%;
  transform: translateX(-50%);
}

.head {
  position: absolute;
  left: 50%;
  top: 6%;
  width: 31%;
  aspect-ratio: 0.82;
  border-radius: 44% 44% 40% 40%;
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.2), transparent 12%),
    linear-gradient(160deg, #d99b60 0%, #8e5633 64%, #4b2d20 100%);
  box-shadow: inset 0 -12px 20px rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.head::before {
  position: absolute;
  inset: -10% 6% 70% 2%;
  content: "";
  border-radius: 50% 50% 34% 34%;
  background: #1c120d;
}

.head::after {
  position: absolute;
  left: 27%;
  bottom: 11%;
  width: 46%;
  height: 20%;
  content: "";
  border-radius: 50%;
  background: rgba(19, 12, 9, 0.72);
}

.body {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 82%;
  height: 55%;
  border-radius: 38% 38% 14% 14%;
  background: linear-gradient(180deg, #111611 0%, #060807 78%);
  box-shadow: inset 0 14px 0 rgba(255, 255, 255, 0.025);
  transform: translateX(-50%);
}

.hands {
  position: absolute;
  left: 21%;
  bottom: 23%;
  width: 58%;
  height: 13%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, #d79b62 0 18%, transparent 19%),
    linear-gradient(90deg, #7a4931 0 38%, #c98652 39% 58%, #75452f 59% 100%);
  box-shadow: 0 0 22px rgba(140, 255, 0, 0.2);
}

.shelf {
  position: absolute;
  right: 9%;
  top: 22%;
  display: grid;
  gap: 8px;
  width: 130px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: var(--green);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  text-align: center;
  box-shadow: 0 0 30px rgba(140, 255, 0, 0.1);
}

.shelf span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.shelf strong {
  font-size: 30px;
  line-height: 1;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 52%;
  display: grid;
  width: clamp(82px, 11vw, 126px);
  aspect-ratio: 1;
  place-items: center;
  border: 4px solid var(--green);
  border-radius: 50%;
  background: rgba(4, 8, 5, 0.74);
  box-shadow:
    0 0 0 12px rgba(140, 255, 0, 0.08),
    0 0 34px rgba(140, 255, 0, 0.58);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 8%;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 32px solid #fff;
}

.video-controls {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 6%;
  display: grid;
  grid-template-columns: 26px 1fr auto auto;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.control-dot {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.progress span {
  display: block;
  width: 39%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #fff);
}

.control-icons {
  display: flex;
  gap: 12px;
}

.control-icons i {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 4px;
  opacity: 0.9;
}

.reserved {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 28px;
  color: var(--muted);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1.8vw, 16px);
  line-height: 1.45;
  white-space: nowrap;
}

.reserved strong {
  color: var(--green);
}

.reserved span {
  display: inline-grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  font-weight: 900;
}

.shield-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 24px);
  width: 100%;
  max-width: 820px;
  min-height: clamp(74px, 8.2vw, 104px);
  padding: 14px clamp(18px, 3.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 34%),
    linear-gradient(135deg, var(--green), var(--green-deep));
  color: #050806;
  font-family: "Barlow Condensed", "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 2.65vw, 30px);
  font-weight: 900;
  line-height: 1.04;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 16px 38px rgba(68, 201, 0, 0.23),
    inset 0 -6px 14px rgba(0, 0, 0, 0.13);
  transition: transform 180ms ease, filter 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.cta-icon {
  display: grid;
  flex: 0 0 auto;
  width: clamp(54px, 6.4vw, 72px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #020403;
}

.cta-copy {
  display: grid;
  gap: 5px;
  text-align: center;
}

.cta-copy strong,
.cta-copy small {
  display: block;
}

.cta-copy small {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1.45vw, 17px);
  font-weight: 900;
}

.cta-icon svg {
  width: 54%;
  fill: var(--green);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  color: #d6dad2;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(22px, 4vw, 52px);
}

.trust-list li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-list span {
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 760px) {
  .page-shell {
    width: 100vw;
    overflow: hidden;
    padding: 18px 12px 30px;
  }

  .hero,
  .warning-pill,
  .video-frame,
  .cta {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .warning-pill {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 11px;
    line-height: 1.25;
  }

  .warning-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .warning-pill > span:last-child {
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .kicker {
    margin-top: 24px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(26px, 8.1vw, 34px);
    line-height: 0.95;
  }

  .headline-line {
    white-space: normal;
  }

  .subhead::before,
  .subhead::after {
    display: none;
  }

  .subhead {
    width: min(340px, 100%);
    max-width: 300px;
    padding: 0 10px;
    font-size: 12px;
    text-wrap: auto;
  }

  .video-frame {
    aspect-ratio: 10 / 10.8;
    border-radius: 18px;
  }

  .person-card {
    width: 72%;
    height: 66%;
  }

  .studio-light {
    left: 2%;
    top: 18%;
    transform: scale(0.76);
  }

  .shelf {
    display: none;
  }

  .shelf strong {
    font-size: 22px;
  }

  .video-controls {
    grid-template-columns: 20px 1fr;
    gap: 12px;
    font-size: 13px;
  }

  .time,
  .control-icons {
    display: none;
  }

  .reserved {
    align-items: center;
    max-width: calc(100vw - 24px);
    text-align: center;
    font-size: clamp(4px, 1.05vw, 8px);
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
  }

  .reserved span {
    min-width: 10px;
    height: 10px;
  }

  .shield-icon svg {
    width: 10px;
    height: 10px;
  }

  .cta {
    flex-direction: row;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    text-wrap: balance;
  }

  .cta span:last-child {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .cta-icon {
    width: 46px;
  }

  .cta-copy small {
    font-size: 8px;
  }

  .trust-list {
    flex-direction: row;
    align-items: center;
    gap: 0;
    font-size: 10px;
  }

  .trust-list li {
    padding: 0 7px;
    gap: 5px;
  }
}

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