/* Helvetica Light - Weight 300 */
@font-face {
  font-family: "helvetica", "Arial", "Helvetica", sans-serif;
  src: url("../fonts/helvetica_light.woff2") format("woff2"),
    url("../fonts/helvetica_light.woff") format("woff"),
    url("../fonts/helvetica_light.otf") format("otf"),
    url("../fonts/helvetica_light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Regular - Weight 400 */
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.woff2") format("woff2"),
    url("../fonts/helvetica.woff") format("woff"),
    url("../fonts/helvetica.otf") format("otf"),
    url("../fonts/helvetica.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Semi-Bold - Weight 600 */
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.woff2") format("woff2"),
    url("../fonts/helvetica.woff") format("woff"),
    url("../fonts/helvetica.otf") format("otf"),
    url("../fonts/helvetica.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Bold - Weight 700 */
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.woff2") format("woff2"),
    url("../fonts/helvetica.woff") format("woff"),
    url("../fonts/helvetica.otf") format("otf"),
    url("../fonts/helvetica.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Italic - Weight 400 */
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica_italic.woff2") format("woff2"),
    url("../fonts/helvetica_italic.woff") format("woff"),
    url("../fonts/helvetica_italic.otf") format("otf"),
    url("../fonts/helvetica_italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Helvetica Bold Italic - Weight 700 */
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica_italic.woff2") format("woff2"),
    url("../fonts/helvetica_italic.woff") format("woff"),
    url("../fonts/helvetica_italic.otf") format("otf"),
    url("../fonts/helvetica_italic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.font-helvetica {
  font-family: "helvetica";
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.moozi-color {
  background: #3b0f11;
  padding: 0;
}

.text-background-4 {
  color: #fccf3d;
}

.bg-image {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* New CSS for converted Tailwind classes */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  height: 100%;
  width: 100%;
  font-family: "helvetica";
  background-color: transparent;
}

/* Navbar styles */
nav {
  width: 100%;
  background: #280c0d;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}

.header-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #280c0d;
}

.header-inner {
  flex: 1 1 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (width <= 480px) {
  .header-inner {
    gap: 0.5rem;
    padding: 0.25rem 0;
  }
}

.why-container {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin-top: 2rem;
}

@media (width >= 640px) {
  .why-container {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

@media (width >= 768px) {
  .why-container {
    margin-top: 0;
  }
}

.perks {
  font-family: "Roboto", sans-serif;
  padding: 0.3rem 2rem;
  background: #280c0d;
  font-size: clamp(1.0625rem, 0.2031rem + 2.75vw, 1.75rem);
  width: fit-content;
  margin: 0 auto;
  color: white;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.25;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fccf3d;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 0.9;
}

@media (width >= 480px) {
  .section-title {
    font-size: 2.5rem;
  }
}

@media (width >= 640px) {
  .section-title {
    font-size: 2.75rem;
  }
}

@media (width >= 768px) {
  .section-title {
    font-size: 3rem;
  }
}

.logo-link {
  display: flex;
  align-items: center;
  height: 3rem;
  flex-shrink: 0;
}

@media (width >= 480px) {
  .logo-link {
    height: 3.5rem;
  }
}

@media (width >= 768px) {
  .logo-link {
    height: 4rem;
  }
}

.payment-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  gap: 1rem;
}

.start-now {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem !important;
}

.reviews-container {
  margin-top: 6rem !important;
}

.logo-img {
  width: 3rem;
  height: auto;
}

@media (width >= 480px) {
  .logo-img {
    width: 3.5rem;
  }
}

@media (width >= 640px) {
  .logo-img {
    width: 4rem;
  }
}

@media (width >= 1024px) {
  .logo-img {
    width: 5rem;
  }
}

.nav-buttons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

@media (width >= 480px) {
  .button-group {
    gap: 0.5rem;
  }
}

@media (width >= 768px) {
  .button-group {
    gap: 0.75rem;
  }
}

.login-btn {
  font-weight: bold;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  padding: 0.4rem 0.75rem;
  text-align: center;
  border-radius: 9999px;
  height: 2rem;
  font-size: 0.65rem;
  cursor: pointer;
  white-space: nowrap;
}

@media (width >= 480px) {
  .login-btn {
    padding: 0.5rem 1rem;
    height: 2.25rem;
    font-size: 0.75rem;
  }
}

@media (width >= 640px) {
  .login-btn {
    padding: 0.625rem 1.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

@media (width >= 768px) {
  .login-btn {
    height: 2.75rem;
  }
}

.register-btn {
  font-weight: bold;
  color: #280c0d;
  background-color: #fccf3d;
  padding: 0.4rem 0.75rem;
  text-align: center;
  border-radius: 9999px;
  height: 2rem;
  font-size: 0.65rem;
  border: 2px solid #fccf3d;
  cursor: pointer;
  white-space: nowrap;
}

@media (width >= 480px) {
  .register-btn {
    padding: 0.5rem 1rem;
    height: 2.25rem;
    font-size: 0.75rem;
  }
}

@media (width >= 640px) {
  .register-btn {
    padding: 0.625rem 1.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

@media (width >= 768px) {
  .register-btn {
    height: 2.75rem;
  }
}

/* Hero section */
.hero-container {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding: 1rem 0;
  overflow: hidden;
}

@media (width >= 640px) {
  .hero-container {
    padding: 1.5rem 0;
  }
}

@media (width >= 768px) {
  .hero-container {
    padding: 2rem 0;
  }
}

@media (width >= 1024px) {
  .hero-container {
    padding: 5rem 0;
  }
}

.hero-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 1rem;
}

@media (width >= 768px) {
  .hero-content {
    gap: 2rem;
  }
}

@media (width >= 1024px) {
  .hero-content {
    flex-direction: row;
    max-width: 64rem;
    gap: 3rem;
  }
}

@media (width >= 1280px) {
  .hero-content {
    max-width: 80rem;
  }
}

@media (width >= 1536px) {
  .hero-content {
    max-width: 96rem;
  }
}

.hero-text {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

@media (width >= 640px) {
  .hero-text {
    padding: 0 1.5rem;
  }
}

@media (width >= 1024px) {
  .hero-text {
    padding: 0;
  }
}

.text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.coin {
  display: none;
}

.coin-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

@media (width >= 1024px) {
  .text-content {
    align-items: flex-start;
    text-align: left;
  }

  .coin-container {
    justify-content: start;
  }

  .hero-heading {
    text-align: left !important;
  }

  .coin {
    display: block;
  }
}

.hero-heading {
  color: white;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: clamp(2rem, 0.3333rem + 5.3333vw, 5rem);
  line-height: 0.9;
  margin-bottom: 0.5rem;
}

.hero-image {
  width: 100%;
  max-width: 400px;
  margin-bottom: 1rem;
}

@media (width >= 480px) {
  .hero-image {
    max-width: 450px;
    margin-bottom: 1.5rem;
  }
}

@media (width >= 640px) {
  .hero-image {
    max-width: 500px;
    margin-bottom: 2rem;
  }
}

@media (width >= 768px) {
  .hero-image {
    max-width: 550px;
    margin-bottom: 2.5rem;
  }
}

@media (width >= 1024px) {
  .hero-image {
    max-width: 600px;
    margin-bottom: 0;
  }
}

/* Games section */
.games-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.games-heading {
  margin-top: 3rem;
  color: white;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 0 1rem;
  margin-bottom: 0;
}

@media (width >= 480px) {
  .games-heading {
    font-size: 2.5rem;
    margin-top: 4rem;
  }
}

@media (width >= 640px) {
  .games-heading {
    font-size: 3rem;
    padding: 0 1.5rem;
  }
}

@media (width >= 768px) {
  .games-heading {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

@media (width >= 1024px) {
  .games-heading {
    padding: 0 2.5rem;
  }
}

/* Cash prizes section */
.cash-section {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5rem 0;
}

@media (width >= 1024px) {
  .cash-section {
    padding: 7rem 0 !important;
  }
}

.cash-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 64rem;
}

@media (width >= 1024px) {
  .cash-content {
    flex-direction: row;
    max-width: 64rem;
  }
}

@media (width >= 1280px) {
  .cash-content {
    max-width: 64rem;
  }
}

@media (width >= 1536px) {
  .cash-content {
    max-width: 96rem;
  }
}

.cash-text {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
}

@media (width >= 1024px) {
  .cash-text-content {
    padding: 0 5rem 0 0;
  }
}

.cash-text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
}

.cash-heading {
  color: #fccf3d;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(1.875rem, 0.4688rem + 4.5vw, 3rem);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0;
}

@media (width >= 1024px) {
  .cash-heading {
    text-align: left;
  }

  .cash-text-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }
}

.cash-description {
  color: #e5e7eb;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

@media (width >= 1024px) {
  .cash-description {
    text-align: left;
    font-size: 1.1rem;
  }
}

.cash-image-container {
  order: 1;
  width: 83.3333%;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (width >= 1024px) {
  .cash-image-container {
    order: 3;
  }
}

@media (width >= 640px) {
  .cash-image-container {
    width: 50%;
  }
}

@media (width >= 1024px) {
  .cash-image-container {
    width: 75%;
    margin-top: 0;
  }
}

@media (width >= 1280px) {
  .cash-image-container {
    width: 75%;
  }
}

@media (width >= 1536px) {
  .cash-image-container {
    width: 75%;
  }
}

/* Benefits section */
.benefits-section {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-top: 14rem;
  padding: 5rem 0;
}

@media (width >= 1024px) {
  .benefits-section {
    margin-top: 0;
    padding: 9rem 0;
  }
}

.benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
  padding: 0 2.5rem;
}

@media (width >= 1024px) {
  .benefits-container {
    flex-direction: row;
    max-width: 64rem;
    padding: 0;
  }
}

@media (width >= 1280px) {
  .benefits-container {
    max-width: 64rem;
  }
}

@media (width >= 1536px) {
  .benefits-container {
    max-width: 96rem;
  }
}

.benefit-card {
  background-color: #561417;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
  position: relative;
  margin-bottom: 14rem;
}

@media (width >= 768px) {
  .benefit-card {
    width: 50%;
  }
}

@media (width >= 1024px) {
  .benefit-card {
    width: 33.3333%;
    margin-bottom: 0;
  }
}

.benefit-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.25rem;
  position: absolute;
  top: -12rem;
  left: 0;
}

.benefit-content {
  padding: 1.25rem;
  height: 100%;
}

@media (width >= 1536px) {
  .benefit-content {
    padding: 2.5rem;
  }
}

.benefit-title {
  color: #fccf3d;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (width >= 768px) {
  .benefit-title {
    margin-bottom: 1rem;
  }
}

.benefit-description {
  letter-spacing: 0.025em;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  margin-top: 1.75rem;
}

/* Providers section */
.providers-section {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 5rem 0;
}

@media (width >= 1024px) {
  .providers-section {
    padding: 9rem 0;
  }
}

.providers-heading {
  margin-top: 3rem;
  color: #fccf3d;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  padding: 0 2.5rem;
}

.providers-grid {
  overflow: hidden;
  position: relative;
  background: transparent;
  padding: 15px 0;
  width: 100%;
}

.providers-grid-track {
  display: flex;
  width: max-content;
  animation: provider-marquee 20s linear infinite;
  gap: 0.125rem;
}

@media (width >= 480px) {
  .providers-grid-track {
    gap: 0.25rem;
    animation: provider-marquee 25s linear infinite;
  }
}

@media (width >= 768px) {
  .providers-grid-track {
    animation: provider-marquee 30s linear infinite;
  }
}

.providers-grid img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

@media (width >= 480px) {
  .providers-grid img {
    width: 150px;
  }
}

@media (width >= 768px) {
  .providers-grid img {
    width: 200px;
  }
}

@keyframes provider-marquee {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Pause provider animation on hover */
.providers-grid:hover .providers-grid-track {
  animation-play-state: paused;
}

/* Footer */
footer {
  background: #280c0d;
  color: white;
  position: relative;
}

@media (width >= 1024px) {
  footer {
    padding: 3.5rem 0;
  }
}

.footer-container {
  background: #190607;
  text-align: center;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  padding: 1.5rem 0.3rem;
}

@media (width >= 640px) {
  .footer-container {
    padding: 1.25rem 0;
  }
}

@media (width >= 768px) {
  .footer-container {
    padding: 2.5rem 0;
  }
}

@media (width >= 1024px) {
  .footer-container {
    padding: 3rem 0;
  }
}

@media (width >= 1280px) {
  .footer-container {
    padding: 3.5rem 0;
  }
}

@media (width >= 1536px) {
  .footer-container {
    padding: 4.5rem 0;
  }
}

.footer-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1rem;
}

@media (width >= 1024px) {
  .footer-content {
    flex-direction: row;
    gap: 2rem;
  }
}

.footer-logo-container {
  display: none;
  flex: none;
  flex-direction: row;
  align-items: center;
}

@media (width >= 1024px) {
  .footer-logo-container {
    display: flex;
  }
}

.footer-logo-img {
  width: 33.3333%;
}

.footer-logo-inner {
  display: flex;
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
}

.footer-logo-line {
  margin-bottom: -0.25rem;
}

.footer-logo-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-logo-main-img {
  width: 50%;
}

.footer-logo-line-2 {
  margin-top: 1.5rem;
}

.footer-links {
  width: 100%;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (width >= 1024px) {
  .footer-links {
    text-align: right;
  }
}

.footer-links-row {
  width: 100%;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 1.25rem;
  margin-top: 0;
}

@media (width >= 640px) {
  .footer-links-row {
    flex-direction: row;
    gap: 5rem;
  }
}

@media (width >= 768px) {
  .footer-links-row {
    gap: 4rem;
  }
}

@media (width >= 1024px) {
  .footer-links-row {
    gap: 5rem;
    justify-content: flex-start;
  }
}

@media (width >= 1280px) {
  .footer-links-row {
    gap: 11rem;
  }
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (width >= 640px) {
  .footer-link-group {
    align-items: flex-start;
    justify-content: flex-start;
    width: 8rem;
  }
}

@media (width >= 1024px) {
  .footer-link-group {
    width: 10rem;
  }
}

@media (width >= 1280px) {
  .footer-link-group {
    width: 11rem;
  }
}

.footer-link-title {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (width >= 480px) {
  .footer-link-title {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
}

@media (width >= 640px) {
  .footer-link-title {
    font-size: 0.875rem;
    line-height: 1.25;
    text-align: left;
  }
}

@media (width >= 768px) {
  .footer-link-title {
    font-size: 1.125rem;
  }
}

@media (width >= 1024px) {
  .footer-link-title {
    font-size: 1.25rem;
  }
}

@media (width >= 1280px) {
  .footer-link-title {
    font-size: 1.5rem;
  }
}

.footer-link {
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #d1d5db;
  font-weight: 400;
  width: max-content;
  margin-bottom: 0.25rem;
}

@media (width >= 480px) {
  .footer-link {
    font-size: 0.75rem;
  }
}

@media (width >= 640px) {
  .footer-link {
    font-size: 0.75rem;
    text-align: left;
  }
}

@media (width >= 768px) {
  .footer-link {
    font-size: 0.875rem;
  }
}

.footer-logo-mobile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

@media (width >= 640px) {
  .footer-logo-mobile {
    margin-top: 2.5rem;
  }
}

@media (width >= 768px) {
  .footer-logo-mobile {
    margin-top: 3.5rem;
  }
}

@media (width >= 1024px) {
  .footer-logo-mobile {
    display: none;
  }
}

.footer-logo-mobile-img {
  width: 5rem;
}

@media (width >= 480px) {
  .footer-logo-mobile-img {
    width: 5.5rem;
  }
}

@media (width >= 768px) {
  .footer-logo-mobile-img {
    width: 16.6667%;
  }
}

.footer-disclaimer {
  margin-top: 2.5rem;
  max-width: 56rem;
  padding: 0;
  padding: 0 1.5rem;
  text-align: center;
}

#bee-benefit {
  width: 11rem;
  height: 11rem;
  transform: translateY(4rem);
}

@media (width >= 768px) {
  #bee-benefit {
    width: 16rem;
    height: 16rem;
    transform: translateY(0);
  }
}

@media (width >= 768px) {
  .footer-disclaimer {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Primary Button Styles - Reusable */
.btn-primary {
  font-weight: bold;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  padding: 0.75rem 2.5rem;
  background-color: #fccf3d;
  color: #280c0d;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: "Arial", "Helvetica", sans-serif;
}

.center-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (width >= 640px) {
  .btn-primary {
    font-size: 1rem;
  }
}

@media (width >= 768px) {
  .btn-primary {
    font-size: 1.125rem;
  }
}

@media (width >= 1024px) {
  .btn-primary {
    font-size: 1rem;
  }
}

@media (width >= 1280px) {
  .btn-primary {
    font-size: 1.125rem;
  }
}

/* Secondary Button Styles - Reusable */
.btn-secondary {
  font-weight: bold;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  padding: 0.625rem 1.5rem;
  background-color: #fccf3d;
  color: #280c0d;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

/* Input Field Styles - Reusable */

@media (width >= 1024px) {
  .btn-secondary {
    margin: 0;
  }
}

.input-field {
  padding: 0.4rem 0.6rem;
  border: 1px solid white;
  color: white;
  border-radius: 6px;
  background: transparent;
  width: 100%;
  margin: 1.5rem 1rem 0;
  font-size: 0.875rem;
  box-sizing: border-box;
}

@media (width >= 480px) {
  .input-field {
    max-width: 400px;
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
    margin: 1.5rem 0 0;
  }
}

@media (width >= 640px) {
  .input-field {
    max-width: 500px;
    padding: 0.7rem 1rem;
    font-size: 1rem;
  }
}

@media (width >= 768px) {
  .input-field {
    max-width: 35rem;
  }
}

.input-field::placeholder {
  color: #d1d5db;
}

/* Flexbox Utilities - Reusable */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

/* Margin Utilities - Reusable */
.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

/* Width Utilities - Reusable */
.payment-icon {
  width: 2rem;
  height: auto;
}

@media (width >= 640px) {
  .payment-icon {
    width: 3rem;
  }
}

/* Overflow Hidden Utility */
.overflow-hidden {
  overflow: hidden;
}

/* Enhanced Responsive Styles */
@media (width <= 480px) {
  .section-title {
    font-size: 2rem;
    padding: 0 1rem;
  }

  .card-title {
    font-size: 2rem;
    padding: 0 1rem;
    text-transform: uppercase;
  }

  .games-heading {
    font-size: 2rem;
    padding: 0 1rem;
  }

  .btn-primary,
  .btn-secondary {
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
  }
}

@media (width <= 768px) {
  .feature-card {
    max-width: 100%;
    margin: 0 1rem;
  }

  .cards-container {
    padding: 0 1rem;
  }

  .hero-container {
    padding: 1rem 0;
  }

  .cash-section {
    padding: 3rem 0;
  }

  .providers-section {
    padding: 3rem 0;
  }
}

/* Improved Mobile Navigation */
@media (width <= 640px) {
  .header-inner {
    gap: 0.25rem;
  }

  .button-group {
    gap: 0.25rem;
  }

  .login-btn,
  .register-btn {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    height: 2.25rem;
  }
}

/* Enhanced Mobile-First Responsive Approach */
@media (width <= 320px) {
  .section-title {
    font-size: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
    padding: 0 0.25rem;
  }

  .btn-primary,
  .btn-secondary {
    padding: 0.25rem 0.75rem;
    font-size: 0.625rem;
  }

  .input-field {
    max-width: 95%;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
}

/* Large Desktop Enhancements */
@media (width >= 1440px) {
  .container {
    max-width: 1248px;
    margin: 0 auto;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .card-title {
    font-size: 3.5rem;
  }

  .games-heading {
    font-size: 3.5rem;
  }
}

/* Text Alignment Utilities */
.text-center {
  text-align: center;
}

.disclaimer-text {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.75rem;
  color: #d1d5db;
}

@media (width >= 768px) {
  .disclaimer-text {
    font-size: 0.875rem;
  }
}

/* Jackpot and Loyalty Cards */
.cards-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1rem;
  margin-top: 8rem;
}

@media (width >= 480px) {
  .cards-container {
    gap: 2rem;
    padding: 0 1.5rem;
    margin-top: 8rem;
  }
}

@media (width >= 640px) {
  .cards-container {
    padding: 0 2rem;
    margin-top: 9rem;
  }
}

@media (width >= 768px) {
  .cards-container {
    margin-top: 11rem;
  }
}

.cards-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (width >= 768px) {
  .cards-row {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

@media (width >= 1024px) {
  .cards-row {
    gap: 3rem;
  }
}

.cards-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  justify-content: center;
  gap: 7rem;
}

@media (width >= 768px) {
  .cards-wrapper {
    flex-direction: row;
    max-width: none;
    gap: 1.5rem;
  }
}

.feature-card {
  position: relative;
  background: #451113;
  border-radius: 16px;
  padding: 2rem 1rem 1.5rem;
  max-width: 100%;
  box-shadow: 0 4px 4px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
  margin: 0 auto;
}

@media (width >= 480px) {
  .feature-card {
    padding: 2.5rem 1.5rem 2rem;
    max-width: 400px;
  }
}

@media (width >= 768px) {
  .feature-card {
    padding: 3rem 2rem 2rem;
    margin: 0;
    flex: 1;
    max-width: 400px;
  }
}

.card-image-elevated {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 8px;
}

.card-image {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

@media (width >= 480px) {
  .card-image {
    width: 9rem;
    height: 9rem;
  }
}

@media (width >= 768px) {
  .card-image {
    width: 10rem;
    height: 10rem;
  }
}

.card-content {
  text-align: center;
  margin-top: 0.5rem;
}

@media (width >= 480px) {
  .card-content {
    margin-top: 1rem;
  }
}

.card-title {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  color: #fccf3d;
  font-size: clamp(1.625rem, -0.0938rem + 5.5vw, 3rem);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.card-description {
  color: #e5e7eb;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  text-align: center;
  font-family: "Arial", "Helvetica", sans-serif;
}

@media (width >= 480px) {
  .card-description {
    font-size: 1.05rem;
    text-align: center;
  }
}

@media (width >= 768px) {
  .card-description {
    font-size: 1.1rem;
  }
}

.games-description {
  color: #e5e7eb;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  margin-top: 2rem;
  font-family: "Arial", "Helvetica", sans-serif !important;
}

/* Modern CSS Marquee styles */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  padding: 15px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  gap: 15px;
}

@media (width >= 640px) {
  .marquee-track {
    animation: marquee 30s linear infinite;
    gap: 20px;
  }
}

.marquee-item {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

@media (width >= 480px) {
  .marquee-item {
    width: 150px;
    height: 150px;
  }
}

@media (width >= 768px) {
  .marquee-item {
    width: 200px;
    height: 200px;
  }
}

.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover for better UX */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

/* Reviews Marquee styles */
.reviews-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  padding: 15px 0;
}

@media (width >= 640px) {
  .reviews-marquee-container {
    padding: 20px 0;
  }
}

.reviews-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  gap: 15px;
}

@media (width >= 640px) {
  .reviews-marquee-track {
    animation: marquee 40s linear infinite;
    gap: 20px;
  }
}

.reviews-marquee-item {
  flex-shrink: 0;
  width: 320px;
  min-height: 200px;
  max-height: 280px;
  background: #451113;
  color: white;
  border: 2px solid #8f7071;
  border-radius: 12px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (width >= 768px) {
  .reviews-marquee-item {
    width: 380px;
    min-height: 220px;
    max-height: 300px;
    padding: 18px 16px;
  }
}

@media (width >= 1024px) {
  .reviews-marquee-item {
    width: 420px;
    min-height: 240px;
    padding: 20px 18px;
  }
}

.reviews-marquee-item .review-text {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (width >= 480px) {
  .reviews-marquee-item .review-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (width >= 768px) {
  .reviews-marquee-item .review-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (width >= 1024px) {
  .reviews-marquee-item .review-text {
    font-size: 16px;
  }
}

.reviews-marquee-item .reviewer-name {
  text-align: center;
  flex-shrink: 0;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.reviews-marquee-item .name-text {
  font-weight: bold;
  font-size: 16px;
  color: #fccf3d;
}

@media (width >= 480px) {
  .reviews-marquee-item .name-text {
    font-size: 17px;
  }
}

@media (width >= 768px) {
  .reviews-marquee-item .name-text {
    font-size: 18px;
  }
}

@media (width >= 1024px) {
  .reviews-marquee-item .name-text {
    font-size: 19px;
  }
}

.reviews-marquee-item .verified-badge {
  font-size: 10px;
  color: rgb(255 255 255 / 50%);
  font-weight: 400;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 3px;
}

@media (width >= 480px) {
  .reviews-marquee-item .verified-badge {
    font-size: 10px;
  }
}

@media (width >= 768px) {
  .reviews-marquee-item .verified-badge {
    font-size: 11px;
  }
}

@media (width >= 1024px) {
  .reviews-marquee-item .verified-badge {
    font-size: 11px;
  }
}

.reviews-marquee-item .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background-color: rgb(76 175 80 / 80%);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

@media (width >= 768px) {
  .reviews-marquee-item .checkmark {
    width: 15px;
    height: 15px;
    font-size: 11px;
  }
}

/* Enhanced pause animation on hover for both marquees */
.marquee-container:hover .marquee-track,
.reviews-marquee-container:hover .reviews-marquee-track {
  animation-play-state: paused;
}
