.guest-auth-gate {
      position: relative;
      overflow: hidden;
      margin: 28px auto;
      max-width: 980px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 18px;
      padding: 34px;
      background: linear-gradient(145deg, rgba(13,15,24,.92), rgba(25,18,30,.86));
      box-shadow: 0 20px 60px rgba(0,0,0,.36);
      text-align: center;
    }
    .guest-auth-gate::before {
      content: "";
      position: absolute;
      inset: -40% -20% auto auto;
      width: 360px;
      height: 360px;
      background: radial-gradient(circle, rgba(255,61,87,.22), transparent 62%);
      filter: blur(8px);
      pointer-events: none;
    }
    .guest-auth-gate h2 {
      margin: 0 0 10px;
      font-size: 26px;
      color: #fff;
    }
    .guest-auth-gate p {
      margin: 0 auto 20px;
      max-width: 620px;
      color: rgba(255,255,255,.68);
      line-height: 1.6;
      font-size: 15px;
    }
    .guest-auth-gate__actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .guest-auth-gate__btn {
      border: 0;
      border-radius: 12px;
      padding: 13px 18px;
      color: #fff;
      background: linear-gradient(90deg, #ff3d57, #ff6b7d);
      font-weight: 800;
      cursor: pointer;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 10px 26px rgba(255,61,87,.24);
    }
    .guest-auth-gate__btn--ghost {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: none;
    }
    .guest-price-locked {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 11px;
      border-radius: 10px;
      color: rgba(255,255,255,.78);
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.15);
      font-size: 12px;
      font-weight: 700;
    }
