:root {
      --primary: #ffd45a;
      --night: #12003a;
      --black: #12003a;
      --ink: #230052;
      --violet: #5b20c9;
      --magenta: #d72df2;
      --cyan: #16f4ff;
      --gold: #ffd45a;
      --lime: #74ff7b;
      --white: #ffffff;
      --soft: rgba(255, 255, 255, 0.78);
      --panel: rgba(28, 5, 80, 0.82);
      --stroke: rgba(255, 255, 255, 0.18);
      --block:#12003a;
      --light:#fff;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--night);
      color: var(--white);
      font-family: "Segoe UI", Arial, Helvetica, sans-serif;
      line-height: 1.5;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(180deg, rgba(20, 0, 57, 0.18), rgba(15, 0, 44, 0.86));
    }

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

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      background:
        linear-gradient(90deg, rgba(40, 0, 98, 0.92), rgba(16, 0, 52, 0.9));
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
      backdrop-filter: blur(14px);
    }

    .nav {
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .brand span {
      color: var(--gold);
      font-size: 2rem;
      text-shadow: 0 2px 0 #6b2500;
      white-space: nowrap;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 4px;
    }

    .nav-links a {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 8px;
      color: #efdcff;
      font-size: 0.95rem;
      font-weight: 800;
      text-transform: uppercase;
      transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .nav-links a:hover {
      color: var(--cyan);
      background: rgba(255, 255, 255, 0.08);
      transform: translateY(-1px);
    }
    .nav-links a.cta:hover{
      background: linear-gradient(180deg, #ffef75, #ff9e20 54%, #d94a1d);
    }
    .cta,
    .store-button,
    .image-button {
      position: relative;
      isolation: isolate;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      border: 0;
      border-radius: 8px;
      color: var(--white);
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      text-shadow: 0 2px 0 rgba(91, 24, 6, 0.65);
      background: linear-gradient(180deg, #ffef75, #ff9e20 54%, #d94a1d);
      box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.38),
        0 9px 0 #7a1c31,
        0 18px 30px rgba(0, 0, 0, 0.32);
      transition: transform 0.2s ease, filter 0.2s ease;
    }

    .cta:hover,
    .store-button:hover,
    .image-button:hover {
      filter: brightness(1.08);
      transform: translateY(-2px);
    }

    .hero {
      min-height: min(720px, calc(100vh - 68px));
      display: grid;
      align-items: center;
      position: relative;
      overflow: hidden;
      
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 160px;
      background: linear-gradient(180deg, transparent, var(--night));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
      align-items: center;
      gap: 28px;
      padding: 52px 0 86px;
    }

    .hero-copy {
      max-width: 530px;
    }

   
 

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 14px;
      font-size: clamp(2.7rem, 5vw, 5.9rem);
      line-height: 0.95;
      color: var(--white);
      text-transform: uppercase;
      text-shadow:
        0 5px 0 #5822a8,
        0 11px 18px rgba(0, 0, 0, 0.42);
    }

    .hero-copy .lead {
      max-width: 460px;
      margin-bottom: 28px;
      color: var(--white);
      font-size: clamp(1.1rem, 2vw, 1.55rem);
      font-weight: 800;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .hero-stage {
      display: grid;
      justify-items: center;
      align-items: end;
      min-height: 500px;
      position: relative;
    }

    .hero-logo {
      width: min(92%, 520px);
      filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.38));
      animation: floatLogo 5s ease-in-out infinite;
    }

  
    @keyframes floatLogo {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-12px);
      }
    }

    .section {
      padding: 74px 0;
      position: relative;
    }

    .download-band {
      padding: 62px 0;
      background:
        linear-gradient(180deg, rgba(12, 0, 57, 0.96), rgba(34, 0, 86, 0.96));
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .download-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 38px;
    }

    .download-grid p,
    .section-intro,
    .feature-card p,
    .footer p {
      color: var(--soft);
    }

    .download-grid p {
      max-width: 770px;
      margin-bottom: 0;
      font-size: 1.08rem;
    }

    .store-button {
      min-width: min(88vw, 340px);
      min-height: 66px;
      padding: 0 34px;
      background:linear-gradient(180deg, #2a0068, #12003a);
      box-shadow: none;
      gap: 20px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 32px;
    }

    .section-head h2 {
      margin-bottom: 0;
      font-size: clamp(2rem, 4vw, 3.35rem);
      line-height: 1;
      text-transform: uppercase;
      text-shadow:
        0 4px 0 #591994,
        0 10px 14px rgba(0, 0, 0, 0.35);
    }

    .section-intro {
      max-width: 430px;
      margin-bottom: 0;
      font-size: 1.05rem;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .games-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(280px, calc((100% - 48px) / 3));
      gap: 24px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 4px 4px 22px;
      scroll-padding-inline: 4px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .games-grid::-webkit-scrollbar {
      height: 8px;
    }

    .games-grid::-webkit-scrollbar-track {
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
    }

    .games-grid::-webkit-scrollbar-thumb {
      border-radius: 999px;
      background: linear-gradient(90deg, var(--cyan), var(--magenta));
    }

    .game-card,
    .feature-card {
      border: 1px solid var(--stroke);
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(95, 18, 175, 0.54), rgba(22, 0, 67, 0.88));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 18px 38px rgba(0, 0, 0, 0.24);
    }

    .game-card {
      min-height: 405px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      scroll-snap-align: start;
    }

    .game-card > img {
      width: 100%;
      display: grid;
      place-items: center;
    }

    .game-card > img {
      object-fit: contain;
      filter: drop-shadow(0 15px 14px rgba(0, 0, 0, 0.25));
      border-radius: 10px;
    }

    .feature-card h3 {
      margin-bottom: 12px;
      color: var(--gold);
      font-size: 1.65rem;
      line-height: 1.05;
      text-transform: uppercase;
      text-shadow: 0 3px 0 #822d00;
    }

    .feature-card p {
      margin-bottom: 0;
      font-size: 1rem;
    }

    .center-action {
      display: flex;
      justify-content: center;
      margin-top: 34px;
    }

    .image-button {
      min-width: min(86vw, 294px);
      min-height: 70px;
      background: linear-gradient(180deg, #ffef75, #ff8620);
      box-shadow: none;
      font-size: 1.35rem;
    }

    .features-grid {
      align-items: stretch;
    }

    .feature-card {
      min-height: 330px;
      padding: 26px;
      overflow: hidden;
    }

    .feature-card img {
      width: min(78%, 190px);
      height: 170px;
      object-fit: contain;
      margin: 6px auto 20px;
      filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.24));
    }

    .footer {
      padding: 44px 0 30px;
      background: #0b001e;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .footer-top {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: 24px;
      margin-bottom: 28px;
      padding: 20px;
      border: 1px solid var(--stroke);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.06);
    }

    .footer-top img {
      width: 78px;
    }

    .footer-top p {
      margin-bottom: 0;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 22px;
      margin-bottom: 26px;
      color: var(--cyan);
      font-weight: 800;
    }

    .footer-links a,
    .footer-links button {
      border: 0;
      padding: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      cursor: pointer;
    }

    .footer-links a:hover,
    .footer-links button:hover {
      color: var(--gold);
    }

    .sponsor {
      max-width: 980px;
      margin: 0 auto 22px;
      color: var(--soft);
      text-align: center;
      font-size: 0.92rem;
    }

    .social-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin: 24px 0;
    }

    .social-icons a {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .social-icons a:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, 0.16);
    }

    .social-icons img {
      width: 26px;
      height: 26px;
      object-fit: contain;
    }

    .copyright {
      margin: 0;
      color: rgba(255, 255, 255, 0.62);
      text-align: center;
      font-size: 0.86rem;
    }

    @media (max-width: 920px) {
      .nav {
        min-height: 62px;
      }

      

      .nav-links {
        gap: 0;
      }

      .nav-links a {
        padding: 0 9px;
        font-size: 0.8rem;
      }

      .nav .cta {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.78rem;
      }

      .hero-grid,
      .download-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
      }

      .hero-grid {
        padding: 44px 0 70px;
      }

      .hero-stage {
        min-height: auto;
      }

      .download-grid {
        justify-items: start;
      }

      .features-grid {
        grid-template-columns: 1fr;
      }

      .games-grid {
        grid-auto-columns: minmax(260px, 72vw);
      }

      .game-card {
        min-height: auto;
      }

    }

    @media (max-width: 640px) {
      html,
      body {
        overflow-x: hidden;
      }

      .container {
        width: min(1160px, calc(100% - 28px));
      }

      body {
        width: 100%;
        max-width: 100vw;
      }

      main,
      section,
      header,
      footer {
        max-width: 100vw;
        overflow-x: hidden;
      }

      .site-header {
        position: sticky;
      }

      .nav {
        gap: 8px;
      }

      .nav-links a:not(.cta) {
        display: none;
      }

      .nav .cta {
        display: none;
      }

      .hero {
        background:
          linear-gradient(180deg, rgba(18, 0, 58, 0.82), rgba(18, 0, 58, 0.28) 46%, rgba(18, 0, 58, 0.92)),
          url("./imgs/home-bg.png") 62% center / cover no-repeat;
      }

      .hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 36px 0 58px;
        overflow: hidden;
      }

      .hero-copy,
      .download-grid,
      .section-head{
        width: 100%;
        max-width: 100%;
        min-width: 0;
      }

      .hero-copy {
        max-width: 320px;
        text-align: center;
      }

   
      h1 {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
        font-size: clamp(1.85rem, 9vw, 2.2rem);
        line-height: 1.08;
        text-shadow:
          0 3px 0 #5822a8,
          0 8px 14px rgba(0, 0, 0, 0.42);
      }

      .hero-copy .lead {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.86rem;
        overflow-wrap: break-word;
        white-space: normal;
      }

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

      .hero-logo {
        display: none;
      }

      .section,
      .download-band {
        padding: 48px 0;
      }

      .download-band {
        background:
          linear-gradient(180deg, rgba(18, 0, 58, 0.98), rgba(44, 4, 103, 0.96));
      }

      .section-head {
        display: block;
        overflow: hidden;
      }

      .section-head h2 {
        font-size: 2rem;
      }

      .section-intro {
        width: 100%;
        max-width: 100%;
        margin-top: 14px;
        overflow-wrap: break-word;
        white-space: normal;
      }

  
      .mobile-title {
        display: block;
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
      
        font-size: clamp(1.7rem, 8vw, 2rem);
        line-height: 1.08;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 3px 0 #123a9b;
      }

      .download-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        text-align: center;
      }

      .download-grid > div {
        width: 100%;
        max-width: 360px;
        padding: 22px 18px;
        border: 1px solid var(--stroke);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);
      }

      .download-grid p {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        white-space: normal;
      }

      .footer p {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 330px;
        white-space: normal;
      }

      .section-intro {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
      }

      .download-grid p {
        overflow-wrap: break-word;
        font-size: 0.92rem;
        line-height: 1.65;
        text-align: left;
      }

      .store-button {
        width: 100%;
        max-width: 330px;
        min-width: 0;
        min-height: 58px;
        padding: 0 18px;
      }

      .feature-card {
        padding: 20px;
      }

      .games-grid {
        grid-auto-columns: minmax(230px, 84vw);
        gap: 16px;
        margin-inline: -4px;
        padding-bottom: 18px;
      }

    

      .footer-top {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
      }
    }
    .googlePlay{
      width: 50px;
    }


    .btn {
      padding: 1rem 2.5rem;
      background: linear-gradient(180deg, #ffef75, #ff9e20 54%, #d94a1d);
      color: white;
      border: none;
      border-radius: 20px;
      font-size: 1rem;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-blue {
     
    }
    .btn:hover {
    
      transform: translateY(-3px);
    }