@keyframes sp-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes sp-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
body.has-spinfinity-landing {
  margin: 0;
  padding: 0;
  background: #1a0936;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html:has(body.has-spinfinity-landing) {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.spinfinity-landing {
  --bg-0: #1a0936;
  --bg-1: #2b1163;
  --bg-2: #3a1791;
  --bg-3: #4d1eb8;
  --purple-deep: #1e0b4a;
  --purple-mid: #3b1a8a;
  --purple-bright: #6d29d6;
  --purple-glow: #8b3ff4;
  --accent: #b388ff;
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.72);
  --text-soft: rgba(255, 255, 255, 0.55);
  --card-bg: rgba(109, 41, 214, 0.35);
  --card-border: rgba(179, 136, 255, 0.18);
  --shadow-glow: 0 20px 60px -20px rgba(139, 63, 244, 0.55);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: #1a0936;
  color: #ffffff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.spinfinity-landing *, .spinfinity-landing *::before, .spinfinity-landing *::after {
  box-sizing: border-box;
}
.spinfinity-landing h1, .spinfinity-landing h2, .spinfinity-landing h3, .spinfinity-landing h4 {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.05;
  color: #ffffff;
}
.spinfinity-landing img {
  width: 120px;
}
.spinfinity-landing button {
  font-family: inherit;
  cursor: pointer;
}
.spinfinity-landing a {
  color: inherit;
  text-decoration: none;
}
.spinfinity-landing .sp-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
.spinfinity-landing .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 18px 0;
  transition: backdrop-filter 0.3s, background 0.3s, padding 0.3s;
}
.spinfinity-landing .site-header.scrolled {
  background: rgba(26, 9, 54, 0.78);
  backdrop-filter: blur(18px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(139, 63, 244, 0.18);
}
.spinfinity-landing .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spinfinity-landing .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.spinfinity-landing .logo-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.spinfinity-landing .logo-mark img, .spinfinity-landing .logo-mark svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.spinfinity-landing .nav-desktop {
  display: flex;
  gap: 6px;
  align-items: center;
}
.spinfinity-landing .nav-desktop a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.spinfinity-landing .nav-desktop a:hover {
  color: #ffffff;
  background: rgba(139, 63, 244, 0.18);
}
.spinfinity-landing .nav-cta {
  margin-left: 10px;
  padding: 10px 18px !important;
  background: linear-gradient(180deg, #7c3aed, #5b21b6);
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 24px -8px rgba(139, 63, 244, 0.7);
}
.spinfinity-landing .nav-cta:hover {
  background: linear-gradient(180deg, #8b46f0, #6d28d9) !important;
}
.spinfinity-landing .hamburger {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0;
}
.spinfinity-landing .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: relative;
}
.spinfinity-landing .hamburger span::before, .spinfinity-landing .hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: transform 0.25s;
}
.spinfinity-landing .hamburger span::before {
  top: -6px;
}
.spinfinity-landing .hamburger span::after {
  top: 6px;
}
.spinfinity-landing .hamburger.open span {
  background: transparent;
}
.spinfinity-landing .hamburger.open span::before {
  transform: translateY(6px) rotate(45deg);
}
.spinfinity-landing .hamburger.open span::after {
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 880px) {
  .spinfinity-landing .nav-desktop {
    display: none;
  }
  .spinfinity-landing .hamburger {
    display: flex;
  }
}
.spinfinity-landing .mobile-menu {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #1a0936 0%, #2b1163 100%);
  z-index: 55;
  padding: 100px 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.spinfinity-landing .mobile-menu.open {
  transform: translateX(0);
}
.spinfinity-landing .mobile-menu a {
  font-size: 26px;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.spinfinity-landing .mobile-menu .nav-cta {
  margin: 20px 0 0;
  align-self: flex-start;
  padding: 14px 28px !important;
  font-size: 16px !important;
}
.spinfinity-landing .hero {
  position: relative;
  padding: 140px 0 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(80% 60% at 70% 40%, rgba(139, 63, 244, 0.45) 0%, transparent 60%), radial-gradient(60% 60% at 20% 80%, rgba(60, 24, 145, 0.55) 0%, transparent 70%), linear-gradient(180deg, #1a0936 0%, #2b1163 60%, #3a1791 100%);
}
.spinfinity-landing .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.4) 50%, transparent 50%), radial-gradient(1px 1px at 60% 70%, rgba(255, 255, 255, 0.35) 50%, transparent 50%), radial-gradient(1.5px 1.5px at 80% 20%, rgba(255, 255, 255, 0.5) 50%, transparent 50%), radial-gradient(1px 1px at 35% 85%, rgba(255, 255, 255, 0.3) 50%, transparent 50%), radial-gradient(1px 1px at 75% 55%, rgba(255, 255, 255, 0.35) 50%, transparent 50%);
  background-size: 800px 800px;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero {
    padding: 110px 0 60px;
    min-height: auto;
  }
}
.spinfinity-landing .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.spinfinity-landing .hero-bg img {
  position: absolute;
  bottom: 0%;
  right: -8%;
  width: 75%;
  min-width: 760px;
  opacity: 0.55;
  mix-blend-mode: screen;
  filter: saturate(0.9) hue-rotate(-10deg);
  top: 0px;
}
.spinfinity-landing .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a0936 0%, rgba(26, 9, 54, 0.3) 30%, transparent 60%), linear-gradient(180deg, transparent 50%, #2b1163 100%);
}
.spinfinity-landing .hero-bg-leading img {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}
.spinfinity-landing .hero-bg-leading::after {
  background: radial-gradient(60% 60% at 50% 50%, rgba(139, 63, 244, 0.45) 0%, transparent 70%);
}
.spinfinity-landing .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.spinfinity-landing .hero-eyebrow {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(179, 136, 255, 0.25);
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 24px;
}
.spinfinity-landing .hero-eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b388ff;
  box-shadow: 0 0 12px #b388ff;
  animation: sp-pulse 2s infinite;
}
.spinfinity-landing .hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.spinfinity-landing .hero h1 .accent-line {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.spinfinity-landing .hero h1 .accent-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 5px;
  background: linear-gradient(180deg, #b388ff, #6d29d6);
  border-radius: 2px;
}
.spinfinity-landing .hero h1 .gradient {
  background: linear-gradient(135deg, #ffffff 0%, #c7a7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.spinfinity-landing .hero-lede {
  margin-top: 26px;
  font-size: 18px;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.55;
}
.spinfinity-landing .hero-cta-row {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.spinfinity-landing .sp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 15px;
}
.spinfinity-landing .sp-btn .arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.spinfinity-landing .sp-btn:hover .arrow {
  transform: translateX(3px);
}
.spinfinity-landing .sp-btn-primary {
  background: linear-gradient(180deg, #ffffff, #e9d8ff);
  color: #2b1163;
  box-shadow: 0 12px 30px -12px rgba(255, 255, 255, 0.4);
}
.spinfinity-landing .sp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(255, 255, 255, 0.5);
}
.spinfinity-landing .sp-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(179, 136, 255, 0.35);
}
.spinfinity-landing .sp-btn-ghost:hover {
  background: rgba(179, 136, 255, 0.18);
}
.spinfinity-landing .sp-btn-dark {
  background: linear-gradient(180deg, #2b1163 0%, #1a0936 100%);
  color: #ffffff;
  border: 1px solid rgba(179, 136, 255, 0.3);
}
.spinfinity-landing .sp-btn-dark:hover {
  background: linear-gradient(180deg, #3b1a8a 0%, #2b1163 100%);
}
.spinfinity-landing .hero-stats {
  margin-top: 50px;
  display: flex;
  gap: 36px;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero-stats {
    gap: 24px;
  }
}
.spinfinity-landing .stat .num {
  background: linear-gradient(135deg, #ffffff 0%, #b388ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 880px) {
  .spinfinity-landing .stat .num {
    font-size: 28px;
  }
}
.spinfinity-landing .stat .label {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
}
.spinfinity-landing .hero-visual {
  position: relative;
  height: 800px;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero-visual {
    height: 480px;
    order: -1;
  }
}
@media (max-width: 520px) {
  .spinfinity-landing .hero-visual {
    text-align: center;
  }
}
.spinfinity-landing .hero-visual img {
  position: absolute;
  bottom: -100px;
  right: -40px;
  width: 110%;
  max-width: none;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
  animation: sp-float 6s ease-in-out infinite;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero-visual img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    mask-image: linear-gradient(to bottom, #000 calc(100% - 100px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 100px), transparent 100%);
    filter: none;
  }
}
@media (max-width: 880px) and (min-width: 521px) {
  .spinfinity-landing .hero-visual img {
    display: block;
    width: auto;
    max-height: 100%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 520px) {
  .spinfinity-landing .hero-visual img {
    max-height: 480px;
    width: auto;
  }
}
.spinfinity-landing .hero-visual::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: 40%;
  transform: translate(-30%, -50%);
  background: radial-gradient(circle, rgba(139, 63, 244, 0.5) 0%, transparent 70%);
  filter: blur(40px);
  z-index: -1;
}
.spinfinity-landing {
  --splitter-color: #4d1eb8;
  --splitter-height: 600px;
  --splitter-rise: 180px;
  --splitter-flip: 1;
}
.spinfinity-landing .leading,
.spinfinity-landing .portfolio,
.spinfinity-landing .games,
.spinfinity-landing .contact,
.spinfinity-landing #portfolio.portfolio,
.spinfinity-landing #contact.contact {
  position: relative;
  overflow: visible;
}
.spinfinity-landing .leading > *:not(.hero-bg),
.spinfinity-landing .portfolio > *:not(.hero-bg),
.spinfinity-landing .games > *:not(.hero-bg),
.spinfinity-landing .contact > *:not(.hero-bg),
.spinfinity-landing #portfolio.portfolio > *:not(.hero-bg),
.spinfinity-landing #contact.contact > *:not(.hero-bg) {
  position: relative;
  z-index: 1;
}
.spinfinity-landing .hero .hero-bg {
  z-index: 0;
}
.spinfinity-landing .hero .hero-inner,
.spinfinity-landing .leading .sp-container,
.spinfinity-landing .portfolio .sp-container,
.spinfinity-landing .games .sp-container,
.spinfinity-landing .contact .sp-container {
  position: relative;
  z-index: 10;
}
.spinfinity-landing .section-shape {
  display: none !important;
}
.spinfinity-landing .leading {
  position: relative;
  padding-bottom: 165px;
  padding-top: 65px;
  background: radial-gradient(60% 50% at 50% 30%, rgba(109, 41, 214, 0.4) 0%, transparent 70%), radial-gradient(50% 40% at 50% 100%, rgba(139, 63, 244, 0.35) 0%, transparent 70%), linear-gradient(180deg, #3a1791 0%, #2b1163 100%);
  text-align: center;
  overflow: hidden;
}
.spinfinity-landing .section-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(179, 136, 255, 0.18), rgba(109, 41, 214, 0.1));
  border-radius: 18px;
  border: 1px solid rgba(179, 136, 255, 0.25);
}
.spinfinity-landing .section-mark img, .spinfinity-landing .section-mark svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.spinfinity-landing .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-top: 12px;
}
.spinfinity-landing .section-title {
  font-size: clamp(36px, 5vw, 56px);
  margin: 8px 0 0;
}
.spinfinity-landing .section-lede {
  max-width: 640px;
  margin: 22px auto 0;
  font-size: 17px;
  color: var(--text-muted);
}
.spinfinity-landing .leading-cta {
  margin-top: 36px;
}
.spinfinity-landing .devices-strip {
  position: relative;
  margin-top: 60px;
}
.spinfinity-landing .devices-strip img {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
}
.spinfinity-landing #portfolio.portfolio,
.spinfinity-landing .portfolio {
  position: relative;
  padding: 120px 0 !important;
  background: radial-gradient(50% 40% at 50% 0%, rgba(139, 63, 244, 0.35) 0%, transparent 70%), linear-gradient(180deg, #2b1163 0%, #1e0b4a 100%) !important;
  text-align: left;
}
.spinfinity-landing #portfolio.portfolio h2 {
  padding-bottom: 0 !important;
}
.spinfinity-landing .portfolio-head {
  text-align: center;
  margin-bottom: 70px;
}
.spinfinity-landing .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) {
  .spinfinity-landing .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
.spinfinity-landing .pf-card {
  position: relative;
  padding: 36px 28px;
  border-radius: 0;
  background: #5504bb;
  border: 1px solid rgba(179, 136, 255, 0.22);
  text-align: center;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s;
  cursor: pointer;
}
.spinfinity-landing .pf-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 50% 0%, rgba(179, 136, 255, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s;
}
.spinfinity-landing .pf-card:hover {
  transform: translateY(-6px);
  border-color: rgba(179, 136, 255, 0.5);
}
.spinfinity-landing .pf-card:hover::before {
  opacity: 1;
}
.spinfinity-landing .pf-card:hover .pf-arrow {
  gap: 14px;
}
.spinfinity-landing .pf-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.spinfinity-landing .pf-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  position: relative;
  z-index: 1;
}
.spinfinity-landing .pf-card .pf-tag {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 14px;
}
.spinfinity-landing .pf-card .pf-arrow {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  position: relative;
  z-index: 1;
  transition: gap 0.2s;
}
.spinfinity-landing .pf-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.spinfinity-landing .pf-card-icon svg {
  width: 50px;
  height: 50px;
  color: #ffffff;
}
.spinfinity-landing .games {
  position: relative;
  padding: 120px 0 140px;
  background: radial-gradient(60% 40% at 50% 100%, rgba(109, 41, 214, 0.45) 0%, transparent 70%), linear-gradient(180deg, #1e0b4a 0%, #2b1163 100%);
}
.spinfinity-landing .games-head {
  text-align: center;
  margin-bottom: 60px;
}
.spinfinity-landing .games-filter {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.spinfinity-landing .chip {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(179, 136, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.spinfinity-landing .chip:hover {
  background: rgba(179, 136, 255, 0.15);
  color: #ffffff;
}
.spinfinity-landing .chip.active {
  background: linear-gradient(180deg, #fff, #e9d8ff);
  color: #2b1163;
  border-color: transparent;
  box-shadow: 0 8px 20px -10px rgba(255, 255, 255, 0.5);
}
.spinfinity-landing .games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 880px) {
  .spinfinity-landing .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.spinfinity-landing .game-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 540/630;
  background: #2b1163;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.spinfinity-landing .game-card.is-hidden {
  display: none;
}
.spinfinity-landing .game-card:hover img {
  transform: scale(1.05);
}
.spinfinity-landing .game-card:hover .game-card-overlay {
  opacity: 1;
}
.spinfinity-landing .game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.spinfinity-landing .game-card-overlay {
  position: absolute;
  inset: 0;
  background: #4f05ac;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  top: 100%;
  transform: translateY(-100%);
  height: 30%;
  transition: opacity 0.25s;
}
.spinfinity-landing .game-card-overlay h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
.spinfinity-landing .game-card-overlay .meta {
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}
.spinfinity-landing .game-card-overlay .demo-btn {
  align-self: flex-start;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #2b1163;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
}
.spinfinity-landing .game-card-tag {
  background: rgba(26, 9, 54, 0.7);
  border: 1px solid rgba(179, 136, 255, 0.3);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  z-index: 2;
}
.spinfinity-landing .games-footer {
  text-align: center;
  margin-top: 50px;
}
.spinfinity-landing .games-count {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.spinfinity-landing .games-count strong {
  color: #ffffff;
  font-weight: 700;
}
.spinfinity-landing .load-more {
  padding: 16px 36px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(179, 136, 255, 0.35);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.2s;
}
.spinfinity-landing .load-more:hover {
  background: rgba(179, 136, 255, 0.2);
  border-color: var(--accent);
}
.spinfinity-landing .load-more:disabled {
  opacity: 0.5;
  cursor: default;
}
.spinfinity-landing #contact.contact,
.spinfinity-landing .contact {
  position: relative;
  padding: 120px 0 80px !important;
  background: radial-gradient(60% 40% at 50% 0%, rgba(109, 41, 214, 0.45) 0%, transparent 70%), radial-gradient(70% 60% at 50% 30%, rgba(139, 63, 244, 0.35) 0%, transparent 70%), linear-gradient(180deg, #2b1163 0%, #1a0936 100%) !important;
  text-align: left;
}
.spinfinity-landing .contact-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.spinfinity-landing .contact-lines {
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.spinfinity-landing .contact-line {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: color 0.2s, transform 0.2s;
  display: inline-block;
  padding: 6px 4px;
}
.spinfinity-landing .contact-line:hover {
  color: var(--accent);
  transform: translateY(-1px);
}
.spinfinity-landing .contact-form,
.spinfinity-landing #thank-you-message {
  display: none !important;
  visibility: hidden !important;
}
.spinfinity-landing .contact-grid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  grid-template-columns: none !important;
  margin: 50px auto 0 !important;
}
.spinfinity-landing .contact-grid .contact-card {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
  text-align: center !important;
}
.spinfinity-landing .contact-grid .contact-card:hover {
  transform: none !important;
}
.spinfinity-landing .contact-grid .contact-card .label {
  display: none !important;
}
.spinfinity-landing .contact-grid .contact-card .value {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  letter-spacing: -0.01em;
  line-height: 1.2 !important;
  color: #ffffff !important;
}
.spinfinity-landing .contact-grid .contact-card .value a {
  color: #ffffff;
  transition: color 0.2s;
}
.spinfinity-landing .contact-grid .contact-card .value a:hover {
  color: var(--accent) !important;
}
.spinfinity-landing footer.footer,
.spinfinity-landing .footer {
  margin-top: 80px !important;
  padding: 40px 0 30px !important;
  border-top: 1px solid rgba(179, 136, 255, 0.15) !important;
  text-align: center !important;
  background: transparent !important;
  background-color: transparent !important;
}
.spinfinity-landing .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 14px;
}
.spinfinity-landing .footer-address {
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.7;
}
.spinfinity-landing .footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(179, 136, 255, 0.08);
  font-size: 12px;
  color: var(--text-soft);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 720px) {
  .spinfinity-landing .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.spinfinity-landing .footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
.spinfinity-landing .footer-bottom-links a:hover {
  color: #ffffff;
}
.spinfinity-landing .footer-bottom-links .age-badge {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
}
.spinfinity-landing .footer-bottom-links .age-badge svg {
  width: 26px;
  height: 26px;
  display: block;
}
.spinfinity-landing .toast {
  background: rgba(30, 11, 74, 0.95);
  border: 1px solid rgba(179, 136, 255, 0.4);
  backdrop-filter: blur(20px);
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 100px);
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  color: #ffffff;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}
.spinfinity-landing .toast.show {
  transform: translate(-50%, 0);
}
.spinfinity-landing .toast .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  color: #2b1163;
}
@media (max-width: 880px) {
  .spinfinity-landing .hero-bg img {
    min-width: 0;
    width: 140%;
    right: -20%;
    top: 0px;
  }
  .spinfinity-landing .hero-bg-leading img {
    width: 1920px;
    min-width: 0;
    max-width: none;
  }
}
@media (max-width: 520px) {
  .spinfinity-landing .hero-bg img {
    min-width: 0;
    width: 140%;
    right: -20%;
    top: 0px;
  }
  .spinfinity-landing .hero-bg-leading img {
    min-width: 0;
    max-width: none;
  }
  .spinfinity-landing .hero {
    padding: 100px 0 40px;
  }
  .spinfinity-landing .leading {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .spinfinity-landing .portfolio,
  .spinfinity-landing #portfolio.portfolio {
    padding: 70px 0 !important;
  }
  .spinfinity-landing .games {
    padding: 70px 0 90px;
  }
  .spinfinity-landing .contact,
  .spinfinity-landing #contact.contact {
    padding: 70px 0 50px !important;
  }
  .spinfinity-landing .hero-stats {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
  .spinfinity-landing .stat .num {
    font-size: 24px;
  }
  .spinfinity-landing .stat .label {
    font-size: 11px;
  }
  .spinfinity-landing .hero h1 {
    font-size: 40px;
  }
  .spinfinity-landing .section-title {
    font-size: 30px;
  }
  .spinfinity-landing .mobile-menu a {
    font-size: 22px;
  }
  .spinfinity-landing .game-card-overlay h4 {
    font-size: 16px;
  }
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

/*# sourceMappingURL=spinfinity-landing.css.map */
