    <style>
  /* General Styles */

  .text-white {
    color: #fff;
  }

  .text-green {
    color: #66ffc8;
  }

  .text-pink {
    color: #eb38cf;
  }

  .text-italic {
    font-style: italic;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .font-horsemen {
    font-family: 'Horsemen', sans-serif;
  }

  .font-kufam {
    font-family: 'Kufam', sans-serif;
  }

  .bg-black {
    background-color: #000;
  }

  .img-reverse {
    transform: scaleX(-1);
  }

  .border-pink {
    border: 3px solid #eb38cf;
  }

  .border-green {
    border: 3px solid #66ffc8;
  }

  /* Site header styles moved to globals.css for consistent nav across all pages */

  .btn {
    letter-spacing: normal;
    font-weight: 700;
  }

  .btn-outline {
    background: #000;
    border: 3px solid #fff;
    border-radius: 12px;
    color: #66ffc8;
  }

  .btn-outline.border-pink {
    border: 3px solid #eb38cf;
  }

  .btn-outline:hover {
    background: #66ffc8;
    border: 3px solid #66ffc8;
    color: #000;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
  }

  .btn-pink {
    background: #eb38cf;
    border: none;
    border-radius: 12px;
    color: #fff;
  }

  .btn-pink:hover {
    background: #66ffc8;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }

  .btn-pink[disabled] {
    background: #d0d5dc;
    color: #000;
    pointer-events: none;
  }

  .container-wide {
    max-width: 1638px;
    margin: 0 auto;
    padding: 187px 40px 100px;
    position: relative;
  }

  /* Hero Styles  */

  h1 {
    font-size: 0;
  }

  .hero {
    background-image: url('/img/arcade/hero-bg.webp');
    background-size: cover;
    background-attachment: scroll;
    padding: 153px 0 186px;
  }

  .hero-logo {
    width: 49%;
    max-width: 938px;
    margin: 0 auto 7px;
  }

  .hero h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-wrap: balance;
  }

  .hero h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    margin-bottom: 20px;
  }

  /* Main Styles */

  .squid {
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    width: 11.4%;
    min-width: 100px;
    height: auto;
  }

  .welcome-row {
    margin-bottom: 38px;
  }

  .welcome-row .img-container {
    flex-basis: 18%;
  }

  .main h2 {
    font-size: 3.75rem;
    font-weight: 400;
    margin-bottom: 14px;
  }

  .main h2.welcome {
    line-height: 2.5;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    text-wrap: balance;
    word-spacing: 40px;
    flex-basis: 63%;
  }

  .welcome-subheading {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .welcome-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 80px;
    text-wrap: balance;
  }

  .level-boxes-container {
    gap: 40px;
    margin-bottom: 140px;
    max-width: 1289px;
  }

  .level-box {
    padding: 21px 21px 37px;
  }

  .level-box > .d-flex {
    gap: 20px;
  }

  .level-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 2.4px;
  }

  .level-box img {
    margin-bottom: 32px;
  }

  .level-box p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .level-box a.btn {
    padding: 17px 21px;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  .tor-heading {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 12px;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    margin-bottom: 52px;
  }

  .tor-slider {
    margin-bottom: 178px;
  }

  .tor-slider .slick-track {
    align-items: stretch;
    display: flex;
  }

  .tor-slider .slick-slide {
    height: auto;
  }

  .tor-slider-item-outer {
    padding-inline: 12px;
  }

  .tor-slider-item-inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(235, 56, 207, 0.52) 100%);
    border: 3px solid;
    border-image: linear-gradient(0deg, #66ffc8, #eb38cf) 1;
    padding: 21px;
    gap: 24px;
    height: 100%;
  }

  .tor-slider-item-inner img {
    width: 100px;
    height: auto;
    border-radius: 50%;
  }

  .tor-slider-item-inner .name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 4px;
  }

  .tor-slider-item-inner .title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .tor-slider-item-inner .testimonial {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: calc(100% + 80px);
    z-index: 1;
    height: 40px;
    width: 40px;
  }

  .slick-prev:hover path,
  .slick-next:hover path {
    fill: #eb38cf;
  }

  .slick-prev:hover rect,
  .slick-next:hover rect {
    stroke: #eb38cf;
  }

  .slick-prev {
    left: 50%;
    transform: translateX(-52px);
  }

  .slick-next {
    right: 50%;
    transform: translateX(52px);
  }

  .level-quest {
    padding: 100px 0;
  }

  .level-quest > .d-flex {
    gap: 44px;
    margin-bottom: 80px;
  }

  .level-quest .level-heading {
    gap: 20px;
    margin-bottom: 24px;
  }

  .level-quest .level-heading img:not(:last-of-type) {
    margin-right: 16px;
  }

  .level-quest .overline {
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 24px;
    margin-bottom: 24px;
  }

  .level-quest h2 {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 2.5;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    text-wrap: balance;
    margin-bottom: 80px;
  }

  .level-quest-container {
    border: 3px solid;
    border-image: linear-gradient(0deg, #66ffc8, #eb38cf) 1;
    margin: 0 auto;
    padding: 60px;
    max-width: 1274px;
  }

  .level-quest-container h3 {
    font-size: 1.75rem;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    word-spacing: 6px;
  }

  .level-quest-container > p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 52px;
  }

  .level-quest-container .products-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    margin-top: 44px;
  }

  .level-quest-container .product {
    padding: 40px;
    height: 100%;
  }

  .level-quest-container .product-heading {
    gap: 20px;
  }

  .level-quest-container .product h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.5;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
  }

  .level-quest-container .product .hearts-container {
    gap: 5px;
  }

  .level-quest-container .product .hearts-container svg {
    width: 24px;
    height: auto;
  }

  .level-quest-container .product .hearts-container svg path {
    fill: white;
  }

  #level-1-quests .level-quest-container .product .hearts-container svg:nth-of-type(1) path {
    fill: #eb38cf;
  }

  #level-2-quests .level-quest-container .product .hearts-container svg:nth-of-type(1) path,
  #level-2-quests .level-quest-container .product .hearts-container svg:nth-of-type(2) path {
    fill: #eb38cf;
  }

  #level-3-quests .level-quest-container .product .hearts-container svg path {
    fill: #eb38cf;
  }

  .level-quest-container .product > img {
    box-shadow: 4px 4px 20px 8px rgba(235, 56, 207, 0.16);
    margin-bottom: 32px;
  }

  .level-quest-container .product .name {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .level-quest-container .product .price {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.625rem;
    margin-bottom: 32px;
  }

  .level-quest-container .product:has(.btn[disabled]) p.price {
    visibility: hidden;
  }

  .level-quest-container .product p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
  }

  .level-quest-container .product:not(:has(ul)) p {
    margin-bottom: 32px;
  }

  .level-quest-container .product ul {
    margin-bottom: 32px;
    padding-left: 20px;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
  }

  .level-quest-container .product a.btn {
    font-size: 1.125rem;
    font-weight: 700;
  }

  .treasure-and-toner {
    background-image: url('/img/arcade/treasure-and-toner-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 194px 0 195px;
  }

  .treasure-and-toner .inner {
    max-width: 1274px;
    margin: 0 40px;
  }

  .treasure-and-toner .img-row {
    gap: 56px;
    margin-bottom: 52px;
    max-width: 60%;
  }

  .treasure-and-toner .img-row:nth-of-type(odd) {
    flex-basis: 186px;
  }

  .treasure-and-toner .img-row:nth-of-type(odd) {
    flex-basis: 280px;
  }

  .treasure-and-toner h2 {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 2.5;
    text-shadow: 0px 4px 20px rgba(235, 56, 207, 0.5);
    max-width: 980px;
    margin-bottom: 52px;
  }

  .treasure-and-toner p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 52px;
  }

  .treasure-and-toner a.btn {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 64px;
    padding: 21px;
    letter-spacing: normal;
  }

  .keyhole {
    background: transparent;
    border: none;
    max-width: 266px;
  }

  .keyhole img {
    margin-bottom: 20px;
  }

  .keyhole img:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
  }

  .keyhole p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .keyhole-modal {
    background: #000;
    padding: 40px;
    gap: 32px;
    width: 600px !important;
    max-width: 600px !important;
    pointer-events: auto;
  }

  .keyhole-modal img {
    max-width: 200px;
  }

  .keyhole-modal p.name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 20px;
  }

  .keyhole-modal p.price {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
  }

  .keyhole-modal p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  @media (max-width: 1500px) {
    .main h2.welcome {
      font-size: 3.375rem;
    }
  }

  @media (max-width: 1400px) {
    .main h2.welcome {
      font-size: 3rem;
      max-width: 700px;
    }

    .welcome-subheading,
    .welcome-text {
      font-size: 1.25rem;
      line-height: 1.875rem;
    }

    .level-boxes-container {
      margin-bottom: 86px;
      overflow-x: scroll;
    }

    .level-box {
      min-width: 400px;
    }
  }

  @media (max-width: 1290px) {
    .main h2.welcome {
      word-spacing: 20px;
    }
  }

  @media (max-width: 1200px) {
    .hero {
      padding-bottom: 150px;
    }
    
    .container-wide {
      padding-top: 120px;
    }

    .main h2.welcome {
      font-size: 2.5rem;
      word-spacing: 15px;
    }

    .level-quest-container {
      border: none;
      padding: 0;
    }

    .level-quest-container > p {
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center;
      margin-bottom: 40px;
    }

    .level-quest-container .products-container {
      display: flex;
      gap: 16px;
      margin-top: 40px;
      overflow-x: scroll;
      align-items: stretch;
    }

    .level-quest-container .product {
      align-items: center;
      padding: 20px;
      min-width: 60%;
      height: unset;
    }

    .level-quest > .d-flex > img {
      width: 100px;
      height: auto;
    }
  }

  @media (max-width: 1019px) {
    .main h2.welcome {
      font-size: 2rem;
      max-width: 600px;
    }
  }

  @media (max-width: 991px) {
    .welcome-row {
      margin-bottom: 24px;
    }

    .main h2 {
      font-size: 1.5rem;
    }

    .main h2.welcome {
      letter-spacing: 4px;
      word-spacing: 5px;
      margin-bottom: 0;
    }

    .welcome-subheading {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    .welcome-text {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 40px;
    }

    .level-box > .d-flex {
      gap: 16px;
    }

    .level-box img {
      width: 24px;
      height: auto;
      margin-bottom: 16px;
    }

    .level-box h3 {
      font-size: 1.25rem;
    }

    .level-box p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 16px;
    }

    .level-box a.btn {
      font-size: 1rem;
      line-height: 1rem;
    }

    .level-quest-container .product {
      align-items: center;
      padding: 20px;
      min-width: 87.5%;
    }

    .treasure-and-toner .img-row {
      gap: 39px;
      margin: 0 19px 40px;
    }

    .treasure-and-toner h2 {
      text-wrap: balance;
      font-size: 2rem;
    }
  }

  @media (max-width: 928px) {
    .main h2.welcome {
      font-size: 1.75rem;
    }
  }

  @media (max-width: 767px) {
    .main h2.welcome {
      font-size: 1.75rem;
      flex-basis: 100%;
    }
  }

  @media (max-width: 576px) {
    .btn {
      text-wrap: balance;
    }

    .hero {
      padding: 80px 0;
    }

    .hero h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 8px;
    }

    .hero h3 {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      margin-bottom: 8px;
    }

    .container-wide {
      margin: 0 19px;
      padding: 80px 0 40px;
    }

    .squid {
      min-width: 80px;
      top: -20px;
    }

    .main h2.welcome {
      font-size: 1.5rem;
      letter-spacing: 1px;
    }

    .level-box {
      padding: 17px;
      min-width: 87.5%;
    }

    .tor-heading {
      font-size: 1.25rem;
      line-height: normal;
      font-variant: all-small-caps;
      letter-spacing: 10px;
      margin-bottom: 44px;
    }

    .tor-slider-mobile {
      gap: 24px;
      margin-bottom: 132px;
      overflow-x: scroll;
    }

    .tor-slider-item {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(235, 56, 207, 0.52) 100%);
      border: 3px solid;
      border-image: linear-gradient(0deg, #66ffc8, #eb38cf) 1;
      gap: 24px;
      padding: 21px;
      min-width: 87.5%;
    }

    .tor-slider-item .name {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5rem;
      margin-bottom: 4px;
    }

    .tor-slider-item-inner .title {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.125rem;
    }

    .tor-slider-item .testimonial {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5rem;
    }

    .tor-slider-item img {
      width: 100px;
      height: auto;
    }

    .level-quest {
      margin: 160px 0 80px;
      padding: 0;
    }

    .level-quest > .d-flex {
      gap: 24px;
      margin-bottom: 40px;
    }

    .level-quest-container .product {
      min-width: 92%;
    }

    .level-quest > .d-flex > img {
      width: 80px;
      height: auto;
    }

    .level-quest .overline {
      font-size: 1.25rem;
      letter-spacing: 9px;
      margin-bottom: 24px;
    }

    .level-quest h2 {
      margin-bottom: 40px;
    }

    .level-quest-container .product {
      padding: 17px;
    }

    .level-quest-container .product h4 {
      font-size: 0.875rem;
    }

    .level-quest-container .product > img {
      margin-bottom: 24px;
    }

    .level-quest-container .product .name {
      font-size: 1.25rem;
      line-height: 1.25rem;
      margin-bottom: 20px;
      text-wrap: balance;
    }

    .level-quest-container .product .price {
      font-size: 0.875rem;
      line-height: 0.875rem;
    }

    .level-quest-container .product > p {
      font-size: 1rem;
      text-align: center;
    }

    .level-quest-container .product ul {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    .level-quest-container .product a.btn {
      width: 100%;
    }

    .treasure-and-toner {
      background-image: none;
      padding: 80px 0 80px;
    }

    .treasure-and-toner .inner {
      margin: 0;
      padding: 0;
      max-width: 100%;
    }

    .treasure-and-toner .heading-container {
      background-image: url('/img/arcade/treasure-and-toner-bg-mobile.webp');
      background-position: center;
      background-size: cover;
      display: flex;
      align-items: center;
      margin: 0 0 34px;
      padding: 29px 19px;
      width: 100%;
      min-height: 294px;
    }

    .treasure-and-toner h2 {
      font-size: 1.5rem;
      margin-bottom: 0;
      text-wrap: balance;
    }

    .treasure-and-toner p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0 19px 34px;
    }

    .treasure-and-toner a.btn {
      margin: 0 19px 44px;
      font-size: 1rem;
    }

    .keyhole img {
      width: 32px;
      height: auto;
      margin-bottom: 16px;
    }

    .keyhole p {
      font-size: 0.875rem;
    }

    .keyhole-modal {
      padding: 20px;
    }

    .keyhole-modal img {
      max-width: 128px;
    }

    .keyhole-modal p.name {
      font-size: 1.5rem;
      line-height: normal;
      margin-bottom: 10px;
    }

    .keyhole-modal p.price {
      font-size: 0.875rem;
    }

    .keyhole-modal .btn {
      width: 100%;
    }
  }
</style>
