
    :root {
      --bg: #1b0f0f;
      --surface: #2a1717;
      --text: #f5e6c8;
      --muted: #cbbba0;
      --brand: #f5c443;
      --radius: 14px;
      --maxw: 1200px;
      --shadow-1: 0 10px 24px rgba(0, 0, 0, 0.35);
      --shadow-2: 0 16px 48px rgba(0, 0, 0, 0.45);
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      height: 100%;
    }

    body {
      margin: 0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
        Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      max-width: var(--maxw);
      margin-inline: auto;
      padding-inline: 1rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 1.25rem;
      border-radius: 999px;
      font-weight: 700;
      transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.2s ease;
      cursor: pointer;
      border: none;
      width: 19.375rem;
      text-align: center;
      font-size: 1rem;
    }

    .btn1 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 1.00rem;
      border-radius: 999px;
      font-weight: 700;
      transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.2s ease;
      cursor: pointer;
      border: none;
      width: 11.125rem;
      text-align: center;
      font-size: 0.9rem;
    }

    .btn:focus-visible {
      outline: 3px solid rgba(245, 196, 67, 0.55);
      outline-offset: 2px;
    }

    .btn-gold {
      color: #2b1a00;
      background-image: linear-gradient(180deg, #ffe07a, var(--brand) 60%, #d89d1c);
      box-shadow: 0 6px 0 #b68114, 0 12px 24px rgba(216, 157, 28, 0.35);
    }

    .btn-gold:hover {
      transform: translateY(-2px);
    }

    /* Hero */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      background: #000;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: url("./asesst/banner.png") center/cover no-repeat;
      filter: saturate(110%) contrast(105%);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      /* background: radial-gradient(1200px 600px at 25% 30%, rgba(255, 192, 82, 0.28), transparent 55%),
        linear-gradient(to bottom, rgba(27, 15, 15, 0.35), rgba(27, 15, 15, 0.85) 45%, rgba(27, 15, 15, 0.95)); */
    }

    .hero-header {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding: 1.25rem 5rem;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
    }

    .hero-header img {
      max-width: 9.375rem;
      height: auto;
    }

    .hero-header-actions {
      display: flex;
      align-items: center;
    }

    .hero-inner {
      flex: 1;
      width: 100%;
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 2rem 5rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .hero-copy {
      max-width: 37.5rem;
      text-align: right;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .hero-headline-royal {
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.6px;
      margin: 0px;
      font-size: 2.625rem;
      background: linear-gradient(0deg, #ffe34b 0.75%, #c18b00 65.2%, #ffd635 90.77%, #fff7d1 99.66%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-transform: uppercase;
    }

    .hero-headline-spin {
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.6px;
      margin: 0px;
      font-size: clamp(3.5rem, 6vw + 1rem, 6rem);
      background: linear-gradient(0deg, #ffe34b 0.75%, #c18b00 65.2%, #ffd635 90.77%, #fff7d1 99.66%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-transform: uppercase;
    }

    .hero-sub {
      max-width: 52ch;
      color: white;
      font-size: 1.5rem;
      font-weight: 500;
      margin: 1rem 0 1.5rem 0;
    }

    .hero-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 0rem;
      justify-content: flex-end;
    }

    /* Store badges */
    .stores {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
    }

    .store-badge {
      display: inline-flex;
      gap: 0.6rem;
      align-items: center;
      padding: 0.55rem 0.8rem;
      border-radius: 0.75rem;
      background: #0f0f0f;
      border: 1px solid #3a2a1e;
      color: #fff;
      box-shadow: var(--shadow-1);
      font-weight: 700;
      font-size: 0.9rem;
    }

    .store-icon {
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 3px;
      background: linear-gradient(135deg, #39d17d, #17a9ff);
    }

    .store-apple {
      background: linear-gradient(135deg, #fff, #d8d8d8);
    }

    /* Intro section */
    .intro {
      background: #3D1E1E;
      border-block: 1px solid #4b2c2c;
    }

    .intro .inner {
      padding-block: 2.5rem;
      text-align: center;
    }

    .intro h2 {
      margin: 0 0 0.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 2.5rem;
      letter-spacing: 0.4px;
      background: linear-gradient(270.12deg, #FFE34B 0%, #CB9408 50%, #FFD635 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .intro p {
      margin: 0px;
      font-size: 1.125rem;
      font-weight: 400;
      color: white;
    }

    .intro-spin-main {
      margin: 0.625rem 0rem 1.25rem 0rem;
    }

    /* Cards */
    .feature-row {
      padding: 2rem 0;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }

    .card {
      background: #1E0909;
      border: 1px solid #1E0909;
      border-radius: var(--radius);
      padding: 1rem;
      box-shadow: var(--shadow-1);
      gap: 0.75rem;
      height: 37.5rem;
      min-width: 0;
      overflow: hidden;
    }

    .card .card-title {
      font-weight: 900;
      color: #ffd86a;
      font-size: 2rem;
      margin: 0.625rem 0.3125rem 0rem 0.3125rem;
    }

    .card .ribbon {
      font-size: 0.6875rem;
      color: #B7B7B7;
    }

    .play-end-text {
      text-align: end;
    }

    .cards .card:nth-child(1) {
      background-image: url("asesst/iphone1.png");
      background-repeat: no-repeat;
      background-position: center 70%;
      background-size: 100% auto;
    }

    .cards .card:nth-child(2) {
      background-image: url("asesst/spin.png");
      background-repeat: no-repeat;
      background-position: center 55%;
      display: flex;
      align-items: flex-end;
      background-size: 100% auto;
    }

    .cards .card:nth-child(3) {
      background-image: url("asesst/iphone3.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      text-align: center;
    }

    .cards .card:nth-child(4) {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      padding: 1rem;
      background-color: #1b0f0f;
    }

    .cards .card:nth-child(4) img {
      max-width: 100%;
      max-height: 25%;
      object-fit: contain;
    }

    .cards .card:nth-child(4) .card-title {
      font-size: 1.5rem;
      margin: 0.5rem 0.3125rem;
    }

    .cards .card:nth-child(4) .ribbon {
      font-size: 0.625rem;
      margin: 0.5rem 0;
    }

    /* Benefits section */
    .benefits {
      padding: 4rem 1rem;
    }

    .benefits-grid {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(3, 1fr);
    }

    .no-img-title {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 0;
      background: transparent;
      border: none;
    }

    .no-img-title img {
      width: 18%;
      max-width: 100%;
      height: auto;
    }

    .no-img-title h4 {
      font-family: "roboto";
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0px;
      color: #FFFFFF;
    }

    .no-img-title p {
      font-family: "roboto";
      font-size: 0.875rem;
      font-weight: 400;
      margin: 0rem;
      color: #999999;
      line-height: 1.6;
    }

    .tile {
      background: var(--surface);
      border: 1px solid #3a2525;
      border-radius: var(--radius);
      padding: 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .tile-header {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .tile-header img {
      width: 3.75rem;
      height: 3.75rem;
      object-fit: contain;
    }

    .tile h4 {
      margin: 0;
      color: white;
      font-size: 1.25rem;
      font-weight: 600;
    }

    .tile p {
      margin: 0;
      color: #CCCCCC;
      font-size: 0.875rem;
      line-height: 1.6;
    }

    .img-bg {
      background-image: url("asesst/wheel.png") !important;
      background-repeat: no-repeat !important;
      background-position: right bottom !important;
      background-size: 50% auto !important;
    }

    /* Closing CTA */
    .closing {
      padding: 3.5rem 1rem;
      text-align: center;
    }

    .closing h3 {
      font-family: Roboto;
      font-size: 3rem;
      line-height: 1.15;
      margin: 0.5rem auto 1rem;
      max-width: 22ch;
      background: rgba(255, 247, 209, 1);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: 900;
    }

    .closing p {
      color: white;
      margin: 0 auto 1rem;
      max-width: 60ch;
      font-size: 1rem;
    }

    .closing .ribbon {
      font-size: 0.875rem;
      color: #B7B7B7;
    }

    /* Footer */
    footer {
      /* border-top: 1px solid #3b2424; */
      padding: 1.25rem 1rem;
      color: var(--muted);
    }

    .foot {
      display: flex;
      gap: 1rem;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: var(--maxw);
      margin: 0 auto;
    }

    .socials {
      display: flex;
      gap: 0.5rem;
    }

    .socials a {
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #221313;
      border: 1px solid #4b2c2c;
      color: #cda34b;
      font-weight: 800;
      font-size: 0.875rem;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .benefits {
        padding: 3rem 1rem;
      }

      .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .hero {
        min-height: 55vh;
      }

      .hero::before {
        background-size: cover;
        background-position: center center;
      }

      .hero-header {
        padding: 1rem 1.5rem;
        flex-direction: row;
      }

      .hero-header img {
        max-width: 6.25rem;
      }

      .hero-inner {
        padding: 2rem 1.5rem;
        align-items: center;
        justify-content: flex-end;
      }

      .hero-copy {
        text-align: right;
        align-items: flex-end;
      }

      .hero-ctas {
        justify-content: flex-end;
      }

      .intro h2 {
        font-size: 1.5rem;
      }

      .intro p {
        font-size: 0.875rem;
      }

      .cards {
        gap: 0.5rem;
      }

      .card {
        height: 25rem;
        padding: 0.75rem;
      }

      .card .card-title {
        font-size: 1.125rem;
        margin: 0.3125rem;
      }

      .card .ribbon {
        font-size: 0.5625rem;
      }

      .cards .card:nth-child(1) {
        background-position: center 65%;
        background-size: 75% auto;
      }

      .cards .card:nth-child(2) {
        background-size: 75% auto;
        background-position: center 50%;
      }

      .cards .card:nth-child(3) {
        background-size: 80% auto;
      }

      .cards .card:nth-child(4) img {
        max-height: 22%;
      }

      .cards .card:nth-child(4) .card-title {
        font-size: 1.125rem;
      }

      .benefits {
        padding: 2.5rem 1rem;
      }

      .benefits-grid {
        grid-template-columns: 1fr;
      }

      .no-img-title {
        padding: 0;
      }

      .closing {
        padding: 2.5rem 1rem;
      }

      .closing h3 {
        font-size: 2rem;
      }
    }

    @media (max-width: 480px) {
      .hero {
        min-height: 60vh;
      }

      .hero::before {
        background-size: cover;
        background-position: center center;
      }

      .hero-header {
        padding: 0.75rem 1rem;
        flex-direction: row;
        gap: 0.5rem;
      }

      .hero-header img {
        max-width: 4rem;
      }

      /* .btn1 {
        width: auto;
        max-width: none;
        font-size: 0.75rem;
        padding: 0.3rem 0.75rem;
      } */

      .hero-inner {
        padding: 1.5rem 1rem;
        justify-content: flex-end;
      }

      .hero-copy {
        text-align: right;
        align-items: flex-end;
      }

      .hero-ctas {
        justify-content: flex-end;
      }

      .btn {
        width: auto;
        max-width: 17.5rem;
      }

      .intro .inner {
        padding-inline: 0.5rem;
      }

      .intro h2 {
        font-size: 1.25rem;
      }

      .intro p {
        font-size: 0.75rem;
      }

      .card {
        height: 21.875rem;
        padding: 0.5rem;
      }

      .card .card-title {
        font-size: 0.875rem;
      }

      .card .ribbon {
        font-size: 0.5rem;
      }

      .cards .card:nth-child(1) {
        background-position: center 60%;
        background-size: 65% auto;
      }

      .cards .card:nth-child(2) {
        background-size: 60% auto;
        background-position: center 45%;
      }

      .cards .card:nth-child(3) {
        background-size: 65% auto;
        background-position: center 85%;
      }

      .cards .card:nth-child(4) img {
        max-height: 20%;
      }

      .cards .card:nth-child(4) .card-title {
        font-size: 9px;
      }

      .cards .card:nth-child(4) .ribbon {
        font-size: 0.5rem;
      }

      .hero-headline-royal {
        font-size: 1.875rem;
      }

      .hero-sub {
        font-size: 1rem;
      }

      .benefits {
        padding: 2rem 0.5rem;
      }

      .no-img-title {
        padding: 0;
      }

      .tile {
        padding: 1rem;
      }

      .closing {
        padding: 2rem 1rem;
      }

      .closing h3 {
        font-size: 1.5rem;
      }
    }
        @media (max-width: 400px) {
      .hero {
        min-height: 70vh;
      }

      .hero::before {
        background-size: cover;
        background-position: center center;
      }

      .hero-header {
        padding: 0.75rem 1rem;
        flex-direction: row;
        gap: 0.5rem;
      }

      .hero-header img {
        max-width: 4rem;
      }

      /* .btn1 {
        width: auto;
        max-width: none;
        font-size: 0.75rem;
        padding: 0.3rem 0.75rem;
      } */

      .hero-inner {
        padding: 1.5rem 1rem;
        justify-content: flex-end;
      }

      .hero-copy {
        text-align: right;
        align-items: flex-end;
      }

      .hero-ctas {
        justify-content: flex-end;
      }

      .btn {
        width: auto;
        max-width: 17.5rem;
      }

      .intro .inner {
        padding-inline: 0.5rem;
      }

      .intro h2 {
        font-size: 1.25rem;
      }

      .intro p {
        font-size: 0.75rem;
      }

      .card {
        height: 21.875rem;
        padding: 0.5rem;
      }

      .card .card-title {
        font-size: 0.875rem;
      }

      .card .ribbon {
        font-size: 0.5rem;
      }

      .cards .card:nth-child(1) {
        background-position: center 60%;
        background-size: 65% auto;
      }

      .cards .card:nth-child(2) {
        background-size: 60% auto;
        background-position: center 45%;
      }

      .cards .card:nth-child(3) {
        background-size: 65% auto;
        background-position: center 85%;
      }

      .cards .card:nth-child(4) img {
        max-height: 20%;
      }

      .cards .card:nth-child(4) .card-title {
        font-size: 9px;
      }

      .cards .card:nth-child(4) .ribbon {
        font-size: 0.5rem;
      }

      .hero-headline-royal {
        font-size: 1.875rem;
      }

      .hero-sub {
        font-size: 1rem;
      }

      .benefits {
        padding: 2rem 0.5rem;
      }

      .no-img-title {
        padding: 0;
      }

      .tile {
        padding: 1rem;
      }

      .closing {
        padding: 2rem 1rem;
      }

      .closing h3 {
        font-size: 1.5rem;
      }
    }