:root {
  --hbv15-bg: #120B18;
  --hbv15-panel: #29102E;
  --hbv15-cream: #FFF4DC;
  --hbv15-cherry: #FF3B72;
  --hbv15-amber: #FFB52E;
  --hbv15-mint: #29DBB0;
  --hbv15-blue: #4568F2;
  --hbv15-lime: #B9ED39;
  --hbv15-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--hbv15-bg); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--hbv15-cream);
  font-family: "Fira Sans Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 59, 114, .13), transparent 27rem),
    radial-gradient(circle at 92% 22%, rgba(69, 104, 242, .16), transparent 29rem),
    linear-gradient(180deg, #120B18 0, #1D0C24 45%, #0D0914 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .13;
  background-image: radial-gradient(circle, #FFF4DC 0 1px, transparent 1.5px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; }
.hbv15-wrap { width: min(var(--hbv15-max), calc(100% - 40px)); margin-inline: auto; }
.hbv15-skip { position: fixed; top: -80px; left: 14px; z-index: 100; padding: 10px 15px; color: #120B18; background: var(--hbv15-lime); }
.hbv15-skip:focus { top: 14px; }

.hbv15-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px max(20px, calc((100vw - var(--hbv15-max)) / 2));
  border-bottom: 1px solid rgba(255, 244, 220, .16);
  background: rgba(18, 11, 24, .9);
  backdrop-filter: blur(18px);
}

.hbv15-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.hbv15-brand svg { width: 51px; height: 51px; flex: 0 0 auto; }
.hbv15-brand > span { font-family: "Dela Gothic One", Impact, sans-serif; font-size: 20px; line-height: 1.05; letter-spacing: -.03em; }
.hbv15-brand small { display: block; margin-top: 6px; color: var(--hbv15-mint); font-family: "Fira Sans Condensed", sans-serif; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hbv15-header nav { display: flex; justify-content: center; gap: 4px; flex-wrap: wrap; }
.hbv15-header nav a { padding: 8px 11px; border-radius: 999px; color: rgba(255, 244, 220, .76); text-decoration: none; font-size: 14px; }
.hbv15-header nav a:hover { color: var(--hbv15-bg); background: var(--hbv15-amber); }

.hbv15-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--hbv15-cherry);
  border-radius: 12px 12px 3px 12px;
  color: white;
  background: linear-gradient(135deg, var(--hbv15-cherry), #D8186D);
  box-shadow: 0 10px 28px rgba(255, 59, 114, .19);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .015em;
}
.hbv15-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255, 59, 114, .3); }
.hbv15-button--ghost { color: var(--hbv15-cream); border-color: rgba(255, 244, 220, .4); background: transparent; box-shadow: none; }
.hbv15-button--dark { color: var(--hbv15-cream); border-color: var(--hbv15-bg); background: var(--hbv15-bg); box-shadow: none; }
.hbv15-button--small { min-height: 40px; padding: 8px 14px; font-size: 14px; }
.hbv15-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 28px; }

.hbv15-hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 112px) 0 0; }
.hbv15-hero::after { content: "777"; position: absolute; top: 26px; right: -20px; z-index: -1; color: rgba(255, 181, 46, .05); font-family: "Dela Gothic One", sans-serif; font-size: clamp(130px, 26vw, 380px); line-height: 1; }
.hbv15-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(34px, 6vw, 84px); min-width: 0; }
.hbv15-hero__copy { min-width: 0; }
.hbv15-kicker, .hbv15-stage-label { color: var(--hbv15-mint); font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.hbv15-hero h1 { max-width: 780px; margin: 15px 0 25px; overflow-wrap: anywhere; font-family: "Dela Gothic One", Impact, sans-serif; font-size: clamp(39px, 5.4vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.hbv15-lead { max-width: 780px; margin: 0 0 17px; color: rgba(255, 244, 220, .9); font-size: clamp(19px, 2vw, 23px); line-height: 1.6; }
.hbv15-copy { max-width: 920px; margin: 0 0 16px; }

.hbv15-reel-machine { position: relative; min-width: 0; max-width: 100%; min-height: 500px; padding: 31px 39px 84px; border: 4px solid #08050B; border-radius: 34px 34px 88px 88px; background: linear-gradient(145deg, #4B1450, var(--hbv15-panel) 46%, #180A1F); box-shadow: inset 0 0 0 3px rgba(255, 244, 220, .13), inset 0 -35px 60px rgba(0, 0, 0, .42), 0 34px 70px rgba(0, 0, 0, .42); }
.hbv15-machine__top { margin: -4px auto 23px; padding: 11px 15px; border: 2px solid var(--hbv15-amber); border-radius: 999px; color: var(--hbv15-amber); background: #150916; text-align: center; font-family: "Dela Gothic One", sans-serif; font-size: 13px; letter-spacing: .08em; }
.hbv15-machine__top span { color: var(--hbv15-lime); }
.hbv15-reels { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 9px solid #0A060C; border-radius: 17px; background: var(--hbv15-cream); box-shadow: inset 0 0 30px rgba(18, 11, 24, .26); }
.hbv15-reels > div { position: relative; display: grid; place-items: center; min-height: 205px; color: var(--hbv15-bg); border-right: 4px solid #2A2430; background: linear-gradient(90deg, #E8D7B7, #FFF8E8 27% 73%, #D9C49D); }
.hbv15-reels > div:last-child { border: 0; }
.hbv15-reels span { font-family: "Dela Gothic One", sans-serif; font-size: clamp(31px, 5vw, 66px); }
.hbv15-reels > div:first-child span { color: var(--hbv15-cherry); text-shadow: 16px -11px 0 var(--hbv15-cherry); }
.hbv15-reels > div:nth-child(2) span { color: var(--hbv15-blue); }
.hbv15-reels > div:nth-child(3) span { padding: 5px; color: var(--hbv15-cream); background: var(--hbv15-bg); }
.hbv15-reels em { position: absolute; bottom: 15px; font-style: normal; font-weight: 800; font-size: 10px; letter-spacing: .13em; }
.hbv15-payline { position: absolute; left: 20px; right: 20px; top: 48%; height: 5px; z-index: 2; background: linear-gradient(90deg, transparent, var(--hbv15-cherry) 12% 88%, transparent); filter: drop-shadow(0 0 7px var(--hbv15-cherry)); animation: hbv15-payline-pulse 2.4s ease-in-out infinite; }
.hbv15-lever { position: absolute; right: -40px; top: 126px; width: 42px; height: 160px; border-radius: 0 18px 18px 0; background: #09060C; }
.hbv15-lever::before { content: ""; position: absolute; left: 12px; top: -47px; width: 15px; height: 70px; border-radius: 10px; background: #A78D77; transform: rotate(8deg); transform-origin: bottom; }
.hbv15-lever i { position: absolute; left: 2px; top: -71px; width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #FF91B3, var(--hbv15-cherry) 55%, #970435); box-shadow: 0 0 24px rgba(255, 59, 114, .55); }
.hbv15-hopper { position: absolute; left: 18%; right: 18%; bottom: 24px; display: flex; align-items: center; justify-content: space-between; padding: 11px 18px; border: 2px solid var(--hbv15-mint); border-radius: 8px 8px 28px 28px; background: #09060C; }
.hbv15-hopper span { color: var(--hbv15-lime); font-family: "Dela Gothic One", sans-serif; font-size: 18px; }
.hbv15-hopper small { color: var(--hbv15-mint); letter-spacing: .1em; }

.hbv15-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 58px; padding-bottom: 58px; }
.hbv15-kpis a { position: relative; overflow: hidden; min-height: 126px; padding: 23px; border: 1px solid rgba(255, 244, 220, .18); border-radius: 18px; background: rgba(41, 16, 46, .78); text-decoration: none; }
.hbv15-kpis a::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 72px; height: 72px; border: 16px dotted var(--hbv15-cherry); border-radius: 50%; opacity: .25; }
.hbv15-kpis small { display: block; color: var(--hbv15-mint); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hbv15-kpis span { position: relative; z-index: 1; display: block; margin-top: 9px; font-family: "Dela Gothic One", sans-serif; font-size: clamp(17px, 2vw, 24px); line-height: 1.2; }

.hbv15-section { position: relative; padding: clamp(64px, 8vw, 112px) 0; }
.hbv15-section > .hbv15-wrap { position: relative; }
.hbv15-stage-label { margin-bottom: 17px; }
.hbv15-section h2 { max-width: 1000px; margin: 0 0 29px; font-family: "Dela Gothic One", Impact, sans-serif; font-size: clamp(31px, 4.4vw, 58px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.hbv15-section h3 { max-width: 820px; margin: 0 0 15px; color: inherit; font-family: inherit; font-size: clamp(21px, 2.6vw, 33px); font-weight: 800; line-height: 1.2; }
.hbv15-prose { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 32px; }
.hbv15-prose-group { min-width: 0; padding: 0; color: inherit; background: transparent; font-family: inherit; }
.hbv15-prose-group:nth-child(2n) { position: relative; padding-left: 32px; }
.hbv15-prose-group:nth-child(2n)::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: currentColor; opacity: .28; }
.hbv15-prose-group--wide { grid-column: 1 / -1; }
.hbv15-prose .hbv15-lead, .hbv15-prose .hbv15-copy { max-width: none; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.hbv15-prose-group p:last-child { margin-bottom: 0; }
.hbv15-section__cta { margin-top: 32px; }

.hbv15-section--stage { color: var(--hbv15-bg); background: var(--hbv15-cream); }
.hbv15-section--stage .hbv15-stage-label { color: #A7104A; }
.hbv15-section--plum { background: linear-gradient(120deg, #29102E, #3A123F); }
.hbv15-section--cherry { background: linear-gradient(135deg, #7D153E, #3D0D2B); }
.hbv15-section--amber { color: var(--hbv15-bg); background: linear-gradient(115deg, #FFB52E, #F08A27); }
.hbv15-section--amber .hbv15-stage-label { color: #5C1432; }
.hbv15-section--lime { color: var(--hbv15-bg); background: linear-gradient(120deg, #B9ED39, #67DDA0); }
.hbv15-section--lime .hbv15-stage-label { color: #302040; }

.hbv15-action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.hbv15-action-grid a { min-height: 190px; padding: 24px; border: 2px solid var(--hbv15-bg); border-radius: 10px 28px 10px 10px; color: var(--hbv15-bg); background: rgba(255, 255, 255, .35); text-decoration: none; }
.hbv15-action-grid small { display: block; color: #9B174C; font-weight: 800; }
.hbv15-action-grid span { display: block; margin: 28px 0 4px; font-family: "Dela Gothic One", sans-serif; font-size: 23px; }
.hbv15-action-grid em { font-style: normal; }

.hbv15-coupons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 37px; }
.hbv15-coupons > div { position: relative; min-height: 175px; padding: 24px; overflow: hidden; border: 2px solid currentColor; border-radius: 24px 5px 24px 5px; background: rgba(18, 11, 24, .08); }
.hbv15-coupons > div::before, .hbv15-coupons > div::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; border-radius: 50%; background: currentColor; transform: translateY(-50%); }
.hbv15-coupons > div::before { left: -16px; }
.hbv15-coupons > div::after { right: -16px; }
.hbv15-coupons small, .hbv15-coupons em { display: block; font-style: normal; }
.hbv15-coupons span { display: block; margin: 18px 0 8px; font-family: "Dela Gothic One", sans-serif; font-size: 20px; line-height: 1.2; }

.hbv15-game-roll { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin-top: 40px; }
.hbv15-game-roll a { position: relative; min-height: 226px; padding: 25px; overflow: hidden; border: 1px solid rgba(255, 244, 220, .2); border-radius: 26px 9px; background: linear-gradient(155deg, #4B1450, #190C20); text-decoration: none; }
.hbv15-game-roll a::before { content: "7"; position: absolute; right: -4px; bottom: -27px; color: rgba(255, 181, 46, .14); font-family: "Dela Gothic One", sans-serif; font-size: 120px; }
.hbv15-game-roll span, .hbv15-game-roll small, .hbv15-game-roll em { position: relative; z-index: 1; display: block; }
.hbv15-game-roll span { font-family: "Dela Gothic One", sans-serif; font-size: 19px; line-height: 1.25; }
.hbv15-game-roll small { margin-top: 24px; color: var(--hbv15-mint); }
.hbv15-game-roll em { margin-top: 8px; color: var(--hbv15-amber); font-style: normal; }

.hbv15-live-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.hbv15-live-strip a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 18px; border: 1px solid rgba(255, 244, 220, .22); border-radius: 14px; background: rgba(18, 11, 24, .3); text-decoration: none; }
.hbv15-live-strip i { width: 13px; height: 13px; border-radius: 50%; background: var(--hbv15-cherry); box-shadow: 0 0 0 6px rgba(255, 59, 114, .12); animation: hbv15-lamp 1.8s ease-in-out infinite; }
.hbv15-live-strip span { font-weight: 800; }
.hbv15-live-strip small { color: var(--hbv15-mint); }
.hbv15-live-strip em { grid-column: 2 / -1; color: var(--hbv15-amber); font-style: normal; }

.hbv15-loyalty { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.hbv15-loyalty > div { min-height: 190px; padding: 19px; border: 2px solid var(--hbv15-bg); border-radius: 70px 70px 14px 14px; background: rgba(255, 255, 255, calc(.18 + var(--hbv15-i) * .025)); }
.hbv15-loyalty small, .hbv15-loyalty span, .hbv15-loyalty em { display: block; }
.hbv15-loyalty small { width: 35px; height: 35px; padding-top: 4px; border-radius: 50%; color: var(--hbv15-cream); background: var(--hbv15-bg); text-align: center; font-weight: 800; }
.hbv15-loyalty span { margin-top: 26px; font-family: "Dela Gothic One", sans-serif; }
.hbv15-loyalty em { margin-top: 5px; font-style: normal; font-size: 28px; font-weight: 800; }

.hbv15-prize { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: stretch; gap: 10px; margin-top: 38px; }
.hbv15-prize > div, .hbv15-prize > a { padding: 22px; border: 2px solid var(--hbv15-bg); border-radius: 10px; background: rgba(255, 255, 255, .28); }
.hbv15-prize small, .hbv15-prize span { display: block; }
.hbv15-prize span { margin-top: 7px; font-family: "Dela Gothic One", sans-serif; font-size: 21px; }
.hbv15-prize > a { display: grid; place-items: center; color: var(--hbv15-cream); background: var(--hbv15-bg); text-decoration: none; font-weight: 800; }

.hbv15-receipt { margin-top: 40px; overflow: hidden; border: 2px solid currentColor; border-radius: 20px; }
.hbv15-receipt__head, .hbv15-receipt a { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 12px; padding: 14px 18px; }
.hbv15-receipt__head { color: var(--hbv15-bg); background: var(--hbv15-lime); font-weight: 800; }
.hbv15-receipt a { border-top: 1px dashed rgba(255, 244, 220, .3); text-decoration: none; }
.hbv15-receipt a:hover { color: var(--hbv15-bg); background: var(--hbv15-mint); }
.hbv15-receipt a > span { font-weight: 800; }

.hbv15-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.hbv15-controls span { padding: 11px 15px; border: 2px solid var(--hbv15-bg); border-radius: 999px; background: rgba(255, 255, 255, .3); font-weight: 800; }
.hbv15-device { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }
.hbv15-device > div { min-height: 180px; padding: 27px; border: 2px solid var(--hbv15-bg); border-radius: 34px; background: rgba(255, 255, 255, .28); }
.hbv15-device small, .hbv15-device span, .hbv15-device em { display: block; }
.hbv15-device span { margin: 19px 0 7px; font-family: "Dela Gothic One", sans-serif; font-size: 22px; }
.hbv15-device em { font-style: normal; }

.hbv15-faq { columns: initial; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.hbv15-faq details { border: 1px solid rgba(255, 244, 220, .2); border-radius: 16px; background: rgba(18, 11, 24, .28); }
.hbv15-faq summary { padding: 19px 50px 19px 19px; cursor: pointer; font-weight: 800; }
.hbv15-faq details[open] { background: rgba(18, 11, 24, .48); }
.hbv15-faq p { padding: 0 19px 19px; margin: 0; }

.hbv15-footer { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; padding: 50px max(20px, calc((100vw - var(--hbv15-max)) / 2)); border-top: 1px solid rgba(255, 244, 220, .15); background: #09060D; color: rgba(255, 244, 220, .72); }
.hbv15-footer__brand { display: block; margin-bottom: 9px; color: var(--hbv15-cream); font-family: "Dela Gothic One", sans-serif; font-size: 24px; }
.hbv15-footer > div:last-child > span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 9px; border-radius: 50%; color: var(--hbv15-bg); background: var(--hbv15-amber); font-weight: 800; }

@keyframes hbv15-payline-pulse { 50% { opacity: .45; transform: scaleX(.94); } }
@keyframes hbv15-lamp { 50% { box-shadow: 0 0 0 10px rgba(255, 59, 114, .03), 0 0 22px var(--hbv15-cherry); } }

@media (max-width: 1050px) {
  .hbv15-header { grid-template-columns: auto auto; }
  .hbv15-header nav { grid-column: 1 / -1; grid-row: 2; }
  .hbv15-header > .hbv15-button { justify-self: end; }
  .hbv15-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hbv15-reel-machine { width: min(620px, 92%); margin: 20px auto 0; }
  .hbv15-action-grid, .hbv15-coupons { grid-template-columns: repeat(2, 1fr); }
  .hbv15-game-roll { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hbv15-live-strip { grid-template-columns: repeat(2, 1fr); }
  .hbv15-prize { grid-template-columns: repeat(3, 1fr); }
  .hbv15-prize > a { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .hbv15-wrap { width: min(100% - 24px, var(--hbv15-max)); }
  .hbv15-header { position: relative; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 11px 12px; overflow: hidden; }
  .hbv15-brand > span { font-size: 17px; }
  .hbv15-brand svg { width: 43px; height: 43px; }
  .hbv15-header nav { width: 100%; max-width: 100%; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .hbv15-header nav a { flex: 0 0 auto; }
  .hbv15-button--small { padding-inline: 10px; }
  .hbv15-header > .hbv15-button { display: none; }
  .hbv15-hero { padding-top: 46px; }
  .hbv15-hero h1 { max-width: 100%; font-size: clamp(31px, 9.4vw, 43px); line-height: 1.08; }
  .hbv15-reel-machine { min-height: 370px; width: calc(100% - 28px); padding: 23px 24px 70px; }
  .hbv15-machine__top { font-size: 10px; }
  .hbv15-reels > div { min-height: 145px; }
  .hbv15-reels span { font-size: 25px; }
  .hbv15-lever { right: -27px; top: 102px; width: 30px; height: 118px; }
  .hbv15-lever::before { left: 7px; }
  .hbv15-lever i { left: -2px; }
  .hbv15-kpis { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .hbv15-kpis a { min-height: 110px; padding: 17px; }
  .hbv15-section { padding-block: 56px; }
  .hbv15-section h2 { font-size: clamp(29px, 9vw, 41px); }
  .hbv15-prose { grid-template-columns: 1fr; }
  .hbv15-prose-group:nth-child(2n) { padding-left: 0; }
  .hbv15-prose-group:nth-child(2n)::before { display: none; }
  .hbv15-prose-group--wide { grid-column: auto; }
  .hbv15-game-roll { grid-template-columns: 1fr; }
  .hbv15-loyalty { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hbv15-action-grid, .hbv15-coupons, .hbv15-live-strip, .hbv15-device, .hbv15-faq { grid-template-columns: 1fr; }
  .hbv15-receipt { overflow-x: auto; }
  .hbv15-receipt__head, .hbv15-receipt a { min-width: 630px; }
  .hbv15-footer { grid-template-columns: 1fr; gap: 28px; padding: 40px 18px; }
}

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