    body {
      margin: 0;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      background: #000000;
      color: #f8f8f8;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow-x: hidden;
      animation: pageLoad 1.1s ease both;
    }

    .main-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      width: 100%;
      padding: 16px 12px;
      animation: floatIn 1s ease-out 0.15s both;
    }

    .container {
      max-width: 840px;
      width: min(100%, 840px);
      padding: clamp(16px, 3vw, 24px) clamp(12px, 3vw, 24px);
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      border: 1px solid rgba(255, 215, 0, 0.5);
      border-radius: 28px;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
      animation: cardLift 1s ease-out 0.25s both;
    }

    .headline {
      font-size: clamp(2.6rem, 4vw, 4.4rem);
      margin: 0 0 12px;
      line-height: 1.04;
      color: #ffffff;
      letter-spacing: 0.04em;
      text-shadow: 0 0 16px rgba(255, 215, 0, 0.3);
    }

    .subtitle {
      font-size: 1.50rem;
      color: #e0e0e0;
      margin-bottom: 20px;
      line-height: 1.75;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }

    .subtitle span {
      display: inline-block;
      position: relative;
      padding: 0.28rem 0.6rem;
      margin: 0 0.2rem;
      font-size: clamp(1.30rem, 2vw, 1.50rem);
      font-style: normal;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      font-weight: 100px;
      border-radius: 999px;
      background: rgba(255, 215, 0, 0.1);
      border: 1px solid rgba(255, 215, 0, 0.5);
      color: #b8860b;
      box-shadow: 0 0 14px rgba(255, 206, 87, 0.2);
      animation: pulseGold 3s ease-in-out infinite alternate;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .subtitle span:hover {
      transform: translateY(-2px) scale(1.03);
      background: rgba(255, 245, 204, 0.3);
      box-shadow: 0 0 24px rgba(255, 206, 87, 0.4);
    }

    .subtitle .order {
      background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 221, 155, 0.3));
      color: #f0e0c0;
      border-color: rgba(255, 221, 155, 0.7);
    }

    @keyframes pulseGold {
      from {
        transform: translateY(0);
        box-shadow: 0 0 12px rgba(255, 206, 87, 0.16);
      }
      to {
        transform: translateY(-1.5px);
        box-shadow: 0 0 24px rgba(255, 206, 87, 0.34);
      }
    }

    .stepshead {
      font-size: 2rem;
      margin-bottom: 0;
      color: #ffdd9b;
      font-weight: 700;
      letter-spacing: 0.0001em;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 12px;
      margin: 0 auto 20px;
      max-width: 800px;
      padding: 0;
      list-style: none;
      counter-reset: step;
    }

    .steps li {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 215, 0, 0.3);
      border-radius: 16px;
      padding: 16px 20px;
      position: relative;
      font-size: 1rem;
      line-height: 1.6;
      color: #e0e0e0;
      text-align: center;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px);
      transition: all 0.3s ease;
      opacity: 0;
      transform: translateY(20px) scale(0.95);
      animation: stepCardFadeIn 0.8s ease-out forwards;
    }

    .steps li:nth-child(1) { animation-delay: 2s; }
    .steps li:nth-child(2) { animation-delay: 2.5s; }
    .steps li:nth-child(3) { animation-delay: 3s; }

    .steps li:hover {
      transform: translateY(-8px) scale(1.02);
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 215, 0, 0.6);
      box-shadow: 0 16px 48px rgba(255, 215, 0, 0.2);
      color: #ffffff;
    }

    .steps li::before {
      content: counter(step);
      counter-increment: step;
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ffd700, #ffed4e);
      color: #1a1a1a;
      font-weight: 700;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.1);
    }

    .yesiam-wrap {
      width: min(100%, 300px);
      margin: 0 auto 24px;
      padding: 16px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      border: 1px solid rgba(255, 215, 0, 0.5);
      border-radius: 18px;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 18px 40px rgba(255, 215, 0, 0.1);
    }

    .yesiam {
      font-size: clamp(1rem, 2vw, 1.15rem);
      margin: 0;
      color: #f0f0f0;
      line-height: 1.7;
      max-width: 700px;
      width: 100%;
    }

    .button-wrap {
      display: flex;
      justify-content: center;
    }

    .headline {
      animation: glowPulse 4s ease-in-out infinite alternate;
    }

    @keyframes pageLoad {
      0% { opacity: 0; transform: translateY(12px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @keyframes floatIn {
      0% { opacity: 0; transform: translateY(18px) scale(0.98); }
      100% { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes cardLift {
      0% { opacity: 0; transform: translateY(26px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @keyframes glowPulse {
      0% { text-shadow: 0 0 18px rgba(255, 215, 0, 0.18); }
      100% { text-shadow: 0 0 28px rgba(255, 215, 0, 0.34); }
    }

    @keyframes stepCardFadeIn {
      0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .button-wrap a {
      display: inline-block;
      padding: 18px 36px;
      background: #ffd700;
      color: #1a1a1a;
      text-decoration: none;
      font-weight: 700;
      border-radius: 999px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 18px 36px rgba(255, 189, 43, 0.3);
    }

    .button-wrap a:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 46px rgba(255, 189, 43, 0.4);
    }

    .click {
      font-size: clamp(1.2rem, 2.5vw, 1.6rem);
      margin: 12px 0 16px;
      color: #ffdd9b;
      font-weight: 600;
      letter-spacing: 0.08em;
      animation: clickBounce 1.2s ease-in-out infinite;
    }

    @keyframes clickBounce {
      0% {
        transform: translateY(0) scale(1);
        color: #ffdd9b;
      }
      50% {
        transform: translateY(-6px) scale(1.05);
        color: #fff7e1;
        text-shadow: 0 0 20px rgba(255, 221, 155, 0.4);
      }
      100% {
        transform: translateY(0) scale(1);
        color: #ffdd9b;
      }
    }

    @media (max-width: 720px) {
      .headline {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
      }

      .subtitle {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 28px;
      }

      .stepshead {
        font-size: 1.75rem;
      }

      .steps {
        max-width: 100%;
        margin: 0 auto 28px;
      }

      .steps li {
        margin: 14px 0;
        padding-left: 32px;
        font-size: 0.98rem;
      }

      .steps li::before {
        width: 28px;
        height: 28px;
      }

      .yesiam-wrap {
        padding: 18px 16px;
        margin-bottom: 28px;
      }

      .yesiam {
        font-size: 1rem;
      }

      .button-wrap {
        width: 100%;
      }

      .button-wrap a {
        width: 100%;
        padding: 16px 22px;
      }
    }

    @media (max-width: 520px) {
      body {
        min-height: auto;
      }

      .main-wrap {
        padding: 16px 14px;
      }

      .container {
        border-radius: 24px;
        padding: 22px 16px;
      }

      .subtitle {
        line-height: 1.65;
      }

      .subtitle span {
        margin: 0 0.12rem;
        padding: 0.2rem 0.48rem;
      }

      .steps li {
        padding-left: 28px;
      }

      .button-wrap a {
        padding: 14px 18px;
      }
    }
   .yes{
    color: #ffd700;
    font-size: x-large;
    animation: yesGlow 2s ease-in-out infinite alternate;
   }
