* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1rem;
}
.btn-primary {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  box-shadow: 0 8px 32px #3b82f64d;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 48px #3b82f666;
}
.btn-secondary {
  background: #fff;
  color: #3b82f6;
  border: 2px solid #3b82f6;
}
.btn-secondary:hover {
  background: #3b82f6;
  color: #fff;
  transform: translateY(-2px);
}
.header[data-astro-cid-3ef6ksr2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fffffff2;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.header[data-astro-cid-3ef6ksr2].scrolled {
  background: #fffffffa;
  box-shadow: 0 4px 32px #0000001a;
}
.nav[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.logo-link[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.logo-link[data-astro-cid-3ef6ksr2]:hover {
  transform: scale(1.05);
}
.logo-icon[data-astro-cid-3ef6ksr2] {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px #3b82f64d;
}
.logo-symbol[data-astro-cid-3ef6ksr2] {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}
.logo-text[data-astro-cid-3ef6ksr2] {
  display: flex;
  flex-direction: column;
}
.brand-name[data-astro-cid-3ef6ksr2] {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1f2937;
  line-height: 1;
}
.brand-tagline[data-astro-cid-3ef6ksr2] {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nav-links[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-link[data-astro-cid-3ef6ksr2] {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.nav-link[data-astro-cid-3ef6ksr2]:hover {
  color: #3b82f6;
}
.nav-link[data-astro-cid-3ef6ksr2]:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  transition: width 0.3s ease;
}
.nav-link[data-astro-cid-3ef6ksr2]:hover:after {
  width: 100%;
}
.btn-small[data-astro-cid-3ef6ksr2] {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
}
.mobile-menu-toggle[data-astro-cid-3ef6ksr2] {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2] {
  width: 24px;
  height: 2px;
  background: #4b5563;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-links[data-astro-cid-3ef6ksr2] {
    display: none;
  }
  .mobile-menu-toggle[data-astro-cid-3ef6ksr2] {
    display: flex;
  }
  .logo-text[data-astro-cid-3ef6ksr2] {
    display: none;
  }
  .logo-icon[data-astro-cid-3ef6ksr2] {
    width: 40px;
    height: 40px;
  }
  .logo-symbol[data-astro-cid-3ef6ksr2] {
    font-size: 1.25rem;
  }
}
.hero[data-astro-cid-bbe6dxrz] {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
}
.hero-bg[data-astro-cid-bbe6dxrz] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea, #764ba2);
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
}
.hero-bg[data-astro-cid-bbe6dxrz]:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(59, 130, 246, 0.3) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(139, 92, 246, 0.3) 0%,
      transparent 50%
    );
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
.hero-content[data-astro-cid-bbe6dxrz] {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.hero-title[data-astro-cid-bbe6dxrz] {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.gradient-text[data-astro-cid-bbe6dxrz] {
  background: linear-gradient(135deg, #10b981, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle[data-astro-cid-bbe6dxrz] {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-buttons[data-astro-cid-bbe6dxrz] {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero-stats[data-astro-cid-bbe6dxrz] {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.stat[data-astro-cid-bbe6dxrz] {
  text-align: center;
}
.stat-number[data-astro-cid-bbe6dxrz] {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #10b981;
}
.stat-label[data-astro-cid-bbe6dxrz] {
  font-size: 0.9rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .hero-buttons[data-astro-cid-bbe6dxrz] {
    flex-direction: column;
    align-items: center;
  }
  .hero-stats[data-astro-cid-bbe6dxrz] {
    gap: 2rem;
  }
  .stat-number[data-astro-cid-bbe6dxrz] {
    font-size: 1.5rem;
  }
}
.problem[data-astro-cid-oo6sugl5] {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}
.section-title[data-astro-cid-oo6sugl5] {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
  color: #1f2937;
}
.problem-grid[data-astro-cid-oo6sugl5] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.problem-item[data-astro-cid-oo6sugl5] {
  background: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 32px #0000001a;
  transition: transform 0.3s ease;
}
.problem-item[data-astro-cid-oo6sugl5]:hover {
  transform: translateY(-8px);
}
.problem-icon[data-astro-cid-oo6sugl5] {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.problem-item[data-astro-cid-oo6sugl5] h3[data-astro-cid-oo6sugl5] {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ef4444;
}
.problem-item[data-astro-cid-oo6sugl5] p[data-astro-cid-oo6sugl5] {
  color: #6b7280;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section-title[data-astro-cid-oo6sugl5] {
    font-size: 2rem;
  }
  .problem-grid[data-astro-cid-oo6sugl5] {
    grid-template-columns: 1fr;
  }
}
.solution[data-astro-cid-utstonhj] {
  padding: 6rem 0;
  background: #fff;
}
.solution-header[data-astro-cid-utstonhj] {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title[data-astro-cid-utstonhj] {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #1f2937;
}
.section-subtitle[data-astro-cid-utstonhj] {
  font-size: 1.3rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
.solution-main[data-astro-cid-utstonhj] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.game-preview[data-astro-cid-utstonhj] {
  position: relative;
}
.game-screen[data-astro-cid-utstonhj] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 20px 60px #0003;
}
.game-elements[data-astro-cid-utstonhj] {
  position: relative;
  height: 100%;
}
.game-element[data-astro-cid-utstonhj] {
  position: absolute;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}
.element-1[data-astro-cid-utstonhj] {
  width: 40px;
  height: 40px;
  background: #10b981;
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}
.element-2[data-astro-cid-utstonhj] {
  width: 30px;
  height: 30px;
  background: #f59e0b;
  top: 60%;
  left: 70%;
  animation-delay: 1s;
}
.element-3[data-astro-cid-utstonhj] {
  width: 35px;
  height: 35px;
  background: #ef4444;
  top: 40%;
  left: 50%;
  animation-delay: 2s;
}
.element-4[data-astro-cid-utstonhj] {
  width: 25px;
  height: 25px;
  background: #8b5cf6;
  top: 70%;
  left: 30%;
  animation-delay: 1.5s;
}
@keyframes float {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.brand-integration[data-astro-cid-utstonhj] {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  background: #ffffffe6;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  color: #1f2937;
  /* Add animation */
  animation: brandHighlight 3s ease-in-out infinite;
  transition: all 0.3s ease;
}

/* Add the keyframes right after */
@keyframes brandHighlight {
  0%,
  100% {
    transform: translate(-50%, 0) scale(1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: translate(-50%, -3px) scale(1.02);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

.brand-integration[data-astro-cid-utstonhj] {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  background: #ffffffe6;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  color: #1f2937;
  /* Bold animation */
  animation: brandPulse 2s ease-in-out infinite;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5);
}

@keyframes brandPulse {
  0%,
  100% {
    transform: translate(-50%, 0) scale(1);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5);
    background: #ffffffe6;
  }
  25% {
    transform: translate(-50%, -8px) scale(1.15);
    box-shadow: 0 8px 40px rgba(59, 130, 246, 0.8);
    background: #ffffff;
  }
  50% {
    transform: translate(-50%, -10px) scale(1.2);
    box-shadow: 0 12px 50px rgba(139, 92, 246, 0.9);
    background: #ffffff;
  }
  75% {
    transform: translate(-50%, -8px) scale(1.15);
    box-shadow: 0 8px 40px rgba(59, 130, 246, 0.8);
    background: #ffffff;
  }
}

.brand-integration[data-astro-cid-utstonhj]:hover {
  transform: translate(-50%, -5px) scale(1.25) !important;
  box-shadow: 0 15px 60px rgba(59, 130, 246, 1) !important;
  background: #ffffff !important;
  cursor: pointer;
}

/* Optional: Add a glow effect */
.brand-integration[data-astro-cid-utstonhj]::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #3b82f6);
  border-radius: 8px;
  opacity: 0;
  z-index: -1;
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
}

.solution-description[data-astro-cid-utstonhj] {
  font-size: 1.1rem;
  color: #4b5563;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.features-list[data-astro-cid-utstonhj] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature-item[data-astro-cid-utstonhj] {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: #1f2937;
}
.feature-icon[data-astro-cid-utstonhj] {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .solution-main[data-astro-cid-utstonhj] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .section-title[data-astro-cid-utstonhj],
  .solution-tagline[data-astro-cid-utstonhj] {
    font-size: 2rem;
  }
}
.process[data-astro-cid-fz4tclxl] {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1e3a8a, #3730a3);
  color: #fff;
}
.process-header[data-astro-cid-fz4tclxl] {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title[data-astro-cid-fz4tclxl] {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
}
.section-subtitle[data-astro-cid-fz4tclxl] {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.process-steps[data-astro-cid-fz4tclxl] {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  gap: 2rem;
}
.step[data-astro-cid-fz4tclxl] {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  gap: 2rem;
  align-items: center;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.step[data-astro-cid-fz4tclxl]:hover {
  transform: translate(10px);
}
.step-number[data-astro-cid-fz4tclxl] {
  font-size: 2rem;
  font-weight: 900;
  color: #10b981;
}
.step-content[data-astro-cid-fz4tclxl] h3[data-astro-cid-fz4tclxl] {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.step-content[data-astro-cid-fz4tclxl] p[data-astro-cid-fz4tclxl] {
  opacity: 0.9;
  line-height: 1.6;
}
.step-icon[data-astro-cid-fz4tclxl] {
  font-size: 2.5rem;
  text-align: center;
}
.step-connector[data-astro-cid-fz4tclxl] {
  width: 4px;
  height: 40px;
  background: linear-gradient(180deg, #10b981, #f59e0b);
  margin: 0 auto;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .section-title[data-astro-cid-fz4tclxl] {
    font-size: 2rem;
  }
  .step[data-astro-cid-fz4tclxl] {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
  .step-connector[data-astro-cid-fz4tclxl] {
    display: none;
  }
}
.cta[data-astro-cid-4xty6sx2] {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.cta-bg[data-astro-cid-4xty6sx2] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #10b981, #059669, #047857);
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
}
.cta-bg[data-astro-cid-4xty6sx2]:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(245, 158, 11, 0.3) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(139, 92, 246, 0.3) 0%,
      transparent 50%
    );
}
.cta-content[data-astro-cid-4xty6sx2] {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.cta-title[data-astro-cid-4xty6sx2] {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.cta-subtitle[data-astro-cid-4xty6sx2] {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons[data-astro-cid-4xty6sx2] {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.btn-large[data-astro-cid-4xty6sx2] {
  padding: 1.25rem 2.5rem;
  font-size: 1.2rem;
}
.cta-features[data-astro-cid-4xty6sx2] {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.cta-feature[data-astro-cid-4xty6sx2] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
}
.feature-icon[data-astro-cid-4xty6sx2] {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .cta-title[data-astro-cid-4xty6sx2] {
    font-size: 2.5rem;
  }
  .cta-buttons[data-astro-cid-4xty6sx2] {
    flex-direction: column;
    align-items: center;
  }
  .cta-features[data-astro-cid-4xty6sx2] {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer[data-astro-cid-sz7xmlte] {
  background: #111827;
  color: #fff;
  padding: 4rem 0 2rem;
}
.footer-content[data-astro-cid-sz7xmlte] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
.brand-name[data-astro-cid-sz7xmlte] {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #10b981, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.brand-tagline[data-astro-cid-sz7xmlte] {
  font-size: 1.1rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}
.brand-description[data-astro-cid-sz7xmlte] {
  color: #6b7280;
  line-height: 1.6;
  max-width: 300px;
}
.footer-links[data-astro-cid-sz7xmlte] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.link-group[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
  display: block;
  color: #9ca3af;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover {
  color: #10b981;
}
.footer-bottom[data-astro-cid-sz7xmlte] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #374151;
}
.footer-social[data-astro-cid-sz7xmlte] {
  display: flex;
  gap: 2rem;
}
.social-link[data-astro-cid-sz7xmlte] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.social-link[data-astro-cid-sz7xmlte]:hover {
  color: #10b981;
}
@media (max-width: 768px) {
  .footer-content[data-astro-cid-sz7xmlte] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-links[data-astro-cid-sz7xmlte] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-bottom[data-astro-cid-sz7xmlte] {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* Stack QR code below takeaways on mobile */
  div[style*="grid-template-columns: 1fr 300px"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
